*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}
.header{
    min-height: 4%;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items : center;
    justify-content: space-between;
}
.header p {
    color: #002290;
    display: inline-block;
    font-size: 1.8vw;
    position: relative;
    right: 5vw;
}
nav{
    display:flex;
    padding:3% 4%;
    justify-content: space-between;
    align-items:center
}

.nav-links {
    flex: 1;
    text-align:left;
}
.nav-links ul li {
    list-style:none;
    display: inline-block;
    padding:20px 10px;
    position: relative;    
}
.nav-links ul li a {
    color: #002290;
    text-decoration: none;
    font-size: 1.8vw;
}
.top {
    height: 110vw;
    background-color:#ffffff;
    align-items : center;
    justify-content: center;
}

.top h1 {
    text-align: center;
    color:#5375e2;
    position: relative;
    top: 4vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3.3vw;
}

.top-img {
    width: 100%;
    position: relative;
    display: block;
    margin: auto;
}
.top ul li{
    list-style-type: none;
    font-size: 2vw;
    color:#5375e2;
    position: relative;
    top: 7vw;
    left: 15vw;
    width: 70%;
    margin:0 0 8px 0;
}

nav .fa {
    display: none;
}

/*------how-to--------*/

.how-to{
    background-color:#ffffff;
    margin: auto;
    text-align: center;
    max-height: 60vw;
    margin-top: -5vw;
    margin-bottom: -10vw;
}
.how-to a{
    position: relative;
    bottom: 20vw;
}
h1{
    font-size: 3vw;
    font-weight:600;
    color: #5375e2;
}

h2 {
    font-size: 2.5vw;
    font-weight: 600;
}
p{
    font-size: 1.5vw;
}
.how-to p {
    padding-right: 0vw;
    padding-left: 0w;
}
.row1{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    margin-right: 2%;
}

.how-to-pic{    
    width: 95%;
}
.fix{    
    width: 91%;
}
.centered1{
    position: relative;
    width: 75%;
    bottom: 49%;
    left: 3.5vw;
    color: #5375e2;
    padding-left: 2vw;
    padding-right: 1vw;
}
.centered2{
    position: relative;
    width: 75%;
    bottom: 50%;
    left: 3.5vw;
    color: #069F56;
    padding-left: 2vw;
    padding-right: 1vw;
    padding-top: 2.2vw;
}

.centered3{
    position: relative;
    width: 75%;
    bottom: 50%;
    left: 3.5vw;
    color: #B6B86C;
    padding-left: 2vw;
    padding-right: 1vw;
    padding-top: 2.2vw;
}

