* {
    margin: 0;
    padding: 0;
  }
:root{
  --primary-clr: #FABA3D;
  --secondary-clr: #101010;
  --txt-clr: #666666;
  --txt-lgt-clr: rgb(108 108 108 / 89%);
  --white-clr: #fff;
  --black-clr: #000000;
  --black-12: #121212;
  --dark-grey: #101010;
  --blue-clr: #3085B0;
  --red-clr: #F50E0E;
  --ub-font: 'Urbanist';
  --pp-font: 'Poppins';
  --spacer: 35px;
}

::selection {
  background-color: var(--primary-clr);
  color: var(--black-clr);
}

/* Scrollbar css start */

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

/* Scrollbar css end */

.spacer-y {
  padding: 35px 0px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.p-relative {
  position: relative;
}
button:focus-visible , button:hover {
  outline: none !important;
}


body {
  background-color: #000;
}



/* Stadium css start */


.loader svg{
  width: 130px;
  height: 100px;
}
.plan {
  padding: 0px 0px 40px;
}
.heading-blk {
  position: relative;
}
.back-to-btn {
  background: #000;
  border: 0px;
  width: 21px;
  height: 15px;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.plan h1 {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--ub-font);
  color: #fff;
  margin-bottom: 0px;
}
.select-tickets-blk {
  margin: 50px auto 0px;
}
#chart {
  max-width: 1200px;
  height: 400px;
  background: #141414;
  border-radius: 20px;
  overflow: hidden;
}


.tickets-detail-blk {
  padding: 28px 0px 0px;
  background: rgb(33 33 33 / 60%);
  border-radius: 20px;
}
.tickets-detail {
  padding: 0px 16px 10px;
}
.ticket-titles span {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--ub-font);
  color: rgb(255 255 255 / 50%);
}
.ticket-titles, .ticket-values , .tickets-total-detail{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.ticket-type, .ticket_block_loop {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}
.ticket-titles span {
  flex-basis: 48%;
}
.ticket-values span {
  flex-basis: 48%;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--ub-font);
  color: #fff;
}
.ticket-values {
  margin-top: 15px;
}
:is(.ticket-titles, .ticket-values) span:first-child {
  text-align: left;
}
/* :is(.ticket-titles, .ticket-values) span:nth-child(2) {
  text-align: center;
} */
:is(.ticket-titles, .ticket-values) span:last-child {
  text-align: right;
}
span.ticket_block_item {
  text-align: left !important;
}
.tickets-total-detail {
  padding: 20px 16px;
  border-top: 0.5px solid rgb(255 255 255 / 15%);
}
span.total-title {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--ub-font);
  color: #fff;
}
span.total-title span {
  font-size: 14px;
  font-weight: 500;
}
span.total-amount {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--ub-font);
  color: #fff;
}
span.actual-amount {
    width: 100%;
    display: flex;
    justify-content: end;
}
.time-counter {
  margin: 40px 0px 0px;
  text-align: center;
}
span.time-countdown {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--ub-font);
  color: var(
  --primary-clr);
}

.nextbtn-blk {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
button.nextbtn {
  padding: 16px;
  background: var(--primary-clr);
  border: 0px;
  max-width: 350px;
  width: 100%;
  border-radius: 50px;
  font-size: 16px;
  font-family: var(--ub-font);
  font-weight: 900;
  margin: 0 auto;
  color: var(--black-clr);
}
button.nextbtn:disabled {
  opacity: 0.5;
}
.offcanvas{
  height: 45vh !important;
}
.offcanvas, .offcanvas-body {
  background: transparent !important;
}
.offcanvas-modal-blk {
  background: #000;
  padding: 30px 20px 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #454545;
  border-width: 1px 0px 0px;
  border-radius: 25px 25px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.offcanvas-modal-blk h2 {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--ub-font);
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
}
.img-blk {
  height: 80px;
  margin-top: 10px;
}
.img-blk img {
  width: 100%;
  height: 100%;
}
.select-seats-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 25px 0px;
  max-width: 340px;
  width: 100%;
}
.select-seats-heading h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--ub-font);
  color: rgb(255 255 255 / 50%);
  text-align: center;
  margin-bottom: 0px;
}

