﻿.page-film-detail-wrapper {
    margin-top: -31px;
    padding: 115px 0;
    position: relative;
    background: #000;
}

.page-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    filter: blur(12px);
}

@media only screen and (max-width:768px) {
    .mobile-view.star-right-area {
        position: relative;
    }

    .star-right-area img {
        width: inherit;
        margin: auto;
        display: flex;
        z-index: 300000;
    }

    .point-info-view {
        display: flex;
        position: relative;
        z-index: 30000;
    }

    .star-egg-mobile .point-info-view img {
        margin-top: 9px !important;
    }

    .star-right-area img {
        width: 35px;
        margin: auto;
        display: flex;
    }

    .mobile-view-egg-icon{
        width:35px!important;
    }
}

.comment-modal {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: #000000ad;
    display:none;
}

.comment-modal-content {
    width: 100%;
    height: 100vh;
}


.comment-modal-content-arrow {
    width: 113px !important;
    position: absolute;
    top: 162px;
    right: 23%;
}

.comment-modal-content-title {
    width: 233px!important;
    position: absolute;
    top: 26%;
    left: 25%;
}




    .page-bg-top::after {
        width: 100%;
        height: 130%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(255, 255, 255);
        background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 30% );
        content: "";
        pointer-events: none;
        opacity: 0.5;
    }

    .page-bg-top::before {
        width: 100%;
        height: 20%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 68% );
        content: "";
        pointer-events: none;
        z-index: 2;
        top: auto;
        opacity: 1;
        opacity: 1;
        transform: rotate(-180deg);
    }

    .page-bg-top .img-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.breadcrumb-area {
    position: relative;
}

.breadcrumb-right-top {
    display: flex;
}

    .breadcrumb-right-top a {
        display: flex;
        align-items: center;
        margin-right: 24px;
    }

        .breadcrumb-right-top a:last-child {
            margin-right: 0;
        }

    .breadcrumb-right-top span {
        width: max-content;
        color: #fff;
        margin-left: 8px;
    }

.social-head-detail {
    display: flex;
    padding-left: 24px;
    margin-left: 16px;
    position: relative;
}

    .social-head-detail::after {
        width: 1px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: #fff;
    }

    .social-head-detail a {
        margin-left: 10px;
        margin-right: 0;
    }

.breadcrumb-right-top a img {
    width: 24px;
    height: 24px;
}

.moviePoster .img {
    border-radius: 20px;
}

.film-detail-content {
    margin-top: 20px;
}

.film-info-area {
    margin-top: 50px;
}

    .film-info-area span {
        color: #bfc0c1;
        display: flex;
        align-items: center;
        margin-left: 8px;
    }

        .film-info-area span small {
            padding: 0px 0 0 4px;
            font-size: 100%;
        }

.item-info {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .item-info img {
        height: 20px;
        width: 20px;
    }

.date-container-tooltip {
    position: relative;
    background: #fff;
    color: #000 !important;
    font-size: 12px;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    font-weight: bold;
    position: relative;
    border-radius: 6px;
    margin-left: 12px !important;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

    .date-container-tooltip::after {
        position: absolute;
        left: -5px;
        content: "";
        top: 50%;
        border-right: 5px solid #ffffff;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        transform: translate(0, -50%);
    }

.pre-sale-btn {
    background: #000;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out 0s;
}

    .pre-sale-btn:hover {
        color: #000;
        background: #fff;
    }

.detail-butons-top {
    display: flex;
    align-items: center;
}

.icon-btn {
    background: #fff;
    width: 80px;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 10px;
    display: flex;
}

    .icon-btn img {
        width: 100%;
    }

.moviePoster {
    padding-right: 30px;
}

.film-detail-content .title-top {
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
}

.film-detail-content .subTitle {
    font-weight: 300;
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 30px;
}

.mobile-view {
    display: none !important;
}

.exclusive-halls-area {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: -4px;
}

    .exclusive-halls-area .halls-content {
        display: flex;
        align-items: center;
        flex-basis: 10%;
        box-sizing: border-box;
        padding: 0px 6px;
        gap: 10px;
        height: 36px;
        background: #ffffff73 !important;
        border-radius: 999px;
        justify-content: center;
        cursor: pointer;
    }

        .exclusive-halls-area .halls-content:hover {
            background: #fff !important;
        }

@media only screen and (max-width: 1463px) and (min-width: 1440px) {
}

@media only screen and (max-width: 1440px) {
    .exclusive-halls-area .halls-content {
        flex-basis: 12%;
    }

    .film-info-text-area p {
        font-size: 14px; /* color: #b8b8b8; */
    }

    .film-detail-right {
        width: 67%;
    }

    .comment-send-area textarea {
        margin-top: 60px;
    }

    .moviePoster {
        width: 30%;
    }
}

@media only screen and (min-width:1480px) and (max-width:1920px){
    .film-info-text-area{
        width:78%;
    }

    .exclusive-halls-area {
        width: 82%; 
    }

    .star-list {
        right: -30%;
    }
}

@media only screen and (min-width:1345px) and (max-width:1480px) {
    .film-info-text-area {
        width: 59%;
    }

    .exclusive-halls-area {
        width: 66%;
    }

    .star-list {
        right: -30%;
    }
}

@media only screen and (min-width:1210px) and (max-width:1345px) {
    .film-info-text-area {
        width: 51%;
    }

    .exclusive-halls-area {
        width: 58%;
    }

    .star-list {
        right: -8%!important;
        top:0px;
    }

    .film-detail-content .title-top {
        width: 57%;
    }
}

@media only screen and (max-width: 1178px) {
    .exclusive-halls-area .halls-content {
        flex-basis: 18%;
    }
}

@media only screen and (max-width: 1024px) {
    .exclusive-halls-area .halls-content {
        flex-basis: 27%;
    }

    .page-film-detail-wrapper {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 812px) {
    .exclusive-halls-area .halls-content {
        flex-basis: 18%;
    }

        .exclusive-halls-area .halls-content img {
            width: 89px;
            height: 15px;
        }
}

@media only screen and (min-width: 1024px) {
    .exclusive-halls-area .halls-content img {
        width: 84px;
        height: 18px;
    }

    .meeting-datepicker-month {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .exclusive-halls-area .halls-content img {
        width: 84px;
        height: 22px;
    }
}

.halls-content svg {
    width: 100%;
    height: auto;
}

.film-info-icons {
    margin: 30px 0;
    display: flex;
}

    .film-info-icons img {
        margin-right: 14px;
    }

.film-info-text-area {
    color: #fff;
    opacity: 0.7;
}

    .film-info-text-area b {
        font-family: ProximaNovaRegular;
        font-weight: 600;
    }

.film-info-text-area {
    line-height: 1.8;
}

.film-detail-bottom-btns {
    display: flex;
    margin-top: 48px;
}

@media only screen and (max-width:768px){
    .film-detail-bottom-btns {
      flex-wrap:wrap;
    }
        .film-detail-bottom-btns a {

            width: 100%;
            margin: 10px 0px;
        }

    .point-view-btn {
        margin-top: 10px;
        width: 100%;
        background: #000;
        color: #fff;
        border: 1.5px solid #fff;
        border-radius: 999px;
        padding: 12px 24px;
        height: 48px;
        font-size: 16px;
        font-weight: 700;
    }

}

    .film-detail-bottom-btns a.cgv-btn {
        display: flex;
        border: 2px solid #98a726;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #98a726;
        border-radius: 999px;
        color: #fff;
        font-family: ProximaNovaRegular;
        height: 48px;
        padding: 0 40px;
        margin-right:15px;
    }

    .film-detail-bottom-btns a {
        border: 2px solid #fff;
        height: 48px;
        padding: 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        margin-right: 16px;
    }

        .film-detail-bottom-btns a span {
            margin-right: 12px;
            color: #fff;
            font-family: ProximaNovaRegularBold;
        }

.film-summary {
    margin-top: 80px;
}

    .film-summary p {
        color: #fff;
        font-size: 16px;
    }

    .film-summary h5 {
        color: #fff;
        font-size: 16px;
        font-family: ProximaNovaRegularBold;
    }


.point-container {
    width: 100%;
    position: relative;
    padding: 0px 100px;
    margin-top: 60px;
}

.point-vote-container {
    display: flex;
    justify-content: flex-start;
    width:100%;
    margin-top:30px;
}

.point-container h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
}

    .point-container h3 {
        font-family: ProximaNovaRegularBold;
        font-size: 24px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 25px;
    }


.point-area {
    width: 50%;
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    margin-right: 62px;
    height:336px;
    gap:24px;
}

.point-images {
    position: relative;
    width: 100%;
    display:flex;
    height:100px;
}

.point-image-box {
    position: absolute;
    max-width: 81px;
    text-align: center;
}

.point-image-box.point-0 {
    left:0;
}

    .point-image-box.point-65 {
        left: 60%;
    }

    .point-image-box.point-85 {
        left: 79%;
    }


    .point-image-box img {
        width: 49px;
        height: 48px;
    }

.point-image-text {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 6px 0px;
    max-width: 81px;
    text-align: center;
}

.range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#range {
    -webkit-appearance: none;
    width: 100%;
    background: #F5F6F8;
    height:8px;
    border-radius:99px;
    z-index:1000;
    position:relative;
}

    #range:focus {
        outline: none;
    }

#range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(to right, #98A726, #98A726 var(--range-progress), #F5F6F8 var(--range-progress), #F5F6F8);
    border-radius: 1rem;
}