.info {
    font-size: 2.5vw;
    font-weight:600;
    color: #5375e2;
    position:relative;
    top: 13vw;
    text-decoration: none;
    text-align: left;
}
.what-we-provide{
    background-color:#ffffff;
    margin: auto;
    text-align: center;
    height: 55vw;
}
.row2{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.what-we-provide h2 {
    font-size: 2vw;
}
.provide-pics {
    width: 15vw;
    position: relative;
    right: 10%;
}
.center-pic{
    width: 15vw;
    position: relative;
    right: 15%;
}
.provide-center{
    text-align: left;
    position: relative;
    width: 70%;
    top: 20%;
    left: 10%;
    right: 10%;
    color: #5375e2;
}
.provide-first-box {
    position: relative;
    left: 3vw;
}
.what-students-say{
    background-color:#ffffff;
    padding-top: 10vw;
    height: 45vw;
} 
.student-pics {
    width: 50%;
    position: relative;
    left: 5vw;
}

.students-row {
    display: flex;
    justify-content: space-between;
}

.what-students-say a {
    text-decoration: none;
    width: 30%;
    position: relative;
    right: 8vw;
    top: 7vw;
    font-size: 3vw;
    color: #5375e2;
    font-weight: 600;
}
.footer{
        min-height: 10vw;
        width: 100%;
        background-color: #92e2f3;
        color: #002290;
        overflow: hidden;
}
.footer-row{
    display: flex;
    justify-content: space-between;
}
.footer h2{
    font-size: 1.5vw;
}
.footer-left{
    padding-top: 4vw;
    padding-left: 4vw;
    padding-bottom: 4vw;
}
.footer-links{
    position: relative;
    top: 4vw;
}

.logo-text {
    text-align: center;
    font-size: 2.4vw;
    font-weight: 600;
    padding-bottom: 1vw;
}
.footer-links a{
    color: #002290;
    text-decoration: none;
    font-size: 1.5vw;
}
.footer-right{
    width: 18%;
    padding-top: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
}
@media (max-width:680px) {
    .header{
        background-size: 110px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute;
        background: #92e2f3;
        height: 100vh;
        width: 200px;
        top: 0;
        left: -300px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    .header p{
        font-size: 3vw;
    }
    .nav-links ul li a {
        font-size: 4vw;
    }
    .front-text-box {
        width:90%;
    }
    .front-text-box h1 {
        font-size: 7vw;
    }
    .front-text-box p{
        font-size: 4vw;
        width: 90%;
    }
    .top {
        height: 170vw;
        background-image: none;
    }
    .top h1 {
        font-size: 6vw;
    }
    .top ul li {
        font-size: 5vw;
    }
     nav .fa {
        display: block;
        color: #002290;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
     }
     .how-to{
        padding-top: 60vh;
        padding-bottom: 30vh;
        height: 250vw;
        max-height: none;
     }
     .nav-links ul {
        padding: 30px;
     }
     .row1{
        flex-direction: column;
        gap: 30px;
        padding-left: 5vw;
     }
     .how-to-pic{    
        display: none;
    }
    .fix{    
        display: none;
    }
    .how-to-col {
        flex-basis:31%;
    }
    .how-to a {
        position: relative;
        bottom: 3vw;
    }
    .how-to h1 {
        font-size: 8vw;
        color: #002290;
        margin: -50 0
    }
    .how-to h2 {
        margin-top:80;
        margin-bottom: 40;
        font-size: 6vw;
    }
    p{
        font-size: 4.6vw;
    }
    .centered1{
        position: relative;
        width: 70%;
        left: 10%;
        bottom: 3vh;
    }
    .centered2{
        position: relative;
        width: 70%;
        left: 10%;
        bottom: 10vh;
    }
    .centered3{
        position: relative;
        width: 70%;
        left: 10%;
        bottom: 10vh;
    }
    
    .what-we-provide {
        height: 300vw;
        margin-top: 50vw;
    }
    .what-we-provide h1 {
        font-size: 8vw;
        position: relative;
        top: 6vh;
    }
    .what-we-provide h2 {
        font-size: 8vw;
        position: relative;
        top: 6vh;
        left: 11vw;
    }
    .what-we-provide p {
        font-size: 5vw;
        position: relative;
        top: 4vh;
        left: 11vw;
        padding-bottom: 5vh;
    }
    .info{
        font-size: 7vw;
        font-weight:600;
        color: #5375e2;
        position:relative;
        top: 40vw;
        text-align: center;
    }
    .row2{
        flex-direction: column;
        gap: 30px;
        position: relative;
        top: 15vh;
     }
     .provide-pics {
        width: 50%;
        position: relative;
        left: 2vw;
     }
     .center-pic{
        width: 50%;
        position: relative;
        left: 2vw;
     }
     .what-students-say{
        height: 270vw;
     }

     .what-students-say a {
        width: 100%;
        top: 10vw;
        font-size: 10vw;
        text-align: center;
        right: 0vw;
        display: inline-block;
        margin: auto;
        font-size: 7vw;
        width: 80%;
    }
     .student-pics{
        width: 80vw;
        left: 0vw;
        display: block;
        margin: auto;
        top: 0vw;
     }

     .students-row {
        flex-direction: column;
        position: relative;
        top: 150vw;
        left: 0vw;
    }
     .footer{
        min-height: 100vw;
        width: 100%;
        background-image: none;
        color: #002290;
        overflow: hidden;
    }
    .footer h2{
        font-size: 5vw;
    }
     .footer-row {
        flex-direction: column;
        position: relative;
        top: 6vh; 
        left: 14vw;
     }
     .footer-links{
        width: 80%;
        padding-bottom: 16vw;
     }
    .footer-links a{
        font-size: 5vw;
    }
    .footer-right{
        width: 80%;
        padding-bottom: 16vw;
    }
    .footer-left{
        padding-left: 0vw;
        padding-top: 0vw;
        padding-bottom: 0vw;
    }

    .logo-text {
        text-align: left;
        font-size: 6vw;
        font-weight: 600;
    }
}

@media (max-width:400px) {
    .how-to {
        height: 350vw;
    }
    .info {
        top: 80vw;
    }
    .what-we-provide {
        margin-top: -50vw;
        height: 460vw;
    }
    .what-students-say{
        height: 250vw;
     }

     .students-row {
        flex-direction: column;
        position: relative;
        top: 100vw;
        left: 0vw;
    }
}