@font-face {
  font-family: 'URW Geometric';
  src: url("./fonts/URWGeometric-Bold.woff2") format("woff2"), url("./fonts/URWGeometric-Bold.woff") format("woff"), url("./fonts/URWGeometric-Bold.ttf") format("truetype"), url("./fonts/URWGeometric-Bold.svg#URWGeometric-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW Geometric';
  src: url("./fonts/URWGeometric-Black.woff2") format("woff2"), url("./fonts/URWGeometric-Black.woff") format("woff"), url("./fonts/URWGeometric-Black.ttf") format("truetype"), url("./fonts/URWGeometric-Black.svg#URWGeometric-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW Geometric';
  src: url("./fonts/URWGeometric-ExtraBold.woff2") format("woff2"), url("./fonts/URWGeometric-ExtraBold.woff") format("woff"), url("./fonts/URWGeometric-ExtraBold.ttf") format("truetype"), url("./fonts/URWGeometric-ExtraBold.svg#URWGeometric-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW Geometric';
  src: url("./fonts/URWGeometric-Light.woff2") format("woff2"), url("./fonts/URWGeometric-Light.woff") format("woff"), url("./fonts/URWGeometric-Light.ttf") format("truetype"), url("./fonts/URWGeometric-Light.svg#URWGeometric-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW Geometric';
  src: url("./fonts/URWGeometric-Medium.woff2") format("woff2"), url("./fonts/URWGeometric-Medium.woff") format("woff"), url("./fonts/URWGeometric-Medium.ttf") format("truetype"), url("./fonts/URWGeometric-Medium.svg#URWGeometric-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW Geometric';
  src: url("./fonts/URWGeometric-SemiBold.woff2") format("woff2"), url("./fonts/URWGeometric-SemiBold.woff") format("woff"), url("./fonts/URWGeometric-SemiBold.ttf") format("truetype"), url("./fonts/URWGeometric-SemiBold.svg#URWGeometric-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW Geometric';
  src: url("./fonts/URWGeometric-Heavy.woff2") format("woff2"), url("./fonts/URWGeometric-Heavy.woff") format("woff"), url("./fonts/URWGeometric-Heavy.ttf") format("truetype"), url("./fonts/URWGeometric-Heavy.svg#URWGeometric-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW Geometric';
  src: url("./fonts/URWGeometric-Regular.woff2") format("woff2"), url("./fonts/URWGeometric-Regular.woff") format("woff"), url("./fonts/URWGeometric-Regular.ttf") format("truetype"), url("./fonts/URWGeometric-Regular.svg#URWGeometric-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW Geometric';
  src: url("./fonts/URWGeometric-ExtraLight.woff2") format("woff2"), url("./fonts/URWGeometric-ExtraLight.woff") format("woff"), url("./fonts/URWGeometric-ExtraLight.ttf") format("truetype"), url("./fonts/URWGeometric-ExtraLight.svg#URWGeometric-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW Geometric';
  src: url("../fonts/URWGeometric-Thin.woff2") format("woff2"), url("../fonts/URWGeometric-Thin.woff") format("woff"), url("../fonts/URWGeometric-Thin.ttf") format("truetype"), url("../fonts/URWGeometric-Thin.svg#URWGeometric-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'URW Geometric';
  background: #E7D8C8;
  color: #01101E;
  font-weight: 300;
  font-size: 16px;
}

@media only screen and (max-width: 992px) {
  body {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

h2 {
  font-family: 'URW Geometric';
}

section {
  padding: 25px 0px;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 25px 0px 0px;
  }
}

section.faq {
  min-height: 600px;
}

.container {
  max-width: 1300px;
}

@media only screen and (max-width: 768px) {
  .policies .container, .help .container, .payment .container, .faq .container, .locations .container, .about .container, .promotions .container {
    padding: 0px 20px;
  }
}

small {
  font-size: 12px;
  font-weight: 400;
}

.text-brown {
  color: #803A41;
}

b, strong {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .order1-mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 768px) {
  .order2-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

h1 {
  font-size: 10em;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

.master-slider:hover .btn-default {
  background: #78BC30;
  color: white;
}

.master-slider a {
  width: 100%;
}

.master-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.swiper {
  width: 100%;
  height: 100%;
}

.master-slider .swiper-slide {
  opacity: 0.1;
}

@media only screen and (max-width: 992px) {
  .master-slider .swiper-slide {
    opacity: 0;
  }
}

.master-slider .swiper-slide .img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.master-slider .swiper-slide {
  opacity: 0.1;
}

.master-slider .swiper-slide img {
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 1250px) {
  .master-slider .swiper-slide img {
    height: 450px;
  }
}

@media only screen and (max-width: 768px) {
  .master-slider .swiper-slide img {
    height: 400px;
  }
}

@media only screen and (max-width: 620px) {
  .master-slider .swiper-slide img {
    height: 250px;
  }
}

.master-slider .swiper-slide.img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.master-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.swiper-slide .duration {
  padding: 5px 0px 1px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #E7D8C8;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #E7D8C8;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.swiper-button-next, .swiper-button-prev {
  color: #E7D8C8;
}

.promotions .swiper-slide {
  background: transparent;
}

.promotions .swiper-slide img {
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 1250px) {
  .promotions .swiper-slide img {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media only screen and (max-width: 992px) {
  .promotions .swiper-slide img {
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media only screen and (max-width: 768px) {
  .promotions .swiper-slide img {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media only screen and (max-width: 620px) {
  .promotions .swiper-slide img {
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.promotions .swiper-button-next, .promotions .swiper-button-prev {
  display: none;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
  height: 100%;
  top: 0;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 25px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
  }
}

.controller {
  position: absolute;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 40px;
}

.swiper-pagination-bullet {
  background: #803A41;
}

.swiper-pagination-bullet-active {
  background: #803A41;
  width: 40px;
  border-radius: 5px;
}

.navbar-brand {
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .navbar-brand img {
    height: 35px;
  }
}

nav .collapse:not(.show) {
  display: block;
}

@media only screen and (max-width: 768px) {
  .navbar {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-nav {
    bottom: 0;
    z-index: 9888;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  header {
    position: inherit;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 998;
  }
}

.bg-body-tertiary {
  background-color: #01101E !important;
  color: #E7D8C8;
  height: 80px;
}

@media only screen and (max-width: 768px) {
  .bg-body-tertiary {
    height: 60px;
  }
}

.bg-body-tertiary .nav-item {
  padding: 0px 15px;
}

@media only screen and (max-width: 992px) {
  .bg-body-tertiary .nav-item {
    padding: 0px 7px;
  }
}

.bg-body-tertiary .nav-item.home {
  display: none;
}

@media only screen and (max-width: 992px) {
  .bg-body-tertiary .nav-item.home {
    display: block;
  }
}

.bg-body-tertiary .nav-item .nav-link {
  color: #E7D8C8;
  font-weight: 300;
}

.bg-body-tertiary .nav-item .nav-link.active {
  color: #E7D8C8;
}

.bg-body-tertiary .nav-item .nav-link:hover {
  color: #803A41;
}

.bg-body-tertiary .nav-item .nav-link img {
  margin-top: -5px;
  margin-right: 5px;
}

.bg-body-tertiary .nav-item .nav-link.account img {
  width: 28px !important;
}

.bg-body-tertiary .navbar-toggler {
  padding: 0;
}

.bg-body-tertiary .navbar-toggler #nav-icon {
  width: 30px;
  height: 22px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
}

.bg-body-tertiary .navbar-toggler #nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: blue;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(even) {
  left: 50%;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(odd) {
  left: 0px;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(1),
.bg-body-tertiary .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(2) {
  top: 0px;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(3),
.bg-body-tertiary .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(4) {
  top: 9px;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(5),
.bg-body-tertiary .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(6) {
  top: 18px;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1),
.bg-body-tertiary .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bg-body-tertiary .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2),
.bg-body-tertiary .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bg-body-tertiary .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
  left: 5px;
  top: 12px;
}

.bg-body-tertiary .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
}

.left-menu {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .left-menu {
    position: fixed;
    bottom: -10px;
    --bs-backdrop-opacity: 10;
    background: rgba(1, 16, 30, 0.8);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.8px);
    -webkit-backdrop-filter: blur(12.8px);
    display: inline-block;
    height: 70px;
    left: 0;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .left-menu .about {
    display: none;
  }
}

.left-menu .home {
  display: none;
}

@media only screen and (max-width: 992px) {
  .left-menu .home {
    display: block;
  }
}

.left-menu .nav-item.active .nav-link {
  color: #803A41;
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item {
    width: 25%;
    float: left;
    text-align: center;
  }
  .left-menu .nav-item.active .nav-link {
    color: #78BC30;
  }
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item .nav-link {
    padding-top: 27px;
    line-height: 180%;
  }
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item.home {
    background: url(../img/home.svg) no-repeat top center;
    background-size: 27px;
  }
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item.home.active {
    background: url(../img/home-active.svg) no-repeat top center;
    background-size: 27px;
  }
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item.promo {
    background: url(../img/promotion.svg) no-repeat top center;
    background-size: 27px;
  }
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item.promo.active {
    background: url(../img/promotion-active.svg) no-repeat top center;
    background-size: 27px;
  }
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item.location {
    background: url(../img/location.svg) no-repeat top center;
    background-size: 27px;
  }
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item.location.active {
    background: url(../img/location-active.svg) no-repeat top center;
    background-size: 27px;
  }
}

.left-menu .nav-item.account {
  position: absolute;
  right: 0;
  background: url(../img/account.svg) no-repeat top 5px left;
  background-size: 27px;
}

.left-menu .nav-item.account .account {
  margin-left: -15px;
  padding-left: 28px;
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item.account .account {
    margin-left: 0px;
    padding-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item.account {
    background-position: top center;
    position: inherit;
  }
}

.left-menu .nav-item.account.active {
  background: url(../img/account.svg) no-repeat top 4px left;
  background-size: 27px;
}

@media only screen and (max-width: 992px) {
  .left-menu .nav-item.account.active {
    background: url(../img/account-active.svg) no-repeat top center;
  }
}

.sticky-bottom-menu {
  display: none;
}

@media only screen and (max-width: 992px) {
  .sticky-bottom-menu {
    display: block;
    --bs-backdrop-opacity: 10;
    background: rgba(1, 16, 30, 0.94);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.8px);
    -webkit-backdrop-filter: blur(12.8px);
    position: fixed;
    width: 100%;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    height: 85px;
  }
}

@media only screen and (max-width: 992px) {
  .sticky-bottom-menu .nav-item {
    width: 20%;
    float: left;
  }
}

.rating {
  border: 2px solid #78BC30;
  color: #78BC30;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding: 11px 2px;
  display: inline-block;
}

.rating.blue {
  border-color: #01101E;
  color: #01101E;
}

.rating.lg {
  width: 60px;
  height: 60px;
  padding: 17px 2px;
  font-size: 16px;
}

@media only screen and (max-width: 992px) {
  section.highlights {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .movie-listing {
    padding: 15px 2px 0;
  }
}

@media only screen and (max-width: 768px) {
  .movie-listing .nav-pills {
    float: none;
    margin: 0 auto;
    max-width: 283px;
    margin-bottom: 5px !important;
    padding-top: 10px;
  }
}

.movie-listing .tab-content {
  padding: 15px 5px 0px;
}

@media only screen and (max-width: 768px) {
  .movie-listing .tab-content {
    padding-top: 5px;
  }
}

.movie-detail {
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #E7D8C8;
  z-index: 80;
  padding: 80px 40px 35px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .movie-detail {
    padding: 80px 25px 25px;
  }
}

.movie-detail h2 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .movie-detail h2 {
    font-size: 20px;
  }
}

.movie-detail .duration {
  font-size: 14px;
  padding: 5px 10px 1px;
}

@media only screen and (max-width: 768px) {
  .movie-detail .duration {
    font-size: 12px;
    padding: 3px 0px 1px;
  }
}

.movie-detail .btn {
  position: absolute;
  right: 35px;
  bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .movie-detail .btn {
    right: 25px;
  }
}

.movie-detail .rating {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media only screen and (max-width: 620px) {
  .movie-detail .rating {
    right: 10px;
    bottom: 15px;
  }
}

.movie-detail.sm {
  padding: 50px 25px 16px;
}

.movie-detail.sm h2 {
  font-size: 20px;
}

.movies [class*=col-] {
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .movies [class*=col-] {
    padding: 7px;
  }
}

.movies .item {
  position: relative;
  max-height: 435px;
  overflow: hidden;
  border-radius: 5px;
}

@media only screen and (max-width: 1250px) {
  .movies .item {
    height: 370px;
  }
}

@media only screen and (max-width: 768px) {
  .movies .item {
    height: 320px;
  }
}

@media only screen and (max-width: 620px) {
  .movies .item {
    height: 280px;
  }
}

.movies .item img {
  width: 100%;
  height: 435px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1250px) {
  .movies .item img {
    height: 370px;
  }
}

@media only screen and (max-width: 620px) {
  .movies .item img {
    height: 290px;
  }
}

.movies .item h2 {
  font-size: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 620px) {
  .movies .item h2 {
    font-size: 16px;
  }
}

.movies .item .movie-detail {
  padding: 120px 70px 20px 22px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 15%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 620px) {
  .movies .item .movie-detail {
    padding: 120px 60px 15px 15px;
  }
}

.movies .item .cta {
  display: none;
  margin-bottom: -100px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
  -webkit-transition: width 2s, height 4s;
  transition: width 2s, height 4s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #803A41;
  z-index: 100;
  text-align: center;
  color: #E7D8C8;
  padding: 30px 15px;
}

.movies .item:hover .cta {
  display: none;
  margin-bottom: 0px;
}

#menu input[type='radio'] {
  position: absolute;
  left: -9999px;
}

label {
  cursor: pointer;
}

input[type='radio']:checked + label {
  color: red;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: 600;
  margin-left: 2px;
  color: #803A41;
  text-decoration: underline;
  cursor: pointer;
}

.add-read-more {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

@-webkit-keyframes apparition {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes apparition {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.label {
  background: #803A41;
  border-radius: 5px;
  padding: 5px 10px 1px;
  font-size: 14px;
  color: #E7D8C8;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .label {
    font-size: 12px;
    padding: 3px 7px 1px;
  }
}

.movie-filtering {
  background: #803A41;
  border-radius: 100px;
  padding: 0px 17px;
  height: 40px;
  max-width: 400px;
  float: right;
}

@media only screen and (max-width: 768px) {
  .movie-filtering {
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
  }
}

.movie-filtering .rating {
  padding: 0px;
  font-weight: normal;
}

.movie-filtering .item {
  width: 33.33%;
  height: 40px;
  /*border-right: 1px solid #7e501e;*/
  margin-right: 1px;
}

.movie-filtering .item:last-child {
  border: 0px;
}

.movie-filtering select {
  background: transparent;
  border: 0;
  color: #E7D8C8;
  text-align: center;
  border-right: 1px solid #8a5258;
  border-radius: 0px;
}

.b-0 {
  border: 0 !important;
}

.movie-header {
  padding-top: 0px;
}

@media only screen and (max-width: 768px) {
  .movie-header {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .movie-header .container {
    padding: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .movie-header .movie-detail {
    padding: 80px 85px 25px 20px;
  }
}

.movie-header .item {
  max-height: 650px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.movie-header .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 650px;
}

.movie-header .item .duration {
  padding: 5px 0px 1px;
}

.movie-header .item .rating {
  bottom: 35px;
  right: 35px;
}

@media only screen and (max-width: 768px) {
  .movie-header .item .rating {
    right: 20px;
  }
}

.movie-header .item .play {
  width: 70px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .movie-header .item .play {
    width: 60px;
    margin-right: 15px;
  }
}

.movie-header .item .play button {
  position: relative;
  background: url(../img/play-button.svg) no-repeat center;
  background-size: cover;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: 0;
  position: inherit;
  left: 0;
  top: 11px;
}

@media only screen and (max-width: 992px) {
  .movie-header .item .play button {
    top: 2px;
  }
}

@media only screen and (max-width: 992px) {
  .movie-details {
    padding: 0px 10px 50px;
  }
}

.movie-details h3 {
  padding-bottom: 15px;
}

.movie-details .items {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
}

.movie-details .item {
  width: 20%;
  float: left;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .movie-details .item {
    line-height: 120%;
  }
}

.movie-details .value {
  width: 80%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .movie-details .value {
    line-height: 120%;
  }
}

.movie-showime {
  min-height: 550px;
}

@media only screen and (max-width: 992px) {
  .movie-showime #container-target .picker .time {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .movie-showime #container-target .picker h3 {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .movie-showime #container-target .picker .subtitle {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
  }
}

.left-space {
  padding-left: 60px;
}

@media only screen and (max-width: 992px) {
  .movie-showime .left-space {
    padding-left: 20px;
    padding-right: 0px;
  }
}

.right-space {
  padding-left: 60px;
}

.showtimes-container > div {
  margin-bottom: 20px;
  display: inline-block;
}

body.modal-open {
  padding-right: 0px !important;
}

.picker {
  padding-bottom: 30px;
}

.picker h3 {
  padding-bottom: 10px;
}

.picker .subtitle {
  color: #803A41;
  font-weight: 600;
  margin-bottom: 10px;
}

.picker:first-child h3 {
  padding-top: 0px;
}

.picker .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
  padding-bottom: 5px;
}

.picker .items a {
  float: left;
  margin: 0px 5px;
  text-decoration: none;
}

.picker .items a .item {
  background: #ddcabc;
  color: #01101E;
  text-align: center;
  border-radius: 10px;
  padding: 16px 13px 10px;
}

.picker .items a .item p {
  margin-bottom: 0px;
  line-height: 110%;
  font-size: 14px;
  font-weight: 600;
}

.picker .items a .item:hover {
  background: #803A41;
  color: #E7D8C8;
}

.picker .items a.active .item {
  background: #803A41;
  color: #E7D8C8;
  padding: 17px 13px 15px;
}

.picker .items a.active .item small {
  font-size: 14px;
}

.picker .items a.active .item p {
  font-size: 16px;
}

@media only screen and (max-width: 992px) {
  .picker.date {
    overflow: auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .picker.date .items {
    padding-bottom: 0px;
  }
}

.picker.date .items a .item {
  padding: 10px 13px 12px;
  min-width: 65px;
}

.picker.date .items a.active .item {
  padding: 15px 13px 18px;
}

@media only screen and (max-width: 992px) {
  .picker.time {
    display: inline-block;
  }
}

.picker.time .items {
  display: inline;
}

@media only screen and (max-width: 992px) {
  .picker.time .items {
    display: inline-block;
  }
}

.picker.time .items a {
  margin: 2px 10px 7px 0px;
}

@media only screen and (max-width: 992px) {
  .picker.time .items a {
    margin: 2px 10px 7px 0px;
  }
}

@media only screen and (max-width: 992px) {
  .picker.time .items a.active {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .picker.time .items a:first-child {
    margin-left: 0px;
  }
}

#target-1 {
  display: none;
}

.hide {
  display: none;
}

.hide-locations {
  display: none;
}

.movie-container label {
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
}

.movie-container select {
  padding: 5px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
}

.showcase {
  border-radius: 7px;
  padding: 14px;
  list-style: none;
  font-weight: 500;
  margin: 10px auto 0px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .showcase {
    padding: 10px 0px;
  }
}

.showcase li {
  margin: 0 15px;
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  .showcase li {
    margin: 0 5px;
  }
}

.showcase li small {
  margin-left: 2px;
  top: -7px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .showcase li small {
    top: -2px;
  }
}

.showcase .seat {
  margin: -2px 0px 0px 5px !important;
}

.timer {
  color: red;
  font-weight: 400;
  float: right;
  font-size: 20px;
  background: url(../img/timer.svg) no-repeat left top 5px;
  background-size: 17px;
  padding-left: 26px;
}

@media only screen and (max-width: 768px) {
  .seat-selection {
    padding-bottom: 15px;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .seat-selection .padding-left {
    padding: 0px 15px;
  }
}

.seat-selection .col-md-12 .col-md-6, .seat-selection .col-md-12 .col-md-6.text-right {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .seat-selection .container #seatlayout {
    min-width: 600px;
    margin-bottom: 30px;
  }
}

.seat-selection .container .movie-seats {
  text-align: center;
  width: 100%;
  overflow: auto;
}

.seat-selection .container .screen {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
}

.seat-selection .container .screen .curve {
  border: 2px solid #78BC30;
  border-radius: 100%;
  width: 120%;
  height: 200px;
  padding-top: 25px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  left: -10%;
  position: relative;
  background: #78BC30;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 188, 48, 0.12)), color-stop(33%, #e7d8c8));
  background: linear-gradient(180deg, rgba(120, 188, 48, 0.12) 0%, #e7d8c8 33%);
}

.seat-selection .container .screen .curve small {
  opacity: 0.5;
}

.seat-selection .container .seat {
  margin: 8px 3px;
}

@media only screen and (max-width: 992px) {
  .seat-selection .container .seat {
    margin: 5px -4px;
  }
}

.seat-selection .container .seat-row {
  padding: 0px 40px;
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 992px) {
  .seat-selection .container .seat-row {
    padding: 0px 22px;
  }
}

.seat-selection .container .seat-row .row-number {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  font-size: 14px;
  opacity: 0.3;
}

.seat-selection .container .seat-row .row-number.right {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .seat-selection .container .seat-row .row-number {
    left: -10px;
    top: 4px;
  }
}

.seat-selection .container .seat-row.family .seat {
  background: url(../img/seat-family.svg) no-repeat center;
  background-size: contain;
}

.seat-selection .container .seat-row.family .seat.selection, .seat-selection .container .seat-row.family .seat.selected {
  background: url(../img/seat-selected.svg) no-repeat center;
  background-size: contain;
}

.seat-selection .container .seat-row.family .seat.occupied {
  background: url(../img/seat-booked.svg) no-repeat center;
  background-size: contain;
}

.seat-selection .container .seat-row.family .none {
  background: transparent;
}

.seat {
  height: 22px;
  width: 22px;
  display: inline-block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-size: contain;
  background: url(../img/seat-regular.svg) no-repeat center;
  background-size: contain;
}

@media only screen and (max-width: 992px) {
  .seat {
    height: 16px;
    width: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .seat {
    height: 14px;
    width: 22px;
  }
}

.seat.regular {
  background: url(../img/seat-regular.svg) no-repeat center;
  background-size: contain;
}

.seat.family {
  background: url(../img/seat-family.svg) no-repeat center;
  background-size: contain;
}

.seat.booked {
  background: url(../img/seat-booked.svg) no-repeat center;
  background-size: contain;
}

.seat.selection, .seat.selected {
  background: url(../img/seat-selected.svg) no-repeat center;
  background-size: contain;
}

.seat.occupied {
  background: url(../img/seat-booked.svg) no-repeat center;
  background-size: contain;
}

.seat.none {
  background: transparent;
}

.movie-seats {
  padding-bottom: 20px;
}

.movie-seats .container {
  padding: 0px;
}

.seat-selection .container .col-md-7 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1250px) {
  .seat-selection .container .col-md-7 {
    overflow: auto;
  }
}

@media only screen and (max-width: 768px) {
  .seat-selection .container .col-md-7 {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .bookingflow .left-menu {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .bookingflow .alertdialog {
    bottom: 0;
  }
}

.container .seat:not(.occupied):hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}

.text span {
  color: #7373fd;
}

.padding-left {
  padding-left: 65px;
}

@media only screen and (max-width: 768px) {
  .padding-left {
    padding: 0px;
  }
}

.movie-card {
  padding: 40px;
  background: #EDE2D6;
  display: inline-block;
  margin-bottom: -10px;
}

@media only screen and (max-width: 768px) {
  .movie-card {
    padding: 20px;
  }
}

.movie-card .d-flex {
  padding: 5px 0px 20px;
}

.movie-card .thumb {
  width: 35%;
  float: left;
}

.movie-card .thumb img {
  width: 100%;
}

.movie-card .movie-detail {
  width: 65%;
  float: left;
  position: inherit;
  background: transparent;
  padding: 0px 0px 0px 25px;
  color: #01101E;
}

.ticket-summary {
  padding: 40px;
  background: #F3ECE4;
}

@media only screen and (max-width: 992px) {
  .ticket-summary {
    position: fixed;
    bottom: 75px;
    top: auto;
    width: 94%;
    left: 3%;
    right: 5%;
    padding: 0px;
    background: transparent;
    z-index: 9999;
  }
}

@media only screen and (max-width: 992px) {
  .ticket-summary .accordion-header {
    background: #102240;
    color: #E7D8C8;
    padding: 15px;
    border-radius: 100px;
  }
}

.ticket-summary .accordion-header .col-4 {
  padding-left: 0px;
}

.ticket-summary .btn.btn-primary.green {
  float: right;
}

.ticket-summary h3 {
  margin-bottom: 0px;
}

@media only screen and (max-width: 992px) {
  .ticket-summary .accordion-header .col-8 {
    padding-right: 40px;
    position: relative;
  }
}

.ticket-summary .item {
  line-height: 130%;
}

.ticket-summary .item .col-8 {
  padding-top: 5px;
}

.ticket-summary .item .col-4 {
  text-align: right;
}

.ticket-summary .item:last-child {
  border: 0;
  padding-bottom: 0px;
}

.ticket-summary .item span {
  display: block;
}

.ticket-summary .item.total {
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  .ticket-summary .item.total {
    color: #E7D8C8;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .ticket-summary .item.total .col-4 {
    padding-left: 0px;
  }
}

.ticket-summary .item small {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

@media only screen and (max-width: 992px) {
  .ticket-summary .item small {
    line-height: 120%;
    font-size: 12px;
  }
}

@media only screen and (max-width: 992px) {
  .bookingflow .ticket-summary {
    bottom: 15px;
  }
}

.thank-you h3 {
  margin-bottom: 0px !important;
}

.thank-you .btn {
  margin: 0 5px;
}

.e-ticket {
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 17px 0px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .e-ticket {
    margin-bottom: 15px !important;
    height: auto !important;
  }
}

.e-ticket .movie-detail .duration {
  padding-left: 0px;
}

.e-ticket .cover {
  height: 240px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.e-ticket .cover img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.e-ticket .movie-detail.sm {
  padding: 50px 33px 16px;
}

.e-ticket .movie-detail.sm .rating {
  right: 30px;
}

.e-ticket .ticket-detail {
  padding: 20px 33px;
  display: inline-block;
}

.e-ticket .ticket-detail h3 {
  font-size: 16px;
}

.e-ticket .ticket-detail .item.date {
  width: 46%;
  float: left;
}

.e-ticket .ticket-detail .item.time {
  width: 34%;
  float: left;
}

.e-ticket .ticket-detail .item.screen {
  width: 20%;
  float: left;
  height: auto;
}

.e-ticket .ticket-detail .item.seats {
  width: 46%;
  float: left;
}

.e-ticket .ticket-detail .item.booking {
  width: 54%;
  float: left;
}

.e-ticket .devider {
  border-top: 2px dashed #E7D8C8;
  margin: 0px 0px 25px;
  position: relative;
}

.e-ticket .devider::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #E7D8C8;
  position: absolute;
  left: -24px;
  top: -21px;
  border-radius: 100px;
}

.e-ticket .devider::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #E7D8C8;
  position: absolute;
  right: -24px;
  top: -21px;
  border-radius: 100px;
}

.e-ticket .addditional-info {
  padding: 0px 33px 25px;
}

.e-ticket .addditional-info .total-tickets {
  margin-bottom: 15px;
}

.e-ticket .addditional-info p {
  font-weight: 700;
  margin-bottom: 0px;
}

.e-ticket .addditional-info p.payment-via {
  font-weight: 200;
}

.e-ticket .addditional-info .qr {
  width: 100px;
  height: 100px;
  float: right;
}

.e-ticket .addditional-info .qr img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.payment .col-md-12 .col-md-6, .payment .col-md-12 .col-md-6.text-right {
  width: 50%;
}

.master-slider .movie-detail .btn {
  max-width: 100px;
}

.stats svg {
  width: 45px;
  display: block;
  margin: 10px auto 20px;
}

.stats .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.stats .path.circle {
  -webkit-animation: dash .9s ease-in-out;
  animation: dash .9s ease-in-out;
}

.stats .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash .9s .35s ease-in-out forwards;
  animation: dash .9s .35s ease-in-out forwards;
}

.stats .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check .9s .35s ease-in-out forwards;
  animation: dash-check .9s .35s ease-in-out forwards;
}

@media only screen and (min-width: 992px) {
  #ticketSummary .accordion-collapse, #ticketSummary .accordion-collapse.show {
    display: block;
  }
}

.accordion#ticketSummary {
  background: transparent;
}

.accordion#ticketSummary .accordion-item {
  background: transparent;
  border: 0px;
  margin-bottom: 0;
}

.accordion#ticketSummary .accordion-item .accordion-collapse {
  background: transparent;
}

@media only screen and (max-width: 992px) {
  .accordion#ticketSummary .accordion-item .accordion-collapse {
    border-radius: 30px 30px 0px 0px;
    padding: 25px;
    margin-bottom: -35px;
    background: #102240;
    color: #E7D8C8;
  }
}

.accordion#ticketSummary .accordion-header .accordion-button {
  background: transparent;
  width: auto;
  padding: 20px 25px;
}

@media only screen and (min-width: 992px) {
  .accordion#ticketSummary .accordion-header .accordion-button {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .accordion#ticketSummary .accordion-header .accordion-button {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.accordion#ticketSummary .accordion-header .accordion-button:focus, .accordion#ticketSummary .accordion-header .accordion-button.active {
  outline: none;
  border: 0;
}

.accordion#ticketSummary .accordion-header .accordion-button:after {
  background: transparent;
  border: 2px solid #E7D8C8;
  border-bottom: 0px;
  border-right: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
  height: 15px;
  top: 20px;
}

.accordion#ticketSummary .accordion-header .accordion-button:not(.collapsed)::after {
  background: transparent;
  border: 2px solid #E7D8C8;
  border-bottom: 0px;
  border-right: 0px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  width: 15px;
  height: 15px;
  top: 10px;
}

.accordion#ticketSummary .accordion-body {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
}

.accordion#ticketSummary .accordion-body .item {
  border-bottom: 1px solid #252525 !important;
  padding: 20px 0px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .accordion#ticketSummary .accordion-body .item {
    border-bottom: 1px solid #E7D8C8 !important;
    padding-top: 10px;
  }
}

.accordion#ticketSummary .item.total {
  padding-top: 5px;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containered {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  gap: 30px;
}

.mainbox {
  height: 435px;
  width: 100%;
  background-color: #EDE2D6;
}

.b1, .mrow, .bcol {
  overflow: hidden;
}

.b1 {
  height: 76%;
  width: 100%;
  background-color: #F3ECE4;
  border-radius: 5px;
  top: 0;
  position: absolute;
}

.b1 .shadow {
  margin-left: 200px;
  height: 800px;
  width: 100px;
  -webkit-filter: blur(45px);
          filter: blur(45px);
}

.b2 {
  gap: 10px;
  left: 20px;
  position: absolute;
  bottom: 15px;
  width: 40%;
}

.mrow {
  height: 10px;
  width: 100%;
  background-color: #F3ECE4;
  border-radius: 20px;
  margin-bottom: 10px;
}

.mrow.two {
  width: 40%;
  float: left;
  height: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.mrow.three {
  width: 40%;
  float: left;
  height: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.mrow .shadow {
  margin-left: 50px;
}

.b3 {
  gap: 10px;
  right: 20px;
  position: absolute;
  bottom: 20px;
}

.bcol {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  background-color: #F3ECE4;
}

.bcol .shadow {
  height: 100px;
  margin-left: 100px;
}

.shadow {
  height: 100px;
  width: 20px;
  background-color: #fff;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  margin-left: 240px;
  -webkit-animation: anim 1s  ease-out infinite;
          animation: anim 1s  ease-out infinite;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translate(-200px);
            transform: translate(-200px);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translate(-200px);
            transform: translate(-200px);
  }
}

.overlay-menu {
  width: 50%;
  float: right;
  background: #01101E;
}

.overlay-menu .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  padding-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .overlay-menu .wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.overlay-menu a {
  display: inline-block;
  position: relative;
  color: #E7D8C8;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}

.overlay-menu a:after {
  content: '';
  position: absolute;
  background: #E7D8C8;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.overlay-menu a:hover:after, .overlay-menu a:focus:after, .overlay-menu a:active:after {
  width: 100%;
}

.button_container {
  position: relative;
  height: 25px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 9997;
  top: 0px;
  margin-left: 25px;
}

@media only screen and (max-width: 992px) {
  .button_container {
    top: 3px;
  }
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #E7D8C8;
}

.button_container.active .middle {
  opacity: 0;
  background: #E7D8C8;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #E7D8C8;
}

.button_container span {
  background: #E7D8C8;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 21px;
}

.overlay {
  position: fixed;
  background: #01101E;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  background: rgba(1, 16, 30, 0.92);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.8px);
  -webkit-backdrop-filter: blur(12.8px);
  border: 1px solid rgba(1, 16, 30, 0.39);
  overflow: hidden;
  z-index: 9996;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .overlay.open {
    top: 60px;
  }
}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .60s;
          animation-delay: .60s;
}

.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}

.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: .70s;
          animation-delay: .70s;
}

.overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}

.overlay nav {
  position: relative;
  height: 100%;
  width: 50%;
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .overlay nav {
    width: 100%;
  }
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px 50px 20px;
}

@media only screen and (max-width: 992px) {
  .overlay ul {
    padding-left: 30px;
  }
}

.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  max-width: 600px;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #E7D8C8;
  text-decoration: none;
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px solid #252525;
}

.overlay ul li a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  background: url(./arrow-Right.svg) no-repeat right center;
  width: 10px;
  height: 10px;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:hover {
  color: #803A41;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #803A41;
  -webkit-transition: .35s;
  transition: .35s;
}

.overlay ul li:last-child a {
  border-bottom: 0px;
}

.overlay .languages {
  padding-left: 50px;
  padding-top: 15px;
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .overlay .languages {
    padding-left: 30px;
  }
}

.overlay .languages p {
  color: #E7D8C8;
  font-size: 20px;
  float: left;
  margin: 5px 20px 0px 0px;
}

.overlay .languages .btn {
  margin-right: 10px;
}

.overlay .profile {
  color: #E7D8C8;
  padding-left: 50px;
  padding-bottom: 10px;
  padding-top: 40px;
}

@media only screen and (max-width: 992px) {
  .overlay .profile {
    padding-left: 30px;
  }
}

.overlay .btn::after {
  display: none;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@media only screen and (max-width: 992px) {
  form.d-flex.right-menu {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 9899;
  }
}

@media only screen and (max-width: 768px) {
  form.d-flex.right-menu {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 9899;
  }
}

.btn {
  height: 35px;
  font-size: 16px;
  border-radius: 100px;
  padding: 5px 15px;
  border-radius: 100px;
}

.btn.lg {
  height: 45px;
  padding: 7px 18px;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .btn.lg {
    padding: 7px 15px;
  }
}

.btn.btn-default {
  color: #78BC30;
  border-color: #78BC30;
}

.btn.btn-default:hover {
  background: #78BC30;
  color: white;
}

.btn.btn-default.gray {
  color: White;
  border-color: #373737;
}

.btn.btn-default.gray:hover {
  color: White;
  background: #373737;
  border-color: #373737;
}

.btn.btn-default.base {
  color: #01101E;
  border-color: #01101E;
}

.btn.btn-default.base:hover {
  color: White;
  background: #01101E;
  border-color: #01101E;
}

.btn.btn-default.light {
  color: #E7D8C8;
  border-color: #E7D8C8;
}

.btn.btn-default.light:hover {
  color: #01101E;
  background: #E7D8C8;
  border-color: #E7D8C8;
}

.btn.btn-primary {
  color: #E7D8C8;
  background: #01101E;
  border-color: #01101E;
}

.btn.btn-primary:hover {
  background: #803A41;
  border-color: #803A41;
}

.btn.btn-primary.gray {
  color: White;
  background: #373737;
  border-color: #373737;
}

.btn.btn-primary.brown {
  background: #803A41;
  border-color: #803A41;
}

.btn.btn-primary.green {
  background: #78BC30;
  border-color: #78BC30;
  color: white;
}

.btn.btn-primary.green:hover {
  background: #01101E;
  border-color: #01101E;
  color: #E7D8C8;
}

.btn.btn-primary.light {
  color: #01101E;
  border-color: #E7D8C8;
  background: #E7D8C8;
}

.btn.btn-primary.light:hover {
  color: #E7D8C8;
  background: #01101E;
  border-color: #01101E;
}

.btn.small {
  height: 30px;
  padding: 3px 15px;
  font-size: 16px !important;
}

.btn.small.ar {
  padding: 0px 15px;
}

.btn.small.active {
  border-color: #78BC30;
  color: #78BC30;
}

.btn-danger.blue {
  background: #803A41;
  border-color: #803A41;
  color: #E7D8C8;
}

.nav-pills .nav-link {
  color: #01101E;
  font-size: 20px;
  position: relative;
  padding: 10px 15px;
}

.nav-pills .nav-link.active {
  background: transparent;
  color: #803A41;
  font-size: 20px;
  font-weight: 600;
}

.nav-pills .nav-link.active:after {
  content: "";
  width: 70px;
  height: 5px;
  border-radius: 10px;
  background: #803A41;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modal-backdrop {
  --bs-backdrop-opacity: 10;
  background: rgba(1, 16, 30, 0.94);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.8px);
  -webkit-backdrop-filter: blur(12.8px);
  z-index: 9998;
}

.modal {
  padding: 0px !important;
}

@media only screen and (max-width: 992px) {
  .modal {
    padding: 0px !important;
    width: 98%;
    margin: 0 1%;
  }
}

.modal.welcome {
  z-index: 9999;
}

.modal.welcome .modal-dialog {
  max-width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0px auto;
}

.modal.welcome .modal-content {
  background: #803A41;
  color: #E7D8C8;
  border-radius: 30px;
  padding: 50px;
  text-align: center;
  border: 0px;
}

.modal.welcome .modal-content p {
  margin-bottom: 5px;
}

.modal.welcome .modal-content .brand {
  max-width: 140px;
  margin: 15px auto 60px;
}

.modal.welcome .modal-content .d-flex {
  margin: 15px auto 0;
}

.modal.welcome .modal-content .d-flex .btn-default {
  margin: 0px 5px;
  min-width: 100px;
}

.modal.welcome .modal-content .btn-default {
  border-color: #E7D8C8;
  color: #E7D8C8;
}

.modal.welcome .modal-content .btn-default.ar {
  padding-top: 2px;
}

.modal.welcome .modal-content .btn-default:hover {
  background: #E7D8C8;
  color: #01101E;
}

.modal {
  z-index: 9999;
}

.modal.trailer .modal-body {
  padding: 0px;
}

.modal.trailer .modal-content {
  background: transparent;
  height: 90vh;
}

@media only screen and (max-width: 1250px) {
  .modal.trailer .modal-content {
    height: 80vh;
    top: 10vh;
  }
}

@media only screen and (max-width: 768px) {
  .modal.trailer .modal-content {
    height: 60vh;
    top: 20vh;
  }
}

.modal.trailer .modal-dialog {
  min-width: 1300px;
  max-width: 80%;
  height: 90vh;
}

@media only screen and (max-width: 1250px) {
  .modal.trailer .modal-dialog {
    min-width: 100%;
    height: auto !important;
    margin: 0px;
  }
}

.modal .modal-content .close {
  max-width: 80px;
  margin: 25px auto 0;
}

.ozone-modal .modal-contents {
  overflow: auto;
  height: 100%;
}

.ozone-modal .modal-dialog {
  max-width: 750px;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  margin: 0px auto;
}

.ozone-modal .modal-dialog .modal-content {
  background: transparent;
}

.ozone-modal .modal-dialog .modal-content .modal-body {
  background: #E7D8C8;
  border-radius: 30px;
  padding: 30px 30px 100px;
  position: relative;
  max-height: 80vh;
}

.ozone-modal .modal-dialog .modal-content .modal-body h3 {
  padding-bottom: 15px;
}

.ozone-modal .modal-dialog .modal-content .modal-body .ozone-modal-footer {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: right;
}

#timer_alert .modal-dialog, .alert .modal-dialog {
  max-width: 350px;
}

:root {
  --bs-gray-200: #eee;
  --bs-gray-500: #999;
  --bs-gray-600: #777;
  --bs-gray-800: #444;
  --bs-light: #f9f9f9;
  --bs-pink: #b94e91;
  --fnt: sans-serif;
  --fnt-size: 1rem;
}

.stepper {
  font-family: var(--fnt);
  font-size: var(--fnt-size);
  position: relative;
  counter-reset: step 0;
  width: 100%;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 600px;
  margin: 25px auto 25px;
}

.stepper > .step {
  position: relative;
  counter-increment: step;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.stepper > .step:last-child {
  width: auto;
}

.stepper > .step::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #01101E;
  left: 0;
  top: 1.1rem;
  opacity: 0.2;
}

.stepper > .step > .step-label {
  position: relative;
  width: auto;
  height: 2.2rem;
  line-height: 2.2rem;
  background: #E7D8C8;
  color: #aeaeae;
  text-align: center;
  border-radius: 50%;
  margin-right: auto;
  padding: 0px 15px;
}

.stepper > .step.active::before {
  background: #01101E;
  opacity: 0.2;
}

.stepper > .step.active > .step-label {
  background: #E7D8C8;
  font-weight: 600;
  font-size: 200;
  padding: 0px 15px;
  color: #01101E;
  opacity: 1;
  position: relative;
}

.stepper > .step.active > .step-label:before {
  content: "";
  width: 40px;
  height: 5px;
  border-radius: 10px;
  background: #803A41;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.stepper > .step.completed::before {
  background: #01101E;
  opacity: 0.3;
}

.stepper > .step.completed > .step-label {
  background: #E7D8C8;
  color: #01101E;
  font-weight: 300;
  font-size: 200;
  padding: 0px 15px;
  opacity: 1;
}

.stepper > .step > .step-description {
  font-size: x-small;
  color: #01101E;
  margin-top: 0.5rem;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.stepper > .step.active > .step-description,
.stepper > .step.completed > .step-description {
  font-weight: 600;
  font-size: 200;
}

.stepper > .step.active > .step-description {
  font-weight: 600;
  font-size: 200;
}

.accordion .accordion-item {
  margin-bottom: 5px;
}

.accordion .accordion-item .accordion-collapse {
  background: #F3ECE4;
}

.accordion .accordion-button {
  background: #F3ECE4;
  padding-left: 50px;
  font-weight: 600;
}

.accordion .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .accordion-button.collapsed {
  background: #EDE2D6;
}

.accordion .accordion-button:not(.collapsed) {
  color: #803A41;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .accordion-button:after {
  left: 15px;
  position: absolute;
}

.accordion .accordion-button .img {
  right: 15px;
  position: absolute;
}

.accordion .accordion-button .img img {
  margin-right: 10px;
}

.accordion .accordion-button .img img.knet {
  margin-top: 2px;
}

.accordion .accordion-body {
  -webkit-box-shadow: 0px 4px 12px #ddcebd;
          box-shadow: 0px 4px 12px #ddcebd;
  border: 0px !important;
  outline: none !important;
  padding: 20px 50px 50px;
}

.saved-card {
  padding-bottom: 20px;
}

.saved-card .form-check {
  border-bottom: 1px solid #e5dbdc;
  padding: 10px 25px 10px 0px;
  position: relative;
}

.saved-card .form-check:last-child {
  border-bottom: 0px;
}

.saved-card .form-check .img {
  position: absolute;
  right: 0;
  top: 15px;
}

.saved-card .form-check input[type='radio']:checked + label {
  color: #01101E;
}

.payment .accordion .accordion-button::after {
  left: 20px;
  position: absolute;
  background-image: none;
  border: 1px solid #803A41;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

.payment .accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.payment .accordion .accordion-button:not(.collapsed)::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #803A41;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 100px;
  left: 23px;
  position: absolute;
}

.custom-radio .form-check-input {
  display: none;
}

.custom-radio .form-check-label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  border-radius: 100px;
}

.custom-radio .form-check-input:checked + .form-check-label::before {
  background-color: #78BC30;
  color: white;
}

.form-switch .form-check-input:focus {
  border-color: #01101E;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: var(--bs-border-width) solid #803A41;
}

.form-check-input:checked {
  background-color: #78BC30;
  border-color: #78BC30;
}

.new-card {
  padding-bottom: 30px;
}

.new-card [class*=col-] {
  padding: 7px;
}

@media only screen and (max-width: 992px) {
  .new-card [class*=col-] {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .new-card .row {
    margin: 0;
  }
}

@media only screen and (max-width: 992px) {
  .new-card .container-fluid.grid {
    padding: 0;
  }
}

.new-card .form-group {
  height: 55px;
  background: #fff;
  border-radius: 5px;
  padding: 5px 15px;
}

.new-card .form-group label {
  font-size: 12px;
  line-height: 10px;
}

.new-card .form-group .form-control {
  height: 25px;
  margin-top: -3px;
  padding: 0px;
  border: 0px;
}

.new-card .form-group .form-control:focus {
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.new-card .form-group .form-control::-webkit-input-placeholder {
  opacity: 0.3;
  /* Firefox */
}

.new-card .form-group .form-control:-ms-input-placeholder {
  opacity: 0.3;
  /* Firefox */
}

.new-card .form-group .form-control::-ms-input-placeholder {
  opacity: 0.3;
  /* Firefox */
}

.new-card .form-group .form-control::placeholder {
  opacity: 0.3;
  /* Firefox */
}

.new-card .form-group .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: red;
}

.accordion-body .form-switch {
  margin-left: -10px;
}

.card {
  background: transparent;
  padding: 7px;
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  .card {
    display: none;
  }
}

.card .jp-card-container {
  width: 280px !important;
  padding: 0px !important;
  height: 195px !important;
  margin: 0 !important;
}

.card .jp-card-container .jp-card {
  min-width: 280px !important;
}

.card .jp-card .jp-card-front .jp-card-lower .jp-card-number {
  font-size: 19px;
}

.card .jp-card .jp-card-front .jp-card-lower .jp-card-name {
  font-size: 15px;
}

.card .jp-card .jp-card-front, .card .jp-card .jp-card-back {
  background: #E7D8C8;
}

.card .jp-card .jp-card-front .jp-card-shiny, .card .jp-card .jp-card-back .jp-card-shiny {
  background: #EDE2D6;
}

.card .jp-card .jp-card-front .jp-card-shiny:before, .card .jp-card .jp-card-back .jp-card-shiny:before {
  background: #F3ECE4;
}

.form-check .form-check-input {
  background-color: transparent;
  border-color: #01101E;
  margin-top: 2px;
}

.form-check .form-check-input:checked {
  background-color: #803A41;
  border-color: #803A41;
}

.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .promotions {
    padding: 30px 2px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .promotions img {
    margin: 25px 0px 0px;
  }
}

.or {
  border-top: 1px dashed #803A41;
  margin: 30px 0px;
}

.or label {
  position: absolute;
  margin-top: -12px;
  background: #E7D8C8;
  padding-right: 10px;
}

.promotions h3 {
  margin-bottom: -20px;
}

@media only screen and (max-width: 768px) {
  .promotions h3 {
    margin-bottom: -25px;
  }
}

.promotions .swiper {
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .promotions .swiper {
    padding-top: 30px;
  }
}

.promotions .swiper-pagination {
  top: 0;
  right: 0;
  bottom: auto;
  text-align: right;
}

.labaled-group {
  padding-bottom: 10px;
}

.labaled-group h3 {
  margin-bottom: 0;
}

.labaled-group label {
  font-size: 12px;
  opacity: 0.6;
  font-weight: 400;
  width: 100%;
}

.labaled-group p {
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 120%;
}

.js-toggleForm {
  background: url(../img/edit.svg) no-repeat center;
  text-indent: -9999px;
  width: 20px;
  height: 15px;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
}

.form--disabled input {
  border: 0px;
  background: no-repeat;
  padding: 0px;
  font-size: 16px;
  line-height: 120%;
  width: 100%;
}

.form--disabled button {
  display: none;
}

.form--enabled input {
  border-radius: 30px;
  padding: 2px 10px;
  width: 100%;
  border: 1px solid #373737 !important;
}

.content-block {
  background: #fff;
  border-radius: 30px;
}

@media only screen and (max-width: 768px) {
  .content-block {
    margin-bottom: 15px;
  }
}

.content-block .content {
  padding: 30px;
}

.profile {
  width: 100%;
}

.profile .avatar {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin: 7px 15px 0px 0px;
  background: #fff url(./avatar.png) no-repeat right center;
  background-size: cover;
}

.profile p {
  font-weight: 400;
  font-size: 20px;
}

.profile .btn {
  margin-right: 10px;
}

.profile .labaled-group p {
  font-size: 16px !important;
}

.page-head {
  padding-bottom: 30px;
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .page-head {
    padding-bottom: 15px;
    padding-top: 5px;
  }
}

.profile-info {
  max-width: 350px;
}

@media only screen and (max-width: 768px) {
  .profile-info {
    max-width: 100%;
  }
}

.profile-info .content-block {
  margin-top: 25px;
}

.profile-info .js-toggleForm {
  float: right;
}

@media only screen and (max-width: 768px) {
  .movie-showime {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .my-account .col-md-8 {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .my-account .col-md-8 .e-ticket {
    margin-top: 5px;
  }
}

.account .e-ticket {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .locations .e-ticket {
    margin-top: 0px;
  }
}

.locations .movie-detail .btn {
  bottom: 25px;
}

.left-space-sm {
  padding-left: 55px;
}

@media only screen and (max-width: 768px) {
  .left-space-sm {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .about .content-block .col-md-6 {
    padding: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .about .left-space-sm {
    padding: 25px 0px 0px !important;
  }
}

.tems a {
  color: #803A41;
}

.tems a:hover {
  text-decoration: none;
}

.form-floating .form-control {
  border-radius: 30px;
  padding: 10px 20px;
  border-color: #01101E;
}

.form-floating .form-control.otp-field {
  margin: 0 5px;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}

.form-floating label {
  left: 9px;
  color: #01101E;
}

.form-floating textarea {
  height: 110px !important;
}

.otp-form .form-floating {
  margin: 0 -5px;
}

p.ico {
  padding-left: 30px;
}

p.ico.location {
  background: url(../img/Location-icon-blue.svg) no-repeat left top 4px;
  background-size: 18px;
}

p.ico.phone {
  background: url(../img/call-icon.svg) no-repeat left top 4px;
  background-size: 18px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 58px;
  border-radius: 23px;
}

.phone-Filed {
  height: 58px;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
  padding-left: 20px;
}

.iti__country-list {
  z-index: 6000 !important;
}

.tables .item {
  background: #F3ECE4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
}

.tables .item .left {
  float: left;
  width: 35%;
}

.tables .item .right {
  float: left;
  width: 65%;
}

.text-right {
  text-align: right;
}

section.account {
  padding: 0;
  margin-bottom: -50px;
  display: inline-block;
  width: 100%;
  z-index: 1;
  position: relative;
}

section.account .content {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 90vh;
}

@media only screen and (max-width: 992px) {
  section.account .content {
    height: 100%;
    min-height: 700px;
    padding: 0px 20px;
  }
}

section.account .form-floating .form-control {
  background: #EDE2D6;
}

section.account .content-left {
  height: 90vh;
  width: 50%;
  float: left;
  padding: 20px 0px;
}

@media only screen and (max-width: 992px) {
  section.account .content-left {
    width: 100%;
    height: 100%;
    min-height: 300px;
    padding: 0px 20px;
  }
}

section.account .content-left .ozone-form {
  text-align: left;
  width: 100%;
  max-width: 360px;
}

@media only screen and (max-width: 992px) {
  section.account .content-left .ozone-form {
    min-width: 300px;
  }
}

section.account .content-left .ozone-form .content {
  padding: 0px 0px;
}

section.account .content-left .content {
  text-align: left;
}

section.account .content-left .content .row.w-100.pb-2 .col-md-4 {
  width: 27%;
}

section.account .content-left .content .row.w-100.pb-2 .col-md-8 {
  width: 73%;
}

section.account .content-right {
  color: #fff;
  height: 90vh;
  width: 50%;
  float: left;
  background: url(../img/seat-bg.jpg) no-repeat left center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  section.account .content-right {
    width: 100%;
    height: auto;
    display: none;
  }
}

section.account .content-right:after {
  background: #01101E;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  color: #fff;
}

section.account .content-right .heading {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 45px;
  padding-bottom: 20px;
}

section.account .content-right p {
  font-size: 20px;
}

section.account .content-right p .devider {
  margin: 0px 30px;
  width: 1px;
  height: 17px;
  background: #fff;
  display: inline-block;
  position: relative;
  top: 3px;
  opacity: 0.5;
}

section.account p {
  font-size: 16px;
  font-weight: 400;
}

section.account p a {
  color: #803A41;
  font-weight: 700;
}

section.account p a:hover {
  text-decoration: none;
}

section.account button {
  margin-right: 10px;
}

section.account .google {
  background: #fff url(../img/google.svg) no-repeat center center;
  background-size: 25px;
  width: 45px;
}

section.account .google:hover {
  background-color: #E7D8C8 !important;
  background-size: 25px !important;
  background-image: url(../img/google.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.promotions .col-md-6 {
  padding: 5px 8px;
}

@media only screen and (max-width: 992px) {
  .promotions .col-md-6 {
    padding: 0px 10px;
    margin-bottom: 0px !important;
  }
}

.payment .padding-left {
  padding: 15px;
  padding-top: 0px;
}

.alertdialog {
  background: rgba(128, 58, 65, 0.95);
  position: fixed;
  width: 100%;
  bottom: 0;
  color: #E7D8C8;
  padding: 20px 0px;
  z-index: 978;
}

@media only screen and (max-width: 992px) {
  .alertdialog {
    bottom: 75px;
  }
}

.alertdialog p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 130%;
}

.alertdialog .ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .alertdialog .ctas {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 10px;
  }
}

.alertdialog .btn-default {
  margin-right: 10px;
}

.link-normal {
  text-decoration: underline;
  color: #01101E;
}

.link-normal:hover {
  color: #803A41;
  text-decoration: none;
}

.policies h4 {
  margin-top: 30px;
}

.policies h4:first-child {
  margin-top: 0px;
}

#card-pay > div {
  display: none !important;
}

#card-pay iframe#iframeCardView {
  height: 170px !important;
}

#card-pay .radio-button-section {
  height: auto !important;
}

#card-pay .form-cont {
  padding: 0px;
}

#card-pay .radio-button-section {
  padding: 0px !important;
}

#card-pay .option {
  margin: 10px 0px !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #EDE2D6;
}

#card-pay .card-image {
  width: 1.5rem;
  margin: 0px 15px;
}

#card-pay .label-maskedcard {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0px 15px;
}

#card-pay .delete-btn {
  position: absolute;
  right: 10px;
}

#card-pay [type="radio"]:checked ~ label > span {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#803A41), to(#803A41));
  background-image: linear-gradient(to top right, #803A41, #803A41);
}

#card-pay .label-maskedcard > span {
  width: 12px;
  height: 12px;
  border: 1px solid #803A41;
}

#card-pay #MFSubmitCardPayment {
  border-radius: 50px;
  width: 100%;
  background: #78BC30;
  border-color: #78BC30;
  color: white;
  height: 45px;
  font-size: 17px;
}

.error .number {
  font-size: 80px;
  color: rgba(128, 58, 65, 0.95);
}

.error p {
  max-width: 500px;
  margin: 0 auto;
  font-size: 20px;
}

.error img {
  max-width: 50px;
  margin-bottom: 30px;
}

.error .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60vh;
}

/* PRELOADER CSS */
.page-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  position: fixed;
  --bs-backdrop-opacity: 10;
  background: rgba(1, 16, 30, 0.94);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.8px);
  -webkit-backdrop-filter: blur(12.8px);
  z-index: 99999;
  top: 0;
  bottom: 0;
}