.quantity-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.input-number, .input-number-decrement, .input-number-increment {
user-select: none;
background: #000;
color: #fff;
}
span.input-number-decrement, span.input-number-increment  {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--ub-font);
    cursor: pointer;
    border-radius: 6.5px;
    width: 22px;
    height: 22px;
    background: var(--primary-clr);
    text-align: center;
    color: var(--black-clr);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 15px;
}

input.input-number {
    min-width: 30px;
    max-width: 30px;
    padding: 0px 5px;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--ub-font);
    text-align: center;
    border-radius: 0px;
}
input.input-number:focus {
  outline: none;
}

.select-seats-btn-blk {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
button.select-seats-btn {
  padding: 12px;
  background: var(--primary-clr);
  border: 0px;
  max-width: 350px;
  width: 100%;
  border-radius: 50px;
  font-size: 14px;
  font-family: var(--ub-font);
  font-weight: 800;
  color: var(--black-clr);
}
button.outline-btn {
  padding: 12px;
  background: #212121;
  border: 1px solid var(--primary-clr);
  max-width: 350px;
  width: 100%;
  border-radius: 50px;
  font-size: 14px;
  font-family: var(--ub-font);
  font-weight: 800;
  color: var(--primary-clr);
}
.parking-offcanvas .img-blk{
 margin-top: 0px;
 height: 127px;
}
.parking-offcanvas h2 {
  margin: 40px 0px;
}
.parking-offcanvas .offcanvas-modal-blk  button.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
  opacity: 1;
}



/* Stadium css end */

.webpage-logo-blk {
  width: 100px;
  height: 40px;
  position: absolute;
  content: "";
  top: 20px;
  left: 12%;
}

.primary-btn {
  display: inline-block;
  padding: 8px 30px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--pp-font);
  color: var(--black-clr);
  text-transform: capitalize;
  background: var(--primary-clr);
  border: 0.5px solid var(--primary-clr);
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.text-btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  font-family: var(--pp-font);
  color: var(--primary-clr);
  border: 0px;
  background: transparent;
  transition: all 0.2s ease-in-out;
}



/* Homepage css Start */


section.common-hero-section {
  height: 373px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
section.hero-section::before , .common-hero-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 80%);
  z-index: -1;
}
.hero-wrapper {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 12px;
}
.hero-wrapper h1 {
  font-size: 65px;
  font-weight: 900;
  font-family: var(--pp-font);
  color: var(--white-clr);
  text-align: center;
  margin-bottom: 15px;
}
section.common-hero-section .hero-wrapper h1 {
  font-size: 30px;
}
.hero-wrapper p {
  width: 72%;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--pp-font);
  color: var(--white-clr);
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
}

.heading-flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.sub-heading h2 {
  font-size: 40px;
  font-weight: 900;
  font-family: var(--pp-font);
  color: var(--white-clr);
  margin-bottom: 0px;
}
.common-sub-heading h2 {
  font-size: 22px;
}
.side-content-blk {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.common-btn-blk {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}


.search-field {
  width: 350px;
  max-width: 100%;
  position: relative;
}
.search-field input {
  background-color: var(--dark-grey);
    border: 1px solid #2B2B2B;
    border-radius: 8px;
    padding: 12px 45px 12px 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--pp-font);
    color: var(--white-clr) !important;
}
.common-field .form-control::placeholder {
  color: #525151;
}
.common-field .form-control:focus , .form-control:focus, .form-select:focus {
  box-shadow: none;
  background-color: var(--dark-grey);
  border-color: #2B2B2B;
}
span.search-btn {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  background: var(--primary-clr);
  border-radius: 8px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
span.search-btn img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}



