    body {
      background: linear-gradient(
        180deg,
        #121212 -4%,
        #383838 45.44%,
        #121212 100%
      );
    }
    .page-inner-banner-section {
      height: 900px;
      background-image: url("../../../img/page-moviepass/moviepass-hero.png");
      background-position: center !important;
      background-size: cover !important;
      background-color: #000;
      margin-bottom: 20px;
    }

    * {
      padding: 0;
      border: 0;
      box-sizing: border-box;
      font-family: ProximaNovaRegular;
    }

    body {
      background: linear-gradient(180deg, #121212 0%, #383838 45.44%, #121212 100%);
      min-height: 100vh;
    }

    .timeline-area .left-image img {
        border-radius:16px;
    }

    :root {
        --black: #1d1d1b;
        --white: #fff;
        --blackDropdown: #1e1e1e;
    }

    .header-section {
      background-color: #1e1e1e;
      height: 80px;
      padding: 1rem;
    }

    .login-section {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 50vh;
      margin-top: 4rem;
    }

    h1 {
      color: #fff;
      font-family: ProximaNovaRegular;
      text-align: center;
      font-weight: 600;
      font-size: 20px;
    }
    @media screen and (min-width: 812px) {
      h1 {
        font-size: 12px;
      }
    }
    @media screen and (min-width: 1024px) {
      h1 {
        font-size: 30px;
      }
    }
    @media screen and (min-width: 1440px) {
      h1 {
        font-size: 36px;
      }
    }
    @media screen and (min-width: 1920px) {
      h1 {
        font-size: 48px;
      }
    }

    .login-header {
      display: flex;
      text-align: center;
      justify-content: center;
    }

    .login-header .active span {
      font-weight: 700;
    }

    .login-header a {
      width: 182px;
      text-decoration: none;
    }

    .login-header a::after {
      content: "";
      display: inline-block;
      text-align: center;
      opacity: 0.2;
      background-color: #fff;
      border: 1px solid #ffffff;
      width: 100%;
      height: 1px;
    }

    .active::after {
      opacity: 1 !important;
    }

    .login-form-content {
      justify-content: center;
      flex: 1;
      margin-top: 1rem;
    }

    .login-form-content form {
      width: 70%;
    }

    .register-form-content {
      justify-content: center;
      flex: 1;
      margin-top: 1rem;
    }

    .register-form-content form {
      width: 40%;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"] {
      background-color: #3d4245;
      border: none;
      margin-top: 1rem;
      border-radius: 6.4px !important;
      padding: 1rem;
      color: #fff;
      padding: 30px 20px 6px 20px;
    }

    /*
    input[type="text"],
    input[type="email"],
    input[type="password"]:focus {
      background-color: #3d4245;
      border: none;
      margin-top: 1rem;
      border-radius: 8px;
      box-shadow: none;
      color: #fff;
      padding: 30px 20px 6px 20px;
    }
    */
    .form-group {
      position: relative;
      margin-bottom: 20px;
    }

    .material-input {
      width: 100%;
      font-size: 16px !important;
      transition: border-bottom-color 0.3s !important;
    }

    .material-input:focus {
      outline: none;
      border-bottom-color: #2196f3;
    }

    .input-label {
      position: absolute;
      top: 50%;
      left: 1.5rem;
      transition: top 0.3s, font-size 0.3s;
      pointer-events: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: rgba(255, 255, 255, 0.5);
    }

    .material-input:focus + .input-label,
    .material-input:not(:placeholder-shown) + .input-label {
      top: 32%;
      font-weight: 400;
      font-size: 13px;
      line-height: 19px;
      color: rgba(255, 255, 255, 0.5);
    }

    .form-control {
      position: relative;
    }

    .form-control input {
      padding-top: 20px;
    }

    .form-control {
      background-color: #3d4245;
      box-shadow: none !important;
      color: #fff;
      border: none;
      box-shadow: none;
    }

    .form-control:focus {
      background-color: #3d4245;
      box-shadow: none !important;
      color: #fff;
      border: none;
      box-shadow: none;
    }

    .form-select {
      color: #fff;
      background-image: url("../../../img/auth/arrow-down.svg");
      background-color: #3d4245;
      border: none;
      border-radius: 8px;
      padding: 1rem;
      box-shadow: none;
      color: rgba(255, 255, 255, 0.6);
    }

    .form-select option {
      color: rgba(255, 255, 255, 0.6);
    }

    .form-select option:checked {
      color: #fff;
    }

    label {
      color: #fff;
    }

    #show_hide_password div {
      position: absolute;
      right: 0;
      top: 30%;
      display: flex;
      align-items: center;
      margin-top: 1rem;
      background-color: #3d4245;
      padding-right: 1rem;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      text-decoration: none;
      color: #fff;
      cursor: pointer;
    }

    #show_confirm_hide_password div {
      display: flex;
      align-items: center;
      margin-top: 1rem;
      background-color: #3d4245;
      padding-right: 1rem;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      text-decoration: none;
      color: #fff;
      cursor: pointer;
    }

    .form-check label {
      color: #fff;
      font-weight: 400;
      font-size: 14px;
    }

    .forget-password a {
      text-decoration: none;
    }

    .forget-password a:hover {
      text-decoration: underline;
      color: #fff;
    }

    .forget-password a span {
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
    }

    .btn-primary {
      background-color: #96a825;
      color: var(--white);
      border: 1px solid #96a825;
      border-radius: 30px;
      width: 100%;
      height: 54px;
      margin-bottom: 5rem;
    }

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
      background-color: transparent;
      color: #fff;
      border: 1px solid #96a825;
    }

    #registerForm {
      display: none;
    }

    select {
      background-color: #3d4245;
    }

    p {
      color: #ffffff99;
      font-size: 12px;
      font-weight: 400;
    }

    b {
      color: #fff;
      font-weight: 400;
    }

    .form-check-input:checked[type="checkbox"] {
      background-image: url("../../../img/auth/checked.svg");
      background-color: #98a726;
      border-color: #98a726;
    }

    .form-check-input:focus {
      box-shadow: none;
    }

    @media screen and (max-width: 980px) {
      .header-section {
        background-color: #000000;
      }

      .login-section {
        margin-top: 3rem;
      }

      .btn-primary {
        margin-bottom: 2rem;
      }

      .login-form-content form {
        width: 100%;
        padding: 0 0.3rem;
      }

      .login-form-content h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.5);
      }

      .login-form-content {
        width: 100%;
      }

      .register-form-content form {
        width: 100%;
        padding: 0 1rem;
      }

      .register-form-content h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.5);
      }
    }

    @media screen and (max-width: 480px) {
      .header-section {
        height: auto;
        padding-top: 21.5px;
      }
      .header-section img {
        width: 145px;
        height: 29px;
      }
      .login-header {
        margin-top: 24px;
      }
    }

    @media screen and (max-width: 768px) {
        .page-inner-banner-section {
            background-image: linear-gradient( 0.34deg, rgba(18, 18, 18, 1.4) 6.41%, rgba(18, 18, 18, 0) 37.06% ), url("../../../img/page-moviepass/moviepass-hero.png");
            background-position: center !important;
            background-size: cover !important;
        }
    }

    @media screen and (max-width: 480px) {
      .page-inner-banner-section {
        background-image: url("../../../img/page-moviepass/banner-mobile.jpg");
        background-position: center !important;
        background-size: cover !important;
        height: 345px;
      }
    }
    @media screen and (min-width: 1024px) {
        .page-inner-banner-section {
            height: 675px;
            background-image: linear-gradient( 0.34deg, rgba(18, 18, 18, 1.4) 6.41%, rgba(18, 18, 18, 0) 37.06% ), url("../../../img/page-moviepass/moviepass-hero.png");
            background-position: center !important;
            background-size: cover !important;
            background-color: #000;
        }

      .pass-more-button .cgv-btn.incept-btn {
        width: 198px;
      }

      body {
        background: linear-gradient(
          180deg,
          #121212 -4%,
          #383838 38.44%,
          #121212 100%
        );
      }
    }
    @media screen and (min-width: 1920px) {
        .page-inner-banner-section {
            height: 846px;
            background-image: linear-gradient( 0.34deg, rgba(18, 18, 18, 1.4) 6.41%, rgba(18, 18, 18, 0) 37.06% ), url("../../../img/page-moviepass/moviepass-hero.png");
            background-position: center !important;
            background-size: cover !important;
            background-color: #000;
        }
        body {
            background: linear-gradient( 180deg, #121212 -4%, #383838 -64.56%, #121212 64% );
        }
    }

    .breadcrumb-area {
      display: flex;
      position: absolute;
      top: 11.5%;
      margin-left: 3rem;
    }

    @media screen and (min-width: 768px) {
      .breadcrumb-area {
        top: 12%;
      }
        body {
            background: linear-gradient( 180deg, #121212 -4%, #383838 -64.56%, #121212 64% );
        }
    }

    @media screen and (max-width: 1440px) {
      .breadcrumb-area {
        margin-left: 0;
      }
    }

    @media screen and (max-width: 1275px) {
      .timeline-area {
        background: none !important;
      }
    }

    .breadcrumb-area .breadcrumb-fixed ul li a img {
      width: 16px;
      height: 16px;
    }

    .breadcrumb-area .breadcrumb-arrow {
      height: 16px !important;
      width: 16px;
    }

    .breadcrumb-area .breadcrumb-app span {
      font-size: 14px;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 600;
    }

    @media (min-width: 1280px) and (max-width: 1440px) {
      .timeline-area {
        background: url(../../../img/page-moviepass/border.png) repeat-y 47% !important;
      }

      .newOrder {
        width: 41%;
      }
    }

    @media (min-width: 640px) and (max-width: 1315px) {
      .extraCardRight {
        height: 380px !important;
        overflow-y: auto !important;
      }
    }

    @media (min-width: 914px) and (max-width: 1440px) {
      .buyCard .radio-img > img {
        padding: 4px !important;
      }

      .buyCard .radio-img {
        margin-right: 2px !important;
      }
    }

    @media screen and (max-width: 1024px) {
      .breadcrumb-area {
        display: none;
      }
    }
    .mobile-breadcrumb-section {
      display: none;
      min-height: 24px;
      gap: 10px;
      margin-top: 40px;
      margin-bottom: 40px;
      align-items: center;
    }

    .mobile-breadcrumb-section .breadcrumb-area {
      display: flex;
      position: relative;
      left: unset;
      top: unset;
      padding-left: 16px;
    }
    .mobile-breadcrumb-section .breadcrumb-area .breadcrumb-fixed img {
      width: 16px;
      height: 16px;
    }

    .mobile-breadcrumb-section .breadcrumb-area .breadcrumb-app img {
      width: 16px;
      height: 16px !important;
    }

    .mobile-breadcrumb-section span {
      font-size: 14px;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.5);
    }

    .faq > h2 {
      text-align: center;
      font-weight: 700;
      color: #fff;
      font-size: 45px;
      margin: 150px 0 100px 0;
    }

    .radioButtonCards {
      display: flex;
      overflow-x: auto;
    }

    @media screen and (max-width: 1024px) {
      .mobile-breadcrumb-section {
        display: flex;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 3rem;
      }
    }

    @media screen and (max-width: 768px) {
      .mobile-breadcrumb-section {
        margin-left: 0;
      }
    }

    @media screen and (max-width: 830px) {
      #accordionExample {
        padding: 0 20px;
      }
    }

    @media screen and (max-width: 768px) {
      .section-header {
        margin-bottom: 25px !important;
      }
    }

    .page-content {
      padding-left: 23.438rem;
      padding-right: 23.438rem;
    }

    @media screen and (max-width: 1440px) {
      .page-content {
        padding-left: 12rem;
        padding-right: 12rem;
      }
    }

    @media screen and (max-width: 1024px) {
      .page-content {
        padding-left: 4rem;
        padding-right: 4rem;
      }
    }

    @media screen and (max-width: 768px) {
      .page-content {
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }

    @media screen and (max-width: 480px) {
      .page-content {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 30px;
      }
    }

    .page-content h1 {
      font-weight: 600;
      font-size: 1.875rem;
      line-height: 2.375rem;
      color: #ffffff;
      margin-top: 2.5rem;
    }
    @media screen and (max-width: 1024px) {
      .page-content h1 {
        font-size: 1.875rem;
      }
    }

    @media screen and (max-width: 480px) {
      .page-content h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #ffffff;
        margin-bottom: 24px;
      }
    }
    @media screen and (min-width: 1024px) {
      .page-content h1 {
        font-size: 20px;
      }
    }
    @media screen and (min-width: 1440px) {
      .page-content h1 {
        font-size: 22px;
      }
    }
    @media screen and (min-width: 1920px) {
      .page-content h1 {
        font-size: 24px;
      }
    }

    .page-content a {
      display: block;
      width: max-content;
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      color: #ffffff;
      margin-bottom: 0;
      text-decoration: underline;
    }

    .page-content a p {
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      color: #ffffff;
      margin-bottom: 0;
    }

    .passSlider .swiper-wrapper {
      gap: 18px;
      justify-content: center;
    }
    @media screen and (max-width: 768px) {
        .passSlider .swiper-wrapper {
            gap: 18px;
            justify-content: start;
        }
    }

    .passSlider .swiper-slide {
      width: 32%;
    }
    @media only screen and (max-width: 1200px) and (min-width: 990px) {
        .passSlider .swiper-slide {
            width: 47%;
        }
    }
    @media only screen and (max-width: 989px) and (min-width: 950px) {
        .passSlider .swiper-slide {
            width: 50%;
        }
    }
    @media only screen and (max-width: 949px) and (min-width: 769px) {
        .passSlider .swiper-slide {
            width: 49%;
        }
    }
    .pass-button-title {
      display: flex;
      justify-content: center;
      margin-bottom: 65px;
    }

    .pass-button-wrapper {
      background: #2e2e2e;
      border-radius: 10px;
      padding: 24px;
    }

    .info-content span {
      text-decoration: line-through;
      color: #5e5e5e;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: -0.02em;
    }

    .pass-button-wrapper > a {
      font-weight: 600;
      font-size: 24px;
      color: #c0c0c0;
      text-decoration: none;
      padding: 16px 50px;
      border-radius: 10px;
    }

    .pass-button-wrapper > a.active {
      background: #3f444c;
      color: #fff;
    }

    .pass-button-wrapper span {
      background: #fb2b29;
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      border-radius: 20px;
      padding: 6px 16px 6px 16px;
      position: relative;
      top: -2px;
    }

    .passSlider {
      margin-top: 20px;
    }

    .timeline-wrapper {
      margin: 65px auto;
      max-width: 1360px;
      margin: auto;
    }

    .timeline-area > div {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 50px;
      margin-bottom: 55px;
    }

    .right-title h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 700;
    }

    .right-title p {
      font-weight: 400;
      font-size: 18px;
      color: rgba(255, 255, 255, 0.7);
    }

    .giftForm {
      display: flex !important;
      justify-content: space-between;
    }


    .faq h3 {
      text-align: center;
      font-weight: 700;
      color: #fff;
      font-size: 45px;
      margin: 150px 0 100px 0;
    }

    .faq {
      max-width: 1170px;
      margin: 0 auto;
    }

    .faq .section-header {
      margin-bottom: 50px !important;
    }

    .section-header {
      margin: 170px 0 110px 0;
      display: flex;
      justify-content: center;
    }

    .accordion-item {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.125);
      background: rgba(61, 66, 69, 1);
      margin-bottom: 15px;
      color: rgba(255, 255, 255, 0.7);
    }

    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px);
      background: rgba(61, 66, 69, 1);
    }

    .accordion-button {
      font-size: 16px;
      font-weight: 400;
      background: rgba(61, 66, 69, 1);
      color: #fff;
    }

    .accordion-button:not(.collapsed) {
      font-size: 16px;
      font-weight: 400;
      background: rgba(61, 66, 69, 1);
      box-shadow: none;
      color: #fff;
    }

    .cgv-btn.incept-btn {
      padding: 25px 32px;
      box-sizing: inherit;
    }

    .accordion-body {
      font-weight: 300;
    }

    .pass-more-button {
      margin: 15px auto;
    }

    .accordion-item {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.125);
      background: rgba(61, 66, 69, 1);
      margin-bottom: 15px;
      color: rgba(255, 255, 255, 0.7);
      border-radius: 10px;
      overflow: hidden;
    }

    .accordion-item:first-of-type {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      border-radius: 10px;
    }

    .accordion-item:last-of-type {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-radius: 10px;
    }

    .accordion-button::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      content: "";
      background-image: url(../../../img/page-moviepass/accordion-arrow.svg);
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform 0.2s;
    }

    .accordion-button:not(.collapsed)::after {
      background-image: url(../../../img/page-moviepass/accordion-arrow.svg);
      transform: rotate(-180deg);
    }

    .cardsInnerWraper {
      bottom: -113% !important;
    }

    .pass-more-button {
      min-width: 250px;
      display: flex;
      justify-content: center;
      text-decoration: none;
      margin: auto;
      margin-bottom: 50px;
    }

    .pass-content {
      max-width: 1170px;
      margin: auto;
    }

    .passSlider {
      position: relative;
    }

    .buyCard {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        display: block;
        z-index: 999;
        border-radius: 16px;
        border: 2px solid rgba(255, 255, 255, 0.1);
        background: #303030;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        display: none;
        margin-top: -3rem;
    }

    .buyCardLeft {
      width: 30%;
      margin-right: 24px;
    }

    .buyCardLeft .swiper-slide {
      width: 100%;
    }

    .buyCardLeft .card:hover {
      transform: translateY(0) !important;
    }

    .buyCardRight {
      width: 69%;
    }

    .buyCardRight .register-form-content form {
      width: 100%;
      flex-direction: column
    }

    .buyCardRight .form-group {
      margin-bottom: 0;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"] {
      margin-top: 10px !important;
    }

    .buyCardRight .input-label {
      line-height: 13px;
    }

    .buyCardRight .form-check-label p {
      font-size: 16px;
      position: relative;
      top: 2px;
    }

    .buyCardRight .form-check-label p span {
      font-size: 16px;
      color: #98a726;
      font-weight: 700;
    }

    .buyCardRight .btn-primary {
      width: 216px;
      margin-bottom: 0;
    }

    .vipImg img {
      width: 149px !important;
      height: auto !important;
    }

    .section-header {
      margin-bottom: 108px;
    }

    .form-bottom-check {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
    }

    .buyCard .form-check-input {
      width: 24px;
      height: 24px;
      margin-top: 0;
      margin-right: 8px;
      position: relative;
      bottom: -2px;
      background: none;
      border: 2px solid #fff;
      border-radius: 8px;
    }

    .cardInfoTitle h3 {
      color: #fff;
      margin-top: 25px !important;
      margin-bottom: 24px !important;
    }

    .cardInfoTitle p {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      color: #fff;
      margin-bottom: 5px !important;
    }

    .buyCardRight .register-form-content {
      margin-top: 0;
    }

    .buyCard h3 {
      color: #fff;
      /*margin-top: 20px;*/
      /*margin-bottom: 44px;*/
    }

    .giftForm h3 {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      color: #fff;
      margin-bottom: 5px !important;
    }

    .buyCard .token-area {
      top: 42px;
    }

    .buyCard .radio-img {
      display: inline-block;
      margin-bottom: 0;
      cursor: pointer;
      text-align: center;
      position: relative;
      margin-right: 12px;
    }

    .buyCard .radio-img:last-child {
      margin-right: 0;
    }

    .buyCard .radio-img:hover {
      opacity: 1;
    }

    .buyCard .radio-img > input {
      display: none;
    }

    .buyCard .radio-img > img {
      border: none;
      padding: 0px;
      border-radius: 20px;
      background: none;
      box-shadow: none;
      margin-bottom: 5px;
      padding: 8px;
      opacity: 0.5;
      height: 162px;
    }

    .radio-img label {
      position: absolute;
      width: 24px;
      height: 24px;
      top: 18px;
      left: 18px;
      border-radius: 50%;
      z-index: 1;
      border: 2px solid #fff;
    }

    .buyCard .radio-img label:after {
      content: "";
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      background: none;
      top: 4px;
      right: 4px;
      border-radius: 50%;
      z-index: 2;
    }

    .buyCard .radio-img > input:checked + label:after {
      background: #fff;
    }

    .buyCard .radio-img > input:checked + label + img {
      border: none;
      box-shadow: none;
      background: #fff;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
      border-radius: 16px;
      box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.25);
      opacity: 1;
    }

    .cardInfoTitleWrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .cardInfoTitleWrapper {
      padding-top: 1px;
    }

    .cardInfoTitleWrapper .form-check {
      margin-top: 15px;
    }

    .passSlider {
      overflow: inherit !important;
    }

    .cardsExtraWrapper {
      position: relative;
      background: linear-gradient(0deg, #000 0%, #000 100%);
      padding: 48px;
      display: flex;
      justify-content: space-between;
      border-radius: 18px;
      max-width: 1720px;
      margin: 0 auto;
      display: none;
      margin-top: 50px;
    }

    .cardsExtraLeft {
      width: 50%;
    }

    .cardsExtraLeft h3 {
      color: #fff;
      font-size: 40px;
      font-weight: 700;
      line-height: 57.746px;
      letter-spacing: -0.8px;
      margin-bottom: 30px;
    }

    .cardsExtraLeft h4 {
      color: var(--neutral-white-70, rgba(255, 255, 255, 0.7));
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
    }

    .cardsExtraLeft p {
      color: var(--neutral-white-50, rgba(255, 255, 255, 0.5));
      font-size: 12px;
      line-height: 18px;
    }

    .extraCardRight {
      display: flex;
      width: 37%;
      flex-wrap: wrap;
      gap: 16px;
    }

    .extraCardRightOne {
      width: 37%;
    }

    .otherPackage {
      width: 250px;
    }



    @media only screen and (max-width: 856px) {
      .otherPackage {
        width: 150px !important;
        font-size: 14px !important;
        padding-left: 31px;
      }
    }

    @media only screen and (max-width: 1124px) {
      .input-label {
        font-size: 13px !important;
      }

      .form-bottom-check {
        flex-direction: column;
      }
    }

    @media only screen and (max-width: 992px) {
      .input-label {
        font-size: 13px !important;
      }

      .giftForm {
        flex-direction: column;
      }

      .giftForm > div,
      .credicCartArea {
        width: 100% !important;
      }
    }

    .cgv-swiper {
      padding-top: 0;
    }

    @media only screen and (max-width: 640px) {
      .cardsExtraWrapper {
        flex-direction: column;
        margin-bottom: 25px;
      }

      .cardsExtraLeft h3 {
        color: #fff;
        font-size: 29px;
        font-weight: 700;
        line-height: 40.746px;
        letter-spacing: -0.8px;
        margin-bottom: 30px;
      }

      .cardsExtraLeft {
        width: 100% !important;
        text-align: center;
      }

      .extraCardRight {
        width: 100% !important;
        justify-content: center !important;
      }

      .extraCardRightOne {
        width: 100%;
      }
    }

    @media only screen and (min-width: 1024px) {
      .buyCard .card .info-content {
        margin-top: 241px !important;
      }
      .buyCard .card .info-content h3 {
        margin-bottom: 20px !important;
      }
      .card .info-content h3 span {
        font-size: 26px;
      }

      .buyCard .cgv-swiper .card {
        height: 475px !important;
      }
      .cgv-swiper .card {
        height: 480px !important;
        background: #1a1a1a;
      }
    }

    @media only screen and (max-width: 1440px) {
      .buyCard .token-area {
        top: 20px;
      }

      .buyCard .card .info-content {
        margin-top: 151px !important;
      }

    }

    @media only screen and (max-width: 1023px) {
      .buyCard .card .info-content {
        margin-top: 120px !important;
      }

      .buyCard h3 {
        margin-bottom: 25px;
      }
    }

    @media screen and (max-width: 480px) {
      .page-content a p {
        font-size: 16px;
        line-height: 24px;
      }
    }

    .page-content p {
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      color: #ffffff;
      margin-top: 2rem;
      margin-bottom: 0;
    }

    @media only screen and (min-width: 812px) {
      .passSlider .cgv-slider-action-btn {
        width: 200px;
        height: 48px;
        /*margin-top: 76px;*/
        margin-bottom: 0px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        position: relative;
        top: -15px;
      }

      .card .info-content h3 span {
        font-size: 24px;
      }

      .buyCard .cgv-slider-action-btn {
        top: 0;
      }

      .cgv-swiper .card {
        height: 428px !important;
      }

      .card .info-content {
        margin-top: 90px !important;
      }

      .vipImg img {
        width: 126px !important;
        height: auto !important;
      }

      .cgv-slider-buy-btn {
        margin-bottom: 0 !important;
      }

      .cgv-slider-buttons {
        bottom: 45px !important;
      }
    }

    @media only screen and (min-width: 1440px) {
      .buyCard .card {
        height: 672px !important;
        background: #1a1a1a;
      }
    }

    @media only screen and (max-width: 998px) {
      .radioButtonCards {
        display: flex;
        overflow-x: auto;
      }
    }
    @media only screen and (max-width: 832px) {
      .pass-button-wrapper > a {
        font-size: 20px;
      }

      .pass-button-wrapper span {
        padding: 6px 11px 6px 11px;
        font-size: 11px;
      }

      .btn-primary {
        width: 70% !important;
      }

      .card .info-content h3 span {
        font-size: 25px;
      }

      .card .info-content {
        margin-top: 70px !important;
      }

      .card .info-content .divider {
        width: 133px;
        margin-top: 0;
      }
      .btn-primary {
        margin-bottom: 1rem;
      }

      .passSlider .swiper-wrapper {
        gap: 10px;
      }

      .btn-primary {
        position: relative;
        top: 15px;
      }
    }

    @media only screen and (max-width: 812px) {
      .input-label {
        font-size: 12px !important;
      }
      .buyCardLeft .cgv-slider-buy-btn {
        margin-bottom: 0;
        position: relative;
        top: 25px;
      }

      .buyCard .card {
        margin-bottom: 24px;
      }

      .right-title h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 13px;
      }

      .timeline-area > div {
        margin-bottom: 40px;
        gap: 15px;
      }

      .right-title p {
        font-size: 16px;
        line-height: 24px;
      }
    }

    @media only screen and (max-width: 1120px) {
      .timeline-area {
        background: none;
      }
    }

    @media only screen and (max-width: 910px) {
      .timeline-area > div {
        flex-direction: column;
      }

      .newOrder {
        order: 1;
      }

      .buyCardRight .btn-primary {
        width: 216px;
        margin: 0 auto;
      }

      .card .info-content h3 {
        display: block !important;
        margin-bottom: 20px;
      }

      .form-bottom-check {
        align-items: flex-start;
      }

      .buyCardRight .form-check-label p span {
        font-size: 12px;
      }

      .buyCardRight .form-check-label p a {
        text-decoration: none;
      }

      .buyCard .token-area {
        top: 22px;
      }

      .pass-button-wrapper > a {
        font-size: 13px;
      }

      .cgv-slider-action-btn {
        width: 160px;
      }

      .timeline-area {
        background: none;
      }

      .right-title {
        max-width: 554px;
      }

      .pass-timeline {
        padding: 0 10px;
      }

      .left-image img {
        width: 100%;
      }

      .buyCard {
        flex-direction: column;
      }

      .buyCardLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
      }

      .buyCardRight {
        width: 100%;
      }

      .radioButtonCards {
        display: flex;
        overflow-x: auto;
      }

      .cardInfoTitle {
        display: flex;
        flex-direction: column;
      }

      .cardInfoTitleWrapper {
        flex-direction: column;
        align-items: flex-start;
      }

      .cardInfoTitle h3 {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
      }

      .cardInfoTitleWrapper .form-check {
        margin-top: 15px;
        margin-bottom: 22px;
      }

      /*.buyCard h3 {
        display: none !important;
      }*/

      .buyCardRight form {
        padding: 0 !important;
      }

      .form-bottom-check {
        flex-direction: column;
      }
    }

    @media only screen and (max-width: 595px) {
      .pass-button-wrapper {
        display: flex;
      }

      .buyCardRight .form-check-label p {
        font-size: 12px;
      }

      .pass-button-wrapper > a {
        font-size: 12px;
        text-align: center;
      }

      .cgv-btn .incept-btn {
        text-decoration: none;
      }
    /*
      .passSlider .swiper-wrapper {
        gap: 80px;
      }
    */
      .pass-button-wrapper span {
        background: rgb(251, 43, 41);
        font-size: 9px;
        color: rgb(255, 255, 255);
        font-weight: 400;
        border-radius: 20px;
        padding: 6px 16px;
        position: relative;
        top: 3px;
      }

      .faq h3 {
        text-align: center;
        font-weight: 700;
        color: #fff;
        font-size: 34px;
        margin: 24px 0 35px 0;
      }
    }

    @media screen and (max-width: 480px) {
      .page-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
      }
    }

    @media screen and (max-width: 600px) {
    /*  .passSlider .swiper-wrapper {
        flex-direction: column;
      }*/

      .passSlider .swiper-slide {
        width: 100%;
      }
    }

    @media screen and (min-width: 812px) {
      .page-content p {
        font-size: 16px;
        margin-top: 0;
      }
    }
    @media screen and (min-width: 1024px) {
      .page-content p {
        font-size: 16px;
        margin-top: 0;
      }
    }
    @media screen and (min-width: 1440px) {
      .page-content p {
        font-size: 16px;
      }

      .vipImg img {
        width: 149px !important;
        height: auto !important;
      }

      .card .info-content {
        margin-top: 145px !important;
      }
    }

    @media screen and (min-width: 1920px) {
      .page-content p {
        font-size: 18px;
      }
    }

    @media screen and (min-width: 1920px) {
      .page-content p {
        font-size: 18px;
      }
    }

    .section-header a {
      font-weight: 500;
      font-size: 1.5rem;
      color: #fff;
      text-decoration: underline;
    }

    @media screen and (max-width: 1024px) {
      .app-swiper-nav {
        display: none;
      }

      .buyCard .cgv-slider-action-btn {
        width: 175px !important;
      }
    }

    @media screen and (max-width: 475px) {
      .page-inner-banner-section {
        background-image: url("../../../img/page-moviepass/banner-mobile.jpg") !important;
        background-position: center !important;
        background-size: cover !important;
      }

      .buyCard .radio-img > img {
        width: 154px;
        margin-right: 5px;
      }

      .pass-button-wrapper {
        padding: 0;
      }

      .pass-button-wrapper > a {
        padding: 6px 25px;
        font-size: 12px;
        display: flex;
        align-items: center;
      }

      .pass-button-wrapper span {
        background: rgb(251, 43, 41);
        font-size: 9px;
        color: rgb(255, 255, 255);
        font-weight: 400;
        border-radius: 20px;
        padding: 0px 7px;
        position: relative;
        top: 1px;
        line-height: 20px;
        font-size: 11px;
      }

      .pass-button-title {
        margin-bottom: 10px;
      }

      .cgv-swiper {
        padding-top: 7px !important;
      }

      .cgv-movie-pass-description {
        font-weight: 400;
      }

      .buyCard h3 {
        display: block;
        font-size: 24px;
      }

      .section-header {
        margin: 0 0 110px 0;
      }
    }
    .pass-more-button .cgv-btn.incept-btn {
      padding: 25px 32px !important;
      box-sizing: inherit;
    }

    @media only screen and (min-width: 1920px) {
      .cgv-btn.incept-btn {
        width: 217px !important;
        height: 43px;
        display: flex;
        justify-content: center;
        text-decoration: none;
      }

      .pass-more-button .cgv-btn.incept-btn {
        width: 250px !important;
      }

      .cgv-swiper .card {
        height: 604px !important;
        background: #1a1a1a;
      }

      .buyCard .card {
        height: 674px !important;
        background: #1a1a1a;
      }
    }

    @media only screen and (min-width: 1440px) {
      .cgv-swiper .card {
        height: 674px !important;
        background: #1a1a1a;
      }
    }

    @media only screen and (max-width: 1024px) {
      .pass-button-wrapper > a {
        font-size: 15px;
      }
    }

    @media only screen and (max-width: 685px) {
      .pass-button-wrapper > a {
        padding: 13px 15px;
      }
    }

    @media only screen and (max-width: 1870px) {
      .extraCardRight {
        width: 39%;
      }
    }

    @media only screen and (max-width: 1770px) {
      .extraCardRight {
        width: 42%;
      }
    }

    @media only screen and (max-width: 1698px) {
      .extraCardRight {
        width: 47%;
      }
    }

    @media only screen and (max-width: 1698px) {
      .cardsExtraLeft {
        width: 45%;
      }

      .extraCardRight {
        width: 54%;
      }
    }

    @media only screen and (max-width: 1314px) {
      .cardsExtraLeft {
        width: 59%;
      }

      .extraCardRight {
        width: 26%;
        justify-content: flex-end;
        height: 716px;
        overflow-y: auto;
      }

      .cardsExtraWrapper {
        align-items: center;
      }
    }

    @media screen and (max-width: 980px) {
      .register-form-content form {
        width: 100%;
        padding: 0;
      }
    }

    @media only screen and (max-width: 768px) {
      .sp-x {
        padding-left: 16px;
        padding-right: 16px !important;
      }
    }

    .timeline-area {
      background: url(../../../img/page-moviepass/border.png) repeat-y top;
    }


    @media only screen and (max-width: 1440px) {
      .timeline-wrapper.sp-x {
        padding-right: 2rem;
      }
    }

    @media (min-width: 1325px) and (max-width: 1440px) {
      .timeline-area {
        background: url(../../../img/page-moviepass/border.png) repeat-y 45% !important;
      }

      .newOrder {
        width: 41%;
        padding-right: 35px;
      }
    }

    @media only screen and (max-width: 1439px) {
      .timeline-area {
        background: url(../../../img/page-moviepass/border.png) repeat-y 45.6% !important;
      }
    }
    @media only screen and (max-width: 1347px) {
      .timeline-area {
        background: url(../../../img/page-moviepass/border.png) repeat-y 46% !important;
      }
    }


    @media only screen and (max-width: 1345px) {
      .timeline-area {
        background: url(../../../img/page-moviepass/border.png) repeat-y 47.1% !important;
      }
    }

    @media only screen and (max-width: 1297px) {
      .timeline-area {
        background: url(../../../img/page-moviepass/border.png) repeat-y 48% !important;
      }
    }
    @media only screen and (max-width: 1278px) {
      .timeline-area {
        background: none !important;
      }
    }

    @media only screen and (max-width: 768px) {
      .timeline-wrapper .section-header h2 {
        font-size: 24px;
        margin-top: 65px;
        text-align: center;
      }
      body {
        background: #000;
      }
    }

    /*
      Tablet vertical    
    */

    @media only screen and (max-width: 820px) and (min-width: 481px) {
        #accordionExample {
            padding: 0 4rem;
        }
    }


    main {
        background: linear-gradient(180deg, #121212 35%, #383838 68.44%, #121212 100%);
    }

    @media only screen and (max-width: 820px) and (min-width: 481px) {
      .mobile-breadcrumb-section {
        margin-top: 0;
      }
      h1 {
        font-size: 22px;
      }
      .section-header {
        margin-bottom: 0 !important;
      }
      .cgv-movie-pass-inner-section {
        padding-right: 4rem !important;
      }
    /*  .passSlider .swiper-slide {
        width: 37%;
      }*/
      .cgv-swiper .card {
        height: 402px !important;
      }
      .pass-timeline {
        margin-top: 42px;
      }
      .timeline-area {
        margin-top: 24px;
      }
    }


    .buyCard .cgv-slider-action-btn {
        gap: 6px;
    }
    @media only screen and (max-width: 1440px) and (min-width: 1024px) {
        .card .info-content h3 {
            font-size: 39px !important;
        }
        .otherPackage {
            width: 158px !important;
            height: 43px !important;
            font-size: 15px !important;
            margin-bottom: -20px !important;
        }
    }

    @media only screen and (max-width: 1920px) and (min-width: 1441px) {
        .buyCard .cgv-slider-action-btn {
            width: 220px;
        }
    }

    @media only screen and (max-width: 1440px) and (min-width: 1024px) {
        .buyCard .radio-img > img {
            height: 128px;
        }
        .buyCard h3 {
            margin-bottom: 16px;
            margin-top: 5px;
            font-size: 18px;
        }
        .cardInfoTitle h3 {
            margin-top: -8px !important;
            margin-bottom: -18px !important;
            font-size: 20px;
        }
        .cgv-swiper .card {
            height: 521px !important;
        }
    }

    @media only screen and (max-width: 1023px) and (min-width: 900px) {
        .buyCardRight {
            width: 60%;
        }
        .buyCardLeft {
            width: 46%;
        }
        .buyCard .radio-img > img {
            height: 100px;
        }
        .buyCard h3 {
            font-size: 20px;
            margin-top: -12px;
        }
        .buyCardRight .form-check-label p {
            font-size: 14px;
        }
        .buyCardRight .btn-primary {
            height: 40px;
        }
        #buyCard .swiper-slide .card {
            height: 548px !important;
        }

    }

    @media only screen and (max-width: 900px) {
        .buyCardLeft {
            width: 100%;
        }
        .buyCardRight {
            width: 100%;
        }
        .pass-timeline {
            margin-top: 50px;
        }
    }

    @media only screen and (max-width: 480px) {
        .buyCard .radio-img > img {
            height: auto;
        }
        .buyCard .radio-img {
            margin-right: 0;
        }
        .buyCard {
            padding-bottom: 40px;
        }
    }

    .giftFormArea {
        width: 49%;
    }

    .moviepass-main-section {
        position: relative;
        margin-top: -253px;
    }
    .section-header {
        margin-bottom: 39px;
    }
    .cgv-swiper {
        margin-top: 3.575rem;
    }

    @media only screen and (max-width: 480px) {
        .section-header h1 {
            display: none;
        }
        #cgv-movie-pass-section {
            margin-top: 14rem;
        }
        .mobile-breadcrumb-section {
            margin-top: 0;
        }
    }

    .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;
        font-family: ProximaNovaRegularBold !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: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    @media screen and (max-width: 480px) {
        .moviepass-card-item-name {
            font-size: 14px;
        }
    }
    .moviepass-card-price {
        color: #FFF;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 0 !important;
    }
    @media only screen and (max-width: 1440px) and (min-width: 481px) {
        .moviepass-card-price {
            font-size: 30px;
        }
    }
    @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;
    }
    .moviepass-card-footer a[data-buy-type="buy"]:hover {
        background: #98a726 !important;
        background-color: #98a726 !important;
    }
    .moviepass-selected-content .moviepass-card-footer {
        display: none;
    }


.cardInfoTitle {
    border-radius: 30px;
    padding: 20px;
}

#new-movie-pass-form-old .form-check-input {
    border: 2px solid #fff !important;
}

.cardInfoTitleWrapper .form-check {
    margin-top: 5px;
}

#iyzipay-checkout-form {
    background-color: #f8f9fa;
    border-radius: 30px;
    margin-top: 16px;
}

.moviepass-card-price {
    color: #fff !important;
}

.register-form-content {
    border-radius: 30px;
    margin-top: 16px;
    padding: 15px 20px 45px 20px;
}
.buyCardRight .btn-primary {
    margin-top: 25px;
}
