@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*{
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins',sans-serif;
}

.html{
    scroll-behavior: smooth;
}

.hero{
    height: 100vh;
    width: 100%;
    background-image: url(./images/background-image.jpeg);
    background-position: center;
    background-size:cover;
}

#nav-bar{
    display: flex;
    align-items: center;
    margin: 5rem 12rem 7rem 12rem;
    padding:1rem;
    justify-content: space-between;
    border: 2px solid white;
    border-radius: 60px;
    background-color: white;
    font-size: 20px;
}

#nav-bar img{
    width: 37px;
    height: 56px;
}

#nav-bar h5{
    color:#004C1F;
    margin-left: -200px;
}

#nav-bar ul li{
    list-style-type: none;
    display:inline-block;
    padding: 10px 20px;
    font-weight: bold;
}

#nav-bar ul li a{
    text-decoration: none;
    color: black;
}

#nav-bar ul li a:hover{
    text-decoration: none;
    color: #004C1F;
    font-weight: bold;
    position: relative;
    top: -5px;
    transition: 2s;
}

#btn-1{
    border: 3px solid green;
    background-color: white;
    color: black;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: Hug (94px)px;
    height: Hug (40px)px;
    padding: 8px 16px 8px 16px;
    gap: 4px;
    border-radius: 34px;
    border: 2px solid #004C1F ;
    }

    #btn-1:hover{
        background-color:#004C1F;
        color:#FFFFFF;
        border-radius: 30px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        width: Hug (94px)px;
        height: Hug (40px)px;
        padding: 8px 16px 8px 16px;
        gap: 4px;
        border-radius: 34px;
        border: 2px solid #004C1F ;
        transition: 0.3s;
        }

#btn-2{
    border:none;
    background-color: #004C1F;
    color:#EBFDD3;
    padding: 1rem;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: Hug (80px)px;
    height: Hug (40px)px;
    padding: 8px 16px 8px 16px;
    gap: 10px;
    border-radius: 35px;
    margin-right: -190px;
}

#btn-2:hover{
    border:2px solid #004C1F;
    background-color: #FFFFFF;
    color:#004C1F;
    padding: 1rem;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: Hug (80px)px;
    height: Hug (40px)px;
    padding: 8px 16px 8px 16px;
    gap: 10px;
    border-radius: 35px;
}

.hero{
    background-image: url(/assets/images/aboutus-landing-page.jpeg);
}

.hero h1{
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.hero h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.our-team{
    display: flex;
    margin-left: 15rem;
    margin-right: 15rem;
    margin-top: 3rem;
}

#our-team{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
    margin-right: 2rem;
}

#our-team h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
    color: #2E2E2E;   
}

#our-team h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #4E4E4E;
}

.our-team img{
    width: 504px;
    height: 633px;
    border-radius: 16px;
}


.our-story{
    display: flex;
    justify-content: space-between;
    margin-left: 15rem;
    margin-right: 15rem;
    margin-top: 3rem;
}

#our-story{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
    margin-right: 2rem;
}

#our-story h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: right;
    margin-bottom: 20px;
    color: #2E2E2E;   
}

#our-story h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #4E4E4E;
}

.our-story img{
    width: 504px;
    height: 633px;
    border-radius: 16px;
}

.why-biogrowth{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.why-biogrowth h1{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #2E2E2E;
}

#why-choose-bio-growth{
    display: flex;
    margin-left: 15rem;
    margin-right: 15rem;
}

.why-1{
    width: Fixed (371px)px;
    height: Fixed (184px)px;
    padding: 8px 16px 8px 16px;
    gap: 16px;
    border-radius: 16px;
    margin-right: 30px;
    border: 2px solid #A8D26F;
    margin-bottom: 30px;
}

.why-1 h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #2E2E2E;
    margin-bottom: 10px;
}

.why-1 h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #4E4E4E;
    margin-bottom: 30px;
}

.our-committment{
    text-align: center;
}

.our-committment h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: #2E2E2E;
    margin-bottom: 20px;
}

.our-committment h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #4E4E4E;
}   

.Join-us{
    text-align: right;
    margin-right: 17rem;
    margin-top: 40px;
}

.Join-us h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: right;
    color: #2E2E2E;
    margin-bottom: 20px;
}

