@charset "UTF-8";
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-ExtraBold.ttf);
  font-weight: 900;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: KumbhSans;
  src: url(../fonts/KumbhSans-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: KumbhSans;
  src: url(../fonts/KumbhSans-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: KumbhSans;
  src: url(../fonts/KumbhSans-ExtraBold.ttf);
  font-weight: 900;
}
@font-face {
  font-family: KumbhSans;
  src: url(../fonts/KumbhSans-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: KumbhSans;
  src: url(../fonts/KumbhSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraBold.ttf);
  font-weight: 900;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Mulish;
  src: url(../fonts/Mulish-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(../fonts/SourceSansPro-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(../fonts/SourceSansPro-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(../fonts/SourceSansPro-Semibold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(../fonts/SourceSansPro-Bold.ttf);
  font-weight: 700;
}
.iti__flag {
  background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  font-family: "Source Sans Pro";
}
.btn2 {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1em;
  border-radius: 6px;
  margin: 10px 0;
  width: 90%;
  max-width: 350px;
  box-sizing: border-box;
}
.btn2 {
  background: white;
  padding: 18px 40px;
  color: #f04c23;
  font-size: 16px;
  font-weight: 700;
  border: none; /* Remove all default/inherited borders */
  border-bottom: 3px solid #f04c23; /* Apply border only on the bottom */
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.btn2:hover {
  opacity: 0.85 !important; /* Force background change to orange */
}

.header_text {
  color: hsl(213.18,48.57%,65.69%);
  font-size: 80px; /* Responsive: min 1.2rem, max 3rem */
  text-align: center;
 
  line-height: 1.15;
  word-break: break-word;
  padding: 0 6vw;
  white-space: normal !important; /* Always allow wrapping */
  font-weight: 700;
  margin-top: 1%;
  margin-bottom: 1%;
  letter-spacing: -5px;
}

@media (max-width: 600px) {
  .header_text {
    font-size: 28px;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0 8vw;
    letter-spacing :-1px
  }
}
.mem_text {
    color: hsl(213.18,48.57%,65.69%);
    font-size: 40.2px;
    text-align: center;
    white-space: nowrap !important;
    margin-top: 5%;
    margin-bottom: 5%;

}


/* Video Section */
.video-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container {
  /* width: 100vw;
  height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

@media (max-width: 900px) {
  .video-section,
  .video-container {
    height: 100vw; /* Make the video as tall as the screen is wide (square) */
    min-height: 60vw;
    max-height: 100vh;
  }
  .video-container video {
    width: 100%;
    height: auto;
    object-fit: contain; /* Show the full video, no cropping */
    background: #000;    /* Black bars if aspect ratio doesn't match */
  }
  .hero {
    min-height: 50vh;
    padding: 40px 10px;
  }
  .hero h1 {
    font-size: 2em;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .video-section,
  .video-container {
    height: 100vw; /* Make the video as tall as the screen is wide (square) */
    min-height: 60vw;
    max-height: 100vh;
  }
  .video-container video {
    width: 100%;
    height: auto;
    object-fit: contain; /* Show the full video, no cropping */
    background: #000;    /* Black bars if aspect ratio doesn't match */
  }
  .hero {
    min-height: 35vh;
    padding: 20px 5px;
  }
  .hero h1 {
    font-size: 1.3em;
    margin-bottom: 12px;
  }
}
.house-rules-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.page-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.7em;
    color: #333;
    text-decoration: underline;
}

.rules-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    color: hsla(213.18,48.57%,65.69%,1);
}

.rules-section {
    padding: 30px;
    height: 100%;
}

.rules-section h2 {
  color: hsla(213.18,48.57%,65.69%,1);

    margin-bottom: 20px;
    font-size: 1.2em;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.rules-section ul {
    list-style-type: none;
    padding-left: 0;
}

.rules-section li {
    margin-bottom: 15px;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: normal;
}

.rules-section li:before {
    content: "-";
    color: hsla(213.18,48.57%,65.69%,1);
    font-weight: bold;
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {
    .rules-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
  .hero-buttons {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 0 5vw !important;
  }
  /* .hero-buttons .btn2 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  } */
}

body {
  /* background: #fff7f0; */
  color: #464f4c;
  font-family: "Source Sans Pro";
}
body.no-footer {
  margin-bottom: 3rem;
}
body.no-footer footer {
  display: none;
}

.btn.btn-primary {
  background-color: #464f4c;
  border-color: #464f4c;
  border-radius: 8px;
  min-width: 120px;
  /* margin-left: 39%; */
}
.btn.btn-primary:active {
  background-color: #464f4c;
  border-color: #464f4c;
}
.btn.btn-primary:hover {
  background-color: white;
  border-color: white;
  color: #464f4c;
}
.btn.btn-append {
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-left: none;
  border-radius: 8px;
  background-color: transparent;
}
.btn.btn-secondary {
  border: 2px solid #464f4c;
  border-radius: 8px;
  font-size: 12px;
  line-height: 24px;
  color: #464f4c;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  padding-inline: 4rem;
}
.btn.btn-secondary:hover {
  color: #464f4c;
  background-color: white;
  border-color: white;
}
.btn.btn-secondary-light {
  border: 2px solid #464f4c;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #464f4c;
  background-color: transparent;
  transition: all 0.5s fade-in-out;
}
.btn.btn-secondary-light:hover {
  color: #464f4c;
  background-color: white;
}
.btn.btn-light {
  width: 160px;
  height: 48px;
  border: 2px solid #464f4c;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #464f4c;
  background-color: white;
  transition: all 0.5s ease-in-out;
}
.btn.btn-light:hover {
  color: white;
  border: 2px solid white;
  background-color: transparent;
}
.btn.small-round {
  padding: 2px;
  height: 28px;
  background: #464f4c;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.btn:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.btn.social-signin {
  background: #ffffff;
  border: 1px solid #dcdbdd;
  border-radius: 12px;
  height: 35px;
  font-size: 0.7rem;
}

input.small {
  background: #f4f4f4;
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  height: 32px;
  width: 150px;
}

.card {
  background: transparent;
  border-radius: 8px;
  border-style: none;
  box-shadow: 10px 24px 54px 0px rgba(0, 0, 0, 0.05);
}
.card .card-title {
  font-size: 1.5rem;
}
.card .card-img-top {
  border-radius: 8px 8px 0 0;
  height: 200px;
  background-position: center;
  background-size: 100%;
  transition: background-size 0.3s ease-in-out;
}
.card:hover .card-img-top {
  background-size: 150%;
}
.card .cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  width: 119px;
  height: 33px;
  left: 230px;
  top: 185px;
  background: #f3f3f7;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  line-height: 32px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #464f4c;
}
.card.event-card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card.event-card .card-body .card-text {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.card.event-card .card-body .btn.btn-secondary {
  width: 100%;
  border: none;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
  color: #464f4c;
  color: #464f4c;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.072px;
  border-top: 1px solid #464f4c;
  border-radius: 0 0 8px 8px;
}
.card.event-card .card-body .btn.btn-secondary:hover {
  background-color: transparent;
}
.card.event-card .event-date-time {
  display: flex;
  flex-direction: row;
  color: #464f4c;
}
@media (max-width: 767.98px) {
  .card.event-card .event-date-time {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }
}
.card.event-card .event-date-time .date .month {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #464f4c;
  text-transform: uppercase;
  display: block;
}
.card.event-card .event-date-time .date .day {
  font-weight: 700;
  font-size: 1rem;
  line-height: 30px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #464f4c;
}
@media (max-width: 767.98px) {
  .card.event-card .event-date-time .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.card.event-card .event-date-time .time .hour {
  font-size: 0.7rem;
  color: #464f4c;
  text-transform: uppercase;
}
.card.event-card .event-data .title {
  color: #464f4c;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
}
.card.event-card .event-data .description {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #464f4c;
  margin-bottom: 0;
}

.notch-select {
  height: 42px;
  background-color: #f3f3f7;
  border-radius: 8px;
  border-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
  background-position: calc(100% - 5px);
  --bs-form-select-bg-img: url("/assets/img/drop-down-arrow.svg");
}

input:focus,
.form-control:focus,
.form-check-input:focus {
  outline: none;
  box-shadow: none;
}

#closeNavbar {
  position: absolute;
  top: 1em;
  right: 5em;
  z-index: 4;
  display: none;
}
@media (max-width: 768px) {
  #closeNavbar {
    right: 2em;
  }
}

.navbar-open #closeNavbar {
  display: block;
  position: fixed;
}
.navbar-open .modal {
  position: relative;
}
.navbar-open .modal button.btn-close {
  position: absolute;
  right: 2em;
  top: 2em;
}
.navbar-open .carousel {
  z-index: -1;
}

.navbar .navbar-nav {
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav {
    gap: 0;
    margin-top: 9%;
    margin-left:2%;
    margin-bottom: 16%;

  }
}
.navbar .nav-link {
  font-weight: 400;
  color: white;
  padding-bottom: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.navbar .nav-link.active {
  color: #2e2e2e;
}
.navbar .nav-link.primary {
  color: #464f4c;
}
.navbar .input-group .form-control {
  background-color: transparent;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 8px;
  font-size: 12px;
  color: white;
  padding-left: 10px;
}
.navbar .offcanvas-header {
  position: absolute;
  right: 10px;
}

.carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel .carousel-indicators [data-bs-target].active {
  background-color: #464f4c;
}
.carousel .carousel-item {
  height: 60vh;
  color: white;
  max-width: 100%;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}
.carousel .carousel-item .title {
  font-weight: 700;
}
.carousel .carousel-item .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.carousel .carousel-item .carousel-caption {
  position: absolute;
  top: 1.25rem;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: start;
}

footer .copyrights-icon {
  vertical-align: super;
}
footer .social-media-links {
  display: flex;
  gap: 24px;
}
footer .social-media-links li {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: end;
}
@media (max-width: 767.98px) {
  footer .social-media-links li {
    padding: 8px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
  }
}
footer .social-media-links li svg {
  display: block;
  height: 16px;
  width: 16px;
}

.counter-container {
  color: #464f4c;
}
.counter-container .counter {
  border: 1px solid #464f4c;
  border-radius: 30px;
  padding: 5px;
}
.counter-container .counter button {
  padding: 4px;
  height: 30px;
  width: 30px;
  border: 1px solid #464f4c;
  border-radius: 50%;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-top-left-radius: 50% !important;
  text-align: center;
  border-bottom-left-radius: 50% !important;
  margin: auto;
}
.counter-container .counter button:hover {
  background-color: #464f4c;
  color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.counter-container .counter input {
  border: none;
  color: #464f4c;
  padding: 0 !important;
  width: 40px;
}

hr {
  border-bottom: 1px solid white;
  margin: 5px 0;
  border-top: 0;
}

.hr-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 12px;
}
.hr-text::before, .hr-text::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid white;
  border-color: white !important;
}
.hr-text::before {
  margin-right: 0.25em;
}
.hr-text::after {
  margin-left: 0.25em;
}

.inline-input-button-container {
  position: relative;
}
.inline-input-button-container input {
  height: 64px;
}
.inline-input-button-container button {
  position: absolute;
  height: 48px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #464f4c;
  border-radius: 8px;
}

.top-left-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.top-left-logo img {
  max-width: 180px;
}

.stacked-avatars-container {
  display: inline-flex;
}
.stacked-avatars-container img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid white;
}
.stacked-avatars-container img:not(:first-of-type) {
  margin-left: -0.5rem;
}

.outlined-input-container {
  position: relative;
}
.outlined-input-container input {
  outline: none;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
  padding: 15px;
}
.outlined-input-container input:focus {
  border-color: #2196f3;
}
.outlined-input-container label {
  position: absolute;
  top: 15px;
  left: 5px;
  transition: all 0.2s ease-out;
  color: white;
  z-index: 3;
}
.outlined-input-container input:focus ~ label,
.outlined-input-container input:not(:placeholder-shown) ~ label {
  top: -10px;
  font-size: 14px;
  background-color: white;
  padding: 2px;
  border-radius: 20%;
}
.outlined-input-container .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: #ced4da;
  min-height: 50px;
  margin: 10px 0;
  border-radius: 12px;
}
.outlined-input-container .show-password {
  position: absolute;
  right: 15px;
  top: 21px;
  cursor: pointer;
}

.form-floating .form-control {
  font-size: 0.75rem;
  height: calc(3rem + var(--bs-border-width) * 2);
  line-height: 1;
}
.form-floating .form-control:-webkit-autofill ~ label {
  color: black;
}
.form-floating label {
  font-size: 0.75rem;
  line-height: 1.5;
}
.form-floating .show-password {
  position: absolute;
  right: 15px;
  top: 16px;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #464f4c;
  border-color: #464f4c;
}

a {
  color: #464f4c;
  text-decoration: none !important;
}
a.nav-link {
  color: #4b533c;
}
a.nav-link.active {
  /* color: #4b533c !important; */
  font-weight: bold;
}
a.nav-link.primary {
  color: #464f4c !important;
}
a.danger {
  color: red !important;
}

.offcanvas-body a {
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  text-transform: uppercase;
}
/* .offcanvas-body:hover a {
  opacity: 0.5;
} */
.offcanvas-body:hover a:hover {
  opacity: 0.7;
}

.input-group .input-group-text {
  position: absolute;
  z-index: 6;
  top: 5px;
  left: 0;
  background-color: transparent;
  border: none;
}
.input-group input.form-control {
  padding-left: 40px;
}

.form-group label {
  color: #464f4c;
  font-size: 0.8rem;
}

.form-check label {
  font-size: 0.75rem;
  margin: 5px;
}

input[type=radio] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid darkgray;
  border-radius: 50%;
  outline: none;
  position: relative;
  padding: 2px;
}
input[type=radio]:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input[type=radio]:checked {
  background-color: white;
  border-color: black;
}
input[type=radio]:checked:before {
  background-color: #464f4c;
}

.copyrights {
  font-size: 0.7rem;
}

.newsletter-container {
  background: #68647c;
  border-radius: 8px;
  text-align: center;
}
.newsletter-container .title {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
}
.newsletter-container .subtitle {
  font-weight: 400;
  color: #e6e6e6;
}

.bg-error {
  background-color: #dc3545 !important;
}

.bg-success {
  background-color: #198754 !important;
}

.toast {
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: end;
  padding: 10px;
}
.toast .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.toast .toast-body {
  text-align: start;
}

.image-input {
  display: flex;
  flex-direction: column;
  width: 162px;
  text-align: center;
}
.image-input img {
  margin: auto;
}
.image-input label {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: white;
}
.image-input button {
  padding: 5px 24px;
  background-color: #f3f3f7;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: white;
  height: 33px;
}
.image-input .subtitle {
  font-size: 12px;
  line-height: 17px;
  color: white;
  text-align: start;
}

.event-share-btn {
  text-align: center;
  color: white;
  display: inline-flex;
  justify-content: end;
  gap: 5px;
  cursor: pointer;
}
.event-share-btn svg {
  margin: auto 0;
  transition: all 0.2s ease-in-out;
}
.event-share-btn .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
}
.event-share-btn.dark {
  color: black;
  border-color: black;
}
.event-share-btn.dark svg {
  fill: black;
}
.event-share-btn.icon-only {
  border: none;
}
.event-share-btn.icon-only:hover svg {
  transform: scale(1.5);
}
@media (max-width: 450px) {
  .event-share-btn {
    height: 40px;
    width: 40px;
    justify-content: center;
  }
}

.order-summary-card .event-thumbnail {
  height: 70px;
  background-position: center;
  background-size: cover;
  width: 70px;
  border-radius: 8px;
}
.order-summary-card .event-title {
  height: fit-content;
  margin: auto 0;
}

.socialShare {
  text-align: center;
}
.socialShare .jssocials-share-link {
  cursor: pointer;
  color: #464f4c;
  border-color: #464f4c;
  border-radius: 8px;
  font-size: 0.7rem;
}
.socialShare .jssocials-share-link:hover {
  border-color: white;
  color: white;
  background-color: #464f4c;
}
.socialShare .jssocials-share-link:hover i {
  color: white;
}

.modal .modal-footer button {
  width: fit-content;
  height: fit-content;
}

.home-page .page-hero {
  background-color: rgba(0, 0, 0, 0.6);
}
.home-page .banner {
  background-image: url("../img/banner-bg.webp");
}
.home-page .events-gallery .header {
  font-weight: 700;
  font-feature-settings: "pnum" on, "lnum" on;
  /* color: white; */
}
.header2 {
  font-weight: 700;
  font-feature-settings: "pnum" on, "lnum" on;
  /* color: white; */
}
.home-page .mobile-app-container {
  min-height: 85vh;
  background-image: url("../img/mobile-app-bg.webp");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
.home-page .mobile-app-container .iphone-container {
  min-height: 340px;
  background-image: url("../img/Iphone.webp");
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-page .mobile-app-container .title {
  font-weight: 700;
  color: #ffffff;
}
.home-page .mobile-app-container .subtitle {
  font-size: 16px;
  line-height: 32px;
  color: #e6e6e6;
}

.coming-soon {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.coming-soon video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -1;
  top: 0;
}
.coming-soon .logo {
  width: 50vw;
  height: 68px;
}
.coming-soon .title {
  font-family: KumbhSans;
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 119px;
  color: #fffafa;
}
.coming-soon #emailForm .input-group {
  max-width: 650px;
  margin: auto;
}
.coming-soon #emailForm .input-group input {
  height: 56px;
  background: #f5f5f5;
  border-radius: 40px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.004em;
  z-index: 1;
}
.coming-soon #emailForm .input-group button {
  height: 56px;
  background: #9350d3;
  border-radius: 40px;
  font-family: Montserrat;
  font-style: normal;
  width: 155px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.004em;
  color: #fffcfc;
  margin-left: -77.5px;
  z-index: 2;
}
.coming-soon .videocontent video {
  width: 100%;
  display: block;
}
.coming-soon .videocontent:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.coming-soon video:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.coming-soon #countdown {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 78px;
  letter-spacing: 0.02em;
  color: #ffffff;
  display: flex;
  justify-content: center;
  gap: 5%;
}
.coming-soon #countdown .count {
  display: flex;
  flex-direction: column;
}
.coming-soon #countdown .count .unit {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.coming-soon .disclaimer {
  font-family: KumbhSans;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #fffdfd;
  max-width: 745px;
  margin: auto;
}

