* {
    --logo-width: 220px;
    --plyr-color-main: hsl(12deg 44.22% 28.82%);
}

.sub-bnb {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
}

.slider-section {
    height: 100vh;
}


.swiper-inner {
    background-position: center center !important;
}

.sw-overlay {
    background: unset;
}

.logo-white {
    display: none;
}

.header-hero .logo-white {
    display: inline-block;
}

.header-hero .logo-main {
    display: none;
}

.header-hero.smaller .logo-white {
    display: none;
}

.header-hero.smaller .logo-main {
    display: inline-block;
}

.header-hero #mainmenu > li > a {
    color: #ffffff;
}

#mainmenu > li > a, header.smaller #mainmenu > li > a {
    color: #8d4e3f;
}

.branded-span {
    border: 1px solid #8d4e3f;
    border-radius: 1rem;
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    display: inline-block;
    color: #8d4e3f;
    font-weight: 300;
}

.sw-overlay.op-8 {
    background-color: #0000009c;
}

.inline-video-container .video-item {
    width: 100%;
    aspect-ratio: 9 / 16;
    height: auto;
}

.plyr--full-ui {
    height: 100%;
    min-width: unset;
}

.swiper.videoSlider {
    left: unset;
    top: unset;
    position: relative;
    background: unset;
}

.social-icons i {
    font-size: 3rem;
}

.pointer-events-none {
    pointer-events: none;
}

@media (max-width: 992px) {
    .inline-video-container .col-12 {
        margin-bottom: 1rem;
    }
}

.select2-container {
    width: 100% !important;
    max-width: 112px;

}

.select2-container .select2-selection--single {
    height: 2.6rem !important;
    border-radius: 1.6rem;
    background-color: #8d4e3f;
    padding-top: 0.3rem;
}

.select2-container img {
    width: 25px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center !important;
    padding: 0;
    margin: 0;
    aspect-ratio: 1 / 1;
}

.select2-container--default .select2-selection--single,.select2-selection__rendered {
    color: #eee !important;
    font-size: 0.8rem;
}

.select2-selection__rendered, .select2-results__option {
    color: #8d4e3f;
    font-size: 0.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #eee transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 7.3px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--primary-color);
}
.select2-container--open .select2-dropdown--below
{
    border-radius: 1rem;
    overflow: hidden;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}