/* ========= modal ========= */
.modal-body {
    padding: 0;
}

.modalForm {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    max-height: 690px;
    border-radius: 8px;
}

.sourceImage {
    width: 49%;
    min-height: 650px;
    position: relative;
    background-color: var(--background-people);
}

.modaltextPage {
    width: 49%;
    position: relative;
    padding: 20px 25px 0;
    height: auto;
}

.modaltextPage .close {
    float: right;
    padding: 10px;
}

.modalLayer {
    margin: 20px 0;
}

.modalSubmit {
    border-radius: 4px;
    background-color: var(--color-violet);
    width: 146px;
    height: 60px;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font: 20px/30px var(--font-semibold);
    font-weight: 600;
    border: none;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.modalLayer h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 34px/50px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.modalLayer p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 18px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 20px;
}

.modalCurve {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
}

.modalLogo {
    width: 180px;
    position: absolute;
    top: 50px;
    right: 30px;
}

.modalParents {
    width: 280px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.modalTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 600px;
    padding: 0 40px;
}

.modalTitle h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 64px/68px var(--font-medium);
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    max-width: 200px;
}

.modalTitle h2 span {
    opacity: 1;
    color: var(--color-green);
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group input {
    width: 100%;
    max-width: 434px;
    padding: 10px;
    border-radius: 8px;
    border: 1.5px solid #ebebeb;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    color: rgba(0, 0, 0, 1);
    font: 18px/24px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.form-group label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    color: #777;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.form-group input:focus {
    border-color: #00dc47;
    outline: none;
    box-shadow: none;
}

.form-group input:focus+label,
.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
    top: -8px;
    font-size: 12px;
    color: #4e5053;
    background-color: #ffffff;
    font: 12px/20px var(--font-default);
    font-weight: 400;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px;
}

/* ========= banner ========= */
.banner-sec {
    background: #fff url(../asset/bg.svg) no-repeat;
    background-position: top;
    background-size: 100%;
    width: 100%;
    min-height: 1250px;
    position: relative;
    top: 70px;
}

.cricle-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    z-index: 9;
}

.header-text {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    z-index: 99;
}

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

.header-text h1 {
    opacity: 1;
    color: var(--color-white);
    font: 70px/79px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: -1.34px;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.header-text h1 span {
    opacity: 1;
    color: var(--color-green);
}

.header-text p {
    opacity: 1;
    color: var(--color-white);
    font: 24px/36px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    padding: 22px 0;
    max-width: 860px;
    margin: 0 auto;
}

.animate-text {
    overflow: hidden;
    display: inline-flex;
    width: max-content;
    max-width: 300px;
    width: 420px;
    justify-content: center;
}

.btn-book {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font: 24px/36px var(--font-bold);
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--color-violet);
    border: 1px solid var(--color-violet);
    margin: 10px auto 42px;
    width: 240px;
    height: 60px;
}

.dashboard-sec {
    padding: 20px 0;
    max-width: 1246px;
    width: 100%;
    margin: 0 auto;
}

.dashboard-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ========= end ========= */

/* ========= step-sec ========= */
.step-sec {
    padding: 30px 0;
    position: relative;
}

.step-title {
    padding: 20px 0 40px;
}

.step-title h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 50px/63px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    max-width: 947px;
}

.step-title h2 span {
    opacity: 1;
    color: var(--color-green);
}

.platform-sec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px 0;
    height: 400px;
    overflow: hidden;
}

.platform-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    height: 300px;
    width: 49%;
}

.steps {
    display: block;
    width: 49%;
    padding: 20px 0;
    text-align: center;
}

.steps h3 {
    opacity: 1;
    color: var(--color-orange);
    font: 64px/68px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.steps p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 22px/30px var(--font-medium);
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.platform-school {
    width: 45%;
    height: 100%;
}

.schoolimg {
    width: 220px;
    height: 60px;
    object-fit: contain;
}

.slide-over {
    overflow: hidden;
    position: relative;
}

.slide-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    /* animation properties */
    -moz-animation: scroll 20s linear infinite;
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
    /* Adjust the animation duration as needed */
}

.slide-over::after {
    content: "";
    width: 100%;
    height: 11px;
    box-shadow: 1px -5px 15px 8px #ffffff87;
    position: absolute;
    bottom: 0;
    background: #fff;
}

.slide-img {
    width: 49%;
    height: 80px;
    border: 1px solid #ededed;
    padding: 10px;
    text-align: center;
}