.Join-us h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    color: #4E4E4E;
}   

.newsletter{
    margin-top: 40px;
    margin-left: 17rem;
}

.newsletter h1{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color:#2E2E2E;
}

.newsletter-user-info{
    display: flex;
    justify-content: space-between;
    width: 703px;
    height: 72px;
    top: 60px;
    padding: 16px 24.24px 16px 24px;
    border-radius: 64px;
    border: 1px solid #2E2E2E;
    margin-bottom:40px;

    
}

.newsletter-user-info input{
    border: none;
    font-size: 15.76px;
    font-weight: 600;
    line-height: 23.64px;
    text-align: center;
    outline: none;
    color: #2E2E2E;
}

.newsletter-user-info input::placeholder{
    color: #2E2E2E;
}

.newsletter-user-info button{
    width: Hug (120.29px)px;
    height: Hug (39.76px)px;
    top: 16.75px;
    left: 559.6px;
    padding: 7.88px 23.64px 7.88px 23.64px;
    gap: 3.94px;
    border-radius: 35px;
    background-color: #004C1F;
    font-family: Poppins;
    font-size: 15.76px;
    font-weight: 600;
    line-height: 23.64px;
    text-align: center;
    color: #F3F4E5;
}

.connect{
    margin-left: 17rem;
}

.connect h1{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;

}

.connect-with-us{
    display: flex;
    margin-bottom: 40px;
}

.connect-with-us i{
    margin-top: 15px;
    font-size: 25px;
    padding: 5px;
    margin-right: 30px;
}

.connect-with-us a{
    color: #2E2E2E;
}

.footer{
    background-color:#D7E5BE;
    margin-top: 40px;
    padding-top: 50px;
    display: flex;
    align-items: center;
}

.footer-info-1{
    padding-left: 300px;
    display: flex;

}

.footer-info-1 a{
    text-decoration: none;
    color: #060606;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    padding-right: 150px;
}

.footer-info-1 a:hover{
    text-decoration: none;
    color: #004C1F;
    font-weight: bold;
    transition: 0.2s;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    padding-right: 150px;
}


.footer-info-2{
    display: flex;
    flex-direction: row;
    padding-left: 420px;
    background-color: #D7E5BE;
    padding-top: 40px;
}

.footer-info-2-link{
    display: flex;
    flex-direction: column;
}

.footer-info-2-link a{
    padding-right: 140px;
    padding-bottom: 10px;
    color: #2E2E2E;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.footer-info-2-link a:hover{
    padding-right: 140px;
    padding-bottom: 10px;
    color: #004C1F;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

}

.footer-info-2-link-contact{
    display: flex;
    flex-direction: column;
    margin-left: -35px;
    margin-right:95px ;
}

