.landing-slideshow .animated {
    transition: all 0.5s ease;
}

.landing-slideshow .slick-slide .item {
    display: block;
    background: #000;
    position: relative;
    z-index: 1;
}

.landing-slideshow .slick-slide .item .img-mosk {
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.landing-slideshow .slick-slide.slick-active .img-mosk {
    transform: scale(1);
}

.landing-sliderMain {
    position: relative;
}

.landing-sliderMain .slick-next {
    margin-right: 60px;
    border: none !important;
    background-color: transparent;
}

@media only screen and (max-width : 991px) {
    .landing-sliderMain .slick-next {
        right: 0;
        margin-right: 0px;
    }
}

.landing-sliderMain .slick-next:after {
    color: #fff;
    font-size: 60px;
}

.landing-sliderMain .slick-prev {
    margin-left: 60px;
    border: none !important;
    background-color: transparent;
}

@media only screen and (max-width : 991px) {
    .landing-sliderMain .slick-prev {
        left: 0;
        margin-left: 0px;
    }
}

.landing-sliderMain .slick-prev:after {
    color: #fff;
    font-size: 60px;
}

.landingHeader {
    padding-block: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width : 991px) {
    .landingHeader {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width : 991px) {
    .landingHeader img {
        order: -1;
        margin-bottom: 10px;
    }
}

.landingHeader__website {
    height: 45px;
    padding-inline: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    border-radius: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width : 991px) {
    .landingHeader__website {
        margin-inline: 5px;
    }
}

.landingHeader__survey {
    height: 45px;
    padding-inline: 20px;
    font-size: 12px;
    border-radius: 45px;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    background-color: #fff;
}

@media only screen and (max-width : 991px) {
    .landingHeader__survey {
        margin-inline: 5px;
    }
}

.landingHeader__survey:hover {
    background-color: #000;
    color: #fff;
}

.l-aboutSec {
    padding-top: 80px;
}

@media only screen and (max-width : 991px) {
    .l-aboutSec {
        padding-top: 40px;
    }
}

.l-aboutSec .ef1 {
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: -1;
}

@media only screen and (max-width : 991px) {
    .l-aboutSec .ef1 {
        display: none;
    }
}

.l-aboutSec .ef2 {
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: -1;
}

@media only screen and (max-width : 991px) {
    .l-aboutSec .ef2 {
        display: none;
    }
}

.l-aboutSec .l-aboutBox {
    padding: 40px;
    padding-right: 0;
    border-radius: 20px;
    background-color: #F7F7F7;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width : 991px) {
    .l-aboutSec .l-aboutBox {
        flex-direction: column;
        padding: 20px;
    }
}

.l-aboutSec .l-aboutBox__image {
    flex: 1 0 196px;
    max-width: 196px;
    text-align: center;
}

@media only screen and (max-width : 991px) {
    .l-aboutSec .l-aboutBox__image {
        margin-bottom: 20px;
        flex: 1 0 auto;
        max-width: unset;
    }
}

.l-aboutSec .l-aboutBox__desc--title {
    font-weight: 800;
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width : 991px) {
    .l-aboutSec .l-aboutBox__desc--title {
        font-size: 20px;
        text-align: center;
    }
}

.l-aboutSec .l-aboutBox__desc .post p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

@media only screen and (max-width : 991px) {
    .l-aboutSec .l-aboutBox__desc .post p {
        text-align: justify;
    }
}

.l-actorSec {
    padding-block: 50px;
}

@media only screen and (max-width : 991px) {
    .l-actorSec {
        padding-block: 40px;
    }
}

.l-actorSec__title {
    font-size: 30px;
    color: #000;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width : 991px) {
    .l-actorSec__title {
        font-size: 20px;
    }
}

.l-actorSec__slider .slick-list {
    margin-inline: -10px;
    overflow: visible;
}

.l-actorSec__slider .slick-slide {
    margin-inline: 10px;
}

.l-actorSec__slider .slick-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: -20px;
}

@media only screen and (max-width : 991px) {
    .l-actorSec__slider .slick-prev {
        margin-left: 0px;
        width: 50px;
        height: 50px;
    }
}

.l-actorSec__slider .slick-prev svg {
    transition: all 0.3s;
    transform: rotate(90deg);
    fill: #BFBFBF;
}

.l-actorSec__slider .slick-prev:after {
    display: none;
}

.l-actorSec__slider .slick-prev:hover svg {
    fill: #000;
}

.l-actorSec__slider .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: -20px;
}

