@media(min-width: 601px){
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
}
body{
    /* background-color: #212121; */
    background-color: #fff;
    color: aliceblue;
    font-family: "Inter";
}
#main{
    height: 100%;
    width: 100%;
}
#journey-2,#lp-2,.topnav,#logos-1a{
    display: none;
}
#navigation{
    background-color: #fff;
    /* background-color: #c99494; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 17%;
    width: 100%;
}
#navigation #logo-image{
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    /* background-color: red; */
    /* padding-top: 0.5%; */
    overflow: hidden;
    border: none;
}
#navigation #logo-image>a{
    text-decoration: none;
    border: none;
}
#navigation #logo-image img{
    width: 100%;
    height: 200%;
    border: none;
    object-fit: contain;
    /* background-color: blue; */
    border: none;
}
#navigation a{
    background-color: #fff;
    color: #000;
    margin-right: 5%;
    border: none;
    font-size: 18px;
    font-weight: 540;
    cursor: pointer;
    text-decoration: none;
    border: none;
}
#navigation a:last-child{
    /* background-color:black; */
    border: 2px #1F305C solid;
    border-radius: 50px;
    padding: 1%;
    font-weight: 600;
    color: #1F305C;
}
.image{
    position: relative;
    color: black;
    height: 75%;
    width: 100%;
   
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image::before{
    content: "";
    background-color: rgb(255, 255, 255);
    background-image: url(image/hero.avif);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 100%;
}
.image h1{
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 11%;
    position: absolute;
    font-family: Montserrat;
}
.image h2{
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-top: 15%;
    position: absolute;
    color: #1F305C;
    font-family: Montserrat;
}
.image #buttons{
    position: absolute;
    /* background-color: red; */
    width: fit-content;
    height: fit-content;
    margin-top: 23%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* transform: translate(-50%,-50%); */
}
.image #buttons a{
    font-size: 17px;
    padding: 7% 10%;
    font-family: Montserrat;
    white-space: nowrap;
    border: none;
    text-decoration: none;
    background-color: #1F305C;
    border-radius: 90px;
    letter-spacing: -0.1px;
    margin-right: 5%;
    font-weight: 550;
    color: #fff;
}
.image #buttons a:last-child{
    border: 1.5px black solid;
    background-color: #fff;
    color: #000;
    background: none;
    
}
#community{
    display: flex;
    align-items: center;
    background-color: #eaedfd;
    padding: 4% 15%;
    width: 100%;
    justify-content: space-between;
    transform-style: preserve-3d;
    transform: perspective(1500px);
    font-family: Montserrat;
}
#community div:nth-child(1):hover{
    transform: translateZ(200px) translateX(30px);
}
#community div:nth-child(2):hover{
    transform: translateZ(200px) ;
}
#community div:nth-child(3):hover{
    transform: translateZ(200px) translateX(-30px);
}
#community div{
    transition: 0.5s;
    background-color: #fff;
    width: 30%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 15px;
    padding: 3%;
    line-height: 30px;
    color: black;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgb(222, 219, 219);
}
#community div h1{
    color: #1F305C;
    font-weight: 550;
    font-size: 33px;
}
#community div h2{
    font-size: 14px;
    font-weight: 500;
    color: #756e6e;
}
#community div img{
    width: 15%;
    height: 10%;
}
#intro{
    background-color: #dfe1ef;
    height: 95%;
    width: 100%;
    display: flex;
    align-items: center;
}
#intro #photo{
    width: 50%;
    height: 100%;
    /* background-color: blueviolet; */
    background-color: #dfe1ef;
    padding: 0% 4%;
}
#intro #photo #photo-1a{
    background-color: #fff;
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0% 4%;
    top: 6%;
    border-radius: 14px;
}
#intro #photo #photo-1{
    /* background-color: #dfe1ef; */
    /* background-color: #c3c9f5; */
    width: 80%;
    height: 70%;
    /* padding: 2% 2%; */
    position: relative;
    border-right: #212121;
    /* top: 5%; */
}
#intro #photo #photo-1 img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#intro #photo #detail{
    /* background-color: red; */
    background-color: #1F305C;
    position: relative;
    width: 80%;
    padding: 4% 5%;
    bottom: 20%;
    border-radius: 10px;
    font-family: Montserrat;
}
#intro #photo #detail h1{
    font-size: 20px;
    font-weight: 550;
}
#intro #photo #detail p{
    font-size: 16px;
    font-weight: 50;
    margin-top: 3%;
}
#intro #photo #detail h2{
    font-size: 17px;
    font-weight: 5500;
    margin-top: 6%;
}
#intro #photo #detail h3{
    font-size: 15px;
    font-weight: 300;
    margin-top: 1%;
}
#intro #About-us{
    width: 50%;
    /* height: 70%; */
    height: fit-content;
    background-color: #dfe1ef;
    /* background-color: #545d9d; */
    padding: 0% 4%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    line-height: 1;
    font-family: Montserrat;
}
#intro #About-us ul{
    /* background-color: red; */
    color: #797373;
    font-weight: 500;
    line-height: 25px;
    margin-top: -1%;

}
#intro #About-us .p1{
    /* font-size: 1px; */
    color: #797373;
    font-weight: 600;
    margin-bottom: 1%;
}

