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

        html {
            overflow-x: hidden !important;
            overflow-y: visible !important;
        }

        .info.text-black>span.word:before {
            color: #003366;
        }

        .text-black {
            color: #003366 !important;
        }

        .Card {
            width: 100%;
        }

        .founder-slider .left-slide,
        .founder-slider .right-slide {
            height: auto;
        }

        .founder-slider .img-box {
            border: .5vw solid var(--blue);
            border-radius: 2vw;
            /* height: 55vh !important; */
        }

        .founder-slider .name {
            position: relative;
            top: auto;
            left: auto;
            transform: none;
            width: fit-content;
            margin: auto;
            padding: 15px 20px;
            height: auto;
            margin-top: -4.5vh;
            font-size: 1.4vw;
        }


        .Card.is_1 .img-box img {
            object-fit: contain;
            object-position: 0%;
        }

        .box-section .img-section img {
            object-fit: cover !important;
        }

        #gallery-section .img-section {
            box-shadow: unset;
        }

        @media (max-width: 1300px) {
            .Card.is_1 .img-box img {
                object-fit: contain;
                object-position: -20%;
            }
        }

        @media (max-width: 1600px) {

            .philos-quote-patrontop1 {
                position: absolute;
                height: 40px;
                width: auto !important;
                top: 20px;
                left: -14px;
                mix-blend-mode: darken;
            }

            .philos-patronbottom1 {

                right: 0% !important;

            }

            .philos-quote-patrontop2 {
                position: absolute;
                height: 40px;
                width: auto !important;
                top: 26px;
                left: -16px;
                mix-blend-mode: darken;
            }

            .philos-patronbottom2 {

                right: 0% !important;

            }

            .philos-quote-patrontop3 {
                position: absolute;
                height: 40px;
                width: auto !important;
                top: 26px;
                left: -15px;
                mix-blend-mode: darken;
            }

            .philos-patronbottom3 {

                right: 0% !important;

            }
        }


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

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


        @media (max-width:767px) {
            .Card.is_1 .img-box img {
                object-fit: contain;
                object-position: top;
            }

            .patrons-card.is_1:after {
                content: '';
                height: 55%;
                width: 100%;
                position: absolute;
                bottom: 0;
                right: 0;
                left: auto;
                z-index: 0;
                background: linear-gradient(177deg, transparent 10%, #134168 51%);
            }

            .single-card .quotes-box {
                right: 0vw;
                margin: 30vh 0 3vh;
            }

            .single-card {
                height: 60vh;
                width: 100%;
            }

            .patrons-card .quotes-box {
                width: 100%;
                top: auto;
                bottom: auto;
            }

            .patrons-card section {
                width: 100%;
                bottom: 20px;
                height: auto;
            }
        }

        .image-card {
            position: relative;
            /* max-width: 350px; */
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            border-bottom: 8px solid #0072bc;
        }


        .right-border {
            position: relative;
            padding: 15px;
            margin-left: 15px;
        }

        /* After pseudo-element - border shape */
        .right-border::after {
            content: '';
            position: absolute;
            height: 0;
            width: 1px;
            border: 3px solid #ECB24F;
            border-radius: 40px 0 0 0;
            border-right: none;
            border-bottom: none;
            top: -3%;
            left: -3%;
            pointer-events: none;
            transition: none;
        }

        /* .img-section {
            height: auto !important;
        }  */


        /* Animate when class is added */
        .right-border.animate-border::after {
            animation: drawLine 3s linear forwards;
        }

        @media (max-width: 480px) {
            .right-border {
                margin-left: 15px;
            }

            .cnt-dtl p {
                margin-bottom: 22px !important;
            }
        }

        .patrons-card {
            margin-bottom: 6vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .quotes-box:after {
            display: none;
        }

        .yellow-text {
            color: var(--secondary-color)
        }

        .philos-quote-patrontop1 {
            position: absolute;
            height: 40px;
            width: auto !important;
            top: 20px;
            left: -14px;
            mix-blend-mode: darken;
        }

        .philos-patronbottom1 {
            position: absolute;
            height: 40px;
            width: auto !important;
            bottom: 35px;
            right: 0%;
            transform: rotate(180deg);
            mix-blend-mode: darken;
        }

        .philos-quote-patrontop2 {
            position: absolute;
            height: 40px;
            width: auto !important;
            top: 26px;
            left: -16px;
            mix-blend-mode: darken;
        }

        .philos-patronbottom2 {
            position: absolute;
            height: 40px;
            width: auto !important;
            bottom: 23px;
            right: 0%;
            transform: rotate(180deg);
            mix-blend-mode: darken;
        }

        .philos-quote-patrontop3 {
            position: absolute;
            height: 40px;
            width: auto !important;
            top: 26px;
            left: -15px;
            mix-blend-mode: darken;
        }

        .pad-left {
            padding-left: 4% !important;
        }

        .philos-patronbottom3 {
            position: absolute;
            height: 40px;
            width: auto !important;
            bottom: 34px;
            right: 0%;
            transform: rotate(180deg);
            mix-blend-mode: darken;
        }

        @keyframes drawLine {
            0% {
                width: 1px;
                height: 0;
            }

            50% {
                width: 1px;
                height: 100%;
            }

            100% {
                width: 100%;
                height: 100%;
            }
        }

        @media only screen and (max-width: 1199px) {
            .main p {
                font-size: 3vw;
                line-height: 4.5vw;
                margin-bottom: 25px;
            }

            .img-section {
                height: auto !important;
            }
        }

.highlighted-text {
                            background: #134168 !important;
                        }

                        .gallery .swiper-button-next,
                        .gallery .swiper-button-prev {
                            box-shadow: 0px 0px 6px 1px #0000005e !important;
                            border: 3px solid #0da1df !important;
                            height: 75px !important;
                            width: 75px !important;
                        }

                        .swiper-button-next i,
                        .swiper-button-prev i {
                            font-size: 25px !important;
                            text-shadow: unset !important;

                        }

                        .hov-eff {
                            overflow: hidden !important;
                        }

                        .hov-eff2 {
                            /* filter: drop-shadow(9px 9px 8px #000000a8);
    filter: drop-shadow(9px 9px 8px #000000a8);
    filter: drop-shadow(9px 9px 8px #000000a8);
    filter: drop-shadow(9px 9px 8px #000000a8);
    filter: drop-shadow(9px 9px 8px #000000a8);
    filter: drop-shadow(9px 9px 8px #000000a8); */
                            /* -webkit-filter: drop-shadow(9px 9px 8px #000000a8);
    filter: drop-shadow(9px 9px 8px #000000a8); */
                            box-shadow: 9px 9px 8px #0000002a;
                            border-radius: 20px !important;
                            /* overflow: hidden !important; */
                        }

                        .hov-eff img {
                            transition: all 2s linear;
                        }

                        .hov-eff:hover img {
                            scale: 1.1;

                        }

                        .animated-line .img-section:before {
                            z-index: 999 !important;
                        }

                        @media only screen and (max-width: 450px) {

                            .gallery .swiper-button-next,
                            .gallery .swiper-button-prev {
                                height: 60px !important;
                                width: 60px !important;
                            }
                        }

                        @media only screen and (min-width: 1199px) and (orientation: landscape) {}
