<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #121212;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
}

.logo-div {
  width: 150px;
  height: 50px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.n-menu-text {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 50px;
  font-weight: 700;
}

.n-menu-text.n-menu-selected {
  font-family: 'Source Sans Pro', sans-serif;
  color: #cf0057;
}

.n-section {
  width: 100%;
}

.n-section.n-fixed-top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.n-section.n-fixed-top.n-menu-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.n-section.n-booknow-section {
  height: 30px;
}

.n-container {
  width: 100%;
  min-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.n-container.n-dropblur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.n-container.n-dropblur.n-menu-bg {
  background-color: hsla(0, 0%, 100%, 0.76);
}

.n-container.n-dropblur.n-menu-bg.n-liner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.n-container.n-dropblur.n-menu-bg.n-liner-top.n-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.n-container.n-dropblur.n-menu-bg.n-liner-top.n-flex-center.n-con-notif {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.n-container.n-container-content {
  min-height: 100%;
  margin-top: 150px;
}

.n-container.n-container-content.n-container-mobile {
  margin-top: 0px;
}

.n-container.n-container-content.n-container-mobile.n-menu-bg {
  background-color: hsla(0, 0%, 100%, 0.76);
}

.n-container.n-container-content.n-container-mobile.n-menu-bg.n-margin-bottom-10 {
  margin-bottom: 10px;
}

.n-container.n-margin-bottom-10 {
  margin-bottom: 10px;
}

.n-flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.n-flex-child-expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.n-flex-child-expand.n-flex-align-right.n-flex-v.n-width-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Source Sans Pro', sans-serif;
}

.n-flex-child-shrink {
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.n-pink-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #cf0057;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
}

.n-pink-button.n-button-booknow {
  line-height: 30px;
}

.n-pink-button.n-button-login {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 30px;
}

.n-block-30 {
  padding-right: 50px;
  padding-bottom: 50px;
  background-image: url('../images/bars-solid.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.n-block-30.n-menu-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.n-block-30.n-menu-icon.n-menu-icon-hide {
  display: none;
}

.n-block-30.n-icon-close {
  padding-right: 30px;
  padding-bottom: 30px;
  background-image: url('../images/4115230_cancel_close_delete_icon-48.png');
  background-position: 50% 50%;
  background-size: 15px 15px;
}

.n-block-30.n-icon-dropdown {
  padding-right: 30px;
  padding-bottom: 30px;
  background-image: url('../images/1666929-200.png');
  background-size: 15px 15px;
}

.n-test-bg {
  height: 3000px;
  margin-top: 200px;
  background-image: url('../images/Screenshot_3.png');
  background-position: 0px 0px;
  background-size: auto;
}

.n-liner-top-container {
  width: 100%;
  height: 40px;
}

.n-width-100 {
  width: 100%;
}

.n-width-100.n-topliner {
  height: 50px;
  line-height: 50px;
}

.n-liner-top-text {
  margin-left: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #e6e6e6;
  text-align: center;
}

.n-liner-top-text.n-liner-top-button {
  border-radius: 5px;
  background-color: #cf0057;
  color: #fff;
}

.n-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.n-row.n-row-mobile {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: hsla(0, 0%, 100%, 0.76);
}

.n-combo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border: 1px solid #cf0057;
  border-radius: 5px;
}

.n-combo.n-combo-movie {
  position: relative;
  margin-left: 0px;
  -webkit-box-flex: 3;
  -webkit-flex: 3 auto;
  -ms-flex: 3 auto;
  flex: 3 auto;
}

.n-combo.n-combo-cinema {
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5 auto;
  -ms-flex: 1.5 auto;
  flex: 1.5 auto;
}

.n-button-container {
  min-width: 120px;
}

.n-button-container.n-button-mobile-booknow {
  display: none;
}

.n-combo-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.n-combo-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.top-navbar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin-right: 50px;
  padding-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.n-combo-content {
  position: absolute;
  left: 0%;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 500px;
}

.n-col-12 {
  width: 100%;
}

.n-col-12.n-height-50 {
  height: 50px;
}

.n-liner {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #cf0057;
  color: #fff;
  text-align: center;
}

.body2 {
  margin-top: 50px;
}

.n-container-movies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.n-container-movie {
  width: 170px;
  height: 302px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.n-buttons-group.n-width-200 {
  width: 200px;
  float: left;
}

.n-buttons-group.n-width-200.n-margin-left-10 {
  margin-left: 10px;
}

.text-block-3 {
  font-size: 20px;
}

.container {
  width: 100%;
  height: 200px;
  margin-top: 50px;
}

.container.har {
  margin-top: 100px;
}

.body-2 {
  background-color: #e7e7e7;
}

.slide {
  left: auto;
  background-image: url('../images/Sample-1200x580-ATWOW-3D-Now-Showing.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-2 {
  background-image: url('../images/Screenshot_2.png');
  background-position: 0px 0px;
  background-size: auto;
}

.top-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.logo {
  width: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-navbar-btn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button {
  position: static;
  float: none;
  border-radius: 8px;
  background-color: #cf0057;
  line-height: 10px;
  text-align: left;
}

.top-nav-logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link:hover {
  color: #43b8ff;
  font-weight: 700;
}

.nav-link:active {
  color: #fff;
}

.nav-link:focus {
  color: #fff;
}

.nav-link.w--current {
  color: #43b8ff;
  font-weight: 800;
}

.nav-link.current-page {
  color: #c10051;
  font-weight: 700;
}

.home-slider {
  height: auto;
}

.banner1 {
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner-box {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 13%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 170px 80px 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". ."
    ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto auto;
  background-color: rgba(0, 0, 0, 0.24);
}

.status {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
}

.title {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 40px;
}

.movie-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.movie-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

.movie-audio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

.movie-runtime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.book-btn {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #cf0057;
}

.book-btn:hover {
  background-color: #fff;
  color: #c10051;
  font-weight: 700;
}

.container-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 7%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.15);
}

.genre {
  margin-right: 0px;
  margin-left: 12px;
  color: #fff;
}

.audio {
  margin-right: 0px;
  margin-left: 12px;
  color: #fff;
}

.time {
  margin-left: 12px;
  color: #fff;
}

.box-banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding: 40px 80px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.m-rating-img {
  width: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.m-rating-img.square {
  width: 40px;
}

.icon-audio {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
}

.icon-time {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
}

.x-icon {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  cursor: pointer;
}

.x-icon:hover {
  color: #c10051;
}

.radio-icon {
  padding-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
  color: #cf0057;
  cursor: pointer;
}

.radio-icon2 {
  position: static;
  padding-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
  color: #cf0057;
  cursor: pointer;
}

.cookie-bg {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: transparent;
}

.cookie-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-yn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cookie-yes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cookie-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-8 {
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 12px;
}

.cookie-choose {
  color: #fff;
  font-size: 12px;
}

.txt-yes {
  color: #fff;
  font-size: 12px;
}

.txt-no {
  color: #fff;
  font-size: 12px;
}

.notice-txt {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.top-notice {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #cf0057;
}

.nowcoming {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.top {
  margin: 40px 40px 20px;
  border-bottom: 1px solid #3c3c3c;
}

.nowshowing-txt {
  margin-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #43b8ff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.comingsoon-txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.comingsoon-txt:active {
  color: #fff;
  font-weight: 700;
}

.comingsoon-txt:focus {
  color: #fff;
  font-weight: 700;
}

.text-block-15 {
  margin-top: -15px;
  color: #3c3c3c;
  text-align: center;
}

.grid {
  -ms-grid-columns: minmax(200px, 0.25fr) 0.25fr 0.25fr 0.25fr;
  grid-template-columns: minmax(200px, 0.25fr) 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-9 {
  height: 400px;
  background-image: url('../images/HO00001852.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.movie1 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00001852.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.home-content {
  margin-top: 70px;
  padding-bottom: 40px;
}

.div-block-11 {
  background-image: url('../images/HO00002004.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie2 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00002004.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie3 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00002053.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie4 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00002058.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie5 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00002054.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie6 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00002063.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie7 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00002027.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie8 {
  width: 110px;
  height: 200px;
  background-image: url('../images/HO00002028.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie9 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00002029.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie10 {
  width: 110px;
  height: 200px;
  background-image: url('../images/HO00001990.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie11 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00002061.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie12 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00002041.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: 20px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.movie13 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00002056.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie14 {
  width: 160px;
  height: 284px;
  background-image: url('../images/HO00001996.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie15 {
  width: 110px;
  height: 200px;
}

.movie16 {
  width: 110px;
  height: 200px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding: 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #000;
  color: #fff;
}

.home-banner {
  margin-top: -49px;
  padding-top: 0px;
  opacity: 1;
  mix-blend-mode: screen;
}

.f-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.f-nav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.f-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-16 {
  font-weight: 700;
}

.text-block-17 {
  font-weight: 700;
}

.text-block-18 {
  font-weight: 700;
}

.button-2 {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 20px;
  background-color: #1c1c1c;
  color: #43b8ff;
  font-weight: 600;
}

.text-block-19 {
  font-family: 'Fa brands 400', sans-serif;
  font-size: 20px;
}

.text-block-20 {
  font-family: 'Fa brands 400', sans-serif;
  font-size: 20px;
}

.text-block-21 {
  font-family: 'Fa brands 400', sans-serif;
  font-size: 20px;
}

.f-copyright-txt {
  font-size: 11px;
  text-align: center;
}

.socialmedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-14 {
  display: block;
}

.text-block-23 {
  width: 160px;
  height: 20px;
  padding-top: 0px;
  padding-bottom: 2px;
  background-color: #cf0057;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}

.web {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
}

.div-block-15 {
  background-image: url('../images/HO00002053-movie.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.movie-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 40px;
}

.movie-info-poster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.movie-info-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.page-content {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.page-content.top {
  border-bottom-style: none;
}

.fb {
  font-family: 'Fa brands 400', sans-serif;
  color: #4267b2;
  font-size: 20px;
}

.tw {
  font-family: 'Fa brands 400', sans-serif;
  color: #1da1f2;
  font-size: 20px;
}

.ig {
  font-family: 'Fa brands 400', sans-serif;
  color: #c13584;
  font-size: 20px;
}

.more {
  clear: none;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.socialmedia-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.movie-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-21 {
  background-image: url('../images/pg13.png');
  background-position: 0px 0px;
  background-size: contain;
}

.movie-rating-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.m-dolby {
  width: auto;
}

.movie-dolby-showtime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-details {
  color: #43b8ff;
  font-weight: 700;
}

.text-block-29 {
  color: #c10051;
  font-weight: 700;
}

.text-block-30 {
  color: #c10051;
  font-weight: 700;
}

.movie-other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  border-radius: 3px;
  background-color: #1c1c1c;
}

.movie-more-detail {
  width: auto;
}

.showtime-btn {
  padding: 5px 20px;
  border-radius: 30px;
  background-color: #c10051;
}

.showtime-btn:hover {
  background-color: #fff;
  color: #c10051;
  font-weight: 700;
}

.m-dolby-img {
  width: 65px;
  margin-top: 3px;
  padding-top: 0px;
}

.m-title-txt {
  margin-top: 4px;
  margin-left: 20px;
  color: #43b8ff;
  font-size: 25px;
  font-weight: 700;
}

.movie-cast {
  margin-bottom: 10px;
}

.movie-director {
  margin-bottom: 10px;
}

.movie-synopsis {
  margin-bottom: 20px;
}

.image-4 {
  border-radius: 3px;
}

.share-div {
  margin-right: 13px;
}

.share-txt {
  font-weight: 600;
}

.movie-date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin: 20px auto 40px;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1c1c1c;
}

.date-arrow {
  margin-top: 10px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 35px;
  cursor: pointer;
}

.text-block-34 {
  margin-top: 10px;
  font-family: 'Fa solid 900', sans-serif;
}

.date-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.date-day {
  text-align: center;
}

.m-day {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.m-day.today {
  color: #43b8ff;
  font-weight: 700;
}

.m-date {
  color: #fff;
  font-weight: 400;
}

.m-date.today {
  color: #43b8ff;
  font-weight: 600;
}

.movie-session-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.session-green {
  width: 89px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #4b991b;
}

.session-green:hover {
  color: #fff;
  font-weight: 700;
}

.session-red {
  width: 89px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #c21414;
}

.session-red:hover {
  font-weight: 700;
}

.session-txt {
  text-align: center;
}

.text-block-38 {
  text-align: center;
}

.session-gray {
  width: 89px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #aeaeae;
}

.session-gray:hover {
  font-weight: 700;
}

.text-block-39 {
  text-align: center;
}

.text-block-40 {
  font-size: 11px;
}

.pms-txt {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #1c1c1c;
  font-size: 11px;
  text-align: center;
}

.movie-pms-notice {
  margin-top: 40px;
}

.session-cinema-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-42 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.audio-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.m-audio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.session-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-bottom: 10px;
  padding: 3px 15px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 5px;
  background-color: #121212;
}

.session-subtitle.sub {
  background-color: #3c3c3c;
}

.session-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.session-sub {
  margin-top: 20px;
  margin-bottom: 30px;
}

.cinema-session {
  margin-top: -30px;
  padding: 20px 40px;
  background-color: #1c1c1c;
}

.cinema-session.amk {
  margin-top: -40px;
}

.movie-session {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.divider {
  margin-top: 100px;
  border-radius: 1px;
  color: #121212;
}

.text-block-44 {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #3c3c3c;
}

.movie-booking-process {
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(18, 18, 18, 0.9);
}

.movie-booking-process.select-tickets {
  z-index: 5;
}

.text-block-45 {
  width: 220px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.text-block-45.active-process {
  width: 220px;
  padding: 5px 10px;
  background-color: transparent;
}

.text-block-45.done {
  width: 200px;
  padding: 5px 10px;
  background-color: rgba(193, 0, 81, 0.34);
  color: #fff;
}

.text-block-46 {
  width: 220px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.text-block-46.active-process {
  width: 200px;
  background-color: transparent;
}

.text-block-46.done {
  background-color: rgba(193, 0, 81, 0.34);
}

.text-block-47 {
  width: 220px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.text-block-47.active-process {
  background-color: #c10051;
}

.text-block-47.done {
  background-color: rgba(193, 0, 81, 0.34);
}

.text-block-48 {
  width: 220px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.text-block-48.active-process {
  background-color: #c10051;
}

.movie-book-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px;
  padding: 30px 40px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 5px;
  background-color: #1c1c1c;
}

.movie-book-detail.order {
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 40px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.image-5 {
  width: 110px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.icon-dot {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Fa solid 900', sans-serif;
  color: #c10051;
  font-size: 5px;
  text-align: left;
}

.text-block-50 {
  padding-top: 0px;
  font-family: 'Fa solid 900', sans-serif;
  color: #c10051;
  font-size: 5px;
}

.image-6 {
  width: 20px;
  height: 20px;
}

.text-block-51 {
  color: #43b8ff;
  font-size: 25px;
  font-weight: 600;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-52 {
  color: #43b8ff;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.seat-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.seat {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 30px;
  text-align: center;
}

.seat.your {
  color: #43a6c4;
}

.seats {
  width: 30px;
  height: 30px;
  margin-left: 0px;
  padding-left: 0px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.seats:hover {
  background-color: #43a6c4;
}

.seats:active {
  color: #43a6c4;
}

.seats:focus {
  background-color: #43a6c4;
}

.seats.your {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #000;
  background-color: #43a6c4;
  text-align: left;
}

.seats.couple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-left: 0px;
  border: 1px solid #000;
}

.seats.couple.info {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.seats.couple.sold-seat {
  width: 60px;
  background-color: #3a4f51;
}

.seats.sold {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #3a4f51;
}

.seats.single {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.seats.space {
  border-color: transparent;
  background-color: transparent;
}

.seats.sold-seat {
  background-color: #3a4f51;
}

.seats.selected {
  background-color: #43a6c4;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
}

.div-block-50 {
  margin-left: 0px;
}

.movie-booking-content {
  margin-right: 30px;
  margin-left: 30px;
}

.seat-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.seat-row.front {
  margin-top: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.seat-row.middle {
  margin-top: 0px;
  margin-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.movie-seating {
  margin-top: 13px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #c10051;
  background-color: #1c1c1c;
}

.text-block-53 {
  margin-bottom: 135px;
  font-size: 20px;
  text-align: center;
}

.div-block-51 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px -120px 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(18, 18, 18, 0.9);
}

.text-block-54 {
  font-size: 20px;
  text-align: center;
}

.div-block-52 {
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #c10051;
  text-align: center;
  cursor: pointer;
}

.div-block-52:hover {
  background-color: #fff;
  color: #c10051;
  font-weight: 600;
}

.next-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-55 {
  margin-left: 20px;
}

.div-block-54 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-bottom: 0px;
}

.text-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #3c3c3c;
  color: #3c3c3c;
  text-align: center;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-55.order {
  margin-right: 40px;
  margin-left: 40px;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #3c3c3c;
}

.text-block-57 {
  padding-top: 2px;
  font-family: 'Fa solid 900', sans-serif;
}

.text-block-58 {
  margin-left: 10px;
}

.text-block-59 {
  height: auto;
  padding-top: 0px;
  border-radius: 4px;
  background-color: transparent;
  color: #43b8ff;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.text-block-60 {
  margin-top: 0px;
  color: #121212;
  font-size: 15px;
}

.text-block-61 {
  padding: 20px;
  border-radius: 0px 5px 5px 0px;
  background-color: #c10051;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.text-block-61:hover {
  color: #fff;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

.div-block-57:hover {
  border-style: solid;
  border-width: 5px;
  border-color: #c10051;
}

.div-block-57.select {
  border: 0px none transparent;
}

.text-block-62 {
  margin-top: 5px;
  color: #43b8ff;
  font-weight: 600;
  text-align: center;
}

.text-block-63 {
  color: #000;
  text-align: center;
}

.div-block-58 {
  width: 65px;
  height: 65px;
  margin-top: 28px;
  margin-right: 92px;
  margin-left: 92px;
  background-image: url('../images/Person_icon_BLACK-01.svg.png');
  background-position: 0px 0px;
  background-size: cover;
  text-align: left;
}

.text-block-64 {
  margin-top: 10px;
  margin-right: 16px;
  color: #43b8ff;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.div-block-59 {
  margin-top: 20px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-63 {
  width: 65px;
  height: 65px;
  margin-right: -42px;
  background-image: url('../images/Person_icon_BLACK-01.svg.png');
  background-position: 0px 0px;
  background-size: contain;
}

.text-block-65 {
  font-family: 'Fa brands 400', sans-serif;
  color: #c10051;
  font-size: 20px;
}

.div-block-64 {
  background-image: url('../images/1058237-200.png');
  background-position: 0px 0px;
  background-size: contain;
}

.text-block-66 {
  margin-top: 17px;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  padding: 0px 20px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-color: transparent;
}

.div-block-67 {
  width: 17%;
  border-radius: 3px;
  background-color: #c10051;
  cursor: pointer;
}

.text-block-67 {
  margin-top: 7px;
  text-align: center;
}

.voucher {
  margin-top: 60px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-69 {
  margin-bottom: 10px;
}

.text-block-68 {
  margin-top: 7px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 20px;
  cursor: help;
}

.text-block-68:hover {
  color: #fff;
}

.text-block-69 {
  text-decoration: underline;
  cursor: pointer;
}

.text-block-69:hover {
  color: #43b8ff;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #1c1c1c;
}

.div-block-71 {
  margin-top: 20px;
  padding: 20px 0px;
  background-color: transparent;
}

.right-arrow {
  height: auto;
  margin-top: 50px;
  margin-bottom: 0px;
}

.left-arrow {
  margin-top: 50px;
}

.cookie-text {
  display: block;
  width: 80%;
}

.top-navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.cookie-box {
  margin-top: 0px;
  padding: 5px 25px;
  background-color: rgba(0, 0, 0, 0.4);
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #43b8ff;
}

.link-block {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-block:hover {
  color: #c10051;
}

.link-2 {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-2:hover {
  color: #c10051;
}

.link-3 {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-3:hover {
  color: #c10051;
}

.movie-link-pg {
  text-decoration: none;
}

.session {
  color: #fff;
  text-decoration: none;
}

.link-block-3 {
  color: #fff;
  text-decoration: none;
}

.link-block-4 {
  color: #fff;
  text-decoration: none;
}

.link-block-5 {
  width: 220px;
  background-color: #1c1c1c;
  text-decoration: none;
}

.link-block-5.active-process.w--current {
  border-radius: 5px;
  background-color: #c10051;
}

.link-block-5.done {
  border-radius: 5px;
  background-color: rgba(193, 0, 81, 0.34);
}

.image-7 {
  width: 60px;
  margin-top: 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-8 {
  width: 155px;
  margin-top: 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-field {
  width: 100%;
}

.form-block {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-field-2 {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.form.voucher-code {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-block-6 {
  color: #fff;
  text-decoration: none;
}

.link-block-7 {
  color: #fff;
  text-decoration: none;
}

.image-9 {
  width: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-10 {
  width: 180px;
  margin-top: 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cinema-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1c1c1c;
  cursor: pointer;
}

.cinema-name-txt {
  width: 175px;
  font-size: 17px;
  font-weight: 800;
}

.show-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.hideshow-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hide-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  display: none;
}

.cinema {
  margin-bottom: 20px;
}

.show2-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.hide2-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.cinema2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1c1c1c;
}

.hide3-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.text-block-71 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.cinema3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1c1c1c;
}

.show3-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.show4-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.hide4-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.show5-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.hide5-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.show6-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.hide6-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.show7-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.hide7-btn {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.text-block-72 {
  font-size: 20px;
}

.image-11 {
  width: 100px;
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-12 {
  width: 100px;
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-13 {
  width: 100px;
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.food-category {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: -110px;
  margin-left: -110px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 130px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(18, 18, 18, 0.9);
}

.fb-cat {
  width: auto;
  padding: 2px 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #c10051;
  font-weight: 700;
}

.fb-cat.current {
  background-color: #c10051;
  color: #fff;
  cursor: pointer;
}

.text-block-73 {
  font-weight: 700;
  cursor: pointer;
}

.link-block-8 {
  color: #fff;
  text-decoration: none;
}

.link-block-9 {
  color: #fff;
  text-decoration: none;
}

.link-block-10 {
  color: #fff;
  text-decoration: none;
}

.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  cursor: pointer;
}

.text-block-74:hover {
  color: #c10051;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-75 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 30px;
  cursor: pointer;
}

.text-block-76 {
  font-family: 'Fa solid 900', sans-serif;
  color: #a7a7a7;
  font-size: 30px;
  cursor: pointer;
}

.text-block-77 {
  font-size: 18px;
}

.div-block-78 {
  width: 22%;
  padding: 10px 10px 20px;
  border-radius: 3px;
  background-color: #1c1c1c;
}

.image-14 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  border-radius: 3px;
  text-align: left;
  text-decoration: none;
}

.div-block-79 {
  background-image: url('../images/11100851.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-78 {
  height: 50px;
  margin-top: 10px;
  margin-left: 0px;
  padding-top: 0px;
}

.text-block-79 {
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.food-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image-15 {
  width: 100%;
}

.image-16 {
  width: 100%;
}

.image-17 {
  width: 100%;
}

.image-18 {
  width: 100%;
}

.image-19 {
  width: 100%;
}

.image-20 {
  width: 100%;
}

.image-21 {
  width: 100%;
}

.text-block-80 {
  cursor: pointer;
}

.text-block-81 {
  cursor: pointer;
}

.text-block-82 {
  cursor: pointer;
}

.cart-list {
  position: relative;
  top: 512px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: -474px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 2px;
  background-color: rgba(60, 60, 60, 0.93);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-81 {
  position: static;
  top: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-83 {
  width: 200px;
}

.text-block-84 {
  width: 200px;
}

.cart-ticket {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cart-br {
  margin-top: 10px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.text-block-85 {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.text-block-85:hover {
  color: #43b8ff;
}

.text-block-86 {
  margin-bottom: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: rgba(193, 0, 81, 0.7);
}

.text-block-87 {
  width: 35px;
}

.text-block-88 {
  width: 35px;
}

.text-block-89 {
  width: 35px;
}

.text-block-90 {
  width: 35px;
}

.text-block-91 {
  font-size: 15px;
}

.text-block-92 {
  font-size: 15px;
}

.text-block-93 {
  font-size: 15px;
  font-weight: 700;
}

.text-block-94 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-95 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.link-block-11 {
  color: #fff;
  text-decoration: none;
}

.text-block-96 {
  font-size: 15px;
}

.order-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px 40px -16px;
  padding: 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0px 0px 5px 5px;
  background-color: #1c1c1c;
}

.link-block-12 {
  color: #fff;
  text-decoration: none;
}

.div-block-85 {
  width: 50%;
}

.div-block-86 {
  width: 50%;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-97 {
  width: 230px;
}

.text-block-98 {
  color: #43b8ff;
  text-decoration: underline;
  cursor: pointer;
}

.text-block-99 {
  color: #43b8ff;
  text-decoration: underline;
  cursor: pointer;
}

.text-block-100 {
  width: 40px;
  text-align: right;
}

.text-block-101 {
  width: 40px;
  text-align: right;
}

.text-block-102 {
  width: 40px;
  text-align: right;
}

.text-block-103 {
  width: 40px;
  text-align: right;
}

.text-block-104 {
  font-weight: 700;
}

.text-block-105 {
  font-weight: 700;
}

.link-block-13 {
  color: #c10051;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px none #000;
  border-bottom: 1px solid #fff;
}

.div-block-90 {
  margin-top: 10px;
}

.div-block-91 {
  margin-top: 10px;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: center;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
}

.text-block-106 {
  font-size: 15px;
}

.text-block-107 {
  font-size: 15px;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.total-cost {
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 20px 40px 40px;
  border-radius: 5px;
  background-color: #1c1c1c;
}

.text-block-108 {
  font-size: 20px;
}

.text-block-109 {
  font-size: 20px;
}

.text-block-110 {
  color: #43b8ff;
}

.text-block-111 {
  color: #43b8ff;
}

.text-block-112 {
  padding-bottom: 40px;
}

.user-detail {
  margin: 20px 40px 40px;
  padding: 60px 100px;
  background-color: #1c1c1c;
}

.text-block-113 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

.div-block-94 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-96 {
  width: 30%;
  height: auto;
  padding: 34px 20px;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
}

.div-block-96:hover {
  border-style: solid;
  border-width: 4px;
  border-color: #c10051;
}

.div-block-97 {
  width: 30%;
  height: 5%;
  padding: 30px 20px;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
}

.div-block-97:hover {
  border-style: solid;
  border-width: 4px;
  border-color: #c10051;
}

.div-block-98 {
  width: 30%;
  height: 10%;
  padding: 20px 30px;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
}

.div-block-98:hover {
  border-style: solid;
  border-width: 4px;
  border-color: #c10051;
}

.text-block-114 {
  margin-top: 10px;
  color: #121212;
  text-align: center;
}

.text-block-115 {
  margin-top: 10px;
  color: #000;
  text-align: center;
}

.text-block-116 {
  margin-top: 10px;
  padding-bottom: 0px;
  color: #000;
  text-align: center;
}

.div-block-99 {
  margin-top: 40px;
}

.text-block-117 {
  margin-bottom: 20px;
}

.div-block-100 {
  background-image: url('../images/grab.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-101 {
  background-image: url('../images/ocbc.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-22 {
  width: 60px;
  margin-top: 2px;
  margin-bottom: 10px;
  margin-left: 67px;
  padding-left: 0px;
  text-align: left;
}

.image-23 {
  width: 70px;
  margin: 3px 50px 8px;
  padding-top: 0px;
}

.image-24 {
  width: 100px;
  margin-right: 45px;
  margin-left: 45px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.link-4 {
  color: #43b8ff;
  text-decoration: none;
  cursor: pointer;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.link-5 {
  color: #43b8ff;
  text-decoration: none;
  cursor: pointer;
}

.text-block-118 {
  font-weight: 400;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7px;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.checkbox-label {
  padding-left: 7px;
}

.checkbox {
  width: 30px;
  cursor: pointer;
}

.link-block-14 {
  color: #fff;
  text-decoration: none;
}

.link-block-15 {
  width: 100%;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #c10051;
  color: #fff;
  text-decoration: none;
}

.text-block-119 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.div-block-103 {
  margin: 60px 40px 40px;
  text-align: center;
}

.text-block-120 {
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: 'Fa solid 900', sans-serif;
  color: #e90004;
  font-size: 100px;
}

.text-block-121 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.text-block-122 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.link-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 6px 20px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 5px;
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.link-block-16:hover {
  border-style: none;
  border-width: 1px;
  border-color: #1c1c1c;
  background-color: #3c3c3c;
}

.text-block-123 {
  display: block;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-124 {
  font-family: 'Fa solid 900', sans-serif;
  color: #c10051;
  font-size: 20px;
}

.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #1c1c1c;
  color: #fff;
}

.dropdown-toggle:hover {
  background-color: #3c3c3c;
}

.moviefilter1 {
  width: 35%;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #1c1c1c;
}

.moviefilter2 {
  width: 35%;
  margin-right: 0px;
  margin-left: 0px;
}

.text-block-125 {
  margin-top: 0px;
  padding: 0px;
}

.voucher-info-ticket {
  margin-top: 10px;
  padding: 5px 20px;
  border-radius: 0px;
  background-color: #3c3c3c;
}

.voucher-info-fb {
  margin-top: 10px;
  padding: 5px 20px;
  border-radius: 0px;
  background-color: #3c3c3c;
}

.voucher-info-pay {
  margin-top: 10px;
  padding: 5px 20px;
  border-radius: 0px;
  background-color: #3c3c3c;
}

.movie-filter:hover {
  background-color: #3c3c3c;
  color: #fff;
}

.div-block-105 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.div-block-106 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.text-block-126 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  border-bottom: 1px solid #fff;
}

.div-block-93-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-25 {
  width: 60%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-26 {
  width: 45%;
}

.image-27 {
  width: 45%;
}

.div-block-93-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menubtn {
  font-family: 'Fa solid 900', sans-serif;
  color: #c10051;
  font-size: 25px;
}

.snb-br {
  color: rgba(0, 0, 0, 0.84);
}

.snb-fb {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.snb-fb:hover {
  color: #c10051;
}

.snb-ig {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.snb-ig:hover {
  color: #c10051;
}

.snb-tw {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.snb-tw:hover {
  color: #c10051;
}

.bottom {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-113 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fff;
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-131 {
  font-size: 13px;
  font-weight: 600;
}

.text-block-120-copy {
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: 'Fa solid 900', sans-serif;
  color: #0c9e05;
  font-size: 100px;
}

.text-block-122-copy {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.div-block-116 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #121212;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #1c1c1c;
}

.div-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-118 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-block-132 {
  font-family: 'Fa solid 900', sans-serif;
  color: #c10051;
  font-size: 20px;
}

.text-block-133 {
  color: #c10051;
  font-weight: 700;
}

.div-block-119 {
  width: 50%;
}

.div-block-120 {
  width: 50%;
}

.dropdown-3 {
  width: 100%;
}

.text-block-134 {
  color: #fff;
}

.icon-3 {
  color: #fff;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 1px;
  border-color: #3c3c3c;
  background-color: #1c1c1c;
  box-shadow: 0 0 4px 0 #000;
}

.dropdown-toggle-2:focus-visible {
  box-shadow: 0 0 4px 0 #c10051;
}

.dropdown-toggle-2[data-wf-focus-visible] {
  box-shadow: 0 0 4px 0 #c10051;
}

.text-field-3 {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #3c3c3c;
  border-radius: 5px;
  background-color: #1c1c1c;
  box-shadow: 0 0 4px 0 #121212;
  cursor: text;
}

.text-field-3:focus {
  box-shadow: 0 0 4px 0 #121212;
}

.text-field-3:focus-visible {
  box-shadow: 0 0 4px 0 #c10051;
}

.text-field-3[data-wf-focus-visible] {
  box-shadow: 0 0 4px 0 #c10051;
}

.text-field-4 {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #3c3c3c;
  border-radius: 5px;
  background-color: #1c1c1c;
  box-shadow: 0 0 4px 0 #000;
  cursor: text;
}

.text-field-4:focus-visible {
  box-shadow: 0 0 4px 0 #c10051;
}

.text-field-4[data-wf-focus-visible] {
  box-shadow: 0 0 4px 0 #c10051;
}

.text-field-5 {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #3c3c3c;
  border-radius: 5px;
  background-color: #1c1c1c;
  box-shadow: 0 0 4px 0 #000;
  cursor: text;
}

.text-field-5:focus-visible {
  box-shadow: 0 0 4px 0 #c10051;
}

.text-field-5[data-wf-focus-visible] {
  box-shadow: 0 0 4px 0 #c10051;
}

.field-label {
  font-weight: 400;
}

.field-label-2 {
  font-weight: 400;
}

.field-label-3 {
  font-weight: 400;
}

.field-label-4 {
  font-weight: 400;
}

.div-block-116-copy {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}

.submit-button {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #c10051;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.select-field {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #3c3c3c;
  border-radius: 5px;
  background-color: #1c1c1c;
  box-shadow: 0 0 4px 0 #000;
  color: #fff;
  cursor: pointer;
}

.select-field:focus-visible {
  box-shadow: 0 0 4px 0 #c10051;
}

.select-field[data-wf-focus-visible] {
  box-shadow: 0 0 4px 0 #c10051;
}

.movie-date.overflow-none {
  overflow: hidden;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider-item {
  width: 10vw;
  margin-right: 100px;
  text-align: center;
}

.div-block-121 {
  display: block;
}

.slider-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-navigation {
  margin-right: 40px;
}

.slider-navigation.prev-slide {
  cursor: pointer;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-19 {
  border-radius: 5px;
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none;
}

.link-block-19.active-process {
  width: 220px;
  background-color: #c10051;
}

.link-block-19.done {
  background-color: rgba(193, 0, 81, 0.34);
}

.link-block-20 {
  width: 220px;
  border-radius: 5px;
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none;
}

.link-block-20.active-process {
  background-color: #c10051;
}

.link-block-20.done {
  background-color: rgba(193, 0, 81, 0.34);
}

.link-block-21 {
  width: 220px;
  border-radius: 5px;
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none;
}

.link-block-21.active-process {
  background-color: #c10051;
}

.link-block-19-copy {
  border-radius: 5px;
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none;
}

.link-block-19-copy.active-process {
  width: 220px;
  background-color: #c10051;
}

.link-block-19-copy.done {
  background-color: rgba(193, 0, 81, 0.34);
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.link-block-20-copy {
  width: 220px;
  border-radius: 5px;
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none;
}

.link-block-20-copy.active-process {
  background-color: #c10051;
}

.link-block-20-copy.done {
  background-color: rgba(193, 0, 81, 0.34);
}

.div-block-124 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.total-cost-copy {
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 20px 40px 40px;
  border-radius: 5px;
  background-color: #1c1c1c;
}

.div-block-125 {
  margin-right: 40px;
  margin-left: 40px;
}

.f-about-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-cust-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-legal-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-3 {
  margin-top: 40px;
  background-color: #000;
}

.link-block-22 {
  width: 100%;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #3c3c3c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link-block-22:hover {
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  background-color: #3c3c3c;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-135 {
  font-family: 'Fa solid 900', sans-serif;
}

.text-block-136 {
  font-style: italic;
}

.div-block-130 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-131 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 5px;
  background-color: #1c1c1c;
}

.text-block-137 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.text-block-137:hover {
  color: #43b8ff;
}

.image-28 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.text-block-138 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #43b8ff;
  font-size: 14px;
  font-weight: 700;
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.text-block-139 {
  font-weight: 600;
}

.text-block-140 {
  font-weight: 600;
}

.text-block-141 {
  font-weight: 600;
}

.text-block-142 {
  font-weight: 600;
}

.text-block-143 {
  font-weight: 600;
}

.text-block-144 {
  font-weight: 600;
}

.text-block-145 {
  font-weight: 600;
}

.cinema-name-showtime {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(18, 18, 18, 0.9);
}

.cinema-showtime-movie {
  margin-top: -30px;
  padding: 20px 40px;
  background-color: #1c1c1c;
}

.cinema-showtime-movie.amk {
  margin-top: -40px;
}

.cinema-showtime-movie.jem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.link-6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.link-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.div-block-136 {
  width: 45%;
}

.link-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}

.image-29 {
  width: 40px;
}

.div-block-137 {
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(18, 18, 18, 0.9);
}

.promo-cat {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #c10051;
  font-weight: 700;
}

.promo-cat.active {
  background-color: #c10051;
  color: #fff;
}

.div-block-138 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.text-block-146 {
  color: #43b8ff;
  font-size: 25px;
  font-weight: 600;
}

.text-block-147 {
  font-weight: 600;
  text-decoration: underline;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-141 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-block-148 {
  margin-bottom: 10px;
  font-size: 15px;
}

.div-block-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-143 {
  margin-top: -40px;
  margin-right: -40px;
  margin-left: -40px;
}

.image-30 {
  width: 100%;
}

.image-31 {
  width: 33.3%;
}

.image-32 {
  width: 33.3%;
}

.image-33 {
  width: 33.3%;
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.link-7 {
  color: #43b8ff;
  cursor: pointer;
}

.text-block-149 {
  color: #43b8ff;
  font-size: 20px;
  font-weight: 600;
}

.text-block-150 {
  font-style: italic;
}

.text-block-151 {
  font-style: italic;
}

.text-block-152 {
  font-style: italic;
}

.event-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1c1c1c;
}

.div-block-146 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: transparent;
}

.link-block-25 {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px none #000;
  background-color: #3c3c3c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link-block-25:hover {
  color: #43b8ff;
}

.text-block-153 {
  text-align: center;
}

.text-block-154 {
  margin-bottom: 10px;
  font-weight: 600;
}

.link-block-26 {
  cursor: pointer;
}

.div-block-147 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-block-155 {
  color: #43b8ff;
  font-size: 20px;
  font-weight: 600;
}

.text-block-156 {
  font-size: 20px;
  text-align: center;
}

.div-block-148 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gift-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1c1c1c;
}

.link-block-26-copy {
  cursor: pointer;
}

.link-block-26-copy {
  cursor: pointer;
}

.image-34 {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-150 {
  margin-top: -40px;
  margin-right: -40px;
  margin-left: -40px;
}

.text-field-2-copy {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
}

.div-block-151 {
  margin-top: 80px;
  margin-right: 100px;
  margin-left: 100px;
}

.link-block-27 {
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #c10051;
  color: #fff;
  text-decoration: none;
}

.text-block-157 {
  font-size: 15px;
  text-align: center;
}

.textarea {
  width: auto;
  height: auto;
  border-radius: 5px;
}

.div-block-151-copy {
  margin-top: 60px;
  margin-right: 100px;
  margin-left: 100px;
}

.text-block-158 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.text-field-2-copy {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-152 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-159 {
  width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-153 {
  padding: 40px;
  background-color: transparent;
}

.select-field-2 {
  border-radius: 5px;
  cursor: pointer;
}

.field-label-5 {
  width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.field-label-5-copy {
  width: 20%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-154 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.text-block-160 {
  font-size: 20px;
  font-weight: 600;
}

.link-8 {
  color: #43b8ff;
  text-decoration: none;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.checkbox-2 {
  width: 18px;
  margin-top: 0px;
  margin-left: -14px;
  cursor: pointer;
}

.div-block-155 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.textarea-2 {
  border-radius: 5px;
}

.div-block-156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-self: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.field-label-6 {
  width: 40%;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-157 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-146-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: transparent;
}

.link-block-25-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  background-color: #3c3c3c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link-block-25-copy:hover {
  color: #43b8ff;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-161 {
  margin-bottom: 10px;
}

.image-35 {
  width: auto;
}

.div-block-159 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-36 {
  width: 100%;
}

.div-block-161 {
  width: 496px;
  height: 881px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/HO00002053-movie.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.movie-poster-img {
  width: 100%;
}

.movie-poster {
  width: 496px;
  height: 881px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.movie-img {
  width: 160px;
  height: 284px;
  text-decoration: none;
}

.moviie-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.banner-img {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-165 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-166 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.link-9 {
  display: block;
  color: #43b8ff;
  text-decoration: none;
}

.link-10 {
  color: #43b8ff;
  text-decoration: none;
}

.div-block-167 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.link-11 {
  color: #43b8ff;
  text-decoration: none;
}

.job-title {
  padding: 10px 40px;
  background-color: #c10051;
  cursor: pointer;
}

.job-content {
  padding: 20px 40px;
  background-color: #1c1c1c;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-162 {
  font-size: 20px;
  font-weight: 600;
}

.div-block-171 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}

.text-block-163 {
  font-weight: 700;
}

.text-block-164 {
  font-size: 20px;
  font-weight: 600;
}

.div-block-172 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-173 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-165 {
  font-weight: 700;
}

.job-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-174 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 0px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.search-button {
  width: 15%;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #c10051;
}

.search-input {
  border-radius: 5px;
}

.div-block-175 {
  padding-right: 60px;
  padding-left: 60px;
}

.all-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.faq-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.faq-content {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 20px 20px;
  border-bottom: 1px dashed #a7a7a7;
}

.faq-title {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px none #a7a7a7;
  color: #43b8ff;
  cursor: pointer;
}

.text-block-166 {
  font-size: 20px;
  font-weight: 600;
}

.div-block-176 {
  margin-right: 10px;
  margin-left: 10px;
  border-bottom: 1px dashed #a7a7a7;
}

.div-block-177 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-block-167 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-168 {
  font-weight: 700;
}

.div-block-178 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-179 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-177-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.list {
  margin-bottom: 0px;
  padding-left: 20px;
}

.list-item {
  font-weight: 700;
}

.list-item-2 {
  font-weight: 700;
}

.div-block-180 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-block-169 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-170 {
  font-weight: 700;
}

.div-block-181 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-block-182 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.link-12 {
  color: #43b8ff;
  text-decoration: none;
}

.link-13 {
  color: #43b8ff;
  text-decoration: none;
}

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.link-block-29 {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #c10051;
  color: #fff;
  text-decoration: none;
}

.link-block-29-copy {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #3c3c3c;
  color: #fff;
  text-decoration: none;
}

.div-block-183 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-171 {
  white-space: nowrap;
}

.text-block-172 {
  text-align: center;
}

.text-block-173 {
  text-align: center;
}

.div-block-184 {
  margin-top: -20px;
}

.date-chosen-txt {
  font-weight: 700;
}

.date-chosen {
  display: none;
}

.div-block-185 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-175 {
  font-weight: 700;
}

.available {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
}

.green-block {
  width: 89px;
  height: 30px;
  padding-top: 5px;
  border-radius: 5px;
  background-color: #4b991b;
}

.selling-fast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
}

.sold-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
}

.div-block-186-copy {
  width: 89px;
  height: 30px;
  border-radius: 5px;
}

.div-block-186-copy {
  width: 89px;
  height: 30px;
  border-radius: 5px;
  background-color: #4b991b;
}

.div-block-186-copy-copy {
  width: 89px;
  height: 30px;
  border-radius: 5px;
  background-color: #4b991b;
}

.red-block {
  width: 89px;
  height: 30px;
  padding-top: 5px;
  border-radius: 5px;
  background-color: #c21414;
}

.grey-block {
  width: 89px;
  height: 30px;
  padding-top: 5px;
  border-radius: 5px;
  background-color: #aeaeae;
}

.text-block-176 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
}

.div-block-189 {
  padding-right: 60px;
  padding-left: 60px;
}

.text-block-177 {
  font-weight: 600;
}

.image-39 {
  width: 200px;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.web-copy {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
}

.text-block-178 {
  font-size: 40px;
  text-align: center;
}

.text-block-179 {
  font-size: 25px;
}

.div-block-191 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-block-180 {
  font-size: 15px;
}

.checkbox-label-2 {
  margin-bottom: 0px;
  font-size: 15px;
}

.text-block-181 {
  font-size: 15px;
}

.text-block-182 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.div-block-192 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.page-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recaptcha {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-183 {
  font-size: 15px;
  text-align: center;
}

.link-14 {
  color: #c10051;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}

.div-block-194 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.web-copy {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  font-size: 13px;
}

.page-content-copy {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.seats-copy {
  width: 30px;
  height: 30px;
  margin-left: 0px;
  padding-left: 0px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.seats-copy:hover {
  background-color: #fff;
}

.seats-copy:active {
  color: #43a6c4;
}

.seats-copy:focus {
  background-color: #43a6c4;
}

.seats-copy.your {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #000;
  background-color: #43a6c4;
  text-align: left;
}

.seats-copy.couple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-left: 0px;
  border: 1px solid #000;
}

.seats-copy.couple.info {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.seats-copy.couple.sold-seat {
  width: 60px;
  background-color: #3a4f51;
}

.seats-copy.sold {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #3a4f51;
}

.seats-copy.single {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.seats-copy.single:hover {
  background-color: #fff;
}

.seats-copy.space {
  border-color: transparent;
  background-color: transparent;
}

.seats-copy.sold-seat {
  background-color: #3a4f51;
}

.seats-copy.selected {
  background-color: #43a6c4;
}

.seats-copy {
  width: 30px;
  height: 30px;
  margin-left: 0px;
  padding-left: 0px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.seats-copy:hover {
  background-color: #43a6c4;
}

.seats-copy:active {
  color: #43a6c4;
}

.seats-copy:focus {
  background-color: #43a6c4;
}

.seats-copy.your {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #000;
  background-color: #43a6c4;
  text-align: left;
}

.seats-copy.couple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-left: 0px;
  border: 1px solid #000;
}

.seats-copy.couple.info {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.seats-copy.couple.info:hover {
  background-color: #fff;
}

.seats-copy.couple.sold-seat {
  width: 60px;
  background-color: #3a4f51;
}

.seats-copy.sold {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #3a4f51;
}

.seats-copy.single {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.seats-copy.space {
  border-color: transparent;
  background-color: transparent;
}

.seats-copy.sold-seat {
  background-color: #3a4f51;
}

.seats-copy.selected {
  background-color: #43a6c4;
}

@media screen and (min-width: 1280px) {
  .logo-div {
    width: 120px;
  }

  .n-menu-text {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    cursor: pointer;
  }

  .n-container.n-margin-bottom-10 {
    margin-bottom: 20px;
  }

  .n-flex-child-expand.n-flex-align-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .n-pink-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .n-pink-button.n-pink-button-border {
    border: 1px solid #cf0057;
    background-color: transparent;
    color: #cf0057;
  }

  .n-block-30 {
    width: 30px;
    height: 30px;
    padding-right: 50px;
    padding-bottom: 50px;
    background-image: url('../images/bars-solid.svg');
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }

  .n-test-bg {
    height: 3000px;
    background-image: url('../images/Screenshot_3.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .n-row.n-margin-bottom-20 {
    margin-bottom: 20px;
  }

  .top-navbar-link {
    margin-right: 40px;
  }

  .n-container-movies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .n-container-movies.n-container-movies-last {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .n-container-movie {
    width: 15%;
    height: auto;
    margin-bottom: 3px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .image {
    min-width: 100%;
  }

  .n-buttons-group {
    width: 120px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .home-slider {
    height: 580px;
  }

  .banner1 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, hsla(0, 0%, 100%, 0))), url('../images/20230125-1200x580-1.jpg');
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 40%), url('../images/20230125-1200x580-1.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .banner2 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, hsla(0, 0%, 100%, 0))), url('../images/20230125-1200x580.jpg');
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 40%), url('../images/20230125-1200x580.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .banner3 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, hsla(0, 0%, 100%, 0))), url('../images/1200x580-AGC.jpg');
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 40%), url('../images/1200x580-AGC.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .banner4 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, hsla(0, 0%, 100%, 0))), url('../images/TheKingOfMusangKing2_1200x580_CCPL-Web-Banner.jpg');
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 40%), url('../images/TheKingOfMusangKing2_1200x580_CCPL-Web-Banner.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .div-block-10 {
    padding-left: 0px;
  }

  .div-block-55.order {
    margin-top: 40px;
  }

  .cinema-name {
    cursor: pointer;
  }

  .cart {
    margin-left: 116px;
  }

  .cart-list {
    margin-left: 641px;
  }

  .div-block-85 {
    width: 60%;
  }

  .text-block-98 {
    color: #43b8ff;
  }

  .text-block-99 {
    color: #43b8ff;
  }

  .div-block-89 {
    width: 100%;
  }

  .text-block-110 {
    color: #43b8ff;
  }

  .text-block-111 {
    color: #43b8ff;
  }

  .image-22 {
    margin-right: 85px;
    margin-left: 85px;
  }

  .image-23 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .image-24 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .link-4 {
    color: #43b8ff;
  }

  .link-5 {
    color: #43b8ff;
  }

  .link-block-16 {
    margin-left: 961px;
  }

  .movie-filter:hover {
    background-color: #3c3c3c;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .n-menu-text {
    text-align: center;
  }

  .n-section.n-fixed-top.n-menu-bg {
    padding-bottom: 20px;
    background-color: #fff;
  }

  .n-section.n-fixed-top.n-menu-bg.n-menu-mobile {
    position: static;
    display: block;
  }

  .n-container.n-dropblur.n-menu-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .n-container.n-dropblur.n-menu-bg.n-liner-top.n-flex-center.n-con-notif {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .n-container.n-container-content {
    margin-top: 200px;
  }

  .n-container.n-container-content.n-container-mobile {
    height: 3000px;
    margin-top: 0px;
  }

  .n-flex-h {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .n-flex-h.n-flex-v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .n-flex-h.n-flex-v.n-flex-child-expand {
    max-width: 100%;
    min-width: 100%;
  }

  .n-flex-child-expand.n-flex-align-right.n-flex-v.n-width-100 {
    width: 100%;
  }

  .n-flex-child-expand.n-flex-h.n-flex-v.n-width-100 {
    width: 100%;
  }

  .n-flex-child-expand.n-flex-h.n-flex-v.n-width-100.n-menu-items {
    display: block;
  }

  .n-flex-child-expand.n-flex-v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .n-flex-child-shrink.n-flex-child-align-top {
    width: 100%;
  }

  .n-pink-button.n-pink-button-border {
    border: 1px solid #cf0057;
    background-color: transparent;
    color: #cf0057;
  }

  .n-block-30.n-menu-icon.n-menu-icon-hide {
    display: block;
  }

  .n-row.n-row-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .n-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .n-button-container.n-button-mobile-booknow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .text-block-2 {
    display: inline;
  }

  .n-margin-top-content {
    display: block;
  }

  .body2 {
    margin-top: 0px;
  }

  .banner1 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-banner {
    margin-top: -71px;
  }

  .f-nav-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .socialmedia {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .page-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .movie-booking-process.select-tickets {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-45 {
    width: 140px;
  }

  .text-block-45.active-process {
    width: 140px;
  }

  .text-block-45.done {
    width: 140px;
    background-color: transparent;
  }

  .text-block-46 {
    width: 140px;
  }

  .text-block-46.active-process {
    width: 140px;
    background-color: transparent;
  }

  .text-block-47 {
    width: 140px;
    border: 1px none #000;
    background-color: transparent;
  }

  .text-block-48 {
    width: 140px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: transparent;
  }

  .movie-book-detail.order {
    margin-right: 10px;
    margin-left: 10px;
  }

  .seats {
    width: 20px;
    height: 20px;
  }

  .seats.couple {
    width: 40px;
  }

  .seats.couple.sold-seat {
    width: 40px;
  }

  .movie-seating {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-51 {
    top: 120px;
  }

  .cookie-text {
    width: 74%;
  }

  .top-navbar-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-block-5 {
    width: 140px;
    border-radius: 5px;
    background-color: #1c1c1c;
  }

  .link-block-5.done {
    background-color: rgba(193, 0, 81, 0.34);
  }

  .food-category {
    top: 120px;
  }

  .order-summary {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-16 {
    width: 30%;
  }

  .moviefilter1 {
    width: 40%;
  }

  .moviefilter2 {
    width: 40%;
  }

  .image-25 {
    width: 80%;
  }

  .image-26 {
    width: 65%;
  }

  .image-27 {
    width: 65%;
  }

  .menubtn {
    font-family: 'Fa solid 900', sans-serif;
    color: #c10051;
    font-size: 25px;
    cursor: pointer;
  }

  .menu-btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .side-navbar {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    width: 35%;
    padding-top: 52px;
    padding-left: 0px;
    background-color: rgba(0, 0, 0, 0.84);
  }

  .snb-main {
    width: 100%;
    padding: 8px 60px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }

  .snb-main:hover {
    background-color: #121212;
  }

  .snb-main.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #43b8ff;
  }

  .snb-mainmenu {
    font-weight: 700;
    text-align: center;
  }

  .snb-mainmenu.active-link {
    color: #43b8ff;
  }

  .div-block-110 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
  }

  .snb-br {
    margin: 0px 40px 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #3c3c3c;
  }

  .snb-other {
    width: 100%;
    padding: 5px 60px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }

  .snb-other:hover {
    background-color: #1c1c1c;
  }

  .snb-other.w--current {
    color: #43b8ff;
  }

  .snb-othermenu {
    color: #fff;
    text-align: center;
  }

  .snb-othermenu.current {
    color: #43b8ff;
  }

  .snb-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .snb-fb {
    font-size: 30px;
  }

  .snb-ig {
    font-size: 30px;
  }

  .snb-tw {
    font-size: 30px;
  }

  .div-block-114 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-19 {
    width: 140px;
    border-radius: 5px;
    background-color: #1c1c1c;
  }

  .link-block-19.active-process {
    width: 140px;
    background-color: #c10051;
  }

  .link-block-20 {
    width: 140px;
    border-radius: 5px;
    background-color: #1c1c1c;
  }

  .link-block-21 {
    width: 140px;
    background-color: #1c1c1c;
  }

  .link-block-19-copy {
    width: 140px;
    border-radius: 5px;
    background-color: #1c1c1c;
  }

  .link-block-19-copy.active-process {
    width: 140px;
    background-color: #c10051;
  }

  .div-block-123 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .link-block-20-copy {
    width: 140px;
    border-radius: 5px;
    background-color: #1c1c1c;
  }

  .div-block-124 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .total-cost-copy {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-125 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-131 {
    width: 30%;
  }

  .div-block-133 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cinema-name-showtime {
    top: 50px;
  }

  .div-block-136 {
    width: 80%;
  }

  .div-block-140 {
    width: 130%;
  }

  .div-block-146 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .field-label-5 {
    width: 35%;
  }

  .field-label-5-copy {
    width: 25%;
  }

  .div-block-154 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .checkbox-field-3 {
    padding-left: 20px;
  }

  .checkbox-field-4 {
    padding-left: 20px;
  }

  .div-block-156 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-146-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-158 {
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-159 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-161 {
    width: 330.67px;
    height: 587.33px;
    background-size: cover;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .movie-poster {
    width: 330.67px;
    height: 587.33px;
  }

  .div-block-166 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .link-9 {
    white-space: normal;
  }

  .search-button {
    width: 20%;
  }

  .div-block-189 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-190 {
    width: 80%;
  }

  .page-content-copy {
    padding-right: 30px;
    padding-left: 30px;
  }

  .page-content-copy {
    padding-right: 30px;
    padding-left: 30px;
  }

  .seats-copy {
    width: 20px;
    height: 20px;
  }

  .seats-copy.couple {
    width: 41px;
  }

  .seats-copy.couple.sold-seat {
    width: 41px;
  }

  .seats-copy {
    width: 20px;
    height: 20px;
  }

  .seats-copy.couple {
    width: 41px;
  }

  .seats-copy.couple.info {
    width: 40px;
  }

  .seats-copy.couple.sold-seat {
    width: 41px;
  }
}

@media screen and (max-width: 767px) {
  .n-row.n-row-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .status {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .title {
    font-size: 25px;
  }

  .cookie-yn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cookie-yes {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .cookie-choose {
    font-size: 12px;
  }

  .txt-yes {
    font-size: 12px;
  }

  .txt-no {
    font-size: 12px;
  }

  .nowcoming {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .div-block-10 {
    padding-right: 30px;
    padding-left: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home-banner {
    margin-top: -71px;
  }

  .f-nav-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    font-size: 13px;
    text-align: center;
  }

  .socialmedia {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .movie-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .page-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content.top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .session-subtitle.sub {
    margin-bottom: 5px;
  }

  .session-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .movie-booking-process {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-45 {
    width: 100px;
  }

  .text-block-45.active-process {
    width: 100px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .text-block-45.done {
    width: 100px;
  }

  .text-block-46 {
    width: 100px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .text-block-46.active-process {
    width: 100px;
  }

  .text-block-47 {
    width: 100px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .text-block-48 {
    width: 100px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .movie-book-detail {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .movie-book-detail.order {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-5 {
    width: 90px;
  }

  .seats {
    width: 15px;
    height: 15px;
  }

  .seats.your {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .seats.couple {
    width: 30px;
  }

  .seats.couple.sold-seat {
    width: 30px;
  }

  .movie-seating {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-55 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-63 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .voucher {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cookie-text {
    width: 80%;
  }

  .link-block-5 {
    width: 100px;
  }

  .text-block-75 {
    font-size: 25px;
  }

  .text-block-76 {
    font-size: 25px;
  }

  .text-block-77 {
    font-size: 15px;
  }

  .div-block-78 {
    width: 30%;
  }

  .text-block-78 {
    height: 75px;
  }

  .food-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cart-list {
    width: 80%;
  }

  .order-summary {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-85 {
    width: 100%;
  }

  .div-block-89 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .total-cost {
    margin-right: 0px;
    margin-left: 0px;
  }

  .user-detail {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkbox {
    width: 20px;
  }

  .link-block-16 {
    width: 40%;
  }

  .middle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .moviefilter1 {
    width: 45%;
  }

  .moviefilter2 {
    width: 45%;
  }

  .image-25 {
    width: 100%;
  }

  .image-26 {
    width: 90%;
  }

  .image-27 {
    width: 90%;
  }

  .side-navbar {
    width: 60%;
  }

  .bottom {
    padding-left: 20px;
  }

  .link-block-19 {
    width: 100px;
  }

  .link-block-19.active-process {
    width: 100px;
  }

  .link-block-20 {
    width: 100px;
  }

  .link-block-21 {
    width: 100px;
  }

  .link-block-19-copy {
    width: 100px;
  }

  .link-block-19-copy.active-process {
    width: 100px;
  }

  .div-block-123 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link-block-20-copy {
    width: 100px;
  }

  .div-block-124 {
    margin-right: 20px;
  }

  .total-cost-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-125 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-131 {
    width: 45%;
  }

  .cinema-showtime-movie.jem {
    margin-right: -60px;
    margin-left: -60px;
  }

  .div-block-134 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-136 {
    width: 100%;
  }

  .div-block-137 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-138 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .promo-list {
    width: 30%;
  }

  .div-block-139 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-140 {
    width: 100%;
  }

  .link-7 {
    white-space: nowrap;
  }

  .event-list {
    width: 40%;
  }

  .div-block-146 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gift-list {
    width: 40%;
  }

  .div-block-151 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-151-copy {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-153 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .field-label-5 {
    width: 30%;
  }

  .field-label-5-copy {
    width: 22%;
  }

  .div-block-154 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-146-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link-block-25-copy {
    width: 85%;
  }

  .div-block-165 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-175 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-177 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-177-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-180 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-185 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-175 {
    text-align: center;
  }

  .div-block-189 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-190 {
    width: 90%;
  }

  .text-block-179 {
    text-align: center;
  }

  .page-content-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content-copy.top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-content-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content-copy.top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .seats-copy {
    width: 15px;
    height: 15px;
  }

  .seats-copy.your {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .seats-copy.couple {
    width: 31px;
  }

  .seats-copy.couple.sold-seat {
    width: 31px;
  }

  .seats-copy {
    width: 15px;
    height: 15px;
  }

  .seats-copy.your {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .seats-copy.couple {
    width: 31px;
  }

  .seats-copy.couple.sold-seat {
    width: 31px;
  }
}

@media screen and (max-width: 479px) {
  .logo-div {
    width: 120px;
  }

  .n-block-30.n-menu-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .n-row.n-row-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .status {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .title {
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 10px;
  }

  .cookie-choose {
    font-size: 10px;
  }

  .txt-yes {
    font-size: 10px;
  }

  .txt-no {
    font-size: 10px;
  }

  .notice-txt {
    font-size: 10px;
  }

  .nowcoming {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nowshowing-txt {
    font-size: 15px;
  }

  .comingsoon-txt {
    font-size: 15px;
  }

  .div-block-10 {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .movie1 {
    width: 120px;
    height: 213px;
  }

  .home-content {
    margin-top: 40px;
  }

  .movie2 {
    width: 120px;
    height: 213px;
  }

  .movie3 {
    width: 120px;
    height: 213px;
  }

  .movie4 {
    width: 120px;
    height: 213px;
  }

  .movie5 {
    width: 120px;
    height: 213px;
  }

  .movie6 {
    width: 120px;
    height: 213px;
  }

  .movie7 {
    width: 120px;
    height: 213px;
  }

  .movie9 {
    width: 120px;
    height: 213px;
  }

  .movie11 {
    width: 120px;
    height: 213px;
  }

  .movie12 {
    width: 120px;
    height: 213px;
  }

  .movie13 {
    width: 120px;
    height: 213px;
  }

  .movie14 {
    width: 120px;
    height: 213px;
  }

  .home-banner {
    margin-top: 0px;
  }

  .text-block-23 {
    width: 106.67px;
  }

  .movie-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .movie-info-poster {
    width: auto;
  }

  .movie-info-detail {
    width: auto;
  }

  .page-content {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content.top {
    padding-top: 20px;
  }

  .movie-date-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .date-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .movie-booking-process {
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .movie-booking-process.select-tickets {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .text-block-45 {
    width: 80px;
  }

  .text-block-45.active-process {
    width: 80px;
    padding: 2px;
    font-size: 11px;
  }

  .text-block-45.done {
    width: 80px;
    font-size: 11px;
  }

  .text-block-46 {
    width: 80px;
    padding: 2px;
    font-size: 11px;
  }

  .text-block-46.active-process {
    width: 80px;
  }

  .text-block-47 {
    width: 80px;
    font-size: 11px;
  }

  .text-block-48 {
    width: 80px;
    font-size: 11px;
  }

  .movie-book-detail.order {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-43 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .seats {
    width: 10px;
    height: 10px;
  }

  .seats.couple {
    width: 20px;
  }

  .seats.couple.sold-seat {
    width: 20px;
  }

  .movie-booking-content {
    margin-right: 0px;
    margin-left: 0px;
  }

  .seat-row.front {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .seat-row.middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-53 {
    margin-bottom: 100px;
  }

  .div-block-52 {
    width: 100px;
  }

  .div-block-55 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-55.order {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-59 {
    font-size: 30px;
  }

  .text-block-60 {
    font-size: 13px;
  }

  .text-block-61 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-60 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .voucher {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-70 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .right-arrow {
    margin-top: 0px;
  }

  .left-arrow {
    margin-top: 0px;
  }

  .cookie-text {
    width: 60%;
  }

  .link-block-5 {
    width: 80px;
  }

  .cinema-name {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cinema-name-txt {
    width: 100px;
  }

  .food-category {
    padding-left: 119px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .fb-cat {
    padding-right: 10px;
    padding-left: 10px;
  }

  .fb-cat.current {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-78 {
    width: 48%;
  }

  .food-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cart-list {
    width: 97%;
  }

  .order-summary {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-block-97 {
    width: 220px;
  }

  .user-detail {
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-4 {
    white-space: normal;
  }

  .checkbox-field {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-102 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-block-16 {
    width: 60%;
  }

  .middle {
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .moviefilter1 {
    width: 75%;
  }

  .moviefilter2 {
    width: 75%;
  }

  .side-navbar {
    width: 80%;
  }

  .icon {
    margin-left: 20px;
    font-size: 20px;
  }

  .icon-2 {
    font-size: 20px;
  }

  .div-block-114 {
    padding: 20px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link-block-19 {
    width: 80px;
  }

  .link-block-19.active-process {
    width: 80px;
  }

  .link-block-20 {
    width: 80px;
  }

  .link-block-21 {
    width: 80px;
  }

  .link-block-19-copy {
    width: 80px;
  }

  .link-block-19-copy.active-process {
    width: 80px;
  }

  .div-block-123 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-block-20-copy {
    width: 80px;
  }

  .div-block-131 {
    width: 80%;
  }

  .div-block-137 {
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .promo-cat {
    padding-right: 10px;
    padding-left: 10px;
  }

  .promo-cat.active {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-138 {
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .promo-list {
    width: 40%;
  }

  .event-list {
    width: 90%;
  }

  .div-block-148 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-149 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gift-list {
    width: 90%;
  }

  .div-block-151 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-151-copy {
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-block-158 {
    margin-top: 20px;
  }

  .text-field-2-copy {
    width: 85%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-152 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-153 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .field-label-5 {
    width: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .field-label-5-copy {
    width: auto;
  }

  .link-block-25-copy {
    width: 90%;
  }

  .div-block-161 {
    width: 248px;
    height: 440.5px;
  }

  .movie-poster {
    width: 248px;
    height: 440.5px;
  }

  .movie-img {
    width: 106.67px;
    height: 189.33px;
  }

  .moviie-list {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-165 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-174 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .search-button {
    width: 35%;
  }

  .div-block-175 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-177 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-177-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-180 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-183 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-190 {
    width: 80%;
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .text-block-178 {
    font-size: 25px;
  }

  .text-block-179 {
    font-size: 20px;
  }

  .text-block-181 {
    text-align: center;
  }

  .page-content-copy {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content-copy.top {
    padding-top: 20px;
  }

  .page-content-copy {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content-copy.top {
    padding-top: 20px;
  }

  .seats-copy {
    width: 10px;
    height: 10px;
  }

  .seats-copy.couple {
    width: 21px;
  }

  .seats-copy.couple.sold-seat {
    width: 21px;
  }

  .seats-copy {
    width: 10px;
    height: 10px;
  }

  .seats-copy.couple {
    width: 21px;
  }

  .seats-copy.couple.sold-seat {
    width: 21px;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}</pre></body></html>