@import url('../fonts/HelveticaNeueLTProBd.otf');
@import url('../fonts/HelveticaNeueLTProLt.otf');
@import url('../fonts/HelveticaNeueLTProRoman.otf');
@import url('../fonts/Lora-SemiBold.ttf');
@import url('../fonts/MinionPro-Regular.otf');
@import url('../fonts/Nirmala.ttf');
@import url('../fonts/NirmalaB.ttf');

@font-face {
    font-family: 'HelveticaNeueLTProBd';
    src: url('../fonts/HelveticaNeueLTProBd.otf') format('opentype')
}

@font-face {
    font-family: 'HelveticaNeueLTProLt';
    src: url('../fonts/HelveticaNeueLTProLt.otf') format('opentype')
}

@font-face {
    font-family: 'HelveticaNeueLTProRoman';
    src: url('../fonts/HelveticaNeueLTProRoman.otf') format('opentype')
}

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

@font-face {
    font-family: 'MinionPro-Regular';
    src: url('../fonts/MinionPro-Regular.otf') format('opentype')
}

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

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

:root {
    --white-color: #FFFFFF;
    --black-color: #322e38;
    --grey-color: #939598;
    --orange-color: #F5821F;
    --primary-color: #23374b;
    --secondary-color: #CB9833;
    --main-title-font: 'Roboto', serif;
    --sub-title-font: 'HelveticaNeueLTProBd', sans-serif;
    --paragraph-font: 'HelveticaNeueLTProRoman', sans-serif;
}

html {
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
    scroll-behavior: smooth;
}

body {
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
    scroll-behavior: smooth;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: var(--paragraph-font);
    color: var(--black-color);
    font-size: 1rem;
    line-height: 1.2;
}

/* lenis */
html.lenis,
html.lenis body {
    height: auto;
    overflow-x: hidden;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-title-font);
    /* text-transform: uppercase; */
}

a {
    text-decoration: none;
}

