@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{
    width: 100%;
    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;
    margin-right: -190px;
}

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


#first-info{
    margin-left: 12rem;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #2E2E2E;
}

nav{
    margin-top: 40px;
    width: 900px;
    height: Hug (72px)px;
    top: 240px;
    left: 223.5px;
    padding: 17px;
    padding-right: 20px;
    gap: 188px;
    border-radius: 48px;
    background-color: #F3F4E5;
    margin-left: 16rem;
    margin-right: 16rem;

}

nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav a{
    text-decoration: none;
}

nav ul li{
    list-style-type:none ;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #004C1F;
}

nav ul li:hover{
    background-color: #004C1F;
    color: #E6E6E6;
    padding: 5px;
    transition: 0.2s;
    border-radius: 10px;
}

.user-info{
    display: flex;
    align-items: center;
}

.user-info img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
}

.user-info i{
    margin-left: 10px;
    color: #000000;
}

#first-element{
    width: 120px;
    height: 38px;
    gap: 0px;
    border-radius: 8px;
    background-color: #004C1F;
    color: #F3F4E5;
    text-align: center;
}

.frame-4-img img{ 
    width: 100%;
    height: 90%;
    margin: 20px;
    border-radius: 16px;
}

.frame-4{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    background-color: #2E2E2E;
    border-radius: 24px;    
    margin-left: 12rem;
    margin-right: 12rem;
    margin-top: 4rem;
    color: #FFFF;
}

.frame-4-info {
    padding: 40px;
}

.frame-4-info h3{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    text-align: left;
}

.frame-4-info h4{
    padding-top: 15px;
    color: #E6E6E6;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
}

.frame-4-info h5{
    font-size: 16px;
    padding-top: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #E6E6E6;

}

.learn-btn {
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    padding-right: 20px;
    padding: 40px;
    border: 2px solid #F3F4E5;
    background-color:transparent;
    color: #F3F4E5;
    width: 127.17px;
    height: 39.76px;
    padding: 7.88px 15.76px 7.88px 15.76px;
    gap: 7.88px;
    border-radius: 41.38px;
    cursor: pointer;
}

.learn-btn:hover {
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    padding-right: 20px;
    padding: 40px;
    border: 2px solid #004C1F;
    background-color:#004C1F;
    color: #FFFFFF;
    width: 128.17px;
    height: 40.76px;
    padding: 7.88px 15.76px 7.88px 15.76px;
    gap: 7.88px;
    border-radius: 41.38px;
    cursor: pointer;
    transition: 0.3s;
}
    
    
.arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.see-products a{
    text-decoration: none;
    color:#2E2E2E;
    font-weight: 600;
}

.see-products a:hover{
    color: #004C1F;
    font-weight: bold;
    transition: 0.2s;
}

.frame-4-img img{
    width: 539px;
    height: 352px;
    border-radius: 16px;    
}

.product-1{
    width: 371px;
    height: 520px;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-1:hover{
    width: 371px;
    height: 520px;
    border-radius: 16px;
    transform: scale(1.05);
}

.product-1 img{
    width: 400px;
    height: 520px;
    border-radius: 16px;    
}

.product-1 p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #2E2E2E;
    position: relative;
    top: 60px;
    padding-left: 30px;
    z-index: 1000;
}

.product-1 i{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #2E2E2E;
    position: relative;
    bottom: 40px;
    padding-left: 30px;
    cursor: pointer;
}

.product-1 a{
    text-decoration: none;
}

.growth-plan-product{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 12rem 4rem 12rem ;    
}

.my-cart{
    display: flex;
    margin:5rem 12rem 1rem 12rem;
}

.my-cart img{
    width: 568px;
    height: 411px;
    border-radius: 16px;
    margin-right: 30px;
}

.five-star{
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.five-star h3,i{
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #FFA500; 
    padding-right:20px ;
}

.five-star h6{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color:#6E6E6E;
    margin-top: 10px;
}


.div-1 p{
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #2E2E2E;
}

.div-1 h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #4E4E4E;
}

.counter-container {
    display: flex;
    align-items: center;
    background-color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 10px 10px 0px;
    margin-bottom: 30px;
}

button {
    font-size: 20px;
    padding: 10px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #D7E5BE;
    color: #060606;
    border: none;
    border-radius: 5px;
}

#purchase-button{
    font-size: 20px;
    padding: 10px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #004C1F;
    color: #D7E5BE;
    border: none;
    border-radius: 5px;
    text-align: center;
}

