html,
body {
  font-family: "open-sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.btn {
  display: inline-flex;
  font-family: "open-sans", sans-serif !important;
  font-size: 16px !important;
  text-align: center;
  margin: 0;
  padding: 20px 41px !important;
  border: none;
  text-decoration: none;
  background-color: transparent;
  border-radius: 33px !important;
  font-weight: 700 !important;
  cursor: pointer;
  border: 0px !important;
}
.btn.btn-primary {
  color: #fff;
  background-color: #942882;
}

.booking-system-area {
  padding: 75px 0;
}
.booking-system-area .calendar-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.booking-system-area .calendar-selection .booking-date-label {
  margin-right: 10px;
}
.booking-system-area .card-grid {
  display: flex;
  justify-content: center;
}
.booking-system-area .item-card {
  border-radius: 15px;
  border: 1px solid #A5B0C4;
  overflow: hidden;
  margin-bottom: 25px;
}
.booking-system-area .item-card .title {
  font-size: 19px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #942882;
  color: #fff;
  text-align: center;
  padding: 13px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.booking-system-area .item-card .buy-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
.booking-system-area .item-card .buy-area .btn {
  font-weight: 500;
  padding: 13px 20px;
}
@media (min-width: 992px) {
  .booking-system-area {
    padding: 105px 0;
  }
  .booking-system-area .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 334px);
    gap: 40px;
  }
  .booking-system-area .item-card {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .booking-system-area .card-grid {
    grid-template-columns: repeat(3, 334px);
  }
}
@media (min-width: 1650px) {
  .booking-system-area .card-grid {
    grid-template-columns: repeat(4, 334px);
  }
}

.container {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
@media (min-width: 768px) {
  .container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 738px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 962px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1090px !important;
  }
}
@media (min-width: 1650px) {
  .container {
    width: 1538px !important;
  }
}

.outer-container {
  width: 97.44%  !important;
  max-width: 1877px  !important;
  margin-left: auto  !important;
  margin-right: auto  !important;
}

@media (min-width: 1200px) {
  .outer-container-lg {
    width: 97.44%;
    max-width: 1877px;
    margin-left: auto;
    margin-right: auto;
  }
}

header {
  position: relative;
  z-index: 200;
}
header .header-bar {
  background-color: rgba(0, 0, 0, 0.5);
  height: 64px;
}
header .logo-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 64px;
}
header .logo-wrapper .logo {
  position: absolute;
  width: 100%;
}
header .row {
  align-items: center;
}
header .row .logo-col {
  order: 2;
  flex: 0 0 131px;
}
header .ticket-col {
  order: 3;
  text-align: right;
}
header .ticket-col .btn {
  display: none;
}
header .navbar-col {
  order: 1;
}
header a {
  color: #fff;
  text-decoration: none;
}
header .icon-Tickets {
  font-size: 26px;
  font-weight: bold;
}
header .burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 32px;
  padding: 5px;
  border: none;
  background-color: transparent;
}
header .burger span, header .burger::before, header .burger::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
header .burger::before, header .burger::after {
  content: "";
}
header nav {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  background-color: #D158B1;
  height: calc(100% - 64px);
}
header nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
header nav ul .sub-menu {
  display: none;
}
header nav ul a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.page-under {
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  header .header-bar {
    height: 100px;
  }
  header .logo-wrapper {
    height: 100px;
  }
  header .row .logo-col {
    order: 1;
    flex: 0 0 260px;
  }
  header .navbar-col {
    order: 2;
    flex-grow: 1;
  }
  header .row .ticket-col {
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 15px;
  }
  header .row .ticket-col .btn {
    display: inline-flex;
  }
  header .row .ticket-col .ticket-btn {
    display: none;
  }
  header .burger {
    display: none;
  }
  header nav {
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: auto;
  }
  header nav ul {
    display: flex;
    justify-content: flex-end;
  }
  header nav ul a {
    display: block;
    font-weight: 700;
    padding: 39px 15px;
    border-bottom: none;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar header nav {
    transform: translateY(46px);
    height: calc(100% - 64px - 46px);
  }
}

footer .inner-row {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
footer .col-logo {
  display: none;
}
footer .col-nav {
  flex: 0 0 100%;
}
footer .footer-nav-menu, footer .footer-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-nav-menu > .menu-item {
  margin-left: -20px;
  margin-right: -20px;
}
footer .footer-nav-menu > .menu-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #A5B0C4;
}
footer .footer-nav-menu > .menu-item > a::after {
  content: "\e90e";
  display: block;
  transition: 250ms ease transform;
}
footer .footer-nav-menu > .menu-item:first-of-type > a {
  border-top: 1px solid #A5B0C4;
}
footer .footer-nav-menu a, footer .footer-nav-menu .static {
  display: block;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
footer .footer-nav-menu .sub-menu {
  display: none;
  border-bottom: 1px solid #A5B0C4;
}
footer .footer-nav-menu .sub-menu a, footer .footer-nav-menu .sub-menu .static {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .footer-nav-menu .sub-menu a p, footer .footer-nav-menu .sub-menu .static p {
  margin: 0;
}
footer .footer-nav-menu .menu-item-has-children.open > a::after {
  transform: rotate(180deg);
}
footer .footer-nav-menu .menu-item-has-children.open .sub-menu {
  display: block;
}
footer .memberships {
  order: 1;
  margin-top: 50px;
}
footer .memberships .memberships-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
footer .memberships .memberships-images img {
  display: block;
  width: 75px;
}
footer .legals a {
  color: #000000;
  text-decoration: none;
}
footer .legals .legals-row {
  display: flex;
  flex-direction: column;
}
footer .legals .copyright {
  order: 2;
  font-size: 10px;
  text-align: center;
  margin-top: 12px;
}
footer .legals .copyright .powered-by {
  margin-top: 10px;
}
@media (min-width: 992px) {
  footer .inner-row {
    flex-direction: row;
    flex: 1 0 auto;
    padding-left: 256px;
  }
  footer .col.col-logo {
    display: block;
    width: 294px;
    flex: 0 0 294px;
  }
  footer .col.col-logo .logo {
    display: block;
    width: 100%;
    margin: 0;
  }
  footer .col.col-nav {
    flex: 1 0 0;
    display: flex;
  }
  footer .row .col-contact {
    flex: 0 0 214px;
  }
  footer .row .col-contact li {
    padding-right: 0;
  }
  footer .footer-nav-menu > .menu-item {
    flex-grow: 1;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
  }
  footer .footer-nav-menu > .menu-item > a {
    border-top: 0 !important;
    border-bottom: 0;
  }
  footer .footer-nav-menu > .menu-item > a::after {
    display: none;
  }
  footer .footer-nav-menu .sub-menu {
    display: block;
    border-bottom: 0;
  }
  footer .footer-nav-menu .sub-menu a, footer .footer-nav-menu .sub-menu .static {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .legals .legals-row {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #A5B0C4;
    margin-top: 91px;
  }
  footer .legals .copyright {
    order: 1;
    font-size: 14px;
    text-align: left;
    margin-top: 0;
  }
  footer .legals .memberships {
    order: 2;
    margin-top: 0;
  }
  footer .legals .memberships .memberships-images img {
    width: 150px;
  }
}