* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: sans-serif;
    color: #4D4D4D;

}

/* Navbar */
nav {
    background-color: #FFFFFF;
    width: 100%;
    height: 58.76px;
    padding: 0rem 6rem;
    
    box-shadow: 0px 2.78px 5.57px 0px #ABBED166;
    /* overflow-y: hidden; */
    border: 1px solid black;
    position: sticky;
  top: 0;
  z-index: 999;



}

#div-logo {
    width: 3.5rem;
    height: 2rem;
    padding-top: 25px;
    margin-left: 1%;

}
#menu-icon {
  display: none;
}
#menu-btn {
  display: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
#menu-btn .fa-xmark{
    display: none;
}
#menu-toggle:checked + #menu-btn .fa-bars{
    display: none;
}
#menu-toggle:checked + #menu-btn .fa-xmark{
    display: inline;
}
nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
margin-top: -10px;

}

nav ul li {
    list-style: none;
}

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

}

.nav-btn-2 {
    margin-top: -5px;
    padding: 4px 22px;
    background-color: #4CAF4F;
    color: #FFFFFF;
    border-radius: 2.78px;
    padding: 9.74px 22.27px;
    border: #4CAF4F;
     width: 133.25;
    height: 36.48px;
    margin-top: -5px;

}

.nav-btn-1 {
    width: 133.25;
    height: 36.48px;
    margin-top: -5px;
}

.hero-text {
    color: #4CAF4F;

}

.span-hero {
    color: #4CAF4F;
    line-height: 52.9px;
    font-weight: 600px;
    font-size: 45px;
}

.black-hero-text h1,
span {
    color: #4D4D4D;
    line-height: 52.9px;
    font-weight: 600px;

    font-size: 50px;
}

.hero-para {
    color: #717171;
}

.hero-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7rem 6.25rem;
    background-color: #F5F7FA;
    margin-top: 30px;
    font-family: sans-serif;

}

.nav-btn-3 {
    margin-top: 18px;
    padding: 4px 22px;
    background-color: #4CAF4F;
    color: #FFFFFF;
    border-radius: 2.78px;
    padding: 9.74px 22.27px;
    border: #4CAF4F;

}

.hero-img img {

    margin-right: 3rem;
}

.center-sec {
    margin-top: 30px;
}

.center-sec h1 {
    text-align: center;
    color: #4D4D4D;
}

.center-sec p {
    text-align: center;
    font-size: 11.14px;
    line-height: 16.71px;
    font-weight: 400;

}

.icon-group {
    display: flex;
    justify-content: space-between;
    height: 68.21480560302734px;

    flex-wrap: wrap;
    padding: 0rem 6rem;
    margin-top: 30px;

}

.icon-group img {
    width: 50px;
    height: 50px;
    margin-top: 30px;

}

.single {
    margin-top: 78px;
    text-align: center;
}

.p1 {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.71px;
    color: #717171;
    margin-top: 15px;
}

.cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    padding: 0 100.23px;
}

/* .hero-text2 {
    color: #4CAF4F; 

/* } */

.black-hero-text2 {
    padding-top: 20px;
    margin-right: 100px;
}

.black-hero-text2 h1 {
    color: #4D4D4D;
    line-height: 30.63px;
    font-weight: 600px;
    font-size: 30px;
    margin-right: 40px;


}

.hero-para2 {
    padding-top: 20px;
    color: #717171;
    font-size: 9.74px;
    line-height: 13.92px;
}

.hero-section2 {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    padding: 7rem 6.25rem;
    margin-top: 30px;
    font-family: sans-serif;


}

.nav-btn-3-2 {
    margin-top: 18px;
    padding: 4px 22px;
    background-color: #4CAF4F;
    color: #FFFFFF;
    border-radius: 2.78px;
    padding: 11px 25px;
    border: #4CAF4F;

}

.hero-img2 img {

    margin-right: 3rem;

    width: 330px;
    height: 360px;
    margin-top: -50px;
}

.third-last {
    background-color: #F5F7FA;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

    padding: 7rem 6.25rem;
}

.third-last span {
    color: #4CAF4F;
    font-size: 25.06px;
    line-height: 30.63px;
}

.third-last h1 {
    font-size: 25.06px;
    line-height: 30.63px;
}

.third-last p {
    font-size: 11.14px;
    color: #18191F;
    line-height: 16.71px;
}

.third-last-icons {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.second-last {
    text-align: center;
    color: #18191F;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F5F7FA;
}

.second-last h1 {
    font-size: 44px;
    line-height: 52.9px;
    font-weight: 600;
}

.second-last-btn {
    margin-top: 18px;

    background-color: #4CAF4F;
    color: #FFFFFF;
    border-radius: 2.78px;
    padding: 9.74px 22.27px;
    border: #4CAF4F;


}

footer {
    background-color: #263238;
    /* margin-top: 20px; */
    padding: 0 6.25rem;
    display: flex;
    gap: 200px;
    flex-wrap: wrap;
    padding-top: 100px;


}

footer img {
    height: 243.62px;
    width: 244.18px;
    margin-left: 50px;
}

.footer-ul {
    color: #F5F7FA;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 60px;
    flex-wrap: wrap;

}

.footer-ul li {
    list-style: none;
    color: #F5F7FA;
    line-height: 30px;
    color: #D9DBE1;
}

input {
    width: 177.49px;
    height: 27.84px;
    padding: 10px;
    opacity: 20%;
    border-radius: 6px;
    color: #D9DBE1;

}
.nav-s{
    display: none;
}
@media (min-width: 0px) and (max-width: 767px){
    #div-logo {
    width: 3.5rem;
    height: 2rem;
    padding-top: 20px;

}

    #menu-toggle {
  display: block;
  z-index: 100;
  margin-left: 80%;
  margin-top: -20px;
}