.coming-soon-content {
  position: fixed;
  top: 0;
}

.event-page .banner {
  background-image: url("../img/event-image.webp");
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 70vh;
  position: absolute;
  left: 0;
  top: 71px;
}
@media (max-width: 767.98px) {
  .event-page .banner {
    height: 25vh;
  }
}
.event-page .banner .title {
  font-size: 1.5rem;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.event-page .banner .pattern {
  /* background-image: url(../img/hero-pattern.webp); */
  background-size: contain;
  background-position: left;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
}
.event-page .banner .logo {
  height: 80px;
  background-image: url("../img/hero_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 50vh;
}
@media (max-width: 767.98px) {
  .event-page .banner .logo {
    max-height: 20vh;
  }
}
.event-page .tickets-container {
  position: relative;
}
.event-page .tickets-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: black;
  border-radius: 8px;
  z-index: 1;
  backdrop-filter: blur(2px);
}
.event-page .tickets-container .underlined-title {
  font-size: 2rem;
  color: #2e2e2e;
  position: relative;
  text-align: start;
  width: fit-content;
}
.event-page .tickets-container .underlined-title .border-container {
  border-bottom: 1px solid #2e2e2e;
  width: 40%;
  margin-right: auto;
}
.event-page .tickets-container .ticket-item {
  border-bottom: 1px solid #cac7c7;
}
.event-page .tickets-container .ticket-item .left-side {
  font-size: 0.7rem;
}
.event-page .tickets-container .ticket-item .left-side .title {
  text-transform: uppercase;
  font-weight: bold;
}
.event-page .tickets-container .ticket-item .left-side .name {
  position: relative;
  margin-left: 15px;
}
.event-page .tickets-container .ticket-item .left-side .name .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #464f4c;
  border: 1px solid #ffffff;
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  left: -15px;
}
.event-page .tickets-container .ticket-item .right-side {
  font-size: 0.7rem;
}
.event-page .tickets-container .ticket-item .right-side .title {
  color: white;
}
.event-page .tickets-container .ticket-item .right-side .price {
  display: inline-block;
}
.event-page .tickets-container .ticket-item .right-side .notch-select {
  display: inline-block;
  width: fit-content;
  font-size: 0.7rem;
  height: 25px;
  padding: 5px 40px 5px 5px;
  line-height: 0.7rem;
  background-size: 20%;
}
.event-page .tickets-container .show-venue-container {
  font-size: 0.7rem;
  width: fit-content;
}
.event-page .tickets-container .btn-primary {
  font-size: 0.7rem;
  width: fit-content;
  min-width: fit-content;
}
.event-page .seating-image {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.event-page .event-description .underlined-title {
  font-size: 2rem;
  color: #2e2e2e;
  position: relative;
  text-align: start;
  width: fit-content;
}
.event-page .event-description .underlined-title .border-container {
  border-bottom: 1px solid #2e2e2e;
  width: 40%;
  margin-right: auto;
}
.event-page .event-description p {
  color: #f0958f;
}

.events-loader img {
  height: 100px;
  width: 100px;
  margin: auto;
}

.split-view {
  max-width: 100vw;
  overflow-x: hidden;
  background: #e5e5e5;
}
.split-view .left-banner {
  position: relative;
  padding: 0;
  min-height: 100vh;
  background-image: url("../img/signup-banner.webp");
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split-view .left-banner .banner-content .title {
  font-weight: 500;
  color: #fffcfc;
}
.split-view .left-banner .banner-content .stacked-avatars-container {
  transform: translateY(5px);
}
.split-view .left-banner .banner-content .no-users {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #fffbfb;
}
.split-view form .btn.btn-primary {
  background: #464f4c;
  border-radius: 0.375rem;
  height: 35px;
  font-size: 0.7rem;
  line-height: 1;
  --bs-btn-padding-y: 0.6rem;
}

.small,
small {
  font-size: 0.65em;
}

.otp-container {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.otp-container input {
  width: 3rem;
  text-align: center;
  font-weight: bold;
}

.signin-page .left-banner {
  background-image: url("../img/signin-banner.webp");
}
.signin-page .left-banner .banner-content .subtitle {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.signin-page .form .btn-google {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.signin-page .form .btn-google:hover, .signin-page .form .btn-google:focus {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.signin-page .form .btn-facebook {
  background-color: #3b5998;
  color: #fff;
  border-color: #3b5998;
}
.signin-page .form .btn-facebook:hover, .signin-page .form .btn-facebook:focus {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.create-event-page .left-banner {
  background-image: url("../img/create-event.webp");
  background-color: transparent;
}
.create-event-page .left-banner .banner-content .subtitle {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.create-event-page .card .step {
  display: none;
}
.create-event-page.split-view form .btn {
  height: 30px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

#forgotPasswordModal .step,
#loginModal .step,
#registerModal .step {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
#forgotPasswordModal .step .iti,
#loginModal .step .iti,
#registerModal .step .iti {
  display: block;
}

.about-page .banner {
  background-image: url("../img/HerEWEWo.png");
}
.about-page .title {
  color: #464f4c;
  text-transform: uppercase;
  font-size: xxx-large;
}
.about-page .color-primary {
  color: #464f4c;
}
.about-page .right-pattern {
  background-image: url(/assets/img/about/vertical-pattern.png);
  width: 80%;
  background-position: center;
  position: absolute;
  right: -4rem;
  top: -1rem;
  height: 100%;
  z-index: -1;
}
@media (max-width: 999px) {
  .about-page .right-pattern {
    right: 0;
  }
}
.about-page ul {
  color: #464f4c;
}
.about-page ul li {
  position: relative;
  text-transform: uppercase;
  font-size: large;
}
@media (max-width: 999px) {
  .about-page ul li {
    margin-left: 1em;
  }
}
.about-page .larger-bullet-points {
  list-style-type: none;
  padding-left: 20px;
  /* Adjust the padding as needed */
}
.about-page .larger-bullet-points li::before {
  content: "";
  display: inline-block;
  width: 10px;
  font-size: 20px;
  margin-right: 5px;
  height: 10px;
  background-color: #464f4c;
  border-radius: 50%;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .left-bottom-block {
  height: 90%;
  width: 10%;
  background-color: #464f4c;
  position: absolute;
  left: -7rem;
  bottom: 0;
  z-index: -1;
}
.about-page .location-section {
  height: 150vh;
  margin-bottom: 10%;
}
.about-page .top-half-block {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
  background-color: #464f4c;
  z-index: -1;
}
@media (max-width: 999px) {
  .about-page .top-half-block {
    left: 0;
  }
}
.about-page .bottom-half-block {
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 80%;
  background-color: #464f4c;
  z-index: -1;
  color: white;
  text-transform: uppercase;
  padding: 1.5em;
}
.about-page .distance-item {
  color: #464f4c;
  font-size: 0.7em;
  text-transform: uppercase;
  display: flex;
  gap: 20px;
}
.about-page .distance-item p {
  margin-bottom: 5px;
}
.about-page .distance-item .distance {
  font-weight: bold;
}
.about-page .rsvp-location {
  background-image: url("/assets/img/about/rsvp-location.png");
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
@media (max-width: 999px) {
  .about-page .rsvp-location {
    height: 100%;
    left: 0;
  }
}
.about-page .pattern-background {
  height: 65%;
  position: absolute;
  width: 100%;
  background-image: url(/assets/img/about/vertical-pattern.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  top: 40%;
}
@media (max-width: 999px) {
  .about-page .pattern-background {
    left: 0;
  }
}

.profile-page .avatar-container {
  position: relative;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.profile-page .avatar-container .avatar {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.profile-page .avatar-container .edit-icon-container {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #464f4c;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 1px;
}
.profile-page .profile-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: #464f4c;
}

.erm-2 {
  font-size: 2rem !important;
}

.ml-4px {
  margin-left: 4px;
}

.thin-line {
  border-bottom: 2px solid #000;
  opacity: 1;
  width: 66px;
}

.contact-page .banner {
  background-color: transparent;
}
.contact-page .banner .banner-content {
  height: 50vh;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  background-image: url("../img/contact-us-banner.webp");
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 170px;
}
@media (max-width: 768px) {
  .contact-page .banner .banner-content {
    height: 200px;
  }
}
.contact-page .floating-banner-card {
  margin-top: -170px;
  display: flex;
  justify-content: center;
}
.contact-page .floating-banner-card .card-headers {
  text-align: center;
  color: white;
}
.contact-page .floating-banner-card .box-1 {
  background-size: cover;
  background-color: #292ba0;
  border-radius: 8px;
}
.contact-page .floating-banner-card .box-2 {
  background-size: cover;
  background-color: #342a6d;
  border-radius: 8px;
}
.contact-page .floating-banner-card .iti {
  width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 450px) {
  #submitNewsletterBtn {
    margin-top: 10px;
    width: 15px;
    font-size: 13px;
    width: 100%;
    font-size: 13px;
    position: relative;
    margin-left: 5px;
    transform: translateY(0);
  }
  #newsletter_email {
    font-size: 11px;
  }
}
.font-weight-bold {
  font-weight: bold;
}

.payment-status-page img {
  width: 300px;
}

#paymentModal .modal-header {
  border-bottom: none;
}
#paymentModal .modal-header .modal-title {
  font-weight: 600;
  line-height: 24px;
  color: white;
}
#paymentModal .payment-option {
  background: transparent;
  border: 1px solid #ECECEC;
  border-radius: 8px;
}

#dateOfBirthInput::-webkit-calendar-picker-indicator {
  background-image: url("../img/calendar.svg");
  background-size: cover;
  opacity: 1;
  width: 16px;
  /* Adjust the width to match your SVG icon */
  height: 16px;
  /* Adjust the height to match your SVG icon */
}

.date-input-container {
  position: relative;
}
.date-input-container .calendar-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  /* Adjust the value as needed to position the icon */
  transform: translateY(-50%);
  width: 16px;
  /* Adjust the width to match your SVG icon */
  height: 16px;
  /* Adjust the height to match your SVG icon */
  background-image: url("../img/calendar.svg");
  /* Replace with your SVG image path */
  background-size: cover;
  opacity: 1;
}

.my-tickets-page .tickets-container .event-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 150px;
  border-radius: 8px;
}
.my-tickets-page .tickets-container .ticket-status {
  color: #fff;
  width: fit-content;
  border-radius: 5px;
  padding: 6px;
  color: #172B4D;
}
.my-tickets-page .tickets-container .ticket-status.error {
  background-color: rgba(238, 52, 52, 0.3);
}
.my-tickets-page .tickets-container .ticket-status.pending {
  background-color: rgba(174, 90, 255, 0.7);
}
.my-tickets-page .tickets-container .ticket-status.approved {
  background-color: rgba(80, 211, 117, 0.1);
}

.main-menu {
  position: fixed;
  top: -50%;
  left: -50%;
  height: 200%;
  width: 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  visibility: hidden;
  z-index: 3;
  transform: rotate(-15deg) translate3d(0, 0, 0);
}
.main-menu::before, .main-menu::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 80%;
  background-color: #323032;
  transform-origin: center center;
  transition: all 500ms ease;
  will-change: transform;
  z-index: -1;
}
.main-menu::before {
  top: 51%;
  transform: translate(100%, -100%) translate3d(0, 0, 0);
}
.main-menu::after {
  top: 49%;
  transform: translate(-150%, 0%) translate3d(0, 0, 0);
  transition-delay: 100ms;
}
.main-menu .nav {
  position: relative;
  display: inline-block;
  padding: 0px;
  list-style: none;
  counter-reset: menu-counter;
  transform: rotate(15deg);
}
.main-menu .nav__item {
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(-15px) translate3d(0, 0, 0);
  transition: all 100ms ease 100ms;
  user-select: none;
}
.main-menu .nav__item a {
  color: white !important;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.main-menu .nav__item a.active {
  text-decoration: underline !important;
}
.main-menu .nav__item a.dropdown-toggle {
  display: flex;
  align-items: center;
}
.main-menu .nav__item a.dropdown-toggle .avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  align-self: center;
  margin-right: 10px;
}
.main-menu .nav__item a.dropdown-toggle:after {
  transform: rotate(-90deg);
}
.main-menu.open {
  visibility: visible;
}
.main-menu.open::before {
  animation: menu-in-left 500ms ease;
  transform: translate(-50%, -100%) translate3d(0, 0, 0);
  transition-duration: 0ms;
}
.main-menu.open::after {
  animation: menu-in-right 500ms ease 100ms;
  transform: translate(-50%, 0%) translate3d(0, 0, 0);
  transition-duration: 0ms;
}
.main-menu.open .nav__item {
  opacity: 1;
  transform: translateX(0px) translate3d(0, 0, 0);
  transition: all 250ms ease;
  text-align: center;
}
.main-menu.open .nav__item:nth-child(0n) {
  transition-delay: 250ms;
}
.main-menu.open .nav__item:nth-child(1n) {
  transition-delay: 300ms;
}
.main-menu.open .nav__item:nth-child(2n) {
  transition-delay: 350ms;
}
.main-menu.open .nav__item:nth-child(3n) {
  transition-delay: 400ms;
}
.main-menu.open .nav__item:nth-child(4n) {
  transition-delay: 450ms;
}
.main-menu.open .nav__item:nth-child(5n) {
  transition-delay: 500ms;
}
.main-menu.open .nav__item:nth-child(6n) {
  transition-delay: 550ms;
}
.main-menu.open .nav__item:nth-child(7n) {
  transition-delay: 600ms;
}
.main-menu.open .nav__item:nth-child(8n) {
  transition-delay: 650ms;
}
.main-menu.open .nav__item:nth-child(9n) {
  transition-delay: 700ms;
}
.main-menu.open .nav__item:nth-child(10n) {
  transition-delay: 750ms;
}
.main-menu.open .nav__item:nth-child(11n) {
  transition-delay: 800ms;
}
.main-menu.open .nav__item:nth-child(12n) {
  transition-delay: 850ms;
}
.main-menu.open .nav__item:nth-child(13n) {
  transition-delay: 900ms;
}
.main-menu.open .nav__item:nth-child(14n) {
  transition-delay: 950ms;
}
.main-menu.open .nav__item:nth-child(15n) {
  transition-delay: 1000ms;
}
.main-menu.open .nav__item:nth-child(16n) {
  transition-delay: 1050ms;
}
.main-menu.open .nav__item:nth-child(17n) {
  transition-delay: 1100ms;
}
.main-menu.open .nav__item:nth-child(18n) {
  transition-delay: 1150ms;
}
.main-menu.open .nav__item:nth-child(19n) {
  transition-delay: 1200ms;
}
.main-menu.open .nav__item:nth-child(20n) {
  transition-delay: 1250ms;
}
.main-menu.open .nav__item a {
  transition: all 250ms ease;
}

@keyframes menu-in-left {
  0% {
    transform: translate(-150%, -100%) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(-50%, -100%) translate3d(0, 0, 0);
  }
}
@keyframes menu-in-right {
  0% {
    transform: translate(100%, 0%) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(-50%, 0%) translate3d(0, 0, 0);
  }
}
/*
 * Misc styles
 */
.content {
  max-width: 400px;
}
.content h1 {
  font-size: 1.6em;
}
.content p {
  line-height: 1.5;
}

/*
 * More from me link 🔥
 */
.more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 7px 21px;
  border-radius: 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  animation: reveal 5000ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.more::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 20%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  transition: max-width 0ms ease 250ms, background-color 250ms ease;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.more:hover::before {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 250ms ease;
}

@keyframes reveal {
  0%, 90% {
    bottom: -30px;
  }
  100% {
    bottom: 15px;
  }
}
.footer-logo {
  max-width: 172px;
  width: 30%;
}

footer .footer-header {
  font-size: 4vw;
  font-weight: bold;
  color: #464f4c;
  font-family: Mulish, Poppins;
}

.page-hero {
  background-image: url("../img/membership.jpg");
  height: 70vh;
  background-size: cover;
  background-position: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
}
@media (max-width: 767.98px) {
  .page-hero {
    height: 25vh;
  }
}
.page-hero .pattern {
  /* background-image: url(../img/hero-pattern.webp); */
  background-size: contain;
  background-position: left;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
}
.page-hero .logo {
  height: 80px;
  background-image: url("../img/hero_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 50vh;
}
@media (max-width: 767.98px) {
  .page-hero .logo {
    max-height: 7vh;
  }
}
.page-hero .text {
  color: white;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.reservation-form-container .iti {
  width: 100%;
}
.reservation-form-container .underlined-title {
  font-size: 2rem;
  color: #2e2e2e;
  position: relative;
  text-align: start;
  width: fit-content;
}
.reservation-form-container .underlined-title .border-container {
  border-bottom: 1px solid #2e2e2e;
  width: 40%;
  margin-right: auto;
}
.reservation-form-container label {
  text-transform: uppercase;
}
.reservation-form-container .pattern-container {
  min-height: 141px;
  /* background-image: url('../img/reserve-pattern.webp'); */
  background-position: center;
  background-size: cover;
  margin: -1em;
  margin-top: 1em;
}

.events-hero {
  background-image: url("../img/membership.jpg");
}
.events-hero2 {
  background-image: url("../img/02-KIKI'S HACIENDA WHITE_1 BUTTON.jpg");
}
.events-hero3 {
  background-image: url("../img/03-KIKI'S HACIENDA HENEISH_COMING SOON.png");
}

.contactus-hero {
  background-image: url("../img/hero-contactus.jpg");
}

.about-hero {
  background-image: url("../img/hero-about.jpg");
}

#yourTicketArea {
  display: none;
}

.text-main {
  color: #464f4c !important;
}

.my-reservations-page .event-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
@media (max-width: 999px) {
  .my-reservations-page .event-image {
    min-height: 120px;
  }
}
.my-reservations-page .viewTickets {
  border: 1px solid black;
  margin: auto;
}
.my-reservations-page .viewTickets .fas {
  color: #464f4c;
}

.form-control {
  background-color: #fff7f0;
  color: #464f4c;
}
.form-control:focus, .form-control:active {
  background-color: #fff7f0;
  color: #464f4c;
}

.modal-content {
  background-color: #fff7f0;
  color: #464f4c;
}

#homeHero .carousel-inner {
  height: 100%;
  position: relative;
}
#homeHero .carousel-inner .carousel-item {
  height: 100%;
}
#homeHero .carousel-control-prev-icon,
#homeHero .carousel-control-next-icon {
  filter: none;
}

.input-group input.form-control.hasDatepicker {
  padding-left: 1rem;
  background-color: #f3f3f7;
  height: 42px;
  border-radius: 8px;
  border: 0;
}

.input-group input.form-control.hasDatepicker::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
}

