:root {
            --spacing-card: 15%;
        }

        body.loading {
            overflow: inherit;
        }
        /* .card_1s {
            z-index: 1;
        }

        .card_2s {
            z-index: 2;
        }

        .card_3s {
            z-index: 3;
        }

        .card_4s {
            z-index: 4;
        }

        .card_5s {
            z-index: 5;
        }

        .card_6s {
            z-index: 6;
        }

        .card_7s {
            z-index: 7;
        }

        .card_8s {
            z-index: 8;
        }

        .card_9s {
            z-index: 9;
        }

        .card_10s {
            z-index: 10;
        } */

        /* .history-cards .Card {
            height: 30vh;
        }

        .curric-img {
            height: 23vh !important;
            width: 23vh !important;
        }

        .ylw-bg {
            background-color: #ecb250 !important;
        }

        .blu-bg {
            background-color: #134168 !important;
        }

        .light-blu-bg {
            background-color: #5aadde !important;
        }

        .bg-color-heres {
            background-color: #00416b !important;
        }

        .learn-bg-color1 {
            background-color: #00426f !important;
        }

        .learn-bg-color2 {
            background-color: #01507c !important;
        }

        .learn-bg-color3 {
            background-color: #3f6989 !important;
        }

        .learn-bg-color4 {
            background-color: #406d8f !important;
        }

        .learn-bg-color5 {
            background-color: #407193 !important;
        }

        .learn-bg-color6 {
            background-color: #5984a1 !important;
        }

        .learn-bg-color7 {
            background-color: #6a93aa !important;
        }

        .learn-bg-color8 {
            background-color: #80a0b7 !important;
        }

        .learn-bg-color9 {
            background-color: #99b3c5 !important;
        }

        .learn-bg-color10 {
            background-color: #aac1ce !important;
        }

        .w-40 {
            width: 40% !important;
        }

        .philos-quote2 {
            bottom: 8px !important;
            right: 11px !important;
        }

        .bg-sec {
            background: #efe5d7 !important;
        }

        .w-80 {
            width: 80% !important;
        }

        .border-dotted {
            border-bottom: 2px dotted var(--blue) !important;
        }

        .academic-card .Card {
            border-radius: 1vw !important;
            box-shadow: 0 0 15px #25252587;
        }

        .heigh33 {
            margin-top: 0 !important;
            height: 88vh !important;
        }

        @keyframes slideUp {
            0% {
                transform: translateY(30px);
                opacity: 0;
            }

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

        .circle-brd {
            position: relative;
            padding: 0 !important;
            margin-bottom: 20px;
        }

        .circle-brd::after {
            content: "";
            position: absolute;
            inset: -3%;
            border: 9px solid #FFC107;
            border-radius: 50%;
        }

        @media (max-width:767px) {
            .mascot .Card.card_1 {
                height: 30vh !important;
            }

            .mascot .Card {
                height: 54vh !important;
            }

            .curric-img {
                width: 30vw !important;
                height: 22vw !important;
            }

            .cur-sec:after {
                left: 12.9vh !important;
            }

            .cur-sec h3 {
                margin-bottom: 0;
                line-height: 1;
            }

            .circle-brd {
                width: 80%;
                display: flex;
                justify-content: center;
                margin-right: auto;
                margin-left: auto;
            }
        }

        .mt-6-rem {
            margin-top: 6.0rem !important;
        }

        .mb-8-rem {
            margin-bottom: 3.0rem !important;
        }

        .pathyway-hd {
            font-size: 2.6vw !important;
        }

        .bg-sec.Card {
            height: 55vh !important;
            width: 80% !important;
        } */
