@import url('https://fonts.googleapis.com/css2?family=Lora:wght@600;700&family=Open+Sans:wght@400;500;600;700&display=swap');

:root {
    --color-main: #353535;
    --hover-main: #D0AC54;
    --maroon: #53221F;
    --brick-red: #8A1E04;
    --green-pastel: #5C704D;
    --yellow-pastel: #D0AC54;
    --charcoal: #353535;
}

.carousel-control-prev-icon:before,
.carousel-control-next-icon:after {
    content: "\f1db";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#carousel video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.backVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125vh;
}

.videoVolumnOnOffButton,
.videoPlayPause {
    position: absolute;
    right: var(--design-padding);
    bottom: 9.5rem;
    z-index: 10;
    cursor: pointer;
    background: var(--brick-red);
    padding: 1em;
    width: 60px;
    color: #FFF;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

.videoPlayPause {
    right: calc(4.5rem + var(--design-padding));
}

.videoVolumnOnOffButton:hover,
.videoPlayPause:hover {
    background: var(--maroon);
}

.videoVolumnOnOffButton i,
.videoPlayPause i {
    font-size: 1.25rem;
    font-weight: 700;
}

.videoPlayPause i {
    font-weight: 600;
}

.player .vp-player-layout {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    position: fixed !important;
}

.fallbackImg {
    display: none;
}

#carousel .carousel-control-next,
#carousel .carousel-control-prev {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    width: 6rem;
    font-size: 3rem;
    color: var(--charcoal) !important;
    opacity: 1;
}

.carousel-control-next:visited,
.carousel-control-prev:visited {
    color: var(--charcoal) !important;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #FCB040 !important;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
}

.carousel-control-prev-icon:before {
    content: "\f104";
}

.carousel-control-next-icon:after {
    content: "\f105";
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.8);
    height: 20px;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
    display: none;
}

.carousel-indicators .active {
    background: rgba(252, 176, 64, 0.8);
}

.carousel-item {
    height: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#carousel .carousel-item:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 600px;
    /*background: transparent linear-gradient(180deg, #35353500 0%, #3a4147de 70%, #353535 95%) 0% 0% no-repeat;*/
    background: transparent linear-gradient(180deg, #35353500 0%, #282e33de 50%, #353535 90%) 0% 0% no-repeat;
}

.activePopupAlert .carousel-caption {
    bottom: 20%;
}

.carousel-caption {
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 1rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 5);
    text-align: center;
}

.carousel-caption h2 {
    font: normal 500 1.565rem var(--font-style);
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0px 3px 6px #00000078;
    margin-top: 2.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.88px;
}

.carousel-caption h3 {
    font: bold 3.725rem var(--font-secondary);
    color: #FFF;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0px 3px 6px #00000078;
}

.carousel-caption p {
    font: normal 0.875rem var(--font-style);
    color: #FFF;
    margin: 0.125rem auto 0;
    max-width: 430px;
    letter-spacing: 0.125px;
    line-height: 1.55rem;
    text-shadow: 0px 3px 6px #00000078;
}

.carousel-caption a,
.carousel-caption a:link {
    max-width: 200px;
    font: normal 700 1.2rem var(--font-style);
    color: #8A1E04;
    display: block;
    margin: auto;
    padding: 0.6rem 1.5rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.carousel-caption a:visited {
    color: #FFF;
}

.carousel-caption a:hover,
.carousel-caption a:active,
.carousel-caption a:focus {
    color: #fff;
    background: #8A1E04;
}

.carousel-indicators {
    bottom: 4.8rem;
    margin-bottom: 0;
}

.btnScrollDown {
    display: none;
}

.innerbtnScrollCont {
    position: relative;
    width: inherit;
    height: inherit;
}

.innerbtnScrollCont i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: inherit;
    color: inherit;
}

/*Mobile banner*/

.mobile-view .carousel-inner > figure > video,
.mobile-view .backVideo,
.mobile-view #playPauseButton,
.mobile-view #volumeButton,
.mobile-view .btnScrollDown {
    display: none;
}

.mobile-view .fallbackImg {
    display: block;
}

.mobile-view .carousel-indicators {
    bottom: 1rem;
}

.mobile-view .carousel-indicators li {
    background: rgba(22, 87, 81, 0.8);
}

.mobile-view .carousel-indicators .active {
    background: rgba(252, 176, 64, 0.8);
}

.mobile-view .carousel-control-next,
.mobile-view .carousel-control-prev {
    font-size: 2rem;
    color: #018AB6 !important;
}

.mobile-view .carousel-control-next:visited,
.mobile-view .carousel-control-prev:visited {
    color: #018AB6 !important;
}

#carousel .mobile-view .carousel-item:after {
    content: normal;
}

.mobile-view .carousel-caption {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-left: 0;
    padding: 3.375rem var(--design-padding) 3.375rem;
    text-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: var(--charcoal);
}

.mobile-view .frmSearch {
    max-width: var(--nested-width);
}

.mobile-view .carousel-caption h2 {
    font-weight: 400;
}

.mobile-view .carousel-caption h3 {
    font-size: 3.125rem
}

.mobile-view .carousel-caption p {
    font-size: 0.85rem;
}

.mobile-view .carousel-item {
    background-image: none !important;
}

.mobile-view .frmSearch {
    max-width: var(--nested-width);
    width: 100%;
}

.mobile-view .carousel-item > img {
    min-height: 255px;
    width: 100%;
    object-fit: cover;
    margin-bottom: -2.5rem;
}

/*Mobile banner end*/


/******* MEDIA QUERY *******/
@media only screen and (min-height: 1020px) {

    .activePopupAlert .fullHeight:not(.mobile-view) .carousel-caption {
        bottom: 2.5rem;
    }

    .carousel-caption {
        bottom: 0;
    }
}


@media only screen and (max-width: 1023px) {
    .videoVolumnOnOffButton,
    .videoPlayPause {
        bottom: 8rem;
    }
}


@media only screen and (max-width:600px) {

    .mobile-view .carousel-caption {
        padding: 2.375rem var(--design-padding) 2.375rem;
    }

    .carousel-caption h2 {
        font-size: 1.25rem;
        margin-top: 1.75rem;
    }

    .mobile-view .carousel-caption h3 {
        font-size: 2.25rem;
    }

}

@media only screen and (max-width:400px) {

    .carousel-caption h2 {
        font-size: 1.125rem;
        margin-top: 1.25rem;
    }

    .mobile-view .carousel-caption h3 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 360px) { 
    .mobile-view .carousel-caption h3 {
        font-size: 1.9rem;
    }

    .mobile-view .frmSearch,
    .mobile-view .frmSearch input[type="search"] {
        height: 50px;
        font-size: 0.9rem;
    }
}
