/*--------*/

/* livingRooom */

.living-section {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 3rem;
}

@media only screen and (max-width: 812px) {
    .living-section {
        display: block !important;
    }
}

.living-section .section-header {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.living-room-swiper .card {
    position: relative;
    width: calc(33.33% - 10px);
    background-color: #3d4042;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    transition: 0.3s;
    color: #fff;
}

    .living-room-swiper .card .info-detail {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        color: rgba(255, 255, 255, 0.8);
    }

        .living-room-swiper .card .info-detail .info-content-hr {
            width: 1px;
            height: 32px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            opacity: 0.8;
        }

        .living-room-swiper .card .info-detail .info-map .icon-area {
            width: 24px;
            height: 30px;
            overflow: hidden;
        }

            .living-room-swiper .card .info-detail .info-map .icon-area img {
                min-height: auto;
            }

@media only screen and (max-width: 1000px) {
    .living-room-swiper .card .info-detail p {
        font-size: 12px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 780px) {
    #livingRoomSlider {
        margin-top: 24px;
    }
}

.living-room-swiper .card .img-area {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -1px;
}

@media only screen and (max-width: 1266px) {
    .living-room-swiper .card {
        width: 100%;
    }
}

.living-room-swiper .card h3 {
    font-size: 44px;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}

.living-room-swiper .card .info-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.living-room-swiper .card a {
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
}

.living-room-swiper .card .btn-primary {
    width: 35%;
    margin: 0 auto;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
    .living-room-swiper .card {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .living-room-swiper .card {
        width: 100%;
    }
}

/* livingRooom */

/* otherCompanies */

.otherCampaing-section {
    display: none;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 35px;
}

@media only screen and (max-width: 812px) {
    .otherCampaing-section {
        display: block;
    }
}

.otherCampaing-section .section-header {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.otherCampaing-room-swiper .card {
    position: relative;
    width: calc(33.33% - 10px);
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    transition: 0.3s;
    color: #1e1e1e;
}

    .otherCampaing-room-swiper .card .info-detail {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 1rem;
        color: #1e1e1e;
    }

@media only screen and (max-width: 480px) {
    .otherCampaing-room-swiper .card .info-detail {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .otherCampaing-room-swiper .card .info-detail p {
        font-size: 12px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 480px) {
    .otherCampaing-room-swiper .card .info-detail p {
        margin-bottom: 20px;
    }
}

.otherCampaing-room-swiper .card .img-area {
    /*background: url("../img/mobile_otheCampain/indiana.svg");
  min-height: 15rem;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -1px;
}

@media only screen and (max-width: 1266px) {
    .otherCampaing-room-swiper .card {
        width: 100%;
    }
}

.otherCampaing-room-swiper .card h3 {
    font-size: 44px;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}

.otherCampaing-room-swiper .card .info-content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #1e1e1e;
}

.otherCampaing-room-swiper .card a {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 18px;
}

.otherCampaing-room-swiper .card .btn-outline-secondary {
    margin: 0 auto;
    border-radius: 3rem;
    font-weight: 700;
    width: 100%;
}

.otherCampaing-room-swiper .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .otherCampaing-room-swiper .card {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .otherCampaing-room-swiper .card {
        width: 100%;
    }
}

.other-campaign-btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 22px;
}
/* Small Banner  */

/* Mobile Small Banner */

.mobile-small-banner {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .mobile-small-banner {
        display: block;
        margin-top: 40px;
    }
}

.mobile-small-banner .text-area p {
    font-size: 14px;
    font-weight: 400;
    color: #383838;
}

.mobile-small-banner .text-area h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1e1e1e;
}

.mobile-small-banner .btn-outline-secondary {
    width: 48%;
    height: 40px;
    font-weight: 700;
    border-radius: 1rem;
    border-color: #abb5c4;
}

@media only screen and (max-width: 375px) {
    .mobile-small-banner .btn-outline-secondary {
        width: 141.5px;
        height: 40px;
    }
}

.mobile-small-banner .btn-secondary {
    width: 48%;
    height: 40px;
    font-weight: 700;
    border-radius: 1rem;
    background-color: var(--primaryColor);
    border: none;
}

.mobile-small-banner-btn {
    gap: 17px;
}

.mobile-small-banner .btn-secondary:hover {
    background-color: var(--white);
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
}

.cgv-swiper {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4.375rem;
    padding-top: 7.075rem !important;
}

@media only screen and (max-width: 1440px) {
    .cgv-swiper {
        margin-top: 3.225rem;
    }
}

@media only screen and (max-width: 812px) {
    .cgv-swiper {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 770px) {
    .cgv-swiper {
        padding-top: 4.5rem !important;
    }
}

.cgv-swiper .card {
    display: block;
    position: relative;
    background: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    justify-content: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    transition: 0.3s;
    color: #fff;
    width: 100%;
    height: 381px;
    background: #3d4245;
}

@media only screen and (min-width: 812px) {
    .cgv-swiper .card {
        height: 381px;
    }
}

@media only screen and (min-width: 1024px) {
    .cgv-swiper .card {
        height: 429px;
        background: #1a1a1a;
    }
}

@media only screen and (min-width: 1440px) {
    .cgv-swiper .card {
        height: 605px;
        background: #1a1a1a;
    }
}

@media only screen and (min-width: 1920px) {
    .cgv-swiper .card {
        height: 604px;
        background: #1a1a1a;
    }
}

.cgv-swiper .card:hover {
    background: #3d4042;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transform: translateY(-25px);
    z-index: 9999;
}

@media only screen and (max-width: 480px) {
    .cgv-swiper .card:hover {
        box-shadow: none;
        transform: unset;
    }
}

.token-area {
    top: -13%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 2;
}

.cgv-swiper .card .token-area img {
    height: auto;
    width: 80px;
}

@media only screen and (min-width: 812px) {
    .cgv-swiper .card .token-area img {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (min-width: 1024px) {
    .cgv-swiper .card .token-area img {
        width: 106.38px;
        height: 106.38px;
    }
}

@media only screen and (min-width: 1440px) {
    .cgv-swiper .card .token-area img {
        width: 164px;
        height: 164px;
    }
}

@media only screen and (min-width: 1440px) {
    .cgv-swiper .card .token-area img {
        width: 164px;
        height: 164px;
    }
}

@media only screen and (min-width: 1920px) {
    .cgv-swiper .card .token-area img {
        width: 168.7px;
        height: 168.7px;
    }
}

.cgv-swiper .card .popular {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 114px;
    height: 31px;
    left: 40px;
    top: 42px;
    background: #ce241b;
    border-radius: 16px;
}

@media only screen and (max-width: 1440px) {
    .cgv-swiper .card .popular {
        width: 94px;
        height: 32px;
    }
}

@media only screen and (max-width: 812px) {
    .cgv-swiper .card .popular {
        width: 5rem;
        height: auto;
        left: 16px;
        top: 16px;
        background-color: #fb2b29;
    }
}

.cgv-swiper .card .popular span {
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
}

@media only screen and (max-width: 1440px) {
    .cgv-swiper .card .popular span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 812px) {
    .cgv-swiper .card .popular span {
        font-size: 0.65rem;
        line-height: 1.5rem;
    }
}

.card .info-content {
    margin-top: 3.25rem;
}

#otherCampaingSlider .card .info-content {
    margin-top: 20px;
    padding-left: 20px;
    text-align: left;
    padding-right: 20px;
    min-height: 72px;
}

@media only screen and (min-width: 812px) {
    .card .info-content {
        margin-top: 52px;
    }
}

@media only screen and (min-width: 1024px) {
    .card .info-content {
        margin-top: 88.22px;
    }
}

@media only screen and (min-width: 1440px) {
    .card .info-content {
        margin-top: 136px;
    }
}

@media only screen and (min-width: 1440px) {
    .card .info-content {
        margin-top: 145px;
    }
}

.card .info-content h3 {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}

@media only screen and (min-width: 812px) {
    .card .info-content h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 1024px) {
    .card .info-content h3 {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: -0.02em;
    }
}

@media only screen and (min-width: 1440px) {
    .card .info-content h3 {
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -0.02em;
    }
}

@media only screen and (min-width: 1920px) {
    .card .info-content h3 {
        font-size: 44px;
        line-height: 44px;
        letter-spacing: -0.02em;
    }
}

.card .info-content .divider {
    width: 133px;
    height: 1px;
    opacity: 0.2;
    border: 2px solid #ffffff;
    margin: 0 auto;
    margin-top: 2rem;
}

@media only screen and (max-width: 1440px) {
    .card .info-content .divider {
        width: 90px;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .card .info-content .divider {
        width: 86.27px;
        margin-top: 1.298rem;
    }
}

@media only screen and (max-width: 812px) {
    .card .info-content .divider {
        width: 133px;
        margin-top: 1.5rem;
    }
}

.card .info-content .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    margin-top: 2rem;
    height: 132px;
}

@media only screen and (max-width: 1024px) {
    .card .info-content .content {
        margin-top: 1.298rem;
    }
}

@media only screen and (max-width: 812px) {
    .card .info-content .content {
        min-height: 92px;
    }
}

.card .info-content .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}

@media only screen and (min-width: 812px) {
    .card .info-content .content p {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .card .info-content .content p {
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 1441px) {
    .card .info-content .content p {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 1920px) {
    .card .info-content .content p {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }
}

.card .info-content .content p i {
    margin-right: 12px;
    color: var(--primaryColor);
}

.cgv-slider-action-btn {
    background: #98a726;
    border-radius: 999px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 280px;
    font-size: 16px;
    height: 48px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media only screen and (min-width: 812px) {
    .cgv-slider-action-btn, .give-gift-btn {
        width: 280px;
        height: 48px;
        margin-top: 20px;
        margin-bottom: 0px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .cgv-slider-action-btn, .give-gift-btn {
        width: 201.58px !important;
        height: 40px;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
    }
}

@media only screen and (min-width: 1440px) {
    .cgv-slider-action-btn, .give-gift-btn {
        width: 230px !important;
        height: 40px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1920px) {
    .cgv-slider-action-btn {
        width: 280px;
        height: 48px;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
    }
}

/*
@media only screen and (max-width: 1440px) {
  .cgv-slider-action-btn {
    font-size: 16px;
    font-weight: 700 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .cgv-slider-action-btn {
    width: 11.351rem;
    height: 1.973rem;
    font-size: 12px;
    margin-bottom: 0.825rem;
    padding: 0;
  }
}

@media only screen and (max-width: 812px) {
  .cgv-slider-action-btn {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 225px;
    height: 48px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 550px) {
  .cgv-slider-action-btn {
    width: 150px;
  }
}

@media only screen and (max-width: 450px) {
  .cgv-slider-action-btn {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 280px;
    font-size: 16px;
  }
}*/

.give-gift-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.015em;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    width: 280px;
}

@media only screen and (min-width: 812px) {
    .give-gift-btn {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .give-gift-btn {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
    }
}

@media only screen and (min-width: 1440px) {
    .give-gift-btn {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1920px) {
    .give-gift-btn {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }
}
/*
@media only screen and (max-width: 1440px) {
  .give-gift-btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .give-gift-btn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 812px) {
  .give-gift-btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 375px) {
  .give-gift-btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
  }
}*/

@media only screen and (max-width: 1024px) {
    .card .info-content a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 812px) {
    .card .info-content a {
        margin-top: 20px;
        margin-bottom: 32px;
        font-size: 16px;
        font-weight: 700;
    }
}

.give-gift-btn:hover {
    color: #fff;
}

.cgv-slider-buttons {
    position: absolute;
    bottom: 69px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .cgv-slider-buttons {
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cgv-slider-buttons {
        bottom: 40px;
    }
}

@media only screen and (min-width: 1441px) {
    .cgv-slider-buttons {
        bottom: 45px;
    }
}

@media only screen and (min-width: 1920px) {
    .cgv-slider-buttons {
        bottom: 45px;
    }
}

@media only screen and (max-width: 812px) {
    .cgv-slider-buttons {
        bottom: 32px;
    }
}

.cgv-slider-buy-btn {
    margin-bottom: 20px;
}

@media only screen and (min-width: 812px) {
    .cgv-slider-buy-btn {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cgv-slider-buy-btn {
        margin-bottom: 27.24px;
    }
}

@media only screen and (min-width: 1440px) {
    .cgv-slider-buy-btn {
        margin-bottom: 42px;
    }
}

@media only screen and (min-width: 1920px) {
    .cgv-slider-buy-btn {
        margin-bottom: 42px;
    }
}

/* cgvCoin */

.living-section {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 3rem;
}

@media only screen and (max-width: 780px) {
    .living-section {
        margin-top: 2.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .living-section {
        margin-top: 40px;
    }
}

.living-section .section-header {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.living-room-swiper .card {
    position: relative;
    width: calc(33.33% - 10px);
    background-color: #3d4042;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
    color: #fff;
}

    .living-room-swiper .card .info-detail {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        color: rgba(255, 255, 255, 0.8);
    }

        .living-room-swiper .card .info-detail .info-content-hr {
            width: 1px;
            height: 32px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            opacity: 0.8;
        }

        .living-room-swiper .card .info-detail .info-map .icon-area {
            width: 24px;
            height: 30px;
            overflow: hidden;
        }

            .living-room-swiper .card .info-detail .info-map .icon-area img {
                min-height: auto;
            }

@media only screen and (max-width: 1000px) {
    .living-room-swiper .card .info-detail p {
        font-size: 12px;
        font-weight: 500;
    }
}

.living-room-swiper .card .img-area {
    max-width: 100%;
    min-height: 8rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: top;
    background-size: cover;
    margin-top: -1px;
    width: 100%;
}

@media only screen and (max-width: 1266px) {
    .living-room-swiper .card {
        width: 100%;
    }
}

.living-room-swiper .card h3 {
    font-size: 44px;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}

.living-room-swiper .card .info-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.living-room-swiper .card a {
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
}

.living-room-swiper .card .btn-primary {
    width: 44%;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 3rem;
    height: 36px;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
    .living-room-swiper .card {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .living-room-swiper .card {
        width: 100%;
    }
    .living-room-swiper .card a {
        font-size: 14px;
    }
    #livingRoomSlider .card .info-content {
        height: 90px;
    }
}

/* livingRooom */

/* otherCompanies */

.otherCampaing-section {
    color: rgba(255, 255, 255, 0.7);
}

    .otherCampaing-section .section-header {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

.otherCampaing-room-swiper .card {
    position: relative;
    width: calc(33.33% - 10px);
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    transition: 0.3s;
    color: #1e1e1e;
}

    .otherCampaing-room-swiper .card .info-detail {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        color: #1e1e1e;
    }

@media only screen and (max-width: 1000px) {
    .otherCampaing-room-swiper .card .info-detail p {
        font-size: 12px;
        font-weight: 500;
    }
}

.otherCampaing-room-swiper .card .img-area {
    /*background: url("../img/mobile_otheCampain/indiana.svg");
  min-height: 15rem;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -1px;
}

@media only screen and (max-width: 1266px) {
    .otherCampaing-room-swiper .card {
        width: 100%;
    }
}

.otherCampaing-room-swiper .card h3 {
    font-size: 44px;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}

.otherCampaing-room-swiper .card .info-content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #1e1e1e;
}

.otherCampaing-room-swiper .card a {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 18px;
}

.otherCampaing-room-swiper .card .btn-outline-secondary {
    border-radius: 3rem;
}

@media only screen and (max-width: 768px) {
    .otherCampaing-room-swiper .card {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .otherCampaing-room-swiper .card {
        width: 100%;
    }
}

/* otherCompanies */

/* newsSlider */
.news-section {
    margin-top: 3rem;
}

    .news-section .section-header {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding: 1rem 1.3rem;
    }

.mobile-news-swiper .card {
    min-height: 20.625rem;
    max-height: 20.625rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

    .mobile-news-swiper .card img {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        min-height: 11.75rem;
        margin-top: -1px;
    }

    .mobile-news-swiper .card .card-body {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

        .mobile-news-swiper .card .card-body .card-title {
            font-size: 18px;
            font-weight: 700;
            color: #1e1e1e;
        }

        .mobile-news-swiper .card .card-body .card-text {
            font-weight: 400;
            font-size: 16px;
            line-height: 27px;
            color: #1e1e1e;
            opacity: 0.78;
        }

/* newsSlider */

/* Exclusive Halls */

@media only screen and (max-width: 1440px) {
    .exclusive-halls-section {
        margin-top: 5rem !important;
    }
}

@media only screen and (max-width: 812px) {
    .exclusive-halls-section {
        display: none;
    }
}

.exclusive-halls-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}

/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .exclusive-halls-section .section-header {
        margin-bottom: 30px;
    }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .exclusive-halls-section .section-header {
        margin-bottom: 30px;
    }
}

.exclusive-halls-section .exclusive-halls-area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .exclusive-halls-section .exclusive-halls-area .halls-content {
        display: flex;
        align-items: center;
        flex-basis: 15%;
        box-sizing: border-box;
        padding: 0px 18px;
        gap: 10px;
        height: 76px;
        background: #383838;
        border-radius: 999px;
        justify-content: center;
        cursor: pointer;
    }

/*
  Tablet vertical    
*/

@media only screen and (max-width: 1023px) and (min-width: 481px) {
    .exclusive-halls-section .exclusive-halls-area .halls-content {
        height: 60px;
    }

        .exclusive-halls-section .exclusive-halls-area .halls-content a img {
            height: 26px;
        }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .exclusive-halls-section .exclusive-halls-area .halls-content {
        flex-basis: 18%;
    }

        .exclusive-halls-section .exclusive-halls-area .halls-content img {
            height: 28px;
        }
}

@media only screen and (max-width: 1463px) and (min-width: 1440px) {
    .exclusive-halls-section .exclusive-halls-area .halls-content {
        flex-basis: 18%;
    }
}

@media only screen and (max-width: 1440px) {
    .exclusive-halls-section .exclusive-halls-area .halls-content {
        flex-basis: 15%;
    }
}

@media only screen and (max-width: 1178px) {
    .exclusive-halls-section .exclusive-halls-area .halls-content {
        flex-basis: 18%;
    }
}

@media only screen and (max-width: 1024px) {
    .exclusive-halls-section .exclusive-halls-area .halls-content {
        flex-basis: 23%;
    }
}

@media only screen and (max-width: 960px) and (min-width: 812px) {
    .exclusive-halls-section .exclusive-halls-area .halls-content {
        flex-basis: 31%;
    }
}

@media only screen and (min-width: 1024px) {
    .exclusive-halls-section .exclusive-halls-area .halls-content img {
        width: 120px;
        height: 50px;
        object-fit: scale-down;
    }
}

@media only screen and (min-width: 1920px) {
    .exclusive-halls-section .exclusive-halls-area .halls-content img {
        width: 174px;
        height: 50px;
    }
}

.halls-content svg {
    width: 100%;
    height: auto;
}

/* Announcements & News */

.announcements-news-section {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 1024px) {
    .announcements-news-section {
        margin-top: 5rem !important;
    }
}

@media only screen and (min-width: 1440px) {
    .announcements-news-section {
        margin-top: 15rem !important;
    }
}

@media only screen and (max-width: 780px) {
    .announcements-news-section {
        margin-top: 2.5rem !important;
    }
}

.cmt-15 {
    margin-top: 15rem;
}

.cmt-13 {
    margin-top: 1.875rem;
}

.announcements-news-section .section-header {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    color: var(--white);
    align-items: center;
}

    .announcements-news-section .section-header a {
        color: var(--white);
        text-decoration: underline;
    }

.announcements-news-section .card {
    border: none;
    padding: 0;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 0.5rem;
    background-color: transparent !important;
    min-height: 372px;
    text-align: left;
    margin: 0;
}

    .announcements-news-section .card .card-body {
        background-color: #fff;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        height: 188px;
    }

@media only screen and (max-width: 480px) {
    .announcements-news-section .card {
        margin-right: 0px;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    .announcements-news-section .card {
        margin-right: 0px;
    }

    .card-area {
        gap: 10px;
    }
}

@media screen and (max-width: 480px) {
    .announcements-news-section .card {
        width: 100% !important;
    }
}

.announcements-news-section .card:last-child {
    margin-right: 0px;
}

.announcements-news-section .card .card-title {
    font-size: 18px;
    font-weight: 700;
}

.announcements-news-section .card img {
    margin: 0;
    padding: 0;
    background-color: #272727;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

@media screen and (max-width: 480px) {
    .announcements-news-section .card img {
        width: 320px;
        height: 150px;
    }
}
/* App Banner Section */

.app-banner-section {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 356px;
}

@media screen and (max-width: 1024px) {
    .app-banner-section {
        width: 1024px;
        height: 436px;
        padding: 80px 64px;
    }
}

@media screen and (max-width: 812px) {
    .app-banner-section {
        width: 100%;
        height: auto;
        justify-content: center;
        margin-top: 0px;
        padding: 80px 16px;
    }
}

.app-banner-section .app-banner-area {
    width: 100%;
    height: 276px;
    display: flex;
    background: #2e2e2e;
    border-radius: 16px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

@media screen and (max-width: 1440px) {
    .app-banner-section .app-banner-area {
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .app-banner-section .app-banner-area {
        width: 896px;
        height: 276px;
    }
}

@media screen and (max-width: 812px) {
    .app-banner-section .app-banner-area {
        width: 100%;
        height: 184px;
    }
}

@media screen and (min-width: 1024px) {
    .app-banner-section .app-banner-area {
        height: 210px;
    }
}

@media screen and (min-width: 1440px) {
    .app-banner-section .app-banner-area {
        height: 276px;
        flex-direction: column;
    }
}

@media screen and (min-width: 1920px) {
    .app-banner-section .app-banner-area {
        flex-direction: row;
    }
}

.app-banner-section .app-banner-area .text-area {
    display: flex;
    font-family: "Proxima Nova";
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
    max-width: 361px;
}

@media screen and (max-width: 1440px) {
    .app-banner-section .app-banner-area .text-area {
        max-width: 272px;
        min-height: 76px;
        margin-left: 64px;
        margin-top: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .app-banner-section .app-banner-area .text-area {
        max-width: 217px;
        min-height: 64px;
        margin-left: 56px;
        margin-top: 76px;
    }
}

@media screen and (max-width: 812px) {
    .app-banner-section .app-banner-area .text-area {
        max-width: 217px;
        min-height: 64px;
        margin-left: 56px;
        margin-top: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .app-banner-section .app-banner-area .text-area {
        margin-top: 54px;
        margin-left: 56px;
        align-items: baseline;
    }
}

@media screen and (min-width: 1440px) {
    .app-banner-section .app-banner-area .text-area {
        margin-top: 60px;
        margin-left: 64px;
        align-items: baseline;
    }
}

@media screen and (min-width: 1920px) {
    .app-banner-section .app-banner-area .text-area {
        margin-top: 99px;
        margin-left: 80px;
        align-items: baseline;
    }
}

.app-banner-section .app-banner-area .text-area span {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: white;
}

@media screen and (max-width: 1440px) {
    .app-banner-section .app-banner-area .text-area span {
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1024px) {
    .app-banner-section .app-banner-area .text-area span {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 812px) {
    .app-banner-section .app-banner-area .text-area span {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .app-banner-section .app-banner-area .text-area span {
        font-size: 24px;
        line-height: 33px;
    }

    .app-banner-area .buttons-area img {
        height: 33px;
    }

    .app-banner-area .img-area .mobile-app-avatar {
        height: 167px;
    }
}

@media screen and (min-width: 1200px) {
    .app-banner-area .buttons-area img {
        height: 43px;
    }
}

@media screen and (min-width: 1440px) {
    .app-banner-section .app-banner-area .text-area span {
        font-size: 30px;
    }
}

@media screen and (min-width: 1920px) {
    .app-banner-section .app-banner-area .text-area span {
        font-size: 36px;
    }
}

.app-banner-section .app-banner-area .buttons-area {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 590.76px;
    min-height: 56px;
    gap: 12px;
    height: auto;
    flex-basis: 35%;
    flex-wrap: wrap;
}

@media screen and (max-width: 1440px) {
    .app-banner-section .app-banner-area .buttons-area {
        max-width: 567.2px;
        flex-basis: 100%;
        flex-wrap: unset;
        margin-left: 64px;
        margin-top: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .app-banner-section .app-banner-area .buttons-area {
        flex-basis: 100%;
        flex-wrap: unset;
        margin-left: 56px;
        max-width: 334.4px;
        height: 32px;
        margin-bottom: 82px;
        margin-top: 24px;
    }
}

@media screen and (max-width: 812px) {
    .app-banner-section .app-banner-area .buttons-area {
        flex-basis: 100%;
        flex-wrap: unset;
        margin-left: 56px;
        max-width: 334.4px;
        margin-bottom: 32px;
        margin-top: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .app-banner-section .app-banner-area .buttons-area {
        margin-left: 56px;
        align-items: baseline;
    }
}

@media screen and (min-width: 1440px) {
    .app-banner-section .app-banner-area .buttons-area {
        margin-left: 64px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1920px) {
    .app-banner-section .app-banner-area .buttons-area a {
        max-width: 185px;
        width: 100%;
    }
}

@media screen and (max-width: 1440px) {
    .app-banner-section .app-banner-area .buttons-area a {
    }
}

@media screen and (max-width: 1024px) {
    .app-banner-section .app-banner-area .buttons-area a {
        height: 32px;
    }
}

.app-banner-section .app-banner-area .img-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 47px;
    position: absolute;
    left: 65%;
    bottom: 0;
}

@media screen and (max-width: 1440px) {
    .app-banner-section .app-banner-area .img-area {
        right: 20.11px;
        left: unset;
    }
}

@media screen and (max-width: 1024px) {
    .app-banner-section .app-banner-area .img-area {
        right: 9.74px;
        left: unset;
        gap: 32px;
    }
}

@media screen and (max-width: 812px) {
    .app-banner-section .app-banner-area .img-area {
        right: 28px;
        left: 403px;
        gap: 18px;
    }
}

.app-banner-area .img-area .img-mobile-app {
    max-width: 216px;
    width: 100%;
    height: 342px;
}

@media screen and (max-width: 1440px) {
    .app-banner-area .img-area .img-mobile-app {
        max-width: 195.79px;
        width: 100%;
        height: 310px;
    }
}

@media screen and (max-width: 1024px) {
    .app-banner-area .img-area .img-mobile-app {
        max-width: 190.42px;
        width: 100%;
        height: 301.5px;
    }
}

@media screen and (max-width: 812px) {
    .app-banner-area .img-area .img-mobile-app {
        max-width: 118.4px;
        width: 100%;
        height: 237.87px;
    }
}

.app-banner-area .img-area .img-figure {
    max-width: 242px;
    width: 1005;
    height: 261px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

@media screen and (max-width: 1440px) {
    .app-banner-area .img-area .img-figure {
        max-width: 262px;
        width: 100%;
        height: 321px;
    }
}

@media screen and (max-width: 1024px) {
    .app-banner-area .img-area .img-figure {
        max-width: 210px;
        width: 100%;
        height: 257px;
    }
}

@media screen and (max-width: 812px) {
    .app-banner-area .img-area .img-figure {
        max-width: 123px;
        width: 100%;
        height: 151px;
    }
}

/* Mobile App Banner */

.mobile-app-banner-section {
    margin-bottom: 4.4rem;
    display: none;
}

@media screen and (max-width: 811px) {
    .mobile-app-banner-section {
        display: block;
    }
}

@media screen and (max-width: 780px) {
    .mobile-app-banner-section {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 32px;
    }
}

.mobile-app-banner-content {
    background-color: #1a1a1a;
    padding: 0 22px !important;
}

    .mobile-app-banner-content .app-download-area {
        flex-basis: 40%;
    }

        .mobile-app-banner-content .app-download-area img {
            max-width: 7rem;
            margin-bottom: 0.5rem;
        }

        .mobile-app-banner-content .app-download-area p {
            font-weight: 700;
            font-size: 20px;
            line-height: 30px;
            color: var(--white);
        }

    .mobile-app-banner-content .app-banner-area {
        display: flex;
        justify-content: end;
        flex-basis: 60%;
        padding-top: 1rem;
    }

    .mobile-app-banner-content .mobile-app-figure {
        position: absolute;
        bottom: -21%;
        left: 30%;
    }

@media only screen and (max-width: 480px) {
    .legal-info-area {
        flex-direction: column;
    }

        .legal-info-area div {
            flex-direction: column;
        }
}

.salon {
    display: block;
}

@media screen and (max-width: 1440px) {
    .salon {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .movie {
        margin-left: 0px;
        display: block;
    }

    .salon {
        display: block;
    }

    .text-movie {
        display: block;
    }

    .navbar-reverse {
        display: none;
    }
}

.movie-content {
    color: #fff;
    cursor: pointer;
}

.movie-title {
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: ProximaNovaRegularBold;
}

@media screen and (min-width: 1024px) {
    .movie-title {
        font-size: 16px;
    }
}

@media screen and (min-width: 1440px) {
    .movie-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 1920px) {
    .movie-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 811px) {
    #visionariesSlider .movie-title,
    #soonVisionariesSlider .movie-title {
        display: none;
    }
    #greenPineSlider .movie-title {
        display: none;
    }
}

#mobileSlider .movie-info {
    position: relative;
    padding-top: 0;
    margin-top: 15px;
}

.movie-time {
    margin-top: 6px;
}

.movie-time,
.movie-type {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 1024px) {
    .movie-time,
    .movie-type {
        font-size: 14px;
    }
}

@media screen and (min-width: 1440px) {
    .movie-time,
    .movie-type {
        font-size: 16px;
    }
}

.movie-date {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 6px;
}

@media screen and (min-width: 1024px) {
    .movie-date {
        font-size: 14px;
    }
}

@media screen and (min-width: 1440px) {
    .movie-date {
        font-size: 16px;
    }
}

@media screen and (max-width: 812px) {
    .movie-date {
        display: none;
    }
}

@media screen and (max-width: 1439px) {
    #soonVisionariesSlider .movie-date img {
        width: 14px;
        height: 16px;
    }
}

.movie-date span {
    margin-left: 7.1px;
    position: relative;
    top: 2px;
}

.movie-mobile-buttons {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 0.625rem;
}

@media screen and (max-width: 812px) {
    .movie-mobile-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.625rem;
    }
}

.movie-mobile-buttons .btn-primary {
    width: 4.25rem;
    height: 20.23px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .movie-mobile-buttons .btn-primary span {
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
    }

.movie-mobile-buttons div[badge-type="vip-pre-sale"] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3.61391px 9.63709px 3.61391px 31.3205px;
    gap: 4.82px;
    background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
    border-radius: 601.716px;
    position: relative;
}

    .movie-mobile-buttons div[badge-type="vip-pre-sale"] span {
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
    }

    .movie-mobile-buttons div[badge-type="vip-pre-sale"] img {
        width: 24.69px;
        height: 18.02px;
        position: absolute;
        left: 1.81px;
        top: -4.22px;
    }

@media screen and (max-width: 475px) {
    .movie-mobile-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.625rem;
    }
}

.movie-mobile-buttons .btn-primary {
    width: 4.25rem;
    height: 20.23px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .movie-mobile-buttons .btn-primary span {
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
    }

.movie-mobile-buttons div[badge-type="vip-pre-sale"] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3.61391px 9.63709px 3.61391px 31.3205px;
    gap: 4.82px;
    background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
    border-radius: 601.716px;
    position: relative;
}

@media screen and (max-width: 340px) {
    .movie-mobile-buttons div[badge-type="vip-pre-sale"] {
        padding: 5px 9.63709px 5px 31.3205px;
    }
}

.movie-mobile-buttons div[badge-type="vip-pre-sale"] span {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
}

@media screen and (max-width: 340px) {
    .movie-mobile-buttons div[badge-type="vip-pre-sale"] span {
        font-weight: 600;
        font-size: 9px;
    }
}

.movie-mobile-buttons div[badge-type="vip-pre-sale"] img {
    width: 24.69px;
    height: 18.02px;
    position: absolute;
    left: 1.81px;
    top: -4.22px;
}

.movie-badge {
    border-radius: 15.5px;
    height: 32px;
}

.movie-badge-container div[badge-type="pre-sale"] {
    background: #98a726;
    border-radius: 3rem;
    padding: 6px 16px;
    width: max-content;
}

.movie-badge-container div[badge-type="pre-sale"] {
    background: #98a726;
    border-radius: 3rem;
    padding: 6px 16px;
    width: max-content;
}

@media screen and (max-width: 812px) {
    .movie-badge-container div[badge-type="pre-sale"] {
        display: none;
    }
}

@media screen and (max-width: 812px) {
    .movie-badge-container div[badge-type="pre-sale"] {
        display: none;
    }
}

.movie-badge-container div[badge-type="pre-sale"] span {
    font-weight: 600;
    font-size: 14px;
}

.movie-badge-container div[badge-type="vip-pre-sale"] {
    border-radius: 3rem;
    padding: 6px 16px 6px 52px;
    background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
    width: max-content;
}

@media screen and (max-width: 812px) {
    .movie-badge-container div[badge-type="vip-pre-sale"] {
        display: none;
    }
}

.movie-badge-container div[badge-type="vip-pre-sale"] img {
    position: absolute;
    top: 3%;
    left: 8%;
}

.movie-badge-container div[badge-type="vip-pre-sale"] span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.movie-badge-container div[badge-type="cgv-types-bg-light-btn"] {
    border-radius: 3rem;
    background: #fff;
    width: fit-content;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 10px 6px;
    justify-content: center;
    min-width: 72px;
}

.movie-badge-container div[badge-type="pre-sale"] span {
    font-weight: 600;
    font-size: 14px;
}

.movie-badge-container div[badge-type="vip-pre-sale"] {
    border-radius: 3rem;
    padding: 6px 16px 6px 52px;
    background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
    width: max-content;
}

@media screen and (max-width: 812px) {
    .movie-badge-container div[badge-type="vip-pre-sale"] {
        display: none;
    }
}

.movie-badge-container div[badge-type="vip-pre-sale"] img {
    position: absolute;
    top: 3%;
    left: 8%;
}

.movie-badge-container div[badge-type="vip-pre-sale"] span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.movie-badge-container div[badge-type="cgv-types-bg-light-btn"] {
    border-radius: 3rem;
    background: #fff;
    width: fit-content;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 10px 6px;
    justify-content: center;
    min-width: 72px;
}

@media screen and (max-width: 400px) {
    .movie-badge-container div[badge-type="cgv-types-bg-light-btn"] {
        min-width: 39.67px;
        height: 17px;
    }
}

.movie-badge-container div[badge-type="cgv-types-bg-light-btn"] img {
    width: 42.67px;
    height: 24px;
}

@media screen and (max-width: 400px) {
    .movie-badge-container div[badge-type="cgv-types-bg-light-btn"] img {
        width: 22.67px;
        height: 12.75px;
    }
}

@media screen and (max-width: 400px) {
    .movie-badge-container div[badge-type="cgv-types-bg-light-btn"] {
        min-width: 39.67px;
        height: 17px;
    }
}

.movie-badge-container div[badge-type="cgv-types-bg-light-btn"] img {
    width: 42.67px;
    height: 24px;
}

@media screen and (max-width: 400px) {
    .movie-badge-container div[badge-type="cgv-types-bg-light-btn"] img {
        width: 22.67px;
        height: 12.75px;
    }
}

.movie-badge-container .cgv-types-btn {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.66);
    width: fit-content;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0.5rem;
}

.movie-incept-btn {
    width: 100%;
    bottom: 10%;
}

    .movie-incept-btn button {
        background: var(--paribuColor);
        color: #fff;
        width: 178px;
        height: 40px;
        border-radius: 26.5px;
        font-weight: 600;
        text-align: center;
        font-size: 16px;
    }

@media screen and (max-width: 1000px) {
    .movie-incept-btn button {
        width: 116px;
    }
}

.linear-bg {
    background: linear-gradient( 180deg, #96a824 0.52%, rgba(150, 168, 36, 0.0001) 85.44% ), linear-gradient(360deg, #000000 13.19%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    border-radius: 14px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 1000px) {
    .linear-bg {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .linear-bg {
        display: none;
    }
}

.movie-date i {
    color: rgba(255, 255, 255, 0.6);
}

.visionaries-section {
    position: relative;
    z-index: 1;
}

    /*
@media screen and (max-width: 1000px) {
  .visionaries-section {
    z-index: 2;
  }
}*/
    .visionaries-section .section-header {
        margin-top: -0.106rem;
    }

@media screen and (max-width: 1566px) {
    .visionaries-section .section-header {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 1440px) {
    .visionaries-section .section-header {
        margin-top: 3.494rem;
    }
}

@media screen and (max-width: 480px) {
    .visionaries-section .section-header {
        margin-top: 1.25rem;
    }

    #visionariesSlider .swiper-slide a {
        width: 100%
    }

    #greenPineSlider .swiper-slide a {
        width: 100%
    }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .visionaries-section .section-header {
        margin-top: 3.494rem;
    }
}

.soonVisionaries-section {
    position: relative;
    z-index: 1;
}

    /*
@media screen and (max-width: 1000px) {
  .soonVisionaries-section {
    z-index: 2;
  }
}*/
    .soonVisionaries-section .section-header {
        margin-top: 10.625rem;
    }

/*
  Tablet vertical    
*/

@media only screen and (max-width: 1023px) and (min-width: 481px) {
    .soonVisionaries-section .section-header {
        margin-top: 3.625rem;
    }
}

@media screen and (min-width: 1024px) {
    .soonVisionaries-section .section-header {
        margin-top: 5rem;
    }
}

@media screen and (min-width: 1440px) {
    .soonVisionaries-section .section-header {
        margin-top: 10.625rem;
    }
}

@media screen and (max-width: 812px) {
    .soonVisionaries-section .section-header {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width: 812px) {
    .campaign-section {
        display: none;
    }
}

.campaign-section .section-header {
    margin-top: 10rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
    .campaign-section .section-header {
        margin-top: 5rem;
    }
}

@media screen and (min-width: 1440px) {
    .campaign-section .section-header {
        margin-top: 10rem;
    }
}

/*
  Tablet vertical    
*/

@media only screen and (max-width: 1023px) and (min-width: 481px) {
    .campaign-section .section-header {
        margin-top: 0;
    }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .campaign-section .section-header {
        margin-top: 4rem;
    }
}

/* MOVIE LIST PAGE*/
.page-movie-list-section {
    display: flex;
    flex-direction: column;
}

    .page-movie-list-section .page-movie-list-header {
        display: flex;
        flex: 1;
        justify-content: space-between;
        align-items: center;
    }

.page-movie-list-header .text-area {
    display: flex;
    gap: 80px;
    padding-top: 1rem;
}

    .page-movie-list-header .text-area a {
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 30px;
        line-height: 38px;
        color: rgba(255, 255, 255, 0.5);
        border-bottom: 4px solid transparent;
    }

        .page-movie-list-header .text-area a:hover,
        .page-movie-list-header .text-area a:active {
            font-weight: 800;
            color: var(--white);
            border-bottom: 4px solid var(--white);
        }

.page-movie-list-header .pre-sale-area {
    position: absolute;
    right: -2%;
    top: 16%;
    padding: 0.5rem;
    background: #98a726;
    height: 24px;
    padding: 0px 7.5px;
    border-radius: 4rem;
}

    .page-movie-list-header .pre-sale-area span {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
    }

.page-movie-list-header .filter-area {
    display: flex;
}

    .page-movie-list-header .filter-area select {
        width: 264px;
        height: 56px;
        background-color: #3d4245;
        border: none;
        border-radius: 8px;
        padding: 1rem;
        color: rgba(255, 255, 255, 0.6);
        background-image: url("../../../img/icons/input-arrow-down.svg");
        background-size: auto;
        font-weight: 400;
        font-size: 16px;
    }

.page-movie-list-movies {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

    .page-movie-list-movies .card {
        flex-basis: 15%;
        background-color: transparent;
        border: none;
        color: var(--white);
        align-items: center;
    }

        .page-movie-list-movies .card .card-thumbnail .card-linear-bg {
            position: absolute;
            background: linear-gradient( 180deg, #96a824 0.52%, rgba(150, 168, 36, 0.0001) 85.44% ), linear-gradient(360deg, #000000 13.19%, rgba(0, 0, 0, 0) 100%);
            width: 100%;
            height: 100%;
            border-radius: 16px;
        }

.card-thumbnail a img {
    min-height: 373px;
    object-fit: cover;
    border-radius: 1rem;
}

.page-movie-list-movies .card-title {
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.page-movie-list-movies .card-text {
    display: flex;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    align-items: center;
}

    .page-movie-list-movies .card-text span {
        font-weight: 400;
        font-size: 16px;
        margin-left: 0.5rem;
    }

.page-movie-list-movies .card button {
    font-weight: 700;
    font-size: 16px;
}

.page-movie-list-movies .card .card-button-buy-ticket-area {
    position: absolute;
    bottom: 68px;
    right: 0;
    left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .page-movie-list-movies .card .card-button-buy-ticket-area .btn-primary {
        height: 40px;
        padding: 8px 16px;
    }

.page-movie-list-movies .card .card-button-examine-area {
    position: absolute;
    bottom: 18px;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .page-movie-list-movies .card .card-button-examine-area .btn-primary {
        height: 40px;
        padding: 8px 16px;
    }

.page-movie-list-movies .card .btn-movie {
    width: 100%;
    color: #fff;
    border-color: #fff;
    border-radius: 16px;
}

    .page-movie-list-movies .card .btn-movie:hover {
        background-color: var(--primaryColor);
        border-color: var(--primaryColor);
        color: var(--white);
    }

.page-movie-list-movies .movie-badge-container .movie-types-btn {
    border-radius: 3rem;
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.page-movie-list-movies .movie-play-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    width: 56px;
    height: 56px;
    left: calc(50% - 56px / 2);
    top: calc(50% - 56px / 2);
    background: rgb(0 0 0 / 50%);
    cursor: pointer;
    padding: 1.1rem;
}

    .page-movie-list-movies .movie-play-btn img {
        margin-left: 0.2rem;
    }

.page-movie-list-movies .imdb-area {
    position: absolute;
    top: 4%;
    right: 6%;
}

    .page-movie-list-movies .imdb-area .icon-area {
        display: flex;
        align-items: center;
        margin-right: 0.5rem;
    }

        .page-movie-list-movies .imdb-area .icon-area img {
            width: 32px;
            height: 32px;
        }

    .page-movie-list-movies .imdb-area .text-area {
        font-weight: 600;
        font-size: 30px;
    }

.page-content-section {
    color: var(--white);
}

.movie-info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 24px;
    z-index: 1000;
}

.cgv-cinema-club-medium {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .cgv-cinema-club-large {
        display: none;
    }

    .cgv-cinema-club-medium {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .cgv-cinema-club-large {
        display: none;
    }

    .cgv-cinema-club-medium {
        display: none;
    }

    .cgv-cinema-club-small {
        display: block !important;
    }
}

.cgv-token-icon-medium {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .cgv-token-icon-large {
        display: none;
    }

    .cgv-token-icon-medium {
        display: block;
    }
}

@media only screen and (max-width: 1100px) {
    .cgv-token-icon-medium {
        max-width: 80%;
    }
}

@media only screen and (max-width: 1024px) {
    .cgv-token-icon-medium {
        max-width: 100%;
    }
}

@media only screen and (max-width: 870px) {
    .cgv-token-icon-medium {
        max-width: 74%;
    }
}

/* CGV MoviePASS */
.cgv-movie-pass-wrapper {
    max-width: 50.438rem;
}

    .cgv-movie-pass-wrapper h3 {
        text-align: center;
        color: #fff;
        position: relative;
        font-weight: 700;
        font-size: 24px;
    }

@media only screen and (max-width: 480px) {
    .cgv-movie-pass-wrapper h3 {
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 812px) {
    .cgv-movie-pass-wrapper h3 {
        font-weight: 700;
        font-size: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .cgv-movie-pass-wrapper h3 {
        font-weight: 700;
        font-size: 40px;
    }
}

@media only screen and (min-width: 1440px) {
    .cgv-movie-pass-wrapper h3 {
        font-weight: 700;
        font-size: 48px;
    }
}

@media only screen and (min-width: 1920px) {
    .cgv-movie-pass-wrapper h3 {
        font-weight: 700;
        font-size: 45px;
    }
}

.cgv-movie-pass-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.188rem;
}

@media only screen and (max-width: 480px) {
    .cgv-movie-pass-content {
        margin-top: 24px;
    }
}

.cgv-movie-pass-description {
    color: #fff;
    opacity: 0.78;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 480px) {
    .cgv-movie-pass-description {
        margin-top: 50px;
    }

    .cgv-warning-text {
        margin-top: 0px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        padding: 0 10px !important;
    }

    .cgv-warning-link {
        display: block !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }
}

@media only screen and (min-width: 812px) {
    .cgv-movie-pass-description {
        font-weight: 600;
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .cgv-movie-pass-description {
        font-weight: 400;
        font-size: 20px;
    }
}

@media only screen and (min-width: 1440px) {
    .cgv-movie-pass-description {
        font-weight: 400;
        font-size: 20px;
    }
}

@media only screen and (min-width: 1920px) {
    .cgv-movie-pass-description {
        font-weight: 500;
        font-size: 20px;
    }
}

.cgv-movie-pass a {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    opacity: 0.78;
    text-decoration: underline;
    margin-top: 1rem;
}

@media only screen and (max-width: 812px) {
    .cgv-movie-pass a {
        display: none;
    }

    .cgv-pass-logo {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    .cgv-pass-logo {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    .movie-pass-title img {
        display: block !important;
        margin-right: 10.25px;
        margin-top: -0.7rem;
    }
}

@media only screen and (max-width: 812px) {
    .cgv-pass-logo {
        display: none;
    }

    .cgv-movie-pass {
        margin-top: 62px;
    }

    #cgv-movie-pass-section {
        padding-right: 0;
    }
}

.living-section {
    padding-right: 0 !important;
}

.hero-warning-area {
    display: none;
    align-items: center;
}

    .hero-warning-area[data-type="campaign"],
    .hero-warning-area[data-type="on-pre-sale"] {
        margin-top: 20.5px;
    }

.hero-warning-info {
    color: #fff;
    margin-left: 11.1px;
}

    .hero-warning-info strong,
    .hero-warning-info span {
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        position: relative;
        top: 2.3px;
    }

.hero-warning-badge {
    width: 86.33px;
    height: 25px;
    text-align: center;
    color: #000000;
    margin-left: 15.33px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-image: url(../../../img/icons/last-3.svg);
    background-size: cover;
}

    .hero-warning-badge span {
        font-family: ProximaNovaRegularBold;
        font-weight: bold;
        font-size: 12px;
        line-height: 25px;
        margin-left: 5px;
    }

.visionaries-section[data-type="mobil-main-swiper"] {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .visionaries-section[data-type="mobil-main-swiper"] {
        display: block !important;
    }
}

.otherCampaing-section .info-detail span:last-child {
    font-weight: 700;
}

#otherCampaingSlider {
    margin-top: 20px;
}

#mobileSlider .movie-content,
#mobileSlider img {
    width: 100% !important;
    border-radius: 8px;
}

.popular-badge {
    background: #ce241b;
    border-radius: 15.5px;
    width: 114px;
    height: 31px;
    position: absolute;
    z-index: 9999;
    left: 40px;
    top: 42px;
    font-size: 13px;
    line-height: 31px;
    text-align: center;
    font-weight: 800;
}

@media only screen and (max-width: 1750px) {
    .popular-badge {
        width: 94px;
        height: 32px;
        font-size: 14px;
        font-weight: 600;
        top: 40px;
        left: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .popular-badge {
        width: 65px;
        height: 21px;
        font-size: 10px;
        line-height: 13px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 40px;
        left: 40px;
    }
}

@media only screen and (max-width: 900px) {
    .popular-badge {
        left: 10px;
        top: 20px;
    }
}

@media only screen and (max-width: 812px) {
    .popular-badge {
        width: 94px;
        height: 32px;
        top: 16px;
        left: 16px;
        font-size: 14px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 672px) {
    .popular-badge {
        width: 70px;
        height: 25px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 425px) {
    .popular-badge {
        left: 34px;
    }
}

.living--swiper--lazy {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media only screen and (max-width: 1023px) {
    #visionariesSlider .movie-info,
    #soonVisionariesSlider .movie-info {
        opacity: 0;
    }

    #greenPineSlider .movie-info {
        opacity: 0;
    }
}

.trailer-watch-btn {
    display: none;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 24px;
    text-align: center;
    height: 40px;
    font-weight: 700;
    font-family: ProximaNovaRegular;
}

@media only screen and (max-width: 1024px) {
    .trailer-watch-btn {
        display: flex;
        width: 156px;
        height: 40px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 1920px) {
    .trailer-watch-btn {
        height: 41px;
    }
}

@media only screen and (max-width: 860px) {
    .trailer-watch-btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 840px) {
    .trailer-watch-btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.movie-banner-techs {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    display: none;
}

@media only screen and (max-width: 811px) {
    .movie-banner-techs {
        display: none;
    }
}

.movie-badge-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
}

@media only screen and (max-width: 811px) {
    .movie-badge-wrapper {
        padding: 8px;
    }
}

.movie-badge-column {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.movie-trailer-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}

.movie-trailer-play-btn {
    background: rgb(0 0 0 / 50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 812px) {
    .movie-trailer-play-btn {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    .movie-trailer-play-btn {
        width: 44px;
        height: 44px;
    }
}

@media only screen and (min-width: 1024px) {
    #visionariesSlider .movie-trailer-play-btn {
        width: 58px;
        height: 58px;
    }

    #greenPineSlider .movie-trailer-play-btn {
        width: 58px;
        height: 58px;
    }
}

@media only screen and (min-width: 1440px) {
    .movie-trailer-play-btn {
        width: 64px;
        height: 64px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-trailer-play-btn {
        width: 64px;
        height: 64px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-trailer-play-btn[data-type="soon"] {
        width: 56px;
        height: 56px;
    }
}

.movie-trailer-play-btn img {
    width: 27.5px;
    height: 32.5px;
    object-fit: contain !important;
}

@media only screen and (min-width: 812px) {
    .movie-trailer-play-btn img {
        width: 15px;
        height: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .movie-trailer-play-btn img {
        width: 20px;
        height: 20px;
    }

    #soonVisionariesSlider .movie-trailer-play-btn img {
        width: 20px;
        height: 20px;
        margin-left: 3px;
    }
}

@media only screen and (min-width: 1024px) {
    #visionariesSlider .movie-trailer-play-btn img {
        width: 17px;
        height: 20px;
    }

    #greenPineSlider .movie-trailer-play-btn img {
        width: 17px;
        height: 20px;
    }
}

@media only screen and (min-width: 1920px) {
    #visionariesSlider .movie-trailer-play-btn img {
        width: 22px;
        height: 25px;
        margin-left: 5px;
    }

    #greenPineSlider .movie-trailer-play-btn img {
        width: 22px;
        height: 25px;
        margin-left: 5px;
    }
}

@media only screen and (min-width: 1440px) {
    .movie-trailer-play-btn img {
        width: 22px;
        height: 26px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-trailer-play-btn img {
        width: 27.5px;
        height: 32.5px;
    }
}

@media only screen and (min-width: 1440px) {
    .movie-trailer-play-btn[data-type="soon"] {
        width: 44px;
        height: 44px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-trailer-play-btn[data-type="soon"] {
        width: 56px;
        height: 56px;
    }
}

@media only screen and (min-width: 1440px) {
    .movie-trailer-play-btn[data-type="soon"] img {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-trailer-play-btn[data-type="soon"] img {
        width: 25px;
        height: 25px;
        margin-left: 3px;
    }
}

.movie-on-pre-sale-btn {
    text-align: center;
    border-radius: 48px;
    background: #98a726;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1023px) {
    .movie-on-pre-sale-btn {
        display: none;
    }
}

@media only screen and (min-width: 812px) {
    .movie-on-pre-sale-btn {
        width: 102px;
        height: 24px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    #soonVisionariesSlider .movie-on-pre-sale-btn {
        width: 108.78px;
        height: 23.96px;
    }

    #visionariesSlider .movie-on-pre-sale-btn {
        width: 88px;
    }

    #visionariesSlider .movie-on-pre-sale-btn {
        font-size: 10px;
    }

    #greenPineSlider .movie-on-pre-sale-btn {
        width: 88px;
    }

    #greenPineSlider .movie-on-pre-sale-btn {
        font-size: 10px;
    }


    #soonVisionariesSlider .movie-on-pre-sale-btn {
        width: 78.78px;
        font-size: 10px;
    }
}

@media only screen and (min-width: 1440px) {
    #soonVisionariesSlider .movie-on-pre-sale-btn {
        width: 108.77px;
        font-size: 10px;
    }

    #visionariesSlider .movie-on-pre-sale-btn {
        width: 108.77px;
        height: 23.95px;
        font-size: 10px;
    }

    #greenPineSlider .movie-on-pre-sale-btn {
        width: 108.77px;
        height: 23.95px;
        font-size: 10px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-on-pre-sale-btn {
        width: 108.78px;
        height: 32px;
        font-size: 14px;
        font-weight: 600;
    }

    #visionariesSlider .movie-on-pre-sale-btn {
        width: 108.78px;
        height: 32px;
        font-size: 14px;
    }

    #greenPineSlider .movie-on-pre-sale-btn {
        width: 108.78px;
        height: 32px;
        font-size: 14px;
    }

    #soonVisionariesSlider .movie-on-pre-sale-btn {
        width: 102px;
        height: 32px;
        font-size: 14px;
    }
}

.movie-action-buttons {
    position: absolute;
    width: 100%;
    height: 6rem;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 12px;
    display: none;
}

@media only screen and (max-width: 811px) {
    .movie-action-buttons {
        display: none;
    }
}

.movie-quick-buy-ticket-btn {
    background: #98a726;
    border-radius: 999px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

@media only screen and (max-width: 811px) {
    .movie-quick-buy-ticket-btn {
        display: none;
    }
}

@media only screen and (min-width: 812px) {
    .movie-quick-buy-ticket-btn {
        padding: 8px 16px;
        gap: 8px;
        width: 100%;
        height: 40px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .movie-quick-buy-ticket-btn {
        padding: 8px 16px;
        gap: 8px;
        width: 100%;
        height: 40px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1440px) {
    .movie-quick-buy-ticket-btn {
        width: 100%;
        height: 35px;
        font-weight: 700;
        font-size: 16px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-quick-buy-ticket-btn {
        width: 100%;
        height: 40px;
        font-weight: 700;
        font-size: 16px;
    }
}

.movie-banner-incept-btn {
    background: transparent;
    border-radius: 999px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    font-weight: 700;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
}

@media only screen and (min-width: 812px) {
    .movie-banner-incept-btn {
        height: 30px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .movie-banner-incept-btn {
        height: 40px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1440px) {
    .movie-banner-incept-btn {
        height: 35px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 1440px) {
    #soonVisionariesSlider .movie-banner-incept-btn {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-banner-incept-btn {
        height: 40px;
        font-size: 16px;
    }
}

.movie-banner-incept-btn:hover {
    background: #98a726;
    color: #fff;
    border: none;
}

.movie-quick-buy-ticket-btn:hover {
    background: #98a726;
    color: #fff;
    border: none;
}

.movie-banner-footer-buttons {
    display: flex;
    gap: 18px;
}

@media only screen and (min-width: 1440px) {
    .movie-banner-footer-buttons {
        gap: 9px;
    }
}

[badge-type="vip-pre-sale"] {
    border-radius: 3rem;
    padding: 6px 16px 6px 52px;
    background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
    width: max-content;
}

.movie-banner-vip-button {
    border-radius: 999px;
    background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
}

@media only screen and (max-width: 1023px) {
    .movie-banner-vip-button {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .movie-banner-vip-button {
        width: 108.78px;
        height: 23.96px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 13px;
    }
}

@media only screen and (min-width: 1440px) {
    .movie-banner-vip-button {
        width: 108.78px;
        height: 23.96px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-banner-vip-button {
        width: 146px;
        height: 32px;
        padding-right: 16px;
    }
}

.movie-banner-vip-button span {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    font-family: ProximaNovaSemiBold;
}

@media only screen and (min-width: 1024px) {
    .movie-banner-vip-button span {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-banner-vip-button span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .movie-banner-vip-button span {
        font-size: 10px;
        position: relative;
        top: -1.3px;
    }
}

.movie-banner-vip-button img {
    margin-top: -15px;
}

@media only screen and (min-width: 1024px) {
    .movie-banner-vip-button img {
        width: 30.62px;
        height: 22.34px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-banner-vip-button img {
        width: 41px;
        height: 30px;
    }
}

#livingRoomSlider .card .info-content {
    margin-top: 20px;
}

.movie-badge-info-buttons {
    display: flex;
    flex-direction: column;
    gap: 8.13px;
}

.movie-cgv-arthouse {
    background: #ffffff;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 811px) {
    .movie-cgv-arthouse {
        width: 39.67px;
        height: 17px;
    }

        .movie-cgv-arthouse img {
            transform: scale(0.6);
        }
}
/**visionariesSlider CGV Arthouse**/
@media only screen and (min-width: 812px) {
    #visionariesSlider .movie-cgv-arthouse {
        width: 75.89px;
        height: 24px;
    }

        #visionariesSlider .movie-cgv-arthouse img {
            transform: scale(0.8);
        }

    #greenPineSlider .movie-cgv-arthouse {
        width: 75.89px;
        height: 24px;
    }

        #greenPineSlider .movie-cgv-arthouse img {
            transform: scale(0.8);
        }
}

@media only screen and (min-width: 1024px) {
    #visionariesSlider .movie-cgv-arthouse {
        width: 65.89px;
        height: 24px;
    }

        #visionariesSlider .movie-cgv-arthouse img {
            transform: scale(0.8);
        }

    #greenPineSlider .movie-cgv-arthouse {
        width: 65.89px;
        height: 24px;
    }

        #greenPineSlider .movie-cgv-arthouse img {
            transform: scale(0.8);
        }
}

@media only screen and (min-width: 1440px) {
    #visionariesSlider .movie-cgv-arthouse {
        width: 75.89px;
        height: 23.94px;
    }

        #visionariesSlider .movie-cgv-arthouse img {
            transform: scale(0.8);
        }

    #greenPineSlider .movie-cgv-arthouse {
        width: 75.89px;
        height: 23.94px;
    }

        #greenPineSlider .movie-cgv-arthouse img {
            transform: scale(0.8);
        }
}

@media only screen and (min-width: 1920px) {
    #visionariesSlider .movie-cgv-arthouse {
        width: 83.89px;
        height: 32px;
    }

        #visionariesSlider .movie-cgv-arthouse img {
            transform: none;
        }

    #greenPineSlider .movie-cgv-arthouse {
        width: 83.89px;
        height: 32px;
    }

        #greenPineSlider .movie-cgv-arthouse img {
            transform: none;
        }
}

/**soonVisionariesSlider CGV Arthouse**/
@media only screen and (min-width: 812px) {
    #soonVisionariesSlider .movie-cgv-arthouse {
        width: 72.89px;
        height: 24px;
    }

        #soonVisionariesSlider .movie-cgv-arthouse img {
            transform: scale(0.8);
        }
}

@media only screen and (min-width: 1024px) {
    #soonVisionariesSlider .movie-cgv-arthouse {
        width: 65.89px;
        height: 23.95px;
    }

        #soonVisionariesSlider .movie-cgv-arthouse img {
            transform: scale(0.8);
        }
}

@media only screen and (min-width: 1440px) {
    #soonVisionariesSlider .movie-cgv-arthouse {
        width: 75.89px;
        height: 23.95px;
    }

        #soonVisionariesSlider .movie-cgv-arthouse img {
            transform: scale(0.8);
        }
}

@media only screen and (min-width: 1920px) {
    #soonVisionariesSlider .movie-cgv-arthouse {
        width: 75.89px;
        height: 32px;
    }

        #soonVisionariesSlider .movie-cgv-arthouse img {
            transform: none;
        }
}

/** MOVIE BOTTOM BADGE **/

.movie-bottom-badge {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 18px;
    z-index: 1000;
    display: none;
}

@media only screen and (max-width: 1023px) {
    .movie-bottom-badge {
        display: flex;
        justify-content: center;
    }

        .movie-bottom-badge .movie-on-pre-sale-btn {
            display: block;
            font-family: ProximaNovaSemiBold;
            font-weight: 600;
        }

        .movie-bottom-badge .movie-banner-vip-button {
            display: block;
            font-family: ProximaNovaRegular;
            font-weight: 400;
            width: 135px;
            height: 24px;
        }

            .movie-bottom-badge .movie-banner-vip-button img {
                width: 30.62px;
                height: 22.34px;
            }

    #soonVisionariesSlider .movie-bottom-badge .movie-on-pre-sale-btn {
        width: 90px;
        height: 22px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .movie-bottom-badge .movie-on-pre-sale-btn {
        width: 107px;
        height: 24px;
        font-size: 10px;
        font-weight: 600;
        line-height: 24px;
    }

    .soonVisionaries-section .section-header {
        margin-top: 40px !important;
    }

    #soonVisionariesSlider .movie-bottom-badge .movie-on-pre-sale-btn {
        font-size: 10px;
    }
}

#visionariesSlider {
    padding-bottom: 50px;
}

#greenPineSlider {
    padding-bottom: 50px;
}


/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    #visionariesSlider {
        padding-bottom: 0;
    }

    #greenPineSlider {
        padding-bottom: 0;
    }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    #visionariesSlider {
        padding-bottom: 0;
    }

    #greenPineSlider {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    #visionariesSlider {
        padding-bottom: 0 !important;
    }

    #greenPineSlider {
        padding-bottom: 0 !important;
    }

    #soonVisionariesSlider {
        padding-bottom: 50px;
    }

    .otherCampaing-section {
        margin-top: 40px;
    }
}

.cgv-cinema-club-area {
    background-color: #fff;
    width: 100%;
    height: 350px;
    border-radius: 16px;
    margin-top: 160px;
    display: none;
}

@media only screen and (min-width: 1024px) {
    .cgv-cinema-club-area {
        display: flex;
        position: relative;
        padding-left: 40px;
        padding-top: 26px;
        flex-direction: column;
    }

    .cinema-club-content-col {
        width: 60%;
        padding-top: 16px;
    }

    .cinema-club-content-area {
        width: 505px;
    }

        .cinema-club-content-area .top-description p {
            font-size: 16px;
            color: #1d1d1b;
            margin-bottom: 0;
        }

    .sub-description p {
        font-family: ProximaNovaRegularBold;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .cinema-club-button-area {
        display: flex;
        gap: 11px;
        padding-top: 16px;
    }

        .cinema-club-button-area .discovery {
            width: 171px;
            height: 48px;
            color: #3f444c;
            font-weight: 700;
            font-size: 18px;
            text-align: center;
            letter-spacing: -0.015em;
            border: 2px solid #abb5c4;
            border-radius: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .cinema-club-button-area .member {
            width: 165px;
            height: 48px;
            font-weight: 700;
            font-size: 18px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .cinema-club-button-area .member:hover {
                color: #96a824;
            }

    .cinema-club-icon-col {
        position: absolute;
        right: 0;
        bottom: 0;
        justify-content: end;
    }

    .cinema-club-icon {
        display: flex;
        justify-content: end;
    }

    .cinema-club-button-area .discovery {
        width: 164px;
        height: 40px;
        font-size: 16px;
    }

        .cinema-club-button-area .discovery:hover {
            color: #fff;
        }

    .cinema-club-button-area .member {
        width: 164px;
        height: 40px;
        font-size: 16px;
    }

    .cgv-cinema-club-area {
        height: 332px;
    }

    .sub-description {
        padding-top: 10px;
    }

    .cinema-club-icon img {
        height: 356px;
    }
}

@media only screen and (min-width: 1100px) {
    .cinema-club-content-col {
        width: 67%;
    }

    .cinema-club-content-area {
        width: 97%;
    }

    .sub-description {
        padding-top: 18px;
    }
}

@media only screen and (min-width: 1155px) {
    .cinema-club-content-area {
        margin-top: 0;
    }

        .cinema-club-content-area .top-description p {
            font-size: 16px;
        }
}

@media only screen and (min-width: 1920px) {
    .cinema-club-content-area .top-description p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .cgv-cinema-club-area {
        flex-direction: row;
    }

    .cinema-club-logo-col {
        padding-top: 48px;
    }

    .cinema-club-content-col {
        padding-left: 48px;
        width: 60%;
        padding-top: 20px;
    }

    .cinema-club-content-area {
        width: calc(100% - 153px);
    }

    .cinema-club-content-area {
        margin-top: 0;
    }

    .cgv-cinema-club-area {
        height: 294px;
    }

    .cinema-club-icon img {
        height: 316px;
    }
}

@media only screen and (min-width: 1024px) {
    .sub-description p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1099px) {
    .sub-description p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1300px) {
    .cinema-club-content-col {
        width: 70%;
    }

    .cinema-club-content-area {
        width: 76%;
    }
}

@media only screen and (min-width: 1440px) {
    .cinema-club-content-col {
        width: 70%;
    }

    .cinema-club-content-area {
        width: 86%;
    }

    .cinema-club-button-area .discovery {
        width: 164px;
        height: 40px;
        font-size: 16px;
    }

    .cinema-club-button-area .member {
        width: 164px;
        height: 40px;
        font-size: 16px;
    }

    .cgv-cinema-club-area {
        height: 350px;
    }

    .cinema-club-logo-col {
        padding-top: 78px;
    }

    .cinema-club-content-col {
        padding-top: 48px;
    }

    .sub-description {
        padding-top: 30px;
    }

    .cinema-club-button-area {
        padding-top: 30px;
    }

    .cinema-club-icon img {
        height: 372px;
    }

    .sub-description p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1568px) {
    .cinema-club-content-area {
        width: 70%;
    }
}

@media only screen and (min-width: 1700px) {
    .cinema-club-content-area {
        width: 54%;
    }

    .cinema-club-content-col {
        padding-left: 89px;
    }
}

@media only screen and (min-width: 1920px) {
    .cinema-club-button-area .member {
        width: 165px;
        height: 43px;
        font-size: 16px;
    }

    .cinema-club-icon img {
        height: 416px;
    }
}

@media only screen and (min-width: 1567px) {
    .cinema-club-content-col {
        width: 85%;
    }
}

@media only screen and (min-width: 1920px) {
    .cinema-club-content-area p {
        font-size: 18px;
    }

    .cinema-club-content-area p {
        font-size: 18px;
    }

    .sub-description p {
        font-size: 24px;
    }

    .cinema-club-logo-col {
        padding-top: 88px;
    }

    .cinema-club-content-area {
        width: 60%;
    }

    .cgv-cinema-club-area {
        height: 334px;
    }
}

/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    #cgv-movie-pass-section {
        padding-right: 0;
    }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .cgv-cinema-club-area {
        margin-top: 92px;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 821px) {
    #cgv-movie-pass-section {
        padding-right: 0;
    }

    .cgv-slider-buttons {
        bottom: 28px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 480px) {
    .cgv-movie-pass {
        margin-top: 6rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 481px) {
    .section-header {
        margin-top: 0 !important;
    }

        .section-header h2 {
            margin-top: 0;
        }

    .mobile-small-banner {
        margin-top: 0;
    }

    .exclusive-halls-section {
        margin-top: 0 !important;
    }

    .section-content {
        margin-top: 60px !important;
    }

    #soonVisionariesSlider {
        padding-bottom: 42px !important;
    }

    .campaign-section {
        margin-top: -12px;
    }

    .cgv-swiper {
        margin-top: -1.575rem;
    }

    .main-slider-pagination {
        margin-top: 30px !important;
    }

        .main-slider-pagination .swiper-pagination {
            bottom: -28px !important;
        }

    .app-discover-card {
        margin-top: 0;
    }

    .main-slider-pagination .swiper-pagination .swiper-pagination-bullet {
        top: 10px;
        position: relative;
    }

    .campaign-custom-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }

    .campaign-custom-pagination .swiper-pagination-bullet-active {
        width: 50px !important;
        height: 10px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 550px) {
    .mobile-app-banner-content .app-download-area p {
        font-size: 28px;
        line-height: 37px;
    }

    .mobile-app-banner-content {
        height: 192px;
    }

    .mobile-app-banner-content .mobile-app-figure {
        left: 42%;
    }
}
@media only screen and (max-width: 638px) and (min-width: 550px) {
    .mobile-app-banner-content .app-download-area p {
        font-size: 24px;
    }
    .mobile-app-banner-content {
        height: 207px;
    }
}

.moviepass-card {
    width: 100%;
    padding: 32px;
    border-radius: 32px;
    border: 2px solid #A4B446;
    background: rgba(255, 255, 255, 0.10);
    height: auto;
    margin-bottom: 32px;
    transition: 0.3s;
}

@media only screen and (min-width:1184px){
    .greenPine-header {
        margin-top: 3.494rem!important;
    }
}

/*@media only screen and (max-width: 1919px) and (min-width: 1441px) {
    .moviepass-card {
        height: 643px;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .moviepass-card {
        height: 538px;
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .moviepass-card {
        height: 415px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 481px) {
    .moviepass-card {
        height: 411px;
    }
}

@media screen and (max-width: 480px) {
    .moviepass-card {
        height: 470px;
    }
}*/
.moviepass-card-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.moviepass-card-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
}

    .moviepass-card-items div {
        gap: 8px;
    }

@media screen and (max-width: 480px) {
    .moviepass-card-items div {
        gap: 4px;
    }
}

.moviepass-card-items img {
    width: 20px;
    height: 20px;
}

.moviepass-card-item-name {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    max-width: max-content;
}

@media screen and (max-width: 480px) {
    .moviepass-card-item-name {
        font-size: 11px;
    }
}

.moviepass-card-price {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0 !important;
    font-family: ProximaNovaRegularBold
}

@media only screen and (max-width: 1440px) and (min-width: 481px) {
    .moviepass-card-price {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 480px) {
    .moviepass-card-price {
        font-size: 28px !important;
    }
}

.moviepass-card-body {
    position: relative;
    margin-top: 24px;
}

    .moviepass-card-body img {
        width: 100%;
        border-radius: 16px;
    }

.moviepass-card-footer {
    width: 100%;
    position: absolute;
    bottom: 40px;
    z-index: 9999;
}

@media screen and (max-width: 480px) {
    .moviepass-card-footer {
        bottom: 22px;
    }
}

.moviepass-card-footer a {
    position: static !important;
    line-height: initial !important;
    margin: 0 !important;
    margin: 0 auto !important;
}

    .moviepass-card-footer a[data-buy-type="gift"] {
        border-radius: 999px;
        border: 1.5px solid #ededed;
        /*width: 200px;*/
        display: block;
        padding: 12px 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .moviepass-card-footer a[data-buy-type="buy"]:hover {
        background: #98a726 !important;
        background-color: #98a726 !important;
    }

.moviepass-selected-content .moviepass-card-footer {
    display: none;
}


@media only screen and (max-width: 950px) and (min-width: 500px) {
    .cgv-slider-action-btn, .give-gift-btn {
        width: 200px !important;
    }
}

#cgvSlider {
    padding-top: 26px !important;
}
@media only screen and (max-width: 1919px) and (min-width: 1441px) {
    .cgv-cinema-club-area {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
    .cgv-cinema-club-area {
        margin-top: 70px;
    }
}

.moviepass-card:hover {
    background: #212121;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transform: translateY(-25px);
    z-index: 9999;
}



/* kids & family*/

.kidsAndFamily-section{
    position:relative;
    z-index:1;
    padding:40px 0px;
}

    .kidsAndFamily-section .section-header p {
        display: block;
        color: #fff;
        position: relative;
        top: 25px;
        opacity: 0.7;
    }


.kids-family-container {
    width: 95%;
    display: flex;
    justify-content: flex-start;
    background: url("../../page-kids-and-family-club/img/home-banner-bg.svg");
    background-position:center;
    background-size:cover;
    border-radius: 16px;
    margin-top: 20px;
    height: 723px;
    padding: 40px;
    position: relative;
}

.kids-family-text{
    width:30%;
    padding:40px 21px;
    color:#fff;
    font-size:20px;
}

#kidsAndFamilySlider {
    width: 67%;
    padding: 28px 0px;
}

.kids-family-container .app-swiper-nav {
    position: absolute;
    top: 40% !important;
    left: 32% !important;
    width: -webkit-fill-available;
}

    .kids-family-container .app-swiper-nav .swiper-button-next {
        right: 40px;
    }

.kids-family-container .movie-info {

    padding-top: 13px;


}

@media only screen and (max-width:767px){
    .kids-family-text {
        width: 100%;
        padding: 40px 21px;
        color: #fff;
        font-size: 20px;
    }

    .kids-family-container {
        flex-wrap: wrap;
        background: #FF7148;
    }

    .kidsAndFamily-section .section-header p {
        display: block;
        color: #fff;
        position: relative;
        top: 0px;
        opacity: 0.7;
        font-size: 14px;
        margin-top: 5px;
    }


    .kidsAndFamily-section .section-header  {
        flex-wrap: wrap;
    }

    #kidsAndFamilySlider {
        width: 100%;
        padding: 0px 0px;
    }

    .kids-family-container {
   
        height: auto;
        padding:40px 20px;
   
    }

    .kids-family-text {
        padding: 0px 0px;
        color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
        width: 69%;
    }

    .mobile-responsive-ballon-img {
        display: block !important;
        position: absolute;
        right: 0px;
        top: -60px;
    }


}

.mobile-responsive-ballon-img{
    display:none;
}



@media only screen and (min-width:967px) and (max-width:1024px){
    .kids-family-container {
        flex-wrap: wrap;
        height: auto;
        width: 94%!important;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .kids-family-container {
        flex-wrap: wrap;
        height: auto;
        width: 98%
    }

    #kidsAndFamilySlider {
        width: 100%;
        padding: 28px 0px;
    }

    .kids-family-text {
        width: 100%;
        padding: 10px 21px;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }


    #kidsAndFamilySlider .movie-title {
        display: none;
    }

    #kidsAndFamilySlider .movie-time, .movie-type {
        display: none;
    }
}