*{
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;

}
:focus{

outline: none;
}
.container{
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    justify-content: space-between;
}
.col-6{
    width: 48%;
}
header nav ul {
    list-style: none;
    padding: 0;
}

header nav ul {
    display: flex;
    column-gap: 30px;
}

.site-nav {
    display: flex;
    justify-content: end;
}

.site-nav li a {
    color: black;
    font-size: 13px;
    text-decoration: none;
}

header {
    padding: 30px 0px;
    background: white;
}
.header-banner{
    background-image: url(img/header-banner-bg.svg);
}
header row {
    align-items: center;
}

.site-logo a {
    display: inline-block;
}

.col-6 {}

header .col-6 {
}

header .row {
    align-items: center;
}

section.header-banner .row {
    align-items: center;
    padding: 100px 0px;
}

section.header-banner h2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: normal;
    margin-bottom: 30px;
}

section.header-banner p {
    color: #4A5766;
    font-size: 16px;
    max-width: 498px;
}

.banner-inner-img {
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: space-between;
}
a.join-us {
    background: linear-gradient(358deg, #497FC1 0%, #4C86C5 16%, #549BD3 45%, #61B7E4 76%);
    padding: 15px 38px;
    color: white;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}
header .row {
    column-gap: 0 !important;
    /* justify-content: start; */
}

.site-nav {
    column-gap: 20px !IMPORTANT;
}

header .col-6:last-child {
    justify-content: end;
    width: 51%;
}
section.header-banner p {
    margin-bottom: 36px;
}
section.header-banner b {
    background-image: linear-gradient(to right, rgba(97, 183, 228, 255), rgba(77, 137, 199, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

section.section-wecare-for {
    padding-top: 100px;
}

section.section-wecare-for h2 {
    background-image: linear-gradient(to right, rgba(97, 183, 228, 255), rgba(77, 137, 199, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
}

section.section-wecare-for p {
    color: #4A5766;
}

section.section-wecare-for .row {
    column-gap: 70px;
    box-sizing: border-box;
    align-items: center;
}


section.section-wecare-for .col-6 {
    width: 42%;
}

section.degital-platform {
    padding-top: 170px;
}

section.degital-platform h2 {
    color: #497FC1;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    max-width: 500px;
}

.col-img-section h3 {
    color: #497FC1;
    font-size: 18px;
}

.col-img-section .box {
    width: 44%;
}

.col-img-section {
    display: flex;
    flex-wrap: wrap;
    gap: 43px;
    justify-content: space-between;
}

.col-img-section p {
    color: #4A5766;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}

.content-box {
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding-bottom: 60px;
}

section.section-lef-right {
    padding-top: 100px;
}

section.section-lef-right h2 {
    background-image: linear-gradient(to right, rgba(97, 183, 228, 255), rgba(77, 137, 199, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
}

section.section-lef-right {
    background: #FAFAFA;
}

.content-box p {
    font-size: 16px;
    color: #4A5766;
}

section.section-lef-right .row {
    align-items: center;
}

.white-box {
    background: white;
    border: solid 1px #497FC1;
    padding: 40px;
    text-align: center;
    max-width: 485px;
    margin: auto;
    border-radius: 19px;
}

.white-box h3 {
    font-size: 16px;
    color: #497FC1;
    font-weight: 600;
    max-width: 233px;
    margin: auto;
    margin-bottom: 10px;
    line-height: 1.2;
}

.white-box p {
    color: #4A5766;
    font-size: 13px;
}

.white-box {}

section.degital-platform {
    background: #FAFAFA;
}

section.section-wecare-for {
    background: #FAFAFA;
}
.site-nav {
    align-items: center;
    column-gap: 40px;
}
section.download-section {
    background: #E5F7FF;
}

section.download-section .row {
    align-items: center;
    justify-content: center;
}

section.section-lef-right.sec-third {
    padding-bottom: 100px;
}




section.download-section .col-6 {
    box-sizing: border-box;
    width: 40%;
}

section.download-section .row h2 {
    color: #497FC1;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 30px;
}
a.join-us {
    transition: 0.5s;
}

a.join-us:hover {
    background: linear-gradient(90deg, #61B7E4 0%, #549BD3 16%, #4C86C5 45%, #497FC1 76%);
}
footer {
    background-image: url(img/footer-bg-1.svg);
    padding-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer .col-3 {
    width: 22%;
}

footer .col-3 h4 {
    color: white;
    margin-bottom: 19px;
}

footer .col-3 ul {
    list-style: none;
}

footer .col-3 ul a, footer .col-3 p {
    color: white;
}

footer .col-3 p {
    font-size: 10px;
}

footer .col-3 a {
    font-size: 14px;
    text-decoration: none;
}

.footer-logo {
    margin-bottom: 25px;
}

.form-new-later input {
    height: 41px;
    margin: 0;
    border: navajowhite;
    padding: 7px;
    box-sizing: border-box;
}

.form-new-later form {
    background: white;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

ul.ssocial-media li {
    width: 50px;
    height: 50px;
    border: solid 1px white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    line-height: 0;
}

ul.ssocial-media {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
}

ul.ssocial-media li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

input.submit-btn {
    padding: 0 14px;
    font-size: 12px;
    border-radius: 10px;
    background: #3DB5FF;
    color: white;
}

p.form-new-later-para {
    font-size: 14px !important;
}

section.degital-platform h2 {
    position: sticky;
    top: 0;
}

section.degital-platform {
    position: relative;
}

ul.ssocial-media li a:hover {
    transform: rotate(45deg);
    opacity: 0.8;
}
.row.coy-right-row {
    width: 100%;
    display: block;
    border-top: solid 1px #ffffffa1;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    color: white;
    font-weight: 400;
    padding-bottom: 20px;
    font-size: 14px;
}
.site-nav nav ul li:hover a {
    color: #6EE2FD;
    position: relative;
}

.site-nav nav ul li a:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #6EE2FD;
    position: absolute;
    bottom: -44px;
    opacity: 0;
}



.site-nav li a {
    position: relative;
}

.site-nav nav ul li:hover > a:before {
    opacity: 1;
}
header .col-6:last-child {
    display: flex;
    align-items: center;
}

select.lang {
    margin-left: 10px;
    border-radius: 42px;
background: #EEe;
border: none;
padding: 4px;
}

select.lang {}

.site-logo select.lang {
    display: none;
}

@media only screen and (max-width: 1100px) and (min-width: 768px)  {

    .banner-inner-img img {
        width: 163px;
    }
    
    .row {
        gap: 18px;
    }
    
    section.header-banner h2 {
        font-size: 30px;
    }
    
    section.section-wecare-for h2 {
        font-size: 29px;
    }
    
    section.section-wecare-for img {
        width: 100%;
    }
    
    section.section-wecare-for .row {
        column-gap: 34px !important;
    }
    
    section.section-wecare-for .col-6 {
        width: 47% !important;
    }
    
    section.degital-platform h2 {
        font-size: 24px;
    }
    
    .col-img-section {
        gap: 16px !important;
    }
    
    section.section-lef-right img {
        width: 100%;
    }
    
    section.download-section .col-6 > img {
        width: 100%;
    }
    
    section.download-section .row h2 {
        font-size: 24px;
    }
    
    footer .col-3 ul {
        column-gap: 10px;
    }
    
    ul.ssocial-media li {
        width: 30px;
        height: 30px;
    }
    
    .form-new-later form {
        background: transparent;
    }
    
    input.submit-btn {
        width: 100%;
        margin-top: 10px;
    }
    
    .form-new-later input {
        border-radius: 10px !IMPORTANT;
    }
    
    a.join-us {}
    
    .site-nav a.join-us {
        padding: 10px 16px;
    }
    
    .col-6 {}
    
    header .col-6:first-child {
        width: 20% !important;
    }
    
    header .col-6:last-child {
        width: 75%;
    }
    
    header nav ul {
        gap: 17px;
    }
    .banner-inner-img {
        justify-content: center;
    }
    .form-new-later input {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .banner-inner-img img {
        width: 100px;
    }
    
    .banner-inner-img {}
    
    .banner-inner-img img:last-child {
        width: 124px;
    }
    
    .row {
        flex-direction: column;
    }
    
    .col-6 {
        width: 100%;
    }
    
    .banner-inner-img {
        justify-content: center;
        margin-top: 35px;
    }
    
    section.section-wecare-for .col-6 {
        width: 100%;
    }
    
    section.section-wecare-for .col-6 img {
        width: 100%;
    }
    
    .col-img-section {
        gap: 20px;
    }
    
    .col-img-section .box {
        width: 46% !important;
    }
    
    .col-img-section {
        margin-top: 23px;
    }
    
    section.degital-platform h2 {
        font-size: 23px !important;
        text-align: center;
    }
    
    section.header-banner h2 {
        font-size: 33px;
        /* text-align: center; */
    }
    
    section.header-banner p {
        /* text-align: center; */
    }
    
    .row {}
    
    section.section-wecare-for .row {
        flex-direction: column-reverse;
    }
    
    section.section-wecare-for h2 {
        font-size: 32px;
    }
    
    section.section-wecare-for {
        padding-top: 22px;
    }
    
    section.section-lef-right img {
        width: 100%;
    }
    
    section.section-lef-right .row {
        /* flex-direction: column-reverse; */
    }
    
    .col-6 {}
    
    section.download-section .col-6> img {
        width: 100%;
    }
    
    section.download-section .col-6 {
        width: 100%;
    }
    
    section.download-section .row {
        flex-direction: column-reverse;
        padding: 100px 0px;
    }
    
    section.download-section .row h2 {
        font-size: 30px;
        text-align: center;
    }
    
    .download-section {
        text-align: center;
    }
    
    footer .col-3 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    
    section.section-lef-right h2 {
        line-height: 1.1;
        margin-bottom: 10px;
    }
    
    .col-3 {}
    
    ul.ssocial-media li {
        width: 34px;
        height: 34px;
        justify-content: center;
    }
    
    ul.ssocial-media {
        justify-content: center;
        margin-top: 28px;
    }

section.section-lef-right.sec-34 .row {
    flex-direction: column-reverse;
    row-gap: 30px;
}


section.section-lef-right.sec-23 .row {
    flex-direction: column-reverse;
    row-gap: 20px;
}


section.section-lef-right.sec-third .row {row-gap: 20px;}

.site-nav {
    display: none;
}

.site-logo button {
    width: 36px;
    height: 36px;
    border: solid 1px gray;
    background: transparent;
    border-radius: 6px;
    position: relative;
}

.site-logo {
    display: flex;
    justify-content: space-between;
}

.site-logo button:before {content: '';width: 20px;height: 1px;border-bottom: solid 1px;position: absolute;left: 0;right: 0;margin: auto;top: 10px;}

.site-logo button:after {content: '';width: 20px;height: 1px;border-bottom: solid 1px;position: absolute;left: 0;right: 0;margin: auto;top: 23px;}



.site-logo button span {
    width: 20px;
    height: 1px;
    border-bottom: solid 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 16px;
}

header {
    padding: 15px 0px;
}
.site-nav.active {
    DISPLAY: BLOCK;
    position: fixed;
    background: white;
    width: 100%;
    /* padding: 68px; */
    top: 69px;
    left: 0;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    padding-top: 82px;
}

.site-nav.active ul {
    flex-direction: column;
}

li {}

.site-nav.active li {
    padding: 11px;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
}

.site-nav.active a.join-us {
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 21px;
}

.site-logo button.active {
    position: fixed;
    z-index: 9999;
    right: 20px;
}

.site-logo button.active span {
    display: none;
}

.site-logo button.active:before {
    transform: rotate(44deg);
    top: 16px;
}

.site-logo button.active:after {transform: rotate(-46deg);top: 16px;}

.site-nav nav ul li:hover > a:before {
    opacity: 0;
}
section.section-lef-right.sec-23 .row {
    flex-direction: column;
}

section.section-lef-right.sec-third .row {
    flex-direction: column-reverse;
}
select.lang {
    display: none;
}

.site-logo select.lang {
    display: block !important;
}

.site-logo {
    justify-content: start;
}

.site-logo {
    /* width: 100% !important; */
}

.site-logo a {
    width: 70%;
}

.site-logo select.lang {
    padding: 2px 7px;
}
.site-logo select.lang {
    padding: 0 10px;
    line-height: normal;
    height: 31px;
    margin-top: 2px;
}
.site-logo button {
    order: 1;
    margin-left: 10px;
}
  
  }