@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-straight/css/uicons-regular-straight.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth !important;
}

body {
    background-color: #ffffff;
    font-family: "Poppins", serif;
}

:root {
    --primary-color: #002581;
    --secondary-color: #FFD858;
    --third-color: #F73B50;
    --text-primary-color: #222443;
    --text-secondary-color: #64657B;
    --text-active-color: var(--primary-color);
    --border-color: #B3BDC7;
    --black: #000;
    --white: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0 !important;
}

a {
    color: var(--text-color) !important;
    text-decoration: none !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

li {
    list-style: none !important;
}

hr {
    margin-block: 0 !important;
}

section {
    padding-block: 80px;
}

.accordion-item {
    border-bottom: 0 !important;
    margin-bottom: 40px !important;
}

.toastify {
    font-size: 14px !important;
    padding: 12px 20px;
    color: #fff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
    background: var(--primary-color) !important;
    background: var(--primary-color) !important;
    position: fixed;
    opacity: 0;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 80px);
}

.primary-btn,
.primary-btn:hover,
.primary-btn:focus {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    padding: 8px 40px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff !important;
    background-color: var(--primary-color) !important;
}

.secondary-btn,
.secondary-btn:hover,
.secondary-btn:focus {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    padding: 8px 40px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--black) !important;
    background-color: var(--secondary-color) !important;
    transition: all 0.3s ease-in-out;
}

.secondary-btn:hover,
.secondary-btn:focus {
    color: var(--white) !important;
    background-color: var(--primary-color) !important;
    transition: all 0.3s ease-in-out;
}

.third-btn,
.third-btn:hover,
.third-btn:focus {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    padding: 8px 25px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--white) !important;
    background-color: var(--third-color) !important;
    transition: all 0.3s ease-in-out;
}

.primary-btn:hover,
.secondary-btn:hover,
.third-btn:focus {
    color: var(--white) !important;
    filter: grayscale(15%) !important;
    transition: all 0.3s ease-in-out;
}

.third-btn:hover,
.third-btn:hover,
.third-btn:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.cursor-default {
    cursor: default !important;
}

.section-title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 800;
    font-family: "Nunito", serif !important;
    color: #222443;
}

.section-description {
    font-size: 20px;
    line-height: 25px;
    color: var(--text-secondary-color);
}


/* =========================================
            HEADER CSS HERE
   ========================================= */

header.scrolled {
    transform: translateY(10px) scale(0.99) !important;
    transition: all 0.3s ease-in-out;
}

