* {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    padding: 0;
    margin: 0;
    outline: none !important;
    transition: 350ms;
}

body {
    background: #ffffff;
    transition: 1s;
}

::selection {
    background: var(--theme2);
    color: white !important;
}


:root {
    overflow-x: hidden !important;
    --theme1: #fc7b21;
    --theme2: #e51e54;
    --theme3: #19bcf3;
    --theme4: #e3af41;
}

main {
    overflow: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

img {
    user-select: none;
    font-size: 0px;
    user-select: none;
}

main {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 3;
}

header {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0 70px;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.HeaderInside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.HeaderInside h5 {
    display: block;
    margin: 0 0;
    width: max-content;
    color: var(--theme1);
    font-size: 16px;
}

.HeaderInside h5 u {
    text-decoration: none;
    color: #7c7c7c;
    margin-left: 10px;
}

.HeaderInside ul {
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    padding: 0;
    margin: 0;
}

.HeaderInside ul li {
    display: block;
    margin: 0 10px;
    width: fit-content;
    padding: 10px 10px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
}

.HeaderInside ul li:hover {
    color: var(--theme2);
}

.HeaderCar {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 70px;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.Banner {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}


.BannerGiraffe {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6%;
    height: 100%;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.BannerFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    box-shadow: 67px 0px 111px 100px #ffffff;
}

.BannerInside {
    display: block;
    margin: 0 0;
    width: 50%;
    padding: 120px 0 120px;
    position: relative;
    z-index: 3;
}

.BannerDiv {
}

.BannerCloud {
    position: absolute;
    right: 0;
    top: -50px;
    width: 118px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.BannerLogo {
    position: absolute;
    left: 30px;
    top: -30px;
    width: 130px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.BannerDiv h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: var(--theme2);
    font-size: 36px;
}

.BannerDiv h1 u, .BannerDiv h1 s {
    text-decoration: none;
}

.BannerDiv h1 u {
    display: block;
    margin: 8px auto;
    width: 100%;
    font-size: 46px;
    color: var(--theme1);
}

.BannerDiv h1 s {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
    color: var(--theme3);
}

.BannerDiv button {
    display: flex;
    margin: 60px 0 0;
    background: var(--theme4);
    color: white;
    border: 0;
    padding: 15px 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 23px 0px;
    font-size: 18px;
    letter-spacing: 1px;
    transition: 300ms;
}

.BannerDiv button:hover {
    background: var(--theme2);
}

.BannerBGParent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.OurFeatures {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 80px 0;
}

.OurFeaturesInside {
}

.OurFeaturesHeader {
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-transform: uppercase;
    font-size: 30px;
    color: var(--theme3);
    font-weight: 600;
}

.OurFeaturesGH {
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
    width: 100%;
    align-items: start;
}

.OurFeaturesItem {
    display: block;
    margin: 0 0;
    width: 34%;
    background: var(--theme1);
    color: white;
    padding: 0 0 75px;
}

.OurFeaturesItem .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale(1) invert(1) brightness(9.5);
}

.OurFeaturesItem h4 {
    display: block;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.OurFeaturesItem p {
    display: block;
    margin: 6px auto;
    width: 80%;
    font-size: 18px;
    text-align: center;
}

.OurFeaturesItemIcon {
    display: block;
    margin: -39px auto 45px;
    width: 90px;
    aspect-ratio: 1/1;
    background: var(--theme1);
    border-radius: 1000px;
    padding: 20px;
}

.OurFeaturesItem:first-child {
    background: #fd4d40;
    border-radius: 30px 0px 0px 30px;
}

.OurFeaturesItem:last-child {
    background: #16c3b0;
    border-radius: 0px 30px 30px 0px;
}

.OurFeaturesItem:first-child .OurFeaturesItemIcon {
    background: #fd4d40;
}

.OurFeaturesItem:last-child .OurFeaturesItemIcon {
    background: #16c3b0;
}

.WhyUs {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #dadada;
    padding: 140px 0 100px;
    position: relative;
    z-index: 2;
}

.WhyUsBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.WhyUsInside {
}

.WhyUsHeader {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    font-size: 30px;
    font-weight: 600;
}

.WhyUsHeader .setbg {
    display: block;
    margin: 0 20px;
    width: 26px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.WhyUsRow {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto;
    width: 100%;
}

.WhyUsItem {
    display: block;
    margin: 0 0;
    width: 50%;
    padding: 10px;
    padding-left: 50px;
    font-size: 23px;
    position: relative;
    z-index: 2;
}

.WhyUsItem .setbg {
    position: absolute;
    left: 12px;
    top: 21px;
    width: 20px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.WhyUsRowsGH {
    display: block;
    margin: 30px auto 0;
    width: 100%;
}

.WhyUsRowsGH .WhyUsRow:nth-child(even) {
    background: #ffffff59;
}

.AboutUs {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.AboutUsSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 53px auto;
    width: 100%;
}

.AboutUsSection:nth-child(even) {
    direction: rtl;
}

.AboutUsSectionImg {
    display: flex;
    margin: 0 0;
    width: 40%;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.AboutUsSectionText {
    display: block;
    margin: 0 0;
    width: 50%;
    direction: ltr;
}

.AboutUsSectionText h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    color: var(--theme3);
}

.AboutUsSectionText p {
    display: block;
    margin: 20px auto;
    width: 100%;
    font-size: 23px;
}

.AboutUsSectionImg img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.AboutUsSection:last-child .AboutUsSectionText h1 {
    color: var(--theme1);
}

.AboutUsSection:first-child .AboutUsSectionText h1 {
    color: var(--theme2);
}

.AboutUsGiraffe {
    position: absolute;
    right: 0;
    top: 30%;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    width: 200px;
    height: 300px;
    transform: rotateY(180deg);
}

.AboutUsCloud {
    position: absolute;
    left: 2%;
    bottom: 21%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 155px;
    height: 300px;
    transform: rotate(22deg);
}

.GradeLevels {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0 70px;
    background: #dadada;
    position: relative;
    z-index: 2;
}

.GradeLevelsHeader {
    display: block;
    margin: 40px auto;
    width: 700px;
    max-width: 95%;
    text-align: center;
}

.GradeLevelsHeader h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    color: var(--theme2);
}

.GradeLevelsHeader p {
    display: block;
    margin: 15px auto;
    width: 100%;
    font-size: 31px;
    font-weight: 500;
}

.GradeLevelsGH {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto;
    width: 100%;
}

.GradeLevelItem {
    display: block;
    margin: 0 auto;
    width: 21%;
    background: #ffffff;
    padding: 30px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px -7px #000000;
}

.GradeLevelItem .setbg {
    display: block;
    margin: 10px auto 35px;
    width: 70px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.GradeLevelItem h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: var(--theme1);
    font-weight: 700;
}

.GradeLevelItem label {
    display: block;
    margin: 20px auto;
    width: 100%;
    text-align: center;
    font-size: 19px;
}

.GradeLevelItem button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 15px auto;
    padding: 10px 30px;
    border: none;
    background: #ff67b8;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 25px 0px 25px 0px;
    font-weight: 500;
}

.GradeLevelItem:nth-child(3), .GradeLevelItem:nth-child(4) {
}

.GradeLevelItem:nth-child(3) h3, .GradeLevelItem:nth-child(4) h3 {
    color: var(--theme2);
}

.GradeLevelItem:nth-child(3) button, .GradeLevelItem:nth-child(4) button {
    background: var(--theme3);
}

.GradeLevelsBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Gallery {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0;
}

.GalleryHeader {
    display: block;
    margin: 0 auto;
    width: fit-content;
    max-width: 95%;
    text-align: center;
}

.GalleryHeader h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 55px;
    color: #295bfa;
    font-weight: 500;
}

.GalleryHeader p {
    display: block;
    margin: 6px auto;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
}

.GalleryGH {
    display: flex;
    margin: 40px auto;
    width: 100%;
    padding: 0 0;
    justify-content: space-between;
    align-items: start;
}

.GalleryItem {
    display: block;
    margin: 0 0;
    width: 31%;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 2;
    background: #e1e1e1;
    overflow: hidden;
    cursor: pointer;
}


.GalleryItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    pointer-events: none;
    transition: 700ms;
}


.GalleryItem:hover img {
    transform: scale(1.1);
}

.GalleryVidItem {
    aspect-ratio: 1/1.5;
}

.Form {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 130px 0;
    background: #dadada;
    position: relative;
    z-index: 2;
}

.FormBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.FormInside {
}

.FormInside h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: var(--theme1);
    font-weight: 600;
}

.FormInside p {
    display: block;
    margin: 0 auto 80px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}

.FormInside input {
    display: block;
    margin: 25px auto;
    width: 600px;
    max-width: 90%;
    background: #ffffff;
    border: 0;
    font-size: 22px;
    padding: 14px;
    border-radius: 10px;
}

.FormInside button {
    display: block;
    margin: 98px auto 0;
    width: fit-content;
    padding: 4px 59px;
    color: white;
    background: var(--theme1);
    border: 0;
    border-radius: 100px;
    font-size: 18px;
}

.FormInside input::placeholder {
    color: var(--theme1);
}

.GradeLevelItem button:hover {
    background: var(--theme2);
}

.Founder {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
}

.BannerDiv p {
    display: block;
    margin: 27px auto;
    width: 100%;
    font-size: 17px;
    color: var(--theme3);
}

.BannerDiv p strong {
}

.Achievements {
}

.AchievementsInside {
    display: block;
    margin: 130px auto;
    width: 100%;
}

.AchievementsInside h6 {
    display: block;
    margin: 50px auto;
    width: 100%;
    font-size: 18px;
    position: relative;
    z-index: 2;
    padding-left: 40px;
}

.AchievementsInside h6 .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 20px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.BannerSlider {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #dddddd;
    z-index: -2;
}

.BannerBG {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.BannerSlider .BannerBG {
    position: relative;
    width: 100%;
    height: 590px;
}

.SideMenuBtn {
    display: none;
}

main, .Banner, header {
    transition: 500ms;
}

.SideMenuVisible {
    filter: blur(5px);
}

.SideMenu {
    display: none;
}

.SideMenuInner {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
}

.SideMenuFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.SideMenuDiv {
    position: fixed;
    right: 0;
    top: 0;
    width: 370px;
    max-width: 75%;
    height: 100%;
    background: #ffffff;
    padding: 40px 20px 0;
    overflow-y: auto;
    box-shadow: -4px 0px 52px -24px #0000009c;
}

.SideMenuLogo {
    display: block;
    margin: 0 auto 30px;
    width: 40%;
}

.SideMenuDiv ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 0;
}

.SideMenuDiv ul li {
    font-size: 17px;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 0;
    padding: 12px 10px;
    border-bottom: solid 1px #c8c8c8;
    font-weight: 600;
    user-select: none;
}

.SideMenuDiv ul li:last-child {
    border: 0;
}

.Preloader {
}

.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
    background: white;
}

.PreloaderDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    z-index: 2;
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: 95px;
    position: relative;
    z-index: 2;
}

.PreloaderLoader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PreloaderLoader div {
    -webkit-animation: 2s ease-in-out infinite LoaderAnimation;
    animation: 2s ease-in-out infinite LoaderAnimation;
    margin: 0 auto;
    width: 100px;
    aspect-ratio: 1/1;
    background: #dfdfdf;
    border-radius: 10000px;
}

@keyframes LoaderAnimation {
    0%, 100% {
        transform: scale(2)
    }

    50% {
        transform: scale(1.0)
    }
}