.fs-16 {
    font-size: 1rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-25 {
    font-size: 1.5625rem;
}

.fs-30 {
    font-size: 1.875rem;
}

.fs-35 {
    font-size: 2.1875rem;
}

.color-black {
    color: var(--black-color);
}

.color-orange {
    color: var(--orange-color);
}

.color-brown {
    color: var(--brown-color);
}

.bg-brown {
    background: var(--brown-color);
}

.bg-new-orange {
    background: var(--new-orange-color);
}

.bg-lighter-orange {
    background: var(--lighter-orange-color);
}

.bg-primary1 {
    background: var(--primary-color);
}

.main-title {
    font-size: 60px;
    color: var(--secondary-color);
    margin-bottom: 1.5625rem;
    line-height: 1.09;

}

.main-title span {
    color: var(--primary-color);

}

.main-title2 {
    font-size: 60px;

    color: var(--primary-color);
    margin-bottom: 1.5625rem;
    line-height: 1.09;

}

.main-title2 span {
    color: var(--white-color);

}

.main-title3 span {
    color: var(--orange-color);

}

.sub-title {
    font-family: var(--sub-title-font);
    font-size: 1.5625rem;
    text-transform: none;
    margin-bottom: 0;
}

.main-btn {
    font-family: var(--sub-title-font);
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    /* border-radius: 1.875rem; */
    padding: 20px 25px;
    line-height: 1;
    border-radius: 30px;
}

.main-btn2 {
    font-family: var(--sub-title-font);
    background: var(--secondary-color);
    color: var(--white-color);
    display: inline-block;
    /* border-radius: 1.875rem; */
    padding: 20px 25px;
    line-height: 1;
    border-radius: 30px;
    transition: 0.3s ease-in;
}

.main-btn2:hover {
    background: #fff;
    color: var(--primary-color);
}

.main-btn3 {
    font-family: var(--sub-title-font);
    background: #fff;
    color: var(--primary-color);
    display: inline-block;
    /* border-radius: 1.875rem; */
    padding: 20px 25px;
    line-height: 1;
    border-radius: 30px;
    transition: 0.3s ease-in;
}

.main-btn3:hover {
    background: var(--secondary-color);
    color: #fff;
}

.custom-container {
    padding: 0 55px;
}

.sec-pad {
    padding: 50px 0;
}

/* header */
.header-top {
    background: var(--primary-color);
    padding: 10px;

}

.header-top p {
    margin-bottom: 0;
    padding: 0px 20px;
    border-right: 2px solid #fff;
    text-align: center;
    font-size: 14px;
}

.header-top p a {
    color: #fff;
}

.nav-item .nav-link {
    padding: 1.17647em !important;
    font-size: 0.9rem;
    line-height: 1.1875;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.navbar {
    padding: 5px 0;
}

.header-bottom {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    /* background: linear-gradient(0deg, rgba(0, 26, 64, 0) 0%, rgba(0, 26, 64, 0.82) 100%);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35)); */
}

.navbar-brand img {
    height: 150px;
}

.nav-btn {
    font-family: var(--sub-title-font);
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    /* border-radius: 1.875rem; */
    padding: 10px 20px;
    padding-left: 10px;
    border-radius: 30px;
    position: relative;
    line-height: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation: colorChange 0.8s infinite;
}

.nav-btn i {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: var(--secondary-color);
    color: #fff;
    /* top: 50%;
    transform: translateY(-50%); */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    /* left: -15px; */
    border-radius: 30px;
    margin-right: 8px;
    /* transition: 0.3s ease-in; */
}

/* .nav-btn:hover i{
left: 94.5%;
background: var(--primary-color);
} */
@keyframes colorChange {
    0% {
        background: var(--primary-color);
        color: var(--white-color);
    }

    100% {
        background: #fff;
        color: var(--primary-color);
    }
}

/* banner */
.hero-section {
    /* height: 100dvh; */
    overflow: hidden;
    position: relative;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%); */
}

.hero-img img {
    height: 85dvh;
    object-fit: cover;
    object-position: top;
}

.hero-section::before {
    content: '';
    position: absolute;
    width: 100%;
    /* background: linear-gradient(180deg, rgba(0, 26, 64, 0) 0%, rgba(0, 26, 64, 1) 100%); */
    background: linear-gradient(0deg, rgba(10, 29, 53, 0.4) 0px, rgba(10, 29, 53, 0.4) 100%);
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.hero-section::after {
    content: '';
    position: absolute;
    width: 100%;
    /* background: linear-gradient(180deg, rgba(0, 26, 64, 0) 0%, rgba(0, 26, 64, 1) 100%); */
    background:var(--primary-color);
    height: 120px;
    bottom: -1px;
    left: 0;
    z-index: 2; clip-path: polygon(0 35%, 100% 100%, 100% 100%, 0% 100%);
}

.hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
    /* padding: 0 55px; */
    z-index: 13;
    padding-bottom: 120px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35));
    width: 100%;
}

.hero-text h1 {
    margin-bottom: 22px;
    font-size: 90px;
    line-height: 1.2;
    color: #fff;
}

.hero-text p {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35));
    font-size: 25px;
    color: #fff;
}

.inst-card-img img {
    height: 350px;
    object-fit: cover;
}

.inst-text {
    position: absolute;
    padding: 25px;
    bottom: 0;
    width: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0) 100%);
    /* height: 41%; */
    overflow: hidden;
    transition: 0.3s ease-in;
}

.inst-text h4 {
    bottom: 0;
    font-family: var(--main-title-font);
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}

.inst-text p a {
    color: var(--secondary-color);
}

.inst-logo {
    position: absolute;
    top: 10px;
    right: 10px;
}

.admiss-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 30px 25px;
    background: var(--secondary-color);
    font-weight: 600;
    font-size: 25px;
    color: var(--primary-color);
    position: relative;
    align-items: center;
    gap: 25px;
}

.admiss-btn i {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
}

