/* Slider Banner Styles */

.efr-banner-container {
    min-height: 825px;
    position: relative;
    height: 100vh;
}

.efr-banner-container .efr-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.efr-banner-container .container {
    position: static !important;
}

.efr-slick-slider .banner-item img {
    object-fit: cover;
    object-position: center bottom;
    height: 100vh;
    width: 100%;
    min-height: 825px;
}

.efr-slick-slider-desktop .banner-item img {
    filter: brightness(0.70);
}

.efr-slick-slider-mobile {
    display: none;
    margin: 30px -10px;
}

@media screen and (max-width: 767px) {
    .efr-slick-slider .banner-item img {
        min-height: unset;
        height: unset;
        aspect-ratio: 16/9;
    }

    .efr-slick-slider-desktop {
        display: none;
    } 

    .efr-slick-slider-mobile {
        display: block;
    }
    
}

.efr-banner-container .efr-banner-content {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    min-height: 825px;
}

.efr-banner-container .efr-banner-logo {
    text-align: center;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.efr-banner-container .efr-banner-logo-mobile {
    display: none;
    position: static;
    top: unset;
    left: unset;
    transform: unset;
}

@media screen and (max-width: 767px) {
    .efr-banner-container .efr-banner-logo {
        top: 160px;
    }

    .efr-banner-container .efr-banner-logo-mobile {
        display: block;
    }

    .efr-banner-container .efr-banner-logo-desktop {
        display: none;
    }
}

.efr-banner-container .efr-banner-buttons .efr-banner-buttons-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.efr-banner-container .efr-banner-buttons-mobile {
    display: none;
}

.efr-banner-container .efr-banner-buttons-mobile .efr-banner-buttons-container {
    position: static;
    transform: unset;
    bottom: unset;
    left: unset;
}

@media screen and (max-width: 767px) {
    .efr-banner-container .efr-banner-buttons .efr-banner-buttons-container {
        flex-direction: column;
        max-width: 85%;
        width: 100%;
        bottom: 30px;
        margin: 2rem auto 0;
    }

    .efr-banner-container .efr-banner-buttons-mobile {
        display: block;
    }

    .efr-banner-container .efr-banner-buttons-desktop {
        display: none;
    }
}

.efr-banner-container .efr-banner-buttons-container .efr-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 12px 32px;
    border-radius: 50vw;
    border: 1px solid #FFF;
    gap: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    font-family: "Gotham", sans-serif;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 10%;
    min-width: 243px;
}

.efr-banner-container .efr-banner-buttons .efr-button:hover {
    background-color: #FFF;
    color: #000;
}

.efr-banner-container .efr-separator-logo {
    text-align: center;
}

.efr-banner-container .efr-banner-logo img {
    width: 192px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .efr-banner-container .efr-banner-logo img {
        width: 160px;
    }
}

.efr-banner-container .efr-separator-logo img {
    width: 88px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .efr-banner-container .efr-separator-logo img {
        width: 62px;
    }
}

.efr-banner-container .efr-banner-title h1 {
    font-family: "Mercury Text G1", sans;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    color: #fff;
    text-align: center;
    max-width: 765px;
    margin: 0 auto 24px;
}

@media screen and (max-width: 767px) {
    .efr-banner-container .efr-banner-title h1 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 2rem;
    }
}


.efr-banner-container .efr-banner-body {
    margin-top: 28px;
}

@media screen and (max-width: 767px) {
    .efr-banner-container .efr-banner-body {
        margin-top: 20px;
    }
}

.efr-banner-container .efr-banner-body p {
    text-align: center;
    color: #FFF;
    font-weight: 400 !important;
    letter-spacing: 10%;
    font-size: 16px;
    line-height: 19px;
    font-family: "Gotham", "Gotham", sans-serif;
}

@media screen and (max-width: 767px) {
    .efr-banner-container .efr-banner-body p {
        margin-top: 2rem;
        font-size: 14px;
        line-height: 16px;
    }

    .efr-banner-container .efr-banner-body p svg {
        height: 10px;
    }
}