@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap');

/*1*/
ul.carousel-indicators,
#carousel .carousel-control-prev,
#carousel .carousel-control-next,
.fallbackImg {
    display: none;
}

.carousel-control-prev-icon:before,
.carousel-control-next-icon:after {
    content: "\f1db";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#carousel video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}
#carousel .carousel-caption.container.videomp4 {
    position: relative;
    top: 90%;
    padding: 1.6rem 1rem;
}
.backVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125vh;
}

#carousel .wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-image: url("/Content/images/wave.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.videoVolumnOnOffButton,
.videoPlayPause {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    z-index: 10;
    cursor: pointer;
    background: #0E9EC7;
    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: 9rem;
    bottom: 4rem;
}

.videoVolumnOnOffButton:hover,
.videoPlayPause:hover {
    background: #FCB040;
}

.videoVolumnOnOffButton i,
.videoPlayPause i {
    font-size: 1.5rem;
    font-weight: 100;
}

.videoPlayPause i {
    font-weight: 600;
}

.player .vp-player-layout {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    position: fixed !important;
}

.carousel-control-next,
.carousel-control-prev {
    font-size: 3rem;
}
.carousel-control-next:visited,
.carousel-control-prev:visited {
    color: #FFF !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);
}

.carousel-indicators .active {
    background: rgba(252, 176, 64, 0.8);
}


#carousel {
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
    /* -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;*/
}

.innerCarouselCaption {
    text-align: center;
}

#carousel .container {
    position: static;
}

.carousel-item {
    height: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.carousel-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background:rgba(53,53,53,0.25);
}

.carousel-caption {
    position: relative;
    top: 51%;
    left: auto;
    right: auto;
    bottom: auto;
    /* -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    text-align: left;
}

.carousel-caption h2 {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-style: normal;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1.25px;
    text-shadow: 0px 3px 6px #00000029;
}

.carousel-caption h3 {
    font-family: 'Lora', serif;
    font-style: normal;
    font-size: 60px;
    color: #FFF;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    text-shadow: 0px 3px 6px #00000029;
}

.carousel-caption p {
    font-family: 'Gotham Book';
    font-size: 1rem;
    font-style: normal;
    color: #FFF;
    margin-bottom: 0;
    display: none;
}

.carousel-caption a,
.carousel-caption a:link {
    max-width: 180px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    color: #FFF;
    display: block;
    margin: 0 auto;
    padding: 0.7rem 1rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    margin-top: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 3px 6px #00000029;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #BE1E2D;
    font-weight: 500;
    letter-spacing: 1px;
    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: #002C48;
    background: #FFD100;
}

.carousel-indicators {
    bottom: 4.8rem;
    margin-bottom: 0;
}

.btnScrollDown {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2rem;
    color: #E3530D;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgba(255, 255, 255, 0.75);
}

.btnScrollDown:hover {
    color: #FFF;
    background: #FCB040;
}

.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;
}

.bgSlider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: url(../images/bgSlider.png) left bottom repeat-x;
}


/*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;
}

.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: 0 2rem 3rem;
    text-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: #FFF;
}
/*Mobile banner end*/

.carousel .container {
    position: relative;
    height: inherit;
}

/******* MEDIA QUERY *******/
@media only screen and (max-width:1130px) {
    .carousel-caption {
        top: 63%;
    }
    #carousel .container:before {
        width: 70%;
    }
    #carousel .container:after {
        width: 300px;
        height: 225px;
    }
}

@media only screen and (max-width:967px) { 
    .carousel {
        position: static;
    }
}

@media only screen and (max-width:785px) {
    #carousel {
        position: relative;
        top: -10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #carousel .container:before,
    #carousel .container::after {
        content: none;
    }

    #carousel .container {
        padding: 0;
    }

    .mobile-view .carousel-caption {
        padding: 1.6rem 1rem;
        text-align: center;
        background: #083253;
    }

    .carousel-caption {
        top: 50%;
    }

    .frmSearch,
    .carousel-caption h2,
    .carousel-caption h3,
    .carousel-caption p {
        margin: auto;
    }
    .frmSearch {
        margin-bottom: 1.5rem;
    }
    .carousel-caption h2 {
        font-size: 1rem;
    }
    .carousel-caption h3 {
        font-size: 1.5rem;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.8rem;
        margin: 1rem auto 0;
        background: #BE1E2D;
    }

    .carousel-caption a:hover {
        background: #FFD100;
    }
}

@media only screen and (max-width:500px) {
    .carousel-caption h2 {
        font-size: 0.9rem;
    }
    .carousel-caption h3 {
        font-size: 1.1rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.7rem;
    }
}