/* ------------------ Home Hero Carousel ----------------- */
#heroCarousel {
    margin: 0;
    padding: 0;
    width: 100%;

    .carousel-item {
        position: relative;
        height: 92vh;
    }

    .carousel-item-content {
        height: 100%;
        color: #ffffff;
        align-items: center;
        display: innline-flex;
        justify-content: center;
        background-size: cover;
        background-position: center;
    }

    .carousel-item-content::after {
        content: ' ';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.78) !important;
        z-index: 0;
    }

    .carousel-item-content .container {
        display: flex;
        padding: 0 !important;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .row {
        width: 100%;
        max-height: 100%;
        align-items: center;
    }

    .carousel-item-content h1 {
        color: var(--yellow);
        padding: 0;
        margin: 0;
        margin-bottom: 0.55rem;
        letter-spacing: 0 !important;
        font-size: 5.2rem;
        text-transform: capitalize;
        font-family: 'Good Timing', sans-serif !important;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.5), 0px 8px 7px rgba(0, 0, 0, 0.6), 0px 10px 6px rgba(0, 0, 0, 0.5);
        line-height: 1 !important;
    }

    .tagline {
        font-size: 1.4rem;
        font-style: italic;
        margin-bottom: 0.84rem;
        line-height: 1;
    }

    .carousel-item-content strong {
        display: block;
        color: var(--yellow);
        font-family: "Montserrat", sans-serif !important;
        margin: 0.02rem 0 1rem !important;
        text-transform: uppercase;
        font-weight: 700 !important;
        font-size: 1.6rem !important;
        line-height: 1;
    }

    .btn-group {
        width: 58%;
        margin-top: 1rem;
        padding: 0 !important;
        display: flex;
        gap: 0.8rem;
    }

    .btn-group .btn {
        padding: 13px 10px;
        font-size: 1.07rem;
        letter-spacing: 0;
        font-weight: 500 !important;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.28);
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        border-width: 1.5px;
        border-radius: 2px !important;
    }

    .btn-outline-primary:not(:hover) {
        text-shadow: none !important;
    }

    .btn-group .btn b {
        margin-right: 0.8rem;
    }

    .btn-group .btn span {
        display: none;
    }

    @media (min-width: 1200px) {
        .btn-group .btn span {
            display: inline-block;
        }
    }

    @media (max-width: 1199px) {
        .carousel-item .row {
            padding-left: 0.55rem !important;
            padding-right: 0.55rem !important;
        }
        .carousel-item-content h1 {
            font-size: 50px;
        }
    }

    @media (max-width: 990px) {
        .carousel-item {
            height: 70vh;
        }
        .carousel-item-content h1 {
            font-size: 2.4rem !important;
            margin-bottom: 6px;
        }
        .carousel-item-content strong {
            font-size: 1rem !important;
        }
        .carousel-item-content .btn-group {
            margin: initial auto !important;
            width: 80%;
        }
        .carousel-item-content .btn {
            font-weight: 500 !important;
        }
    }

    @media (max-width: 820px) {
        .carousel-item-content {
            background-size: cover;
        }
        .carousel-item-content .container {
            width: 96% !important;
        }
        .carousel-item-content .btn-group {
            width: 100%;
        }
        h1 {
            font-size: 2.4rem;
        }
        h1 b,
        h1 span {
            display: block;
            width: 100%;
        }
        .tagline {
            font-size: 0.98rem;
        }
        .btn-group {
            width: 100%;
        }
        .btn {
            width: 100%;
            margin-bottom: 10px;
            font-size: 0.98rem;
            padding: 7px;
        }
        .btn-groupx .btn:nth-child(2) {
            display: none;
        }
    }

    @media (max-width: 520px) {
        h1 {
            font-size: 40px !important;
        }
    }
}



@keyframes slides {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 20px 10px;
    background: transparent;
    background-color: transparent;
    white-space: nowrap;
    position: relative;
    line-height: 1;
    margin: 0;
}

/*.logos:before,
.logos:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
}

.logos:after {
    right: 0;
}*/

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    padding: 0;
    width:  100%;
    display: inline-flex;
    background-color: transparent;
    animation: 30s slides infinite linear !important;
    position: relative;
    gap: 1.2rem;
}

.logos-slide img {
  margin: auto 1rem !important;

  padding: 8px 10px;
  background-size: contain;
  background: rgba(255, 255, 255, 0.8);

  display: inline-block !important;
  height: 60px;
  width: auto;
  max-width: 260px;
  aspect-ratio: auto;
  position: relative;
  margin: auto !important;
  aspect-ratio: auto;
  background-position: center center;
  border-radius: 3px;
}

.logos-slide img {
    mix-blend-mode: multiply;
    filter: contrast(1);
}