header {
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(30px);
    position: fixed;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

header .hero-bg {
    position: relative;
    margin-inline: auto;
    padding-block: 10px;
    padding-inline: 10px;
    border-radius: 60px;
    align-items: center;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    z-index: 10;
}

header .logo-wrapper {
    height: 40px;
    overflow: hidden;
}

header .logo-wrapper .logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

header .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .main-menu li a {
    padding: 8px 25px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

header .main-menu li a:hover,
header .main-menu li a.active {
    color: var(--white) !important;
    background-color: var(--primary-color) !important;
    transition: all 0.3s ease-in-out;
}

header .menu-btn {
    display: flex;
    align-items: center;
    border: none;
    color: var(--primary-color);
    background-color: #fff;
}

header .menu-btn svg path {
    fill: var(--primary-color) !important;
}

.m-nav {
    padding: 0;
    height: 0;
    position: relative;
    background-color: var(--white);
    border-radius: 20px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.m-nav.show {
    height: auto !important;
    padding-block: 20px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

.m-nav ul {
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: max-height 0.3s ease-in-out;
}

.m-nav.show ul {
    padding-block: 10px !important;
    max-height: 800px;
    transition: all 0.3s ease-in-out;
}

.m-nav ul li a {
    padding: 8px 25px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
    height: 0;
    transition: all 0.3s ease-in-out;
}

.m-nav ul li a:hover,
.m-nav ul li a.active {
    color: var(--white) !important;
    background-color: var(--primary-color) !important;
    transition: all 0.3s ease-in-out;
}


/* =========================================
            HERO SECTION CSS HERE
   ========================================= */

.hero-section {
    height: 100%;
    min-height: 750px;
    padding-block-start: 140px;
    padding-block-end: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/background/hero_bg.png');
    position: relative;
    background-color: var(--white);
}

.hero-section .bg-cloud-image {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.hero-section .content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.hero-section .content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-65%, -55%);
    width: 110%;
    height: 100%;
    background: radial-gradient(circle, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0.703) 60%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 50%;
    z-index: 0;
    filter: blur(20px);
}

.hero-section .hero-title {
    font-size: 64px;
    line-height: 70px;
    font-weight: 800;
    font-family: "Nunito", serif !important;
    color: var(--primary-color);
    margin-bottom: 10px !important;
}

.hero-section .hero-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px !important;
    color: var(--text-secondary-color);
}

.hero-section .third-btn {
    padding-inline: 40px !important;
    font-weight: 600 !important;
}

.section-2 .section-title {
    margin-bottom: 20px !important;
    color: var(--primary-color);
}

.section-2 .image-wrapper {
    margin-inline: auto;
    width: 520px;
    min-width: auto;
    max-width: 100%;
    height: 440px;
    border-radius: 500px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.section-2 .image-wrapper .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}

.section-2 .image-wrapper:hover .image {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.section-3 {
    padding-block-end: 180px !important;
    position: relative;
    background-color: var(--secondary-color);
}

.section-3::before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    background: var(--white);
    clip-path: ellipse(60% 50% at 50% 0%);
    transform: rotate(-180deg);
}

.section-3 .card {
    display: flex;
    padding: 30px 20px;
    border-radius: 20px;
    border: none !important;
    background-color: var(--white);
    transition: all 0.3s ease-in-out;
}

.section-3 .card:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

.section-3 .card .image {
    width: 65px;
    height: 65px;
    object-fit: contain;
    object-position: center;
}

.section-3 .card .card-title {
    font-size: 24px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 8px !important;
}

.section-3 .card .card-description {
    font-size: 16px;
    line-height: 20px;
    color: var(--text-secondary-color);
}

.section-gallery .section-title {
    color: var(--primary-color);
}

.section-gallery .gallery-container .image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.section-gallery .gallery-container .image-wrapper.big {
    max-height: 400px;
}

.section-gallery .gallery-container .image-wrapper.small {
    max-height: 190px;
}

.section-gallery .gallery-container .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.section-gallery .gallery-container .image-wrapper:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.section-countdown .count {
    margin-bottom: 10px !important;
    font-size: 48px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Nunito", serif;
    color: var(--black);
}

.section-countdown .btn {
    width: 200px;
    padding-inline: 12px !important;
}

.section-teachers .card {
    border-radius: 20px;
    border: none !important;
    background-color: #D7F6FF !important;
    transition: all 0.3s ease-in-out;
}

.section-teachers .item .card,
.section-teachers .item {
    position: relative;
    height: 100% !important;
}

.section-teachers .item:hover .card {
    transform: scale(1.08);
    background-color: #FFDE58 !important;
    transition: all 0.3s ease-in-out;
}

.section-teachers .card .image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 290px;
    z-index: 1 !important;
}

.section-teachers .card .image-wrapper .image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

.section-teachers .item:hover .card .image-wrapper .image {
    transform: scale(1.08);
    transition: all 0.3s ease-in-out;
}

.section-teachers .card .content {
    position: relative;
    overflow: hidden;
    width: 100%;
    pointer-events: none;
    z-index: 5 !important;
}

.section-teachers .card .crown {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 10 !important;
}

.section-teachers .item .card svg path {
    fill: #D7F6FF !important;
    transition: all 0.3s ease-in-out;
}

.section-teachers .item:hover .card svg path {
    fill: #FFDE58 !important;
    transition: all 0.3s ease-in-out;
}

.section-teachers .item .card .content {
    min-height: 100px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-teachers .card .teacher-name {
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    font-family: "Nunito", serif;
    text-align: center;
    color: var(--black);
}

.section-teachers .card .teacher-description {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    color: var(--text-secondary-color);
}

.section-teachers .carousel-btn {
    height: 62px;
    width: 62px;
    padding: 0;
    margin-block: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none !important;
    cursor: pointer;
    color: var(--white);
    background-color: var(--third-color);
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.section-teachers .carousel-btn:hover {
    height: 70px;
    width: 70px;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}

.section-teachers .carousel-btn.owl-prev {
    left: 0 !important;
}

.section-teachers .carousel-btn.owl-next {
    right: 0 !important;
}

.section-teachers .carousel-btn svg {
    margin-block: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-teachers .carousel-btn:hover svg {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.section-teachers .carousel-btn:hover svg path {
    fill: var(--black);
    transition: all 0.3s ease-in-out;
}

.section-qna .accordion-button {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Nunito", serif;
    color: var(--black);
}

.section-qna .accordion-body {
    max-width: 800px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: var(--text-secondary-color);
}

.section-qna .accordion-button:focus,
.section-qna .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background-color: var(--white) !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGcgaWQ9Ik1pbnVzX0ljb24iIGRhdGEtbmFtZT0iTWludXMgSWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNCkiPgogICAgPGcgaWQ9Ik1pbnVzX0ljb24tMiIgZGF0YS1uYW1lPSJNaW51cyBJY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDQpIj4KICAgICAgPHBhdGggaWQ9IlZlY3RvciIgZD0iTTI0LDEyQTEyLDEyLDAsMSwxLDEyLDAsMTIuMDEzLDEyLjAxMywwLDAsMSwyNCwxMlptLTUuNzUsMGExLDEsMCwwLDAtMS0xSDYuNzVhMSwxLDAsMCwwLDAsMmgxMC41QTEsMSwwLDAsMCwxOC4yNSwxMloiIGZpbGw9IiNmNzNiNTAiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=") !important;
    transform: rotate(0deg) !important;
    transition: all 0.3s ease-in-out;
    transform: scale(1.2) !important;
}

.section-qna .accordion-body ul {
    margin-top: 10px !important;
    padding-left: 2rem !important;
}

.section-qna .accordion-body ul li {
    list-style: disc !important;
    margin-bottom: 10px !important;
}

.section-qna .accordion-body ol {
    margin-top: 10px !important;
}

.section-qna .accordion-body ol li {
    list-style: decimal !important;
    margin-bottom: 10px !important;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml;base64,CjxzdmcgaWQ9IlBsdXNfSWNvbiIgZGF0YS1uYW1lPSJQbHVzIEljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0yNCwxMkExMiwxMiwwLDEsMSwxMiwwLDEyLjAxMywxMi4wMTMsMCwwLDEsMjQsMTJabS01Ljc1LDBhMSwxLDAsMCwwLTEtMUgxM1Y2Ljc1YTEsMSwwLDAsMC0yLDBWMTFINi43NWExLDEsMCwwLDAsMCwySDExdjQuMjVhMSwxLDAsMSwwLDIsMFYxM2g0LjI1QTEsMSwwLDAsMCwxOC4yNSwxMloiIGZpbGw9IiNmZmQ4NTgiLz4KPC9zdmc+Cg==") !important;
    transform: rotate(0deg) !important;
    transition: all 0.3s ease-in-out;
    transform: scale(1.2) !important;
}

.section-map {
    background-color: var(--secondary-color);
}

.section-map .address {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: var(--text-primary-color);
}

.section-map .map-icon svg {
    height: 40px;
    width: auto;
}

.section-map .map-icon svg path {
    fill: var(--third-color);
}

.section-map .g-map {
    width: 100%;
    height: 350px;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 15px !important;
    border-radius: 25px !important;
    border: 4px solid var(--white);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.section-map .g-map:hover {
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}

.section-map .g-map iframe {
    width: 100%;
    height: 350px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 2px solid var(--white);
    border-radius: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.section-contact {
    background-color: #D7F6FF;
}

.section-contact .section-title {
    margin-bottom: 10px !important;
}

.section-contact .section-description {
    margin-bottom: 30px !important;
}

.section-contact .contact-info p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-secondary-color);
}

.section-contact .contact-info a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #222443;
}

.section-contact input.form-control {
    height: 80px;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.section-contact textarea.form-control {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.section-contact .form-control:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.section-contact ::placeholder {
    color: var(--text-secondary-color);
    opacity: 1;
}

.section-contact ::-ms-input-placeholder {
    color: var(--text-secondary-color);
}

.section-contact .btn {
    padding-block: 20px !important;
}

.section-cloud {
    width: 100%;
    height: 120px;
    padding-block: 0 !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #D7F6FF;
    background-image: url('../images/background/cloud.png');
}


/* =========================================
            FOOTER CSS HERE
   ========================================= */

footer {
    padding-block-start: 60px;
    background-color: var(--white);
}

footer .logo-wrapper {
    height: 125px;
    position: relative;
    overflow: hidden;
}

footer .logo-wrapper .logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

footer .description {
    max-width: 950px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--text-secondary-color);
}

footer .social-media-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D7F6FF;
    transition: all 0.3s ease-in-out;
}

footer .social-media-icon-wrapper:hover {
    background-color: #FFD858;
    transition: all 0.3s ease-in-out;
}

footer .menu-item-list {
    font-size: 15px;
    line-height: 20px;
    color: var(--text-secondary-color) !important;
}

footer .menu-item-list .item {
    font-size: 15px;
    line-height: 20px;
    color: var(--text-secondary-color) !important;
    text-decoration: none;
}

footer .copyright {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: var(--text-secondary-color);
}

footer .copyright a {
    color: blue !important;
}

@media screen and (max-width: 768px) {
    header .logo-wrapper {
        height: 50px;
    }
    .section-gallery .gallery-container .image-wrapper.small {
        max-height: 400px;
    }
    .section-title {
        font-size: 45px;
        line-height: 55px;
        font-weight: 800;
        font-family: "Nunito", serif !important;
        color: #222443;
    }
    .section-description {
        font-size: 17px;
        line-height: 20px;
        color: var(--text-secondary-color);
    }
    .hero-section .content::before {
        transform: translate(-65%, -55%);
    }
    .hero-section .hero-title {
        font-size: 50px;
        line-height: 60px;
    }
    .hero-section .hero-description {
        font-size: 20px;
        line-height: 24px;
    }
    .section-2 .image-wrapper {
        width: auto;
        height: 220px;
        border-radius: 30px;
    }
    .section-gallery {
        padding-top: 0px !important;
    }
    .section-countdown {
        padding-top: 0px !important;
    }
    .section-3 .card .card-title {
        font-size: 22px;
        line-height: 28px;
    }
    .section-teachers .card .teacher-name {
        font-size: 26px;
        line-height: 30px;
    }
    .section-teachers .card .teacher-description {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 576px) {
    .section-title {
        font-size: 38px;
        line-height: 45px;
        font-weight: 800;
        font-family: "Nunito", serif !important;
        color: #222443;
    }
    .section-description {
        font-size: 18px;
        line-height: 22px;
        color: var(--text-secondary-color);
    }
    .hero-section {
        min-height: 550px;
    }
    .hero-section .hero-title {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-section .hero-description {
        font-size: 18px;
        line-height: 22px;
    }
    .section-qna .accordion-body {
        font-size: 18px;
        line-height: 22px;
    }
    .section-qna .accordion-button {
        font-size: 26px;
        line-height: 30px;
    }
    footer .description {
        font-size: 16px;
        line-height: 20px;
    }
}