* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
    font-family:'Helvetica'; 
    display: flex;
    flex-direction: column;
}

.content {
    flex-grow: 1;
}

/* navigation bar */
.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    position: sticky;
    top: 0;
    background: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    z-index: 999;
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem;
    max-width: 1600px;
}

.navbar-logo {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    margin:0;
}

.logo-image {
    height: 160px;
    width: auto;
    object-fit: contain;

}

.navbar-container .navbar-menu {
    display: flex;
    text-align: center;
    gap: 1.5rem;
    list-style: none;
}

.navbar-container .navbar-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.7s ease;
    white-space: nowrap;
}



.navbar-container .navbar-menu li a:hover,
.navbar-container .navbar-menu li a.active{
    color: #162530;
    background: #FFCC00;
    border: 2px solid #fff;
}

.navbar-toggle {
    display: none;
    background: transparent;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background: #fff;
    transition: all o.3s ease-in-out;
}

/*  Footer */

footer {
    background-image: url(Assets/images/footer_image.jpg);
    background-position: cover;
    background-color: #111;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    width: 100%;
    
}
        
.footerContainer {
    width: 100%;
    padding: 70px 30px 20px;
}
        
.socialIcons {
    display: flex;
    justify-content: center;
}
        
.socialIcons a{
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
}
        
.socialIcons a {
    font-size: 2em;
    color: black;
    opacity: 0.9;
}
        
/* Hover Effect on Social Media Icons*/
        
.socialIcons a:hover {
    background-color: #111;
    transition: 0.5s;
}
        
.socialIcons a:hover i{
    color:white;
    transition: 0.5s;
}
        
.footerNav {
    margin: 30px 0;
}
        
.footerNav ul {
    display: flex;
    justify-content: center;
    list-style-type:none;
}
        
.footerNav ul li a{
    color: white;
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;
}
        
.footerNav ul li a:hover{
    opacity: 1;
}
        
.footerBottom {
    /* background-color: #000; */
    padding: 20px;
    text-align: center;
    margin-bottom: -20px;  
    margin-left: -20px;
    margin-right: -20px;
}
        
.footerBottom p {
    color: white;
}
        
.company{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}

        
/* Image Slider */
.slider {
    width: 1258px;
    position: relative;
    margin: 0;
    top: -90px;
    max-width: 100vw;
    height: 580px;
    overflow: hidden;
}

.list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    width: max-content;
    transition: 1s;
}

.list img {
    width: 1300px;
    max-width:100vw;
    height: 100%;
    object-fit: cover;
}

.buttons {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.buttons button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family:  Helvetica;
    font-weight: bold;   
}

.dots {
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.dots li {
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 20px;
    border-radius: 20px;
    transition: 1s;
}

.dots li.active {
    width: 30px;
}


.hero-cta-btn-btn2:hover {
    box-shadow: 0 0 80px #F1F8E9;
}


/* Linked cards */
.container {
    margin-top: -100px;
    background: whitesmoke;
    display: flex;
    justify-content: center;
    height: 80vh;
    align-items: center;
}

.container a{
    text-decoration: none;
    color:none;
    outline: none;
    box-shadow: none;
}



.card {
    scroll-snap-align: start; 
    height: 300px;
    margin: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}
img {
    height: 300px;
    width: 379px;
    border-radius: 3px;
    transition: 0.5s ease-in-out;
}

.intro {
    height: 60px;
    width:379px;
    padding: 6px;
    box-sizing: border-box;
    position: absolute;
    background: rgb(0, 0, 0, 0.5);
    color: white;
    bottom: -385px;
    text-align: center;
    transition: 0.5s ease-in-out;
}

h1 {
    margin: 10px;
    font-size: 20px;
}

.card:hover {
    cursor: pointer;
}

.card:hover .intro {
    height: 301px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: rgb(20, 18, 18, 0.9);
}

.card:hover img {
    transform: scale(1.1);
}


/* Partner with us */
.partner_with_us {
    margin-top: -150px;
    width: 1258px;
    position: relative;
    margin: 0;
    max-width: 100vw;
    height: 480px;
}

.list_partner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    width: max-content;
    transition: 1s;
}

