* {
  transition: all 0.5s linear;
  color: #000000;
  font-family: "font-sifonn-basic";
}

html,
body {
  scroll-behavior: smooth;
}

/* Fonts */
@font-face {
  src: url(../fonts/orbitron-Black.ttf);
  font-family: "font-orbitron-black";
}

.font-orbitron-black {
  font-family: "font-orbitron-black";
}

@font-face {
  src: url(../fonts/sifonn_basic.otf);
  font-family: "font-sifonn-basic";
}

.font-sifonn-basic {
  font-family: "font-sifonn-basic";
}

@font-face {
  src: url(../fonts/aktivGroteskCorp-Light.ttf);
  font-family: "font-aktivgroteskcorp-light";
}

/* Header */
.page-wrapper {
  max-width: 1024px;
  margin: auto;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
}

header > .left-side {
  width: 75%;
  background: transparent linear-gradient(270deg, #0c2154 0%, #17398c 100%);
  padding: 1rem 2rem 1rem 1rem;
  text-align: right;
  position: relative;
}

.menu-bar {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
  cursor: pointer;
}

header > .right-side {
  width: 25%;
  background-color: #17398c;
  padding: 1.3rem 0;
}

header > .right-side > .buy-token {
  display: block;
  color: #fdffff;
  font-size: 14.5px;
  margin-left: 1rem;
}

header > .right-side > .coins-20 {
  color: #fdffff;
  font-size: 34px;
  font-family: "font-orbitron-black";
}

header > .right-side > img {
  margin-top: -13px;
}

@media (max-width: 650px) {
  header > .left-side {
    padding: 1rem 2rem 1rem 1rem;
    width: 70%;
  }

  .menu-bar.img-fluid {
    width: 25px;
  }

  header > .right-side {
    padding: 1.15rem 0;
    width: 30%;
  }

  .header-logo.img-fluid {
    width: 164px;
  }

  header > .right-side > img.img-fluid {
    width: 50px;
  }

  header > .right-side > .buy-token {
    font-size: 13px;
    margin-left: 0.8rem;
  }

  header > .right-side > .coins-20 {
    font-size: 30px;
  }
}

@media (max-width: 425.98px) {
  header > .left-side {
    padding: 1rem 1rem 1rem 0.7rem;
    width: 70%;
  }

  .menu-bar.img-fluid {
    width: 20px;
  }

  header > .right-side {
    padding: 1.25rem 0;
    width: 30%;
  }

  .header-logo.img-fluid {
    width: 148px;
  }

  header > .right-side > img.img-fluid {
    width: 40px;
  }

  header > .right-side > .buy-token {
    font-size: 12px;
    margin-left: 0rem;
  }

  header > .right-side > .coins-20 {
    font-size: 25px;
  }
}

/* Menu */
.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 100vh;
  overflow: auto;
}

.menu-right-side {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(12, 33, 84, 0.28);
  z-index: 100;
  display: none;
}

.main-menu.close-menu {
  width: 0%;
}

.main-menu.open-menu {
  width: 420px;
}