@media only screen and (max-width : 991px) {
    .l-actorSec__slider .slick-next {
        margin-right: 0px;
        width: 50px;
        height: 50px;
    }
}

.l-actorSec__slider .slick-next svg {
    transition: all 0.3s;
    transform: rotate(90deg);
    fill: #BFBFBF;
}

.l-actorSec__slider .slick-next:after {
    display: none;
}

.l-actorSec__slider .slick-next:hover svg {
    fill: #000;
}

.l-actorSec.changeBg {
    background-color: #F7F7F7;
}

.actorBox {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.actorBox img {
    width: 100%;
}

.actorBox__detail {
    border-radius: 0px 0px 15px 15px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    padding: 30px;
    padding-top: 100px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.actorBox__detail--title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 7px;
}

.actorBox__detail--film {
    color: #BFBFBF;
    font-size: 14px;
}

.l-voteSec {
    padding-block: 90px;
    position: relative;
}

@media only screen and (max-width : 991px) {
    .l-voteSec {
        padding-block: 40px;
    }
}

.l-voteSec .ef1 {
    position: absolute;
    left: -40px;
    top: 25px;
    z-index: -2;
}

@media only screen and (max-width : 991px) {
    .l-voteSec .ef1 {
        display: none;
    }
}

.l-voteSec .ef2 {
    position: absolute;
    right: -40px;
    top: 25px;
    z-index: -2;
}

@media only screen and (max-width : 991px) {
    .l-voteSec .ef2 {
        display: none;
    }
}

.l-voteSec .l-voteSec__box {
    padding: 30px 40px 40px 40px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width : 991px) {
    .l-voteSec .l-voteSec__box {
        padding: 20px;
        flex-direction: column;
    }
}

.l-voteSec .l-voteSec__box:before {
    content: "";
    z-index: -1;
    display: block;
    background: #f7f7f7;
    filter: blur(30px);
    position: absolute;
    right: -20px;
    left: -20px;
    bottom: -20px;
    top: -20px;
}

.l-voteSec .l-voteSec__box--title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}

@media only screen and (max-width : 991px) {
    .l-voteSec .l-voteSec__box--title {
        font-size: 20px;
    }
}

.l-voteSec .l-voteSec__box--detail {
    font-size: 14px;
    color: #000;
}

@media only screen and (max-width : 991px) {
    .l-voteSec .l-voteSec__box--detail {
        line-height: 2;
    }
}

.l-voteSec .l-voteSec__box--link {
    color: #fff;
    border-radius: 25px;
    font-size: 12px;
    background-color: #000;
    border: 1px solid #000;
    width: 150px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width : 991px) {
    .l-voteSec .l-voteSec__box--link {
        margin-top: 20px;
    }
}

.l-voteSec .l-voteSec__box--link:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.l-gallerySec {
    padding-bottom: 70px;
}

@media only screen and (max-width : 991px) {
    .l-gallerySec {
        padding-bottom: 40px;
    }
}

.l-gallerySec__slider .slick-list {
    margin-inline: -10px;
}

.l-gallerySec__slider .slick-slide {
    margin-inline: 10px;
}

.l-gallerySec__title {
    font-weight: 800;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width : 991px) {
    .l-gallerySec__title {
        font-size: 20px;
    }
}

.l-gallerySec__btn {
    margin-top: 30px;
    border: 1px solid #000;
    background-color: #000;
    font-size: 12px;
    color: #fff;
    width: 150px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.l-gallerySec__btn:hover {
    background-color: #fff;
    color: #000;
}

.l-voteSec__box--link {
    transition: all 0.3s;
}






.actorBox .imageRadio .actorBox__detail {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    transform: translateY(35px);
    transition: all 0.3s;
}

.actorBox .imageRadio .actorBox__detail .actorBox__detail--title {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.actorBox .imageRadio .actorBox__detail .actorBox__detail--film {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.actorBox .imageRadio .actorBox__detail--poll {
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 15px;
    background: rgb(217, 0, 0);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.actorBox .imageRadio .actorBox__detail--poll i {
    display: flex;
    align-items: center;
    margin-left: 5px;
    font-size: 18px;
}

.actorBox input:checked+.imageRadio .actorBox__detail {
    transform: translateY(0);
}

@media screen and (max-width:991px){

    .landingHeader .logo_hafez {
		order: -1;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
    }
}