.footer-info-2-link-contact a{
    padding-bottom: 10px;
    color: #2E2E2E;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.footer-info-2-link-contact a:hover{
    padding-bottom: 10px;
    color: #004C1F;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}


.footer-info-2-link-newsletter{
    display: flex;
    flex-direction: column;
}   

.footer-info-2-link-newsletter input{
    border: none;
    width: 360.58px;
    height: 60.1px;
    top: 205px;
    left: 941px;
    padding: 14.78px 37.44px 13.79px 31.53px;
    border-radius: 16px;
    outline: none;    
}

.footer-info-2-link-newsletter::placeholder{
    font-size: 15.76px;
    font-weight: 400;
    line-height: 23.64px;
    text-align: left;
    color: #000000;
}


.footer-info-2-link-newsletter a{
    padding-right: 140px;
    padding-bottom: 10px;
    color: #2E2E2E;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}   

#newsletter-button{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

#subscribe{
    display: flex;
    flex-direction: column;
}

.subscribe-btn{
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    padding-right: 20px;
    padding: 40px;
    border: 2px solid #2E2E2E;
    background-color:#004C1F;
    color:#FFFFFF;
    width: 50px;
    height: 39.76px;
    padding: 7.88px 15.76px 7.88px 15.76px;
    gap: 7.88px;
    border-radius: 10px;
    cursor: pointer;
}

.footer-detail{
    color: #060606;
    font-size: 15.76px;
    font-weight: 500;
    line-height: 23.64px;
    text-align: left;
    background-color:#D7E5BE;
    color: #060606;
    padding-left: 20px;
    padding-bottom: 20px;
    padding: 30px;
    font-weight: bold;
}

.footer img{
    margin-left: 20px;
    width: 37px;
    height: 56px;
}

@media(max-width:1900px){
    body{
        overflow-x: hidden;
    }

    header{
        height: 100vh;
        background-image: url(images/background-image.jpeg);
        background-size: cover;
        background-position: center;
        position: relative;
        padding: 0 2rem;
    }

    li{
       list-style: none; 
    }

    a{
        text-decoration: none;
        color: #000000;
        font-size: 1rem;
    }

    a:hover{
        text-decoration: none;
        color: #004C1F;
        font-weight: bold;
        position: relative;
        top: -5px;
        transition: 2s;
    }

    .space{
        margin-bottom: 2rem;
    }

    .navbar {
        width: 100%;
        height: 76px;
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 1rem;
        padding-right: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 81px;
        border: 1px solid #2E2E2E;
    }

    .logo img{
        width: 37px;
        height: 56px;
    }

    .navbar .logo a{
        font-size: 1rem;
    }

    .logo{
        display: flex;
        align-items: center;
    }

    .navbar .links{
        display: flex;
        gap: 2rem;
    }

    .links li a{
        display: inline;
        margin-right: 40px;
        font-weight: 500;
        justify-content: space-between;

    }

    .action_btn:hover{
        scale: 1.05;
        transition: 0.5s;
        color:#fff;
        background-color: #004C1F;
    }

    .action_btn{
        border: 3px solid green;
        background-color: white;
        color: black;
        border-radius: 30px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        width: Hug (74px)px;
        height: Hug (37px)px;
        padding: 8px 16px 8px 16px;
        gap: 10px;
        border-radius: 35px;
        border: 1px solid #004C1F ;
        margin-left: -12rem;
    }

    .action_btn-1{
        background-color:#004C1F;
        color: #fff;
        border-radius: 30px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        width: Hug (74px)px;
        height: Hug (37px)px;
        padding: 8px 16px 8px 16px;
        gap: 10px;
        border-radius: 35px;
        border: 1px solid #004C1F ;
    }

    .action_btn-1:hover{
        scale: 1.05;
        transition: 0.5s;
        color:#004C1F;
        background-color: #fff;
    }

    .dropdown_menu{
        display: none;
        position: absolute;
        right: 5rem;
        top: 10px;
        height: 0;
        width: 400px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(15px);
        border-radius: 10px;
        overflow: hidden;

    }

    .toggle_btn{
        display: none;
    }

    .dropdown_menu{
        display: none;
    }

     .hero h1{
        margin-top: 50px;
     }

     .hero h2{
        margin-left: 4rem;
        margin-right: 4rem;
     }

     .our-committment{
        margin-left: 7rem;
        margin-right: 7rem;
     }

     .Join-us{
        margin-right: 7rem;
        margin-left: 7rem;
     }

     .footer{
        background-color:#D7E5BE;
        margin-top: 40px;
        padding-top: 50px;
        display: flex;
        align-items: center;
    }

    .footer-info-1{
        padding-left: 100px;
        display: flex;

    }

    .footer-info-1 a{
        text-decoration: none;
        color: #060606;
        font-size: 14px;
        font-weight: bold;
        line-height: 27px;
        padding-right: 150px;
    }

    .footer-info-1 a:hover{
        text-decoration: none;
        color: #004C1F;
        font-weight: bold;
        transition: 0.2s;
        font-size: 14px;
        font-weight: bold;
        line-height: 27px;
        padding-right: 150px;
    }


    .footer-info-2{
        display: flex;
        flex-direction: row;
        padding-left: 270px;
        background-color: #D7E5BE;
        padding-top: 40px;
    }

    .footer-info-2-link{
        display: flex;
        flex-direction: column;
    }

    .footer-info-2-link a{
        padding-right: 120px;
        padding-bottom: 10px;
        color: #2E2E2E;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;

    }

    .footer-info-2-link a:hover{
        padding-right: 140px;
        padding-bottom: 10px;
        color: #004C1F;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;

    }

    .footer-info-2-link-contact{
        display: flex;
        flex-direction: column;
        margin-left: -35px;
        margin-right:95px ;
    }

    .footer-info-2-link-contact a{
        padding-bottom: 10px;
        color: #2E2E2E;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

    .footer-info-2-link-contact a:hover{
        padding-bottom: 10px;
        color: #004C1F;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }


    .footer-info-2-link-newsletter{
        display: flex;
        flex-direction: column;
    }   

    .footer-info-2-link-newsletter input{
        border: none;
        width: 360.58px;
        height: 60.1px;
        top: 205px;
        left: 941px;
        padding: 14.78px 37.44px 13.79px 31.53px;
        border-radius: 16px;
        outline: none;    
    }

    .footer-info-2-link-newsletter::placeholder{
        font-size: 15.76px;
        font-weight: 400;
        line-height: 23.64px;
        text-align: left;
        color: #000000;
    }


    .footer-info-2-link-newsletter a{
        padding-right: 140px;
        padding-bottom: 10px;
        color: #2E2E2E;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }   

    #newsletter-button{
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }

    #subscribe{
        display: flex;
        flex-direction: column;
    }

    .subscribe-btn{
        position: relative;
        margin-right: 20px;
        margin-top: 20px;
        padding-right: 20px;
        padding: 40px;
        border: 2px solid #2E2E2E;
        background-color:#004C1F;
        color:#FFFFFF;
        width: 50px;
        height: 39.76px;
        padding: 7.88px 15.76px 7.88px 15.76px;
        gap: 7.88px;
        border-radius: 10px;
        cursor: pointer;
    }

    .footer-detail{
        color: #060606;
        font-size: 15.76px;
        font-weight: 500;
        line-height: 23.64px;
        text-align: left;
        background-color:#D7E5BE;
        color: #060606;
        padding-left: 20px;
        padding-bottom: 20px;
        padding: 30px;
        font-weight: bold;
    }

    .footer img{
        margin-left: 20px;
        width: 37px;
        height: 56px;
    }
 
}

@media(max-width:1200px){
    .links li a, .action_btn-1, .action_btn{
        display: none;
    }

    .navbar .toggle_btn{
        display: block;
    }

    .dropdown_menu{
        display: block;
    }

    .dropdown_menu li a{
        display: block;
    }

    .toggle_btn i{
        color: #000000;
    }

    .open{
        right: 40px;
        margin-right: 70px;
    }

    .dropdown_menu{
        position: absolute;
        padding: 1rem;
        right: 3rem;
        top: 150px;
        height: 75vh;
        width: 19rem;
        background:#FFFFFF;
        backdrop-filter: blur(15px);
        border-radius: 10px;
        overflow: hidden;
    }

    .dropdown_menu .open{
        height: 100px;
    }

    .dropdown_menu li a{
        padding: 0.7rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        color:#000000;
    }

    .dropdown_menu .action_btn-1{
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .dropdown_menu .action_btn{
        width: 100%;
        justify-content: center;
        display: flex;
        margin-top: 20px;
        margin-left: -0.1rem;
    }

}

@media (max-width:1080px){

    body{
        overflow-x: hidden;
    }

    .links li a, .action_btn-1, .action_btn{
        display: none;
    }

    .navbar{
        width: 90%;
    }

    .navbar .toggle_btn{
        display: block;
    }

    .dropdown_menu li a{
        display: block;
    }

    .dropdown_menu{
        left: 2rem;
        position: absolute;
        padding: 1rem;
        right: 2rem;
        top: 150px;
        height: 75vh;
        width: 950px;
        background: #FFFFFF;
        backdrop-filter: blur(15px);
        border-radius: 10px;
        overflow: hidden;
    }

    .dropdown_menu .open{
        height: 300px;
        margin-right: 2rem;
        width: 4rem;
    }

    .dropdown_menu li a{
        padding: 0.7rem;
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        color:#000000;
    }

    .dropdown_menu .action_btn-1{
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .dropdown_menu .action_btn{
        width: 100%;
        justify-content: center;
        display: flex;
        margin-top: 20px;
        margin-left: 0rem;
    }

    .footer{
        background-color:#D7E5BE;
        margin-top: 40px;
        padding-top: 50px;
        display: flex;
        align-items: center;
        width:100vw;
    }
    
    .footer-info-1{
        padding-left: 70px;
        display: flex;
    
    }
    
    .footer-info-1 a{
        text-decoration: none;
        color: #060606;
        font-size: 14px;
        font-weight: bold;
        line-height: 27px;
        padding-right: 120px;
    }
    
    .footer-info-1 a:hover{
        text-decoration: none;
        color: #004C1F;
        font-weight: bold;
        transition: 0.2s;
        font-size: 12px;
        font-weight: bold;
        line-height: 27px;
        padding-right: 150px;
    }
    
    
    .footer-info-2{
        display: flex;
        flex-direction: row;
        padding-left: 220px;
        background-color: #D7E5BE;
        padding-top: 40px;
        width: 100vw;
    }
    
    .footer-info-2-link{
        display: flex;
        flex-direction: column;
    }
    
    .footer-info-2-link a{
        padding-right: 100px;
        padding-bottom: 10px;
        color: #2E2E2E;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
    
    .footer-info-2-link a:hover{
        padding-right: 140px;
        padding-bottom: 10px;
        color: #004C1F;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }
    
    .footer-info-2-link-contact{
        display: flex;
        flex-direction: column;
        margin-left: -35px;
        margin-right:95px ;
    }
    
    .footer-info-2-link-contact a{
        padding-bottom: 10px;
        color: #2E2E2E;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
    
    .footer-info-2-link-contact a:hover{
        padding-bottom: 10px;
        color: #004C1F;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }
    
    
    .footer-info-2-link-newsletter{
        display: flex;
        flex-direction: column;
    }   
    
    .footer-info-2-link-newsletter input{
        border: none;
        width: 160.58px;
        height: 40.1px;
        top: 205px;
        left: 941px;
        padding: 14.78px 37.44px 13.79px 31.53px;
        border-radius: 16px;
        outline: none;    
    }
    
    .footer-info-2-link-newsletter::placeholder{
        font-size: 12px;
        font-weight: 400;
        line-height: 23.64px;
        text-align: left;
        color: #000000;
    }
    
    
    .footer-info-2-link-newsletter a{
        padding-right: 140px;
        padding-bottom: 10px;
        color: #2E2E2E;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }   
    
    #newsletter-button{
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }
    
    #subscribe{
        display: flex;
        flex-direction: column;
    }
    
    .subscribe-btn{
        position: relative;
        margin-right: 20px;
        margin-top: 20px;
        padding-right: 20px;
        padding: 40px;
        border: 2px solid #2E2E2E;
        background-color:#004C1F;
        color:#FFFFFF;
        width: 50px;
        height: 39.76px;
        padding: 7.88px 15.76px 7.88px 15.76px;
        gap: 7.88px;
        border-radius: 10px;
        cursor: pointer;
    }
    
    .footer-detail{
        color: #060606;
        font-size: 14px;
        font-weight: 500;
        line-height: 23.64px;
        text-align: left;
        background-color:#D7E5BE;
        color: #060606;
        padding-left: 20px;
        padding-bottom: 20px;
        font-weight: bold;
        width: 64rem;
    }
    
    .footer img{
        margin-left: 20px;
        width: 37px;
        height: 56px;
    } 
}

@media(max-width:587px){

    .hero{
        height:500px;
    }

    .navbar{
        width: 80%;
    }

    body{
        overflow-x: hidden;
    }

    .dropdown_menu{
        left: 2rem;
        position: absolute;
        padding: 1rem;
        right: 2rem;
        top: 150px;
        height: 75vh;
        width: 310px;
        background: #FFFFFF;
        backdrop-filter: blur(15px);
        border-radius: 10px;
        overflow: hidden;
    }

    .dropdown_menu .open{
        height: 300px;
        margin-right: 2rem;
        width: 4rem;
    }

    .dropdown_menu li a{
        padding: 0.7rem;
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        color:#000000;
    }

    .dropdown_menu .action_btn-1{
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .dropdown_menu .action_btn{
        width: 100%;
        justify-content: center;
        display: flex;
        margin-top: 20px;
        margin-left: 0rem;
    }


    .hero h1{
        text-align: center;
    }
    .hero h2{
        font-size: 14px;
        text-align: center;
        margin-left: 4rem;
        line-height: 21px;
    }

    .our-team{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left:1rem;
        margin-right:1rem;
        margin-top: 1rem;
    }

    .our-team h2{
        text-align: center;
        margin-bottom: 1rem;
    }

    .our-team img{
        width:280px;
        height: 334px;
        border-radius: 16px;
        margin-left: -3rem;
    }

    .our-story{
        flex-direction: column;
    }

    .our-story{
        flex-direction: column;
        justify-content: center;
        margin-left:2rem;
        margin-right:1rem;
        margin-top: 1rem;
    }

    #our-story{
        order: -1;
    }

    #our-story h1{
        text-align: left;
    }

    #our-story h2{
        text-align: left;
        margin-bottom: 1rem;
    }

    .our-story img{
        width:270px;
        height: 300px;
        border-radius: 16px;    
        margin-left: 0.1rem;   
    }

    .why-biogrowth h1{
        text-align: center;
        font-size: 18px;
    }

    #why-choose-bio-growth{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .why-1{
        width: 250px;
        height: 184px;
        padding: 8px 16px 8px 16px;
        gap: 16px;
        border-radius: 16px;
        border: 2px solid #2E2E2E;
    }

    .why-1 h2{
        font-size: 14px;
        line-height: 21px;
    }

    .our-committment{
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .our-committment h1{
        font-size: 16px;
    }

    .our-committment h2{
        font-size: 14px;
        margin-right:2rem ;
    }

    .Join-us h1{
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }

    .Join-us h2{
        text-align: center;
        margin-left: -4rem;
        margin-right: -4rem;
        font-size: 14px;
    }

    .newsletter{
        margin-left: 2rem;
    }

    .newsletter h1{
        font-size: 24px;
        line-height: 36px;
    }

    .newsletter h5{
        margin-left:10px;
        margin-right:10px;
        font-size: 14px;
        line-height: 21px;
    }

    .newsletter-user-info{
        width: 17rem;
        height: 52px;
        top: 191px;
        left: 20px;
        padding: 10px 16.24px 10px 16px;
        border-radius: 64px;
    }

    .newsletter-user-info button{
        width: 80px;
        height: 32px;
        padding: 4px 8px 4px 8px;
        gap: 7px;
        border-radius: 41px;
        font-size: 11px;
        margin-left: -6.5rem;

    }

    .newsletter-user-info input{
        font-size: 14px;
        text-align: left;
        background: transparent;
    }

    .newsletter-user-info input::placeholder{
        font-size: 12px;
    }

    .connect {
        margin-left: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .connect-with-us{
        display: flex;
        justify-content: center;
    }
    
    .footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        margin-left: 0rem;
        margin-top: 4rem;
        width: 100%;
    }

    .footer img{
        margin-left: 4rem;
    }

    .footer h5{
        margin-left: 4rem;
        margin-bottom: 1rem;
    }

    .footer-info-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Align items to the start */
    }

    .footer-info-1 a {
        margin-bottom: 10px;
        margin-left: 0rem;
        text-align: left; /* Justify text for these links */
    }

    .footer-info-2 {
        width: 100%;
        margin-top: -3rem;
        margin-left: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        align-items: start;
        text-align: left; /* Align text to the left for grid items */
    }

    .footer-info-2-link,
    .footer-info-2-link-contact,
    .footer-info-2-link-newsletter {
        margin-left: -9rem;
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        text-align: justify; /* Justify text for grid items */
    }

    .footer-info-2-link a,
    .footer-info-2-link-contact a,
    .footer-info-2-link-newsletter a {
        margin-bottom: -5px;
        margin-top: -15px;
        display: block;
        margin-bottom: 5px;
        text-align: left; /* Align text to the left for links */
    }

    .footer-info-2-link-newsletter #subscribe {
        flex-direction: column;
        align-items: flex-start; /* Align items to the start */
    }

    .footer-info-2-link-newsletter input {
        width: 80%;
        margin-bottom: 5px;
    }

    .footer-info-2-link-newsletter button {
        width: 80%;
    }

    .footer-detail{
        width: 100%;
        margin-left: 0rem;
    }
     

}