
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Space+Grotesk:wght@300..700&display=swap');

*{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
body{
    margin: 0;
    background-color: #FBFFE4;
    color: #053333;
    font-family: 'Inter', sans-serif;
}
nav{
    width: 100%;
    max-width: 1030px;
    background-color: #053333;
    justify-content: space-between;
    padding: 7px 24px;
    border-radius: 50px;
    margin: 30px auto;
    display: flex;
    align-items: center;
}
.nav-links{
    list-style: none;
    color:#FBFFE4 ;
    display: flex;
    gap: 36px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 50px;

}
.nav-links li a{
    color: #FBFFE4;
    text-decoration: none;
    transition: 0.3s;
  
}
.nav-links li a:hover{
    color: #c0dd1f;
}
.logo{
    width: 80%;
}
.btn{
    background-color: #D5F522;
    padding: 12px 24px;
    border-radius: 24px;
    border: 0px solid ;
    cursor: pointer;
    transition: 0.3s;
}
.btn:hover{
    background-color: #809314;
}
.hamburger{
    display: none;
}
.herosection-texts{
    width: 100%;
    text-align: center;
    justify-items: center;

    
}
.herosection-texts h1{
    font-size: 64px;
    font-weight: 600;
    width: 60%;
    margin-bottom: 20px;
    margin-top: 50px;
    font-family: 'Lato', sans-serif;
}
.herosection-texts p{
    font-size: 18px;
    font-weight: 400;
    width: 45%;
    line-height: 1.3;
}
.herosection-button{
    padding: 10px 10px 10px 20px ;
    padding-bottom: 6px;
    background-color: #D5F522;
    border: 0px;
    border-radius: 70px;
    display: flex;
    gap: 150px;
    align-items: center;
    margin: auto;
    margin-top: 40px;
    color: #053333;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.herosection-button:hover{
    background-color: #809314;
}
.icon-cont{
    background-color: #053333;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Getstarted-icon{
    width: 25px;
}
.herosection-image{
    text-align: center;
    justify-items: center;
}
.herosection-img{
    width: 40%;
    margin-top: 32px;
    transform: translateY(4.2px);
    overflow-y: hidden;
}
.statistics{
    background-color: #053333;
    color: #FBFFE4;
    display: flex;
    padding: 55px 100px;
    align-items: center;
    
}
.stats-content p{
    font-size: 24px;
    font-weight: 500;
    width: 70%;
}
.stats-number{
    display: flex;
    gap: 20px;
    margin-left: auto;
}
.stats-each{
    border-radius:6px;
    border: 1px solid #D5F5224D ;
    text-align: center;
    padding: 11px 32px;
    width: 200px;
    
}
.stats-each h3{
    font-size: 32px;
    font-weight: 500;
    padding: 0;
}
.stats-each p{
    font-size: 12px;
    font-weight: 400;
    padding: 0;
}

.Why-CardExpress-container{
    padding: 100px;
    display: flex;
    gap: 150px;
    justify-content: space-between;
}
.Why-CardExpress-content{
    width: 65%;
}
.Why-CardExpress-topic{
    font-size: 16px;
    font-weight: 400;
    background: #D5F522;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 37px;
    margin-bottom: 20px;
}
.Why-CardExpress-header{
    font-size: 38px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
.Why-CardExpress-info{
    font-size: 18px;
    font-weight: 400;
    color:#6F7680 ;
    line-height: 1.5;
}

.Why-CardExpress-list{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 10px;
}
.Why-CardExpress-listitem{
    display: flex;
    align-items: center;
    gap: 5px;
    border-top: 0.5px solid #E0E0E1;
    width: 100%;
    padding-top:8px ;
}
.Why-CardExpress-listitem img{
    width: 18px;
    height: 18px;
}
.Why-CardExpress-listitem p{
    font-weight: 500;
    font-size: 18px;
}
#greyp{
    font-size: 16px;
    font-weight: 400;
    color: #6F7680;
}
.Why-CardExpress-image{
    width: 50%;
    padding-left: 0px;
}
.Why-CardExpress-img{
    width: 100%;
}

.our-services-container{
    padding: 100px;
    background-color: #FBFBFB;
}
.our-services{
   width: 100%;
  display: flex;
  justify-content: space-between;
 
}
.our-services-topic{
    font-size: 16px;
    font-weight: 400;
    background: #D5F522;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 37px;
    margin-bottom: 20px;
}
.our-services-header{
    font-size: 36px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
.our-services-info{
    font-size: 14px;
    font-weight: 400;
    color:#6F7680 ;
    line-height: 1.4;
    width: 80%;
}
.our-services{
    display: flex;
    gap: 30px;
    margin-top: 50px;
    width: 100%;
}
.service-box{
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
}
.service-box-imag{
    background-color: #FBFFE4;
    padding: 20px;
    justify-content: center;
    justify-items: center;
    border-radius: 14px;
    z-index: 1000;
    ;
}
.service-box-imag img{
    width: 300px;
    height: 300px;
}
.service-box-text{
    text-align: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    padding: 40px 20px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    margin-top: -15px;
   
}
#boldtext{
    font-size: 25px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
   
}
#smalltext{
    font-size: 16px;
    font-weight: 400;
    color: #6F7680;
    line-height: 1.5;
    margin-top: 10px;
}