.span-hero {
    font-size: 30px;
}

.black-hero-text h1,
span {
    color: #4D4D4D;
    line-height: 38px;
    font-weight: 600px;

    font-size: 30px;
}
.black-hero-text{
    margin-left: -1.9rem;  

}

.nav-btn-3 {
    margin-top: 18px;
    padding: 4px 22px;
    background-color: #4CAF4F;
    color: #FFFFFF;
    border-radius: 2.78px;
    padding: 9.74px 22.27px;
    border: #4CAF4F;

}

.hero-img img {
    height: 300px;
    width: 280px;

margin-left: -1.9rem;  
  margin-top: 90px;
}



.center-sec {
    margin-top: 30px;
}

.center-sec h1 {
    text-align: center;
    color: #4D4D4D;
}

.center-sec p {
    text-align: center;
    font-size: 11.14px;
    line-height: 16.71px;
    font-weight: 400;

}

.icon-group {
    display: flex;
    justify-content: space-between;
    height: 68.21480560302734px;
gap:1.5px;
    flex-wrap: wrap;
    padding: 0rem 6rem;
    margin-top: 30px;

}

.icon-group img {
    width: 30px;
    height: 30px;

}

.single {
    margin-top: 150px;
    text-align: center;
}

.p1 {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.71px;
    color: #717171;
    margin-top: 15px;
}

.cards {
   justify-content: center;
   margin-top: 30px;
}


.hero-section2 {
    justify-content: center;
    margin-left: 90px;

line-height: 20px;
}

.hero-img2 img {

    margin-right: 6rem;

    width: 330px;
    height: 360px;
    margin-top: 10px;
}

.third-last {
justify-content: flex-start;
/* flex-direction: column; */
margin-left: -90px;
/* flex-wrap: wrap; */
}

.third-last span {
    
    color: #4CAF4F;
    font-size: 25.06px;
    line-height: 30.63px;
}

.third-last h1 {
    font-size: 25.06px;
    line-height: 30.63px;
}

.third-last p {
    font-size: 11.14px;
    color: #18191F;
    line-height: 16.71px;
}

.third-last-icons {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin-top: 30px;
}


.second-last h1 {
    font-size: 30px;
    line-height: 52.9px;
    font-weight: 600;
}

footer{
    gap: 370px;
}


footer img {
    height: 243.62px;
    width: 244.18px;
    margin-left: -70px;
}

.footer-ul {
   margin-top: -300px;
    justify-content: flex-start;
   

}


input {
margin-left: -35px;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background: #ffffff;
}

.logo{
  font-size: 24px;
  font-weight: bold;
  color: #263238;
}

.menu{
  display: flex;
  list-style: none;
  gap: 25px;
}

.menu li a{
  text-decoration: none;
  color: #263238;
}

.btn{
  background: #4CAF4F;
  color: white !important;
  padding: 8px 15px;
  border-radius: 5px;
}

/* Hamburger */
.menu-icon{
  display: none;
  font-size: 28px;
  cursor: pointer;
}

#menu-toggle{
  display: none;
}

/* nav bar Responsive */
@media (max-width: 768px){
  .menu-icon{
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: white;
    display: none;
    padding: 20px 0;
  }

  /* .nav li{
    text-align: center;
    margin: 10px 0;
  } */

  .menu-icon{
    display: block;
  }

  #menu-toggle:checked ~ .menu{
    display: flex;
  }
}



    /* footer
    {
    #nav-toggle:checked ~ #nav-ul{
        display: flex;
    }
     Navbar
    #nav-btn{
        display: block;
    }
    #nav-ul{
        flex-direction: column;
        align-items: center;
        background: #135b18;
        gap: 0;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        display: none;
    }
    #nav-ul li a{
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }
    #nav-toggle:checked ~ #nav-links{
        display: flex;
    }*/

     /* Navbar */
    /* #menu-btn{
        display: block;
    }
    nav{
        /* overflow-y: hidden;
        width: 100vw; */
    }
    /*.nav-ul{
        flex-direction: column;
        align-items: center;
        background: #135b18;
        gap: 0;
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        display: none;
    }
    .nav-ul li a{
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }
    #menu-toggle:checked ~ #nav-ul{
        display: flex;
    } */
@media (min-width: 0px) and (max-width: 950px){
.nav-s{
    display: block;
margin-left: 100%;
margin-top: -11px;
width: 20px;
/* height: 0px;
width: 20px; */
}
.nav-ul{
    display: none;
}
}