#purchase-button:hover{
        background-color: #1a6939;
        color: #F3F4E5;
}

button:hover {
    background-color: #1a6939;
    color: #F3F4E5;
}

#numberDisplay {
    font-size: 24px;
    margin: 0 15px;
    width: 50px;
    text-align: center;
}

.sub-nav ul{
    display: flex;
    list-style-type: none;
    text-decoration: none;
    margin:3rem 12rem 0.2rem 12rem;
    width: 1000px;
    justify-content: space-between;
}

.sub-nav ul li{
    margin-right: 10px;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #6E6E6E;
}

.nav-link {
    text-decoration: none;
    color:#6E6E6E;
    padding: 10px 0;
    position: relative;
    display: inline-block;
}

/* Add underline on hover */
.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #1a6939;
    color: #004C1F;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
}

hr{
    width: 1200px;
    height: 4px;
    margin-left: 12rem;
}

/* Hover state */
.nav-link:hover::after {
    width: 100%;
    left: 0;
    background: #1a6939;
    color: #004C1F;
}

/* Active state */
.nav-link.active::after {
    width: 100%;
    left: 0;
    background:#1a6939;
    color: #004C1F;
}

#product-info{
    margin:1rem 12rem 2rem 12rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #4E4E4E;

}

.review-1{
    background-color: #F3F4E5;
    width: 677px;
    height: 175px;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.review-1 p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #2E2E2E;
}

.review-info{
    display: flex;
    align-items: center;
}

.review-info img{
    width: 48px;
    height: 48px;
    border-radius:50%;
    margin-right: 8px;
}

.review-info p{
    margin-right: 8px;
}

.review-info i{
    width: 16px;
    height: 16px;
    opacity: 0.99px;
    color: #2E2E2E;
    font-size: 16px;
}

#black-star{
    color: #E4E4E4;
}

.my-customer-review-info{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#my-customer-review{
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #2E2E2E;
}

.learn-btn {
    width: Hug (168.63px)px;
    height: Hug (44px)px;
    padding: 10px 14px 10px 14px;
    gap: 8px;
    border-radius: 37.44px;
    border: 1.97px solid #2E2E2E;
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.learn-btn:hover {
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    padding-right: 20px;
    padding: 40px;
    border: 2px solid #004C1F;
    background-color:#004C1F;
    color: #FFFFFF;
    width: 128.17px;
    height: 40.76px;
    padding: 7.88px 15.76px 7.88px 15.76px;
    gap: 7.88px;
    border-radius: 41.38px;
    cursor: pointer;
    transition: 0.3s;
}
    
.arrow {
    position: absolute;
    top: 60%;
    right: 1px;
    transform: translateY(-50%);
    margin-left: 10px;
}

.more-review{
    display:flex;
    justify-content: center;
}

.container {
    width:1200px;
    margin: 20px auto;
  }
  
  .container .heading {
    text-align: center;
    font-size: 30px;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .container .accordion-wrapper {
    padding: 0 20px;
  }
  
  .container .accordion {
    margin-bottom: 20px;
    cursor: pointer;
  }
  
  .container .accordion.active .accordion-heading {
    background: #F3F4E5;
    color: #2E2E2E;
  }
  
  .container .accordion.active .accordion-heading i {
    color: #2E2E2E;
    transform: rotate(180deg);
    transition: transform 0.2s 0.1s;
  }
  
  .container .accordion.active .accordion-content {
    display: block;
  }
  
  .container .accordion-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #F3F4E5;
    border: 1px solid #F3F4E5;
    border-radius: 14px;
    padding: 15px 20px;
  }
  
  .container .accordion-heading h3 {
    font-size: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;

  }
  
  .container .accordion-content {
    padding: 15px 20px;
    border: 2px solid #F3F4E5;
    border-radius: 0px 0px 14px 14px;
    font-size: 15px;
    background:#F3F4E5;
    border-top: 0;
    display: none;
    animation: animate 0.2s linear backwards;
    line-height: 2;
    transform-origin: top;
  }
  
  @keyframes animate {
    0% {
      transform: scaleY(0);
    }
  }

  .faq{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
  }

#other-products{
    margin-top: 70px;
    margin-bottom: -20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #2E2E2E;
  }

 