.point-slide-steps {
    display: flex;
    justify-content: flex-start;
    margin-top: 0px;
}
    .point-slide-steps .step {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        position: relative;
        color: #656B6F;
 
    }

        .point-slide-steps .step::before {
            background: #DEE2E8;
            width: 1.5px;
            height: 6px;
            display: block;
            content: "";
            position: absolute;
            top: -8px;
            left: 8px;
        }

    .step-0{
        width:65%;
        
    }

    .step-0::before{
        left:3px!important;
    }

    .step-65{
        width:20%;
    }

    .step-85{
        width:15%;
    }

    #range::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 8px solid #fff;
        border-radius: 50%;
        background: #98A726;
        cursor: pointer;
        height: 28px;
        width: 28px;
        transform: translateY(calc(-50% + 4px));
        box-shadow: 0px 2.54px 5.07px 0px #0000002B;
    }

#tooltip {
    position: absolute;
    bottom: -20px;
}

    #tooltip span {
        position: absolute;
        text-align: center;
        display: block;
        line-height: 1;
        padding: 6px 16px;
        font-family: ProximaNovaRegularBold;
        color: #fff;
        border-radius: 4px;
        background: #98A726;
        font-size: 14px;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, 0);
    }

        #tooltip span:before {
            position: absolute;
            content: "";
            left: 47%;
            top: -16px;
            transform: translate(-38%);
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-bottom-color: #98A726;

        }


.point-right {
    background: #fff;
    width: 50%;
    padding: 32px;
    border-radius: 16px;
    gap: 24px;
}
    .point-right h3 span {
        font-weight: 400;
        font-size: 20px;
        opacity: .5;
    }

.point-right-box {
    display: flex;
    justify-content: flex-start;
    height:50px;
    margin-top:8px;
}

.point-right-title {
    width: 23%;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-left: 0px;
    display: inline-block;
}

.point-right-votes {
    display: inline-block;
    position: relative;
    top: -18px;
    width: 83%;
}

.point-right-title span{
    display:inline-block;
    margin-left:4px;
}

input.egg{
    position:relative;
    display:none;
}

label.egg {
    float: right;
    padding: 10px 4px;
    font-size: 36px;
    color: #B99410;
    transition: all .2s;
    opacity: 1;
    cursor: pointer;
    position:relative;
}

