/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: WideLatinRegular;
    src: url(/img/WideLatinRegular.ttf);
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.cdsvhjvbhjed{
    width: 60%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #000;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 1024;
    background-color: #000;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.main-header img {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
    top: 45px;
}

.menu-icon {
    width: 40px;
    height: 40px;
    /* border: 1px solid rgb(212, 186, 186); */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    right: 10px;
}

.menu-icon span {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.79);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    border-radius: 30px;
    margin: 3px 0;
}

.menu-icon:hover span {
    background-color: white;
}

.menu-icon.active span {
    background-color: white;
}

.menu-icon.active span:nth-child(1) {
    width: 50%;
}

.menu-icon.active span:nth-child(2) {
    width: 90%;
}

.menu-icon.active span:nth-child(3) {
    width: 50%;
}


.breaking-bx {
    height: 44px;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 15px; */
    /* margin-top: 15px; */
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: opacity 0.6s 2.1s ease-in-out;
    -o-transition: opacity 0.6s 2.1s ease-in-out;
    transition: opacity 0.6s 2.1s ease-in-out;
}

.brealink-slider-bx {
    white-space: nowrap;
}

.brealink-slider-bx a {
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0px 10px;
    text-decoration: none;
}

.brealink-slider-bx a span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #fff;
}

.text-bx{
    display: none;
    margin-top: 15px;
}

.cs-hed {
    color: red;
    font-size: 2.5rem;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    font-family: WideLatinRegular !important;
    white-space: nowrap;
    -webkit-transition: opacity 0.6s 0.7s ease-in-out;
    -o-transition: opacity 0.6s 0.7s ease-in-out;
    transition: opacity 0.6s 0.7s ease-in-out;
}

.sn-hed {
    color: white;
    font-size: 2.5rem;
    text-align: center;
    margin: 0px 0 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    font-family: WideLatinRegular !important;
    white-space: nowrap;
    -webkit-transition: opacity 0.6s 1.4s ease-in-out;
    -o-transition: opacity 0.6s 1.4s ease-in-out;
    transition: opacity 0.6s 1.4s ease-in-out;
}

.active{
    opacity: 1 !important;
    visibility: visible !important;
}

.content-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
}

.video-bx {
    position: relative;
}

.video-back {
    margin: auto;
    display: block;
    width: 90%;
    height: 85vh;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.video-back.active{
    width: 90%;
    height: 65vh;
}

.video-bx .muted {
    background-color: silver;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.video-bx .muted:hover {
    background-color: #fff;
    color: #000;
}

.video-bx .muted.up {
    background-color: #fff;
}

.video-bx .muted .fa-volume-off {
    position: relative;
    left: -1px;
    color: #525252;
}

.video-bx .muted .fa-volume-off {
    position: relative;
    left: -1px;
    color: #525252;
}

.video-bx .muted .fa-volume-up {
    position: relative;
    left: -1px;
    color: #000;
}


.video-slider-home {
    background-color: rgb(255 255 255 / 56%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #000;
    /* -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); */
}
  
.video-slider-home.play,
.video-slider-home:hover{
    background-color: white;
}
  
  
.video-slider-home .fa-play {
    position: relative;
    left: 2px;
    top: 1px;
}
  
  
.video-slider-home .fa-pause {
    position: relative;
    left: 0px;
    top: 1px;
}
  


.icon-r-bx {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-perspective: 400px;
    perspective: 400px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.icon-r-ani {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-animation: filo-logo 8s infinite;
    animation: filo-logo 8s infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 130px;
    height: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.icon-r-ani .icons-f,
.icon-r-ani .icons-b {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-r-ani .icons-f {
    background-image: url('/img/favicon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.icon-r-ani .icons-b {
    background-image: url('/img/favicon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

@-webkit-keyframes filo-logo {

    0%,
    5% {
        -webkit-transform: rotatey(0deg);
        transform: rotatey(0deg);
    }

    45%,
    50% {
        -webkit-transform: rotatey(180deg);
        transform: rotatey(180deg);
    }

    100% {
        -webkit-transform: rotatey(360deg);
        transform: rotatey(360deg);
    }
}

@keyframes filo-logo {

    0%,
    5% {
        -webkit-transform: rotatey(0deg);
        transform: rotatey(0deg);
    }

    45%,
    50% {
        -webkit-transform: rotatey(180deg);
        transform: rotatey(180deg);
    }

    100% {
        -webkit-transform: rotatey(360deg);
        transform: rotatey(360deg);
    }
}


.popup-main{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background: #0000007a;
    padding: 10px;
    box-sizing: border-box;
}

.popup-bx{
    position: relative;
    background-color: white;
    width: 100%;
    max-width: 992px;
    margin: 30px auto;
    border-radius: 5px;
    padding: 10px 20px 50px 20px;
    overflow: auto;
    height: fit-content;
}

.popup-bx h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: red;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Verdana;
}

.popup-bx h3 img{
    width: 120px;
    margin: 0 10px;
}

.popup-bx p a,
.popup-bx p{
    font-size: 16px;
    line-height: 1.5;
    color: red;
    font-weight: 500;
    text-decoration: none;
    font-family: Verdana;
}

.popup-bx p a:hover{
    text-decoration: underline;
}

.popup-bx p span{
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-family: 'Syncopate', sans-serif;
}

.ma-0{
    margin: 2px 0;
}

.close-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: black;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.close-icon:hover{
    color: red;
}

.close-icon svg{
    width: 100%;
    height: 100%;
    color: currentColor;
}

.close-btn{
    border: 1px solid black;
    font-size: 14px;
    padding: 3px 10px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.close-btn:hover{
    background-color: red;
    border-color: red;
    color: white;
}











@media screen and (max-width:768px) {
    .cs-hed {
        font-size: 2rem;
        margin: 10px 0 10px;
    }

    .sn-hed {
        font-size: 2rem;
        margin: 0px 0 10px;
    }

    .popup-bx h3{
        font-size: 40px;
    }

    .popup-bx h3 img{
        width: 100px;
    }

    .popup-bx p a,
    .popup-bx p{
        font-size: 15px;
    }

    .popup-bx p span{
        font-size: 15px;
    }
}

@media screen and (max-width:576px) {
    .cs-hed {
        font-size: 1.5rem;
    }

    .sn-hed {
        font-size: 1.5rem;
    }

    .popup-bx {
        padding: 10px 15px 50px 15px;
    }
    
    .popup-bx h3{
        font-size: 28px;
    }

    .popup-bx h3 img{
        width: 80px;
    }

    .popup-bx p a,
    .popup-bx p{
        font-size: 14px;
    }

    .popup-bx p span{
        font-size: 14px;
    }

}

@media screen and (max-width:420px) {
    .popup-bx h3{
        font-size: 24px;
    }
    .popup-bx h3 img{
        width: 60px;
    }
    .close-icon {
        position: absolute;
        right: 5px;
        top: 5px;
    }    

}

@media screen and (max-width:400px) {
    .cs-hed {
        font-size: 1.3rem;
    }

    .sn-hed {
        font-size: 1.3rem;
    }
}

@media screen and (max-width:370px) {
    .cs-hed {
        font-size: 1rem;
    }

    .sn-hed {
        font-size: 1rem;
    }
}