/* Designed and developed by SYRONYX Web and App Solutions */
@import url('https://fonts.googleapis.com/css2?family=Exo+2: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&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: Gilmer;
    src: url("/assets/font/Gilmer-Bold.svg") format("svg"),
        url("/assets/font/Gilmer-Bold.woff") format("woff"),
        url("/assets/font/Gilmer-Bold.ttf") format("ttf"),
        url("/assets/font/Gilmer-Bold.otf") format("otf"),
        url("/assets/font/Gilmer-Bold.eot") format("eot");
}

@font-face {
    font-family: Metropolis;
    src: url("/assets/font/Metropolis-Black.otf") format("otf"),
        /* url("/assets/font/Metropolis-Black.woff") format("woff"), */
        /* url("/assets/font/Metropolis-BlackItalic.woff") format("woff"), */
        /* url("/assets/font/Metropolis-Bold.woff") format("woff"), */
        /* url("/assets/font/Metropolis-BoldItalic.woff") format("woff"), */
        /* url("/assets/font/Metropolis-ExtraBold.woff") format("woff"), */
        /* url("/assets/font/Metropolis-ExtraBoldItalic.woff") format("woff"), */
        /* url("/assets/font/Metropolis-ExtraLight.woff") format("woff"), */
        /* url("/assets/font/Metropolis-ExtraLightItalic.woff") format("woff"), */
        /* url("/assets/font/Metropolis-Light.woff") format("woff"), */
        /* url("/assets/font/Metropolis-LightItalic.woff") format("woff"), */
        url("/assets/font/Metropolis-Medium.woff") format("woff"),
        /* url("/assets/font/Metropolis-MediumItalic.woff") format("woff"), */
        /* url("/assets/font/Metropolis-Regular.woff") format("woff"), */
        /* url("/assets/font/Metropolis-RegularItalic.woff") format("woff"), */
        /* url("/assets/font/Metropolis-SemiBold.woff") format("woff"), */
        /* url("/assets/font/Metropolis-SemiBoldItalic.woff") format("woff"), */
        /* url("/assets/font/Metropolis-Thin.woff") format("woff"), */
        /* url("/assets/font/Metropolis-ThinItalic.woff") format("woff"); */
}


/* ######################
    HERO SECTION START
#########################*/
.hero-section {
    min-height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* .hero-section::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/3hero-bg-2.png) no-repeat center;
    background-size: cover;
    filter: blur(5px);
    opacity: .5;
    z-index: -1;
    animation: panBg 40s ease-in-out infinite;
} */

.hero-section .hero-banner {
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-section .hero-banner .hero-text {
    color: #372C11;
    text-transform: uppercase;
    text-align: left;
    font-family: "Gilmer";
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin: 0 auto;
}

.hero-section .hero-text-split {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    /* align-items: center; */
}

.hero-section .hero-text-split h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #c3996b;
}

.hero-section .hero-image-split {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section .hero-image-split img {
    filter: brightness(0.9);
    width: 100%;
    max-width: 600px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    /* padding-top: 20px; */
    animation: subtleZoomMove 7s infinite alternate ease-in-out;
}

@keyframes subtleZoomMove {
    0% {
        transform: scale(1) translateY(0);
    }

    50% {
        transform: scale(1.05) translateY(-10px);
    }

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


.hero-section .hero-banner-links-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-section .hero-banner-links {
    padding: 6px 15px 4px 15px;
    margin-inline: 10px;
    background: #c69e712f;
    border: 2px solid #57531d83;
    color: #372C11;
    font-family: "Metropolis";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    transition: .5s;
    margin-top: 20px;
    box-shadow: 0 0px 33px #57531d48;
}

.hero-section .hero-banner-links:hover {
    background: #c69e7163;
    border: 2px solid #57531d;
    /* color: #fff; */
    font-weight: 600;
    box-shadow: 0 0px 40px #57531da9;
    transition: .5s;
}

/* ######################
    HERO SECTION END
#########################*/

/* #############################
    EXPECTED RESULTS HOME START 
################################*/

.expected-results-home {
    position: relative;
    z-index: 1;
    background: #57531d5b;
    display: none;
}

.expected-results-neet-page {
    position: relative;
    z-index: 1;
    background: #57531d5b !important;
}

.expected-results-home-parent {
    display: flex;
    justify-content: center;
    align-items: end;
}

.expected-results-home-sub-split-one {
    display: flex;
    justify-content: center;
    align-items: center;
}

.expected-results-home-sub-split-one .sub-split-one-first-split h3 {
    color: #372C11;
    font-family: "gilmer";
    margin-bottom: 0;
    font-weight: 700;
    font-size: 120px;
    text-align: left;
    /* line-height: 1.5; */
    margin-bottom: 10px;
}

.expected-results-home-sub-split-one .sub-split-one-second-split {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.expected-results-home-sub-split-one .sub-split-one-second-split h4 {
    color: #F9F5D2;
    font-family: "metropolis";
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: -10px;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}

.expected-results-home-sub-split-one .sub-split-one-second-split span {
    color: #F9F5D2;
    font-family: "metropolis";
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 8px 10px 6px 10px;
    border-radius: 5px;
    background: #57531D;
    text-transform: uppercase;
}

.expected-results-home-sub-split-two h4 {
    color: #F9F5D2;
    font-size: 40px;
    margin-top: -30px;
    font-family: "metropolis";
    margin-bottom: 30px;
    /* text-align: center; */
    font-weight: 600;
}

.expected-results-home-sub-split-two span {
    color: #57531D;
}

.expected-results-home-sub-split-two h6 {
    color: #F9F5D2;
    padding: 30px 20px;
    font-family: "gilmer";
    background: #00000034;
    border-radius: 10px;
    box-shadow: 0 0 30px #57531D54;
    border: 2px solid #57531D8a;
    font-size: 25px;
    backdrop-filter: blur(10px);
    transition: .5s;
    font-weight: 600;
}

.expected-results-home-sub-split-two h6:hover {
    color: #F9F5D2;
    padding: 30px 20px;
    border-radius: 10px;
    background: #57531d6e;
    border: 2px solid #57531D;
    box-shadow: 0 0 40px #57531D54;
    font-size: 25px;
    backdrop-filter: blur(10px);
    font-weight: 600;
    transition: .5s;
}

.expected-results-home .expected-results-home-split-two {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    backdrop-filter: blur(10px);
    background: #00000034;
    border: 2px solid #57531D8a;
    box-shadow: 0 0 30px #57531D54;
    transition: .5s;
    border-radius: 20px;
    margin-bottom: 0.5rem;
}

.expected-results-home .expected-results-home-split-two:hover {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(10px);
    padding: 25px;
    background: #57531d6e;
    transition: .5s;
    border: 2px solid #57531D;
    box-shadow: 0 0 40px #57531D54;
    border-radius: 20px;
    margin-bottom: 0.5rem;
}

.expected-results-home .expected-results-home-split-two h6 {
    color: #F9F5D2;
    font-size: 25px;
    font-family: "gilmer";
    text-transform: uppercase;
    font-weight: 600;
    /* margin-bottom: 0; */
    margin-block: 8px;
}

.expected-results-home .expected-results-home-split-two span {
    color: #57531D;
    font-size: 25px;
    font-family: "gilmer";
}

/* #############################
    EXPECTED RESULTS HOME END 
################################*/

/* ##########################
    NEET RESULTS HOME START 
#############################*/
.neet-results-home {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #57531d5b;
}

.neet-results-home .neet-results-home-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    filter: blur(10px) opacity(.3);
    z-index: -1
}

.neet-results-home-title {
    padding-bottom: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.neet-results-home-title .neet-results-home-title-heading {
    font-size: 80px;
    font-weight: 700;
    color: #F9F5D2;
    line-height: .9;
    font-family: "gilmer";
    margin-bottom: -5px;
}

.neet-results-home-title .neet-results-home-title-description {
    font-size: 35px;
    color: #57531D;
    font-weight: 700;
    font-family: "gilmer";
}

/* neet page link button */
.neet-results-home-button {
    background: #00000034;
    color: #F9F5D2;
    font-family: "metropolis";
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: 2px solid #57531D;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: 0 0 40px #57531D54;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.neet-results-home-mobile-btn .neet-results-home-button {
    display: none;
}

.neet-results-home-title .col-xl-3 {
    padding: 0 !important;
}

.neet-results-home-title .col-xl-9 {
    padding: 0 !important;
    padding-right: 30px !important;
}

.neet-results-home-button .neet-results-home-icon {
    background: #57531d;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.15em;
    width: 2.2em;
    backdrop-filter: blur(20px);
    border: 1px solid #F9F5D2;
    border-radius: 0.7em;
    right: 0.3em;
    transition: all 0.3s;
}

.neet-results-home-button:hover .neet-results-home-icon {
    width: calc(100% - 0.6em);
}

.neet-results-home-button .neet-results-home-icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #F9F5D2;
}

.neet-results-home-button:hover .neet-results-home-icon svg {
    transform: translateX(0.1em);
}

.neet-results-home-button:active .neet-results-home-icon {
    transform: scale(0.95);
}

/*neet page link button end  */

.neet-results-home .neet-results-home-parent {
    justify-content: space-around;
    align-items: center;
    overflow-x: hidden;
}

.neet-results-home-box {
    position: relative;
    max-width: 420px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-inline: 10px;
    margin-block: 50px;
    z-index: 1;
}

.neet-results-home-box::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 85px;
    max-width: 60%;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    transform: skewX(15deg);
    transition: 0.5s;
}

.neet-results-home-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50;
    max-width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    transform: skewX(15deg);
    transition: 0.5s;
    filter: blur(30px);
}