.admiss-btn::before {
    content: '';
    position: absolute;
    width: 70px;
    bottom: -30px;
    left: 0;
    background: #000000;
    height: 30px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.hidden-bx {
    padding: 25px 55px;
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d6;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* display: none; */
}

.hidden-bx p {
    margin-bottom: 0;
    text-align: center;
    font-size: 25px;
}

.hidden-bx ul li::marker {
    color: var(--secondary-color);
}

.hidden-bx ul {
    margin-bottom: 0;
}

.hidden-bx ul li {
    margin-bottom: 5px;
    font-size: 20px;
}

.inst-card:hover .hidden-bx {
    /* display: block; */
}

/* 
.inst-card:hover .inst-text {
    background: #000000cf;
    height: 100%;
} */

.inst-card:hover .admiss-btn {
    background: #fff;
}

.inst-card:hover .admiss-btn i {
    background: var(--primary-color);
    color: #fff;
}

.inst-logo img {
    height: 80px;
    width: auto;
}

.pb-80 {
    padding-bottom: 80px;
}

.t-homeHeroTitle__link {
    width: 167px;
}

.c-part-label {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
}

.t-homeHeroTitle__link p.c-part-label__name {
    font-size: 20px;
    letter-spacing: 0.02em;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin-bottom: 0;
}

.t-homeHeroTitle__link .c-part-label__motif {
    display: block;
    position: relative;
    width: 38.4px;
    height: 16.8px;
    transform: translateY(-8px);
    width: 48px;
    height: 21px;
    transform: translateY(-6px);
}

.c-part-label__motif line {
    display: block;
    stroke-width: 1px;
    stroke: #ffffff;
    transform-origin: left;
    transition: transform 0.35s ease-out 0s;
}

.c-part-label__motif path {
    stroke-width: 1px;
    stroke: #ffffff;
    fill: transparent;
    transition: fill 0.3s ease-out 0s;
}

.c-part-label__motif ellipse {
    display: block;
    fill: #ffffff;
}

.bg-blue {
    background: rgb(0 26 64);
}

.has-lines {
    position: relative;
}

.has-lines::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background-color: var(--primary-color);
    top: 55px;
    left: 0;
}

.has-lines::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background-color: rgb(0 26 64);
    top: 0;
    left: 55px;
}

.abt-bx {
    padding: 60px;
    padding-left: 0;
}

.abt-bx::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    bottom: 0;
    right: 0;
    border: 5px solid var(--primary-color);
}

.counter-wrapper {
    /* display: flex;
  width: 100%;
  justify-content: space-between; */
}

.counter-box {
    text-align: center;
    /* width: 25%; */
    border-left: 1px solid var(--theme-color2);
    margin-top: 50px;
    background: #ffeced;
    padding: 25px;
    border-radius: 30px;
}

.counter-box:first-child {
    border-left: 1px solid transparent;
}

.counter-box p {
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 0;
}

.counter-box h3 {
    color: var(--primary-color);
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    font-variant-numeric: tabular-nums;

}

.counter-box img {
    width: 90px;
}

.bg-lights {
    background: #ffeced;
}

.program-img img,
.program-img-hover img {
    width: 100%;
}

.program-img-hover video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.program-img-hover {
    display: none;
}

.program-tag {
    padding: 32px 8px 8px 8px;
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    background: var(--primary-color);
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 0;
    letter-spacing: 0.03125rem;
    z-index: 2;
    right: 40px;
}

.program-img-wrapper::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    bottom: 0;
    width: 100%;
    background: rgba(10, 29, 53, 0.2);
}

.program-title {
    position: absolute;
    bottom: 32px;
    left: 51px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    white-space: nowrap;
    visibility: visible;
    transition: visiblity 0.1s ease-in;
    z-index: 2;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
    bottom: 30%;
    right: -63px;
    left: unset;
    font-size: 1.875rem;
    line-height: 1.875rem;
    transform: rotate(-90deg);
    font-family: var(--main-title-font);
}

.program-desc {
    padding: 25px;
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 2;
    display: none;
}