#intro #About-us .p2{
    font-size: 30px;
    color: black;
    font-weight: 600;

    /* margin-top: 0.5%; */
}
#intro #About-us .p3{
    /* font-size: 1px; */
    color: #000;
    font-weight: 600;
    margin-top: 1%;
 
}
#intro #About-us .p4{
    /* font-size: 1px; */
    color: gray;
    /* font-weight: 600; */
    /* margin-top: 1.2%; */
    line-height: 25px;
    
}
#intro #About-us .p5{
    /* font-size: 1px; */
    color: #000;
    font-weight: 600;
    margin-top: 2.3%;
   
}
#intro #About-us .p6{
    /* font-size: 1px; */
    color: gray;
   /* line-height: 25px;
    margin-top: 1%; */
  
}
#intro #About-us .p7{
    /* font-size: 1px; */
    color: #000;
   /* line-height: 25px; */
   font-weight: 600;
    margin-top: 4%;
    
}
#intro #About-us .p8{
    /* font-size: 1px; */
    color: gray;
   /* line-height: 25px;
    margin-top: 1%; */
   
}
#benefits{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(224, 236, 243);
    color: #000;
    padding-bottom: 3%;
    font-family: Montserrat;
}
#benefits>h1{
    font-size: 25px;
    margin-top: 4%;
    margin-bottom: 3%;
    font-weight: 900;
}
#benefits .boxes h2{
    /* background-color: red; */
    font-size: 60px;
}
.boxes{
    /* background-color: red; */
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* padding-left: 15%; */
    padding-right: 0;
}
.boxes .b1{
    /* background-color: #605b5b; */
    display: flex;
    justify-content: center;
}
.boxes .b1:last-child{
    margin-top: 2.2%;
}
.boxes .b1 div{
    width: 38%;
    /* background-color: blue; */
}
.boxes .b1 div:first-child{
    margin-right: 2.2%;
    padding: 3%;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
}
.boxes .b1 div:last-child{
    padding: 3%;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
}
.boxes .b1 h1{
    font-size: 15px;
    margin-top: 4%;
    color: #000;
    font-weight: 300;
}
.boxes .b1 p{
    font-weight: 550;
    font-size: 20px;
    color: #172342;
}
.b1{
    transform-style: preserve-3d;
    transform: perspective(1500px);
}
.d1,.d2{
    transition: 0.5s;
    width: 40%;
}
.d1:hover{
  transform: translateZ(190px) translateX(20px);
}
.d2:hover{
  transform: translateZ(190px) translateX(-20px);
}
#framework{
    background-color: #E4E8F4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#framework>h1{
    color: #000;
    font-size: 33px;
    margin: 6% 0 3.5% 0;
    font-weight: 900;
    font-family: Montserrat;
}
#three-boxes{
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 2%;
    padding: 2% 8%;
    transform-style: preserve-3d;
    transform: perspective(1500px);
}
#three-boxes div{
    width: 28%;
    height: fit-content;
    background-color: #efc4c4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2%;
    transition: 0.5s;
    white-space: nowrap;
}
#three-boxes div:nth-child(1){
    background-color: #FFE8E8;
    border: 1px #8A1919 solid;
    border-radius: 10px;
}
#three-boxes div:nth-child(2){
    background-color: #F7EFD9;
    border: 1px #FFB800 solid;
    border-radius: 10px;
}
#three-boxes div:nth-child(3){
    background-color: #D6E8F9;
    border: 1px #0F81E9 solid;
    border-radius: 10px;
}
#three-boxes div h2{
    background-color: #fff;
    color: #1F305C;
    border-radius: 100%;
    padding: 5% 10%;
    font-size: 40px;
    box-shadow: 0px 4px 4px 0px #9a9797 ;
    margin-top: 5%;
    font-weight: 550;
    font-family: Inter;
}
#three-boxes div h1{
    color: #1F305C;
    font-size: 30px;
    letter-spacing: -1px;
    margin-top: 18%;
    margin-bottom: 10%;
    font-weight: 700;
    font-family: Inter;
}
#three-boxes div p{
    color: #000;
    margin-top: -5%;
    margin-left: 3%;
    font-weight: 500;
    font-family: Montserrat;
}
#three-boxes div:nth-child(1):hover{
    transform: translateZ(150px) translateX(40px);
}
#three-boxes div:nth-child(2):hover{
    transform: translateZ(150px) translateX(0px);
}
#three-boxes div:nth-child(3):hover{
    transform: translateZ(150px) translateX(-40px);
}
#journey{
    height: 55%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    padding: 0,5% 2% 0 2%;
    background-color: #fff;
    color: #000;
    font-family: Montserrat;
}
#journey h1{
    margin-top: 2%;
    font-size: 33px;
    font-weight: 900;
}
#journey #gifs{
    width: 100%;
    height: 80%;
    /* background-color: #595252; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.3%;
}
#journey #gifs div{
    height: 100%;
    width: 13%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
#journey #gifs div:nth-child(5){
    margin-left: 2%;
    margin-right: 2%;
}
#journey #gifs i{
    font-size: 25px;
}
#journey #gifs div h1{
    font-size: 15px;
    margin-top: 20%;
    margin-bottom: 10%;
    white-space: nowrap;
    /* display: inline; */
}
#journey #gifs div p{
    font-size: 15px;
    color: gray;
    line-height: 0.3;
    font-weight: 300;
    /* margin-left: 15%; */
}
#journey #gifs div img{
    width: 100%;
    height: 40%;
    object-fit: contain;
}
#mentors{
    width: 100%;
    background-color: #E4E8F4;
    display: flex;
    justify-content: center;
    padding-top: 6%;
    color: #000;
    font-size: 30px;
    font-weight: 999;
    font-family: Montserrat;
}
#mentors-photos{
    background-color: #E4E8F4;
    display: flex;
    justify-content: center;
    font-family: Montserrat;
    white-space: nowrap;
}
/* //////////////////////////// */
#partners{
    width: 100%;
    height: fit-content;
    background-color: #E4E8F4;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Montserrat;
}
#partners h1{
    color: #000;
    font-size: 29px;
    margin-top: 3%;
    font-weight: 900;
}
#partners h2{
    color: #1F305C;
    margin-top: 2.5%;
    font-weight: 900;
}
#partners #logos-1,#partners #logos-2{
    width: 100%;
    height: 50%;
    background-color: #E4E8F4;
    display: flex;
    padding: 0 1%;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0.5%;
}