/* FAQ css Start */

.faq-wrapper .accordion-item {
  border-radius: 14px !important;
  background-color: var(--dark-grey);
}
.faq-wrapper .accordion-item:not(:last-child) {
  margin-bottom: 10px;
  border: 0px;
}
.accordion-button::after {
  filter: invert(10) brightness(13);
}
.faq-wrapper button.accordion-button {
  background: var(--dark-grey);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--ub-font);
  color: var(--white-clr);
  border-radius: 14px !important;
  padding: 26px 36px 26px 42px;
  box-shadow: none !important;
}
.faq-wrapper .accordion-body {
  padding: 10px 36px 26px 42px;
  background: var(--dark-grey);
}
.faq-wrapper .accordion-button:not(.collapsed) {
  font-size: 20px;
  font-weight: 600;
  border-radius: 14px 14px 0px 0px !important;
}
.faq-wrapper .accordion-collapse.collapse.show .accordion-body {
  border-radius: 0px 0px 14px 14px !important;
}
.faq-wrapper .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--pp-font);
  line-height: 30px;
  color: var(--white-clr);
  margin-bottom: 0px;
}

/* FAQ css End */

/* Privacy and terms css Start */

.common-text-blk h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--pp-font);
  color: var(--white-clr);
}
.common-text-blk :is(p, li, pre) {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--pp-font);
  color: var(--white-clr);
  line-height: 30px;
  white-space: break-spaces;
}
.common-text-blk :is(ul, ol) {
  padding-left: 18px;
}
.common-text-blk a {
  color: var(--primary-clr);
  font-family: var(--pp-font);
}

.dflex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
span.tickets-label {
    color: var(--primary-clr);
    font-family: var(--ub-font);
    font-weight: 600;
}

/* Media CCS Start */
@media screen and (max-width:1200px) {
  .container {
    max-width: 100%;
    padding: 0px 1.5rem;
  }

  .btn-box {
    display: flex;
  }
  .hero-wrapper h1 {
    font-size: 52px;
  }
  .sub-heading h2 {
    font-size: 32px;
  }
  .common-sub-heading h2 {
    font-size: 24px;
  }
  .webpage-logo-blk {
    left: 3%;
  }
}

@media screen and (max-width: 992px) {
  .hero-wrapper h1 {
    font-size: 42px;
  }
  section.common-hero-section .hero-wrapper h1 {
    font-size: 30px;
  }
  .sub-heading h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px){
  .header-flex-wrapper {
    padding-bottom: 25px;
  }

}

@media screen and (max-width: 576px) {
  .container {
    padding: 0px 1rem;
  }
  .hero-wrapper h1 {
    font-size: 32px;
  }
  section.common-hero-section .hero-wrapper h1 {
    font-size: 28px;
  }
  .sub-heading h2 {
    font-size: 20px;
  }
  .hero-wrapper p {
    width: 85%;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .card-wrapper {
    padding: 30px 15px;
  }
  .faq-wrapper button.accordion-button {
    font-size: 16px;
    padding: 26px 26px 26px 26px;
  }
  .faq-wrapper .accordion-button:not(.collapsed) {
    font-size: 18px;
  }
  .faq-wrapper .accordion-body {
    padding: 10px 26px 26px 26px;
    background: var(--dark-grey);
  }
  .faq-wrapper .accordion-body p {
    font-size: 14px;
    line-height: 24px;
  }
  .faq-section .heading-flex-box {
    align-items: flex-start;
    flex-direction: column;
  }
  .faq-section .side-content-blk {
    width: 100%;
  }
  .search-field {
    width: 100%;
  }
  .faq-wrapper .accordion-button::after {
    width: 16px !important;
    height: 16px !important;
    background-size: 16px !important;
  }
}

@media screen and (max-width: 420px) {
  .heading-flex-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .common-sub-heading h2 {
    text-align: left;
  }
}
