@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;
}
.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: Poppins;
}

body {
  background: #ffffff;
}

.btn.btn-primary {
  background-color: #d30029;
  border-color: #d30029;
  border-radius: 8px;
  min-width: 120px;
}
.btn.btn-primary:active {
  border-color: #d30029;
  background-color: #d30029;
}
.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 #d30029;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #d30029;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
.btn.btn-secondary:hover {
  color: white;
  background-color: #d30029;
}
.btn.btn-secondary-light {
  border: 2px solid white;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  color: white;
  background-color: transparent;
  transition: all 0.5s fade-in-out;
}
.btn.btn-secondary-light:hover {
  color: #d30029;
  background-color: white;
}
.btn.btn-light {
  width: 160px;
  height: 48px;
  border: 2px solid #d30029;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #d30029;
  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: #d30029;
  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: #fdfdfd;
  border-radius: 8px;
  border-style: none;
  box-shadow: 1px 1px 5px 0px rgba(136, 136, 136, 0.4392156863);
}
.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: #d30029;
}
.card.event-card .event-date-time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@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: #2e2e2e;
  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: #2e2e2e;
}
@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: #2e2e2e;
  text-transform: uppercase;
}
.card.event-card .event-data .title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #2e2e2e;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
  margin-bottom: 5px;
}
.card.event-card .event-data .description {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #808080;
  margin-bottom: 0;
}

.notch-select {
  height: 48px;
  background-color: #f3f3f7;
  border-radius: 8px;
  border-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 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 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1em 3.5em;
}
@media (max-width: 767.98px) {
  .navbar {
    padding: 1em 0.5em;
  }
}
.navbar .navbar-nav {
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav {
    gap: 0;
  }
}
.navbar .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  padding-bottom: 0;
}
.navbar .nav-link.active {
  color: #2e2e2e;
}
.navbar .nav-link.primary {
  color: #d30029;
}
.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: #84818a;
  padding-left: 10px;
}
.navbar .offcanvas-header {
  position: absolute;
  right: 10px;
}

.carousel {
  border-radius: 8px;
}
.carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel .carousel-indicators [data-bs-target].active {
  background-color: #d30029;
}
.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: #d30029;
}
.counter-container .counter {
  border: 1px solid #d30029;
  border-radius: 30px;
  padding: 5px;
}
.counter-container .counter button {
  padding: 4px;
  height: 30px;
  width: 30px;
  border: 1px solid #d30029;
  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: #d30029;
  color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.counter-container .counter input {
  border: none;
  color: #d30029;
  padding: 0 !important;
  width: 40px;
}

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

.hr-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: #808080;
  font-size: 12px;
}
.hr-text::before, .hr-text::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #808080;
  border-color: #808080 !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: #d30029;
  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: #84818a;
  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 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: #d30029;
  border-color: #d30029;
}

a {
  color: #d30029;
  text-decoration: none !important;
}
a.nav-link {
  color: #808080 !important;
}
a.nav-link.active {
  color: #2e2e2e !important;
  font-weight: bold;
}
a.nav-link.primary {
  color: #d30029 !important;
}
a.danger {
  color: red !important;
}

.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: #84818a;
  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: #d30029;
}

.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: #84818a;
}
.image-input button {
  padding: 5px 24px;
  background-color: #f3f3f7;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #84818a;
  height: 33px;
}
.image-input .subtitle {
  font-size: 12px;
  line-height: 17px;
  color: #84818a;
  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: #d30029;
  border-color: #d30029;
  border-radius: 8px;
  font-size: 0.7rem;
}
.socialShare .jssocials-share-link:hover {
  border-color: white;
  color: white;
  background-color: #d30029;
}
.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 {
  margin-top: 95vh;
}
@media (max-width: 767.98px) {
  .home-page .events-gallery {
    margin-top: 45vh;
  }
}
.home-page .events-gallery .header {
  font-weight: 700;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #2e2e2e;
}
.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");
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 90vh;
}
@media (max-width: 767.98px) {
  .event-page .banner {
    height: 40vh;
  }
}
.event-page .banner .title {
  font-size: 1.5rem;
  color: white;
}
.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: 290px;
  background-image: url("../img/hero_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 80vh;
}
@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;
  color: #808080;
}
.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: #d30029;
  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: #808080;
}
.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: #808080;
}

.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: #d30029;
  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: #d30029;
  text-transform: uppercase;
  font-size: xxx-large;
}
.about-page .color-primary {
  color: #d30029;
}
.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: #d30029;
}
.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: #d30029;
  border-radius: 50%;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .left-bottom-block {
  height: 90%;
  width: 10%;
  background-color: #d30029;
  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: #d30029;
  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: #d30029;
  z-index: -1;
  color: white;
  text-transform: uppercase;
  padding: 1.5em;
}
.about-page .distance-item {
  color: #d30029;
  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: #d30029;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 1px;
}
.profile-page .profile-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: #172b4d;
}

.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: #000000;
}
#paymentModal .payment-option {
  background: #ffffff;
  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;
}
.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: #9350d3;
}
.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: #a8bcff;
  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: black !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-border-top {
  border-top: 10px solid #d30029;
}

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

.page-hero {
  background-image: url("../img/hero_avis.png");
  height: 90vh;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
}
@media (max-width: 767.98px) {
  .page-hero {
    height: 40vh;
  }
}
.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: 290px;
  background-image: url("../img/hero_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 80vh;
}
@media (max-width: 767.98px) {
  .page-hero .logo {
    max-height: 20vh;
  }
}
.page-hero .text {
  color: white;
  letter-spacing: 0.2em;
  color: #ffffff;
}

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

.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/hero-events.jpg");
}

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

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

#yourTicketArea {
  display: none;
}

.text-main {
  color: #d30029 !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: #d30029;
}

.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Adjust the color and opacity here */
  z-index: 1; /* Place the overlay above the image */
}

.image-container .overlay .row {
  color: white;
}

.location-select {
  background-position: calc(100% - 15px);
  --bs-form-select-bg-img: url("/assets/img/drop-down-arrow.svg");
}

.car-box {
  padding: 15px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1882352941);
  border-radius: 8px;
}

.car-box-label {
  font-size: 0.85rem;
  color: #84818a;
}

.car-box-value {
  font-size: 0.85rem;
}

.form-control:focus {
  border-color: rgba(0, 39, 94, 0.5);
}

/*# sourceMappingURL=style.css.map */