.hero-page-content.event-page {
  margin-top: 70vh;
}
@media (max-width: 767.98px) {
  .hero-page-content.event-page {
    margin-top: 27vh;
  }
}

.iti__country-list {
  color: black;
}

.my-tickets-page .tickets-container .ticket-status {
  padding: 5px 10px;
  font-size: 0.8em;
  width: auto;
}
@media (max-width: 767.98px) {
  .my-tickets-page .tickets-container .ticket-status {
    width: 100%;
  }
}

.ticketLastUpdated {
  font-size: 0.7em;
  width: auto;
}
@media (max-width: 767.98px) {
  .ticketLastUpdated {
    width: 100%;
    text-align: center;
  }
}

.ticketButtons {
  width: auto;
}
@media (max-width: 767.98px) {
  .ticketButtons {
    width: 100%;
    text-align: center;
  }
}

.card.event-card .card-body .btn.btn-secondary {
  font-size: 1em;
  padding: 20px;
}

.payment-card .card-header {
  background: #01338d 0 0 no-repeat padding-box;
}
.payment-card .card-body .company-data-container {
  background: transparent linear-gradient(97deg, #0080f9, #00c8ff) 0 0 no-repeat padding-box;
}
.payment-card .card-body .company-data-container .company-logo-container {
  border-radius: 8px;
  width: fit-content;
}
.payment-card .card-body .order-details .order-item .stepper-container {
  width: fit-content;
}
.payment-card .card-body .order-details .order-item .stepper-container input {
  width: 100px;
}
.payment-card .card-body .collapse .collapse-btn {
  font-size: 22px;
  border: 1px solid #0080f9;
  border-radius: 8px;
  height: 35px;
  width: 35px;
  color: #0080f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-card .card-body .collapse .plus-btn {
  display: none;
}
.payment-card .card-body .collapse.collapsed .plus-btn {
  display: flex;
}
.payment-card .card-body .collapse.collapsed .minus-btn {
  display: none;
}
.payment-card #cardPaymentInputs input {
  border-radius: 0;
  border: none;
}

