@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;800&display=swap);

.carousel-inner {
    height: 780px !important;
}

.carousel-item video {
    min-width: 100%;
}

.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;
}

.backVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125vh;
}

.videoVolumnOnOffButton,
.videoPlayPause {
    position: absolute;
    bottom: 9rem;
    right: 4rem;
    z-index: 10;
    padding: 12px 20px 12px 20px;
    cursor: pointer;
    background: #0E9EC7;
    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: 9rem;
}

    .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;
}

.fallbackImg {
    display: none;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #00a7b5;
}

.carousel-inner .carousel-control-next,
.carousel-inner .carousel-control-prev {
    font-size: 3rem;
    color: #FFF !important;
    top: 11em;
    height: 2em;
}

.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: #00a7b5 !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-item {
    height: inherit;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
.carousel-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: block;
    background: url(../images/bgSlider.png) left center repeat-x;
}*/

.carousel-caption {
    position: absolute;
    top: 51%;
    left: 0;
    right: unset;
    -webkit-transform: translateY( -50%);
    -moz-transform: translateY( -50%);
    -o-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    transform: translateY( -50%);
    bottom: auto;
    /*  width: 39%;*/
    padding: 2rem 4rem;
    background: rgba(57,58,63,0.5);
    text-align: left;
    border-radius: 0 15px 15px 0;
}

    .carousel-caption h2 {
        font: normal 700 37px 'Mulish', sans-serif;
        color: #FFF;
        /*text-transform: uppercase;*/
        margin-bottom: 25px;
        /*    text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;
*/
    }

    .carousel-caption h3 {
        font: bold 1.5rem 'Mulish', sans-serif;
        color: #FFF;
        margin-bottom: 0.5rem;
        /*    text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000;*/
    }

    .carousel-caption p {
        font: 1.5rem 'Mulish', sans-serif;
        color: #FFF;
        margin-bottom: 0;
        /*    text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000,0px 0px 20px #000000, 0px 0px 20px #000000;
*/ width: 87%;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        max-width: 230px;
        width: 214px;
        text-align: center;
        font: normal 900 22px 'Mulish', sans-serif;
        color: #003d4c;
        display: block;
        /* margin: auto; */
        padding: 13px 5px;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        margin-top: 2.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;
    }

        .carousel-caption a:visited {
            color: #003d4c;
        }

        .carousel-caption a:hover,
        .carousel-caption a:active,
        .carousel-caption a:focus {
            background: #00a7b5;
        }

.carousel-indicators {
    display: none;
    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: none;
    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: 5rem 2rem 3rem 2rem;
    text-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    background: #003d4c;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: unset;
}

.mobile-view.carousel-inner {
    height: auto !important;
}

.mobile-view .carousel-caption h2 {
    margin-top: 3em;
    text-shadow: none;
}

.mobile-view .carousel-caption h3 {
    text-shadow: none;
    font-size: 18px;
    display: none;
}

.mobile-view .carousel-caption p {
    text-shadow: none;
    font-size: 17px;
}

.mobile-view .carousel-caption a,
.mobile-view .carousel-caption a:link {
    text-shadow: none;
}


/*Mobile banner end*/


/******* MEDIA QUERY *******/

@media only screen and (max-width: 1680px) {
    .carousel-caption {
        /* top: 62%;*/
    }
    /*.carousel-caption h2 {
        font-size: 1.5rem;
    }
    .carousel-caption h3 {
        font-size: 5.5rem;
    }
    .carousel-caption p {
        font-size: 1.3rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.9rem;
    }*/
    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1190px) {
    /*    .carousel-caption {
        top: 58%;
    }
    .carousel-caption h2 {
        font-size: 1.3rem;
    }
    .carousel-caption h3 {
        font-size: 5rem;
    }
    .carousel-caption p {
        font-size: 1.2rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.8rem;
    }*/
}

@media only screen and (max-width:950px) {
}

@media only screen and (max-width:785px) {

    .carousel-caption h2 {
        font-size: 30px;
        margin-top: 1rem;
    }

    .carousel-caption h3 {
        font-size: 0.8rem;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.75rem;
    }

    .carousel-control-next, .carousel-control-prev {
        top: 6em;
    }

    .carousel-item video {
        display: none;
    }

    .carousel-inner .carousel-control-next, .carousel-inner .carousel-control-prev {
        top: 6em;
    }
}

@media only screen and (max-width: 768px) {

    .activePopupAlert .carousel-item img {
        padding-top: 4rem;
    }

    .carousel-item img {
        padding-top: 2rem;
        min-height: 380px;
    }

    .carousel-inner .carousel-control-next, .carousel-inner .carousel-control-prev {
        display: none;
    }

    .carousel-caption a, .carousel-caption a:link {
        margin-top: 0.8rem;
        width: 180px;
        padding: 10px 4px;
    }

    .carousel-caption h2 {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width:635px) {

    .carousel-item img {
        /* max-width:28em;*/
    }

    .carousel-inner .carousel-control-next, .carousel-inner .carousel-control-prev {
        display: none;
    }

    .carousel-caption h2 {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .mobile-view .carousel-caption p {
        font-size: 16px;
    }

    .mobile-view .carousel-caption {
        padding: 5rem 2rem 2rem 2rem;
    }
}

@media only screen and (max-width:600px) {
    .mobile-view .carousel-caption {
        padding: 4.5rem 2rem 2rem 2rem;
    }

    .carousel-item img {
        min-height: 320px;
    }
}

@media only screen and (max-width:450px) {
    .mobile-view .carousel-caption {
        padding: 3.5rem 2rem 2rem 2rem;
    }
    .carousel-item img {
        min-height: 245px;
    }

    .carousel-caption h2 {
        font-size: 22px;
    }

    .mobile-view .carousel-caption h3 {
        font-size: 16px;
    }

    .carousel-caption a, .carousel-caption a:link {
        width: 120px;
        padding: 8px 4px;
    }
}
