*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&family=Dancing+Script:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Pacifico&display=swap');

body{
    width: 100%;
    overflow-x: hidden;
}
header{
    height: 100vh;
    width: 100%;
    padding: 0px 70px;
    color: #F5F7FA;
    background-color: #F5F7FA ;
}
nav{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav .logo-container img{
    width: 150px;
}
nav .navlinks ul{
    display: flex;
    gap:0px 35px;
}
nav .navlinks ul li a{
    color: black;
    text-decoration: none;
    font-family: sans-serif;
}
nav .navlinks ul li .product-color{
    color: chartreuse;
}
nav .navlinks ul li a:hover{
    color: #4CAF4F;
    border-bottom: 2px solid #4CAF4F;
}
nav .navlinks ul li a:active{
    color: #4CAF4F;
    border-bottom: 2px solid #4CAF4F;
}
nav .navlinks ul li {
    list-style: none;
}
nav .btn-container {
    display: flex;
    gap: 0px 20px;
} 
nav .btn-container button{
    background: none;
    border: none;
    color: #4CAF4F;
    font-size: 15px;
}
nav .btn-container .btn1{
    background-color: #4CAF4F;
    color: white;
    padding: 12px 18px;
    border-radius: 5px;
}
.hero-section{
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-section .content-container h1{
    font-size: 4rem;
    font-family: sans-serif;
    color:rgb(20, 18, 18);
}
.hero-section .content-container h1 span{
    color: #4CAF4F;
}
.hero-section .content-container p{
    line-height: 90px;
    font-size: 18px;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color: grey;
    font-weight: lighter;
}
.hero-section .content-container button{
    width: 120px;
    height: 50px;
    background-color: #4CAF4F;
    color: white;
    border: none;
    border-radius: 5px;
    letter-spacing: 2px;
}
.hero-section .image-container img{
    width: 400px;
}
.toggle-container{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
}
.toggle-container .circle{
    background-color: #b7d8b8;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.toggle-container .active{
    background-color: #4CAF4F;
}
.section-1 .content-container{
    text-align: center;
}
.section-1 .content-container h2{
    font-size: 2rem;
    font-family: sans-serif;
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 25px;
}
.section-1 .content-container p{
    line-height: 60px;
    font-size: 14px;
    font-family: sans-serif;
    color: grey;
    font-weight: lighter;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.section-1 .brand-containers{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.section-1 .brand-containers img{
    width: 50px;
    padding: 30px 0px;
}
.sect{
    padding: 0px 70px; 
}
.section-2-content-container{
    text-align: center;
    justify-content: center;
}
.section-2-content-container h2{
    text-align: center;
    letter-spacing: 1px;
    margin-top: 40px;
    font-weight: bold;
    font-size: 3rem;
    word-spacing: 2px;
    font-family: sans-serif;
    color: #4D4D4D
}
.section-2-content-container p{
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-family: sans-serif;
    color: grey;
    font-weight: lighter;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 40px;
}
.section-2-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.section-2-box .box-1 img{
    padding-bottom: 5px;
    width: 60px;
}
.section-2-box .box-2 img{
    padding-bottom: 5px;
    width: 60px;
}
.section-2-box .box-3 img{
    padding-bottom: 5px;
    width: 60px;
}
/*.section-2-box .box-1 h2{
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
}*/
.section-2-box .box-1 p{
    margin-bottom: 40px;
}
.section-2-box .box-2 p{
    margin-bottom: 40px;
}
.section-2-box .box-3 p{
    margin-bottom: 40px;
}
.section-3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-3 .phone-icon img{
    width: 380px;
    margin-top: 50px;
}
.section-3 .content-container h2{
    text-align: left;
    padding-bottom: 20px;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    font-size: 2rem;
    color: #4D4D4D;
}
.section-3 .content-container p{
    padding-bottom: 20px;
    font-size: 0.9rem;
    column-gap: 1px;
    text-align: left;
}
.section-3 .content-container button{
    color: #ffffff;
    width: 120px;
    height: 40px;
    background-color: #4CAF4F;
    border: none;
    border-radius: 4px;
}
.bg-sect{
    background-color: #F5F7FA;
    width: 100%;
    height: 250px;
    padding: 0px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.bg-sect .box-one-container h2{
    font-size: 2rem;
    font-family: sans-serif;
    color:#4D4D4D;
}
.bg-sect .box-one-container h2 span{
    font-size: 2rem;
    font-family: sans-serif;
    color:#4CAF4F
}
.bg-sect .box-one-container p{
    font-size: 15px;
    font-family: sans-serif;
    color:black;
    font-weight: lighter;
    padding-top: 10px;
    letter-spacing: 0.3px;
}
.box-two-container .flex{
    display: flex;
    gap: 50px 40px;
    padding: 25px 0px;
}
.box-two-container .flex .box{
    display: flex;
    align-items: center;
    gap: 20px;
}
.box-two-container .flex .box img{
    width: 50px;
}
.section-5 {
    width: 100%;
    height: 250px;
    padding: 0px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
}
.section-5 .phone-container{
    width: 45%;
}
.section-5 .phone-container img{
    width: 400px;
    align-items: center;
}
.section-5 .content-container{
    width: 55%;
}
.section-5 .content-container h2{
    text-align: left;
    padding-bottom: 20px;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    color: #4D4D4D;
}
.section-5 .content-container p{
    padding-bottom: 20px;
    font-size: 1rem;
    column-gap: 1px;
    text-align: left;
}
.section-5 .content-container button{
    color: #ffffff;
    width: 100px;
    height: 40px;
    background-color: #4CAF4F;
    border: none;
    border-radius: 4px;
}
.bg-sect2 {
    background-color: #F5F7FA;
    width: 100%;
    height: 400px;
    padding: 0px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
}
.bg-sect2 .img-container img{
    width: 350px;
    margin-top: 50px;
    margin-right: 70px;
}
.bg-sect2 .flex-brands .brand-containers img{
    width: 50px;
    justify-content: space-around;
    align-items: center
}
.bg-sect2 .flex-brands .brand-containers{
    display: flex;
    gap: 30px;
    margin-left: -45px;
}
.flex-brands{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 10px;
}
.bg-sect2 .content-container p{
    text-align: left;
    justify-content: center;
    font-family: sans-serif;
    font-weight: lighter;
    color: #4D4D4D;
    padding: 15px 0px;
    line-height:20px;
}
.bg-sect2 .content-container h3{
    color: #4CAF4F;
}
.content-container{
    width: ;
}
.meet-customers{
    display: flex;
    gap: 3px;
    align-items: center;
}
.bg-sect2 .flex-brands .meet-customers i{
    color: #4CAF4F;
}
.last-sect{
    width: 100%;
    height: 450px;
    padding: 0px 80px;
    margin-top: 40px;
}
.last-sect .content-container{
    justify-content: space-between;
    align-items: center;
}
    
.last-sect .content-container h3{
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    color: #4D4D4D;
    padding-bottom: 5px;
}
.last-sect .content-container p{
    text-align: center;
    line-height: 24px;
    justify-content: space-around;
}
.last-sect .image-container{
    position: absolute;
    display: flex;
    width: 100%;
    gap: 100px;
    margin-top: 30px;

}
.last-sect .image-container img{
    width: 300px;
    margin-top: 20px;
    border-radius: 5px;
}
.flex-card .card-1 {
    background-color: #F5F7FA;
    width: 230px;
    height: 150px;
    border-radius: 5px;
    position: relative;
    bottom: 25%;
    left: 13%;
    justify-content: center;
    align-items: center;
}

.card-1 p{
    justify-content: center;
    color: grey;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}

.readmore{
    display: flex;
    
    justify-content: center;
    padding-top: 20px;
    color: #4CAF4F;
    gap: 3px;
    align-items: center;
}
.last-sect2{
    height: 230px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-align: center;
    background-color: #F5F7FA;
}
.last-sect2 h2{
    font-family: sans-serif;
    font-weight: bold;
    color: black;
    padding-top: 20px;
    font-size: 2.5rem;
}
.demo-button{
    align-items: center;
    padding-top: 40px;
   
}
.demo-button button{
    height: 40px;
    width: 120px;
    background-color: #4CAF4F;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: lighter;
}
.footer-sect{
    height: 230px;
    width: 100%;
    background-color: #263238;
    padding: 0px 80px;
}
.footer-four img{
    margin-left: 15px;

}
.group-2-4{
    
    gap: 170px;
    padding-top: 40px;
    display: flex;
}
.group-2-4 h4{
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1.5rem;
    font-weight:700;
    padding-bottom: 20px;
}
.group-2-4 p{
    color: #ffffff;
    font-family: sans-serif;
    font-size: 0.7rem;
    line-height: 5px;
    font-weight: lighter;
    padding-bottom: 20px;
}
/*.footer-sect .group-2-4 .footer-one{
    padding-top: -900px;
}*/
.footer-sect .group-2-4 .logo-container{
    align-items: center;
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
}
.footer-sect .group-2-4 .footer-one .logo-container img{
    width: 30px; 
}
.footer-sect .footer-one .logo-container h3{
    color: white;
    font-family: sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    
}
.footer-sect .footer-one p{
    color: #ffffff;
    font-family: sans-serif;
    font-size: 0.7rem;
    line-height: 20px;
    font-weight: lighter;
    padding-bottom: 20px;
}
.footer-sect .footer-one .social-icon-logo{
    gap: 8px;
    display: flex;
    flex-direction: row;
}
.footer-sect .footer-one .social-icon-logo img{
    align-items: center;
    width: 20px;
}

}
.group-2-4 .footer-four img{
    width: 13px;
}
.group-2-4 .footer-four button{
    background-color: #393939;
    border: none;
    border-radius: 3px;
    width: 200px;
    height: 30px;
    color: #ffffff;
    padding-right: 40px;
    align-items:center;
    justify-content: space-between;
    gap: 100px;
}