@font-face {
    font-family: Osmose-Trial;
    src:url('font/ATOsmose-Light.woff');
}
body {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

/* navbar */
nav{
    height: 15vh;
    z-index: 100;
}



#Svg{margin-top: -30%;z-index: 20;
position: relative;transition: transform 0.5s ease;max-width: 100%;max-height: 100%;
}


svg {
    display: inline;
}

.parallax {height: 85vh;display: flex;align-items: center;justify-content: center;
overflow: hidden;
}

#bgVideo {position: fixed;z-index: 3;top: 0;left: 0;width: 100%;height: 100%;
object-fit: cover;
}

/* full screen js */

.main {
    overflow-y: scroll;
    height: 100vh;
    scroll-snap-type: y mandatory;
}
.section {
    max-width: 100vw;
    min-height: 100vh;
    scroll-snap-align: start;
}


.content {
    position: relative;
    justify-content: center;
    z-index: 13;  
}

/* About us */

#section1 {
    background: #3F458B;
}

.aboutus-container {
    display: flex;
    height: 100vh;
}

.left-column {
    color: #FFFFFF;
    padding: 80px;
    width: 60%;
    font-family: Osmose-Trial;
    font-size: 48px;
    font-weight: 300;
    line-height: 68px;
    letter-spacing: 0.01em;
    text-align: left;
}

.right-column {
    padding: 80px 50px;
    color: #FFFFFF;
    width: 40%;

}