.program-desc h3 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    transition: visiblity 0.1s ease-in;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
    font-size: 1.875rem;
    line-height: 1.875rem;
}

.program-desc p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0;
}

.program-desc a {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.875rem;
    display: inline-block;
    margin-top: 25px;
}

.program-accordion {
    display: flex;
    width: 100%;
    gap: 10px;
}

.program-item {
    flex: 1;
    transition: 0.9s ease-in-out;
}

.program-item:hover {
    flex-grow: 4;
}

.program-item:hover .program-img {
    display: none;
}

.program-item:hover .program-img-hover {
    display: block;
}

.program-item {
    height: 530px;
    overflow: hidden;
}

.program-item .program-img,
.program-item .program-img-hover {
    height: 530px;
}

.program-item .program-img img,
.program-item .program-img-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-item:hover .program-desc {
    display: block;
}

.program-item:hover .program-title {
    display: none;
}

.program-item:hover .program-tag {
    right: unset;
    left: 40px;
}

.program-item:hover .program-img-wrapper::before {
    background: rgba(10, 29, 53, 10);
    background: linear-gradient(0deg,
            rgb(0 26 64 / 87%) 0%,
            rgba(10, 29, 53, 0) 100%);
}

.program-desc a i {
    color: var(--theme-color2);
    width: 30px;
    height: 30px;
    border: 2px solid var(--theme-color2);
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 50%;
}

.why-us {
    background: url(../images/why-us.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.why-us2 {
    background: url(../images/banner/why-2.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(10, 29, 53, 0.4) 0px, rgba(10, 29, 53, 0.4) 100%);
    background-attachment: fixed;
}

.overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(10, 29, 53, 0.4) 0px, rgba(10, 29, 53, 0.4) 100%);
    background-attachment: fixed;
}

.why-us2 .overlay {
    background: linear-gradient(0deg, rgba(10, 29, 53, 0.8) 0px, rgba(10, 29, 53, 0.8) 100%);

}

.gallery-swiper {
    height: 85dvh;
}

.gallery-swiper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    background-attachment: fixed;
    z-index: 2;
}

.choose-us-box {
    padding: 25px;
    /* margin-bottom: 25px; */
    background: rgba(255, 255, 255);
    /* backdrop-filter: blur(5px); */
    text-align: center;
    /* min-height: 185px; */
    margin-bottom: 25px;
    border-radius: 30px;
}

.icon {
    flex-shrink: 0;
    margin-bottom: 25px;
    /* width: 100px; */
}

.icon img {
    width: 70px;
    filter: invert(20%) sepia(28%) saturate(709%) hue-rotate(169deg) brightness(93%) contrast(98%);
}

.choose-us-box p {
    color: var(--secondary-color);
    font-family: var(--main-title-font);
    font-size: 20px;
    margin-bottom: 0;
}

.custom-container2 {

    padding: 0 12px;
    padding-left: 150px;
}

.news-card-meta {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    background-color: #fff9;
    border-radius: 20px;
    padding: .8125rem 1.75rem;
    font-size: .625rem;
    font-weight: 600;
    line-height: .4rem;
    position: absolute;
    inset: 1rem auto auto 1rem;
    color: var(--secondary-color);
}

.news-card-text {
    background-color: #ffeced;
    padding: 2rem 2.5rem;
}

.event-date-container {
    border: 3px solid var(--secondary-color);
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.0625rem;
    display: flex
}

.date-container {
    text-transform: uppercase;
    padding-bottom: 3px;
    font-size: 12px;
    line-height: .9
}

.date-container.is-large {
    padding-top: .225rem;
    font-size: 2rem;
    line-height: .9;
    margin-bottom: 0;
    padding-bottom: 0;

}

.news-card-text h4 a {
    color: var(--primary-color);
}

.readmore-btn {
    display: block;
    color: var(--secondary-color);
    font-weight: 600;
    margin-top: 35px;
    text-decoration: underline;
}

.side-swiper-btn {
    position: relative;
    display: flex;
}

