*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins';
}

.topBar{
    background-color: #eee;
    height: 55px;
    color: #424242;
}

.topBarContainer{
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topBarLeft img{
    width: 30px;
    height: 20px;
}

.topBarLeft{
    display: flex;
    align-items: center;
    gap: 20px;
}

.topBarLeft span{
    font-size: 12px;
}

.topBarRight{
    display: flex;
    align-items: center;
    gap: 20px;  
}

.navbar{
    padding: 0px 9.5%;
    border-bottom: #d6d6d686 1px solid;
}

.navbar img{
    width: 200px;
    height: 50px;
}

.section1{
    height: 560px;
    display: flex;
    background-image: url(./assets/bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    margin-bottom: 10px;
}

.section1 div{    
    width: 768px;
    height: 560px;
}

h1{
    font-size: 39px;
    line-height: 50px;
    margin-top: 110px;
    color: #1f1f1f;
}

.h1Span{
    color: #8DC63F;
}

.h2Span{
    color: #0D6DB7;
}

h2{
    margin-top: 25px;
    font-size: 20px;
    color: #1f1f1f;
}   

.section1 button{
    margin-top: 15px;
    width: 180px;
    height: 54px;
    background-color: transparent;
    font-size: 15px;
    font-family: 'Poppins';
    cursor: pointer;
    border: 1px solid;
}

.section2{
    padding: 10px;
    background-color: rgba(221, 250, 170, 0.452);
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    gap: 10px;
}

.section2 .div11{
    display: flex;
}

.section2 .span1{
    background-color: rgb(39, 39, 39);
    color: white;
    width: 60px;
    height: 54px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.section2 .span2{
    background-color: rgb(39, 39, 39);
    color: white;
    width: 48px;
    height: 54px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 input{
    width: 150px;
    height: 54px;
    font-family: 'Poppins';
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid black;
}

.section2 .div22{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.section2 .div22 div{
    width: 140px;
    height: 54px;
    background-color: white;
    color: rgb(39, 39, 39);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.section2 .div22 div:hover{
    background-color: black;
    color: white;
} 

.section2 .div3 button{
    width: 160px;
    height: 54px;
    background-color: #8DC63F;
    color: white;
    border: none;
    border-radius: 5px;
    font-family: 'Poppins';
    font-size: 15px;
    cursor: pointer;
}

.section2 .div3 button:hover{
    background-color: #7eb137;
}

.section4 h1{
    font-size: 30px;
    margin: 25px auto;
    display: flex;
    justify-content: center;
}

.section4 .cards{
    display: flex;
    justify-content: center;
    gap: 18px;
}

.section4 .cards div{
    background-color: rgba(221, 250, 170, 0.452);
    width: 239px;
    height: 171px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4 .col1{
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}

.section4 .col2{
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;

}

.section4 .col3{
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}

.section4 .col4{
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}

.section4 .col5{
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}

.section4 .col6{
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}

.section5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    gap: 30px;
}

.section5 .div111,
.section5 .div222 {
    width: 100%;
    max-width: 768px;
    height: auto;
}

.section5 .div111 img {
    width: 100%;
    height: auto;
    border-top-left-radius: 70px;
    position: relative;
    object-fit: cover;
}

.section5 .row1, .section5 .row2 {
    display: flex;
    flex-wrap: wrap;
}

.section5 .row1 div, .section5 .row2 div {
    width: 50%;
    height: 200px;
    border: 1px solid white;
    z-index: 1;
}

.section5 .m1 {
    border-top-left-radius: 70px;
    background-color: #8DC63F;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 10px;
}

.section5 .m2, .section5 .m3, .section5 .m4 {
    background-color: transparent;
}

.section5 .div222 {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section5 .div222 h1 {
    font-size: 30px;
    text-align: center;
}

.section5 .main1, .section5 .main2, .section5 .main3, .section5 .main4 {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.section5 .div222 .back {
    width: 80px;
    height: 80px;
    background-color: rgba(185, 185, 185, 0.384);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.section5 .div222 .text {
    width: 100%;
    max-width: 550px;
    font-size: 14px;
}

.section5 .div222 h5 {
    font-size: 16px;
    color: #0D6DB7;
}

.section6 {
    height: 268px;
    background-color: #0D6DB7;
}

.section6 h1{
    font-size: 30px;
    display: flex;
    justify-content: center;

    color: white;
    padding-top: 40px;
}

.section6 input{
    width: 280px;
    padding: 10px;
    height: 54px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: transparent;
    font-size: 14px;
    font-family: 'Poppins';
    padding-left: 15px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.section6 button{
    width: 280px;
    padding: 10px;
    height: 45px;
    border: 1px solid white;
    border-radius: 5px;
    border: none;
    font-family: 'Poppins';
    font-weight: bold;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    cursor: pointer;
}

.section6 button:hover{
    background-color: #dddbdb;
}

.footer{
    background-color: #2f2f2f;
    color: white;
    padding: 40px 20px;
}
  
.footer-container{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}
  
.footer-section{
    flex: 1 1 200px;
}
  .footer-section h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    border-bottom: 2px solid #444;
    padding-bottom: 5px;}
  .footer-section ul {
    list-style: none;
    padding: 0;}
  .footer-section ul li {
    margin-bottom: 8px;}
  .footer-section ul li a {
    text-decoration: none;
    color: #ccc;
    transition: color 0.3s;}
  .footer-section ul li a:hover {
    color: #fff;}
  .social-icons {
    margin: 15px 0;}
  .social-icons img {
    width: 32px;
    margin-right: 10px;}
  .dmca-badge {
    margin-top: 10px;
    height: 30px;}
  
.logos {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
  
.logos img {
    height: 40px;
}
  
.footer-logo {
    height: 60px;
    margin-bottom: 20px;
}
  
.whatsapp-icon {
    width: 16px;
    vertical-align: middle;
}
  
.footer-bottom {
    text-align: center;
    font-size: 0.9rem;
    color: #aaa;
    margin-top: 30px;
}
  

@media screen and (max-width: 992px) {

    .section1{
        background-image: none;
    }
}
@media screen and (max-width: 768px) {

    .section1{
        background-image: none;
    }
    
    h1{
        font-size: 35px;
        line-height: 34px;
    }

    h2{
        font-size: 20px;
    }
    .section5 .row1 div,
    .section5 .row2 div {
        width: 100%;
        height: 150px;
    }

    .section5 .m1 {
        font-size: 16px;
        padding: 10px;
    }

    .section5 .main1,
    .section5 .main2,
    .section5 .main3,
    .section5 .main4 {
        flex-direction: column;
        align-items: flex-start;
    }

    .section5 .div222 h1 {
        font-size: 24px;
    }

    .section5 .div222 .text {
        font-size: 13px;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
      }
    
      .logos {
        justify-content: center;
      }
    
      .footer-section h3 {
        border: none;
      }
}

@media screen and (max-width: 480px) {

    .section1{
        background-image: none;
    }

    .topBarContainer{
        flex-wrap: wrap;
    }


    .navbar img{
        width: 150px;
        height: 40px;
    }

    h1{
        font-size: 30px;
        line-height: 30px;
    }

    h2{
        font-size: 18px;
    }

    .topBarLeft img{
        width: 20px;
        height: 15px;
    }

    .topBar{
        height: 100px;
    }

    .section5 .div222 h1 {
        font-size: 20px;
    }

    .section5 .m1 {
        font-size: 14px;
    }

    .section5 .div222 .back {
        width: 60px;
        height: 60px;
    }

    .section5 .div222 .text {
        font-size: 12px;
    }
}