.select2-container {
  color: black;
  width: 100% !important;
}

.glow-on-hover {
  width: 94px;
  height: 94px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50%;
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 50%;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.hero-page-content.event-page {
  margin-top: 70vh;
}
@media (max-width: 767.98px) {
  .hero-page-content.event-page {
    margin-top: 27vh;
  }
}

.select2-container--default .select2-selection--multiple {
  background: transparent;
  background-color: transparent;
  border: 1px solid #495057;
}

.navbar {
  padding: 15px 0;
  /* background-color: #fffaf7; */
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  backdrop-filter: blur(44px);
  -webkit-backdrop-filter: blur(44px); /* for Safari/iOS */
  height: 193px; /* Increased initial height for more vertical space */
  z-index: 1000;
  justify-content: space-between; /* Push elements to top and bottom */
  transition: background 0.3s ease, height 0.3s ease; /* Smooth transition */
}

@media (min-width: 767.98px) {
  .nav-link {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    right: 0;
  }
}

.bookNowBtn {
  color: #EE9691 !important;
}

/* .events-hero {
  height: 120px;
} */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 1px solid #fff7f0;
}

.nav-tabs .nav-link {
  color: #4B533D;
  padding: 0.5rem;
}

.eventCover {
  height: 200px;
}
@media (min-width: 992px) {
  .eventCover {
    height: 430px;
  }
}
@media (max-width: 991px) {
  .eventCover {
    height: 400px;
  }
}
@media (max-width: 920px) {
  .eventCover {
    height: 350px;
  }
}
@media (max-width: 660px) {
  .eventCover {
    height: 250px;
  }
}