#partners #logos-1 div,#logos-2 div{
    height: 80%;
    width: 23%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 1% 0 0 0;
    border-radius: 10px;
    font-weight: 550;
    font-size: 15px;
}
#partners #logos-1 div:nth-child(1) img{
     height: 60%;
    /* background-color: red; */
    width: 60%;
    margin-top: 4%;
    padding: 3% 0%;
    border-radius: 10px;
    margin-bottom: 5%;
    box-shadow: #dfd8d8 0px 0px 10px .01px;
}
#partners #logos-1 div:nth-child(2) img{
    height: 29.5%;
    background-color: red;
    width: 29%;
    /* margin-top: 4%; */
    /* padding: 3% 0%; */
    border-radius: 10px;
    margin-bottom: 2%;
    box-shadow: #dfd8d8 0px 0px 10px .01px;
}
#partners #logos-1 div p{
    font-weight: 900;
}
#partners #logos-1 div:nth-child(3) img{
    height: 90%;
    /* background-color: red; */
    width: 85%;
    /* margin-top: 4%; */
    /* padding: 3% 0%; */
    border-radius: 10px;
    margin-bottom: 4%;
    /* box-shadow: #dfd8d8 0px 0px 10px .01px; */
}
#partners #logos-1 div:nth-child(4) img{
    height: 43%;
    background-color: red;
    width: 43%;
    /* margin-top: 4%; */
    /* padding: 3% 0%; */
    border-radius: 10px;
    margin-bottom: 4%;
    /* box-shadow: #dfd8d8 0px 0px 10px .01px; */
}

#partners #logos-2 div img{
    height: 50%;
    /* background-color: red; */
    width: 50%;
    padding: 0% 10%;
    border-radius: 10px;
    margin-bottom: 2%;
    box-shadow: #dfd8d8 0px 0px 10px .01px;
}
#partners #logos-2 div p{
    font-size: 17px;
    font-weight: 800;
}
#partners h3,h4{
    color: #1F305C;
    font-size: 30px;
    font-weight: 900;
    margin-top: 3%;
    margin-bottom: 3%;
}
#lp{
    background-color: #E4E8F4;
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    font-family: Montserrat;
}
#lp h2{
    margin-left: 38%;
    margin-top: 5%;
    margin-bottom: 3%;
    color: #1F305C;
    font-size: 30px;
    font-weight: 800;
}
#lp #logos-8{
    display: flex;
    justify-content: space-evenly;
    padding: 0 3%;
}
#lp #logos-8 div{
    background-color: #fff;
    height: 50%;
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    padding: 1%;
    font-weight: 800;
    font-size: 17px;
    border-radius: 9px;
}
#lp #logos-8 div:nth-child(1) img{
    height: 80%;
    width: 90%;
    background-color: red;
    border-radius: 9px;
    box-shadow: #dfd8d8 0px 0px 10px .01px;
    margin-bottom: 2%;
    margin-top: 0%;
}
#lp #logos-8 div:nth-child(2) img{
    height: 80%;
    width: 50%;
    border-radius: 9px;
    box-shadow: #dfd8d8 0px 0px 10px .01px;
    padding: 0 2%;
    margin-bottom: 2%;
    margin-top: 0%;
    
}
#lp #logos-8 div:nth-child(3) img{
    height: 70%;
    width: 90%;
    border-radius: 9px;
    box-shadow: #dfd8d8 0px 0px 10px .01px;
    padding: 7% 2%;
    margin-bottom: 4%;
    margin-top: 5%;
}
#lp #logos-8 div:nth-child(4) img{
    height: 70%;
    width: 90%;
    border-radius: 9px;
    background-color: rgb(9, 9, 8);
    box-shadow: #dfd8d8 0px 0px 10px .01px;
    margin-bottom: 2%;
    margin-top: 2%;
}
#footwork{
    background-color: #172342;
    width: 100%;
    height: 70%;
    font-family: Montserrat;
}
#footwork #f1{
    display: flex;
    width: 100%;
    height: 60%;
}
#footwork #f1 #logo{
    background-color: #172342;
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: center;
}
#footwork #f1 #logo img{
    background-color: #172342;
    height: 100%;
    width: 80%;
}
#footwork #f1 #social{
    background-color: #172342;
    height: 100%;
    width: 30%;
    padding: 5% 0;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