input.egg:checked ~ label.egg:before {
    content: '';
    background: url(../img/eggFill.svg) no-repeat;
    background-size: 100%;
    color: #B99410;
    transition: all .25s;
    opacity: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.point-right-votes input.egg-1:checked ~ label.egg:before {
    background: url(../img/eggFill.svg) no-repeat;
}

.egg:after {
    position: absolute;
    top: 7px;
    content: '';
    font-size: 0;
    color: gold;
    opacity: 0;
    opacity: 1 !important;
}

label.egg:after {
    content: '';
    background: url(../img/hoverEgg.svg) no-repeat;
    background-size: 100%;
    color: #B99410;
    transition: all .25s;
    opacity: 1;
    display: inline-block;
    width: 15px;
    height: 10px;
    left:10px;
    background-size: contain;
    display:none;
}

label.egg:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.egg:before {
    /* font-size: 60px; */
    content: '';
    position: relative;
    display: block;
    color: #000000;
    opacity: 1 !important;
    background: url(../img/egg-empty-vote.svg) no-repeat;
}
.point-right-votes .egg:hover ~ ::before {
    background: url(../img/eggFill.svg) no-repeat;
    background-size: contain;
}

.egg:hover ~  ::after {
    display: block;
}

@media only screen and (max-width:1064px){
    .egg:hover ~ ::after {
        display: none;
    }
}

.point-btn-container{
    width:100%;
    margin-top:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}

    .point-btn-container .point-btn {
        width: 396px;
        height: 48px;
        padding: 12px 24px 12px 24px;
        gap: 8px;
        border-radius: 999px;
        background: #98A726;
        color: #fff;
        border: 1px solid #98a726;
        transition: all 0.4s;
        font-family: ProximaNovaRegularBold;
        font-size:16px;
    }

    .point-btn-container .point-btn:hover{
        background:#000;
        border:1px solid #fff;
    }

.close-point-modal{
    display:none;
}

@media only screen and (max-width:768px) {

    .film-detail-bottom-btns a.cgv-btn {
        margin-right: 0px;
    }

    .point-container {
            position: fixed;
            bottom: 0px;
            border-radius: 24px 24px 0px 0px;
            z-index: 30000;
            background: #fff;
            padding:0px 20px;
            display:none;
        }

        .point-container h3 {
            font-size: 20px;

        }

    .point-right h3 span {
        font-size: 17px;
    }

        .point-vote-container {
            flex-wrap: wrap;
            margin-top: 0px;
        }

        .point-area {
            width: 100%;
            padding: 10px 0px;
            background: #fff;
            border-radius: 16px;
            margin-right: 0px;
            height: auto;
            gap: 24px;
        }

    .close-point-modal {
        display: block;
        position: absolute;
        top: 48px;
        right: 20px;
    }

    .point-images {
        position: relative;
        width: 100%;
        display: flex;
        height: 100px;
        margin-top: 37px;
    }

        .point-image-text {

            font-size: 12px;

        }

        .point-image-box.point-65 {
            left: 55%;
        }

        .point-image-box.point-85 {
            left: 73%;
        }

        .point-right {
            background: #fff;
            width: 100%;
            padding: 60px 0px;
            border-radius: 16px;
            gap: 24px;
        }

    .point-right-title {
        font-size: 12px;
        width: 113px;
    }

    .point-right-votes {
        top: -13px;
        left: -10px;
    }

 

         label.egg:before {
                content: "";
                display: inline-block;
                width: 15px;
                height: 30px;
         }

        input.egg:checked ~ label.egg:before {
            width: 15px;
            height: 30px;
       
        }



  

        .point-btn-container {
            width: 100%;
            margin-top: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            top: -21px;
        }

        .point-btn-container .point-btn {
            width: 244px;
            background: #fff;
            color: #000;
            font-size: 16px;
            border: 1.5px solid #CFD4DD;
        }

            .point-btn-container .point-btn:hover {
                width: 244px;
                background: #98a726;
                color: #fff;
                font-size: 16px;
                border: 1.5px solid #98a726;
            }


    .point-info-view{
        display:flex;
    }

    .point-info-view span{
        margin-right:9px;
    }

        .point-info-view img {
            width: 17px !important;
            position: relative;
            left: -4px;
            top: -4.2px;
        }

    .vote-info {

        top: 2px;

    }

    .star-list.mobile img {
        width: 24px;
    }

    .star-list.mobile .star-vote {
        font-size: 27px;
        top: 6px;
    }

    .star-list.mobile {
        position: fixed!important;
        background: #fff!important;
        bottom: 0px!important;
        z-index: 30000!important;
        left: 0px!important;
        width: 100%!important;
        height: auto!important;
        right: 0px!important;
        border-radius:24px 24px 0px 0px;
    }

    .close-list-modal {
        display: block!important;
        position: absolute;
        right: 14px;
        top: 37px;
    }

    .point-view-btn {
        display: block!important;
    }

    }


@media only screen and (min-width:768px) and (max-width:1024px){
    .point-vote-container {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-top: 30px;
        flex-wrap: wrap;
    }



    .point-area {
        width: 100%;
        padding: 26px;
        background: #fff;
        border-radius: 16px;
        margin-right: 0px;
        height: auto;
        gap: 24px;
    }
    .point-right {
        background: #fff;
        width: 100%;
        padding: 26px;
        border-radius: 16px;
        margin-top: 21px;
        gap: 24px;
    }

    .point-right-title {
        width: 125px;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        margin-left: 0px;
        display: inline-block;
    }

    .close-list-modal {
        display: block!important;
        position: absolute;
        right: 15px;
        top: 36px;
    }


    .star-list.mobile {
        right: 5%!important;
    }

    .point-info-view {
        display: flex;
    }

        .point-info-view span {
            margin-right: 9px;
        }

        .point-info-view img {
            width: 17px!important;
            position: relative;
            left: -3px;
            top: -1px;
        }

    .point-view-btn {
        margin: 0px 0px;
        width: 46%;
        margin-left: 10px;
        margin-bottom: 11px;
    }

    .twt-icon {
        width: 25px;
    }
}

@media only screen and (min-width:766px) and (max-width:768px){
    .point-image-box.point-65 {
        left: 60%;
    }

    .point-image-box.point-85 {
        left: 78%;
    }

    .point-container {
        display: block;
        left: -5px;
        bottom: 0px;
    }

    .twt-icon {
        width: 25px;
    }
}

@media only screen and (min-width:1210px) and (max-width:1420px){
    .star-list {
        position: absolute!important;
        width: 345px!important;
        height: 310px!important;
        padding: 30px!important;
        border-radius: 16px!important;
        background: #fff!important;
        right: -5%!important;
        top: -21px!important;
    }
}


.point-view-btn {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 999px;
    padding: 12px 24px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    display:none;
}

.star-list.mobile {
    display: none;
}

.close-list-modal{
    display:none;
}

.comment-send-area {
    width: 100%;
    position: relative;
}

    .comment-send-area form {
        position: relative;
    }

    .comment-send-area textarea {
        width: 100%;
        border: 1px solid #3d4245;
        padding: 32px;
        background: none;
        border-radius: 8px;
        outline: none;
        color: #fff;
        height: 148px;
        resize: none;
        margin-top: 100px;
    }

    .comment-send-area button {
        position: absolute;
        right: 10px;
        bottom: 20px;
        font-family: ProximaNovaRegularBold;
        padding: 0 30px;
        height: 40px;
    }

.btn-sub {
    display: flex;
    border: 2px solid #98a726;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #98a726;
    border-radius: 999px;
    color: #fff;
    font-family: ProximaNovaRegular;
    height: 48px;
    padding: 0 40px;
    transition: 0.4s ease-in-out 0s;
}

    .btn-sub:hover {
        border: 2px solid #fff;
        background: none;
    }

.allCommentArea {
    margin-top: 10px;
    margin-bottom: 120px;
}

.allTopArea .left-txt {
    font-size: 20px;
    color: #fff;
    font-family: ProximaNovaRegular;
    font-weight:600;
}

.allTopArea select {
    background: #3d4245;
    height: 56px;
    border-radius: 8px;
    padding: 0 16px;
    color: #fff;
    opacity: 0.6;
    outline: none;
    border: 0;
}

.allCommentArea .allTopArea {
    margin-bottom: 23px;
    margin-top: 23px;
}

.comment-item {
    background: #3d4245;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 10px;
}

    .comment-item * {
        color: #fff;
    }

    .comment-item .egg-icon {
        width: 23px;
        height: auto;
        position: relative;
 
    }

        .comment-item .egg-icon.empty-egg {
            top: -4px;
        }

        .comment-item .comment-text {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 10px;
        }

.userInfoBox {
    display: flex;
    align-items: center;
}

    .userInfoBox .nameShorten {
        width: 32px;
        height: 32px;
        font-family: ProximaNovaRegularBold;
        background: #525252;
        border: 2px solid #fff;
        border-radius: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .userInfoBox .name {
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1;
    }

        .userInfoBox .name span {
            font-size: 14px;
        }

        .userInfoBox .name small {
            font-size: 12px;
            opacity: 0.5;
            font-weight: normal;
            margin-top: 5px;
            display: flex;
        }

    .userInfoBox .star-area {
        margin-left: 32px;
        display: flex;
        align-items: center;
    }

        .userInfoBox .star-area span {
            font-size: 20px;
            font-family: ProximaNovaRegularBold;
            margin-left: 8px;
        }

.allBtn {
    border: 2px solid #fff;
    height: 48px;
    padding: 0 40px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transition: 0.4s ease-in-out 0s;
    margin: auto;
    margin-top: 22px;
}

    .allBtn span {
        color: #fff;
        font-family: ProximaNovaRegularBold;
    }

    .allBtn:hover {
        border: 2px solid #98a726;
        background: #98a726;
    }

.filter-select {
    background: #3d4245;
    height: 56px;
    border-radius: 8px;
    padding: 0 16px;
    color: #fff;
    opacity: 0.6;
    outline: none;
    border: 0;
}

/* vizyondakiler slide */
.tab-btns-area {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}

    .tab-btns-area h2 {
        margin-right: 60px;
        display: flex;
        align-items: flex-end;
        cursor: pointer;
        transition: 0.4s ease-in-out 0s;
        color: rgb(255 255 255 / 50%);
        position: relative;
        align-items: center;
        font-size: 30px;
    }

        .tab-btns-area h2:after {
            width: 0%;
            height: 4px;
            transition: 0.4s ease-in-out 0s;
            background: #fff;
            content: "";
            position: absolute;
            right: 0;
            bottom: -10px;
        }

        .tab-btns-area h2:hover:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        .tab-btns-area h2.activeItem:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        .tab-btns-area h2.activeItem {
            color: #fff;
        }

        .tab-btns-area h2:hover {
            color: #fff;
        }

        .tab-btns-area h2 .number {
            width: 10px;
            font-size: 15px;
            position: relative;
            background: #98a726;
            padding: 5px 2px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100px;
            right: 0;
            padding: 4px 13px;
            color: #fff;
            font-family: ProximaNovaRegularBold;
            bottom: 0;
            margin-left: 12px;
            margin-bottom: 0;
        }

        .tab-btns-area h2:last-child {
            margin-right: 0;
        }

.tab-fade {
    transition: opacity 0.5s;
}

.tab-hidden {
    opacity: 0;
    display: none;
}

.tab-visible {
    opacity: 1;
    display: block;
}

.star-list {
    position: absolute;
    width: 390px;
    height: auto;
    padding: 30px;
    border-radius: 16px;
    background: #fff;
    right: -29.5%;
}

.star-top-area {
    font-family: ProximaNovaRegularBold;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
}

.star-vote {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
    display: inline-block;
    position: relative;
    top: 7px;
}

.vote-info {
    border: 1px solid #98A726;
    background: #98A726;
    color: #fff;
    display: inline;
    border-radius: 4px;
    padding: 4px 8px;
    margin-left: 6px;
    font-size: 12px;
    position: relative;
    top:-1px;
    letter-spacing: 0px;
}

    .vote-info::before {
        position: absolute;
        content: "";
        left: -8%;
        top: 2px;
        transform: translate(-38%);
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right-color: #98A726;
    }



.star-list p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin-top:36px;
}

.vote-process-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}
.vote-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    width:87px;
}

