
.film.choose .right-button,
.photo.choose .left-button{
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transition: .6s ease-in-out;
}
@media all and (max-width:1366px){
    .film.choose .right-button,
    .photo.choose .left-button{
        top: 75%;
    }
}
@media all and (max-width:767px){
    .film.choose img,
    .photo.choose img{
        max-width: 50%;
    }
    .film.choose .right-button img,
    .photo.choose .left-button img{
        max-width: 50%;
    }
    .film.choose span,
    .photo.choose span{
        font-size: 20px;
    }
}
@media all and (max-width:575px){
    .film.choose .right-button img,
    .photo.choose .left-button img{
        max-width: 35%;
    }
    .film.choose .right-button,
    .photo.choose .left-button{
        width: 60px;
        height: 60px;
    }
}

.film.choose .right-button{
    right: 0;
    background-color: #000;
}
.film.choose:hover .right-button{
    /* transition: .6s ease-in-in; */
    width: 110px;
    background-color: #EEC95E;
    transition: .6s ease-in-out;
}
.photo.choose .left-button{
    left: 0;
    background-color: #fff;
}
.photo.choose:hover .left-button{
    transition: .6s ease-in-out;
    width: 110px;
    background-color: #EEC95E;
}
@media all and (max-width:350px){
    header .header-box .navigate-open h6{
        display: none;
    }
}

/* burger menu */
.menu-wrapper {
    transition-delay: 1.3s;
}
.menu-wrapper.active {
    right: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
}

.menu-wrapper .menu.close{
    position: fixed;
    right: 40px;
    top: 25px;
    animation-delay: 0;
    opacity: 0;
}
.menu-wrapper.active .menu.close{
    opacity: 1;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-wrapper.active .menu.close h6{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0;
    color: #fff;
}
.burger-menu{
    z-index: 1;
}

.menu-wrapper.active .m-right-info{
    background-color: #000;
}

.social-media-icons-m .mobile-social-here .social-box{
    width: auto;
    margin: 0;
}
.social-media-icons-m .mobile-social-here{
    margin-bottom: 0;
}
.social-media-icons-m .mobile-social-here a{
    width: 230px;
    height: 66px;
    border: 1px solid #fff;
    margin: 5px;
}
.social-media-icons-m .mobile-social-here i{
    font-size: 30px;
}
@media (max-width: 768px){
    .social-media-icons-m .mobile-social-here a span {
        display: inline-block;
    }
}
@media (max-width: 576px){
    .social-media-icons-m .mobile-social-here a{
        width: auto;
        height: 66px;
        border: none;
        margin: 5px;
    }
    .social-media-icons-m .mobile-social-here a span {
        display: none;
    }
}

@media only screen and (min-width: 992px){
    .social-media-icons-m {
        padding-top: 74px;
        padding-bottom: 78px;
    }
    .m-right-info .menu {
        padding-top: 0px;
    }
}

/*referances */

.referances .brand-box{
    padding: 40px;
    background-color: #000;
    transition: all .6s ease;

}
.referances .brand-box:hover{
    background-color: #F7CF50;
    transition: all .6s ease;
}
.ref-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
@media all and (max-width:1200px){
    .referances .brand-box{
        padding: 35px;
    }
}
@media all and (max-width:991px){
    .referances .brand-box{
        padding: 25px;
    }
    .ref-grid{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width:767px){
    .referances .brand-box{
        padding: 20px;
    }
    .ref-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
@media all and (max-width:576px){
    .referances .brand-box{
        padding: 10px;
    }
}

/* .fancybox-slide--image {
    background: rgba(0, 0, 0, .4);

} */
.fancybox-slide--image{
    background: transparent;
}
.fancybox-bg{
    background: rgba(0, 0, 0, .86);
}
.fancybox-container{
    backdrop-filter: blur(5px);
    --webkit--backdrop-filter: blur(5px);
}

.fancybox-navigation .fancybox-button--arrow_left svg,
.fancybox-navigation .fancybox-button--arrow_right svg{
    display: none;
}
.fancybox-navigation .fancybox-button--arrow_left{
    /*background-color: #EEC95E!important;*/
    padding: 0!important;
    width: 40%!important;
    height: 100vh!important;
    /* left: 30%!important;
    top: 50%!important; */
    top: 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_right{
    /*background-color: #EEC95E!important;*/
    padding: 0!important;
    width: 40%!important;
    height: 100vh!important;
    top: 0 !important;
    /* right: 30%!important;
    top: 50%!important; */
}
/* .fancybox-button div{
    display: none!important;
} */

.fancybox-navigation button{
    width: 60px !important;
    height: 60px !important;
    background-color: transparent !important;
}
.fancybox-navigation button > div{
    width: 60px !important;
    height: 60px !important;
    background-color: #EEC95E !important;
    position: relative;
}
.fancybox-navigation .fancybox-button--arrow_left > div::before{
    content: "\f104";
}
.fancybox-navigation .fancybox-button--arrow_right > div::before{
    content: "\f105";
}
.fancybox-navigation .fancybox-button--arrow_right > div{
    margin-left: auto;
}
.fancybox-navigation .fancybox-button--arrow_left > div::before,
.fancybox-navigation .fancybox-button--arrow_right > div::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}


@media all and (max-width:992px){
    footer{
        padding-top: 40px;
    }
}
@media all and (max-width:767px){
    footer{
        padding-top: 25px;
    }
}
@media all and (max-width:575px){
    footer .footer-box-detail i,
    footer .social-media-icons-footer i{
        font-size: 25px;
    }
    .footer-copyright-links a{
        font-size: 15px;
        line-height: 10px;
    }
}
.width-active{
    width: 48%;
}
.z-active{
    z-index: 5!important;
    width: 100%;
}
.w-zero{
    width: 0;
    z-index: -1;
}
.video-passive .logo{
    mix-blend-mode: normal;
}

header .menu h6 {
    z-index: 10;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    margin-right: 75px;
    font-family: 'Exo 2';
    margin-top: 10px;
    font-weight: 600;
}
header .burger-menu .bar3 {
    right: 0;
}
header .burger-menu .bar2 {
    right: 0;
}
.bar1, .bar2, .bar3 {
    height: 6px;
    margin:0;
    margin-bottom: 4px;
}
header .burger-menu::after{
    display: none;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -10px);
    transform: rotate(45deg) translate(-9px, -10px);
}
.burger-menu:after{
    top: -15px;
}
.cat-list .right a {
    min-width: 190px;
    width: max-content;
    padding: 8px 25px;
    background: #EEC95E;
    display: block;
    margin: 0;
    font-style: italic;
    font-weight: 500;
    color: #000000;
    align-self: start;
    font-size: 15px;
}
.cat-list .right .title{
    text-align: left;
    font-size: 30px;
}
.detail-menu a:hover, .detail-menu a.active{
    background: #F7CF50;
}
footer .rotate-box{
    z-index: 1;
}


.photo-slider .slick-initialized .slick-slide {
    display: block;
    display: flex;
    max-height: 100vh;
    justify-content: center;
}

.photo-slider .slick-initialized .slick-slide img {
    display: block;
    width: auto!important;
    padding: 0 auto!important;
    object-fit: contain;
}
@media all and (max-width:575px){
    .ytp-large-play-button{
        max-width: 45px!important;
        height: 40px!important;
        margin-left: -25px!important;
    }
}