.page-loader .txt {
  color: #E7D8C8;
  text-align: center;
  position: relative;
  margin-top: 20px;
  letter-spacing: 0.1rem;
  font-weight: 300;
  line-height: 1.5;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #E7D8C8;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.o {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(../img/o-loader.png);
  background-size: cover;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #E7D8C8;
  min-width: 120px;
  height: 40px;
  width: 100%;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #803A41;
  padding: 8px 15px;
  text-align: left;
  background: transparent;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #E7D8C8 transparent transparent transparent;
  position: absolute;
  top: 17px;
  margin-left: 8px;
}

.select-styled:hover {
  background-color: #803A41;
}

.select-styled:active, .select-styled.active {
  background-color: #803A41;
  background: transparent;
}

.select-styled:active:after, .select-styled.active:after {
  top: 12px;
  border-color: transparent transparent #E7D8C8 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #803A41;
  max-height: 275px;
  overflow: auto;
}

.select-options li {
  margin: 0;
  padding: 7px 0;
  text-indent: 15px;
  border-top: 1px solid #803A41;
  text-align: left;
}

.select-options li:hover, .select-options li.is-selected {
  color: #803A41;
  background: white;
}

.select-options li[rel="hide"] {
  display: none;
}

footer {
  background: #01101E;
  color: #E7D8C8;
  padding: 60px 0px 50px;
  margin-top: 40px;
}