@keyframes scroll {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* ========= end ========= */

/* ========= Making Institutions ========= */
.making-sec {
    opacity: 1;
    background-image: linear-gradient(90deg,
            #fff8ea 0%,
            #ffffff 100%,
            #ffffff 100%);
}

.make-title {
    padding-top: 0;
}

.make-title h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 38px/56px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.make-title p {
    opacity: 1;
    color: #000000;
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    width: 600px;
    margin: 0 auto 20px;
}

.make-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin: 16px auto;
}

.make-edu {
    border-radius: 8px;
    box-shadow: 0px 2px 12px 5px rgba(240, 240, 240, 0.502);
    opacity: 1;
    background-color: #ffffff;
    width: 49%;
    min-width: 588px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.make-text {
    padding: 0 15px;
    max-width: 360px;
}

.make-text h3 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 24px/36px var(--font-semibold);
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.make-text h6 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 18px/24px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.make-text a {
    opacity: 1;
    color: var(--color-violet) !important;
    font: 18px/36px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    margin: 21px 0 0;
    display: block;
}

.make-text a:hover {
    opacity: 0.8;
    color: var(--color-violet) !important;
}

.learnImg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.instite {
    width: 250px;
    height: 250px;
    object-fit: contain;
    border-radius: 8px;
}

/* ========= end ========= */

/* ========= feature-sec ========= */
.feature-sec {
    padding: 50px;
    background: #00373a;
    /* background: #00373A url('../asset/png/teacher.png') no-repeat;
    background-position: bottom right;
    background-size: 500px; */
    position: relative;
}

.teacherImg {
    width: 600px;
    height: auto;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.teacherImg-mobile {
    display: none;
}

.feature-title {
    width: 900px;
}

.feature-title h2 {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font: 84px/86px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.feature-title h2 span {
    opacity: 1;
    color: var(--color-green);
}

.feature-title h4 {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font: 30px/56px var(--font-medium);
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.feature-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 30px auto;
}

.rightImg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.feature-list li {
    width: 49%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 13px 0;
}

.feature-list li p {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font: 20px/30px var(--font-medium);
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.starImg {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.star-active {
    opacity: 1;
    border-radius: 14px;
    background-color: rgba(255, 118, 48, 1);
    color: rgba(255, 255, 255, 1);
    font: 14px/21px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 5px 10px;
    align-items: center;
    cursor: pointer;
}

.star-active span {
    display: contents;
}

.btn-books {
    opacity: 1;
    color: var(--color-white);
    font: 20px/36px var(--font-semibold);
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    background-color: var(--color-violet);
    border: 1px solid var(--color-violet);
    border-radius: 8px;
    margin: 10px auto 42px;
    padding: 10px;
    width: 227px;
    height: 60px;
}

/* ========= end ========= */

/* ========= Better Feature ========= */
.better-sec {
    padding: 40px 0;
}

.better-title {
    width: 70%;
    margin: 10px auto;
}

.better-title h2 {
    opacity: 1;
    color: #000000;
    font: 38px/56px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.better-title h4 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.feature-data {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.feature-text {
    border-radius: 8px;
    border: 1.081081px solid #ededed;
    opacity: 1;
    width: 50%;
    max-width: 550px;
    min-height: 230px;
    padding: 20px;
}

.featureImg {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.feature-text h3 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 24px/36px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.feature-text p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 18px/24px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

/* ========= end ========= */

/* ========= People who love us ========= */

.people-sec {
    position: relative;
    opacity: 1;
    background-color: rgba(255, 251, 233, 1);
}

.people-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: auto;
    z-index: 9;
}

.people-title {
    max-width: 650px;
    margin: 0 auto;
}

.people-title h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 38px/56px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.people-title h3 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.carousel-wrap {
    margin: 50px auto;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 99;
}

/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.owl-nav,
.owl-dots {
    display: block !important;
}

.feedBack p {
    min-height: 160px;
}

.owl-dots span {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    background-color: #ccc;
    padding: 5px;
    border-radius: 100%;
}

.owl-dots>.active span {
    background-color: #000;
}

/* end fix */
.owl-nav>button {
    margin-top: -26px;
    position: absolute;
    top: 40%;
    color: #cdcbcd;
}

.owl-nav .owl-prev {
    left: -20px;
}

.owl-nav .owl-next {
    right: -20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--color-orange);
    width: 12px;
    height: 12px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

.feedBack {
    border-radius: 8px;
    box-shadow: 0px 12px 32px 5px rgba(0, 0, 0, 0.046259);
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    text-align: center;
}

.qutationimg {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.feedBack p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 18px/27px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    min-height: 165px;
}

.feedBack h4 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    padding: 20px 0 0;
}

.feedBack h5 {
    opacity: 0.7;
    color: rgba(0, 0, 0, 1);
    font: 16px/24px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
}

/* ========= end ========= */

/* ========= Frequently-Asked Questions ========= */
.faq-sec {
    position: relative;
    padding: 40px 0;
}

.faq-title {
    padding-top: 40px;
    text-align: center;
}

.faq-title h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 38px/56px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.accordion {
    width: 100%;
    max-width: 828px;
    margin: 20px auto;
    text-align: center;
}

.accordion-item {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(237, 237, 237, 1);
}

.accordion-button:focus {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: #000 !important;
}

.accordion-button {
    opacity: 1;
    color: rgba(20, 20, 20, 1);
    font: 20px/36px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.accordion-collapse>.card-body p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 18px/27px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.accordion-button::after {
    background-image: url("../asset/svg/Add.svg");
    transform: scale(1) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../asset/svg/Subtract.svg");
}

/* ========= end ========= */

/* ========= Mission  ========= */
.mission-layer {
    position: relative;
    height: 270px;
}

.our-mission {
    position: absolute;
    text-align: center;
    bottom: -80px;
    left: 0;
    right: 0;
}

.mission-card {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 8px;
    box-shadow: 0px 12px 32px 5px rgba(0, 0, 0, 0.098285);
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    width: 80%;
    margin: 10px auto;
}

.mission-sorce {
    width: 35%;
}

.missionImg {
    width: 100%;
    height: auto;
    max-width: 360px;
    object-fit: contain;
    border-radius: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.mission-title {
    width: 60%;
    max-width: 650px;
    height: auto;
    text-align: left;
    padding: 30px 0 20px;
    position: relative;
    z-index: 11;
}

.mission-title h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 40px/48px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 10px;
}

.mission-title h2 span {
    opacity: 1;
    color: var(--color-green);
}

.mission-title p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 18px/27px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 40px;
}

.pad-120 {
    padding: 120px 0px 0px;
}

/* Style for the dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-medium);
    color: #000000;
    padding: 20px 10px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    width: 100%;
    border-radius: 4px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.dropdown-content a {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: #000;
    padding: 15px 10px !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.nav-link-c.active .dropbtn {
    color: var(--color-violet);
}

.nav-link-c.active .showColor {
    color: var(--color-violet);
}


.animate-text {
    overflow: hidden;
    display: -webkit-inline-box;
    width: fit-content;
    max-width: 300px;
}

.animate-text span {
    display: none;
}

.animate-text span.text-in {
    display: block;
    min-width: 300px;
    animation: textIn .5s ease;
}

.animate-text span.text-out {
    animation: textOut 1s ease;
}

@keyframes textIn {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes textOut {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

/* ========= end ========= */

/* ========= Media query =========*/

/* ========= end ========= */
@media screen and (max-width: 1800px) {}

@media screen and (max-width: 1550px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1380px) {}

@media screen and (max-width: 1300px) {
    .banner-content {
        padding: 125px 40px 125px;
    }
}

@media screen and (max-width: 1200px) {
    .make-edu {
        min-width: 450px;
    }

    .copyright {
        padding: 15px 0;
    }

    .dashboard-sec {
        max-width: 850px;
    }

    .banner-sec {
        min-height: 980px;
    }

    .header-text h1 {
        font: 62px/66px var(--font-semibold);
    }

    .teacherImg {
        width: 450px;
    }

    .feature-text {
        max-width: 450px;
    }

    .missionImg {
        max-width: 300px;
    }

    .mission-title h2 {
        font: 30px/38px var(--font-bold);
    }

    .mission-title p {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-content {
        background-color: #0000001f;
    }

    .banner-sec {
        background-size: 120%;
        min-height: 900px;
    }

    .modalTitle h2 {
        font: 44px/54px var(--font-medium);
    }

    .modalLayer h2 {
        font: 32px/50px var(--font-bold);
    }

    .modaltextPage {
        padding: 0px 20px;
    }

    .modalParents {
        width: 250px;
    }

    .modaltextPage .close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .closeAfter {
        display: none;
    }

    .header-text h1 {
        font: 50px/56px var(--font-semibold);
    }

    .header-text p {
        font: 20px/32px var(--font-default);
        padding: 12px 0;
    }

    .step-title h2 {
        font: 40px/54px var(--font-bold);
    }

    .steps {
        width: 45%;
    }

    .step-sec {
        padding: 30px 0 0;
    }

    .step-title {
        padding: 20px 0 0px;
    }

    .steps h3 {
        font: 44px/48px var(--font-semibold);
    }

    .slide-img {
        width: 210px;
    }

    .schoolimg {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .make-card {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .make-edu {
        min-width: 600px;
    }

    .feature-sec {
        padding: 30px 0;
    }

    .feature-title h2 {
        font: 52px/56px var(--font-semibold);
    }

    .feature-title {
        width: 750px;
    }

    .better-title {
        width: 90%;
    }

    .mission-card {
        width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .steps {
        padding: 0;
    }

    .steps h3 {
        font: 32px/42px var(--font-semibold);
    }

    .steps p {
        font: 16px/30px var(--font-medium);
    }

    .cricle-curve {
        width: 15%;
    }

    .platform-sec {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

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

    .slide-img {
        width: 200px;
    }

    .modalForm {
        display: flex;
        max-height: 1250px;
        flex-wrap: wrap;
    }

    .sourceImage {
        width: 100%;
    }

    .modaltextPage {
        width: 100%;
    }

    .modaltextPage .close {
        display: none;
    }

    .closeAfter {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .modalTitle h2 {
        max-width: 100%;
    }

    .modalSubmit {
        width: 100%;
        height: 50px;
        font: 20px/30px var(--font-semibold);
    }

    .form-group input {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .banner-sec {
        background-size: 140%;
        min-height: 720px;
    }

    .dashboard-sec {
        max-width: 600px;
    }

    .header-text h1 {
        font: 44px/52px var(--font-semibold);
    }

    .header-text p {
        font: 18px/32px var(--font-default);
        padding: 12px 0;
    }

    .btn-book {
        font: 21px/34px var(--font-bold);
        margin: 10px auto 22px;
    }

    .platform-sec {
        display: flex;
        flex-wrap: wrap;
        height: 600px;
    }

    .platform-count {
        width: 100%;
        height: 220px;
    }

    .platform-school {
        width: 90%;
        height: 100%;
    }

    .make-title p {
        width: 100%;
    }

    .instite {
        width: 200px;
        height: auto;
    }

    .feature-sec {
        height: 850px;
    }

    .feature-title h4 {
        font: 22px/42px var(--font-medium);
    }

    .feature-text {
        max-width: 580px;
        width: 100%;
    }

    .mission-layer {
        position: relative;
        height: 500px;
    }

    .mission-sorce {
        width: 100%;
    }

    .mission-title {
        width: 100%;
        max-width: 100%;
        height: 560px;
        padding: 20px 30px 20px;
    }
}

@media screen and (max-width: 768px) {
    .banner-content {
        padding: 70px 30px 125px;
    }

    .header-text {
        width: 90%;
    }

    .dashboard-sec {
        max-width: 100%;
    }

    .feature-title {
        width: 100%;
    }
}

@media screen and (max-width: 667px) {
    .banner-content {
        padding: 70px 20px 125px;
    }

    .banner-content {
        padding: 50px 20px 100px;
    }

    .banner-content h2 {
        font: 36px/42px var(--font-semibold);
    }

    .banner-content p {
        font: 26px/30px var(--font-default);
        margin-bottom: 40px;
    }

    .banner-content p {
        font: 24px/30px var(--font-default);
    }
}

@media screen and (max-width: 550px) {
    .banner-content h2 br {
        display: none;
    }

    .platform-sec {
        height: 800px;
    }

    .platform-count {
        height: 450px;
        padding-bottom: 40px;
    }

    .steps {
        width: 60%;
        padding: 10px 0;
        border-bottom: 1px solid #ededed;
    }

    .steps h3 {
        font: 40px/44px var(--font-semibold);
        text-align: center;
    }

    .steps p {
        font: 16px/30px var(--font-medium);
        text-align: center;
    }

    .banner-sec {
        background-size: cover;
        min-height: 700px;
    }

    .header-text h1 {
        font: 32px/42px var(--font-semibold);
    }

    .animate-text span.text-in {
        min-width: 150px;
    }

    .make-edu {
        width: 100%;
        min-width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .slide-img {
        width: 180px;
    }

    .banner-content {
        background-color: #0000004a;
    }

    .make-text {
        padding: 20px 15px;
        max-width: 100%;
    }

    .feature-sec {
        height: 1200px;
    }

    .feature-list li {
        width: 100%;
    }

    .feature-list li p {
        font: 16px/24px var(--font-medium);
    }

    .feature-title h2 {
        font: 20px/48px var(--font-semibold);
    }

    .feature-title h2 span {
        font: 44px/44px var(--font-semibold);
    }

    .btn-books {
        margin: 8px auto 8px;
    }

    .btn-books {
        width: 100%;
        height: 44px;
        margin-bottom: 20px;
        padding: 0;
    }

    .teacherImg-mobile {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .teacherImg {
        display: none;
    }

    .people-title h2 {
        font: 32px/46px var(--font-bold);
    }

    .people-title h3 {
        font: 18px/28px var(--font-default);
    }

    .carousel-wrap {
        margin: 30px auto;
    }

    .faq-title h2 {
        font: 28px/36px var(--font-bold);
    }

    .accordion-button {
        padding: 15px 0;
    }

    .mission-card {
        width: 90%;
    }

    .mission-title {
        height: 600px;
    }

    .make-title h2 {
        font: 32px/56px var(--font-bold);
    }

    .instite {
        width: 250px;
    }

    .people-curve {
        width: 180px;
        height: 120px;
    }

    /* nav style */
    .nav-link-c.active {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 420px) {
    .header-text h1 {
        font: 34px/40px var(--font-bold);
        max-width: 100%;
    }

    .modalTitle {
        min-height: 500px;
    }

    .modalForm {
        max-height: 1320px;
    }

    .modalTitle h2 {
        font: 36px/44px var(--font-medium);
    }

    .header-text {
        width: 100%;
    }

    .step-sec {
        padding: 0;
    }

    .step-title {
        padding-bottom: 40px;
    }

    .step-title h2 {
        font: 28px/32px var(--font-bold);
        text-align: center;
    }

    .header-text p {
        font: 16px/28px var(--font-default);
        padding: 12px 0;
    }

    .btn-book {
        font: 19px/34px var(--font-bold);
        margin: 10px auto;
    }

    .banner-sec {
        background-size: cover;
        min-height: 580px;
    }

    .make-text h3 {
        font: 20px/36px var(--font-semibold);
    }

    .make-text h6 {
        font: 14px/24px var(--font-default);
    }

    .slide-img {
        width: 150px;
    }

    .make-text a {
        margin: 10px 0 0;
    }

    .make-title h2 {
        font: 24px/32px var(--font-bold);
    }

    .make-title p {
        font: 18px/30px var(--font-default);
    }

    .better-title h2 {
        font: 28px/42px var(--font-bold);
    }

    .mission-layer {
        height: 380px;
    }

    .mission-title {
        height: 650px;
        padding: 20px 16px;
    }

    .our-mission {
        bottom: -350px;
    }

    .pd-bottom-120 {
        padding-bottom: 40px;
    }

    .pad-120 {
        padding: 350px 0px 0px;
    }

    .pd-top-90 {
        padding-top: 30px;
    }

    .btn-book {
        width: 220px;
        height: 50px;
    }

    .modalTitle h2 {
        font: 32px/44px var(--font-medium);
    }
}

@media screen and (max-width: 394px) {
    .banner-sec {
        min-height: 600px;
    }

    .instite {
        width: 200px;
    }
}

@media screen and (max-width: 375px) {
    .slide-img {
        width: 140px;
    }

    .star-active {
        padding: 5px;
    }

    .faq-title {
        padding-top: 0;
    }

    .accordion-button {
        font: 16px/28px var(--font-semibold);
    }

    .accordion-collapse>.card-body p {
        font: 16px/27px var(--font-default);
    }

    .mission-title h2 {
        font: 28px/38px var(--font-bold);
    }

    .btn-books {
        font: 18px/32px var(--font-semibold);
    }
}

.error {
    color: red;
    font: 14px/22px var(--font-default);
}

.modaltextPage .close {
    float: right;
    padding: 10px;
    cursor: pointer;
}

.mission-layer {
    position: relative;
    height: 320px;
}