.side-swiper-btn .swiper-button-prev,
.side-swiper-btn .swiper-button-next {
    position: relative;
    top: 50px;
    width: 50px;
    height: 50px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
}

.deets-swiper .swiper-button-prev:after,
.deets-swiper .swiper-button-next:after {
    font-size: 15px;
    color: #fff;
}

.deets-swiper .swiper-button-prev {
    left: 5px;
    background: #cb9833;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
}

.deets-swiper .swiper-button-next {
    right: 5px;
    background: #cb9833;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
}

.side-swiper-btn .swiper-button-prev {
    left: 0;
}

.side-swiper-btn .swiper-button-next {
    left: 10px;
    right: unset;
}

.side-swiper-btn .swiper-button-next:after,
.side-swiper-btn .swiper-button-prev:after {
    color: var(--primary-color);
    font-size: 20px;
}

.footer {
    background: var(--secondary-color);
    padding: 100px 0;
    padding-bottom: 0;
}

.copy-footer {
    background: var(--primary-color);
    padding: 10px 0;
}

.footer .list-unstyled li {
    display: block;
    margin-bottom: 10px;
}

.footer h5 {
    margin-bottom: 25px;
}

.school-ad h4 {
    color: var(--secondary-color);
    font-size: 20px;
    margin-bottom: 10px;
}

.school-ad {
    padding: 25px;
    border: 1px solid #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.school-ad p {
    font-size: 14px;
}

.school-ad p a {
    color: #fff;
}

.school-ad p a i {
    color: var(--secondary-color);
}

.ft-logo img {
    width: 100px;
}

.ft-logo {
    margin-bottom: 25px;
}

.pp-item {
    padding-left: 0;
}

.pp-item li {
    list-style: none;
    color: #fff;
}

.pp-item li a {
    color: #fff;
}

.bg-light-blue {
    background: #dae4f1;
}

.admission-form {
    padding: 45px;
    background: #fff;position: relative;
}

.admission-form h2 {
    font-size: 45px;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 15px;
}

.admission-form h2::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background: #CB9833;
    background: linear-gradient(90deg, rgba(203, 152, 51, 0) 0%, rgba(203, 152, 51, 1) 50%, rgba(203, 152, 51, 0) 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.admission-form input {
    height: 60px;
    border-radius: 0;
}

.admission-form select {
    height: 60px;
    border-radius: 0;
}

.block-text-and-links-list__container {
    padding: 3.75rem 7.5rem 3.75rem 3.75rem;
    background-color: var(--primary-color);
    aspect-ratio: 1;
    color: #fff;
}

/* .block-text-and-links-list__container h2{
color: var(--secondary-color);font-size: 45px;margin-bottom: 25px;
} */
.block-text-and-links-list__image {
    padding-right: 6.875rem;
    margin-top: 1.25rem;
}

.block-text-and-links-list__list {
    transform: translateX(-90px);
    margin-top: 5.625rem;
}

.block-text-and-links-list__list-item {
    width: 100%;
    background-color: #dae4f1;
    margin-bottom: 1.25rem;
    display: flex;
    position: relative;
}

.block-text-and-links-list__list-item--link:before {
    content: '';
    width: 0;
    background-color: #EB0F2D;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease-out;
}

.block-text-and-links-list__list-item-image {
    position: relative;
    flex: 0 0 30%;
    overflow: hidden;
}

.block-text-and-links-list__list-item-image img {
    height: 100%;
    object-fit: cover;
}

.block-text-and-links-list__list-item--link .block-text-and-links-list__list-item-content {
    padding: 1.875rem;
    flex-grow: 1;
    position: relative;
    flex: 0 0 70%;
    z-index: 1;
}

.block-text-and-links-list__list-item-title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.block-text-and-links-list__list-item-copy {
    color: var(--black-color);
    font-size: 20px;
}

/* .block-text-and-links-list__list-item--link:after {
    content: '\f054';
    font-family: 'FontAwesome';
    width: .9375rem;
    height: .9375rem;
    position: absolute;
    top: 50%;
    right: .9375rem;
    transform: translateY(-50%);
} */
.dash {
    display: inline-block;
    width: 10%;
    background-color: var(--secondary-color);
    height: 3px;
    vertical-align: middle;
}

.testimonial-slider-item {
    padding: 41px;
    margin-bottom: 25px;
    background: var(--primary-color);
    color: #fff;
}

.testimonial-slider-item p {
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
}

.testimonial-slider-item .user .image img {

    width: 48px;
    height: 48px;
    border-radius: 100%;

}

.testimonial-slider-item .user .image {
    flex: 0 0 auto;
    display: block;
    margin-right: 15px;
}

.quote-icon {
    font-size: 40px;
    color: var(--secondary-color);
}

.testimonial-slider-item .content h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.block-staff-strip__quote {
    padding: 5rem 7.5rem;
    /* margin-left: -30%; */
    background-color: #FFF7EE;
    position: relative;
    margin-top: 0;
    text-align: center;
}

.block-staff-strip__quote p {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;

}

.block-staff-strip__quote h4 {
    font-size: 27px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0;
    margin-top: 25px;
}

.block-staff-strip__quote:after,
.block-staff-strip__quote:before {
    content: '';
    position: absolute;
    font-size: 55px;
    color: var(--secondary-color);
}

.block-staff-strip__quote:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    rotate: 180deg;
    top: -35px;
    left: -25px;
}

