body {
  font-family: "DM Sans", sans-serif;
  background-color: #333333;
  color: #EBEBEB;
  margin: 0;
}

.onboard1 {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.onboard2 {
  display: none;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#onboard3 {
  display: none;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#onboard3 h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 34px;
}

#location {
  display: none;
  position: absolute;
  top: 440px;
  left: 160px;
  text-align: center;
}
#location #location-pin {
  width: 50px;
}
#location #location-text {
  width: 60px;
  margin: 0;
}

/*HomePage*/
.page1 {
  display: none;
  height: 1071px;
}
.page1 header {
  margin: 3%;
  padding: 3%;
  align-content: space-between;
  display: flex;
  gap: 60%;
}
.page1 header .logo {
  padding-top: 2%;
}
.page1 .carousel {
  display: flex;
  justify-content: center;
  width: 320px;
  overflow: hidden;
  text-align: center;
  margin-left: 37px;
}
.page1 .carousel .carousel-wrapper {
  width: 100%;
  display: flex;
  animation: slide 16s infinite;
}
.page1 .carousel .carousel-wrapper img {
  width: 100%;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-100%);
  }
  55% {
    transform: translateX(-200%);
  }
  75% {
    transform: translateX(-200%);
  }
  80% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-300%);
  }
}
.page1 .slide {
  display: block;
  margin: 22px;
}
.page1 .slide .wrapper {
  display: flex;
  overflow-x: auto;
  margin: 0%;
}
.page1 .slide .wrapper::-webkit-scrollbar {
  width: 0px;
}
.page1 .slide .wrapper-img {
  margin-right: 3%;
}
.page1 .navbar {
  width: 393px;
  height: 75px;
  position: fixed;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.98);
  display: flex;
  justify-content: center;
}
.page1 .navbar .icon-navbar {
  margin: 5%;
  padding-left: 6%;
  padding-right: 6%;
}

/*JokerPage*/
.jokerpage {
  display: none;
  margin: 0;
  background-color: #222222;
}
.jokerpage .top-half {
  margin: 0;
  background-color: #333333;
  height: 749px;
  border-radius: 0px 0px 30px 30px;
}
.jokerpage .border {
  height: 556px;
  background-image: url("../images/poster.png");
  display: block;
  text-align: center;
  background-size: cover;
  width: 100%;
}
.jokerpage .border .play-button1 {
  position: absolute;
  top: 355px;
  left: 160px;
  width: 59px;
  height: 59px;
  background-color: #58807A;
  border-radius: 59px;
  text-align: center;
  display: block;
  border: none;
}
.jokerpage .border .buy-ticket {
  display: flex;
  justify-content: center;
}
.jokerpage .border .ticket {
  position: absolute;
  top: 612px;
  left: 40px;
  width: 312px;
  height: 55px;
  padding: 16px 80px 16px 80px;
  border-radius: 8px;
  background-color: #CDAA79;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: white;
  border: none;
}
.jokerpage .border .moreinfo-button {
  position: absolute;
  top: 679px;
  left: 163px;
  display: block;
  text-align: center;
}
.jokerpage .border .moreinfo-button p {
  margin: 0;
  margin-top: 5px;
}
.jokerpage .mid-half {
  font-size: 20px;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  color: #83CCC1;
  text-align: center;
}
.jokerpage .bottom-half {
  display: flex;
  font-size: 17px;
  font-weight: 400;
  padding: 10%;
  justify-content: space-around;
  background-color: #333333;
  border-radius: 30px 30px 0px 0px;
}
.jokerpage .bottom-half .imdb {
  display: flex;
}
.jokerpage .bottom-half .imdb .imdb1 {
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  padding-top: 10%;
  width: 37px;
}
.jokerpage .bottom-half .line1 {
  width: 1px;
  height: 54px;
  background: #f6f6f6;
}
.jokerpage .bottom-half .rotten {
  display: flex;
}
.jokerpage .bottom-half .rotten .rotten1 {
  font-size: 12px;
  font-weight: 500;
  width: 66px;
}
.jokerpage .synopsis {
  display: block;
  padding-left: 32px;
  padding-top: 10px;
  padding-right: 32px;
  background-color: #333333;
}