#footwork #f1 #social h1{
    font-weight: 800;
    font-size: 23px;
    margin-bottom: 6%;
}
#footwork #f1 #social a{
    font-weight: 550;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
#footwork #f1 #social a i{
    font-size: 25px;
    margin-right: 2%;
    margin-left: 1%;
}
#footwork #f1 #social a:nth-child(3) i{
    background-color: #fff;
    color: #172342;
    border-radius: 3px;
}
#footwork #f1 #contact{
    background-color: #172342;
    height: 100%;
    width: 30%;
    padding: 4.5% 0;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
#footwork #f1 #contact h1{
    font-weight: 800;
    font-size: 23px;
    margin-bottom: 6%;
}
#footwork #f1 #contact p{
    font-weight: 500;
    font-size: 17px;
}
#footwork #f1 #contact p i{
    font-size: 25px;
    margin-right: 2%;
    margin-left: 1%;
}
#footwork #faq{
    background-color: #172342;
    /* background-color: #6e82b6; */
    padding: 0 0 0 4%;
}
#footwork #faq a{
    border: none;
    background-color: #172342;
    color: #fff;
    font-size: 22px;
    margin-left: 3%;
    margin-top: 1%;
    text-decoration: none;
}
#footwork #copyright{
    background-color: #172342;
    border-top: 2px #fff solid;
    padding: 3% 0;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1%;
    display: flex;
    justify-content: center;
}
#footwork #copyright a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}



/* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body { font-family: sans-serif; }

#mentors-photos {
    /* margin-top: 2%; */
    padding-top: 4%;
}
#mentors-photos .gallery{
  background: #E4E8F4;
  width: 70%;
  height: fit-content;
  /* height: 100%; */
}
#cohort #cohort-photos .gallery{
  background: #E4E8F4;
  width: 55%;
  height: fit-content;
}
#mentors-photos .gallery-cell{
  width: 22%;
  height: 200px;
  margin-right: 3%;
  background: #fff;
  border-radius: 10px;
}
#cohort #cohort-photos .gallery-cell{
  width: 30%;
  height: 200px;
  margin-right: 4%;
  background: #fff;
  border-radius: 10px;
}
#mentors-photos .gallery-cell img,#cohort #cohort-photos .gallery-cell img,#partners #logos-3 .gallery-cell img{
    width: 100%;
    height: 70%;
    border-radius: 10px;
}
#mentors-photos .gallery h1,#cohort #cohort-photos .gallery h1{
    font-size: 20px;
    font-weight: 550;
    color: #000;
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: -0.2%;
    word-wrap: normal;
}
#mentors-photos .gallery p,#cohort #cohort-photos .gallery p{
    font-size: 12px;
    font-weight: 550;
    color: gray;
    margin-left: 8%;
}
#cohort{
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E4E8F4;
    padding-top: 4%;
    padding-bottom: 7%;
}
#cohort h1{
    color: #000;
    font-size: 30px;
    font-weight: 900;
}
#cohort-photos{
    height: 100%;
    width: 100%;
    background-color: #E4E8F4;
    /* background-color: #3f5494; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 2%;
}
#partners #logos-3{
    width: 100%;
    height: 50%;
    background-color: #E4E8F4;
    /* background-color: yellow; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* padding: 0 10%;
    margin-top: 0.5%; */
}
#partners #logos-3 .gallery{
  background: #E4E8F4;
  /* background-color: red; */
  width: 90%;
  height: fit-content;
}
#partners #logos-3 .gallery-cell{
  width: 25%;
  height: 170px;
  margin-right: 2%;
  background: #fff;
  /* background-color: blue; */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  padding: 2% 4% 1% 4%;
  box-shadow: #dfd8d8 0px 0px 10px .01px;
}
#partners #logos-3 h1{
    font-size: 20px;
    font-weight: 550;
    color: #000;
    /* margin-left: 5%; */
    margin-top: 6%;
    /* margin-bottom: -0.2%; */
    word-wrap: normal;
}

}
@media(max-width: 600px){
    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
}
body{
    background-color: #172342;
    color: aliceblue;
    font-family: sans-serif ;
}
#main{
    height: 100%;
    width: 100%;
}
.topnav {
  overflow: hidden;
  /* background-color: #333; */
  background-color: #fff;
  position: relative;
  /* display: flex; */
  align-items: center;
  
}
.topnav #myLinks {
  display: none;
  margin-top: 3%;
  /* position: absolute; */
  left: 0;
  top: 0%;
  background-color: black;
}
.topnav .active img{
    background-color: red;
    height: 100%;
    width: 100%;
    background: none;
}
.topnav a {
  color: white;
  /* padding: 14px 16px;x    */
  text-decoration: none;
  font-size: 17px;
  font-family: Montserrat;
  display: block;
  color: #000;
  font-weight: 550;
  background-color: #fff;
}
.topnav a.icon {
  /* background: black; */
  background-color: #fff;
  display: block;
  position: absolute;
  right: 2%;
  top: 5%;
  color: #1F305C;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.active{
  /* background-color: #04AA6D; */
  color: white;
  width: 40%;
  height: 10%;
  padding: 0% 0% 2% 4%;
}
#navigation,#About-us,#partners #logos-1,#lp,#journey{
    display: none;
}