.neet-results-home-box:hover:before,
.neet-results-home-box:hover:after {
    transform: skewX(0deg) scaleX(1.3);
}

.neet-results-home-box:before,
.neet-results-home-box:after {
    background: linear-gradient(315deg, #57531da4, #f9f5d283)
}

.neet-results-home-box span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
    animation: neetanimtions 10s ease-in-out infinite;
}

@keyframes neetanimtions {
    0% {
        transform: translateX(0px) translateY(0px);
    }

    25% {
        transform: translateX(5px) translateY(5px);
    }

    50% {
        transform: translateX(-5px) translateY(-5px);
    }

    75% {
        transform: translateX(5px) translateY(5px);
    }

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

.neet-results-home-box span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.1s;
    animation: animate 2s ease-in-out infinite;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08)
}

.neet-results-home-box span::before {
    top: -40px;
    left: 40px;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.neet-results-home-box span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.5s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    animation-delay: -1s;
}

.neet-results-home-box span:after {
    bottom: -40px;
    right: 40px;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.neet-results-home-box .neet-results-home-content {
    position: relative;
    width: 390px;
    height: 254px;
    padding: 30px;
    background: #57531d2c;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffffff1c;
    border-radius: 8px;
    z-index: 1;
    transform: 0.5s;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: .5s;
}

.neet-results-home-box .neet-results-home-content:hover {
    background: #ffffff13;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #57531D41;
    border-radius: 15px;
    transition: .5s;
}

/* .neet-results-home-box .neet-results-home-content h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
} */
.neet-results-home-content img {
    max-width: 120px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 0px 10px;
    border-radius: 100%;
    background: #57531d6c;
    border: 2px solid #F9F5D2;
    transition: .5s;
}

.neet-results-home-content:hover img {
    background: #57531db7;
    transition: .5s;
    transform: scale(1.05);
}

.neet-results-home-student-text-split {
    padding: 0;
    transition: .5s;
}

.neet-results-home-content:hover .neet-results-home-student-text-split {
    transform: scale(1.05);
    transition: .5s;
}

.neet-results-home-student-image-split {
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.neet-results-home-student-details-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.neet-results-home-student-text-split .neet-result-student-quote {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 23px;
    font-family: "gilmer";
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.neet-results-home-student-text-split .neet-result-student-name {
    text-transform: uppercase;
    font-weight: 700;
    color: #57531D;
    font-size: 18px;
    font-family: "Gilmer";
    margin-bottom: -2px;
}

.neet-results-home-student-text-split .neet-result-student-institute {
    color: #fff;
    font-family: "metropolis";
    font-size: 11px;
    margin-bottom: 0;
}

.neet-results-home-student-scores-parent {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: baseline;
    margin-top: 20px;
    background: #00000038;
    border: 1px solid #57531d6c;
    box-shadow: 0 0 40px #00000054;
    border-radius: 10px;
    transition: .5s;
}

.neet-results-home-content:hover .neet-results-home-student-scores-parent {
    background: #57531d6c;
    border: 1px solid #57531d;
    box-shadow: 0 0 40px #57531d54;
    border-radius: 15px;
    transition: .5s;
    transform: scale(1.05);
}

.neet-results-home-student-scores-parent .neet-results-home-student-before-score {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "gilmer";
    position: relative;
    top: -3px;
    font-weight: 600;
}

.neet-results-home-student-scores-parent .neet-results-home-student-after-score {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "gilmer";
    position: relative;
    top: -3px;
    font-weight: 600;
}

.neet-results-home-student-scores-parent .neet-results-home-student-after-score strong {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    top: 3px;
    color: #F9F5D2;
}

/* ##########################
    NEET RESULTS HOME END 
#############################*/

/* ######################
    RESULTS HOME SECTION START
#########################*/

.results-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #f9f5d200;
    overflow: hidden;
    z-index: 1;
}

.results-home svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    filter: blur(10px);
    z-index: -1
}

/* .results-home .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.webp) 0 0 repeat;
    z-index: -1
} */

.results-home-section-heading {
    text-transform: uppercase;
    font-family: "gilmer";
    font-weight: 700;
    text-align: center;
    color: #372C11;
    transition: .5s all;
    line-height: 1;
    margin-bottom: -5px;
    font-size: 90px;
}

.results-home-section-description {
    text-transform: uppercase;
    font-family: "gilmer";
    transition: .5s all;
    text-align: center;
    font-weight: 700;
    color: #57531D;
    line-height: 1;
    text-decoration: underline #372c1171 4px dashed;
    text-underline-offset: 7px;
    font-size: 50px;
}

/* .results-home .home-single-result-parent {
    margin-bottom: -150px
} */

/* .results-home .home-single-result-parent:last-child {
    margin-bottom: 50px
} */
.home-single-result-container-first {
    margin-top: 240px;
}

.home-single-result {
    max-height: 210px;
    display: flex;
    justify-content: space-between;
    /* height: max-content; */
    max-width: 800px;
    width: 100%;
    padding-left: 20px;
    background: #f9f5d211;
    border-radius: 150px;
    backdrop-filter: blur(20px);
    border: 2px solid #F9F5D28a;
    box-shadow: 0 0 40px #00000054;
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    transition: .5s;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.home-single-result-text .home-single-result-details {
    display: flex;
    flex-direction: column;
}

.home-single-result-text .home-single-result-score-parent {
    justify-content: center;
    align-items: last baseline;
    gap: 30px;
    font-size: 20px;
    margin-top: 10px;
}

.home-single-result-text .home-single-result-after-score {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
}

.home-single-result-text .home-single-result-before-score {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
}

.home-single-result-text .home-single-result-after-score strong {
    font-size: 35px;
    font-weight: 700;
}

/* right aligned results card settings start */
.home-single-result-right-parent {
    display: flex;
    justify-content: right;
    align-items: end;
    height: fit-content;
    min-height: fit-content;
}

.home-single-result-right .home-single-result-text {
    color: #fff;
    width: 100%;
    max-width: 70%;
    font-family: "metropolis";
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.home-single-result-right .home-single-result-text .home-single-result-quote {
    text-align: left;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
}

.home-single-result-right .home-single-result-text .home-single-result-name {
    font-weight: 500;
    text-align: right;
    font-size: 30px;
    margin-bottom: 0;
}

.home-single-result-right .home-single-result-text .home-single-result-institute {
    text-align: right;
    font-size: 16px;
    margin-top: -3px;
}

.home-single-result-right .home-single-result-image {
    max-width: 30%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.home-single-result-right .home-single-result-image img {
    height: 485px;
    margin-bottom: -24px;
    filter: grayscale(100%) contrast(1.6) brightness(.8);
    margin-right: -178px;
    transition: .5s;

}

.home-single-result-right .fidha-result-image img {
    height: 485px;
    margin-bottom: -24px;
    filter: grayscale(100%) contrast(1.3) brightness(.8);
    margin-right: -48px !important;
    transition: .5s;
}

.home-single-result-right .aflah-result-image img {
    height: 485px;
    margin-bottom: -30px;
    filter: grayscale(100%) contrast(1.1) brightness(.9);
    margin-right: -48px !important;
    transition: .5s;
}

.home-single-result-container {
    /* margin-bottom: -150px */
}

/* right aligned results card settings end */
/* left aligned results card settings start */
.home-single-result-left-parent {
    display: flex;
    justify-content: left;
    align-items: end;
    height: fit-content;
    min-height: fit-content;
}

.home-single-result-left .home-single-result-text {
    color: white;
    width: 100%;
    max-width: 70%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.home-single-result-left .home-single-result-text .home-single-result-quote {
    text-align: right;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
}

.home-single-result-left .home-single-result-text .home-single-result-name {
    font-weight: 500;
    text-align: right;
    font-size: 30px;
    margin-bottom: 0;
}

.home-single-result-left .home-single-result-text .home-single-result-institute {
    text-align: right;
    font-size: 16px;
    margin-top: -3px;
}

.home-single-result-left .home-single-result-image {
    max-width: 30%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.home-single-result-left .home-single-result-image img {
    height: 495px;
    margin-bottom: -44px;
    filter: grayscale(100%) contrast(1.3) brightness(.9);
    margin-left: -168px;
    transition: .5s;

}

/* left aligned results card settings end */

.home-single-result .home-single-result-institute,
.home-single-result-name {
    color: #57531d;
}

/* .home-single-result .home-single-result-before-score, .home-single-result-after-score {
    color: #f48120;
} */
.home-single-result .home-single-result-score-highlight {
    color: #57531d;
}

.home-single-result:hover {
    max-height: 210px;
    display: flex;
    justify-content: space-between;
    /* height: max-content; */
    max-width: 800px;
    width: 100%;
    padding-left: 20px;
    background: #57531d38;
    border-radius: 150px;
    border: 2px solid #57531d;
    box-shadow: 0 0 40px #57531d54;
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .5s;
    transform: scale(1.02);
}

/* .home-single-result-right:hover .home-single-result-image img {
    filter: grayscale(0%) contrast(1.5) brightness(.8);
    transition: .5s;
}

.home-single-result-right:hover .fidha-result-image img {
    filter: grayscale(0%) contrast(1.3) brightness(.8);
    transition: .5s;
}

.home-single-result-right:hover .aflah-result-image img {
    filter: grayscale(0%) contrast(1.2) brightness(1);
    transition: .5s;
}

.home-single-result-left:hover .home-single-result-image img {
    filter: grayscale(0%) contrast(1.2) brightness(.8);
    transition: .5s;

} */

/* ######################
    RESULTS HOME SECTION END
#########################*/

/* #########################
    ABOUT HOME SECTION START
############################*/

.about-home {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #57531d5b;
}

.about-home .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.webp) 0 0 repeat;
    filter: brightness(.5);
    opacity: .5;
    z-index: -1
}

.about-home-split-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #57531d34;
    backdrop-filter: blur(3px);
    flex-wrap: wrap;
    border: 2px solid #f9f5d2ad;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 40px #00000050;
    transition: .5s;
}

.about-home-split-parent:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #F4812038; */
    backdrop-filter: blur(3px);
    border: 2px solid #F9F5D2;
    box-shadow: 0 0 40px #f9f5d2d7;
    padding: 40px;
    border-radius: 20px;
    transition: .5s;
    transform: translateY(-10px);
}

.about-home-split-one {
    padding: 0;
}

.about-home-split-one-title {
    color: #F9F5D2;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "gilmer";
    font-size: 50px;
    margin-bottom: -1px;
    line-height: 1;
}

.about-home-split-one-title span {
    color: #57531d;
}

.about-home-split-one-heading {
    color: #57531d;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-family: "metropolis";
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: 5px;
    border-bottom: 2px dashed #F9F5D2;
    display: inline-block;
}

.about-home-split-one-description {
    text-align: justify;
    color: #F9F5D2;
}

.about-home-split-one-description p:last-child {
    margin-bottom: 0;
}

.about-home-split-two {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
    flex-direction: column;
    padding: 0;
}

.about-home-spilt-two-cards {
    background: #57531d17;
    border: 2px solid #F9F5D2;
    box-shadow: 0 0 30px #F9F5D254;
    padding: 20px;
    text-align: justify;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(10px);
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    transition: .5s ease-out;
}

.about-home-spilt-two-cards h4 {
    color: #F9F5D2;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    font-family: "gilmer";
    padding-bottom: 3px;
    border-bottom: 2px dashed #57531d;
    display: inline-block;
    line-height: 1;
}

.about-home-spilt-two-cards p {
    color: #F9F5D2;
    margin-bottom: 0;
    font-size: 14px;
}

/* .about-home-split-parent:hover .about-home-spilt-two-cards {
    background: #0000008a;
    border: 2px solid #F48120;
    box-shadow: 0 0 40px #00000054;
    padding: 20px;
    text-align: justify;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(10px);
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
} */
/* #########################
    ABOUT HOME SECTION END
############################*/

/* ##########################
    JEE RESULTS HOME START
############################*/
.jee-results-home {
    position: relative;
    z-index: 1;
    background: #57531d5b;
}

.jee-results-home-title {
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.jee-results-home-title-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.jee-results-home-title .jee-results-home-title-heading {
    font-size: 80px;
    font-weight: 700;
    color: #F9F5D2;
    font-family: "gilmer";
    margin-bottom: -20px;
}

.jee-results-home-title .jee-results-home-title-description {
    font-size: 35px;
    color: #57531d;
    font-weight: 600;
    text-align: center;
    font-family: "gilmer";
}

/* jee page link button */
.jee-results-home-button {
    background: #00000034;
    color: #F9F5D2;
    font-family: "metropolis";
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: 2px solid #57531D;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: 0 0 40px #57531D54;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.jee-results-home-button .jee-results-home-icon {
    background: #57531d;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.15em;
    width: 2.2em;
    backdrop-filter: blur(20px);
    border: 1px solid #57531d;
    border-radius: 0.7em;
    right: 0.3em;
    transition: all 0.3s;
}

.jee-results-home-button:hover .jee-results-home-icon {
    width: calc(100% - 0.6em);
}

.jee-results-home-button .jee-results-home-icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #F9F5D2;
}

.jee-results-home-button:hover .jee-results-home-icon svg {
    transform: translateX(0.1em);
}

.jee-results-home-button:active .jee-results-home-icon {
    transform: scale(0.95);
}

/*jee page link button end  */

.jee-results-home .results-page-card {
    width: 320px;
    margin-inline: 20px;
    margin-block: 50px;
    height: 154px;
    background: #f9f5d211;
    box-shadow: 0 0 30px #00000054;
    display: flex;
    border: 2px solid #F9F5D28a;
    border-radius: 200px;
    overflow: visible;
    backdrop-filter: blur(0px);
    transition: .5s !important;
}

.jee-results-home .results-page-card:hover {
    background: #57531d38;
    border: 2px solid #F9F5D2;
    box-shadow: 0 0 40px #57531da9;
    transition: .5s !important;
    transform: scale(1.05) !important;
}

.jee-results-home .results-page-card .results-candidate {
    transition: .5s !important;
}

.jee-results-home .results-page-card span {
    color: #F9F5D2;
    transition: .5s;
}

.jee-results-home .results-page-card:hover span {
    color: #ebebeb;
    transition: .5s;
}

.jee-results-home .results-page-card:hover .results-page-mark {
    color: #57531d;
    transition: .5s;
}

.jee-results-home .results-page-card .results-page-mark {
    color: #57531d;
    transition: .5s;
}

/* student image adjustments */
.jee-results-home .results-page-card .results-page-img-fida {
    background: url(../img/results-page/fida-kc.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: -1px;
    background-position-y: -1px;
}

.jee-results-home .results-page-card .results-page-img-arwa {
    background: url(../img/results-page/arwa.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-y: -.094cm;
}

.jee-results-home .results-page-card .results-page-img-fawas {
    background: url(../img/results-page/mohd-fawas.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-y: -4px;
}

.jee-results-home .results-page-card .results-page-img-jasil {
    background: url(../img/results-page/jasil.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: -2px;
    background-position-y: -2px;
}

/* ##########################
    JEE RESULTS HOME END
############################*/
.insta-feed-home {
    position: relative;
    z-index: 1;
    background: #57531d5b;
}

.insta-feed-home .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.webp) 0 0 repeat;
    filter: brightness(.5);
    opacity: .25;
    z-index: -1
}

.insta-feed-home span {
    display: none !important;
}

#eapps-instagram-feed-1 a.eapps-instagram-feed-header-follow-button,
#eapps-instagram-feed-1 a.eapps-instagram-feed-header-follow-button:hover {
    background: #57531d !important;
}

/* #########################
    ABOUT PAGE
############################ */

/* About page */
.about-main {
    min-height: 30vh;
    margin-top: 70px;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    background: url(../img/3.webp);
    /* filter: brightness(999); */
    background-size: 30%;
    background-position: top center;
    /* border-bottom: 2px solid #F48120; */
}

.main-content-about-page {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-content-about-page .about-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    filter: blur(10px) opacity(.3);
    z-index: -1
}

.about-text {
    text-transform: uppercase;
    color: #57531d;
    font-weight: 700;
    font-family: "gilmer";
    font-size: 70px;
}

.about-section {
    background: #57531d5b;
}

.about-section .about-section-image-split {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.about-section .about-section-image-split img {
    max-width: 350px;
    width: 100%;
    border-radius: 20px;
    border: 3px solid #F9F5D2;
    box-shadow: 0 0 33px #00000054;
}

.about-section .about-section-text-split {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.about-section .about-section-text-split h4 {
    color: #372C11;
    font-size: 45px;
    text-decoration: underline #f9f5d263 3px;
    text-underline-offset: 6px;
    margin-bottom: 0px;
    font-family: "metropolis";
    text-transform: uppercase;
    font-weight: 900;
}

.about-section .about-section-text-split p {
    color: #fff;
    font-family: "metropolis";
    font-weight: 100;
    text-align: justify;
    font-size: 15px;
    width: 80%;
}

.about-card-section {
    background: #57531d5b;
}

.about-campus-section {
    position: relative;
    z-index: 1;
    background: #57531d5b;
}

.about-campus-section .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.webp) 0 0 repeat;
    filter: brightness(.5);
    opacity: .5;
    z-index: -1
}

.about-card-section .about-card {
    padding: 20px !important;
    background: #00000038;
    backdrop-filter: blur(10px);
    border: 2px solid #57531d81;
    box-shadow: 0 0 40px #00000054;
    margin: 10px;
    border-radius: 20px;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    /* Ensures it stretches */
}

@media(min-width: 575px) {
    .about-card-section .about-card {
        flex: 1;
    }
}

.about-card-section .about-card:hover {
    background: #57531d38;
    border-radius: 50px;
    box-shadow: 0 0 40px #57531d54;
    transition: .5s;
    transform: scale(1.04);
    border: 2px solid #57531d;
}
.courses-card-section .about-card:hover {
    background: #57531d38;
    border-radius: 50px;
    box-shadow: 0 0 40px #57531d54;
    transition: .5s;
    transform: scale(0.98);
    border: 2px solid #57531d;
}

.about-card-section .about-card p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    text-align: justify;
}

.about-card-section .about-card h5 {
    color: #F9F5D2;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    font-family: "gilmer";
}

.about-card-section .about-card img {
    width: 100px;
    aspect-ratio: 1;
    margin-bottom: 10px;

}

.courses-card-section .about-card img {
    max-width: 100px;
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    margin-bottom: 10px;

}

.about-card-section .about-card a {
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    background: white;
    color: #57531d;
    font-weight: 500;
}

.about-card-section .about-card a:hover {
    border-radius: 50px;
    box-shadow: 0 0px 23px #57531d;
    transition: .5s;
    transform: scale(1.06);
    border: 2px solid #ffffff;
}

.about-page-main-parent {
    position: relative;
    z-index: 1;
}

/* .about-page-main-parent .about-page-bg-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/about-page-bg.webp) no-repeat;
    background-size: 70%;
    background-position: bottom left;
} */

.about-campus-section .about-campus-section-parent h3 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "gilmer";
    color: #F9F5D2;
    margin-bottom: -10px;
}

.about-campus-section .about-campus-section-parent h4 {
    font-size: 50px;
    color: #57531d;
    font-family: "gilmer";
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
}

.about-campus-section .about-campus-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-campus-section .about-campus-image img {
    max-width: 2000px;
    width: 100%;
}

/* ##############################
    ABOUT PAGE END
################################# */

/* ###########################
    JOIN SECTION HOME START
##############################*/
.join-section-line-break {
    display: none;
}

@media (min-width: 1600px) {
    .join-section-line-break {
        display: block;
    }
}

.join-section-home {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #57531d5b;
}

.join-section-neet-page {
    position: relative;
    z-index: 1;
    background: #57531d5b !important;
}

.join-home-section-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.join-home-section-split-one h3 {
    color: #F9F5D2;
    font-family: "gilmer";
    font-size: 60px;
    font-weight: 600;
    line-height: .9;
    text-align: right;
}

.join-home-section-split-one span {
    color: #57531d;
    font-size: 60px;
}

.join-home-section-split-one p {
    color: #F9F5D2;
    text-align: justify;
}

.join-home-section-split-two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* jee page link button */
.join-home-button {
    background: #0000001e;
    color: #F9F5D2;
    font-family: "metropolis";
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 21px;
    font-weight: 700;
    border-radius: 0.9em;
    border: 2px solid #57531D;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    box-shadow: 0 0 40px #57531D54;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100px;
    padding-right: 3.3em;
    backdrop-filter: blur(10px);
    cursor: pointer;
    margin-block: 10px;
}

.join-home-button span {
    line-height: .6;
    margin-bottom: -5px;
}

.join-home-button .subtitle-join-button {
    font-size: 13px;
    /* font-family: "Exo 2"; */
    /* text-transform: none; */
    font-weight: 600;
    color: #57531D;
}

.join-home-button .join-home-icon {
    background: #57531d;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    width: 4.2em;
    backdrop-filter: blur(20px);
    border: 1px solid #F9F5D2;
    border-radius: 0.7em;
    right: 0.3em;
    transition: all 0.3s;
}

.join-home-button:hover .join-home-icon {
    width: calc(100% - 0.6em);
}

.join-home-button .join-home-icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #F9F5D2;
}

