:root {
    --primary-color: #49072eff;
    --secondary-color: #ff4040ff;
    --form: #ffefe5ff;
    --form-1: #ffe6dcff;
}



.cen {
    display: flex;
    align-items: center;
    justify-content: center;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Rubik';
}

.container {
    width: 100%;
    flex-direction: column;
    position: relative;
}

.ee-b {
    font-style: italic;
    font-weight: 700;
}

/* NAV */
.nav {
    background-color: #49072eff;
    height: 75px;
    width: 100%;
    display: flex;
    flex-direction: row;
    z-index: 100;
    border-radius: none;
}

.nav-left>img {
    height: 40px;

}

.nav-right>img {
    height: 30px;

}

.nav-left {
    flex: 4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
}

.nav-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}


.fill-height {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Hero div */

.hero>.tagline {
    font-size: 40px;
    color: var(--primary-color);
    margin: auto;
    max-width: 80%;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hero-img {
    width: 100%;
}

/* ORANGE */
.white-sep {
    width: 100%;
}

.bg-sec {
    background-color: var(--secondary-color);
    padding-bottom: 70px;
}

.orange>.para {
    font-size: 25px;
    font-weight: 400;
    max-width: 70%;
    margin: auto;
    text-align: center;
    color: white;
    margin-top: 40px;
}

.orange>.para-1 {
    font-weight: 200;
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 30px;
}

.orange>.tagline {
    margin-top: 20px;
    font-size: 20px !important;
    max-width: 60%;
}

.white-line {
    height: 2px;
    width: 30%;
    background-color: white;
    margin: auto;
    margin-top: 20px;
}

.books {
    position: relative;
    top: 10px;
}


/* EXPERT EASE */

.ee {
    padding-top: 250px;
}

.shadow {
    position: absolute;
    top: -29px;
    z-index: -99;
}

.ee>.title {
    font-size: 25px;
    font-weight: 600;
    max-width: 60%;
    text-align: center;
    color: var(--primary-color);
    margin: auto;
    padding-top: 50px;
    margin-bottom: 30px;
}

.ee-logo-div {
    margin-top: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.ee-logo-div>img {
    max-width: 75%;
    margin-top: 20px;
}

.row {
    display: flex;
    flex-direction: row;
    max-width: 80%;
    margin: auto;
}

.ee-logo {
    height: 12px;
}

.edtech {
    margin-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
    align-items: center;
    margin-bottom: 40px;
}

.logo-right {
    position: relative;
    right: 25px;
}

.logo-left {
    position: relative;
    left: 25px;
}

.edtech>p {
    color: var(--primary-color);
    font-size: 20px;
    margin: 0px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 400;
    max-width: 200px;
    margin: auto;
}

.ee-card>img {
   height: 80px;
   width: 80px;
}

.ee-card {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.ee-card>p {
    color: var(--primary-color);
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    max-width: 80%;
}

.s-right {
    position: relative;
    left: 10px;
}

/* FORM */
.curve {
    margin-top: 100px;
    position: relative;
    bottom: -5px;
}

.form-div-bg {
    background-color: #ff4040ff;
    display: flex;

}

.form-seperator {
    height: 50px;
    width: 100%;
}

.form-card {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    background-color: var(--form);
    border-radius: 15px;
    margin: auto;
    margin-top: 70px;
}

.form-title {
    font-size: 30px;
    text-align: center;
    font-family: 'Rubik';
    font-weight: 400;
    color: #49072eff;
    max-width: 217px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-input {
    height: 30px;
    margin: 10px 30px;
    border-radius: 15px;
    outline: none;
    border: none;
    font-size: 16px;
    font-family: 'Rubik';
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
    color: #49072eff;

}

.form-input::placeholder {
    font-size: 16px;
    color: #49072eff;
}

.find-btn {
    max-width: 150px;
    font-size: 20px;
    font-family: 'Rubik';
    font-weight: 300;
    margin: auto;
    color: white;
    background-color: #49072eff;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    outline: none;
    border: none;

}

.curved-top {
    margin-top: 70px;
    background-color: var(--primary-color);
    /* the dark color */
    height: 10px;
    border-top-left-radius: 100% 60px;
    border-top-right-radius: 100% 60px;
    background-clip: padding-box;
}

/* ABOUT US */
.about-div {
    background-color: var(--primary-color);
    width: 100%;
    height: fit-content;
    padding-bottom: 50px;
}

.about-title-div>.title {
    color: white !important;
    font-size: 35px;
    margin: 0px;
    font-weight: bold;
    margin: 20px;
}

.about-title-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

}

.about-title-div>img {
    height: 15px;

}

.founder-card {
    max-width: 60%;
    background-color: white;
    border-radius: 10px;
    position: relative;
    margin: auto;
    padding: 3px;
    z-index: 10;
    box-shadow: 10px 10px 0px var(--secondary-color);
}

.founder-card>img {
    width: 100%;
    border-radius: 10px;
}

.founder-card>.name {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0px;
    margin-top: 5px;
    max-width: 90%;
    margin: auto;

}

.founder-card>.des {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
    margin-bottom: 5px;
}

.founder-greeting {
    font-size: 25px;
    color: var(--secondary-color);
    font-weight: bold;
    max-width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;

}

.founder-msg {
    font-size: 16px;
    color: white;
    max-width: 85%;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

/* timeline */
.timeline {
    background-color: var(--form);
}

.timeline-title {
    max-width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
}

.timeline-title>img {
    width: 100%;
}

.timeline-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.timeline-div>.or {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 25px;
    margin: 0px;
    text-align: center;
    font-style: italic;
}

.timeline-div>.pur {
    color: var(--primary-color);
    font-size: 25px;
    margin: 0px;
    text-align: center;
    font-weight: 500;
    font-style: italic;
}

.timeline-div>img {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* TEAM */
.team-div {
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.team-dir {
    flex: 3;
    align-items: center;
    justify-content: center;
    display: flex;
}

.team-card {
    flex: 8;
}

.team-card>img {
    width: 100%;
}

.team-title>.title {
    color: var(--primary-color) !important;
    font-size: 45px;
    margin: 0px;
    font-weight: bold;
    margin: 20px;
    text-align: center;
}

.team-dir>img {
    height: 25px;
}

.team-card>.name {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 30px;
    margin: 0px;
    text-align: center;
    font-style: italic;
}

.team-card>.des {
    color: var(--primary-color);
    font-size: 16px;
    margin: 0px;
    text-align: center;
}

/* Vision */

.vision {
    background-image: url('../img/about/dart.png');
    background-size: cover;
    background-position: center;
    padding-bottom: 550px;
    padding-top: 30px;
}

.vision-title>.title {
    margin: 18px;
    margin-top: 20px;
    color: white;
}

.vision-title>img {
    filter: brightness(0) invert(1);

}

.vision>.title {
    font-size: 28px;
    font-weight: bold;
    color: white;
    max-width: 77%;
    margin: auto;
    text-align: center;
}

.vision>.para {
    color: white;
    text-align: center;
    font-size: 20px;
    max-width: 78%;
    margin: auto;
    margin-top: 30px;
}

.vis>.para {
    color: white;
    text-align: center;
    font-size: 20px;
    max-width: 78%;
    margin: auto;
    margin-top: 30px;
}

/* MISSION */

.mission-div>.title {
    margin: 19px;
    color: var(--primary-color) !important;
    text-align: center;
}

.mission-div {
    margin-top: 30px;
}

.mission {
    position: relative;
    padding-bottom: 215px;
}

.mission>.title {
    font-size: 30px;
    max-width: 60%;
    font-weight: bold;
    color: var(--secondary-color);
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}


.mission>.para {
    font-size: 20px;
    max-width: 70%;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}


.mission-cards>.title {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 10px;
}

.mission-cards>.para {
    font-size: 16px;
    text-align: center;
    margin: auto;
}

.mission-cards {
    margin: auto;
    max-width: 80%;
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.planes {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.no-border {
    border: none;
}

/* ADVISOR */
.advisor {
    background-color: #ffe6dcff;
    padding-bottom: 70px;
}

.advisor-cards {
    background-color: white;
    border-radius: 10px;
    max-width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 40px;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;

}

.adv-name-col>.name {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 700;
    font-style: italic;
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
}

.advisor-cards>.name {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 700;
    font-style: italic;
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;

}

.advisor-cards>.des {
    font-size: 14px;
    margin: 0px;
    padding-bottom: 20px;
}

.advisor-cards>.img {
    max-width: 50%;
    margin: auto;
    padding: 20px;
    border-radius: 10px;

}

.advisor-cards>.img>img {
    width: 100%;
}

/* FAQ */
.faq>.title {
    margin: auto;
    max-width: 80%;
    color: var(--primary-color);
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq-card {
    max-width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-closed {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--form-1);
}



.card-closed>img {
    height: 15px;
    position: relative;
    left: 12px;
    top: -13px;
}

.card-closed > p {
    flex: 3;
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
    max-width: 80%;
    padding-bottom: 10px;

}
    
.hidden {
    display: none;
}

.card-open {
    padding-left: 20px;
    border: 2px solid var(--form-1);
    position: relative;

}

.card-open>img {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 20px;
    width: 20px
}

.card-open>.title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    max-width: 90%;
    margin-bottom: 10px;

}

.card-open>.para {
    color: var(--primary-color);
    font-size: 14px;
    margin-top: 5px;
}


/* FOOOTER */


.footer {
    background-color: #49072eff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.footer-img {
    width: 65%;
    margin-top: 30px;
}


.contact-div {
    display: flex;
    align-items: center;
    margin: auto;
}

.contact-div>img {
    height: 20px;
    padding: 10px;
}

.contact-div>p {
    font-size: 13px;
    margin: 0px;
}

.footer-links {
    border-top: 2px solid #ff4040ff;
    border-bottom: 2px solid #ff4040ff;
}

.footer-links>img {
    height: 10px;
    padding-left: 10px;
    padding-right: 10px;

}

.footer-links {
    margin-top: 20px;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sm-title {
    color: #ff4040ff;
    font-size: 16px;
    margin-bottom: 5px;
}

.footer>.content {
    font-size: 13px;
    max-width: 70%;
    margin: 0px;
    margin-bottom: 10px;
}

.ec {
    font-size: 11px;
    color: rgba(255, 64, 64, 0.713);
}

.footer-toc {
    background-color: #ff4040ff;
    font-size: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.copyright {
    margin-right: 10px;
}

.convex-div {
    height: 30px;
    width: 100%;
    background-color: #ffefe5ff;
    border-radius: 50% 50% 0 0;
    margin-top: 70px;
}

.concave-div {
    height: 30px;
    width: 100%;
    background-color: #ffefe5ff;
    border-radius: 0 0 50% 50%;
    margin-bottom: 70px;
}

.pur-sep {
    position: relative;
    top: 10px;
}

.ln {
    margin: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ln:hover {
    transform: scale(1.1);
}

.ln>img {
    height: 45px;
}
.mob {
    display: flex;
    align-items: center;
    justify-content: center;
}

.desk {
    display: none;
}
   .card-open > img {
    top: 4px;
    right: 2px;
}

.curv {
    position: relative;
    margin-top: 50px;
    width: 100%;
    top: 4px;
}

.out-team{
    display: none;
}
.active{
    display: flex;
}