.list_partner img {
    width: 1300px;
    max-width:100vw;
    height: 100%;
    object-fit: cover;
}

.hero-cta-btn-btn01 {
    position: absolute;
    background-color: #F1F8E9;
    font-size: 1.2 rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px;
    color: #424242;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 40px;
    margin-right: 20px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
}

.hero-cta-btn-btn01:hover {
    box-shadow: 0 0 80px #8BC34A;
}

/* Rating section */

.rating {
    position: relative;
    margin-top: 20px;
    max-width: 100vw;
    height: 400px;
    background-image: url(Assets/images/background_1.jpg) ;
}

.rating_container {
    position: absolute;
    width: 400px;
    background: #111;
    padding: 20px 30px;
    border: 1px solid #444;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 50px;
    flex-direction: column;
}

.rating_container .post{
    display: none;
}

.rating_container .text{
    font-size: 25px;
    color: #666;
    font-weight: 500;
}

.rating_container .edit{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    cursor: pointer;
}

.rating_container:hover{
    text-decoration: underline;
}

.rating_container .star-widget input{
    display: none;
}

.star-widget label{
   font-size: 40px;
   color: #444;
   padding: 10px;
   float: right;
   transition: all 0.2s ease;
}

input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label {
    color: #fd4;
}

input:checked ~ label {
    color: #fd4;
}

input#rate-5:checked ~ label{
    color: #fe7;
    text-shadow:0 0 30px #952;
}

#rate-1:checked ~ form header:before {
    content: "I just hate it";
}

#rate-2:checked ~ form header:before {
    content: "I don't like it";
}

#rate-3:checked ~ form header:before {
    content: "I just like it";
}

#rate-4:checked ~ form header:before {
    content: "It is awesome";
}

#rate-5:checked ~ form header:before {
    content: "I just love it";
}

.rating_container form{
    display: none;
}
input:checked ~form{
    display:block;
}
form header{
    width: 100%;
    font-size: 25px;
    color: #fe7;
    font-weight: 500;
    margin: 5px 0 20px 0;
    text-align: center;
    transition: all 0.2s ease;
}


form .textarea{
    height: 100px;
    width: 100%;
    overflow: hidden;
}

form .textarea textarea{
    height: 100%;
    width: 100%;
    outline: none;
    color: #eee;
    border: 1px solid #333;
    background: #222;
    padding: 10px;
    font-size: 17px;
    resize: none;
}

form .btn{
    height: 45px;
    width: 100%;
    margin: 15px 0;
}

form .btn button{
    height: 100%;
    width: 100%;
    border: 1px solid #444;
    outline: noone;
    background: #222;
    color: #999;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

form .btn button:hover{
    background: #1b1b1b;
}

.rating_content {
    flex-direction: column;
    align-items: start; 
}

.rating_content h3{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    color: #F1F8E9;
    padding: 50px 100px 10px 60px;
}

.rating_content p{
    font-size: 1.5rem;
    text-align: justify;
    font-weight:400;
    color:rgba(241, 248, 233, 0.8);
    margin-bottom: 30px;
    padding: 30px 700px 10px 60px;
    
}


 /* Why choose mughal Masala Page  */

#second_page{
    background: url(Assets/images/background_02.jpg);
    background-size: cover;  
    display: flex;
    background-repeat: no-repeat;
 /* Keeps it fixed while scrolling */
}

.benefits { 
    display: flex;
    justify-content: center;
    text-align: center;
}

.center-box {
    position: relative;
    margin-top: 70px;
    margin-bottom: 80px;
    width: 800px;  /* Adjust size as needed */
    height: 900px; /* Keeps it square */
    background-color: #eae1d1; /* Or any color you prefer */
    border-radius: 20px; /* Rounded edges */
    
    /* Centering the box */

    border-top: 25px solid black;
    
    /* Shadow to give a floating effect */
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.8);
}