.How-It-Works-container{
    padding: 100px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.How-It-Works-content{
    width: 50%;
}
.How-It-Works-topic{
    font-size: 16px;
    font-weight: 400;
    background: #D5F522;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 37px;
    margin-bottom: 20px;
}
.How-It-Works-header{
    font-size: 38px;
    font-weight: 600;
    width:95%;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
.inline-list{
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
#greypsecond{
    font-size: 16px;
    font-weight: 400;
    color: #6F7680;
    width:80%;
    margin-top: 6px;
}

.How-It-Works-listitem img{
    width: 18px;
    height: 18px;
}

.How-It-Works-list{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
}
.How-It-Works-listitem{
    align-items: center;
    gap: 5px;
    border-top: 0.5px solid #E0E0E1;
    width: 100%;
    padding-top:8px ;
}
.How-It-Works-listitem:nth-child(1){
    border: none;
}

.How-It-Works-listitem p{
    font-weight: 500;
    font-size: 18px;
    
}
.How-It-Works-image{
    width: 50%;
    padding-left: 0px;
}
.How-It-Works-img{
    width: 80%;
}


.testimonial-container{
    background-color:#ffffff ;
    padding: 70px 100px;

}
.testimonial-content{
    display: flex;
    
}

.testimonial-topic{
    font-size: 16px;
    font-weight: 400;
    background: #D5F522;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 37px;
    margin-bottom: 20px;
}
.testimonial-right-side{
   width: 50%;
   background-color: #E3E3E369;
   padding:  20px;
   border-radius: 50px;
   justify-content: center;
   align-items: center;
}

.testimony-person{
    display: flex;
    gap: 150px;
    margin-top: 50px;
    justify-content: center;
    text-align: center;
}
.title-name{
    justify-content: center;
    text-align: center;
}
.leftarrow{
    transform: rotate(180deg);
}
.name{
    font-size: 19px;
    font-weight: 500;
    justify-content: center;
    color: #201F2E;
}
.title{
    font-size: 18px;
    font-weight: 400;
    color:#6E6C83 ;
    
}
.person-img{
    width: 70px;
}
    
.testimony{
    font-size: 20px;
    font-style: italic;
    color: #3F3D56;
    line-height: 1.5;
    justify-content: center;
    text-align: center;
   
}
.quote{
    width: 30px;

}
.testimonial-testimony{
   justify-content: center;
   background-color: #FFFFFF6E;
   padding: 30px;
   border-radius: 30px;
}
.testimonial-left-side{
    width: 50%;
}
.testimonial-header{
    font-size: 48px;
    font-weight: 600;
    width: 80%;
    font-family: 'Lato', sans-serif;
}
.testimonial-info{
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
    width: 90%;
    line-height: 1.5;
}

footer{
    background-color: #053333;
    padding: 60px 100px;
}
.footer-content{
    background-color:#FBFFE4 ;
    padding: 60px;
    border-radius: 20px;
    display: flex;
    gap: 50px;
}
.footer-content-left{
    width: 50%;
}
.footer-info{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 1.5;
}
.contact{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-header{
    font-size: 21px;
    font-weight: 600;
    color: #2D2D2D;
}
.contact-item{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 400;
}
.sociallinks{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.footer-content-right{
    width: 50%;
    background-color: #053333;
    padding: 40px 40px 10px 40px;
    border-radius: 20px;
}
.subscribe-header{
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
    width: 70%;
    font-family: 'Lato', sans-serif;
}
.subscribe-subtext{
     font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    width: 80%;
    margin-top: 10px;
    line-height: 1.5;
}
.email-input{
    margin-top: 10px;
}
.email-input input{
    width: 70%;
    padding: 20px 60px;
    border-radius: 57px;
    border: none;
    color: #053333;
}
.email-input input:focus{
    border: none;
    outline: none;
}
.sub-mail{
    background-color: #D9D9D9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(10px) translateY(48px);
}
.mail-icon{
    width: 25px;
}
.Subscribe{
    background-color: #053333;
    color: white;
    padding: 12px 24px;
    border-radius: 24px;
    border: 0px solid ;
    cursor: pointer;
    transform: translateX(335px)  translateY(-46px);
    transition: 0.3s;

}
.Subscribe:hover{
    background-color:#dae0e0 ;
}




/*