.vote-process-bar {
    background: #E7E7E7;
    width: 68%;
    height: 22px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 2px;
}

.vote-process-bar .active-bar {
        width: 73%;
        height: 100%;
        background: #98A726;
}

.vote-value {
    font-size: 16px;
    font-family: ProximaNovaRegularBold;
    line-height: 28px;
    text-align: left;
    color: #98A726;
}

.star-right-area {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}

    .star-right-area span {
        font-size: 30px;
        margin-left: 10px;
        color: #fff;
        font-family: ProximaNovaRegularBold;
    }

@media only screen and (min-width: 768px) {
    .film-detail-content .title-top {
        font-size: 23px;
    }
}

@media only screen and (min-width: 1024px) {
    .film-detail-content .title-top {
        font-size: 28px;
    }

    .star-right-area span {
        font-size: 26px;
        padding: 4px 0 0 0;
        margin-left: 5px;
    }

    .star-right-area img {
        width: 25px;
    }
}

@media only screen and (min-width: 1440px) {
    .film-detail-content .title-top {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1920px) {
    .film-detail-content .title-top {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1920px) {
    .film-detail-content .title-top {
        font-size: 48px;
        width: 700px;
    }
}

@media only screen and (max-width: 1440px) {
    .tab-btns-area h2 {
        margin-right: 40px;
        font-size: 18px;
    }

    .film-summary {
        margin-top: 48px;
    }
}

/* vizyondakiler slide */

.detail-butons-top .movie-banner-vip-button img {
    width: 41px;
    height: 30px;
    margin-right: -4px;
    position: relative;
    left: -11px;
    top: 5px;
}

.detail-butons-top .movie-banner-vip-button {
    width: auto;
    height: 42px;
    padding-right: 0;
    justify-content: center;
    display: flex;
    margin-right: 20px;
    padding: 0 19px;
}

    .detail-butons-top .movie-banner-vip-button span {
        font-size: 14px;
    }

@media only screen and (max-width: 1210px) {
    .breadcrumb-area {
        align-items: center;
    }

    .film-detail-content .title-top {
        margin: 0;
        font-size: 20px;
        margin-bottom: 0;
    }

    .page-bg-top {
        height: 110vh;
        top: 0;
    }

    .page-bg-top {
        filter: blur(15px);
    }

    .page-breadcrumb-section {
        margin-top: 0;
    }

    .breadcrumb-fixed ul {
        margin-bottom: 0;
    }

    .pre-sale-btn {
        height: 35px;
    }

    .icon-btn {
        padding: 3px 17px;
    }

    .moviePoster {
        width: 100%;
        display: flex;
        padding-right: 15px;
    }

    .film-info-area {
        margin-top: 0;
        padding: 0 0 0 20px;
        width: 80%;
    }

    .moviePoster .img {
        width: 50% !important;
        margin: auto;
        margin-bottom: 30px;
    }

    .film-info-icons,
    .exclusive-halls-area,
    .star-right-area,
    .film-detail-content .subTitle,
    .film-detail-content .title-top,
    .detail-butons-top {
        display: none;
    }

    .film-detail-right {
        width: 100%;
        margin-top: 20px;
    }

    .breadcrumb-right-top {
        display: none;
    }

    .mobile-view {
        display: flex !important;
    }

    .star-right-area span {
        font-size: 22px;
    }

    .star-right-area img {
        width: 22px;
        margin: auto;
        display: flex;
    }

    .breadcrumb-area-mobile a {
        display: flex;
        margin-right: 0;
        width: 100%;
        line-height: 1.2;
        align-items: center;
        justify-content: start;
    }

        .breadcrumb-area-mobile a span {
            color: #fff;
            width: max-content;
            font-size: 13px;
        }

    .breadcrumb-area-mobile {
        margin-bottom: 20px;
    }

    .film-info-area span {
        color: #fff;
    }

    .film-info-icons img {
        margin-right: 14px;
        width: 35px;
    }

    .film-detail-bottom-btns a {
        font-size: 16px !important;
        padding: 0 20px !important;
        width: 100%;
    }

        .film-detail-bottom-btns a img {
            width: 12px;
        }

    .film-info-text-area b {
        color: #fff;
        opacity: 1;
    }

    .film-info-text-area {
        opacity: 1;
        color: #b8b8b8;
    }

    .social-head-detail::after {
        display: none;
    }

    .social-head-detail {
        margin-left: 0;
        margin-top: 16px;
        padding-left: 0;
    }

        .social-head-detail span {
            color: #fff;
        }

    .film-detail-bottom-btns {
        display: none;
        margin-top: 40px;
    }

    .film-summary {
        margin-top: 30px;
    }

    .comment-send-area textarea {
        margin-top: 40px;
    }

    .allTopArea .left-txt {
        display: none !important;
    }

    .allTopArea select {
        width: 100%;
        margin-bottom: 10px;
    }

    .allCommentArea {
        margin-top: 22px;
        margin-bottom: 70px;
    }

    .tab-btns-area h2 {
        margin-right: 30px;
        font-size: 18px;
    }

    .filter-right-area {
        display: none !important;
    }

    .tab-btns-area {
        display: flex;
        margin-bottom: 35px;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 50px;
    }

    .star-right-area {
        right: 20px;
    }

    .film-detail-content .subTitle {
        margin-top: 8px;
        font-size: 14px;
    }

    .announcements-news-section .section-header {
        margin-bottom: 20px !important;
    }

    .filter-select {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .page-breadcrumb-section {
        margin-top: 110px;
    }
}

@media only screen and (max-width: 1000px) {
    .page-breadcrumb-section {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 680px) {
    .moviePoster {
        flex-direction: column;
        padding-right: 20px;
    }

    .film-summary p {
        font-size: 14px;
    }

    .film-info-area {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .film-info-area .items-info {
            width: 80%;
        }

        .film-info-area .film-info-icons {
            width: 20%;
            margin: 0 !important;
            justify-content: flex-end;
            align-items: flex-start;
            padding-left: 0;
        }

    .breadcrumb-area-mobile {
        margin: auto;
        display: flex;
        margin-bottom: 30px;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .film-info-icons img {
        margin-right: 2px;
        width: 25px;
    }

    .film-info-area span {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.5);
    }

    .page-bg-top {
        height: 60vh;
    }

    .date-container-tooltip {
        font-size: 11px !important;
        padding: 0 5px;
        display: none !important;
    }

    .film-detail-content .title-top {
        margin: 0;
        font-size: 18px;
        margin-bottom: 0;
    }

    .star-right-area span {
        margin-left: 0;
        font-size: 16px;
        margin-top: 2px;
    }

    .film-info-area span small {
        font-size: 100%;
    }

    .tab-btns-area h2:after {
        bottom: -10px;
    }

    .tab-btns-area {
        margin-top: -10px;
    }

    .userInfoBox .star-area {
        margin-left: 72px;
    }

    .mobile-view.star-right-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tab-btns-area h2 .number {
        width: 10px;
        font-size: 12px;
        padding: 5px 2px;
        right: 0;
        padding: 4px 14px;
        padding-top: 7px;
        margin-left: 6px;
    }

    .allCommentArea .allTopArea {
        margin-top: 20px;
    }

    .comment-send-area textarea {
        padding: 24px;
    }

    .comment-send-area button {
        padding: 0 20px;
        height: 32px;
        font-size: 14px;
    }

    .twt-icon {
        width: 25px;
    }
}

@media screen and (min-width: 320px) {
    .page-content {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .page-content {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media screen and (min-width: 1024px) {
    .page-content {
        padding-left: 12rem;
        padding-right: 12rem;
    }
}

@media screen and (min-width: 1919px) {
    .page-content {
        padding-left: 23.438rem;
        padding-right: 23.438rem;
    }
}

.movie-banner-tech-item img {
    width: 56px;
    height: 16px;
    object-fit: fill !important;
}

.movie-left-banner:hover .movie-trailer-area {
    display: flex;
}

@media screen and (max-width: 480px) {
    .movie-left-banner {
        display: flex;
        justify-content: center;
    }

        .movie-left-banner .movie-trailer-area {
            display: flex;
        }

    .movie-trailer-play-btn {
        width: 40px;
        height: 40px;
    }

        .movie-trailer-play-btn img {
            width: 20px;
            height: 20px;
            position: relative;
            left: 2px;
        }
}

/*
  Tablet vertical    
*/
.movie-summary-tablet {
    display: none;
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
    .moviePoster .img {
        width: 100% !important;
    }

    .breadcrumb-area-mobile {
        gap: 28px;
    }

    .film-info-icons {
        margin: 18px 0;
    }

    .film-detail-bottom-btns a {
        width: 46%;
    }

    .movie-trailer-play-btn {
        width: 60px;
        height: 60px;
    }

        .movie-trailer-play-btn img {
            width: 20px;
            height: 20px;
        }

    .movie-trailer-area {
        display: flex;
        height: 92%;
    }

    .film-detail-content .title-top {
        font-size: 28px;
    }

    .movie-summary-tablet {
        display: block;
    }

    .film-detail-bottom-btns {
        margin-top: 26px;
    }

    .social-head-detail span {
        margin-left: 0;
        font-size: 14px;
    }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .moviePoster .img {
        width: 100% !important;
    }

    .breadcrumb-area-mobile {
        gap: 28px;
    }

    .film-info-icons {
        margin: 18px 0;
    }

    .film-detail-bottom-btns a {
        width: 32%;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .visionaries--swiper--lazy {
        height: 445px !important;
    }
}

.movie-detail-content-mobile {
    display: none;
}

@media screen and (max-width: 1210px) {
    .film-detail-right {
        display: none;
    }

    .movie-detail-content-mobile {
        display: block;
        width: 100%;
    }
}


@media only screen and (max-width: 681px) and (min-width: 481px) {
    .moviePoster .img {
        width: 50% !important;
    }

    .movie-left-banner div {
        display: flex;
    }
}

@media only screen and (max-width: 480px) {
    .moviePoster .img {
        width: 50% !important;
    }

    .movie-left-banner div {
        display: flex;
    }
}

@media only screen and (max-width: 1210px) and (min-width: 1180px) {
    .moviePoster .img {
        width: 100% !important;
    }
}



@media only screen and (max-width: 480px) {
    .breadcrumb-area-mobile a {
        justify-content: center;
    }

        .breadcrumb-area-mobile a span {
            font-size: 12px;
        }
}


@media only screen and (min-width:1024px) and (max-width:1300px){

    .point-area {
        width: 50%;
        padding: 32px;
        background: #fff;
        border-radius: 16px;
        margin-right: 62px;
        height: auto;
        gap: 24px;
    }

    .point-right-title {
        width: 118px;
        font-size: 12px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        margin-left: 0px;
        display: inline-block;
    }

        .point-right-title img {
            width: 14px;
        }

    label.egg:before {
        content: "";
        display: inline-block;
        width: 15px;
        margin-top: 12px;
        height: 30px;
        background-size: contain;
    }

    input.egg:checked ~ label.egg:before {
        width: 15px;
        height: 30px;
        background-size: contain !important;
    }

    label.egg:after {
        left: 6px;
        top: 11px;
        background-size: contain;
        display: none;
    }

    .point-container h3 {
        font-family: ProximaNovaRegularBold;
        font-size: 19px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 25px;
    }

    .point-image-box img {
        width: 34px;
        height: 38px;
    }

    .point-image-text {
        display: block;
        font-size: 10px;
        font-weight: 700;
        line-height: 13px;
        margin: 6px 0px;
        max-width: 81px;
        text-align: center;
    }
    .point-image-box.point-65 {
        left: 58%;
    }

    .point-image-box.point-85 {
        left: 72%;
    }

    .point-right-box {
        display: flex;
        justify-content: flex-start;
        height: 39px;
    }

    #tooltip span {
        position: absolute;
        text-align: center;
        display: block;
        line-height: 1;
        padding: 3px 13px;
        font-family: ProximaNovaRegularBold;
        color: #fff;
        border-radius: 4px;
        background: #98A726;
        font-size: 11px;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, 0);
    }

    .point-slide-steps .step {
        font-size: 9px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        position: relative;
        color: #656B6F;
    }

        .point-slide-steps .step::before {
            background: #DEE2E8;
            width: 1.5px;
            height: 6px;
            display: block;
            content: "";
            position: absolute;
            top: -8px;
            left: 5px;
        }

    .egg-icon-dt {
        width: 27px;
       
    }

    .star-vote {
        font-size: 29px;
        top: 5px;
    }

    .vote-info {
        padding: 4px 8px;
        margin-left: 6px;
        font-size: 11px;
        top: -2px;
    }

    .star-list p {
        font-size: 13px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        margin-top: 7px;
    }

    .star-list {
        padding: 12px 30px !important;
        height: auto !important;
        width: 39% !important;
        top: 0px !important;
    }

    .vote-title {
        font-size: 13px;
    }


}

@media only screen and (min-width:1180px) and (max-width:1300px) {


    .point-image-box.point-65 {
        left: 59%;
    }

    .point-image-box.point-85 {
        left: 75%;
    }


}


@media only screen and (min-width:1300px) and (max-width:1400px) {

    .point-area {
        width: 50%;
        padding: 32px;
        background: #fff;
        border-radius: 16px;
        margin-right: 62px;
        height: auto;
        gap: 24px;
    }

    .point-right-title {
        width: 118px;
        font-size: 12px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        margin-left: 0px;
        display: inline-block;
    }

        .point-right-title img {
            width: 14px;
        }

    label.egg:before {
        content: "";
        display: inline-block;
        width: 20px;
        margin-top: 8px;
        height: 30px;
        background-size: contain;
    }

    input.egg:checked ~ label.egg:before {
        width: 20px;
        height: 30px;
        background-size: contain !important;
    }

    label.egg:after {
        left: 6px;
        top: 11px;
        background-size: contain;
        display: none;
    }

    .point-container h3 {
        font-family: ProximaNovaRegularBold;
        font-size: 19px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 25px;
    }

    .point-image-box img {
        width: 34px;
        height: 38px;
    }

    .point-image-text {
        display: block;
        font-size: 10px;
        font-weight: 700;
        line-height: 13px;
        margin: 6px 0px;
        max-width: 81px;
        text-align: center;
    }

    .point-image-box.point-65 {
        left: 60%;
    }

    .point-image-box.point-85 {
        left: 76%;
    }

    .point-right-box {
        display: flex;
        justify-content: flex-start;
        height: 39px;
    }

    #tooltip span {
        position: absolute;
        text-align: center;
        display: block;
        line-height: 1;
        padding: 3px 13px;
        font-family: ProximaNovaRegularBold;
        color: #fff;
        border-radius: 4px;
        background: #98A726;
        font-size: 11px;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, 0);
    }

    .point-slide-steps .step {
        font-size: 9px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        position: relative;
        color: #656B6F;
    }

        .point-slide-steps .step::before {
            background: #DEE2E8;
            width: 1.5px;
            height: 6px;
            display: block;
            content: "";
            position: absolute;
            top: -8px;
            left: 5px;
        }



    .egg-icon-dt {
        width: 27px;
    }

    .star-vote {
        font-size: 29px;
        top: 5px;
    }

    .vote-info {
        padding: 4px 8px;
        margin-left: 6px;
        font-size: 11px;
        top: -2px;
    }

    .star-list p {
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        margin-top: 7px;
    }

    .star-list {
        padding: 12px 30px !important;
        height: auto !important;
        width: 38% !important;
    }

    .vote-title {
        font-size: 14px;

    }

}


@media only screen and (min-width:1400px) and (max-width:1600px) {


    .point-area {
        width: 50%;
        padding: 32px;
        background: #fff;
        border-radius: 16px;
        margin-right: 62px;
        height: auto;
        gap: 24px;
    }

    .point-right-title {
        width: 118px;
        font-size: 12px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        margin-left: 0px;
        display: inline-block;
    }

        .point-right-title img {
            width: 14px;
        }

    label.egg:before {
        content: "";
        display: inline-block;
        width: 20px;
        margin-top: 8px;
        height: 30px;
        background-size: contain;
    }

    input.egg:checked ~ label.egg:before {
        width: 20px;
        height: 30px;
        background-size: contain !important;
    }

    label.egg:after {
        left: 6px;
        top: 11px;
        background-size: contain;
        display: none;
    }

    .point-container h3 {
        font-family: ProximaNovaRegularBold;
        font-size: 19px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 25px;
    }

    .point-image-box img {
        width: 34px;
        height: 38px;
    }

    .point-image-text {
        display: block;
        font-size: 10px;
        font-weight: 700;
        line-height: 13px;
        margin: 6px 0px;
        max-width: 81px;
        text-align: center;
    }

    .point-image-box.point-65 {
        left: 61%;
    }

    .point-image-box.point-85 {
        left: 77.5%;
    }

    .point-right-box {
        display: flex;
        justify-content: flex-start;
        height: 39px;
    }

    #tooltip span {
        position: absolute;
        text-align: center;
        display: block;
        line-height: 1;
        padding: 3px 13px;
        font-family: ProximaNovaRegularBold;
        color: #fff;
        border-radius: 4px;
        background: #98A726;
        font-size: 11px;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, 0);
    }

    .point-slide-steps .step {
        font-size: 9px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        position: relative;
        color: #656B6F;
    }

        .point-slide-steps .step::before {
            background: #DEE2E8;
            width: 1.5px;
            height: 6px;
            display: block;
            content: "";
            position: absolute;
            top: -8px;
            left: 5px;
        }

    .star-list p {
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        margin-top: 7px;
    }

    .star-list {
        padding: 12px 30px !important;
        height: auto !important;
        width: 38% !important;
    }

    .vote-title {
        font-size: 14px;
    }

    .egg-icon-dt {
        width: 27px;
    }

    .star-vote {
        font-size: 29px;
        top: 5px;
    }

    .vote-info {
        padding: 4px 8px;
        margin-left: 6px;
        font-size: 11px;
        top: -2px;
    }

    .star-list p {
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        margin-top: 7px;
    }

    .star-list {
        padding: 12px 30px !important;
        height: auto !important;
        width: 43% !important;
    }

    .vote-title {
        font-size: 14px;
    }

}


.twt-icon {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.egg-icon-dt {
    width: 32px;
    margin-top: 6px;
}

.egg-icon-dt.empty-egg{
    margin-top:0px;
}

 @media only screen and (min-width:768px) and (max-width:1200px){
    .star-egg-mobile {
        display:block!important;
    }

        .star-egg-mobile .point-info-view{
            display:flex;
        }

            .star-egg-mobile .point-info-view img {
                width: 15px;
                margin-left: 5px;
                margin-top: 14px;
            }


            .close-list-modal {
        display: block!important;
        position: absolute;
        right: 14px;
        top: 37px;
    }

    .point-view-btn {
        display: block!important;
    }

    .star-list {
        position: absolute;
        width: 390px;
        height: 320px;
        padding: 30px;
        border-radius: 16px;
        background: #fff;
        right: 2%;
    }

    .star-list.mobile img {
        width: 30px;
    }

    .star-list.mobile .star-vote {
        font-size: 32px;
        top: 12px;
    }
    .vote-info {
    
        top: 3px;
   
    }
 }





 @media only screen and (max-width:820px){
    .star-egg-mobile .point-info-view img {
        width: 15px;
        margin-left: 5px;
        margin-top: 10px;
    }
 }



.comment-detail {
    position: relative;
    color: #000 !important;
    margin-left: 7px;
    height:40px;
    width:30px;
    top:7px;
}

.comment-detail-info {
    width: 18px;
    margin-top: -1px;
}

.comment-detail:hover .star-list-comment{
    display:block;
}

.star-list-comment {
    color: #000 !important;
    position: absolute;
    background: #fff;
    width: 348px;
    height: 230px;
    padding: 24px;
    border-radius: 12px;
    z-index: 3000 !important;
    top: 40px;
    left: -157px;
    display:none;
}

    .star-list-comment::after {
        width: 0;
        height: 0;
        border-bottom: 20px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        display: block;
        content: "";
        top: -10px;
        left: 42%;
    }

    .star-list-comment p {
        color: #000 !important;
        color: #000;
        font-size: 14px;
        font-weight: 700;
    }

.star-list-comment-title {
    display: flex;
    justify-content: space-between;

}

.star-list-comment-title-right {
    align-items: center;
    position: relative;
    top: -15px;
}

.star-list-comment-title-right img {
    width: 32px;
    height: 32px;
}

.star-list-comment-title-right .star-vote {
    font-size: 17px !important;
    color: #000;
    font-weight: 700;
    margin-left: 0px !important;
}

.star-list-comment-title-right .vote-info {
    font-size: 12px !important;
    margin-left: 8px;
    margin-left: 10px !important;
    top: 2px;
}

.point-box{
    display:flex;
}

.point-title{
    width:110px;
}

    .point-title span {
        color: #000!important;
        font-size: 12px!important;
    }

    .point-title img {
        width: 16.5px;
        height: 16.5px;
    }

.point-votes {
    height: 22px;
    display: block;
    position: relative;
    top: -28px;

}


        .point-votes .egg:hover ~ ::after {
            display: none!important;
        }


        .point-votes input, .point-votes label {
            pointer-events: none;
        }

@media only screen and (min-width:768px) and (max-width:2800px){

    

    .point-votes label.egg {
        float: right;
        padding: 10px 4px;
        font-size: 36px;
        color: #B99410;
        transition: all .2s;
        opacity: 1;
        cursor: pointer;
        position: relative;
    }

      .point-votes label.egg:before {
            content: "";
            display: inline-block;
            width: 11px!important;
            margin-top: 12px;
            height: 15px!important;
            background-size: contain;
        }

}

@media only screen and (max-width:768px){
    .star-list-comment {
        color: #000 !important;
        position: absolute;
        background: #fff;
        width: 357px;
        height: 230px;
        padding: 20px 12px;
        border-radius: 12px;
        z-index: 3000 !important;
        top: 40px;
        left: -312px;
        display: none;
    }
    .point-title {
        width: 98px;
    }

    .point-votes {
        height: 22px;
        display: block;
        position: relative;
        top: -14px;
    }

    .star-list-comment-title-right .vote-info {
        font-size: 12px !important;
        margin-left: 8px;
        margin-left: 10px !important;
        top: 3px;
    }

    .comment-detail-info {
        width: 18px;
        margin-top: -3px!important;
    }

    .star-list-comment::after {
        left: 84%!important;
    }

}


@media only screen and (max-width:413px) {
    .star-list-comment {

        left: -308px !important;
    }

        .star-list-comment::after {
            left: 83% !important;
        }
  
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .star-list-comment {
        left: -262px!important;

    }

        .star-list-comment::after {
            left: 72% !important;
        }
}


@media only screen and (max-width:425px) {
    .star-list-comment {
        left: -311px;
    }
}

@media only screen and (max-width:376px) {
    .star-list-comment {
        left: -299px!important;
    }

        .star-list-comment::after {
            left: 81% !important;
        }
}


.egg-icon-cinema{
    position:relative;

}

    .egg-icon-cinema.empty-egg {
        top: -3.5px;
    }

@media only screen and (min-width:1460px) {
    .point-right {
        height: 336px;
    }
}


.golden-banner {
    max-width: 60%;
    margin: 0px auto;
    padding: 70px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.golden-banner img{
    width:100%;
    display:none;
}

@media only screen and (max-width:768px){
    .golden-banner {
    display:none;
    }
}


/*New Comment Section Styling*/
.comment-container{
    display:flex;
    flex-direction:column;
    row-gap:24px;
    width:100%;
    padding-top:24px;
}
.comment-container .comments-top-container{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.comments-top-container .comments-title-container .comments-title {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;
    font-family: ProximaNovaRegular;
    font-weight:600;
}
.search-filter-container .search-filter-select {
    background-color: #3D4245;
    border: 1px solid #3D4245;
    padding: 16px 42px 16px 16px;
    border-radius: 8px;
    background-color: #3D4245;
    border: 1px solid #3D4245;
    padding: 16px 42px 16px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF99;
}
.comment-container .comments-info-container {
    background-color: #3D4245;
    padding:16px 24px;
    border-radius:16px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:column;
    row-gap:24px;
}
.comments-info-container .comments-info-text-container{
    display:flex;
    flex-direction:column;
    row-gap:8px;
    max-width:295px;
}
.comments-info-text-container .comments-info-head {
    font-family: ProximaNovaRegular;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;
}
.comments-info-text-container .comments-info-sub-p {
    font-family: ProximaNovaRegular;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color:white;
}
.comments-info-container .comments-info-grid-container {
    display: grid;
    column-gap: 24px;
    align-items: center;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.comments-info-grid-container .info-grid-item-card {
    width: 100%;
    height: 105px;
    background-color: #6B6F71;
    box-shadow: 0px 10px 22px 0px #0000001A, 0px 40px 40px 0px #00000017, 0px 90px 54px 0px #0000000D, 0px 161px 64px 0px #00000003, 0px 251px 70px 0px #00000000;
    border-radius: 8px;
    padding: 17px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.info-grid-item-card-border{
    position:relative;
}

.comments-info-grid-container .info-grid-item-card-border::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(to bottom, #ceff61 -31%, rgb(119 124 127) 68%);
    border-radius: 8px;
    z-index: 0;
}
.info-grid-item-card-border-bottom {
    position: relative;
}

.comments-info-grid-container .info-grid-item-card-border-bottom::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(to top, #ceff61 -31%, rgb(119 124 127) 68%);
    border-radius: 8px;
    z-index: 0;
}
.info-grid-item-card .info-numbers-text {
    font-family: ProximaNovaRegularBold;
    font-size: 34px;
    line-height: 51px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 0;
}
.info-grid-item-card .info-number-sub-text {
    padding: 0;
    margin: 0;
    font-family: ProximaNovaRegular;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: white;
}
.comments-list-container{
    display:flex;
    flex-direction:column;
    row-gap:24px;
}
.comment-list-item-container {
    background-color: #3D4245;
    padding: 32px;
    border-radius: 16px;
}
.comment-item-header {
    padding-bottom: 25px;
    border-bottom: 1px solid #FFFFFF1A;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.comment-item-header .comment-header-left{
    display:flex;
    align-items:center;
    column-gap:16px;
}
.comment-header-inner, .user-profile-inner {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.user-profile-holder {
    min-width: 36px;
    min-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #525252;
    border: 1px solid #F5F6F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-profile-holder span {
    font-family: ProximaNovaRegularBold;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.comment-header-left .user-name {
    font-family: ProximaNovaRegular;
    font-size: 16px;
    line-height: 24px;
    color: white;
    font-weight:600;
}
.comment-date {
    font-family: ProximaNovaRegular;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF4D;
    font-weight:600;
}
.comment-header-left .vip-info-holder {
    background-color: #FFE223B0;
    border: 1px solid #FFFFFF4D;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    color:white;
}
.comment-header-left .vip-info-holder span{
    font-family: ProximaNovaRegularBold;
    font-size: 12px;
    line-height: 18px;
}
.comment-header-right{
    display:flex;
    align-items:center;
    column-gap:8px;
}
.comment-header-right .egg-text{
    color:white;
    font-family: ProximaNovaRegular;
    font-size: 24px;
    line-height: 38px;
    font-weight:600;
}
.comment-header-right .right-info-holder svg{
    position:relative;
    top:-3px;
}
.comment-item-text-container {
    padding: 24px 0;
    border-bottom: 1px solid #FFFFFF1A;
}
.comment-item-text-container .comment-item-text{
    font-size: 16px;
    line-height: 24px;
    color:#FFFFFF;
}
.comment-item-footer{
    padding-top:24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.comment-item-footer .comment-footer-left .comment-replies-btn {
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 12px;
    border: 0;
    outline: 0;
    font-family: ProximaNovaRegular;
    font-size: 16px;
    line-height: 24px;
    color:#FFFFFF;
    font-weight:600;
}
.commnet-item-footer .comment-footer-left .comment-replies-btn:focus{
    outline:0;
    border:0;
}
.comment-replies-btn svg{
    transition:transform 200ms ease-in-out
}
.transform-backwards{
    transform:rotate(-180deg);
}
.comment-item-footer .comment-footer-right{
    display:flex;
    column-gap:24px;
    align-items:center;
}
.comment-footer-right .add-review-button {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    background-color: #33383A;
    border-radius: 24px;
    padding: 8px 16px;
    border: 0;
    transition: background 300ms ease-in-out;
    color:white;
}
.comment-footer-right .add-review-button:focus{
    border:0;
    outline:0;
}
.comment-footer-right .add-review-button:hover {
    background: #98A726;
}
.comment-footer-points{
    display:flex;
    align-items:center;
    column-gap:24px;
}
.comment-footer-points .comment-footer-like-btn{
    background-color:transparent;
    border:0;
    display:flex;
    align-items:center;
    column-gap:8px;
    font-family: ProximaNovaRegular;
    font-size: 14px;
    line-height: 21px;
    color: white;
    font-weight:600;
}
.comment-footer-points .comment-footer-like-btn svg{
    transition: all 200ms ease-in-out;
}
.comment-footer-like-btn.active-btn {
    color: #9ECB3B;
}
 .comment-footer-like-btn.active-btn svg{
    fill: #9ECB3B;
    stroke: #9ECB3B;
 }
.comment-review-reply{
    padding-top:24px;
    display:flex;
    align-items:center;
    column-gap:12px;
}
.reply-input-container {
    position: relative;
    width: 100%;
    border-radius: 999px;
    background-color: #33383A;
    display: flex;
    padding: 10px 16px;
    justify-content: space-between;
}
.reply-input-container .review-input{
    border:0;
    outline:0;
    background-color:transparent;
    font-size: 14px;
    line-height: 24px;
    width:100%;
    font-size: 14px;
    line-height: 24px;
    color:white;
    padding-right:20px;
    height:100%;
    padding-left:16px;
}
.reply-inp-sub-container{
    width:100%;
}
.review-button-container {
    display: flex;
    column-gap: 8px;
    align-items: center;
}
.review-button-container .review-cancel-btn{
    border-radius:24px;
    color:white;
    background-color:#FFFFFF1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding:4px 16px;
    min-width: max-content;
}
.review-button-container .review-cancel-btn-sub{
    border-radius:24px;
    color:white;
    background-color:#FFFFFF1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding:4px 16px;
    min-width: max-content;
}
.reply-cancel-btn{
    border-radius:24px;
    color:white;
    background-color:#FFFFFF1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding:4px 16px;
    min-width: max-content;
}
.reviews-head {
    font-family: ProximaNovaRegularBold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color:white;
    padding-bottom:16px !important;
}
.review-button-container .review-submit-button {
    border-radius: 24px;
    color: white;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 4px 16px;
    background-color: #9ECB3B;
    min-width: max-content;
}
.reviews-list-container{
    padding-top:24px;
}
.review-item-list{
    display:flex;
    flex-direction:column;
    row-gap:16px;
}
.review-list-item {
    padding: 16px 24px;
    border-radius: 12px;
    background-color: #33383A;
}
.comment-quote {
    border-radius: 8px;
    background-color: #292929;
    padding:24px;
    margin-bottom:24px;
    display:flex;
    flex-direction:column;
    row-gap:16px;
}
.comment-quote-header{
    display:flex;
    align-items:center;
    column-gap: 16px;
}
.quote-user-text {
    font-family: ProximaNovaRegular;
    font-size: 16px;
    line-height: 24px;
    color: white;
    font-weight:600;
}
.comment-quote-sub-text {
    font-family: ProximaNovaRegular;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF4D;
    font-weight:600;
}
.reply-button-container-c{
    width:100%;
    display:flex;
    justify-content:flex-end;
}
.reply-button-container-c .reply-btn{
    background-color:transparent;
    border:0;
    outline:0;
    font-size: 14px;
    line-height: 24px;
    color:white;
}
.review-list-item .comment-item-text-container{
    border-bottom:0;
}
.review-list-item .reply-input-container {
    border: 1px solid #FFFFFF1A;
    padding:8px;
}
.reply-footer {
    border-top: 1px solid #FFFFFF1A;
    margin-top:24px;
}
.more-comments-btn, .more-review-btn {
    margin: 0 auto;
    width: 256px;
    display: flex ;
    border: 1.5px solid #FFFFFF;
    font-family: ProximaNovaRegularBold;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: white;
    border-radius: 999px;
}
.more-review-btn {
    margin-top:24px;
}
.comment-header-right .star-area > span {
    color: white;
    font-family: ProximaNovaRegular;
    font-size: 24px;
    line-height: 38px;
    font-weight:600;
}
.comment-header-right .star-area {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.comment-header-right .comment-detail {
    margin-left:0;
}
.comment-header-right .star-area > .egg-icon{
    width:25px;
    height:auto;
    position:relative;
    top:-4px;
}
/* Comments Responsive */
@media screen and (max-width:1440px) {
    .info-grid-item-card-border, .info-grid-item-card-border-bottom {
        position: relative;
        width: 100%;
    }
    .comments-info-grid-container .info-grid-item-card {
        width: 100%;
        padding:17px 10px;
    }
    .info-number-sub-text{
        text-align:center;
    }
    .comments-info-container .comments-info-text-container{
        max-width:max-content;
    }
}
@media screen and (max-width: 1134px){
    .comment-container .comments-info-container{
        flex-direction:column;
        align-items:flex-start;
        row-gap:24px;
    }
    .comments-info-container .comments-info-grid-container {
        width: 100% !important;
    }
}
@media screen and (max-widtH: 800px){
    .reply-input-container .review-input {
        padding-left: 8px;
    }
    .comments-top-container .comments-title-container {
        display: none !important;
    }
    .search-filter-select {
        width: 100%;
    }
    .search-filter-container .search-filter-select {
        position: relative;
        right: -11px;
    }
    .comments-info-container .comments-info-grid-container {
        flex-direction: column;
        row-gap: 27px;
        display:flex;
    }
    .info-grid-item-card-border {
        position: relative;
        width: 100%;
    }
    .info-grid-item-card-border-bottom{
        width:100%;
    }
    .comments-info-sub-p{
        display:none;
    }
}
@media screen and (max-width:650px){
    .comment-item-header .comment-header-left {
        display:flex;
        column-gap: 16px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }
    .user-profile-inner{
        flex-direction:column;
        align-items:flex-start;
        row-gap:0;
    }
    .comment-item-header {
        align-items: flex-start;
    }
    .comment-item-text-container .comment-item-text {
        line-height: 26px;
    }
    .comment-footer-right .add-review-button {
        display: none;
    }
    .comment-review-reply{
        display:flex !important;
    }
    .reply-input-container {
        flex-direction: column;
        background-color:transparent;
        padding:0;
    }
    .reply-input-container .review-input {
        background-color: #33383A;
        padding: 8px 16px;
        border-radius:999px;
    }
    .reply-inp-sub-container{
        display:flex;
        align-items:center;
        column-gap:12px;
        padding-bottom:16px;
    }
    .review-button-container .review-submit-button {
        border-radius: 24px;
        color: white;
        display: flex;
        align-items: center;
        column-gap: 8px;
        padding: 4px 16px;
        background-color: #9ECB3B;
        min-width: max-content;
        flex-basis: 100%;
        justify-content: center;
    }
    .review-list-item .reply-input-container{
        border:0;
        padding:0;
    }
    .review-list-item .review-input {
        border: 1px solid #FFFFFF1A;
    }
    .comment-list-item-container {
        padding: 16px;
    }
}

/* Comments Responsive */