.right-column h1 {
    padding: 30px 0px;
    font-family: Osmose-Trial;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.right-column p {
    color: var(--CG-White, #FFF);

    font-family: Osmose-Trial;
    font-size: 30px;
    font-style: normal;
    line-height: 135%;
    /* 48.6px */
    letter-spacing: 0.36px;
}

.about-button {
    width: 200px;
    height: 65px;
    display: flex;
    align-items: center;
    border-radius: 0 0 50px 0;
    border-bottom: 2px solid #72CAC3;
    border-right: 2px solid #72CAC3;
}

.about-button h1 {
    color: var(--CG-green, #72CAC3);
    font-family: Osmose-Trial;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 108%;
    /* 25.92px */
}

.about-button:hover {
    /* transition: 1s ease-in; */
    background-color: #72CAC3;

}

.arrow-icon2 {
    fill: #72CAC3;
}

.about-button:hover h1 {
    /* transition: 1s ease-in; */
    color: #3F458B !important;
}

.about-button:hover .arrow-icon2 {
    fill: #3F458B;
    /* transition: 0.5s ease-in; */
    transform: translateX(5px);
}

.border {
    border: 2px solid black;
}
/* slider */
#section2 {
    background-color: white;
}
.join{padding:3%;display:flex;flex-direction: row;}

.chal{width: 100%;color: var(--CG-blue, #3F458B);font-family: Osmose-Trial;line-height: 125%;
font-size: 3em;font-style: normal;
font-weight: 300;letter-spacing: 1.2px;
}

.slide-card>.img {
width: 70vw;
    height: 65vh;
}
.slide-card>a>.learn {
    width: 200px;
    height: 80px;
    cursor: pointer;
    margin-top: -10%;
    margin-left: 77%;
}



.slick-track{
    padding-left: 5%;padding-right: 5%;padding-bottom: 5%;padding-top: -15%;}

.slick-prev, .slick-next { border: none;position: absolute;top: -8%;transform: translateY(-50%); z-index: 1;background-color: #F8F8F8; cursor: pointer}
.slick-prev {right: 140px;background-color: transparent; }
/* .slick-prev:hover,.slick-next:hover {
   opacity: 0.45;
} */
.slick-track .slick-slide[data-slick-index="0"].slick-active + .slick-prev {
    opacity: 0.45;
}
.slick-next { background-color: transparent;right:80px; }

.join > .number{
    width: 67px;
    height: 76px;
    flex-shrink: 0;
    color: var(--CG-green, #000000);
    font-feature-settings: 'dlig' on;
    font-family: Osmose-Trial;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%;
    letter-spacing: 0.72px;}

.join > .content{color: #ffffff;
    font-feature-settings: 'dlig' on, 'cv01' on;
    font-family: Osmose-Trial;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 148%; 
    letter-spacing: 0.54px;
    width: 157px;
    height: 35px;
    flex-shrink: 0;}


/* Join our mission */

#section4{background-color: #72CAC3;}

.mission-content{display: flex;flex-direction: row;}

#section4 h1{font-family: Osmose-Trial;font-size: 30px;font-weight: 700;line-height: 32px;letter-spacing: 0em;text-align: left;color:#3F458B;height: 40px;}


.mission-content>h1{
width: 28%;}

#section4 p{ width: 95%;color:#3F458B;
font-family: Osmose-Trial;
font-size: 50px;font-weight: 300;line-height: 70px;
letter-spacing: 0em;text-align:left;}

.arrow-icon {
    transition: transform 0.3s ease-in-out;
}
.button-container{
    width: 270px;
    height: 70px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    border-radius: 0 0 50px 0;
    border-bottom:2px solid #3F458B;
    border-right:2px solid #3F458B;
    margin-left:22rem;
}
.button-container:hover  {
    /* transition: 1s ease-in; */
    background-color: #3F458B;

}
.arrow-icon{
    fill: #3F458B;
}

.button-container:hover h1{
    /* transition: 1s ease-in; */
    color: #72CAC3 !important;
}
.button-container:hover .arrow-icon {
    fill: #72CAC3;
    /* transition: 0.5s ease-in; */
    transform: translateX(5px);
  }

/* slider */
.slider-container{overflow: hidden;z-index: 10;}
.slider-container >.slider {margin-top: -35%;overflow: hidden;}
.banner{margin-top: 5%;margin-bottom: 5%;text-align: center;color: #333;font-family: Poppins;font-size: 40px;font-style: normal;font-weight: 600;line-height: normal;}
.banner > span {color: #55C595;}
#slider-container {margin-top: 5px;height: 60px;width: 95vw;margin: 0 auto;position: relative;overflow: hidden;margin-bottom: 20px;}
.slider {position: absolute;display: flex;flex-flow: row nowrap;}
.slider-instant {transition: none;}
.slider-animate {margin-left: 0;}
.slider-extra {display: flex;flex-flow: row nowrap;}
.slider-last {min-width: 100vw;max-width: 100vw;overflow: hidden;}
.slider span {margin-right: 30px;}
.slider .slider-extra {margin-right: 0;}
.slider img {height: inherit;vertical-align: inherit;border: inherit;flex-shrink: 0;;max-width: 400px; max-height: 400px;}


/* footer */
#footer {
    background-color: #58C4BA;
    color: white;
    max-width: 100%;
    align-items: center;
    bottom: 0;
    display: flex;
}
.upper-section{background-color: #494CA0; width: 100vw; height:30vh;border: 1px solid #58C4BA;display: flex;flex-direction: row;align-items: center ;justify-content: space-around;
}

.footer-logo{display: flex;flex-direction: row;
}
.footer-logo>svg{
    margin-left: -40px;
    min-width: 90%;
}
.footer-dots>svg{
    max-width: 100%;
}

.footer-para{white-space: nowrap;
color: #FFF;font-family: Osmose-Trial;
font-size: 1.5em;font-style: normal;
font-weight: 500;line-height: 139%;
letter-spacing: 0.4px;
}


.footer-logo> img{
width: 150px;
}


.lower-section{background-color: #58C4BA;width: 100%;height: 70vh;display: flex;flex-direction: row;
}

.footer-sol,
.footer-aboutUs,
.footer-impact,
.footer-contact{
    position: relative;
width: 30%;
border: 1px solid #58C4BA ;
color: #FFF;
font-family: Osmose-Trial;
font-size: 120%;
font-style: normal;
font-weight: 400;
line-height: 139%;
letter-spacing: 0.48px;
}


.footer-sol:after,.footer-aboutUs:after,
.footer-impact:after,
.footer-contact:after{
    content: '';
    position: absolute;
   bottom: 0;
    right: 0;
   border-top-left-radius: 10px;
}

.footer-sol:hover:after,.footer-aboutUs:hover:after,
.footer-impact:hover:after,
.footer-contact:hover:after {
    transition-duration: 1s;
    border-top: 50px solid #5d3f8b;
    border-right: 50px solid #58C4BA; 
}
.options{
color: #FFF;
font-family: Osmose-Trial;
font-size: 130%;
font-style: normal;
font-weight: 300;
line-height: 40.04px;
letter-spacing: 0.72px;
margin-top: 120px;
}
.sub-options{
    margin: 20px 0;
}
.sub-options>a{
    text-decoration: none;
    color: white;
}
.sub-options>a:hover {
    color: #58C4BA;
}
.sub-options>svg:hover{
    cursor: pointer;
    transform: scale(1.5, 1.5)
}
.footer-copyright {
    border: 1px solid #58C4BA;
background-color: #494CA0;
width: 10%;
display: flex;
flex-direction: row;
align-items: center;
}

.footer-copyright>div {display: flex;flex-direction: column;
}

.footer-copyright>div>p {
transform-origin:50px;
transform: rotate(270deg);
white-space: nowrap;
}

.footer-copyright>div>svg {
margin-left: 43px;
margin-top: 30px;
}


.footer-sol{background-color: #494CA0;
}
.footer-aboutUs {background-color: #494CA0;
}
.footer-impact{background-color: #494CA0;
}
.footer-contact {background-color: #494CA0;
}
.footer-icons{background-color: #494CA0;width: 10%;border: 1px solid #58C4BA;}


.container{
    width: 500px; 
    height: 400px;
    /* outline: solid 1px black; */
    display: flex;
    flex-direction: row;
}

.container>.left{
    width: 50%;
}
.container>.left>img {
    width: 400px;
    height: 400px;
}
.container>.right{
    width: 50%;
}

/* cards */
.button-card {
    width: 220px;
    height: 55px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    border-radius: 0 0 50px 0;
    border-bottom: 2px solid #3F458B;
    border-right: 2px solid #3F458B;
}
.button-card>h1{
    color: var(--CG-blue, #3F458B);
    font-family: Osmose-Trial;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 108%;
}

.button-card:hover {

    background-color: #3F458B;

}

.arrow-icon {
    fill: #3F458B;
}

.button-card:hover h1 {

    color: #72CAC3 !important;
}

.button-card:hover .arrow-icon {
    fill: #72CAC3;
 
    transform: translateX(5px);
}

#section3 {
    background-color: white;
}

.card-slider {
    overflow: hidden;
    /* background-color: red; */
    position: relative;
    margin: auto;
    /* padding:0px 25px; */
    border-radius: 25px;
    background-color: white;
    max-width: 95vw;
    height: 70vh;
    transition: all 0.3s;
}

.card-slider_item {
    display: flex;
    align-items: center;
}

.card-slider_item.swiper-slider-active .card-slider_img img {
    opacity: 1;
    transition-delay: 0.3s;

}

.card-slider_item.swiper-slider-active .box>* {
    opacity: 0;
    transform:rotateX('90deg');
}

/* .card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(1) {
    transition-delay: 0.3s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(2) {
    transition-delay: 0.4s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(5) {
    transition-delay: 0.7s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(6) {
    transition-delay: 0.8s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(7) {
    transition-delay: 0.9s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(8) {
    transition-delay: 1.0s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(9) {
    transition-delay: 1.1s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(10) {
    transition-delay: 1.2s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(11) {
    transition-delay: 1.3s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(12) {
    transition-delay: 1.4s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(13) {
    transition-delay: 1.5s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(14) {
    transition-delay: 1.6s;
}

.card-slider_item.swiper-slider-active .card-slider_content>*:nth-child(15) {
    transition-delay: 1.7s;
} */

.card-slider_img {
    width: 40%;
    flex-shrink: 0;
    height: 100%;
    margin: 0px 50px;
    border-radius: 20px;
    overflow: hidden;
}

/* .second-img {
    margin-left: 60px;
    margin-top: -30px;
}

.third-img {
    margin-left: 70px;
    margin-top: -60px;
}

.forth-img {
    margin-left: 80px;
    margin-top: -90px;
} */

.second-content {
    margin-left: -10px
}

.third-content {
    margin-left: -20px
}

.forth-content {
    margin-left: -30px
}

.card-slider_img img {
    /* border: 2px solid black; */
    margin-top: -5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    border-radius: 20px;
    transition: all 0.3s;
}

.second {
    display: block;
    width: 450px;
    height: 200px;
    background-color: white;
}
 .normal-font {
     color: #999696;
     font-family: Osmose-Trial;
     font-size: 18px;
     font-style: normal;
     font-weight: 500;
     line-height: 140%;
    padding-right:20px ;
    margin-bottom: 10px;
 }

 .blue-font {
     color: var(--CG-blue, #3F458B);
display: flex;
    flex-direction: column;
     font-family: Osmose-Trial;
     font-size: 25px;
     font-style: normal;
     font-weight: 400;
     line-height: 90%;
 }

 .font-class {
     color: #58C4BA;
     font-size: 37px;
     font-style: normal;
     font-weight: 400;
     line-height: 100%;
     padding-right:20px;
     font-family: Osmose-Trial;

 }

 .box {
    background-image: url('media/Vector.png');
    background-color: #Fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #Fff;
    /* border: 2px solid black; */
     width: 33%;
     height: 95%;
     flex-shrink: 0;
 }

 .row {
     padding-left: 30px;
     padding-top: 10px;
     padding-bottom: 10px;
 }





.box>* {
    opacity: 1;
    transform: translateY(25px);
    transition: all 0.4s;
}


.card-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.card-slider .swiper-pagination-custom,
.card-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.card-slider_pagination {
    position: absolute;
    z-index: 21;
    left: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    
}

.card-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #3F458B;
    opacity: 1;
    margin: 8px 0px
}

.card-slider_pagination .swiper-pagination-bullet {
    
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    opacity: 0.2;
    transition: all 0.3s;
}

.card-slider_pagination .swiper-pagination-bullet-active {
    opacity: 0.5 !important;
    height: 60px;
    width: 10px;
}

/* navbar */
.navbar {
    background-color: #fff !important;
    position: absolute;
    height: 15vh;
}

.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    margin-top: 3px;
    background: #3F458B;
}
 .navbar-open .animated-icon1 span {
    margin-top: -3px;
     background: white;
 }

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.m_20 {
    margin-right: 10px;
}

.nav-content {
    width: 100vw;
    margin-left: -16px;
    height: 78vh;
    background: var(--CG-blue, #3F458B);
    backdrop-filter: blur(29.950000762939453px);
    display: flex;
    flex-direction: row;
}

.left {
    margin-top: 3%;
    margin-bottom: 5%;
    margin-left: 9%;
    margin-right: 9%;
    display: flex;
    flex-direction: row;
}

.card-side-text {
    transform: rotate(-90deg);
    font-size: 1.5em;
    white-space: nowrap;
    color: var(--CG-green, #72CAC3);
    margin: 0;
    padding: 0;
    margin-top: 425px;
    height: 0%;
    width: 0%;
}

.svg {
    width: 19vw;
    margin-left: 10px;
}


.first-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 32px !important;
    border: 2px solid #4A4CA0 !important;
    height: 45px;
    width: 120px; 
}

.first-button:focus{
    outline: none !important;
    box-shadow: none !important;
}

 .navbar-open .first-button {
     border: 2px solid #fff !important;
 }

.menu-text {
    color: #3F458B;
    margin-right: 20px;
    display: inline-block;
    transition: opacity 0.3s ease-in-out;
}
.navbar-open .menu-text {
    color: #fff;
}

.card-rect {
    margin-left: 7%;
    width: 282px;
    height: 80%;
    flex-shrink: 0;
}

.card-side-rect {
    width: 30vw;
    height: 430px;
    flex-shrink: 0;
    border-radius: 0px 0px 180px 0px;
    background: #72CAC3;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    justify-content: flex-end;
}



.card-side-rect p {
    color: var(--CG-blue, #3F458B);
    font-family: Osmose-Trial;
    font-size: 2.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 122%;
    padding: 0 15px;

}

.card-side-rect>ul>li {
    
    list-style:disc;
    color: var(--CG-blue, #3F458B);
    font-family: Osmose-Trial;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 108%;
}

.card-side-rect>button {
    width: 200px;
    height: 50px;
    border-radius: 45px;
    margin-left: 270px;
    background: #FFF;
    box-shadow: 0px 4px 16.8px 0px rgba(0, 0, 0, 0.12);
    color: var(--CG-blue, #3F458B);
    font-family: Osmose-Trial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%;
    /* 25.92px */
}

.right {
    margin-top: 2%;
    margin-bottom: 5%;
    margin-right: 10%;
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.nav-item {
    display: flex;
    padding: 6px 0;
    /* justify-content: center; */
    flex-direction: row;
}

.sub-li {
    margin-top: -20%;
}

.nav-link {
    color: #fff !important;
    font-family: Osmose-Trial;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 81%;

}



.jump {
    color: var(--CG-green, #72CAC3);
    font-family: Osmose-Trial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
}

.sublist {
    list-style: none;
}

.sub-list {
    margin: 10px 0;
}

.nav-sublink {
    color: #FFF !important;
    font-family: Osmose-Trial;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    margin-top: 40px;
    /* 21.6px */
}

.number {
    color: var(--CG-green, #72CAC3);
    font-family: Osmose-Trial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    margin-right: 20px;
}

 .nav-img {
     width: 70px;
 }

 .navbar-open .nav-img {
     display: none;
 }

 .nav-img2 {
     display: none;
 }

 .navbar-open .nav-img2 {
     margin-right: -20px;
     display: block;
     width: 100px;
 }

.nav-logo {
    width: 400px;
    display: flex;
    flex-direction: row;
}

.nav-text {
    color: var(--CG-blue, #3F458B);
    font-family: Osmose-Trial;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 94%;
    letter-spacing: -0.72px;
}

 .navbar-open .nav-text {
     color: #fff;
 }

 .navbar-open {
     background-color: #3F458B !important;
     color: white !important;
     /* Change this to the desired color */
 }




	