@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

.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;
    right: 4rem;
    bottom: 4rem;
    z-index: 10;
    cursor: pointer;
    background: rgb(14,158,199);
    padding: 1em;
    width: 60px;
    color: rgb(255,255,255);
    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: rgb(252,176,64);
}

.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,
.carousel-control-prev {
    font-size: 3rem;
    color: rgba(255,255,255,0.6) !important;
    opacity: 1;
    width:2%;
    font-weight:400!important;
}

.carousel-control-next:visited,
.carousel-control-prev:visited {
    color: rgb(255,255,255) !important;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: rgb(252,176,64) !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-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#carousel .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: inherit;
    display: block;
    background: -moz-linear-gradient(left, rgba(41 41 41 / 86%) -10%, rgba(0,0,0,0) 185%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(41 41 41 / 86%) -10%,rgba(0,0,0,0) 185%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(41 41 41 / 86%) -10%,rgba(0,0,0,0) 185%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61f1f1f', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    z-index: 5;
}

.carousel-caption {
    position: absolute;
    top: 45%;
    left: 45%;
    bottom: 17rem;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0); 
    width: 68%; 
}
.carousel-left {
    text-align: left;
    width: 80%;
}
.carousel-right{
    width:20%;
}
.carousel-caption h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: rgb(255,255,255);
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-shadow: #292929 1px 0 10px;
}

.carousel-caption h3 {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 3.1rem;
    color: rgb(255,255,255);
    margin-bottom: 0;
    letter-spacing: 2px;
    text-shadow: #292929 1px 0 10px;
}

.carousel-caption p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgb(255,255,255);
    margin-bottom: 0;
    margin-top: 1rem;
    line-height: 23px;
    padding-right: 3rem;
}

.carousel-caption a,
.carousel-caption a:link {
    max-width: 200px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.25rem;
    color: rgb(255,255,255);
    position: relative;
    display: block;
    padding: 0.6rem 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: #184241;
    margin-top: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.carousel-caption a:visited {
    color: rgb(255,255,255);
}

.carousel-caption a:hover {   
    background: #006B36;
}

.carousel-caption a:active {    
    background: #006B36;
}

.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: rgb(227,83,13);
    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: rgb(255,255,255);
    background: rgb(252,176,64);
}

.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;
}



/*********************************************************
MEDIA QUERY
*********************************************************/
@media only screen and (max-width: 1680px) {
        
    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
}
@media only screen and (max-width:1590px){
    .carousel-caption h2 {
        font-size: 2.25rem;
    }
    .carousel-caption h3 {
        font-size: 2.85rem;
    }
    .carousel-caption p {
        font-size: 1.15rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 1.15rem;
    }
}
@media only screen and (max-width:1330px) {
    .carousel-caption h2 {
        font-size: 2rem;
    }

    .carousel-caption h3 {
        font-size: 2.5rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 1190px) {
    

    .carousel-caption h2 {
        font-size: 1.7rem;
    }

    .carousel-caption h3 {
        font-size: 2.2rem;
    }
    .carousel-caption a, .carousel-caption a:link {       
        font-size: 0.9rem;
    }
}
@media only screen and (max-width: 1120px) { 
    .carousel-caption a, .carousel-caption a:link {       
        font-size: 0.79rem;
    }
}

@media only screen and (max-width:1050px) {
    .carousel-left {
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
    .carousel-right {
        width: 25%;
    }
}

@media only screen and (max-width:800px) {
    .carousel-caption {
        width: 80%;
    }
}

@media only screen and (max-width:785px) {
    .carousel-inner > figure > video,
    .backVideo,
    #playPauseButton,
    #volumeButton,
    .btnScrollDown {
        display: none;
    }

    .fallbackImg {
        display: block;
    }

    .carousel-indicators {
        bottom: 1rem;
    }

    .carousel-indicators li {
        background: rgba(22,87,81,0.8);
    }

    .carousel-indicators .active {
        background: rgba(252,176,64,0.8);
    }

    .carousel-control-next,
    .carousel-control-prev {
        font-size: 2rem;        
        bottom: 8rem;
        width: 5%;
        top: auto;
    }

    .carousel-item:after {
        content: normal;
    }

    .carousel-caption {
        position: relative;
        top: 72%;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-left: 0;
        padding: 3rem 2rem;
        text-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;        
        text-align: center;
        background: #054A4A;
        border-radius:0;
    }
    .carousel-left {
        float: none;
        text-align: center;
        width: 100%;
    }
	
    .carousel-right {
        width: 100%;
    }
    
    .carousel-caption h2 {
        font-size: 1.15rem;
    }
    .carousel-caption p {        
        padding-right: 0;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        max-width: 190px;
        bottom: 0;
        margin-top: 1rem;
        font-size: 0.9rem;
        padding: 0.7rem 3rem;
        display: inline-block;
        box-shadow: none;
        background: #F2F6F6;
        color: #292929;
        font-weight: 700;
    }
}

@media only screen and (max-width:685px) {
    .carousel-caption h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width:500px) {
    .carousel-caption{
        padding:2rem 1rem;
    }
    .carousel-caption h2 {
        font-size: 1rem;
    }
    .carousel-caption h3 {
        font-size: 1.5rem;
    }
}