.cart{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-info img{
    width: 104px;
    height: 127px;
    border-radius: 16px;   
}

.cart-info{
    display: block;
    margin-top: 12rem;
    margin-right: 12rem;
    margin-left: 30rem;
    width: 40%;
    border:1px solid #2E2E2E;
    padding: 25px;
    border-radius: 13px;
}

.cart-info i{
    text-align: center;
    position: relative;
    left:98%;
    margin-bottom: 20px;
    cursor: pointer;
}

.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;
    }

    .toggle_btn{
        display: none;
    }

    .dropdown_menu{
        display: none;
    }

    #first-info{
        font-size: 24px;
        margin-left:12rem ;
        margin-top: 4rem;
        margin-bottom: -2rem;
    }

    nav{
        width: 60rem;
        margin-left: 12rem;
    }

    .growth-plan-product{
        margin-bottom:-5rem;
    }

    .frame-4 h3{
        font-size:24px;
    }

    .frame-4 h4{
        font-size: 16px;
        line-height: 24px;
    }

    .frame-4 h5{
        font-size: 14px;
        line-height: 21px;
    }

    .learn-btn{
        background-color: transparent;
        color: #FFFFFF;
        border: 1.97px solid #FFFFFF; 
        width: Hug (129.63px)px;
        height: Hug (44px)px;
        padding: 10px 14px 10px 14px;
        gap: 8px;
        border-radius: 37.44px; 
    }

    .growth-plan-product{
        width: 1000px;
    }

    .growth-plan-product img{
        width: 295px;
        height: 403.2px;    
        margin-bottom: rem;         
    }

    .product-1 p{
        font-size: 12px;
        line-height: 18px;
    }

    .product-1 i{
        font-size: 12px;
    }

    .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){


    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: 80%;
         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;
     }
 
     .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: -7rem;
     }
 
     .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;
     }

     #first-info{
        margin-left: 7.5rem;
     }

     nav{
        margin-left: 7.5rem;
        width: 950px;
     }

     .frame-4{
        margin-left: 7.5rem;
        width: 950px;
     }

     .growth-plan-product{
        margin-left: 7.5rem;
     }

     .footer{
        background-color:#D7E5BE;
        margin-top: 40px;
        padding-top: 50px;
        display: flex;
        align-items: center;
        width:1080px;
    }
    
    .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;
        width:1080px;
    }
    
    .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;
        padding: 30px;
        font-weight: bold;
        width:1080px;
    }
    
    .footer img{
        margin-left: 20px;
        width: 37px;
        height: 56px;
    } 
     
}

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

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

    .navbar .toggle_btn{
        display: block;
    }

    .navbar .toggle_btn i{
        color: #000000;
    }


    .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;
    }

    #first-info{
        margin-left: 6rem;
    }

    nav{
        margin-left: 6rem;
    }

    nav {
        width: 770px;
    }

    .frame-4{
        margin-left: 6rem;
        width: 770px;
    }

    .frame-4-img img{
        width: 450px;
    }

    .growth-plan-product {
        margin-left:6rem;
        width: 780px;
    }

    .product-1{
        width: 361px;
        height: 520px;
    }

    .product-1 img{
        width: 250px;
        height: 320px;
        border-radius: 16px;    
    }

    .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;
        padding: 30px;
        font-weight: bold;
    }
    
    .footer img{
        margin-left: 20px;
        width: 37px;
        height: 56px;
    } 
}

@media(max-width:578px){
    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;
        z-index: 1001;
    }

    .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;
    }

    .navbar .toggle_btn{
        display: block;
    }

    .navbar .toggle_btn i{
        color: #000000;
    }


    #first-info{
        margin-top: 10px;
        margin-left: 3rem;
        overflow-x: hidden;
    }

    nav{
        width: 16rem;
        margin-left: 3rem;
        margin-right: 0rem;
    }

    nav ul li{
        font-size: 12px;
    }

    .product-1 p{
        z-index: 1000;
    }



    #first-element{
        width: 20px;
        height: 20px;
    }

    .frame-4{
        margin-left: 3rem;
        margin-right: 0rem;
        margin-top: 3rem;
        flex-direction: column;
        width: 17rem;

    }

    .frame-4-info{
        width: 300px;
    }

    .frame-4-info h4{
        font-size: 18px;
    }

    .frame-4-img img{
        width:220px;
        height: 200px;
        margin-left: 2rem;
    }

    .growth-plan-product{
        width: 1px;
        margin-left:11rem;
        /* margin-right: -5rem; */
        flex-direction: column;
        align-items: center;
    }

    .product-1{
        width: 18rem;
        margin-left: 3rem;
        margin-bottom: -5rem;
    }

    .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;
    }

}



