@font-face {
    font-family: hamda;
    src: url(../fonts/Oswald-VariableFont_wght.ttf);
}

/* Ken Burns From Center */
@keyframes kenBurnsCenterOut {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

.kenBurnsCenterOut {
    animation-name: kenBurnsCenterOut;
    animation-timing-function: linear;
    transform-origin: center;
}

.dropdown-menu {
    left: 12.5% !important;
    width: 75% !important;
}

.dropdown-comp {
    left: 25% !important;
    width: 50% !important;
}

.cl-lang {
    color: #444 !important;
    font-size: 15px;
    font-weight: 600 !important;
}

.text-main-clr {
    color: #0088CC !important;
}

.text-sec-clr {
    color: #b12775 !important;
}

li.nav-popular > a:hover {
    background-color: #ffffff !important;
}

.fs-c {
    font-size: 1rem !important;
}

.fs-h-c {
    font-size: 1.25rem !important;
}

hr.m-0 {
    height: 2px;
}

.h-ada-1 {
    height: 100% !important;
}

.dropdown-mega-sub-nav li a {
    white-space: unset !important;
    padding: 1.5rem 0.5rem !important;
}

@media (min-width: 1200px) {
    .mx-2xl {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
}

.mw-80 {
    max-width: 80% !important;
}

.bg-gradient-c {
    background-color: #0088CC !important;
    background-image: linear-gradient(to right, #E12D93, #C660A5, #9588C1, #3BA8DF) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088CC', endColorstr='#e36159', GradientType=1);
}

.h-70 {
    height: auto !important;
}

.login {
    background-image: linear-gradient(to right, #E12D93, #9588C1, #3BA8DF) !important;
    color: #fff !important;
    border-color: #00000052 !important;
}

.fading-text {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 60%);
    line-height: 50px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fading-text-light {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, white 60%);
    line-height: 50px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.background-image-wrapper {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

@media (min-width: 1200px) {
    .mx-xl-c {
        margin-left: 7.5rem !important;
        /* margin-right: 7.5rem !important; */
    }
}

.color-p {
    color: #6b6b6b !important;
}

.rounded-corners-gradient-borders {
    width: 300px;
    height: 80px;
    border: double 2px transparent;
    border-radius: 80px;
    background-image: linear-gradient(#f4f4f4, #f4f4f4), radial-gradient(circle at top left, #E12D93, #C660A5, #9588C1, #3BA8DF);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 4px 8px;
    color: black;
}

.ic-c {
    font-size: 25px;
    color: #0088cc;
}

.col-c {
    flex: 1 1 250px;
}

.bottom-c {
    bottom: -15%;
}

.height-c {
    height: 650px;
}

/* Small Screen */
@media (max-width: 576px) {
    .height-c {
        height: 550px;
    }
}

/* All to large */
@media (max-width: 992px) {
    .xl-hidden {
        display: none !important;
    }

    .dropdown-mega-sub-nav li a {
        white-space: unset !important;
        padding: 0.5rem 0.2rem !important;
    }

    .fs-c {
        font-size: 0.85rem !important;
    }

    .fs-h-c {
        font-size: 1rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .w-c {
        width: 65% !important;
    }

    .bottom-c {
        bottom: -15%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .w-c {
        width: 55% !important;
    }

    .bottom-c {
        bottom: -15%;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .w-c {
        width: 55% !important;
    }

    .bottom-c {
        bottom: -30%;
    }
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .w-c {
        width: 50% !important;
    }

    .bottom-c {
        bottom: -30%;
    }
}

@media (min-width: 1800px) {
    .w-c {
        width: 45% !important;
    }

    .bottom-c {
        bottom: -30%;
    }
}

.left-c {
    left: 99% !important;
}

.inner-border-box {
    position: relative !important;
}

    .inner-border-box::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 5px solid white;
        pointer-events: none;
    }

.btn-c {
    color: #fff !important;
    background-image: linear-gradient(to right, #E12D93, #9588C1, #3BA8DF, #E12D93, #9588C1, #3BA8DF) !important;
    border-color: #fff !important;
    background-size: 250% 100% !important;
    background-position: left !important;
    transition: background-position 0.3s ease-in-out !important;
}

    .btn-c:hover,
    .btn-c:focus,
    .btn-c:active {
        background-position: right !important;
    }


.select-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: white;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 5px 10px;
    width: 250px;
}

    .select-container i {
        font-size: 18px;
        color: #666;
        margin-right: 10px;
    }

    .select-container select {
        border: none;
        appearance: none;
        /* Removes default styles */
        background: transparent;
        font-size: 16px;
        padding: 5px;
        width: 100%;
        outline: none;
    }

    .select-container::after {
        content: "▼";
        /* Custom dropdown arrow */
        position: absolute;
        right: 10px;
        font-size: 14px;
        color: #666;
        pointer-events: none;
    }

.footer-social-icons li a i {
    color: black !important;
}

/* Show brief by default, hide hover text */
.custom-blend .thumb-info-hover {
    display: none;
}

.custom-blend .thumb-info-brief {
    display: block;
}

/* On hover → show hover text, hide brief */
.custom-blend:hover .thumb-info-hover {
    display: block;
}

.custom-blend:hover .thumb-info-brief {
    display: none;
}

.custom-blend:hover .thumb-info-title {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    transition: all 0.4s ease;
}

.custom-blend:hover .thumb-info-inner,
.custom-blend:hover .thumb-info-type {
    color: #fff;
}

.mx-h-c {
    max-height: 800px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .mx-h-c {
        max-height: none;
        overflow: visible;
        height: auto;
    }
}
/* Page: Partners */

.py-c {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.bg-c {
    background-image: url('img/partners/banner.webp') !important;
    background-size: cover !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 180% !important;
    transform: translate3d(0px, -50.3125px, 0px) !important;
    background-position-x: 50% !important;
}

@media (max-width: 992px) {
    .py-c {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
}

.display-1-c {
    font-size: calc(1.625rem + 4.5vw) !important;
}

@media (min-width: 1200px) {
    .display-1-c {
        font-size: 5rem !important;
    }
}

.color-p-c {
    color: var(--bs-gray-500)
}

img {
    max-width: 100%;
    /* Ensures the image is responsive */
    max-height: auto;
    /* Restricts the image size */
    object-fit: cover;
    /* Crops the image to cover the element */
    object-position: center;
    /* Centers the image */
    display: block;
    /* Removes extra space below inline images */
    margin: auto;
    /* Centers the image horizontally */
}

.px-c {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.cut-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 7.5em;
    /* Adjust based on line height */
    line-height: 1.5em;
    /* Controls spacing between lines */
}

.qoute {
    position: absolute;
    font-size: 100px;
    top: 50px;
    right: 10px;
    font-family: hamda;
}

/* Page: Why Diverse */
@media (max-width: 992px) {
    .f-direction-c {
        flex-direction: column-reverse !important;
    }
}

@media (max-width: 992px) {
    .mw-c {
        max-width: 600px !important;
    }

    .text-c {
        font-size: 3.5rem;
        line-height: 3.5rem;
        width: 85%;
    }

    .bg-ind-c {
        width: 550px !important;
        height: 300px !important;
        padding: 50px !important;
    }
}

.clr-c {
    background-color: #F4F4F4 !important;
}

.bg-ind-c {
    width: 300px;
    height: fit-content;
    background-color: #0088CC;
    padding: 30px;
}

.post-image a {
    position: relative;
}

    .post-image a .overlay {
        position: absolute;
    }