.box {
    display: grid;
    grid-template-rows: 1fr 1fr;  
}

.center-box::before {
    content: "Experience Authentic Flavor";  /* Text you want inside the top border */
    position: absolute;
    top: -20px;  /* Moves the text inside the border */
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: whitesmoke;
    border-radius: 5px;
}

.upper_section {
    width: 100%;
    height: 400px;
    background-image: url(Assets/images/upper_section_image.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;  
}

.lower_section { 
    width: 100%;  
    height: 300px;
    padding: 10px 20px 10px 30px;
    justify-content: center;
}

.row1 {
    justify-content: space-between;
    display: flex;
    gap: 40px;
}

.row2 {
    margin-top: 5px;
    justify-content: space-between;
    display: flex;
    gap: 15px;
}

.icon_content{
    width: 150px;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.icon_image{
    width: 150px;  /* Ensures image doesn't overflow */
    height: 100px;  /* Ensures image doesn't overflow */
    object-fit: contain;
}

.icon_heading {
    padding-left: 5px;
    margin-top: -10px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    color: black;    
}

.icon_text {
    margin-top: 19px;
    font-size: 15px;
    color: rgb(41, 37, 37);  /* Black color for the paragraph */
    
}

.upper_section_content  {
    color: #eae1d1;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.why_choose{
    font-size: 40px;
}


.mughal_masala {
    font-size: 60px;
}

.upper_section_content p {
    font-size: 20px;
}




/* About us header section */
.header_section {
    background-color: purple;
    width: 1258px;
    position: relative;
    top: -90px;
    margin: 0;
    max-width: 100vw;
    height: 510px;
    overflow: hidden;
}

.head_img {
    width: 1300px;
    max-width:100vw;
    height: 100%;
    object-fit: cover;
}

.header_section h1, h2 {
    position: absolute;
    color: whitesmoke;
}

.header_section h1 {
    top: 30%;
    left: 15%;  
    font-size: 40px;
}

.header_section h2 {
    top: 43%;
    left: 22%; 

}

/* about us mission and vision values */

/* Container to align boxes */
.box-container {
    display: flex;  /* Enables horizontal alignment */
    justify-content: center; /* Centers the boxes */
    gap: 80px;  /* Adds space between the boxes */
    margin-top: 10px; /* Adds some space from the top */
}

.brand_story_btn{
    position: absolute;
    bottom: 20px;  /* Adjust the distance from the bottom */
    left: 10%;  /* Center it horizontally */
    transform: translateX(-50%); 
    padding: 10px 20px;
    font-size: 20px;
    color: white;
    border: none;
    border-radius: none;
    text-decoration: underline;
    transition: transform 0.3s ease;
}

.brand_story_btn:hover {
    transform: translateX(-50%) scale(1.1); /* Increase size by 10% */
  }

.square-box1 {
    background-image: url(Assets/images/close-up-appetizing-ramadan-meal\ \(1\).jpg);
    background-size: cover;
    width: 450px;  /* Fixed width */
    height: 300px; /* Fixed height */
    background-color: #f8b400; /* Example background color */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    background-color: rgba(135, 22, 22, 0.8);
    background-blend-mode: multiply;
    padding: 0 20px 0 20px; 
    text-align: center;/* Optional rounded corners */
}

.square-box2 {
    background-image: url(Assets/images/family-having-indian-food.jpg);
    background-size: cover;
    width: 450px;  /* Fixed width */
    height: 300px; /* Fixed height */
    background-color: #f8b400; /* Example background color */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    background-color: rgba(124, 11, 11, 0.8);
    background-blend-mode: multiply; 
    padding: 0 20px 0 20px; 
    text-align: center;/* Optional rounded corners */
}

.purpose  h2{
    color: black;
    bottom: 1px;
    font-size: 32px;
    font-weight: bold;
}

.vision {
    left: 22%;
}

.mission {
    left: 64%;
}

.core_values  {
    display: flex;  /* Enables horizontal alignment */
    justify-content: center; /* Centers the boxes */ /* Adds space between the boxes */
    margin-top: 100px;
    margin-bottom: 30px;
}

.core_values img {
    margin-top: 70px;
    height: 500px;
    width: 500px;
}

.core_value_title {
    color: black;
    bottom: -450px;
    font-size: 50px;
    font-weight: bolder;
}

 /* Brand story page */

#brand_story_page {
    background-color: #eae1d1;

}

.brand_img_section {
    width: 1258px;
    position: relative;
    top: -90px;
    margin: 0;
    max-width: 100vw;
    height: 510px;
    overflow: hidden;
}

.brand_image {
    width: 1300px;
    max-width:100vw;
    height: 95%;
    object-fit: cover;
}

.story_content {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: black;

}

.story_heading {
    margin-top: -130px;
    font-size: 70px;
    font-weight: bold;
}

.story_subheading {
 margin-top: 50px;
 font-size: 30px;
}

.story_pt1 {
    text-align: justify;
    font-size: 20px;
    margin: 25px;
}

.founder_message {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: black;
    
}

.founder_heading {
    margin-top: -50px;
    font-size: 70px;
    font-weight: bold;
}

.founder_message_container {
    position: relative;
    margin: 30px;
    padding: 20px;
    border: 10px solid green; /* Green thick border */
    border-radius: 50px;
}

.founder_message_container::before,
.founder_message_container::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    color: green;
    font-size: 60px;
    width: 70px;  /* Adjust the size of the cut */
    height: 60px; /* Adjust the size of the cut */
    background-color: #eae1d1; 
    
}