.image{
    position: relative;
    color: black;
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 255, 255);
}
.image::before{
    content: "";
    background-color: rgb(255, 255, 255);
    background-image: url(image/hero.avif);
    background-size: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 100%;
}
.image h1{
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 27%;
    position: absolute;
    white-space: nowrap;
}
.image h2{
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-top: 34%;
    position: absolute;
    color: #1F305C;
    white-space: nowrap;
}
.image #buttons{
    position: absolute;
    width: fit-content;
    height: fit-content;
    margin-top: 50%;
    display: flex;
    justify-content: center;
    
}
.image #buttons a{
    font-size: 10px;
    padding: 5% 13%;
    white-space: nowrap;
    border: none;
    text-decoration: none;
    background-color: #1F305C;
    border-radius: 90px;
    letter-spacing: -0.1px;
    margin-right: 5%;
    font-weight: 550;
    color: #fff;
}
.image #buttons a:last-child{
    border: 1.5px black solid;
    background-color: #fff;
    color: #000;
    background: none;
}
#community{
    width: 100%;
    height: fit-content;
    /* display: flex; */
    align-items: center;
    background-color: #eaedfd;
    padding: 4%;
    justify-content: space-between;
}

#community div{
    background-color: #fff;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 15px;
    padding: 10% 3%;
    line-height: 30px;
    color: black;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgb(199, 196, 196);
    margin-bottom: 6%;
}
#community div h1{
    font-size: 28px;
    font-weight: 900;
    color: #1F305C;
    margin-top: 4%;
}
#community div h2{
    font-size: 16px;
    font-weight: 550;
    color: #756e6e;
    margin-top: 2%;
}
#community div img{
    width: 20%;
    height: 15%;
}
#intro{
    background-color: #dfe1ef;
    height: 95%;
    width: 100%;
    display: flex;
    align-items: center;
}
#intro #photo{
    width: 100%;
    height: 100%;
    /* background-color: blueviolet; */
    background-color: #dfe1ef;
    padding: 0% 4%;
}
#intro #photo #photo-1a{
    /* background-color: #fff;
    border-radius: 14px; */
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* padding: 0% 4%; */
    top: 6%;
}
#intro #photo #photo-1{
    /* background-color: #dfe1ef; */
    /* background-color: #c3c9f5; */
    width: 90%;
    height: 70%;
    /* padding: 2% 2%; */
    position: relative;
    border-right: #212121;
    /* top: 5%; */
}
#intro #photo #photo-1 img{
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
    background-color: #fff;
    border-radius: 14px;
}
#intro #photo #detail{
    /* background-color: red; */
    background-color: #1F305C;
    position: relative;
    width: 100%;
    padding: 4% 5%;
    bottom: 16%;
    border-radius: 10px;
}
#intro #photo #detail h1{
    font-size: 20px;
    font-weight: 550;
}
#intro #photo #photo-1a #detail p{
    font-size: 16px;
    font-weight: 1;
    margin-top: 3%;
    /* font-weight: bold; */
}
#intro #photo #detail h2{
    font-size: 17px;
    font-weight: 5500;
    margin-top: 6%;
    font-weight: bold;
}
#intro #photo #detail h3{
    font-size: 15px;
    font-weight: 300;
    margin-top: 1%;
}
#benefits{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(224, 236, 243);
    color: #000;
    padding-bottom: 3%;
}
#benefits>h1{
    font-size: 25px;
    margin-top: 4%;
    margin-bottom: 3%;
    font-weight: 900;
}
#benefits .boxes h2{
    font-size: 40px;
}
.boxes{
    height: fit-content;
    width: 100%;
    padding-right: 0;
}
.boxes .b1{
    /* background-color: red; */
    padding: 4.8% 2%;
    width: 100%;
    height: fit-content;
}
.boxes .b1:nth-child(1){
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
.boxes .b1:nth-child(1) div:nth-child(1){
    margin-top: 10%;
}
.boxes .b1:nth-child(2) div:nth-child(2){
    margin-top: 10%;
}
.boxes .b1 div{
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 6% 0% 6% 4%;
}

.boxes .b1 h1{
    font-size: 11px;
    margin-top: -3%;
    color: #000;
    font-weight: 500;
    /* white-space: nowrap; */
}
.boxes .b1 p{
    font-weight: 550;
    font-size: 17px;
    color: #1F305C;
}
#framework{
    background-color: #E4E8F4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#framework>h1{
    color: #000;
    font-size: 25px;
    margin: 6% 0 3.5% 0;
    font-weight: 900;
    margin-top: 10%;
}
#three-boxes{
    width: 100%;
    /* background-color: red; */
    /* display: flex;
    align-items: center;
    justify-content: space-evenly; */
    margin-bottom: 2%;
    padding: 2% 10%;
    /* transform-style: preserve-3d;
    transform: perspective(1500px); */
}
#three-boxes div{
    width: 100%;
    height: fit-content;
    background-color: #efc4c4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2% 2% 20% 2%;
    border-radius: 10px;
    /* transition: 0.5s */
}
#three-boxes div:nth-child(1){
    background-color: #FFE8E8;
    border: 1px #8A1919 solid;
    margin-top: 5%;
}
#three-boxes div:nth-child(2){
    background-color: #F7EFD9;
    border: 1px #FFB800 solid;
    margin-top: 10%;
}
#three-boxes div:nth-child(3){
    background-color: #D6E8F9;
    border: 1px #0F81E9 solid;
    margin-top: 10%;
    
}
#three-boxes div h2{
    background-color: #fff;
    color: #1F305C;
    border-radius: 100%;
    padding: 5% 11%;
    font-size: 40px;
    box-shadow: 0px 4px 4px 0px #9a9797 ;
    margin-top: 20%;
    font-weight: 550;
}
#three-boxes div h1{
    color: #1F305C;
    font-size: 22px;
    letter-spacing: -1px;
    margin-top: 11%;
    font-weight: 900;
}
#three-boxes div p{
    color: #000;
    margin-top: 4%;
    margin-left: 3%;
    margin-bottom: 0.5%;
    font-weight: 530;
}
#journey-2{
    /* height: 55%; */
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    /* padding: 0.5% 2% 0 2%; */
    background-color: #fff;
    color: #000;
}
#journey-2 h1{
    font-size: 20px;
    font-weight: 900;
    margin-top: 4%;
}
#journey-2 #gifs{
    padding-bottom: 10%;
    width: 100%;
    height: 80%;
    /* background-color: #595252; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 0 25%; */
    /* margin-top: 1.3%; */
}
#journey-2 #gifs div{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
#journey-2 #gifs i{
    font-size: 25px;
}
#journey-2 #gifs div h1{
    font-size: 17px;
    margin-top: 8%;
    white-space: nowrap;
    /* display: inline; */
}
#journey-2 #gifs div p{
    font-size: 15px;
    color: gray;
    /* margin-top: 5%; */
    font-weight: 300;
    /* margin-left: 15%; */
}
#journey-2 #gifs div img{
    width: 20%;
    height: 20%;
    object-fit: contain;
    margin-top: 8%;
}
#mentors{
    width: 100%;
    background-color: #E4E8F4;
    display: flex;
    justify-content: center;
    padding-top: 6%;
    color: #000;
    font-size: 20px;
    font-weight: 999;
}
#mentors-photos{
    background-color: #E4E8F4;
    display: flex;
    justify-content: center;
    padding-top: 4%;
}
#mentors-photos .gallery{
  background: #E4E8F4;
  width: 100%;
  height: fit-content;
  /* height: 100%; */
  padding: 0 10%;
}
#mentors-photos .gallery-cell{
  width: 100%;
  height: 280px;
  /* margin-right: 3%; */
  background: #fff;
  border-radius: 10px;
  /* border: none; */
  list-style: none;
}
.flickity-page-dots{
    display: none;
}
#mentors-photos .gallery-cell img,#cohort #cohort-photos .gallery-cell img,#partners #logos-3 .gallery-cell img{
    width: 100%;
    height: 80%;
    /* border-radius: 10px; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#mentors-photos .gallery h1,#cohort #cohort-photos .gallery h1{
    font-size: 20px;
    font-weight: 550;
    color: #000;
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: -0.2%;
    word-wrap: normal;
}
#mentors-photos .gallery p,#cohort #cohort-photos .gallery p{
    font-size: 12px;
    font-weight: 550;
    color: gray;
    margin-left: 8%;
}
#cohort{
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E4E8F4;
    padding-top: 4%;
    padding-bottom: 7%;
}
#cohort #cohort-photos .gallery{
  background: #E4E8F4;
  width: 100%;
  height: fit-content;
  padding: 0 10%;
}
#cohort #cohort-photos .gallery-cell{
  width: 100%;
  height: 250px;
  margin-right: 4%;
  background: #fff;
  border-radius: 10px;
}
#cohort h1{
    color: #000;
    font-size: 30px;
    font-weight: 900;
    margin-top: 10%;
}
#cohort-photos{
    height: 100%;
    width: 100%;
    background-color: #E4E8F4;
    /* background-color: #3f5494; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 2%;
}
#partners{
    width: 100%;
    height: fit-content;
    background-color: #E4E8F4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#partners h1{
    color: #000;
    font-size: 29px;
    margin-top: 35%;
    font-weight: 900;
    /* margin-top: 25%; */
}
#partners h2{
    color: #1F305C;
    margin-top: 2.5%;
    font-weight: 900;
}
#partners #logos-1a{
    width: 100%;
    height: 50%;
    background-color: #E4E8F4;
    /* background-color: yellow; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
#partners #logos-1a .gallery{
  background: #E4E8F4;
  /* background-color: red; */
  width: 100%;
  height: fit-content;
  padding: 0 10%;
}
#partners #logos-1a .gallery-cell{
  width: 100%;
  height: 140px;
  /* margin-right: 2%; */
  background: #fff;
  /* background-color: blue; */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
   
}
#partners #logos-1a .gallery-cell:nth-child(1){
    padding: 10% 15% 0% 15%; 
    box-shadow: #dfd8d8 0px 0px 10px .01px;  
}
#partners #logos-1a .gallery-cell:nth-child(1) img{
    width: 100%;
    height: 50%;
    box-shadow: #dfd8d8 0px 0px 10px .01px;
    /* box-shadow: #a55656 0px 0px 10px .01px; */
    border-radius: 10px;
}
#partners #logos-1a .gallery-cell:nth-child(2){
    padding: 5% 10% 0 10%;   
}
#partners #logos-1a .gallery-cell:nth-child(2) img{
    width: 50%;
    height: 70%;
    margin-bottom: 0;
}
#partners #logos-1a .gallery-cell:nth-child(3){
    padding: 8% 10% 0% 10%;  
}
#partners #logos-1a .gallery-cell:nth-child(3) img{
    width: 100%;
    height: 80%;
    margin-bottom: 0;
}
#partners #logos-1a .gallery-cell:nth-child(4){
    padding: 8% 15% 8% 15%; 
}
#partners #logos-1a .gallery-cell:nth-child(4) img{
    width: 80%;
    height: 80%;
    margin-bottom: 0;
    padding-bottom: 5%;
    border-radius: 0;
}
#partners #logos-1a .gallery-cell p{
    color: #000;
    font-weight: 900;
    margin-top: 7%;
    /* background-color: blue; */
    font-size: 20px;
}
#partners #logos-1a .gallery-cell:nth-child(2) p{
    margin-top: -0%;
}
#partners #logos-1a .gallery-cell:nth-child(3) p{
    margin-top: 1%;
}
#partners #logos-1a .gallery-cell:nth-child(4) p{
    margin-top: 1%;
}
#partners #logos-2{
    width: 100%;
    height: 60%;
    background-color: #E4E8F4;
    display: flex;
    padding: 0 1%;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0.5%;
}
#logos-2 div{
    height: 80%;
    width: 80%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 5% 0 0 0;
    border-radius: 10px;
    font-weight: 550;
    font-size: 15px;
}
#partners #logos-2 div img{
    height: 50%;
    /* background-color: red; */
    width: 50%;
    padding: 0% 10%;
    border-radius: 10px;
    margin-bottom: 2%;
    box-shadow: #dfd8d8 0px 0px 10px .01px;
}
#partners #logos-2 div p{
    font-size: 17px;
    font-weight: 800;
}
#partners h3,h4{
    color: #1F305C;
    font-size: 20px;
    font-weight: 900;
    margin-top: 10%;
    margin-bottom: 3%;
}
#partners #logos-3{
    width: 100%;
    height: 50%;
    background-color: #E4E8F4;
    /* background-color: yellow; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* padding: 0 10%;
    margin-top: 0.5%; */
}
#partners #logos-3 .gallery{
  background: #E4E8F4;
  /* background-color: red; */
  width: 100%;
  height: fit-content;
  padding: 0 10%;
}
#partners #logos-3 .gallery-cell{
  width: 100%;
  height: 170px;
  margin-right: 2%;
  background: #fff;
  /* background-color: blue; */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
   /* padding: 2% 4% 1% 4%; */
  box-shadow: #dfd8d8 0px 0px 10px .01px;
}
#partners #logos-3 .gallery-cell:nth-child(1){
    padding: 12% 15%;
}
#partners #logos-3 .gallery-cell:nth-child(2){
    padding: 12% 5%;
}
#partners #logos-3 .gallery-cell:nth-child(2) img{
    padding: 6% 3%;
    height: 60%;
    width: 80%;
    margin-top: 2%;
}
#partners #logos-3 .gallery-cell:nth-child(3){
    padding: 12% 5%;
}
#partners #logos-3 .gallery-cell:nth-child(4){
    padding: 8% 5%;
}
#partners #logos-3 .gallery-cell:nth-child(5){
    padding: 8% 17%;
}
#partners #logos-3 .gallery-cell:nth-child(6){
    padding: 14% 5% 3% 5%;
}
#partners #logos-3 .gallery-cell:nth-child(4) img{
    padding: 4% 0%;
    height: 70%;
    width: 80%;
    margin-top: 8%;
}
#partners #logos-3 h1{
    font-size: 20px;
    font-weight: 900;
    color: #000;
    /* margin-left: 5%; */
    margin-top: 6%;
    /* margin-bottom: -0.2%; */
    word-wrap: normal;
}
#lp-2{
    /* background-color: red; */
    height: fit-content;
}
#lp-2 h2{
    /* margin-left: 41%;
    margin-top: 5%;
    margin-bottom: 3%; */
    color: #1F305C;
    font-size: 20px;
    font-weight: 800;
    margin-top: 15%;
    margin-bottom: 6%;
}
#lp-2{
    width: 100%;
    height: 50%;
    background-color: #E4E8F4;
    /* background-color: yellow; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 100%;
}
#lp-2 .gallery{
  background: #E4E8F4;
  /* background-color: red; */
  width: 100%;
  height: fit-content;
  padding: 0 10%;
}
#lp-2 .gallery-cell{
  width: 100%;
  height: 170px;
  /* margin-right: 2%; */
  background: #fff;
  /* background-color: blue; */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
    padding: 10% 5% 0% 5%;
}
#lp-2>h1{
    font-size: 20px;
    font-weight: 900;
    color: #000;
    /* margin-left: 5%; */
    margin-top: 6%;
    /* margin-bottom: -0.2%; */
    word-wrap: normal;
}
#lp-2 .gallery .gallery-cell img{
    border-radius: 10px;
    box-shadow: #dfd8d8 0px 0px 10px .01px;
}
#lp-2 .gallery .gallery-cell:nth-child(1) img{
    height: 65%;
    width: 100%;
}
#lp-2 .gallery .gallery-cell:nth-child(1) h1{
    font-size: 18px;
}
#lp-2 .gallery .gallery-cell:nth-child(2) img{
    height: 65%;
    width: 55%;
    padding: 0 2%;
    border-radius: 10px;
}
#lp-2 .gallery .gallery-cell:nth-child(2) h1{
    font-size: 18px;
}
#lp-2 .gallery .gallery-cell:nth-child(3) img{
    height: 65%;
    width: 100%;
    padding: 8% 0%;
    border-radius: 10px;
}
#lp-2 .gallery .gallery-cell:nth-child(3) h1{
    font-size: 18px;
}
#lp-2 .gallery .gallery-cell:nth-child(4) img{
    height: 65%;
    width: 60%;
    padding: 0% 2%;
    border-radius: 10px;
}
#lp-2 .gallery .gallery-cell:nth-child(4) h1{
    font-size: 18px;
}
#lp-2 .gallery .gallery-cell h1{
    /* background-color: yellow; */
    color: #000;
    font-weight: 990;
    font-size: 15px;
    /* margin-bottom: -20%; */
    margin-top: 4%;
} 
#footwork{
    background-color: #172342;
    height: 110%;
    /* height: fit-content;    */
    /* margin-top: 20%; */
}
#footwork #f1{
    height: 35%;
    width: 100%;
    position: relative;
    
}
#footwork #f1 #logo{
    background-color: #172342;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    position: absolute;
    top: 0%;
}
#footwork #f1 #logo img{
    width: 100%;
    height: 100%;
    background-color: #172342;
}
#footwork #f1 #social{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100%;
    line-height: 1.5;
    background-color: #172342;
    width: 100%;
}
#footwork #f1 #social h1{
    margin-bottom: 5%;
    font-weight: 900;
    font-size: 23px;
    margin-left: 2%;
}
#footwork #f1 #social a{
    margin-left: 5%;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