.block-staff-strip__quote:after {
    content: '\f10d';
    font-family: 'FontAwesome';
    rotate: 180deg;
    bottom: -35px;
    right: -25px;
}

.block-staff-strip__quote-wrap {
    margin-top: 25px;
}

.gallery-sec {
    height: 85dvh;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.feature-list {
    margin-bottom: 0;
    padding-left: 0;
}

.feature-list li {
    list-style: none;
    padding: 25px;
    border: 1px solid #fff;
    font-size: 25px;
    margin-bottom: 10px;
    color: #fff;
    backdrop-filter: blur(10px);
    background: #ffffff00;
}

.why-box {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
}

.gallery-sec h2 {
    font-size: 70px;
}

.accordion-button {
    background: var(--primary-color);
    color: #fff;
    font-size: 25px;
}

.accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: var(--secondary-color);

}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-body li {
    margin-bottom: 8px;
}

.accordion-body {
    font-size: 18px;
    background: #dae4f1;
}

.block-text-and-links-list__image p {
    font-size: 18px;
}

/* .cut-bg{
    position: relative;
}
.cut-bg::before{
    position: absolute;
    content: '';
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);padding-bottom: 150px;
} */
.new-why h3 {
    font-size: 90px;
}

.new-why {
    padding: 60px 65px;
    text-align: center;
}

.new-why p {
    font-size: 20px;
}

.new-why h4 {
    font-size: 35px;
    margin-bottom: 0;
}

.data {
    height: auto;
    margin: 0 32px 130px;
    padding: 60px 65px;
    aspect-ratio: 1 / 0.8;
    position: relative;
    width: 100%;
}

.background-yellow {
    background-color: var(--primary-color);
    color: #fff;
}

.data__title {
    color: #fff;
    position: relative;
    font-size: 70px;
    line-height: 1.04;
}

.data__text {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.5238095238;
}

.background-green {
    background-color: #dae4f1;
}

.data--2 {
    margin-top: 60%;
}

.background-orange {
    background-color: var(--primary-color);
    color: #fff;
}

.data--3 {
    margin-top: -30%;
}

.data--4 {
    margin-top: 30%;
}

.data--5 {
    margin-top: -30%;
}

.data--6 {
    margin-top: 30%;
}

.why-us h2 {
    font-size: 90px;
}

.data__quote {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.background-green h3 {
    color: var(--primary-color);
}

.age-ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}

.age-ul li {
    width: 32%;
    background: #fff;
    padding: 30px 25px;
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
    border-radius: 8px;
}

.block-text-and-links-list__container h2,
.block-text-and-links-list__image h2 {
    /* font-size: 50px; */
}