.founder_message_container::before {
    content: "\f10d";
    top: -12px;
    left: -10px;
    border-top-left-radius: 20px; /* Match border-radius for smooth effect */
}

.founder_message_container::after {
    content: "\f10e";
    bottom: -12px;
    right: -10px;
    border-bottom-right-radius: 20px; /* Match border-radius for smooth effect */
}

.story_pt2 {
    text-align: justify;
    font-size: 20px;
    margin: 25px;
    font-weight: lighter;
}

.story_pt3 {
    text-align: justify;
    font-size: 20px;
    color: #4b830c;
    margin-left: 25px;
}
 
/* FAQs page */

 #faqs_page {
    background-color:#eae1d1;
    color: #1c1c1c;
}

.faqs_box {
    width: 70%;
    margin: 50px auto;
    margin-top: -60px;
    background:#eae1d1;
}

.faqs_box h1 {
    margin: 0;
    border-radius: 7px 7px 0px 0px;
    padding: 20px;
    color: black;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}

.faqs {
    padding: 0px 20px 20px;
}

details {
   padding: 10px 20px;
   border-radius: 7px;
   margin-top: 20px;
   font-size: 14px;
   cursor: pointer;
}

details summary{
    outline: none;
    font-size: 20px;
    padding: 8px;
    color: rgb(34, 33, 35);
    font-weight: 600;
    
}

details p{
    font-size: 15px;
    line-height: 24px;
    color: black;
    padding: 8px;
}


.faqs_img_section {
    width: 1258px;
    position: relative;
    top: -90px;
    margin: 0;
    max-width: 100vw;
    height: 510px;
    overflow: hidden;
}

.faqs_image {
    width: 1300px;
    max-width:100vw;
    height:100%;
    object-fit: cover;
}

/* .faqs_section {
    min-height: 100vh;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title {
    font-size: 3rem;
    margin: 2rem 0rem;
    margin-top: -70px;
    color: black;
}

.faq{
    max-width: 700px;
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid black;
    cursor: pointer;
}

.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question h3 {
    font-size: 1.8rem;
}

.answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.4s ease;
}

.answer p{
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 1.4rem;
}

.faq.active .answer {
    max-height: 300px;
    animation: fade 1s ease-in-out;
}

.faq.active svg {
    transform:rotate(180deg);
}

svg {
    transition: transform 0.5s ease-in;
} */