#footwork #f1 #social a i{
    font-size: 20px;
    margin-right: 2%;
}
#footwork #f1 #social a:nth-child(3) i{
    background-color: #fff;
    color: #172342;
    border-radius: 3px;
}
#footwork #f1 #contact{
    bottom: -130%;
    background-color: #172342;
    height: fit-content;
    width: 100%;
    position: absolute;
    line-height: 0.5;
}
#footwork #f1 #contact h1{
    font-weight: 900;
    margin-bottom: 5%;
    font-size: 23px;
    margin-left: 2%;
}
#footwork #f1 #contact p i{
    font-size: 23px;
    /* border-radius: 10px; */
    margin-top: 20%;
    margin-right: 2%;
}
#footwork #f1 #contact p{
    margin-left: 5%;
    font-size: 15px;
}
#footwork #faq{
    background-color: #172342;
    width: 100%;
    height: fit-content;
    position: relative;
    top: 60%;
    display:flex;
    justify-content: space-evenly;
}
#footwork #faq a{
    background-color: #172342;
    color: #fff;
    font-size: 18px;
    border: none;
    text-decoration: none;
}
#footwork #copyright{
    background-color: #172342;
    /* bottom: 0%; */
    position: relative;
    top: 60%;
    border-top: #ffffff 1px solid;
    padding: 3% 3%;
    margin: 2% 4%;
}
#footwork #copyright a{
     color: #fff;
    text-decoration: none;
    font-size: 9px;
    white-space: nowrap;
}





}