.join-home-button:hover .join-home-icon svg {
    transform: translateX(0.1em);
}

.join-home-button:active .join-home-icon {
    transform: scale(0.95);
}

/*jee page link button end  */
/* ###########################
    JOIN SECTION HOME END
##############################*/

/* ######################
    CONTACT PAGE START
######################### */

.contact-home {
    background: #57531d5b !important;
    padding-bottom: 180px !important;
    padding-top: 140px;
}

.contact {
    /* padding: 140px 0; */
    padding-top: 200px;
    padding-bottom: 140px;
    position: relative;
    background: #57531d5b !important;
    overflow: hidden;
    z-index: 1;
}

.contact-form-parent {
    background: #0000001c;
    backdrop-filter: blur(20px);
    border: 2px solid #F9F5D27c;
    box-shadow: 0 0 40px #00000054;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 40px #00000060;
    transition: .5s;
}

.contact svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    filter: blur(10px);
    z-index: -1
}

.contact ::placeholder {
    color: #ebebeb96;
}

.contact .heading h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: "Rajdhani";
    font-weight: 700;
    margin: 0;
    margin-bottom: -15px;
    padding: 0;
    color: #F9F5D2;
}

.contact .heading h2 span {
    color: #57531d;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #F9F5D2;
    margin-bottom: 50px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #00000062;
    border: 2px solid #F9F5D27c;
    border-radius: 10px;
}