.menu-wrapper {
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(321deg, #0c2154 0%, #17398c 100%);
  box-shadow: 8px -3.23px 35px #00000066;
}

.menu-header {
  background-color: #f2f1f1;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  position: relative;
}

.profile-pic {
  width: 85px;
  margin: 0 1rem;
}

.person-name {
  color: #0b1a46;
  font-size: 28px;
}

.user-type-area {
  background-color: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

.user-type {
  color: #ffffff;
  font-size: 27px;
  margin-right: 3rem;
}

.menu-coin-20 {
  color: #fff;
  font-size: 34px;
  font-family: "font-orbitron-black";
  padding-left: 0.5rem;
}

.menu {
  padding: 0;
  padding-top: 0.5rem;
  margin: 0;
  list-style-type: none;
}

.menu li {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

.menu li img {
  width: 40px;
  margin: 0 1rem 0 2rem;
}

.menu li a {
  color: #ffffff;
  font-family: "font-aktivgroteskcorp-light";
  font-size: 30px;
}

.menu li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.menu-close {
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #17398c;
  padding: 7px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .menu-header {
    padding: 1rem 0;
  }

  .profile-pic {
    width: 60px;
    margin: 0 1rem;
  }

  .person-name {
    font-size: 22px;
  }

  .user-type-area {
    padding: 1rem 0;
  }

  .user-type {
    font-size: 22px;
    margin-right: 1.5rem;
  }

  .menu li {
    margin: 0.75rem 0;
  }

  .menu li img {
    width: 30px;
    margin: 0 1rem 0 1rem;
  }

  .menu li a {
    font-size: 25px;
  }

  .main-menu.open-menu {
    width: 360px;
  }

  .menu-coin-20 {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  .menu-header {
    padding: 0.5rem 0;
  }

  .profile-pic {
    width: 50px;
  }

  .person-name {
    font-size: 20px;
  }

  .user-type-area {
    padding: 0.5rem 0;
  }

  .user-type {
    font-size: 20px;
    margin-right: 1rem;
  }

  .menu li {
    margin: 0.75rem 0;
  }

  .menu li img {
    width: 25px;
    margin: 0 0.8rem 0 0.8rem;
  }

  .menu li a {
    font-size: 22px;
  }

  .main-menu.open-menu {
    width: 300px;
  }

  .menu-coin-20 {
    font-size: 25px;
  }
}

/* Page Header */
.page-header {
  background-color: #f2f1f1;
  padding-top: 2rem;
  position: relative;
  z-index: 1;
}

.page-header > .main-heading {
  color: #000000;
  font-size: 40px;
}

@media (max-width: 425.98px) {
  .page-header > .main-heading {
    font-size: 30px;
  }
}

.steps-wrapper {
  width: 80%;
  margin: 2rem auto 0;
  display: flex;
}

@media (max-width: 576.98px) {
  .steps-wrapper {
    width: 90%;
  }
}

.steps-wrapper > .step {
  width: 25%;
  text-align: center;
  position: relative;
  z-index: 6;
}

.steps-wrapper > .step::before,
.steps-wrapper > .step::after {
  content: "";
  width: 50%;
  border-top: 4px solid #0c2154;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.steps-wrapper > .step::before {
  left: 0;
}

.steps-wrapper > .step::after {
  right: 0;
}

.steps-wrapper > .step.completed > span,
.steps-wrapper > .step.current > span {
  background-color: #2c55b9;
}

.steps-wrapper > .step.completed::before,
.steps-wrapper > .step.current::before {
  border-color: #2c55b9;
}

.steps-wrapper > .step.completed::after {
  border-color: #2c55b9;
}

.steps-wrapper > .step > span {
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  background-color: #0c2154;
  color: #ffffff;
  font-size: 28px;
  line-height: 52px;
  border-radius: 50%;
}

.steps-wrapper > .step:nth-of-type(1)::before,
.steps-wrapper > .current:nth-of-type(1)::before,
.steps-wrapper > .completed:nth-of-type(1)::before {
  border-color: transparent;
}

.steps-wrapper > .step:nth-of-type(4)::after,
.steps-wrapper > .current:nth-of-type(4)::after,
.steps-wrapper > .completed:nth-of-type(4)::after {
  border-color: transparent;
}

/* Contents */
.contents {
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  margin-top: -12px;
  padding: 5rem 0 1rem;
}

.contents > .sub-heading {
  color: #0b1a46;
  font-size: 24px;
}

.tables-wrapper {
  width: 99%;
  margin: auto;
  border: 3px solid #6e6e6e;
  background-color: #eee;
  margin-top: 3rem;
  position: relative;
  padding: 1rem 0 0;
}

.table-row-1,
.table-row-3 {
  display: flex;
  justify-content: center;
}

.table-row-3 {
  flex-direction: row-reverse;
}

.table-row-2 {
  position: relative;
  margin-top: 1rem;
  padding-left: 20px;
}

.table-row-2 > .table {
  padding-right: 3%;
  margin: 0 0 2rem;
}

.table:hover > img {
  transform: scale(1.1);
}

.stage-button {
  position: absolute;
  top: 0;
}

.available-times {
  color: #0b1a46;
  font-size: 20px;
}

.available-times-note {
  color: #0b1a46;
  font-size: 14px;
}

.reserve-now-btn {
  display: block;
  margin: auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  color: #0b1a46;
  font-size: 13px;
  box-shadow: 0px 5px 16px #0000001f;
  border-radius: 25px;
  outline: 0 !important;
  text-align: center;
}

.reserve-now-btn:hover {
  background: #0b1a46;
  color: #fff;
  text-decoration: none;
}

.navigations-wrapper {
  margin-top: 5rem;
  padding: 3rem 0 0;
  position: relative;
}

.navigations-wrapper > a {
  color: #0b1a46;
  font-size: 18px;
  position: absolute;
  top: 0;
}

.navigations-wrapper > a.back {
  left: 5%;
}

.navigations-wrapper > a.next {
  right: 5%;
}

.accordion-head {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-head.odd {
  background-color: rgba(44, 85, 185, 0.11);
}

.accordion-head.even {
  background-color: rgba(44, 85, 185, 0.26);
}

.accordion-head > img {
  margin: 0 1rem;
}

.accordion-head > span,
.accordion-head > .arrow {
  color: #0b1a46;
  font-size: 57px;
}

.accordion-head > span {
  margin: 0 1rem;
}

.accordion-head > .arrow {
  position: absolute;
  top: 60%;
  right: 10%;
  transform: translateY(-60%);
}

.accordion-head.collapsed > .arrow {
  transform: rotate(-90deg);
  top: 35%;
}

@media (max-width: 576.98px) {
  .accordion-head > img {
    margin: 0 1rem;
    width: 120px;
  }

  .accordion-head > span,
  .accordion-head > .arrow {
    color: #0b1a46;
    font-size: 40px;
  }

  .accordion-head > span {
    margin: 0 1rem;
  }
}

@media (max-width: 425.98px) {
  .accordion-head > img {
    margin: 0 0.75rem;
    width: 100px;
  }

  .accordion-head > span,
  .accordion-head > .arrow {
    color: #0b1a46;
    font-size: 24px;
  }

  .accordion-head > span {
    margin: 0 0.75rem;
  }

  .accordion-head > .arrow {
    right: 5%;
  }
}

.bottle-name,
.bottle-price {
  color: #0b1a46;
  font-size: 13px;
}

.reserve-btn {
  background: #ffffff;
  box-shadow: 0px 5px 16px #0000001f;
  border-radius: 16px;
  width: 100%;
  height: 40px;
  color: #0b1a46;
  font-size: 14px;
  outline: 0 !important;
}

.reserve-btn:hover {
  background: #0b1a46;
  color: #fff;
  text-decoration: none;
}

.details-wrapper {
  background-color: rgba(44, 85, 185, 0.08);
  border-radius: 14px;
  padding: 1rem;
  width: 96%;
  margin: auto;
}

.details-label {
  color: #0b1a46;
  font-size: 24px;
}

.details-value {
  color: #0b1a46;
  font-size: 40px;
}

.details-note {
  color: #0b1a46;
  font-size: 17px;
  margin-top: 10px;
}

.book-now-btn {
  display: block;
  width: 256px;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 5px 16px #0000001f;
  border-radius: 16px;
  color: #0b1a46;
  font-size: 23px;
  margin: 3rem auto 0;
  outline: 0 !important;
}

.book-now-btn:hover {
  background: #0b1a46;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 650px) {
  .details-label {
    font-size: 22px;
  }

  .details-value {
    font-size: 30px;
  }
}

@media (max-width: 576.98px) {
  .details-label {
    font-size: 18px;
  }

  .details-value {
    font-size: 25px;
  }
}

@media (max-width: 480.98px) {
  .details-label {
    font-size: 14px;
  }

  .details-value {
    font-size: 16px;
  }
}

.video-wrapper {
  position: relative;
}

#timer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

#timer_container > #time {
  margin: 0;
  color: #fff;
  position: relative;
  font-family: arial;
  font-size: 50px;
  font-weight: bold;
  top: 20%;
  left: 2%;
  text-align: center;
}

#timer_container {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#timer_container > div {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 10px;
  background-color: rgba(225, 225, 225, 0.5);
}

.video-back-btn {
  margin: 2rem auto;
  display: block;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  border: 2px solid #17398c;
  color: #17398c;
  border-radius: 30px;
}

.video-back-btn:hover {
  background-color: #17398c;
  color: #fff;
  text-decoration: none;
}

.timesup {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.popup {
  width: 558px;
  background: #ffffff;
  box-shadow: 0px 9px 24px #00000057;
  border-radius: 14px;
  position: relative;
}

.popup-icon {
  display: block;
  width: 25%;
  margin: -55px auto 0;
}

.popuo-text {
  text-align: center;
  color: #0b1a46;
  font-size: 58px;
  margin-top: 3rem;
}

@media (max-width: 425.98px) {
  .popuo-text {
    font-size: 40px;
  }
}

.popup-back-btn {
  display: block;
  width: 172px;
  height: 51px;
  background: #ffffff;
  box-shadow: 0px 8px 32px #00000057;
  border-radius: 25px;
  font-size: 18px;
  line-height: 51px;
  text-align: center;
  letter-spacing: 0px;
  color: #0b1a46;
  margin: 6rem auto;
  font-family: "font-orbitron-black";
}

.popup-back-btn:hover {
  background: #0b1a46;
  color: #fff;
  text-decoration: none;
}

.popup-close {
  width: 44px;
  height: 41px;
  background: #ffffff;
  border: 1px solid #101d48;
  border-radius: 7px;
  text-align: center;
  letter-spacing: 0px;
  color: #0b1a46;
  font-size: 41px;
  line-height: 29px;
  position: absolute;
  top: -20px;
  right: 15px;
  z-index: 12;
  cursor: pointer;
}

.popup-close:hover {
  background: #0b1a46;
  color: #fff;
}

.popup-date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  background: #fff;
  padding: 1rem;
  display: none;
}

@media (max-width: 425.98px) {
  .popup-date {
    width: 100%;
  }
}

.reservation-date {
  display: block;
  margin: 1rem auto 0;
  border: 1px solid #000;
  outline: 0;
  padding: 0 5px 5px 5px;
}

.reservation-date::placeholder {
  font-weight: 400;
  font-family: "font-aktivgroteskcorp-light";
}

.success-popup {
  background: #ffffff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.success-popup > .popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 750px;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  border-radius: 50px;
  background-color: #eee;
}

@media (max-width: 768.98px) {
  .success-popup > .popup-wrapper {
    width: 95%;
  }
}

.success-popup-icon {
  display: block;
  margin: -4rem auto 0;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #eee;
  padding: 0.5rem;
  width: 110px;
}

.ok-button {
  border: 1px solid #000;
  outline: 0 !important;
  border-radius: 25px;
  font-size: 20px;
  display: block;
  width: 150px;
  padding: 0.5rem 0;
  background: transparent;
  margin: 2rem auto;
}

.ok-button:hover {
  background: #fff;
  text-decoration: none;
}

.success-popup-close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  border: 1px solid #000;
  font-size: 30px;
  line-height: 30px;
  padding: 0.25rem 1.5rem 0.5rem;
  background-color: #eee;
  cursor: pointer;
  border-radius: 5px;
}

.success-popup-close:hover {
  background-color: #fff;
}

/* Footer */
footer {
  background: transparent linear-gradient(270deg, #0c2154 0%, #17398c 100%);
  padding: 1rem 0;
}

.footer-text,
.footer-text > a {
  color: #fff;
  font-size: 12px;
  font-family: "font-aktivgroteskcorp-light";
}

@media (max-width: 650px) {
  .footer-logo.img-fluid {
    width: 164px;
  }
}

@media (max-width: 425.98px) {
  .footer-logo.img-fluid {
    width: 148px;
  }
}
