/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 Nov, 2024, 8:59:21 PM
    Author     : Admin
*/

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: rgba(162, 204, 58, 0.5);*/
    color: white;
    padding: 0;
    /*font-size: 16px;*/
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    z-index: 5000;
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .fullscreen-bg, .fullscreen-bg__video {
        display: block;
    }
}
@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 100%;
        top: 0;
    }
}
@media (max-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
        width: 100%;
        left: 0;
        height : 100%
            /*         height: 100vh; */
    }
}
@media only screen and (max-width: 998px) {
    .fullscreen-bg__video {
        height: 100%;   
    }
}

.fnc-slider{
    height: 650px;
}

@media only screen and (max-width: 1400px) {
    .fnc-slider{
        height: 550px;
    }
}
@media only screen and (max-width: 1200px) {
    .fnc-slider{
        height: 500px;
    }
}
@media only screen and (max-width: 1000px) {
    .fnc-slider{
        height: 390px;
    }
}


@media only screen and (max-width: 799px) {
    .fnc-slider{
        height: 285px;
    }
}
@media only screen and (max-width: 499px) {
    .fnc-slider{
        height: 200px;
    }
}
.play, .pause{
    width: 60px;
}
#mute, #unmute{
    position: relative;
    top: 2%;
    right: 1.5%;
    z-index: 5000;
    float: right;
    border: 0;
    width: 25px;
    cursor: pointer;
}
.pause, #unmute{
    display: none;
}

@media only screen and (max-width: 799px) {
    .play, .pause{                   
        width: 40px; 
    }
    #mute, #unmute{
                top: 4%;
        right: 2%;
        width: 20px;
    }
}
.poster-image1{
    background: url('../images/poster1.jpg') center center;
}
.poster-image2{
    background: url('../images/poster2.jpg') center center;
}
.poster-image3{
    background: url('../images/poster3.jpg') center center;
}

.poster-image {
    /*background: url('../images/cases/uashoe/header.jpg') center center;*/
    background-size: cover;
    bottom: 0;
    left: 1%;
    opacity: 1.0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 98%;
    transition: all 0.3s ease-in;
}