/* .contact .form-control:focus  {
    border: 2px solid red;
    outline: none;
} */
.contact input,
.contact textarea {
    border: 1px solid #57531d;
    /* Example initial border color */
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    background-color: #000;
    /* Example background color */
    color: #fff;
    /* Example text color */
}

.contact input:focus,
.contact textarea:focus {
    outline: none;
    color: #fff;
    box-shadow: none;
    border-color: #F9F5D2;
    /* Ensure this matches your theme */
}

.contact button.btn {
    padding: 10px;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #f9f5d29d;
    font-family: "Gilmer";
    background: #F9F5D27c;
    transition: .5s;
    color: #57531d;
    box-shadow: 0 0 40px #0000005b;
    line-height: 1;
    text-transform: uppercase;
}

.contact button.btn:hover {
    padding: 10px;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 0 40px #F9F5D236;
    background: #57531d;
    border: 2px solid #F9F5D2;
    transition: .5s;
    color: #F9F5D2;
    line-height: 1;
    text-transform: uppercase;
}

.contact .title h3 {
    font-size: 28px;
    color: #57531d;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Rajdhani";
    margin-bottom: -10px;
    /* line-height: 1; */
}

.contact .title p {
    font-size: 14px;
    font-weight: 500;
    font-family: "Rajdhani";
    color: #F9F5D2;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 2px dashed #ebebeb50;
    display: inline-block;
    margin: 0 0 20px;
}

.contact .content .info {
    margin-top: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #57531d;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}

.contact .content .info h4 {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    font-family: "Rajdhani";
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 400;
    font-family: "exo 2";
    color: #F9F5D2;
}

.contact .content .info a {
    color: #F9F5D2;
    transition: .5s;
}

.contact .content .info a:hover {
    color: #57531d;
    transition: .5s;
}

/* ######################
    CONTACT PAGE END
######################### */

/* ######################
    COURSES PAGE START
######################### */

.courses-main {
    min-height: 30vh;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/3.webp);
    background-size: 30%;
    background-position: top center;
}

.main-content-courses-page {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-content-courses-page .courses-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    filter: blur(10px) opacity(.3);
    z-index: -1
}

.courses-text {
    text-transform: uppercase;
    color: #57531D;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 80px;
}

.courses-section {
    background: #57531d5b;
    padding-top: 100px;
}

.courses-section .courses-section-image-split {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
    padding-left: 10px;
    padding-right: 10px;
    background: #57531D27;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 40px #00000054;
    position: relative;
}

.courses-section .courses-section-image-split-left {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
}