.mesh-bg {
    background-color: #FFF7EE;
    position: relative;
}

.mesh-bg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern.webp)repeat;
    opacity: 0.1;
}
.contact-bg{
    position: relative;
}
.contact-bg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern.webp)repeat;
    opacity: 0.1;
}
.block-text-and-links-list__container h3 {
    font-size: 30px;
    margin-top: 25px;
    color: var(--secondary-color);
}

.cc-dash {
    text-align: center;
}

.cc-dash span {
    width: 2px;
    height: 100px;
    display: inline-block;
    background: linear-gradient(0deg, rgba(203, 152, 51, 0) 0%, rgba(203, 152, 51, 1) 50%, rgba(203, 152, 51, 0) 100%);
}

.visit-btn {
    background: var(--secondary-color);
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    margin-top: 25px;
    border-radius: 30px;
}

.visit-btn i {
    transform: rotate(45deg);
    font-size: 15px;
}

.social-group ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.social-group {
    padding: 10px 25px;
    background: #dae4f1;
}

.social-group li {
    list-style: none;
}

.social-group li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 50%;
}
.csr-card{
    padding: 25px;background: #fff;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;margin-right: 37px;
}.csr-card p{
    margin-bottom: 0;text-align: center;    color: #23374b;line-height: 1.3;
}.csr-card h4{
    margin-top: 25px;    color: var(--primary-color);text-align: center;font-weight: 600;margin-bottom: 15px;
}
.csr-card2{
    margin-top: 74px;
    margin-left: 37px;margin-right: 0;
}
.csr-card img{
    transition: 0.3s ease-in;
}
.csr-img{
    overflow: hidden;
}
.csr-card:hover img{
    transform: scale(1.1);
}

.csr-swiper .swiper-button-prev:after,
.csr-swiper .swiper-button-next:after {
    font-size: 15px;
    color: #fff;
}

.csr-swiper .swiper-button-prev {
    left: 5px;
    background: #cb9833;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
}

.csr-swiper .swiper-button-next {
    right: 5px;
    background: #cb9833;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
}
.inner-banner {
    background: var(--primary-color);
    padding: 70px 0;
    padding-top: 200px;
}

.pp-sec a {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
}

.inner-banner h1 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.pp-sec h4 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 30px;
}

