
@media (min-width: 768px) {

     .footer-links {
        color: white;
        display: flex;
    }


    .nav-right {
        flex: 8;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }

    
    .nav-left {
        align-items: center;
        justify-content: center;
    }

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

    .d-center {
        align-items: center;
        justify-content: center;
    }

    .f1 {
        flex: 1;
    }

    .hero-img {
        padding-right: 40px;
        padding-top: 40px;

    }

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

    .hero>.tagline {
        max-width: 50%;
        font-size: 50px;
    }

    .ee {
        padding-top: 370px;
    }

    .orange>.para {
        max-width: 80%;
        font-size: 30px;
        margin-top: 70px;
    }

    .ee>.title {
        font-size: 35px;
        margin-bottom: 50px;
    }

    .orange>.tagline {
        max-width: 30% !important;
        font-weight: 600;
        font-size: 26px !important;
    }

    .ornage-para-div {
        max-width: 90%;
        margin: auto;
    }

    .edtech {
        max-width: 50%;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .edtech>p {
        max-width: 100%;
        font-size: 30px;
    }

    .ee-logo-div {
        max-width: 70%;
        margin: auto;
    }

    .form-card-wrapper {
        max-width: 100%;
        margin: 0;
        column-gap: 50px;
    }

    .form-card {
        flex: 1;
        max-width: 400px;
        opacity: .3;
    }

    .form-title {
        max-width: 400px;
    }

    .form-card:hover {
        opacity: 1;
    }

    .fcard {
        max-width: 80%;
        margin: auto;
        margin-bottom: 50px;
    }

    .founder-card>img {
        width: 400px;
    }

    .fcard-alt {
        flex-direction: row-reverse;
    }

    .founder-card>.name {
        font-size: 30px;
    }

    .founder-card>.des {
        font-size: 20px;
    }

    .founder-msg {
        font-size: 20px;
        text-align: left;
    }

    .founder-greeting {
        text-align: left;
        font-size: 30px;
        max-width: 85%;
    }

    .timeline-title>img {
        max-width: 85%;
        margin-top: 60px;
        margin: auto;
    }

    .des-timeline {
        display: flex;
        flex-direction: row;
        max-width: 80%;
        margin: auto;
        padding-bottom: 300px;
        padding-top: 200px;
    }

    .des-timeline>.line {
        height: 3px;
        width: 40%;
        background-color: var(--secondary-color);
        margin-right: 10px;
        margin-left: 10px;
    }

    .house {
        position: relative;
    }

    .house-up {
        position: absolute;
        bottom: 20px;
        right: 8px;
    }

    .house-down {
        position: absolute;
        top: 20px;
        right: 8px;
    }

    .house-down>img,
    .house-up>img {
        height: 75px;
    }

    .start>img {
        width: 30px;
    }

    .house>img {
        width: 25px;
    }

    .ml-0 {
        margin-left: 0px !important;
    }

    .mr-0 {
        margin-right: 0px !important;
    }

    .house-up-para {
        position: absolute;
        bottom: 120px;
        left: -70px;
        width: 200px;

    }

    .house-down-para {
        position: absolute;
        top: 120px;
        left: -90px;
        width: 230px;


    }

    .house-para>.or {
        color: var(--secondary-color);
        font-size: 35px;
        margin: 0px;
        font-weight: 600;
        font-style: italic;
        text-align: center;
    }

    .house-para>.bl {
        color: var(--primary-color);
        font-size: 30px;
        margin: 0px;
        font-weight: 400;
        font-style: italic;
        text-align: center;
    }

    .team-div {
        gap: 50px;
    }

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

    .vision {
        background-image: url('../img/about/d_dart.png');
        padding-top: 30px;
        padding-bottom: 350px;
    }

    .vis {
        max-width: 100%;
        margin: auto;
    }
    .white-home {
        position: relative;
        top: 25px;
        height: 22px;
        width: 22px;
    
    }
    .vis>.para {
        position: relative;
        top: 40px;
        left: 20px;
        color: white;
        font-size: 27px;
        max-width: 78%;
        padding-left: 50px;
        padding-right: 50px;
        margin: auto;
        margin-top: 30px;
        flex: 1;
    }

    .vision>.title {
        font-size: 52px;
        margin-top: 0px;
    }

    .about-title-div>.title {
        font-size: 70px;
        color: white;
        margin: 0px;
        margin: 20px;
        margin-bottom: 0px;

    }

    .mission-cards {
        margin: auto;

        border: none;
        flex: 1;
        margin-bottom: 0px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        max-width: 44%;
    }

    .mission-cards>.title {
        font-size: 25px;
    }

    .mission-cards>.para {
        font-size: 23px;
    }

    .right {
        border-right: 3px solid var(--secondary-color);
    }

    .bottom {
        border-bottom: 3px solid var(--secondary-color);
    }

    .d-col {
        flex: 1;
    }



    .m-rows {
        max-width: 80%;
        margin: auto;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }


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

    .mission>.para {
        font-size: 27px;
    }

    .mission>.title {
        margin-top: 20px;
        font-size: 59px;
        max-width: 52%;
    }

    .miss-divs {
        position: relative;
    }

    .bor {
        position: absolute;
        top: 4%;
        left: 15%;
        margin: auto;
        width: 70%;
    }

    .advisor-cards {
        display: flex;
        flex-direction: row;
        border-radius: 0px;
        max-height: 400px;
        margin-bottom:60px;
        padding-bottom: 0px !important;
    }

    .advisor-cards>.img {
        max-height: 400px !important;
    }

    .advisor-cards>.img {
        max-width: auto;
        margin: auto;
        padding: 0px;
        border-radius: 0px;
        align-items: center;
        justify-content: flex-start;
    }

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

    .advisor-cards {
        max-width: 100%;
        flex: 1;
        box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);

    }

    
    .adv-name-col >.des{
        font-size: 16px;
    }

    .adv-name-col {
        flex: 1;
        margin-top: 20px;
    }

    .adv-row {
        max-width: 80%;
        gap: 20px;
        margin: auto;
        margin-bottom: 20px;
    }

    .mtop {
        margin-top: 75px;
    }

    .faq-card {
        max-width: 60%;
    }
    .card-closed > .title{
        margin-top: 0px;
    }
    .card-closed>p {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .card-closed>img {
        height: 20px;
        top: 0px;
    }

    .mob {
        display: none;
    }

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

    .footer-row {
        display: flex;
        flex-direction: row;
        width: 80%;
        margin: auto;
        border-bottom: 1px solid var(--secondary-color);
        padding-top: 40px;
    }

    .footer-col {
        flex: 1;
    }

    .footer-logo>img {
        height: 150px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .contact-div>p {
        font-size: 20px;
    }

    .contact-div>img {
        height: 30px;
    }

    .contact-title {
        font-size: 20px;
        margin-left: 1px;
        margin-top: 30px;
        margin-bottom: 10px;
        color: var(--secondary-color);
    }

    .footer-links {
        margin-top: 20px;
        font-size: 20px;
        border: none;
    }

    .footer-links>img {
        height: 13px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .no-border {
        border: none;
    }

    .border-r {
        border-right: 1px solid var(--secondary-color);
    }

    .footer-ml-col {
        margin-left: 30px;
    }

    .footer-toc {
        font-size: 12px;
        display: flex;
    }

    .copyright,
    .policy {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
    }
   

}


@media (min-width: 1400px) and (max-width: 1920px) {
    .hero>.tagline {
        font-size: 77px;
    }
    .bor {
        position: absolute;
        top: 12%;
        left: 27%;
        margin: auto;
        width: 47%;
    }
    .mission {
        padding-bottom: 700px;
    }
    .ee {
        padding-top: 500px;}

        .vision {
            padding-bottom: 650px;
        }
        .vis>.para {
            position: relative;
            top: 140px;
            left: 20px;
            color: white;
            font-size: 27px;
            padding-left: 150px;
            padding-right: 190px;
            margin: auto;
            margin-top: 30px;
            font-size: 38px;
            flex: 1;
        }
}