.courses-section .courses-section-image-split-right {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

.courses-section .courses-section-image-split-border {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid #57531D;
}

.courses-section .courses-section-image-split-left .courses-section-image-split-border {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
}

.courses-section .courses-section-image-split-right .courses-section-image-split-border {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

.courses-section .courses-section-image-split-right .courses-section-image-split-border:nth-child(1) {
    border-top-right-radius: 158px;
    border-bottom-right-radius: 158px;
}

.courses-section .row {
    justify-content: space-between;
    align-items: center;
}

.courses-section .courses-section-image-split img {
    max-width: 150px;
    width: 100%;
}

.courses-section .courses-section-text-split {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.courses-section .courses-section-text-split-right {
    padding-left: 70px;
}

/* .courses-section .courses-section-text-split-left {
    padding-right: 70px;
  } */
.courses-section .courses-section-text-split h4 {
    color: #57531D;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gilmer";
}

.courses-section .courses-section-text-split p {
    color: #fff;
    text-align: justify;
    /* font-family: "metropolis"; */
    font-size: 17px;
    width: 93%;
}

.courses-card-section .courses-card {
    padding: 60px;
    padding-left: 20px;
    padding-right: 20px;
    /* aspect-ratio: 1; */
    max-width: 456px;
    max-height: 390px;
    width: 100%;
    height: fit-content;
    background: #fff;
    box-shadow: 0 0px 33px #0000001c;
    margin: 10px;
    border-radius: 20px;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #00000009;
}

.courses-card-section .courses-card:hover {
    /* background: #ffffff; */
    border-radius: 50px;
    box-shadow: 0 0px 23px #f0b47c;
    transition: .5s;
    transform: scale(1.06);
    border: 2px solid #57531D;
}

.courses-card-section .courses-card p {
    font-size: 12px;
    margin-top: 5px;
    color: #5f5f5f;
    text-align: justify;
}

.courses-card-section .courses-card h5 {
    color: #2f2f2f;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    font-family: "Montserrat";
}

.courses-card-section .courses-card img {
    width: 100px;
    aspect-ratio: 1;
    margin-bottom: 10px;

}

.courses-card-section .courses-card a {
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    background: white;
    color: #f0b47c;
    font-weight: 500;
}

.courses-card-section .courses-card a:hover {
    border-radius: 50px;
    box-shadow: 0 0px 23px #f0b47c;
    transition: .5s;
    transform: scale(1.06);
    border: 2px solid #ffffff;
}

.courses-page-main-parent {
    position: relative;
    z-index: 1;
}

/* .courses-page-main-parent .courses-page-bg-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/about-page-bg.webp) no-repeat;
    background-size: 70%;
    background-position: bottom left;
} */

.courses-campus-section .courses-campus-section-parent h3 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -10px;
}

.courses-campus-section .courses-campus-section-parent h4 {
    font-size: 50px;
    color: #F48120;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
}

.courses-campus-section .courses-campus-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.courses-campus-section .courses-campus-image img {
    max-width: 2000px;
    width: 100%;
}

/* ######################
    COURSES PAGE END
######################### */

/* ######################
    RESULTS PAGE START
######################### */
.results-page {
    background: #57531d5b;
}

.results-page-section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.results-page-section-heading {
    text-transform: uppercase;
    font-family: "gilmer";
    font-weight: 700;
    color: #F9F5D2;
    line-height: 1;
    margin-bottom: -10px;
    text-decoration: underline #57531d00 2px;
    text-underline-offset: 6px;
    text-align: center;
    font-size: 70px;
    transition: .5s all;
    margin-bottom: 12px;
}

.results-page-color-title {
    color: #57531d;
    text-transform: none;
    text-decoration: underline #f9f5d200 2px;
}

.results-page-section-description {
    text-transform: uppercase;
    font-family: "gilmer";
    font-weight: 700;
    text-decoration: underline #57531d00 2px;
    text-underline-offset: 6px;
    color: #F9F5D2;
    text-align: center;
    line-height: 1;
    /* border-bottom: 3px double #2f2f2f; */
    /* display: inline-block; */
    margin: 0 auto;
    line-height: .8;
    transition: .5s all;
    font-size: 70px;
    margin-bottom: 120px;
}

.results-main {
    min-height: 35vh;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    background: url(../img/3.webp);
    background-size: 30%;
    background-position: top;
}

.results-text {
    text-transform: uppercase;
    color: #57531D;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 80px;
}

/* card css */
.results-page-card {
    width: 320px;
    margin-inline: 20px;
    margin-block: 50px;
    height: 154px;
    background: #f9f5d211;
    box-shadow: 0 0 30px #00000054;
    display: flex;
    border: 2px solid #F9F5D28a;
    border-radius: 200px;
    overflow: visible;
    backdrop-filter: blur(10px);
    transition: .5s !important;
}

.results-page-card .results-page-card-border-top {
    width: 60%;
    height: 3%;
    background: #F48120;
    margin: auto;
    border-radius: 0px 0px 15px 15px;
}

.results-page-card span {
    font-weight: 600;
    color: #F9F5D2;
    /* text-align: center; */
    /* display: block; */
    text-wrap: nowrap;
    width: 100%;
    /* padding-top: 10px; */
    font-size: 20px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 600;
    font-family: "Rajdhani";
    transition: .5s;
}

.results-page-card .results-page-mark {
    font-weight: 700;
    color: #57531d;
    /* display: block; */
    margin-top: -10px;
    text-align: right;
    /* padding-top: 0; */
    margin-bottom: 0;
    font-size: 25px;
    transition: .5s;
}

.results-page-card .results-page-img {
    max-width: 200px;
    width: 100%;
    height: 200px;
    overflow: visible;
    position: absolute;
    z-index: 9;
    margin-top: -46px;
}

.results-page-card button {
    padding: 8px 25px;
    display: block;
    margin: auto;
    border-radius: 8px;
    border: none;
    margin-top: 30px;
    background: #6b64f3;
    color: white;
    font-weight: 600;
}

.results-page-card button:hover {
    background: #534bf3;
}

.results-page-card .results-candidate {
    position: relative;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
    padding: 15px;
    transition: .5s !important;
    width: 100%;
}

/* results page card images */
.results-page-card .results-page-img-fida {
    background: url(../img/results-page/fida-kc.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: -1px;
    background-position-y: -1px;
}

.results-page-card .results-page-img-fawas {
    background: url(../img/results-page/mohd-fawas.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-y: -4px;
}

.results-page-card .results-page-img-arwa {
    background: url(../img/results-page/arwa.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-y: -.094cm;
}

.results-page-card .results-page-img-jasil {
    background: url(../img/results-page/jasil.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: -2px;
    background-position-y: -2px;
}

.results-page-card .results-page-img-afra {
    background: url(../img/results-page/afra.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-pranav {
    background: url(../img/results-page/pranav.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-raniya {
    background: url(../img/results-page/raniya.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: -1px;
    background-position-y: -2px;
}

.results-page-card .results-page-img-yunus {
    background: url(../img/results-page/yunus.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-myiesha {
    background: url(../img/results-page/myiesha.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-siraj {
    background: url(../img/results-page/siraj.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-fahim {
    background: url(../img/results-page/fahim.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-irfan {
    background: url(../img/results-page/irfan.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: -2px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-abhiram {
    background: url(../img/results-page/abhiram.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-arshad {
    background: url(../img/results-page/arshad.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: -2px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-shama {
    background: url(../img/results-page/shama.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 1px;
    background-position-y: 1px;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-husna {
    background: url(../img/results-page/husna.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-amal {
    background: url(../img/results-page/amal.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-burhan {
    background: url(../img/results-page/burhan.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-shehin {
    background: url(../img/results-page/shehin.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -2px;
}

.results-page-card .results-page-img-laikha {
    background: url(../img/results-page/laikha.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 0px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-diya {
    background: url(../img/results-page/diya.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 4px;
    background-position-y: -5px;
}

.results-page-card .results-page-img-shibin {
    background: url(../img/results-page/shibin.png) no-repeat;
    background-size: 75%;
    background-position: left;
    background-position-x: 10px;
    background-position-y: -18px;
}

.results-page-card .results-page-img-suhail {
    background: url(../img/results-page/suhail.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 5px;
    background-position-y: -5px;
}

.results-page-card .results-page-img-juna {
    background: url(../img/results-page/juna.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 4px;
    background-position-y: -4px;
}

.results-page-card .results-page-img-gansa {
    background: url(../img/results-page/gansa.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: 6px;
    background-position-y: -5px;
}

/* Cards and candidate details */
/* fida */
.results-page-card-fida .results-candidate span {
    padding-right: 55px;
}

.results-page-card-fida .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* arwa */
.results-page-card-arwa .results-candidate span {
    padding-right: 25px;
}

.results-page-card-arwa .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* fawas */
.results-page-card-fawas .results-candidate span {
    padding-right: 5px;
}

.results-page-card-fawas .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* jasil */
.results-page-card-jasil .results-candidate span {
    padding-right: 60px;
}

.results-page-card-jasil .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* pranav */
.results-page-card-pranav .results-candidate span {
    padding-right: 35px;
}

.results-page-card-pranav .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* afra */
.results-page-card-afra .results-candidate span {
    padding-right: 40px;
}

.results-page-card-afra .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* raniya */
.results-page-card-raniya .results-candidate span {
    padding-right: 40px;
}

.results-page-card-raniya .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* myiesha */
.results-page-card-myiesha .results-candidate span {
    padding-right: 50px;
}

.results-page-card-myiesha .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* yunus */
.results-page-card-yunus .results-candidate span {
    padding-right: 60px;
}

.results-page-card-yunus .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* siraj */
.results-page-card-siraj .results-candidate span {
    padding-right: 40px;
}

.results-page-card-siraj .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* irfan */
.results-page-card-irfan .results-candidate span {
    padding-right: 63px;
}

.results-page-card-irfan .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* fahim */
.results-page-card-fahim .results-candidate span {
    padding-right: 60px;
}

.results-page-card-fahim .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* abhiram */
.results-page-card-abhiram .results-candidate span {
    padding-right: 45px;
}

.results-page-card-abhiram .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* arshad */
.results-page-card-arshad .results-candidate span {
    padding-right: 0px;
}

.results-page-card-arshad .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* shama */
.results-page-card-shama .results-candidate span {
    padding-right: 30px;
}

.results-page-card-shama .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* husna */
.results-page-card-husna .results-candidate span {
    padding-right: 60px;
}

.results-page-card-husna .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* amal */
.results-page-card-amal .results-candidate span {
    padding-right: 20px;
}

.results-page-card-amal .results-candidate .results-page-mark {
    padding-right: 40px;
}

/* burhan */
.results-page-card-burhan .results-candidate span {
    padding-right: 42px;
}

.results-page-card-burhan .results-candidate .results-page-mark {
    padding-right: 45px;
}

/* shehin */
.results-page-card-shehin .results-candidate span {
    padding-right: 0px;
}

.results-page-card-shehin .results-candidate .results-page-mark {
    padding-right: 45px;
}

/* laikha */
.results-page-card-laikha .results-candidate span {
    padding-right: 10px;
}

.results-page-card-laikha .results-candidate .results-page-mark {
    padding-right: 45px;
}

/* diya */
.results-page-card-diya .results-candidate span {
    padding-right: 60px;
}

.results-page-card-diya .results-candidate .results-page-mark {
    padding-right: 45px;
}

/* shibin */
.results-page-card-shibin .results-candidate span {
    padding-right: 60px;
}

.results-page-card-shibin .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* suhail */
.results-page-card-suhail .results-candidate span {
    padding-right: 10px;
}

.results-page-card-suhail .results-candidate .results-page-mark {
    padding-right: 55px;
}

/* juna */
.results-page-card-juna .results-candidate span {
    padding-right: 35px;
}

.results-page-card-juna .results-candidate .results-page-mark {
    padding-right: 50px;
}

/* gansa */
.results-page-card-gansa .results-candidate span {
    padding-right: 20px;
}

.results-page-card-gansa .results-candidate .results-page-mark {
    padding-right: 50px;
}

.results-page-card:hover {
    background: #57531d38;
    border: 2px solid #F9F5D2;
    box-shadow: 0 0 40px #57531da9;
    transition: .5s !important;
    transform: scale(1.05) !important;
}

.results-page-card:hover span {
    color: #F9F5D2;
    transition: .5s;
}

.results-page-card:hover .results-page-mark {
    color: #57531d;
    transition: .5s;
}

.expected-result-neet .expected-result-neet-poster {
    display: flex;
    justify-content: center;
    align-items: center;
}

.expected-result-neet .expected-result-neet-poster img {
    max-width: 800px;
    width: 90%;
    border: 3px solid #F48120;
}

.main-content-jee-page {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-content-jee-page .jee-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    filter: blur(10px) opacity(.3);
    z-index: -1
}

.main-content-neet-page {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-content-neet-page .neet-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    filter: blur(10px) opacity(.3);
    z-index: -1
}

/* ######################
    RESULTS PAGE END 
#########################*/


/* ###############################
    NEET PAGE RESULTS CARDS START
##################################*/

/* .neet-page-results-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
} */

.neet-page-results-single-cards-container {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    flex-wrap: wrap;
    transition: .5s all;
    margin-block: 100px;
}

.neet-page-reults-single-card {
    max-width: 420px;
    margin-block: 20px;
    margin-inline: 10px;
}

.neet-single-card-mark-and-profile-container {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
}

.neet-single-card-mark h2 {
    font-family: "gilmer";
    color: #372C11;
    font-size: 135px;
    transition: .5s all;
    margin-bottom: -10px;
}

.neet-single-card-profile {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 0;
    flex-wrap: wrap;
}

.neet-single-card-profile img {
    /* max-height: 270px; */
    max-width: 170px;
    height: 100%;
    margin-bottom: 18px;
    transition: .5s all;
}

.neet-single-card-name-and-institute-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #57531d83;
    border: 3px solid #f9f5d2b9;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    transition: .5s all;
    box-shadow: 0 0 33px #372c1179;
    margin-bottom: 15px;
    padding: 10px 0px;
}

.neet-single-card-name h3 {
    font-family: "gilmer";
    color: #F9F5D2;
    font-size: 30px;
    margin-bottom: 0;
    transition: .5s all;
    top: -1px;
    position: relative;
    text-transform: uppercase;
}

.neet-single-card-institute h4 {
    font-family: "gilmer";
    color: #372C11;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.neet-single-card-student-testimonial {
    /* padding-left: 15px; */
    text-align: justify;
    /* padding-right: 15px; */
    transition: .5s all;
    font-family: "metropolis";
    font-size: 12px;
    color: #372C11;
}

/* ###############################
    NEET PAGE RESULTS CARDS END
##################################*/


/* ###############################
    JEE PAGE RESULTS CARDS START
##################################*/

/* .jee-page-results-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
} */

.jee-page-results-single-cards-container {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    flex-wrap: wrap;
    margin-block: 100px;
}

.jee-page-reults-single-card {
    max-width: 420px;
    margin-block: 20px;
    margin-inline: 10px;
}

.jee-single-card-mark-and-profile-container {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
}

.jee-single-card-mark h2 {
    font-family: "gilmer";
    color: #372C11;
    font-size: 85px;
    transition: .5s all;
    margin-bottom: -10px;
}

.jee-single-card-mark span {
    font-family: "gilmer";
    color: #372c1193;
    transition: .5s all;
    font-size: 35px;
    position: relative;
    top: -10px;
    text-transform: uppercase;
}

.jee-single-card-profile {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 0;
    flex-wrap: wrap;
}

.jee-single-card-profile img {
    /* max-height: 270px; */
    max-width: 170px;
    transition: .5s all;
    height: 100%;
    margin-bottom: 18px;
}

.jee-single-card-name-and-institute-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #57531d83;
    border: 3px solid #f9f5d2b9;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    box-shadow: 0 0 33px #372c1179;
    margin-bottom: 15px;
    padding: 10px 0px;
}
.jee-single-card-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.jee-single-card-name h3 {
    font-family: "gilmer";
    color: #F9F5D2;
    font-size: 30px;
    margin-bottom: 0;
    top: -1px;
    transition: .5s all;
    position: relative;
    text-transform: uppercase;
}

.jee-single-card-institute h4 {
    font-family: "gilmer";
    color: #372C11;
    font-size: 15px;
    margin-bottom: 0;
    transition: .5s all;
    text-transform: uppercase;
    display: none;
}

.jee-single-card-student-testimonial {
    /* padding-left: 15px; */
    text-align: justify;
    /* padding-right: 15px; */
    font-family: "metropolis";
    font-weight: 700;
    font-size: 12px;
    color: #372C11;
}
.jee-results-home-mobile-btn {
    display: none;
}
.jee-results-page-before-score {
    font-family: "gilmer";
    color: #372C11;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background: #f9f5d254;
    border: 2px solid #F9F5D2;
    padding: 5px 8px;
    border-radius: 10px;
    width: 100% !important;
    max-width: 100% !important;
    transition: .5s all;
    margin-bottom: 10px;
}
@media(max-width:450px) {
    .jee-results-page-before-score {
        font-size: 12px;
    }
}
@media(max-width:410px) {
    .jee-results-page-before-score {
        font-size: 10px;
    }
}
/* ###############################
    JEE PAGE RESULTS CARDS END
##################################*/


/* ###########################
    RESPONSIVE ADJUSTMENTS 
  ##############################*/

@media(max-width:1100px) {

    .hero-section .hero-image-split img {
        /* max-width: 350px; */
        width: 100%;
    }
}


@media(max-width:991px) {
    .hero-section .hero-banner .hero-text {
        font-size: 35px;
    }

    .hero-section .hero-banner .hero-text {
        padding-bottom: 20px;
    }

    .join-home-section-split-one h3 {
        text-align: center;
    }
    .results-page-section-description {
        margin-bottom: 70px;
    }
}

@media(max-width:768px) {
    .hero-section .hero-image-split img {
        /* max-width: 330px; */
        width: 100%;
    }
}

@media(max-width:575px) {
    .hero-section .hero-banner .hero-text {
        font-size: 32px;
    }

    .hero-section .hero-image-split img {
        /* max-width: 300px; */
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-page-main-parent .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .hero-section .hero-banner .hero-text {
        font-size: 30px;
    }
}

@media(max-width:1452px) {
    /* .hero-section .hero-image-split img {
        max-width: 340px;
    } */

    .hero-section .hero-banner-links {
        padding: 4px 13px 4px 13px;
        font-size: 11px;
        border-radius: 5px;
    }

    .results-home-section-heading {
        font-size: 80px;
    }

    .results-home-section-description {
        font-size: 40px;
    }

    .home-single-result-right .home-single-result-image img {
        height: 430px;
        margin-right: -156px;
    }

    .home-single-result-left .home-single-result-image img {
        height: 430px;
        margin-left: -138px;
    }

    .home-single-result {
        max-width: 730px;
    }
}


@media(max-width:1200px) {
    .home-single-result-right-parent {
        justify-content: center;
    }

    .home-single-result-left-parent {
        justify-content: center;
    }

    .results-home .home-single-result-parent {
        margin-bottom: 0px;
    }

    .neet-results-home-title .neet-results-home-title-heading {
        text-align: center;
    }

    .neet-results-home-title .col-xl-9 {
        text-align: center;
    }

    .neet-results-home-title {
        padding-bottom: 80px;
    }

    .neet-results-home-title .col-xl-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .neet-results-home-mobile-btn .neet-results-home-button {
        display: flex;
        justify-content: center;
    }

    .neet-results-home-mobile-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .neet-results-home-desktop-btn .neet-results-home-button {
        display: none;
    }

    .neet-results-home-title .col-xl-9 {
        padding-right: 0 !important;
    }

    .neet-results-home-title .col-xl-9 {
        margin-inline: 15px;
    }
}


@media(max-width:991px) {
    .hero-section .hero-banner .hero-text {
        width: 60%;
        text-align: center;
        margin-top: 50px;
        padding-bottom: 0;
    }

    .hero-section .hero-banner-links-parent {
        justify-content: center;
    }

    /* .hero-section .hero-image-split img {
        max-width: 400px;
    } */

    .home-single-result-right .home-single-result-image img {
        height: 380px;
        margin-right: -133px;
    }

    .home-single-result-left .home-single-result-image img {
        height: 380px;
        margin-left: -147px;
        margin-bottom: -30px;
    }

    .home-single-result {
        max-width: 650px;
    }

    .results-home-section-heading {
        font-size: 80px;
    }

    .results-home-section-description {
        font-size: 40px;
        margin-bottom: -100px;
    }

    .results-home {
        padding-top: 20px !important;
    }

    .about-section .about-section-text-split p {
        width: 100%;
    }

    .courses-section .courses-section-image-split {
        margin: 20px;
        border-radius: 20px;
        padding: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .courses-section {
        margin: 20px;
        margin-bottom: 0;
        padding-top: 10px !important;
    }

    .courses-section .courses-section-text-split-right {
        padding-left: 15px;
    }

    .courses-section .courses-section-text-split {
        align-items: center;
    }

    .courses-section .courses-section-text-split p {
        width: 100%;
    }

    .courses-section .courses-section-image-split-left .courses-section-image-split-border {
        border-radius: 20px;
    }

    .courses-section .courses-section-image-split-right .courses-section-image-split-border {
        border-radius: 20px;
    }

    .courses-section .courses-section-image-split-right .courses-section-image-split-border:nth-child(1) {
        border-radius: 20px;
    }

    .results-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .courses-section .courses-section-image-split img {
        max-width: 100px;
    }

    .hero-section .hero-image-split {
        margin-top: 8vh;
    }

    .results-home-section-title {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .courses-section {
        margin-inline: 0;
        margin-block: 0;
        padding-block: 0px;
        text-align: center;
    }

    .courses-section .courses-section-text-split p {
        font-size: 15px;
        text-align: center;
    }

    .courses-section .courses-section-text-split h4 {
        font-size: 35px !important;
    }

    .about-campus-section .about-campus-section-parent h3 {
        text-align: center;
    }

    .about-campus-section .about-campus-section-parent h4 {
        text-align: center;
    }

    .about-section .about-section-image-split img {
        margin-bottom: 20px;
    }

    .about-section {
        padding-bottom: 50px !important;
    }

    .hero-section .hero-image-split img {
        max-width: 500px;
    }

    .hero-section .hero-banner .hero-text {
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .neet-results-home-title .neet-results-home-title-heading {
        font-size: 70px;
    }

    .about-home-split-one-title {
        text-align: center;
    }

    .about-home-split-one {
        text-align: center;
    }

    .about-home-spilt-two-cards {
        margin-top: 30px;
    }

    .about-home-split-two {
        row-gap: 5px;
    }
    .jee-results-home-desktop-btn {
        display: none;
    }
    .jee-results-home-mobile-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media(max-width:878px) {
    .neet-results-home .neet-results-home-parent {
        justify-content: center;
    }
}

@media(max-width:833px) {
    .neet-results-home-box {
        margin-inline: 0;
    }
}

@media(max-width:820px) {
    .home-single-result-right .home-single-result-image img {
        height: 350px;
        margin-right: -130px;
    }

    .home-single-result-left .home-single-result-image img {
        height: 350px;
        margin-left: -130px;
        margin-bottom: -34px;
    }

    .home-single-result {
        max-width: 600px;
    }

    .home-single-result {
        max-height: 190px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-quote {
        font-size: 21px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-name {
        font-size: 26px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-institute {
        font-size: 14px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-quote {
        font-size: 21px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-name {
        font-size: 26px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-institute {
        font-size: 14px;
    }

    .home-single-result-text .home-single-result-score-parent {
        font-size: 16px;
    }

    .home-single-result-text .home-single-result-after-score strong {
        font-size: 25px;
    }

    .home-single-result-right-parent {
        min-height: 450px;
    }

    .home-single-result-left-parent {
        min-height: 450px;
    }

    .about-text {
        font-size: 60px;
    }

    .courses-text {
        font-size: 60px;
    }

    .results-text {
        font-size: 60px;
    }

    .courses-section .courses-section-text-split h4 {
        font-size: 50px;
    }

    .results-page-section-heading {
        font-size: 60px;
    }

    .results-page-section-description {
        font-size: 60px;
    }
}

@media(max-width:720px) {
    .home-single-result-right .home-single-result-image img {
        height: 300px;
        margin-right: -110px;
    }

    .home-single-result-left .home-single-result-image img {
        height: 300px;
        margin-left: -80px;
        margin-bottom: -34px;
    }

    .home-single-result-mishal .home-single-result-image img {
        margin-left: -100px;
    }

    .home-single-result {
        max-width: 530px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .home-single-result {
        max-height: 150px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-quote {
        font-size: 18px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-name {
        font-size: 22px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-institute {
        font-size: 12px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-quote {
        font-size: 18px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-name {
        font-size: 22px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-institute {
        font-size: 12px;
    }

    .home-single-result-text .home-single-result-score-parent {
        font-size: 14px;
    }

    .home-single-result-text .home-single-result-after-score strong {
        font-size: 21px;
    }

    .results-home-section-heading {
        font-size: 70px;
    }

    .results-home-section-description {
        text-decoration: underline #372c1171 3px dashed;
        font-size: 35px;
        /* margin-bottom: -380px; */
    }

    .home-single-result-right-parent {
        min-height: 400px;
    }

    .home-single-result-left-parent {
        min-height: 400px;
    }

    .results-page-section-heading {
        font-size: 60px;
    }

    .results-page-section-description {
        font-size: 60px;
    }
}

@media(max-width:650px) {
    .home-single-result-right .home-single-result-image img {
        height: 260px;
        margin-right: -80px;
    }

    .home-single-result-left .home-single-result-image img {
        height: 260px;
        margin-left: -90px;
        margin-bottom: -30px;
    }

    .home-single-result-mishal .home-single-result-image img {
        margin-left: -100px;
    }

    .home-single-result {
        max-width: 400px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .home-single-result {
        max-height: 130px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-quote {
        font-size: 16px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-name {
        font-size: 20px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-institute {
        font-size: 10px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-quote {
        font-size: 16px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-name {
        font-size: 20px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-institute {
        font-size: 10px;
    }

    .home-single-result-text .home-single-result-score-parent {
        font-size: 12px;
        gap: 10px;
    }

    .home-single-result-text .home-single-result-after-score strong {
        font-size: 18px;
    }

    /* .results-home-section-heading {
        font-size: 60px;
    }

    .results-home-section-description {
        font-size: 30px;
    } */

    .home-single-result-right-parent {
        min-height: 350px;
    }

    .home-single-result-left-parent {
        min-height: 350px;
    }

    .neet-results-home-title .neet-results-home-title-heading {
        font-size: 60px;
    }

    .neet-results-home-title .neet-results-home-title-description {
        font-size: 30px;
    }

    .jee-results-home-title .jee-results-home-title-heading {
        font-size: 60px;
    }

    .jee-results-home-title .jee-results-home-title-description {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media(max-width:600px) {
    .about-home-split-parent {
        padding: 40px 20px !important;
    }
}

@media(max-width:575px) {
    .results-home-section-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-section .hero-banner .hero-text {
        width: 100%;
    }

    .about-campus-section-parent {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-campus-section .about-campus-section-parent h3 {
        font-size: 40px;
    }

    .about-campus-section .about-campus-section-parent h4 {
        font-size: 40px;
    }

    .courses-text {
        font-size: 40px;
    }

    .results-text {
        font-size: 40px;
    }

    .courses-section .courses-section-text-split h4 {
        font-size: 35px;
    }

    /* .home-single-result-parent {
        margin-left: 10px;
        margin-right: 10px;
    } */
    .hero-section {
        max-width: none;
        width: auto;
        /* margin-left: 2px; */
        margin-right: 5px;
    }

    .results-page-section-heading {
        font-size: 50px;
    }

    .results-page-section-description {
        font-size: 50px;
    }

    .join-home-section-split-one p {
        font-size: 14px;
    }

    .neet-page-reults-single-card {
        margin-inline: 0;
    }

    .contact-form-parent {
        margin-left: 15px;
        margin-right: 15px;
    }

    .courses-section .row {
        padding-right: 15px;
        padding-left: 15px;
    }

    .about-section-text-split p {
        font-size: 14px !important;
    }

    .about-section-text-split {
        font-size: 14px !important;
        padding-left: 0;
        padding-right: 0;
    }

    .about-home-split-parent {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media(max-width:540px) {
    .results-home-section-heading {
        font-size: 50px;
    }

    .results-home-section-description {
        font-size: 27px;
        margin-bottom: 0;
        text-decoration: underline #372c1171 2px dashed;
    }

    .neet-page-results-single-cards-container {
        margin-top: 0;
    }
}

@media(max-width:520px) {
    .home-single-result-right .home-single-result-image img {
        height: 220px;
        margin-right: -50px;
    }

    .home-single-result-left .home-single-result-image img {
        height: 220px;
        margin-left: -80px;
        margin-bottom: -30px;
    }

    .home-single-result-mishal .home-single-result-image img {
        margin-left: -90px;
    }

    .home-single-result {
        max-width: 350px;
        max-height: 120px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-quote {
        font-size: 14px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-name {
        font-size: 18px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-institute {
        font-size: 10px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-quote {
        font-size: 14px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-name {
        font-size: 18px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-institute {
        font-size: 10px;
    }

    .home-single-result-text .home-single-result-score-parent {
        font-size: 10px;
        gap: 10px;
    }

    .home-single-result-text .home-single-result-after-score strong {
        font-size: 16px;
    }

    .home-single-result-right-parent {
        min-height: 250px;
    }

    .home-single-result-left-parent {
        min-height: 250px;
    }

    .join-home-section-split-one h3 {
        font-size: 50px;
    }

    .join-home-section-split-one span {
        font-size: 50px;
    }
}

@media(max-width:470px) {
    .jee-single-card-mark h2 {
        font-size: 80px;
    }

    .jee-single-card-mark span {
        font-size: 33px;
    }

    .jee-single-card-profile img {
        max-width: 150px;
    }

    .jee-single-card-name h3 {
        font-size: 25px;
    }

    .jee-single-card-institute h4 {
        font-size: 14px;
    }
}

@media(max-width:450px) {
    .neet-results-home-box {
        max-width: 350px;
    }
}

@media(max-width:431px) {
    .home-single-result-right .home-single-result-image img {
        height: 200px;
        margin-right: -30px;
    }

    .home-single-result-left .home-single-result-image img {
        height: 200px;
        margin-left: -60px;
        margin-bottom: -30px;
    }

    .home-single-result-mishal .home-single-result-image img {
        margin-left: -64px;
    }

    .home-single-result {
        max-width: 330px;
        max-height: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-quote {
        font-size: 13px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-name {
        font-size: 17px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-institute {
        font-size: 9px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-quote {
        font-size: 13px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-name {
        font-size: 17px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-institute {
        font-size: 9px;
    }

    .home-single-result-text .home-single-result-score-parent {
        font-size: 10px;
        gap: 10px;
    }

    .home-single-result-text .home-single-result-after-score strong {
        font-size: 14px;
    }

    /* .results-home-section-heading {
        font-size: 40px;
    } */

    .results-home-section-description {
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .home-single-result-right-parent {
        min-height: 220px;
    }

    .home-single-result-left-parent {
        min-height: 220px;
    }

    /* .hero-section .hero-image-split img {
        max-width: 350px;
    } */
    .about-section .about-section-image-split {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width:420px) {
    .jee-single-card-mark h2 {
        font-size: 79px;
    }

    .jee-single-card-mark span {
        font-size: 31px;
    }

    .jee-single-card-profile img {
        max-width: 140px;
    }

    .jee-single-card-name h3 {
        font-size: 20px;
    }

    .jee-single-card-institute h4 {
        font-size: 14px;
    }
}

@media(max-width:400px) {
    .home-single-result-right .home-single-result-image img {
        height: 180px;
        margin-right: -30px;
    }

    .home-single-result-left .home-single-result-image img {
        height: 180px;
        margin-left: -60px;
        /* margin-bottom: -30px; */
    }

    .home-single-result {
        max-width: 280px;
        max-height: 110px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-single-result-right-parent {
        min-height: 200px;
    }

    .home-single-result-left-parent {
        min-height: 200px;
    }

    .jee-single-card-mark h2 {
        font-size: 70px;
    }

    .jee-single-card-mark span {
        font-size: 27px;
    }

    .jee-single-card-profile img {
        max-width: 140px;
    }

    .jee-single-card-name h3 {
        font-size: 20px;
    }

    .jee-single-card-institute h4 {
        font-size: 14px;
    }

    .jee-page-reults-single-card {
        margin-inline: 0px;
    }

    .jee-single-card-mark-and-profile-container {
        overflow: hidden;
        border-radius: 0 20px 100px 0;
    }

    .neet-single-card-mark h2 {
        font-size: 125px;
    }

    .neet-single-card-profile img {
        max-width: 160px;
        margin-bottom: 16px;
    }

    .neet-results-home .neet-results-home-parent {
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
        /* margin-left: 15px; */
        /* margin-right: 15px; */
    }

    .neet-results-home-box .neet-results-home-content {
        padding: 15px;
        transition: .5s all;
    }

}

@media(max-width:380px) {
    .jee-single-card-mark h2 {
        font-size: 65px;
    }

    .jee-single-card-mark span {
        font-size: 25px;
    }

    .jee-single-card-profile img {
        max-width: 130px;
        max-height: 170px;
        left: 0;
    }

    .jee-single-card-profile {
        justify-content: left;
    }

    .jee-single-card-name h3 {
        font-size: 20px;
    }

    .jee-single-card-institute h4 {
        font-size: 14px;
    }

    .jee-page-reults-single-card {
        padding-left: 0;
        padding-right: 0;
    }

    .jee-page-results-single-cards-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .neet-results-home-box .neet-results-home-content {
        width: 300px;
        height: 204px;
    }

    .neet-results-home-box {
        position: relative;
        max-width: 420px;
        height: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
        margin-inline: 10px;
        margin-block: 50px;
        z-index: 1;
    }

    .neet-results-home-student-text-split .neet-result-student-quote {
        font-size: 19px;
    }

    .neet-results-home-student-text-split .neet-result-student-name {
        font-size: 17px;
    }

    .neet-results-home-content img {
        max-width: 100px;
    }

    .neet-results-home-student-scores-parent .neet-results-home-student-before-score {
        font-size: 15px;
    }

    .neet-results-home-student-scores-parent .neet-results-home-student-after-score {
        font-size: 15px;
    }

    .neet-results-home-student-scores-parent .neet-results-home-student-after-score strong {
        font-size: 22px;
    }
    .results-page-section-heading {
        text-decoration: underline #57531d00 2px;
    }
    .results-page-color-title {
        text-decoration: underline #57531d00 2px;
    }
    /* .results-page-section-description {
        text-decoration: underline #57531d00 2px;
    } */
}

@media(max-width:360px) {
    .neet-single-card-mark h2 {
        font-size: 110px;
    }

    .neet-single-card-profile img {
        max-width: 140px;
        margin-bottom: 13px;
    }

    .neet-single-card-name h3 {
        font-size: 25px;
    }

    .neet-single-card-institute h4 {
        font-size: 13px;
    }
    .jee-results-home-title .jee-results-home-title-heading {
        text-align: center;
        line-height: .9;
        margin-bottom: -10px;
    }
}

@media(max-width:350px) {
    .home-single-result-right .home-single-result-image img {
        height: 160px;
        margin-right: -30px;
    }

    .home-single-result-left .home-single-result-image img {
        height: 160px;
        margin-left: -40px;
        margin-bottom: -30px;
    }

    .home-single-result-mishal .home-single-result-image img {
        margin-left: -48px;
    }

    .home-single-result {
        max-width: 280px;
        max-height: 90px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-single-result-right-parent {
        min-height: 180px;
    }

    .home-single-result-left-parent {
        min-height: 180px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-quote {
        font-size: 12px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-name {
        font-size: 15px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-institute {
        font-size: 8px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-quote {
        font-size: 12px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-name {
        font-size: 15px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-institute {
        font-size: 8px;
    }

    .home-single-result-text .home-single-result-score-parent {
        font-size: 9px;
        gap: 10px;
    }

    .home-single-result-text .home-single-result-after-score strong {
        font-size: 12px;
    }
}

@media(max-width:340px) {
    .neet-single-card-mark h2 {
        font-size: 110px;
    }

    .neet-single-card-profile img {
        max-width: 130px;
        margin-bottom: 13px;
    }

    .neet-single-card-name h3 {
        font-size: 25px;
    }

    .neet-single-card-institute h4 {
        font-size: 13px;
    }

    .neet-single-card-student-testimonial {
        font-size: 11px;
    }
}

@media(max-width:330px) {
    .home-single-result-right .home-single-result-image img {
        height: 140px;
        margin-right: -30px;
    }

    .home-single-result-left .home-single-result-image img {
        height: 140px;
        margin-left: -40px;
        margin-bottom: -25px;
    }

    .home-single-result-mishal .home-single-result-image img {
        margin-left: -50px;
    }

    .home-single-result {
        max-width: 250px;
        max-height: 90px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-single-result-right-parent {
        min-height: 160px;
    }

    .home-single-result-left-parent {
        min-height: 160px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-quote {
        font-size: 12px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-name {
        font-size: 15px;
    }

    .home-single-result-right .home-single-result-text .home-single-result-institute {
        font-size: 8px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-quote {
        font-size: 12px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-name {
        font-size: 15px;
    }

    .home-single-result-left .home-single-result-text .home-single-result-institute {
        font-size: 8px;
    }

    .home-single-result-text .home-single-result-score-parent {
        font-size: 9px;
        gap: 10px;
    }

    .home-single-result-text .home-single-result-after-score strong {
        font-size: 12px;
    }

    .jee-single-card-mark h2 {
        font-size: 60px;
    }

    .jee-single-card-mark span {
        font-size: 23px;
    }

    .jee-single-card-profile img {
        max-width: 130px;
        max-height: 160px;
        left: 0;
    }

    .jee-single-card-profile {
        justify-content: left;
    }

    .jee-single-card-name h3 {
        font-size: 19px;
    }

    .jee-single-card-institute h4 {
        font-size: 13px;
        font-weight: 900;
    }
}

@media(max-width:320px) {
    .neet-single-card-mark h2 {
        font-size: 100px;
    }

    .neet-single-card-profile img {
        max-width: 120px;
        margin-bottom: 11px;
    }

    .neet-single-card-name h3 {
        font-size: 25px;
    }

    .neet-single-card-institute h4 {
        font-size: 13px;
    }
}

@media(max-width:300px) {
    .jee-single-card-mark h2 {
        font-size: 53px;
        margin-bottom: -5px;
    }

    .jee-single-card-mark span {
        font-size: 21px;
    }

    .jee-single-card-profile img {
        max-width: 130px;
        max-height: 160px;
        left: 0;
    }

    .jee-single-card-profile {
        justify-content: left;
    }

    .jee-single-card-name h3 {
        font-size: 19px;
    }

    .jee-single-card-institute h4 {
        font-size: 13px;
        font-weight: 900;
    }

    .neet-single-card-mark h2 {
        font-size: 90px;
    }

    .neet-single-card-profile img {
        max-width: 110px;
        margin-bottom: 9px;
    }

    .neet-single-card-name h3 {
        font-size: 25px;
    }

    .neet-single-card-institute h4 {
        font-size: 13px;
    }

    .results-home-section-heading {
        font-size: 45px;
    }

    .results-home-section-description {
        font-size: 20px;
        margin-bottom: 0;
        text-decoration: underline #372c1100 2px dashed;
    }

    .neet-page-results-single-cards-container {
        margin-top: 0;
    }
}

/* #######################
PRELOADER
########################## */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F9F5D2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}

.loader-animation {
    max-width: 80px;
    width: 100%;
}

.loader {
    border: 8px solid #c69e714b;
    border-top: 8px solid #57531D;
    border-radius: 50%;
    position: absolute;
    width: 90%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1;
    animation: spin 1s linear infinite;
}

.loader-logo-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30%;
    padding-right: 30%;
}

.pre-loader-logo-icon {
    max-width: 90px;
    width: 100%;
    margin-bottom: 10px;
}

.loader-logo-parent .loader-bottom {
    margin-bottom: 0;
    max-width: 90px;
    width: 100%;
    margin-top: 10px;
}

.loader-logo-parent .loader-center {
    max-width: 230px;
    width: 150%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-content {
    display: none;
}