/*SelectSeatPage*/
.selectseatpage {
  display: none;
}
.selectseatpage .nowshowing {
  display: flex;
  justify-content: space-around;
  padding-left: 16px;
  padding-top: 52px;
}
.selectseatpage .nowshowing h3 {
  margin: 0;
  padding-right: 15%;
  font-weight: 700;
  font-size: 24px;
}
.selectseatpage .details {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.selectseatpage .details .location {
  display: flex;
  margin-right: 5px;
}
.selectseatpage .details .location p {
  margin: 0;
  padding-left: 3px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #83CCC1;
  font-size: 17px;
  font-weight: 400;
}
.selectseatpage .details .date {
  display: flex;
  margin-right: 5px;
}
.selectseatpage .details .date p {
  margin: 0;
  padding-left: 3px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #83CCC1;
}
.selectseatpage .cinema {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 7.63px;
}
.selectseatpage .cinema .xxi {
  border-radius: 8px;
  border: 3px solid #83CCC1;
  background: #997F5A;
  width: 68.586px;
  height: 34.904px;
  align-items: center;
}
.selectseatpage .cinema .imax {
  width: 69px;
  height: 35px;
  border-radius: 8px;
  border: 3px solid #6E76CC;
}
.selectseatpage .cinema .premiere {
  width: 68.586px;
  height: 35px;
  border-radius: 8px;
  border: 2px solid #CDAA78;
}
.selectseatpage .selected {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #d9d9d9;
  position: absolute;
  top: 188px;
  left: 110px;
  margin-top: 7px;
}
.selectseatpage .showtime {
  text-align: center;
}
.selectseatpage .showtime p {
  margin-top: 9px;
  padding-top: 9px;
  font-size: 12px;
  font-weight: 400;
}
.selectseatpage .showtime .time-wrapper {
  display: flex;
  margin-left: 43px;
  overflow-x: scroll;
}
.selectseatpage .showtime .wrapper::-webkit-scrollbar {
  width: 0px;
}
.selectseatpage .showtime .time1 {
  border-radius: 8px;
  border: 2px solid #FFE454;
  min-width: 90px;
  min-height: 24px;
  background: none;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #f6f6f6;
  margin-right: 15px;
}
.selectseatpage .showtime .time2 {
  border-radius: 8px;
  border: 2px solid #FFE454;
  background: #58807A;
  min-width: 90px;
  min-height: 24px;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #f6f6f6;
  margin-right: 15px;
}
.selectseatpage .showtime .time3 {
  border-radius: 8px;
  border: 2px solid #9FFF54;
  min-width: 90px;
  min-height: 24px;
  background: none;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #f6f6f6;
  margin-right: 15px;
}
.selectseatpage .showtime .time4 {
  border-radius: 8px;
  border: 2px solid #9FFF54;
  min-width: 90px;
  min-height: 24px;
  background: none;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #f6f6f6;
  margin-right: 15px;
}
.selectseatpage .screen p {
  font-size: 17px;
  text-align: center;
  margin: 0;
  margin-bottom: 11px;
}
.selectseatpage .screen .screen-line {
  text-align: center;
  width: 393px;
}
.selectseatpage .seats {
  display: flex;
  justify-content: center;
  align-items: center;
}
.selectseatpage .seats svg {
  margin-right: 6px;
}
.selectseatpage .seats p {
  margin-right: 6px;
}
.selectseatpage .seats-available {
  margin: 0;
}
.selectseatpage .seats-available .rowH {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  gap: 2px;
}
.selectseatpage .seats-available .rowH p {
  margin: 5px;
  font-size: 12px;
  font-weight: 400;
}
.selectseatpage .seats-available .rowG {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  gap: 2px;
}
.selectseatpage .seats-available .rowG p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 5px;
}
.selectseatpage .seats-available .rowF {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  gap: 2px;
}
.selectseatpage .seats-available .rowF p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 5px;
}
.selectseatpage .seats-available .rowE {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  gap: 2px;
}
.selectseatpage .seats-available .rowE p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 5px;
}
.selectseatpage .seats-available .rowD {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  gap: 2px;
}
.selectseatpage .seats-available .rowD p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 5px;
}
.selectseatpage .seats-available .rowC {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  gap: 2px;
}
.selectseatpage .seats-available .rowC p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 5px;
}
.selectseatpage .seats-available .rowB {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  gap: 2px;
}
.selectseatpage .seats-available .rowB p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 5px;
}
.selectseatpage .seats-available .rowA {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  min-width: 356px;
  gap: 2px;
}
.selectseatpage .seats-available .rowA p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.selectseatpage .selected-showtime {
  margin-left: 32px;
}
.selectseatpage .bottom {
  display: flex;
  justify-content: center;
}
.selectseatpage .bottom .continue {
  border-radius: 8px;
  background: #575757;
  width: 312px;
  height: 55px;
  border: none;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
}
.selectseatpage .return {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #83CCC1;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

/*FnBPage*/
.selected {
  display: none;
  position: absolute;
  width: 82px;
  height: 2px;
  background: #83CCC1;
  margin-top: 137px;
  margin-left: 39px;
  margin-bottom: 40px;
}

.popcornpage {
  display: none;
}
.popcornpage .title {
  display: flex;
  justify-content: space-around;
  padding-left: 16px;
  padding-top: 52px;
}
.popcornpage .title h3 {
  margin: 0;
  padding-right: 15%;
  font-weight: 700;
  font-size: 24px;
}
.popcornpage .sections {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.popcornpage .sections h4 {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}
.popcornpage .sections #selected {
  color: #83CCC1;
  font-weight: 700;
}
.popcornpage .butterpop {
  margin-left: 27px;
  display: flex;
  gap: 78px;
}
.popcornpage .butterpop img {
  width: 124px;
  height: 171px;
}
.popcornpage .butterpop p {
  text-align: right;
}
.popcornpage .butterpop .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.popcornpage .butterpop .sizes p {
  margin: 0;
  padding-top: 4px;
}
.popcornpage .butterpop .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.popcornpage .butterpop .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.popcornpage .butterpop {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.popcornpage .butterpop img {
  width: 124px;
  height: 171px;
}
.popcornpage .butterpop p {
  text-align: right;
}
.popcornpage .butterpop .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.popcornpage .butterpop .sizes p {
  margin: 0;
  padding-top: 4px;
}
.popcornpage .butterpop .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.popcornpage .butterpop .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.popcornpage .sweetpop {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.popcornpage .sweetpop img {
  width: 124px;
  height: 171px;
}
.popcornpage .sweetpop p {
  text-align: right;
}
.popcornpage .sweetpop .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.popcornpage .sweetpop .sizes p {
  margin: 0;
  padding-top: 4px;
}
.popcornpage .sweetpop .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.popcornpage .sweetpop .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.popcornpage .caramelpop {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.popcornpage .caramelpop img {
  width: 124px;
  height: 171px;
}
.popcornpage .caramelpop p {
  text-align: right;
}
.popcornpage .caramelpop .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.popcornpage .caramelpop .sizes p {
  margin: 0;
  padding-top: 4px;
}
.popcornpage .caramelpop .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.popcornpage .caramelpop .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.popcornpage .bottom {
  display: flex;
  justify-content: center;
}
.popcornpage .bottom .continue {
  border-radius: 8px;
  background: #CDAA79;
  width: 312px;
  height: 55px;
  border: none;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
}
.popcornpage .return {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #83CCC1;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.drinkspage {
  display: none;
}
.drinkspage .title {
  display: flex;
  justify-content: space-around;
  padding-left: 16px;
  padding-top: 52px;
}
.drinkspage .title h3 {
  margin: 0;
  padding-right: 15%;
  font-weight: 700;
  font-size: 24px;
}
.drinkspage .sections {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.drinkspage .sections h4 {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}
.drinkspage .sections #selected {
  color: #83CCC1;
  font-weight: 700;
}
.drinkspage .softdrinks {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.drinkspage .softdrinks img {
  width: 124px;
  height: 171px;
}
.drinkspage .softdrinks p {
  text-align: right;
}
.drinkspage .softdrinks .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.drinkspage .softdrinks .sizes p {
  margin: 0;
  padding-top: 4px;
}
.drinkspage .softdrinks .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.drinkspage .softdrinks .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.drinkspage .javatea {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.drinkspage .javatea img {
  width: 124px;
  height: 171px;
}
.drinkspage .javatea p {
  text-align: right;
}
.drinkspage .javatea .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.drinkspage .javatea .sizes p {
  margin: 0;
  padding-top: 4px;
}
.drinkspage .javatea .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.drinkspage .javatea .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.drinkspage .icedlatte {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.drinkspage .icedlatte img {
  width: 124px;
  height: 171px;
}
.drinkspage .icedlatte p {
  text-align: right;
}
.drinkspage .icedlatte .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.drinkspage .icedlatte .sizes p {
  margin: 0;
  padding-top: 4px;
}
.drinkspage .icedlatte .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.drinkspage .icedlatte .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.drinkspage .caramelpop {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.drinkspage .caramelpop img {
  width: 124px;
  height: 171px;
}
.drinkspage .caramelpop p {
  text-align: right;
}
.drinkspage .caramelpop .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.drinkspage .caramelpop .sizes p {
  margin: 0;
  padding-top: 4px;
}
.drinkspage .caramelpop .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.drinkspage .caramelpop .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.drinkspage .bottom {
  display: flex;
  justify-content: center;
}
.drinkspage .bottom .continue {
  border-radius: 8px;
  background: #CDAA79;
  width: 312px;
  height: 55px;
  border: none;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
}
.drinkspage .return {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #83CCC1;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.foodpage {
  display: none;
}
.foodpage .title {
  display: flex;
  justify-content: space-around;
  padding-left: 16px;
  padding-top: 52px;
}
.foodpage .title h3 {
  margin: 0;
  padding-right: 15%;
  font-weight: 700;
  font-size: 24px;
}
.foodpage .sections {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.foodpage .sections h4 {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}
.foodpage .sections #selected {
  color: #83CCC1;
  font-weight: 700;
}
.foodpage .fries {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.foodpage .fries img {
  width: 124px;
  height: 171px;
}
.foodpage .fries p {
  text-align: right;
}
.foodpage .fries .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.foodpage .fries .sizes p {
  margin: 0;
  padding-top: 4px;
}
.foodpage .fries .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.foodpage .fries .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.foodpage .hotdog {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.foodpage .hotdog img {
  width: 124px;
  height: 171px;
}
.foodpage .hotdog p {
  text-align: right;
}
.foodpage .hotdog .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.foodpage .hotdog .sizes p {
  margin: 0;
  padding-top: 4px;
}
.foodpage .hotdog .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.foodpage .hotdog .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.foodpage .pangsit {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.foodpage .pangsit img {
  width: 124px;
  height: 171px;
}
.foodpage .pangsit p {
  text-align: right;
}
.foodpage .pangsit .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.foodpage .pangsit .sizes p {
  margin: 0;
  padding-top: 4px;
}
.foodpage .pangsit .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.foodpage .pangsit .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.foodpage .caramelpop {
  margin-left: 27px;
  display: flex;
  gap: 78px;
  margin-bottom: 20px;
}
.foodpage .caramelpop img {
  width: 124px;
  height: 171px;
}
.foodpage .caramelpop p {
  text-align: right;
}
.foodpage .caramelpop .sizes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.foodpage .caramelpop .sizes p {
  margin: 0;
  padding-top: 4px;
}
.foodpage .caramelpop .sizes #selected-size {
  width: 30px;
  height: 25px;
  border-radius: 30px;
  background: #58807A;
  text-align: center;
}
.foodpage .caramelpop .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-left: 40px;
}
.foodpage .bottom {
  display: flex;
  justify-content: center;
}
.foodpage .bottom .continue {
  border-radius: 8px;
  background: #CDAA79;
  width: 312px;
  height: 55px;
  border: none;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
}
.foodpage .return {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #83CCC1;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

/*PaymentRevPage*/
.payment-review {
  display: none;
}
.payment-review .title {
  display: flex;
  justify-content: space-around;
  padding-left: 16px;
  padding-top: 52px;
}
.payment-review .title h3 {
  margin: 0;
  padding-right: 15%;
  font-weight: 700;
  font-size: 24px;
}
.payment-review .row1 {
  display: flex;
  margin: 25px;
  margin-bottom: 3px;
}
.payment-review .row1 svg {
  align-items: center;
  margin-top: 5px;
}
.payment-review .row1 .column1 {
  margin-left: 14px;
}
.payment-review .row1 .column1 p {
  margin: 0;
}
.payment-review .row1 .column1 .location {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.payment-review .row1 .quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-left: 70px;
}
.payment-review .row1 .quantity p {
  margin: 0;
  padding-top: 3px;
}
.payment-review .row2 {
  display: flex;
  margin-left: 25px;
  margin-right: 25px;
  gap: 110px;
}
.payment-review .row2 p {
  margin: 0;
  padding-top: 3px;
}
.payment-review .row2 button {
  min-width: 134px;
  height: 25px;
  border-radius: 8px;
  border: 2px solid #9FFF54;
  background: #58807A;
  color: #EBEBEB;
  text-align: center;
}
.payment-review .row3 {
  display: flex;
  margin-right: 25px;
  margin-top: 40px;
  margin-left: 25px;
  gap: 72px;
}
.payment-review .row3 svg {
  align-items: center;
  margin-top: 5px;
}
.payment-review .row3 .column1 p {
  margin: 0;
  width: 119px;
}
.payment-review .row3 .quantity {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-left: 70px;
}
.payment-review .row3 .quantity p {
  margin: 0;
  padding-top: 3px;
}
.payment-review .divider1 {
  width: 327px;
  height: 1px;
  margin-top: 152px;
  margin-left: 24px;
  margin-right: 24px;
  background: #000000;
}
.payment-review .middle .row2 {
  display: flex;
  margin-top: 20px;
  gap: 75px;
}
.payment-review .middle .row2 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.payment-review .middle .row3 {
  display: flex;
  margin-top: 0;
  gap: 118px;
}
.payment-review .middle .row3 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.payment-review .middle .row4 {
  display: flex;
  margin-top: 0;
  gap: 145px;
  margin-left: 25px;
  margin-right: 25px;
}
.payment-review .middle .row4 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.payment-review .middle .row5 {
  display: flex;
  margin-top: 0;
  margin-left: 25px;
  margin-right: 25px;
}
.payment-review .middle .row5 button {
  border: none;
  background: none;
}
.payment-review .middle .row5 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.payment-review .middle .row6 {
  display: flex;
  margin-top: 35px;
  margin-left: 25px;
  margin-right: 25px;
}
.payment-review .middle .row6 p {
  color: #83CCC1;
  font-size: 20px;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  margin: 0;
}
.payment-review .middle .row7 {
  display: none;
  margin-left: 25px;
}
.payment-review .middle .row7 .input-field {
  margin-top: 22px;
  width: 232px;
  height: 1px;
  background: #f6f6f6;
}
.payment-review .middle .row7 .submit {
  font-size: 14px;
  font-weight: 400;
  color: #EBEBEB;
  width: 85px;
  height: 25px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #58807A;
  border: none;
  margin-left: 15px;
}
.payment-review .divider2 {
  width: 327px;
  height: 1px;
  margin-top: 5px;
  margin-left: 24px;
  margin-right: 24px;
  background: #000000;
}
.payment-review .bottom1 .row1 {
  display: flex;
  margin-top: 25px;
  gap: 178px;
  margin-bottom: 25px;
}
.payment-review .bottom1 .row1 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.payment-review .bottom2 {
  display: flex;
  justify-content: center;
}
.payment-review .bottom2 .checkout {
  border-radius: 8px;
  background: #575757;
  width: 312px;
  height: 55px;
  border: none;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
}
.payment-review .return {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #83CCC1;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

/*PaymentMethod*/
.payment-method2 {
  display: none;
}
.payment-method2 .title {
  display: flex;
  justify-content: space-around;
  padding-left: 16px;
  padding-top: 52px;
}
.payment-method2 .title h3 {
  margin: 0;
  padding-right: 15%;
  font-weight: 700;
  font-size: 24px;
}
.payment-method2 .button1 {
  display: flex;
  width: 312px;
  min-height: 73px;
  margin-left: 40px;
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: "DM Sans", sans-serif;
  align-content: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #D1F1EC;
  border: none;
}
.payment-method2 .button1 p {
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 23px;
  font-size: 17px;
}
.payment-method2 .button2 {
  display: flex;
  min-width: 312px;
  min-height: 73px;
  margin-left: 40px;
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: "DM Sans", sans-serif;
  align-content: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #D1F1EC;
  border: none;
}
.payment-method2 .button2 .content {
  text-align: left;
}
.payment-method2 .button2 .content .row1 {
  display: flex;
  margin-top: 12px;
  margin-left: 12px;
  align-content: center;
  align-items: center;
  width: 273px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #58807A;
}
.payment-method2 .button2 .content .row1 p {
  font-size: 12px;
  margin: 0;
  margin-left: 10px;
}
.payment-method2 .button2 .content .row2 {
  display: flex;
  margin-top: 12px;
  margin-left: 12px;
  gap: 12px;
}
.payment-method2 .button2 .content .row2 .col1 {
  display: flex;
  width: 130px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #58807A;
  align-content: center;
  align-items: center;
}
.payment-method2 .button2 .content .row2 .col2 {
  display: flex;
  min-width: 130px;
  min-width: 44px;
  border-radius: 8px;
  border: 1px solid #58807A;
  align-content: center;
  align-items: center;
}
.payment-method2 .button2 .content .row2 p {
  font-size: 12px;
  margin: 0;
  padding-left: 12px;
}
.payment-method2 .button2 p {
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 23px;
  font-size: 17px;
}
.payment-method2 .button3 {
  display: flex;
  width: 312px;
  height: 73px;
  margin-left: 40px;
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: "DM Sans", sans-serif;
  align-content: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #D1F1EC;
  border: none;
}
.payment-method2 .button3 p {
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 23px;
  font-size: 17px;
}
.payment-method2 .divider {
  margin-top: 162px;
}
.payment-method2 .bottom {
  display: flex;
  justify-content: center;
}
.payment-method2 .bottom .continue {
  position: absolute;
  border-radius: 8px;
  background: #575757;
  top: 685px;
  left: 40px;
  width: 312px;
  height: 55px;
  border: none;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
}

/*Checkout Page*/
.checkout-page {
  display: none;
}
.checkout-page .title {
  display: flex;
  padding-left: 30px;
  padding-top: 52px;
}
.checkout-page .title h3 {
  margin: 0;
  margin-left: 100px;
  font-weight: 700;
  font-size: 24px;
}
.checkout-page .details .row1 {
  display: flex;
  margin-top: 35px;
  gap: 75px;
  margin-left: 25px;
}
.checkout-page .details .row1 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.checkout-page .details .row2 {
  display: flex;
  margin-top: 0;
  gap: 118px;
  margin-left: 25px;
}
.checkout-page .details .row2 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.checkout-page .details .row3 {
  display: flex;
  margin-top: 0;
  gap: 145px;
  margin-left: 25px;
  margin-right: 25px;
}
.checkout-page .details .row3 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.checkout-page .divider1 {
  width: 327px;
  height: 1px;
  margin-top: 80px;
  margin-left: 24px;
  margin-right: 24px;
  background: #000000;
}
.checkout-page .bottom1 .row1 {
  display: flex;
  margin-top: 15px;
  gap: 200px;
  margin-left: 25px;
}
.checkout-page .bottom1 .row1 p {
  margin-top: 2px;
  margin-bottom: 10px;
}
.checkout-page .bottom1 .row2 {
  display: flex;
  margin-top: 0;
  gap: 60px;
  margin-left: 25px;
}
.checkout-page .bottom1 .row2 p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkout-page .divider2 {
  margin-top: 330px;
}
.checkout-page .bottom2 {
  display: flex;
  justify-content: center;
}
.checkout-page .bottom2 .submit-payment {
  border-radius: 8px;
  background: #CDAA79;
  min-width: 312px;
  min-height: 55px;
  border: none;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
}
.checkout-page .return {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #83CCC1;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.checkout-page2 {
  display: none;
}
.checkout-page2 .title {
  display: flex;
  padding-left: 30px;
  padding-top: 52px;
}
.checkout-page2 .title h3 {
  margin: 0;
  margin-left: 100px;
  font-weight: 700;
  font-size: 24px;
}
.checkout-page2 .details .row1 {
  display: flex;
  margin-top: 35px;
  gap: 75px;
  margin-left: 25px;
}
.checkout-page2 .details .row1 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.checkout-page2 .details .row2 {
  display: flex;
  margin-top: 0;
  gap: 118px;
  margin-left: 25px;
}
.checkout-page2 .details .row2 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.checkout-page2 .details .row3 {
  display: flex;
  margin-top: 0;
  gap: 145px;
  margin-left: 25px;
  margin-right: 25px;
}
.checkout-page2 .details .row3 p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.checkout-page2 .divider1 {
  width: 327px;
  height: 1px;
  margin-top: 80px;
  margin-left: 24px;
  margin-right: 24px;
  background: #000000;
}
.checkout-page2 .bottom1 .row1 {
  display: flex;
  margin-top: 15px;
  gap: 200px;
  margin-left: 25px;
}
.checkout-page2 .bottom1 .row1 p {
  margin-top: 2px;
  margin-bottom: 10px;
}
.checkout-page2 .bottom1 .row2 {
  display: flex;
  margin-top: 0;
  gap: 60px;
  margin-left: 25px;
}
.checkout-page2 .bottom1 .row2 p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkout-page2 .divider2 {
  margin-top: 330px;
}
.checkout-page2 .bottom2 {
  display: flex;
  justify-content: center;
}
.checkout-page2 .bottom2 .submit-payment {
  border-radius: 8px;
  background: #CDAA79;
  min-width: 312px;
  min-height: 55px;
  border: none;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
}
.checkout-page2 .return {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #83CCC1;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.overlay {
  display: none;
  width: 350px;
  height: 500px;
  border-radius: 21px;
  background: #D9D9D9;
  position: absolute;
  top: 156px;
  left: 22px;
  align-content: center;
  text-align: center;
}
.overlay .graphic {
  margin-top: 35px;
}
.overlay h4 {
  font-size: 24px;
  font-weight: 700px;
  color: #333333;
  margin: 0;
}
.overlay p {
  color: #575757;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.overlay .link {
  color: #997F5A;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.overlay .link p {
  color: #997F5A;
}

/*Active Tickets*/
.active-tickets {
  display: none;
}
.active-tickets .title {
  display: flex;
  justify-content: space-around;
  padding-left: 16px;
  padding-top: 52px;
}
.active-tickets .title h3 {
  margin: 0;
  padding-right: 15%;
  font-weight: 700;
  font-size: 24px;
}
.active-tickets .content {
  margin-top: 50px;
  margin-left: 33px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 328px;
  height: 140px;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 3px #2F2E2E;
  background: #f6f6f6;
}
.active-tickets .content .col1 {
  margin-left: 35px;
}
.active-tickets .content .col1 h4 {
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}
.active-tickets .content .col2 {
  margin-top: 25px;
}
.active-tickets .content .col2 .date {
  display: flex;
  gap: 4px;
  align-items: center;
}
.active-tickets .content .col2 .date p {
  margin: 0;
  color: #333333;
}
.active-tickets .content .col2 .time {
  display: flex;
  margin-top: 5px;
  gap: 4px;
  align-items: center;
}
.active-tickets .content .col2 .time p {
  margin: 0;
  color: #333333;
}
.active-tickets .content .col2 .location {
  display: flex;
  margin-top: 5px;
  gap: 4px;
  align-items: center;
}
.active-tickets .content .col2 .location p {
  margin: 0;
  color: #333333;
}
.active-tickets .content .col3 {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.active-tickets .navbar {
  width: 393px;
  height: 75px;
  position: fixed;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.98);
  display: flex;
  justify-content: center;
}
.active-tickets .navbar .icon-navbar {
  margin: 5%;
  padding-left: 6%;
  padding-right: 6%;
}

.active-tickets2 {
  display: none;
}
.active-tickets2 .title {
  display: flex;
  justify-content: space-around;
  padding-left: 16px;
  padding-top: 52px;
}
.active-tickets2 .title h3 {
  margin: 0;
  padding-right: 15%;
  font-weight: 700;
  font-size: 24px;
}
.active-tickets2 .poster-box {
  margin-top: 50px;
  margin-left: 33px;
}
.active-tickets2 .content {
  display: flex;
  width: 328px;
  height: 329px;
  border-radius: 15px;
  background: #F6F6F6;
  box-shadow: 0px 0px 5px 3px #2F2E2E;
  margin-left: 33px;
  margin-top: 20px;
}
.active-tickets2 .content .col1 {
  margin-top: 35px;
  margin-left: 22px;
}
.active-tickets2 .content .col1 .date {
  display: flex;
  gap: 4px;
  margin-top: 10px;
  align-items: center;
}
.active-tickets2 .content .col1 .date p {
  margin: 0;
  color: #333333;
}
.active-tickets2 .content .col1 .time {
  display: flex;
  margin-top: 10px;
  gap: 4px;
  align-items: center;
}
.active-tickets2 .content .col1 .time p {
  margin: 0;
  color: #333333;
}
.active-tickets2 .content .col1 .location {
  display: flex;
  margin-top: 10px;
  gap: 4px;
  align-items: center;
}
.active-tickets2 .content .col1 .location p {
  margin: 0;
  color: #333333;
}
.active-tickets2 .content .col2 {
  margin-left: 21px;
}
.active-tickets2 .content .col2 h4 {
  font-size: 24px;
  color: #333333;
  margin-top: 31.92px;
  margin-bottom: 5px;
}
.active-tickets2 .content .col2 p {
  margin: 0;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
}
.active-tickets2 .content .col2 .hall {
  display: flex;
  margin-top: 10px;
  gap: 4px;
  align-items: center;
}
.active-tickets2 .content .col2 .hall p {
  margin: 0;
  padding-top: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
}
.active-tickets2 .content .col2 .ticket-number {
  display: flex;
  margin-top: 10px;
  gap: 4px;
  align-items: center;
}
.active-tickets2 .content .col2 .ticket-number p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
}/*# sourceMappingURL=main.css.map */