@media only screen and (max-width: 1250px) {
  footer {
    padding: 40px 20px 70px;
  }
}

@media only screen and (max-width: 992px) {
  footer {
    padding: 40px 20px 100px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 992px) {
  footer .col-md-7 {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 992px) {
  footer .col-md-7 .col-md-4 {
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

footer h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 200;
}

footer ul {
  padding: 0px;
}

footer ul li {
  list-style: none;
  padding-top: 7px;
}

@media only screen and (max-width: 768px) {
  footer ul li {
    padding-top: 10px;
  }
}

footer ul li a {
  text-decoration: none;
  color: #E7D8C8;
}

@media only screen and (max-width: 768px) {
  footer ul li a {
    font-size: 14px;
    line-height: 110%;
    display: block;
  }
}

footer ul li a:hover {
  color: #803A41;
}

footer .copy {
  border-top: 1px solid #252525;
  padding-top: 25px;
  margin-top: 20px;
}

footer .copy .rights {
  float: right;
}

@media only screen and (max-width: 768px) {
  footer .copy .rights {
    float: left;
    padding-top: 10px;
  }
}

footer img.social {
  max-height: 22px;
  margin-left: 15px;
}

footer .d-flex h5 {
  padding-top: 8px;
}

footer .input-group {
  max-width: 350px;
  margin-top: 20px;
}

footer .input-group .form-control {
  background: #102240;
  color: #E7D8C8;
  border-radius: 100px;
  height: 45px;
  padding-left: 20px;
  border-color: #102240;
}

footer .input-group .form-control::-webkit-input-placeholder {
  opacity: 0.3;
  color: #E7D8C8;
}

footer .input-group .form-control:-ms-input-placeholder {
  opacity: 0.3;
  color: #E7D8C8;
}

footer .input-group .form-control::-ms-input-placeholder {
  opacity: 0.3;
  color: #E7D8C8;
}

footer .input-group .form-control::placeholder {
  opacity: 0.3;
  color: #E7D8C8;
}

footer .input-group .btn-outline-secondary {
  background: #102240;
  color: #E7D8C8;
  border-radius: 0px 100px 100px 0px;
  height: 45px;
  padding: 10px 20px 10px 15px;
  border-color: #102240;
  border-left-color: #01101E;
}

footer .input-group .btn-outline-secondary:hover {
  background: #01101E;
}

html[dir="rtl"] .navbar-brand {
  margin-right: 0px;
  margin-left: 40px;
}

@media only screen and (min-width: 992px) {
  html[dir="rtl"] .left-menu .nav-item.account {
    left: 0;
    right: auto;
  }
}

@media only screen and (max-width: 992px) {
  html[dir="rtl"] .left-menu {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 992px) {
  html[dir="rtl"] .navbar-expand-lg .navbar-nav {
    padding-right: 0px;
  }
}

html[dir="rtl"] form.d-flex.right-menu {
  left: 25px;
  right: auto;
}

html[dir="rtl"] .button_container {
  margin-left: auto;
  margin-right: 25px;
}

html[dir="rtl"] .overlay nav {
  left: 0;
  right: auto;
  float: left;
}

html[dir="rtl"] .overlay .profile, html[dir="rtl"] .overlay .languages {
  padding-left: 0;
  padding-right: 50px;
}

html[dir="rtl"] .overlay ul li a {
  text-align: right;
}

html[dir="rtl"] .overlay ul li a:before {
  left: 10px;
  right: auto;
  -webkit-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}

html[dir="rtl"] .profile .avatar {
  margin-right: 0px;
  margin-left: 15px;
}

html[dir="rtl"] .profile .btn {
  margin-right: 0px;
  margin-left: 10px;
}

html[dir="rtl"] .overlay .languages p {
  float: right;
  margin: 5px 0px 0px 20px;
}

html[dir="rtl"] .movies .item .movie-detail {
  padding: 120px 22px 20px 70px;
}

html[dir="rtl"] .movie-detail .rating {
  right: auto;
}

html[dir="rtl"] .movies .item h2 {
  text-align: right;
}

html[dir="rtl"] .label {
  margin-right: 0px;
  margin-left: 10px;
}

html[dir="rtl"] .movie-detail h2 {
  text-align: right;
}

html[dir="rtl"] .movie-detail .btn {
  right: auto;
  left: 35px;
}

html[dir="rtl"] .promotions .swiper-pagination {
  text-align: left;
}

html[dir="rtl"] footer .copy .rights {
  float: left;
}

@media only screen and (max-width: 768px) {
  html[dir="rtl"] footer .copy .rights {
    float: right;
  }
}

html[dir="rtl"] footer img.social {
  margin-left: 0px;
  margin-right: 15px;
}

html[dir="rtl"] footer .input-group .form-control {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

html[dir="rtl"] .movie-listing ul#pills-tab {
  padding-right: 10px;
}

html[dir="rtl"] .movie-filtering .item {
  border-right: 0;
  /*border-left: 1px solid #7e501e;*/
}

html[dir="rtl"] .select-styled {
  text-align: right;
}

html[dir="rtl"] .select-styled:after {
  margin-left: 0;
  margin-right: 8px;
}

html[dir="rtl"] .select-options li {
  text-align: right;
}

html[dir="rtl"] .movie-details .item {
  float: right;
}

html[dir="rtl"] .picker.time .items a {
  margin: 2px 0px 7px 10px;
}

html[dir="rtl"] .picker .items a {
  float: right;
}

html[dir="rtl"] .movie-header .item .rating {
  left: 35px;
}

html[dir="rtl"] .movie-header .item .play button {
  right: -20px;
}

html[dir="rtl"] .stepper > .step > .step-label {
  margin-left: auto;
  margin-right: 0;
}

html[dir="rtl"] .left-space {
  padding-left: 0px;
  padding-right: 60px;
}

html[dir="rtl"] section.account .content-left .content .row.w-100.pb-2 .col-md-8 {
  text-align: left;
}

html[dir="rtl"] section.account .content-left .content .row.w-100.pb-2 .col-md-4 {
  text-align: right;
}

html[dir="rtl"] .form-floating label {
  right: 8px;
  left: auto;
}

html[dir="rtl"] section.account .content-left .ozone-form {
  text-align: right;
}

html[dir="rtl"] section.account button {
  margin-right: 0px;
  margin-left: 10px;
}

html[dir="rtl"] .form-check {
  padding-right: 1.5em;
  padding-left: 0px;
}

html[dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-left: 0px;
  margin-right: -1.5em;
}

html[dir="rtl"] .or label {
  padding-right: 0px;
  padding-left: 10px;
}

html[dir="rtl"] html[dir="rtl"] .movie-filtering .item:last-child {
  border: 0px;
}

html[dir="rtl"] p.ico.phone {
  direction: ltr;
}

html[dir="rtl"] .iti {
  direction: ltr;
}

html[dir="rtl"] .locations .e-ticket .movie-detail .duration {
  direction: ltr;
  padding-left: 10px;
  padding-right: 0px;
}

html[dir="rtl"] .e-ticket {
  text-align: right;
}

html[dir="rtl"] .accordion .accordion-button {
  padding-right: 50px;
  padding-left: auto;
}

html[dir="rtl"] .accordion .accordion-button:after {
  left: auto;
  right: 15px;
}

html[dir="rtl"] p.ico {
  padding-right: 30px;
  padding-left: 0;
  background-position: right top 4px !important;
}

@media only screen and (max-width: 992px) {
  html[dir="rtl"] .movie-details {
    padding: 0px 10px 50px 0px;
  }
}

@media only screen and (max-width: 992px) {
  html[dir="rtl"] .movie-showime .left-space {
    padding-right: 20px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 992px) {
  html[dir="rtl"] .picker.time .items a {
    margin: 2px 0px 7px 10px;
  }
}

html[dir="rtl"] .timer {
  float: left;
}

html[dir="rtl"] .movie-card .movie-detail {
  text-align: right;
  padding: 0px 25px 0px 0px;
}

html[dir="rtl"] .movie-card .thumb {
  float: right;
}