.profile-page, .my-tickets-page, .event-page, .about-page {
  min-height: 66vh;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
}

.ui-datepicker-prev:before {
  content: "\f100";
}

.ui-datepicker-next:before {
  content: "\f101";
}

.select2-selection.select2-selection--single {
  background-color: transparent;
  color: rgb(70, 79, 76);
  border-color: #dee2e6;
  font-size: 0.8em;
  padding: 5px;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.navbar .nav-link {
   color:#f04c23 ; 
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 0.7em;
  /* margin-top: 9%; */
}

.rightModalClass {
  height: 100%;
  overflow: scroll;
}

/*# sourceMappingURL=style.css.map */
.ticket-box {
  border: 1px solid #ccc; /* Box border */
  padding: 10px; /* Padding inside the box */
  border-radius: 5px; /* Rounded corners */
  background-color: #f9f9f9; /* Background color */
}

.ticket-icon {
  font-size: 1.2em; /* Icon size */
}

.ticket-count {
  display: inline-block;
  width: 30px; /* Circle width */
  height: 30px; /* Circle height */
  border-radius: 50%; /* Make it circular */
  background-color: #007bff; /* Circle background color */
  color: white; /* Text color */
  text-align: center; /* Center text */
  line-height: 30px; /* Center text vertically */
  margin-right: 5px; /* Space between circle and text */
}

@media (max-width: 767.98px) {
  .modal-dialog {
    max-width: 100%;
    margin: 0.5rem;
  }
}