﻿/* Home Hero Marketing Banner */
body.common-home-view header {
    margin-bottom: 0 !important;
}

.denrain-home-hero-banner {
    margin: 0 0 26px;
    position: relative;
    z-index: 2;
}

.denrain-home-hero-banner .swiper-viewport {
    border: 0;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.denrain-home-hero-banner .swiper-container {
    width: 100%;
}

.denrain-home-hero-banner .swiper-slide {
    background: #0f1d43;
}

.denrain-home-hero-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.denrain-home-hero-banner .swiper-pagination {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
    transform: none !important;
    -webkit-transform: none !important;
    bottom: 14px !important;
}

.denrain-home-hero-banner .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 6.5px !important;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.denrain-home-hero-banner .swiper-pagination-bullet-active {
    background: #ff8b00;
}

.denrain-home-hero-banner .swiper-button-next,
.denrain-home-hero-banner .swiper-button-prev {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(12, 26, 62, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
    line-height: 1;
    transition: background-color .2s ease, border-color .2s ease;
}

.denrain-home-hero-banner .swiper-button-next:hover,
.denrain-home-hero-banner .swiper-button-prev:hover {
    background: rgba(255, 139, 0, 0.78);
    border-color: rgba(255, 139, 0, 0.95);
}

.denrain-home-hero-banner .swiper-button-next:before,
.denrain-home-hero-banner .swiper-button-prev:before {
    display: block;
    margin: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

@media (min-width: 1200px) {
    .denrain-home-hero-banner {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
}

@media (max-width: 767px) {
    body.common-home-view header {
        margin-bottom: 0 !important;
    }

    .denrain-home-hero-banner {
        margin: 0 0 14px;
    }

    .denrain-home-hero-banner .swiper-pagination {
        bottom: 8px !important;
    }

    .denrain-home-hero-banner .swiper-button-next,
    .denrain-home-hero-banner .swiper-button-prev {
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }

    .denrain-home-hero-banner .swiper-button-next:before,
    .denrain-home-hero-banner .swiper-button-prev:before {
        font-size: 14px;
    }
}