/* @keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
} */

/* Contact us page */

#contact_us_page {
    background-color:#fff;
    color: #111;
}

.contact_img_section {
    width: 1258px;
    position: relative;
    top: -90px;
    margin: 0;
    max-width: 100vw;
    height: 510px;
    overflow: hidden;
}

.contact_image {
    width: 1300px;
    max-width:100vw;
    height:100%;
    object-fit: cover;
}

.contact_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.get_in_touch {
    left: 33%;
    color: #111;
    font-weight: 600;
    color: #111;
    font-size: 70px;
    margin-bottom: 10px;
    margin-top: -70px;
}

.contact_inputs {
    width: 400px;
    height: 50px;
    border: 2px solid #111;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 50px;
    
}

.contact textarea {
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}

.contact_inputs:focus {
    border: 2px solid rgb(6, 132, 6);
}

.contact_inputs::placeholder{
    color: #a9a9a9;
}

.contact button {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #111;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(270deg,yellow,green);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.contact button:hover {
    transform: scale(1.1);
}

/* Partner with page */

.partner_img_section {
    width: 1258px;
    position: relative;
    top: -90px;
    margin: 0;
    max-width: 100vw;
    height: 510px;
    overflow: hidden;
}

.partner_image {
    width: 1300px;
    max-width:100vw;
    height:100%;
    object-fit: cover;
}
/* Parnter with us section form */

.partner_form_container {
    display: flex;
    text-align: center;
    justify-content: center;
}

.partner_title {
    color: #111;
    font-size: 50px;
    margin-top: -65px;
}

.form_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_container form{
    width: 900px;
    text-align: center;
}

form .input-box{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.input-box .input-field {
    width: 70%;
}

.input-field {
    display: flex;
    flex-direction: column; /* Stack label and input vertically */
    align-items: flex-start; /* Align label to start from input field's start */
}

.label {
    color: #666;
    font-size: 12px;
    margin-bottom: -8px;
    margin-top: 10px;
}

.field .item {
    width: 100%;
    padding: 18px;
    background: transparent;
    border: 1px solid #a3a0a0;
    outline: none;
    border-radius: 6px;
    font-size: 14px;
    margin: 12px 0px;
}

.field .item::placeholder {
    color: rgba(1, 1, 1, 0.3);
}

.contact_details {
    margin-top: 20px;
    color: #111;
    font-size: 35px;
}

#note {
  width: 145%;
  height: 350px;
  resize: none;
}

.distributor_button {
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #111;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(270deg,yellow,green);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    margin-top: 20px;
}

.distributor_button:hover {
    transform: scale(1.1);
}

.product_content {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: black;

}

.product_heading {
    margin-top: -110px;
    font-size: 50px;
    font-weight: bold;
}

.product_subheading {
    margin-top: 40px;
    font-size: 20px;
    font-weight: light;
}

.ingredient_section {
    text-align: start;
}

.ingredient_heading {
    margin-top: 50px;
    font-size: 50px;
    font-weight: bold;
}

.ingredient_subheading {
    margin-top: 20px;
    font-size: 20px;
    font-weight: light;
}

.ingredient_list {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
}

.ingredient_ul {
  margin-top: 20px;
  margin-bottom: 50px;
  list-style-type: none;
  justify-content: flex-start;
}

.ingredient_ul li {
    margin-bottom: 10px;   
}

.how_heading {
    font-size: 40px;
    font-weight: bold;
}

.how_ul {
    margin-top: 20px;
    margin-bottom: 50px;
    list-style-type: none;
    justify-content: flex-start;
  }
  
.how_ul li {
    margin-bottom: 10px; 
    font-size: 20px;  
}

.how_section {
    text-align: start;
}


  



   