.pp-sec {
    padding: 35px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.admission-form label{
                color: var(--primary-color);
            }.admission-form label span{
                color: #db0707;
            }

@media(max-width:1700px) {
    .hidden-bx p {
        font-size: 20px;
    }

    .hero-text h1 {
        font-size: 85px;
    }
}

@media(max-width:1600px) {
    .admiss-btn {
        font-size: 22px;
    }

}

@media(max-width:1500px) {
    .admiss-btn {
        font-size: 20px;
    }
}

@media(max-width:1440px) {
    .admiss-btn {
        font-size: 18px;
    }

    .hidden-bx {
        padding: 25px 45px;
    }

    .hidden-bx p,
    .hidden-bx ul li {
        font-size: 16px;
    }

    .block-text-and-links-list__list-item-title {
        font-size: 30px;
    }

    .hero-text h1 {
        font-size: 67px;        line-height: 1.1;
    }.hero-text{
        padding-bottom: 105px;
    }.admiss-btn i {
    width: 35px;
    height: 35px;}.admiss-btn{gap:20px}.inst-card-img img{height:290px}.inst-text h4{font-size:25px}.csr-card h4{font-size:20px; font-weight:700}.csr-card{margin-right:20px}.csr-card2 {
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 0;
}.csr-card p{font-size:14px}
}

@media(max-width:1300px) {
    .admiss-btn {
        font-size: 16px;
    }

    .main-btn2,
    .main-btn3 {
        font-size: 13.3px;
        padding: 20px 0;
    }

    .inst-text h4 {
        font-size: 25px;
    }

    .inst-card-img img {
        height: 330px;
    }

}

@media(max-width:991px) {
    .gallery-swiper {
        height: 70dvh;
    }

    .hero-text h1 {
        text-align: center;
        font-size: 60px;
    }

    .hero-text p {
        margin-bottom: 50px;
        text-align: center;
    }

    .main-btn2,
    .main-btn3 {
        font-size: 16px;
    }

    .hero-text .flex-column {
        flex-direction: row !important;
    }

    .inst-card {
        margin-bottom: 50px;
    }

    .age-ul li {
        width: 31%;
    }

    .why-us h2 {
        font-size: 70px;
    }

    .data {
        margin: 0 0 130px;
    }

    .data--2 {
        margin-top: 60%;
    }

    .data--3 {
        margin-top: -30%;
    }

    .data--4 {
        margin-top: 30%;
    }

    .data--5 {
        margin-top: -30%;
    }

    .data--6 {
        margin-top: 30%;
    }

    .main-title,
    .main-title2 {
        font-size: 55px;
    }

    .block-text-and-links-list__container {
        aspect-ratio: auto;
        padding: 3.75rem;
    }

    .block-text-and-links-list__list {
        transform: none;
        margin-top: 25px;
    }

    .school-ad {
        height: auto;
        margin-bottom: 25px;
        min-height: 275px;
    }

    .custom-container {
        padding: 0 36px;
    }.csr-card{
        margin-right: 30px;
    }.csr-card2{
        margin-right: 0;margin-left: 30px;
    }
}

@media(max-width:600px) {
    .nav-btn {
        font-size: 12px;
        padding: 5px 10px;
        padding-left: 5px;
    }

    .navbar-brand img {
        height: 95px;
    }

    .hero-text h1 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .gallery-swiper {
        height: 90dvh;
    }

    .hero-text p {
        margin-bottom: 35px;
        font-size: 20px;
    }

    .hero-text .flex-column {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .custom-container {
        padding: 0 12px;
    }

    .admiss-btn {
        font-size: 20px;
    }

    .main-title,
    .main-title2, .why-us h2 {
        font-size: 35px;
    }

    .age-ul li {
        width: 47%;
        font-size: 16px;
    }

    .accordion-button {
        font-size: 18px;
    }    .data{
        margin: 0;margin-bottom: 25px;aspect-ratio: auto;    padding: 60px 35px;

    }.data__title{
        font-size: 55px;
    }.data__text{
        font-size: 16px;
    }.data__quote {
    font-size: 20px;}
.block-staff-strip__quote p {
    font-size: 18px;}.block-staff-strip__quote{
        padding: 25px;
    }.block-staff-strip__quote h4 {
    font-size: 23px;}.block-staff-strip__quote:before{
        left: 5px;
    }.block-staff-strip__quote:after{
        right: 5px;
    }.block-text-and-links-list__container{
        padding: 35px;
    }.block-text-and-links-list__container .main-title{
        font-size: 30px;
    }.block-text-and-links-list__container h3{
              font-size: 18px;
        margin: 13px 0;
    }.block-text-and-links-list__list-item-copy{
        font-size: 18px;
    }    .block-text-and-links-list__list-item-title {
        font-size: 26px;
    }
.admission-form h2 {
    font-size: 25px;}.admission-form{
        padding: 35px;
    }
.admission-form select, .admission-form input{
    height: 50px;
}
.hero-section::after {
    clip-path: polygon(0 50%, 100% 100%, 100% 100%, 0% 100%);
}
.hero-img img {
    height: 90dvh;}
    .csr-card{
        margin-right: 0;margin-bottom: 25px;
    }.csr-card2{
        margin-right: 0;margin-left: 0;margin-top: 0;
    }.pp-sec{padding: 25px;}.pp-sec h4{
        font-size: 25px;
    }
}
.float-btn{
        position: fixed;bottom: 50px;right: 50px;z-index: 9999;display: none;
    }
    @media(max-width:600px){
        .float-btn{
            bottom: 25px;right: 25px;left: 25px;
        }
        footer{
            padding-bottom: 55px!important;
        }
    }