/*
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 : Mar 15, 2022, 10:20:04 PM
    Author     : pc
*/

/*For VIDEO */
.film-container .box {
    position: relative;
    /* height: 130px;
    line-height: 150px; */
    overflow: hidden;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.box__bottom,
.box__top,
.box__left,
.box__right {
    position: absolute;
    /* width: inherit;
    height: inherit;
    text-align: center;
    line-height: inherit; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
}

.box__bottom:before,
.box__top:before,
.box__left:before,
.box__right:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.box__bottom:hover,
.box__top:hover,
.box__left:hover,
.box__right:hover {
    transform: translateX(0);
    z-index: 1;
}

.box__bottom:hover:before,
.box__top:hover:before,
.box__left:hover:before,
.box__right:hover:before {
    width: 100%;
    height: 100%;
    transform: none;
}

.box__right {
    background: rgba(0, 0, 0, 0.43);
    transform: translateX(100%);
}

.box__right:before {
    right: 100%;
    bottom: 0;
    transform-origin: 100% 100%;
}

.box__right:hover~.box__center {
    transform: translateX(-100%);
}

.box__left {
    background: rgba(0, 0, 0, 0.43);
    transform: translateX(-100%);
}

.box__left:before {
    left: 100%;
    transform-origin: 0 0;
}

.box__left:hover~.box__center {
    transform: translateX(100%);
}

.box__top {
    background: rgba(0, 0, 0, 0.43);
    transform: translateY(-100%);
}

.box__top:before {
    top: 100%;
    right: 0;
    transform-origin: 100% 0;
}

.box__top:hover~.box__center {
    transform: translateY(100%);
}

.box__bottom {
    background: rgba(0, 0, 0, 0.43);
    transform: translateY(100%);
}

.box__bottom:before {
    bottom: 100%;
    left: 0;
    transform-origin: 0 100%;
}

.box__bottom:hover~.box__center {
    transform: translateY(-100%);
}

.film-container {
    width: 100%;
    /* float: left; */
    position: relative;
}

.film-container .row {
    /* height: 445px; */
    position: relative;
}

.film-container.film-open .row {
    height: 80vh;
}

.film-container .row .single-film {
    width: 32%;
    height: auto;
    /* float: left; */
    padding: 0px 15px;
    position: absolute;
    z-index: 4;
}

.film-container .row .single-film:not(.single-film-in):not(.single-film-animate) {
    position: relative;
}
/*
.film-container .row .single-film:nth-child(1) {
  top: 0%;
  left: 0%;
  transition: all ease 0.8s;
}

.film-container .row .single-film:nth-child(2) {
  top: 0%;
  left: 33%;
  transition: all ease 0.8s;
}

.film-container .row .single-film:nth-child(3) {
  top: 0%;
  left: 66%;
  transition: all ease 0.8s;
}

.film-container .row .single-film:nth-child(4) {
  top: 55%;
  left: 0%;
  transition: all ease 0.8s;
}

.film-container .row .single-film:nth-child(5) {
  top: 55%;
  left: 33%;
  transition: all ease 0.8s;
}

.film-container .row .single-film:nth-child(6) {
  top: 55%;
  left: 66%;
  transition: all ease 0.8s;
}*/

.film-container .row .single-film .play-video {
    transition: all ease 0.8s;
    background: #0c101b;
}

.film-container .row .single-film .play-video video {
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
}

.film-container .row .single-film .box-pay-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 9;
}

.film-container .row .single-film .video-tag-close {
    transition: all ease 0.5s;
    position: absolute;
    top: 0px;
    right: 9px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    background: #0c101b;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
}

.film-container .row .single-film .box {
    width: 100%;
    transition: all ease 0.8s;
}

.film-container .row .single-film .box .play-movie-icon {
    color: #fff;
    font-size: 45px;
    line-height: 0;
    font-weight: bold;
}

.film-container .row .single-film .film-information {
    width: 100%;
    float: left;
    margin-top: 6%;
    transition: all ease 0.8s;
}

.film-container .row .single-film .film-information p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 13px;
    margin: 0;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.film-container .row .single-film.single-film-animate {
    left: 33% !important;
    top: 33% !important;
    transition: all ease 0.8s;
    bottom: 33%;
    right: 33%;
    transition: all ease 0.8s;
}

.film-container .row .single-film.single-film-animate .film-information {
    opacity: 0;
    transition: all ease 0.8s;
}

.film-container .row .single-film.single-film-animate .box-pay-icon {
    transition: all ease 0.8s;
    display: none !important;
}

.film-container .row .single-film.single-film-active {
    z-index: 6;
}

.film-container .row .single-film.video-min {
    transition: all ease 0.8s;
    display: block;
    opacity: 1;
}

.film-container .row .single-film.video-min video {
    margin: 0 auto !important;
    height: 0% !important;
    width: 0% !important;
    margin-left: 40% !important;
    margin-top: 20% !important;
    overflow: hidden !important;
}

.film-container .row .single-film.single-film-in {
    z-index: 6;
    transition: all ease 0.8s;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    width: 100% !important;
}

.film-container .row .single-film.single-film-in .box {
    height: 100% !important;
    transition: all ease 0.8s;
    width: 100% !important;
    overflow: visible;
}

.film-container .row .single-film.single-film-in .play-video {
    transition: all ease 0.8s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 1 !important;
}

.film-container .row .single-film.single-film-in .play-video video {
    transition: all ease 0.8s;
    width: 100%;
    height: 100%;
}

.film-container .row .single-film.single-film-in:hover .video-tag-close {
    transition: all ease 0.8s;
    opacity: 1;
}
/*
END Video

/*remodal*/
.remodal-wrapper {
    padding: 0px 0px 0;
}

.remodal-close:before{
    left:10px;
}
.remodal{
    max-width: 1450px!important;
    background: transparent!important;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

}
/* remove padding on mobile */
@media only screen and (max-width: 641px){
    .remodal {
        padding: 4px!important;
    }
    /* align close menu on mobile */
    .remodal-close{
        top: -40px;  
    }
    #event_modal video{
        width: 100% !important;
        height: auto !important;
    }
}

/* change icon align to left */
.remodal-close{
    right: 0px;
    left: auto;
}

.video-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px; 
    height: 0; 
    overflow: hidden; 

} 
.video-container iframe, .video-container object, .video-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
.ch_mute{
    position: absolute;
    bottom: 0;
}