@import url("./globals.css");
@import url("./variables.css");

/* -------- HERO SECTION STARTS -------- */
.hero-slider .item {
  color: var(--primary-white);
  display: flex;
  flex-direction: column;
  height: 300px;
  align-items: self-start;
  padding: 8.5% 0 0 16.5%;
  height: calc(100vh - 88.75px);
  position: relative;
  /*background: #00000075;*/
  background: #000000b8;
}

.hero-slider .owl-nav {
  display: none;
}

.hero-slider .owl-dots {
  position: absolute;
  left: 15%;
  bottom: 55px;
}

.hero-slider_title_main{
  margin-bottom: 20px;
  color: #f51928;
  font-size: 50px;
}

.hero-slider_title {
  /*font-size: 60px;*/
  font-size: 40px;
  line-height: 40px;

}

.hero-slider .hero-slider_title:nth-of-type(1) {
  color: var(--primary-white);
}

/*.hero-slider .hero-slider_title:nth-of-type(2) {
  color: var(--primary-red);
}*/

.hero-slider_subtitle {
  margin-top: 0px !important;
  font-size: 30px;
  /*margin-top: 15px;*/
}

.book-slot-button {
  font-size: 22px !important;
}

.hero-banner-img {
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: left;
  z-index: -1;
}

.scroll-for-more {
  text-transform: capitalize;
  right: 0px;
  bottom: 100px;
  transform: rotate(270deg);
  z-index: 2;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.scroll-for-more:hover {
  text-decoration: none;
}

.scroll-more-arrow {
  transform: rotate(90deg) scale(1.5);
  margin: 0px 3px 0 0;
  animation: bounce 1200ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
}

@keyframes bounce {
  50% {
    transform: rotate(90deg) scale(1.5) translateY(5px);
  }
}

.scroll-more-mouse {
  transform: rotate(90deg);
}

.social-links {
  left: 7%;
  bottom: 0;
  height: 100%;
  z-index: 2;
}

.social-links ul {
  list-style: none;
  gap: 30px;
  position: relative;
}

.social-links ul img {
  width: 25px;
}

.social-links ul::before {
  content: "";
  position: absolute;
  top: -55%;
  width: 1px;
  height: 45%;
  background: rgb(255 255 255 / 50%);
}

.social-links ul::after {
  content: "";
  position: absolute;
  bottom: -55%;
  width: 1px;
  height: 45%;
  background: rgb(255 255 255 / 50%);
}

.hero-slider.owl-theme .owl-dots {
  display: flex;
  gap: 20px;
  align-items: center;
}

.hero-slider.owl-theme .owl-dots .owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
  width: 35px !important;
  height: 35px !important;
  aspect-ratio: 1;
  margin: 5px 4px;
  position: relative;
  background: transparent;
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 35px !important;
  height: 35px !important;
  aspect-ratio: 1;
  background: transparent;
  position: relative;
}

.hero-slider.owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  aspect-ratio: 1;
  inset: 8.5px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 50%;
}

#bar {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: conic-gradient(var(--primary-red) 255deg, transparent 0deg);
}

#progressBar {
  width: 100%;
  background: transparent;
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span::before {
  content: "";
  height: 12px;
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  inset: 11.5px;
  border-style: double;
  border-width: 0px 0 0px 12px;
  border-color: transparent transparent transparent white;
  cursor: pointer;
  will-change: border-width;
  transition: all 0.2s ease-in-out;
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 80%;
  inset: 10%;
  z-index: 8;
  background-color: black;
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span.play-again::before {
  left: 13px;
  top: 10px;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  transition: all 0.2s ease-in-out;
}
/* -------- HERO SECTION ENDS -------- */

/* Enquiry Button starts */
.enquiry-button {
  position: fixed;
  transform: rotate(270deg);
  z-index: 45;
  top: 50%;
  right: -70px;
  padding: 8px 20px 11px !important;
  width: auto;
  display: flex;
  align-items: center;
}

.headphones-icon {
  transform: rotate(90deg);
  margin-right: 8px;
}
/* Enquiry Button ends */

/* -------- HOW TO REGISTER SECTION STARTS -------- */
.how-to-register {
  width: 100%;
}

#video-container {
  width: 64%;
  aspect-ratio: 2;
  margin: 1.5% auto 7%;
  border-radius: 30px;
  z-index: 0;
}

/*#video-container::before {
  position: absolute;
  content: '';
  width: 90%;
  height: 90%;
  right: 100%;
  bottom: -15%;
  background: radial-gradient(50% 50% at 50% 50%, var(--primary-red) 0%, rgba(245, 25, 40, 0)var(--primary-red) 100%);
  filter: blur(222px);
  z-index: -1;
}

#video-container::after {
  position: absolute;
  content: '';
  width: 40%;
  height: 40%;
  top: 15%;
  left: 81%;
  background: #FFFFFF;
  filter: blur(222px);
  z-index: -1;
}*/

#video-container::before {
  position: absolute;
  border-radius: 50%;
  content: '';
  width: 60%;
  height: 60%;
  top: 0;
  right: 70%;
  bottom: -15%;
  background: var(--primary-red);
  filter: blur(222px);
  z-index: -1;
}
#video-container::after {
  position: absolute;
  content: '';
  width: 40%;
  height: 40%;
  top: 15%;
  right: 0;
  background: #FFFFFF;
  filter: blur(222px);
  z-index: -1;
}

.gradient-red-button {
  background: linear-gradient(var(--primary-red), #5e060c) padding-box,
    linear-gradient(90deg, var(--primary-red) 0, #5e060c 50%, #5e060c) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
}

#gaming-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.play_button_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play_button {
  height: 112px;
  width: 112px;
  background: rgba(0, 0, 0, 0.6);
  border: 3px solid var(--primary-red);
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  backdrop-filter: blur(2px);
}

.play_button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/play-btn.png");
  background-repeat: no-repeat;
  left: 4px;
  background-size: 30%;
  background-position: center;
}

.video-image-1 {
  width: 40%;
  position: absolute;
  right: 80%;
  top: 23%;
}

.video-image-2 {
  width: 50%;
  position: absolute;
  left: 73%;
  bottom: 51%;
}
/* -------- HOW TO REGISTER SECTION ENDS -------- */

/* -------- LATEST LAPTOPS SECTION STARTS -------- */
.latest-laptops {
  width: 100%;
  position: relative;
}

.games_section_bg::before{
background-image: url("../assets/images/games-section-bg.webp") !important;
}
.games_section_bg{
background-image: url("../assets/images/games-section-bg.webp") !important;
}

.latest-laptops::before {
  background-image: url("../assets/images/latest_laptop_bg_image.webp");
  position: absolute;
  content: '';
  background-size: cover;
  width: 100%;
  height: 100%;
}

.latest-laptop-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card_laptop {
  border-radius: 20px;
  background: linear-gradient(137.11deg, rgba(10, 10, 10, 0.9) 4.72%, rgba(28, 28, 28, 0.9) 99.2%);
  padding: 30px;
  transform: translateY(40px);
}

.latest-laptop-slider .owl-stage {
  padding: 40px 0 !important;
}

.latest-laptops .card_laptop .image_container {
  aspect-ratio: 1.25;
  border-radius: 10px;
  margin-bottom: 15px;
}

.latest-laptops .card_laptop .image_container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.latest-laptops .card_content h6 {
  font-size: 20px;
  color: var(--primary-white);
  margin: 0px;
}

.latest-laptops .card_content p {
  font-size: 18px;
  color: var(--primary-gray);
  margin: 0px;
  text-transform: capitalize;
}

.card-button {
  color: var(--primary-white) !important;
  padding: 6px 25px !important;
  cursor: pointer;
}

.latest-laptop-slider .owl-item.center .card_laptop {
  transform: scale(1.15);
  transition: all 0.2s ease-in-out;
  border: 4px solid var(--primary-red);
  border-radius: 26px;
  position: relative;
  z-index: 15;
}

.latest-laptop-slider .owl-item .card-button {
  transition: all 0.5s ease-in-out;
  display: none;
}

.latest-laptop-slider .owl-item.active.center .card-button {
  display: block;
}

.latest-laptop-slider.owl-carousel.owl-loaded.owl-drag {
  padding: 44px 0;
}
/* -------- LATEST LAPTOPS SECTION ENDS -------- */

/* -------- TOP EVENTS SECTION STARTS -------- */
.top-events-container {
  position: relative;
}

.top-events-div::before {
  content: "";
  position: absolute;
  width: 46%;
  height: 46%;
  left: -51.7px;
  top: 0;
  background: var(--primary-red);
  opacity: 0.2;
  filter: blur(222px);
}

.top-events-div::after {
  content: "";
  position: absolute;
  width: 28%;
  height: 49%;
  right: 0;
  top: -7rem;
  background: #ffffff;
  opacity: 0.2;
  filter: blur(222px);
}

.top-events-card-container .owl-stage-outer {
  padding: 10px 0 35px;
}

.event-info img {
  width: auto !important;
}

.top-events-card {
  background: linear-gradient(137.11deg, rgba(10, 10, 10, 0.9) 4.72%, rgba(28, 28, 28, 0.9) 99.2%);
  border-radius: 18.5px !important;
  border: 0;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
}

.card-img-section {
  max-width: 54%;
  width: 100%;
}

.event-title {
  font-size: 20px;
  color: var(--primary-white);
  font-family: var(--trade-gothic-f);
  margin: 0;
}

.event-subtitle {
  font-size: 18px;
  color: var(--primary-gray);
  font-family: var(--roboto-f);
  margin-bottom: 10%;
}

.event-date {
  font-family: var(--roboto-f);
  font-size: 15px;
  color: var(--primary-white);
  background: rgba(245, 25, 40, 0.3);
  padding: 8px 12px;
  width: fit-content;
  text-align: center;
}

.event-data {
  font-family: var(--roboto-f);
  font-size: 15px;
  color: var(--primary-gray);
  margin: 0;
}

.event-info {
  display: flex;
  gap: 18px;
  margin: 10px 0px;
  align-items: flex-start;
}

.event-register-btn {
  color: var(--primary-white) !important;
  background: var(--primary-red) !important;
  /* padding: 7% 14% !important; */
  border-radius: 0 !important;
  font-family: var(--trade-gothic-f) !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  cursor: pointer;
  width: fit-content;
}
/* -------- TOP EVENTS SECTION ENDS -------- */

/* -------- GAME RESPONSIBLY SECTION STARTS -------- */
.game-responsibly-card-container .owl-stage-outer {
  position: relative;
}

.game-responsibly-card-container .owl-stage-outer::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%);
}

.game-responsibly-card-container .owl-stage-outer {
  padding: 30px 0 30px;
}

.game-responsibly-card {
  background: var(--primary-black);
  align-items: center;
  padding: 0 25px;
}

.game-responsibly-image-container {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 80px;
}

.game-responsibly-image-container img {
  object-fit: contain;
}

.game-responsibly-card-content {
  text-align: center;
}

.game-responsibly-card-content h6 {
  font-family: var(--trade-gothic-f);
  font-weight: 700;
  font-size: 28px;
  color: var(--primary-white);
  padding: 10px 0 0 0;
}

.game-responsibly-card-content p {
  font-family: var(--roboto-f);
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-gray);
}
/* -------- GAME RESPONSIBLY SECTION ENDS -------- */

/* -------- TERMS AND CONDITION BANNER SECTION STARTS -------- */
.tnc-banner {
  aspect-ratio: 4.23;
}

.tnc-banner_content {
  position: absolute;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
}

.tnc-banner_content p {
  color: var(--primary-gray);
  font-size: 20px;
}

.tnc-banner_content h3 {
  color: var(--primary-white);
  line-height: 40px;
  font-size: 28px;
  width: 39%;
}

.tnc-banner_image {
  position: absolute;
  height: 100%;
  width: 60%;
  right: 0;
  display: flex;
  justify-content: end;
  z-index: 1;
}

.tnc-banner_image img {
  object-fit: contain;
  height: 100%;
}

.tnc-overlay {
  position: absolute;
  height: 100%;
  width: 60%;
  right: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0.5775560224089635) 25%, rgba(0, 212, 255, 0) 100%);
}
/* -------- TERMS AND CONDITION BANNER SECTION ENDS -------- */

/* -------- OFFCANVAS -------- */
.offcanvas-collapse {
  background-color: #202020;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 815px;
  overflow-y: auto;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: translateX(820px);
  transform: translateX(820px);
  z-index: 99;
}

.offcanvas-collapse.open {
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
}

.offcanvas-container {
  min-height: 100%;
}
/* -------- OFFCANVAS ENDS -------- */

/* -------- FORM CSS -------- */
.form-header-container {
  background: #121212;
  padding: 22px 60px 30px;
  gap: 20px;
}

.form-header-txt {
  color: var(--primary-white);
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  font-size: 28px;
  line-height: 40px;
}

.form-clip-header::before {
  position: absolute;
  content: '';
  width: 82%;
  height: 116%;
  right: -25px;
  background: #F51928;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  z-index: -1;
}

.close-btn {
  text-transform: uppercase;
  font-family: var(--roboto-f);
  font-weight: 400;
  color: #FFFFFF;
  font-size: 15px;
}

.arrow {
  display: none;
}

.steps-button {
  margin-right: 5px;
  font-family: var(--roboto-f);
  width: 130px;
  height: 49px;
  font-size: 14px;
  text-decoration: none;
  background: #F51928;
  color: white;
  border: none;
  opacity: 0.20;
}

.parallelogram {
  transform: skew(-20deg);
}

.skew-fix {
  display: inline-block;
  transform: skew(20deg);
}

.form-container {
  padding: 24px 60px 24px;
}

.form-input {
  box-sizing: border-box;
  height: 52px;
  background-color: #3E3E3E !important;
  font-family: var(--roboto-f);
  font-weight: 400;
  border-radius: 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(95, 109, 126, 0.3);
  box-shadow: inset 0px 4px 27px rgba(0, 0, 0, 0.07);
  padding-left: 23.75px;
  padding-right: 23.75px;
  width: 100%;
  margin-bottom: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-input:focus-visible {
  outline: none !important;
}

.custom-select:focus {
  border-color: unset !important;
  box-shadow: unset !important;
  border: 1px solid rgba(95, 109, 126, 0.3) !important;
}

.custom-select {
  background: #fff url("../assets/icons/dropdown-arrow.png") right 0.75rem center/8px 10px no-repeat;
  background-size: 14px;
}

#submitRegistrationForm {
  width: 50%;
}

::placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-steps-container {
  margin-bottom: 30px;
  margin-left: 10px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  width: 22px;
  height: 22px;
  background-color: var(--primary-red);
  background-size: 3%;
  font-size: 15px;
  border-radius: 0;
  border: 2px solid var(--primary-gray);
  top: 1px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-size: 85% !important;
  top: 4px !important;
  left: -21px !important;
}

.custom-control-input:not(:checked)~.custom-control-label::before {
  width: 22px;
  height: 22px;
  border: 2px solid #7C7C7C;
  border-radius: 0px;
  background-color: transparent;
  top: 1px;
}

.form-width {
  max-width: 500px;
}

.agree-text {
  font-family: var(--roboto-f);
  font-weight: 400;
  font-size: 14px;
  color: #7C7C7C;
}

.agree-text a {
  color: var(--primary-red);
  text-decoration: underline;
}

.form-btn {
  border-radius: 0 !important;
  border: none;
  padding: 16px 0px !important;
  background-color: var(--primary-red);
  color: var(--primary-white);
  font-weight: 700;
  font-size: 22px;
  width: 100%;
}

.choose-time-btns {
  justify-content: flex-start;
  gap: 12px;
  display: flow !important;
}

.btn-check:checked+.btn {
  color: var(--primary-white);
  background-color: var(--primary-red);
  border: 2px solid var(--primary-red);
  opacity: 1;
}

label.btn.btn-outline-primary {
  width: 130px;
  border-radius: 40px !important;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 1.5px 16px;
  color: var(--primary-white);
  opacity: 0.3;
  font-size: 14px;
}

.back-btn {
  border-radius: 0 !important;
  border: 2.5px solid var(--primary-red);
  padding: 16px 0px !important;
  background-color: transparent;
  color: var(--primary-white);
  font-weight: 700;
  font-size: 22px;
  width: 100%;
}

.player-number {
  left: 11px;
  top: 9px;
  font-size: 20px;
  color: var(--primary-black);
  font-family: var(--trade-gothic-f);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.form-background-logo {
  right: -4%;
  top: 47%;
  z-index: -4;
}

.player-details-row {
  column-gap: 12px;
}

.player-details-row div {
  width: 100%;
}

.add-player,
.update-player {
  padding: 8px;
  width: fit-content;
  color: var(--primary-white) !important;
  font-family: var(--roboto-f);
  background: rgba(245, 25, 40, 0.53);
  border: 1px solid rgba(245, 25, 40, 0.63);
  backdrop-filter: blur(13.5px);
  border-radius: 0px !important;
  opacity: 0.7;
}

/* -------- THANK YOU PAGE CSS STARTS  -------- */
.thank-you-container {
  padding-top: 7%;
}

.thank-you-container p {
  text-align: center;
  margin: 0px;
}

.thank-you-container .form-btn {
  width: 30%;
}

.name-description {
  font-family: var(--roboto-f);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: var(--primary-white);
}

.thank-you-heading {
  font-family: var(--trade-gothic-f);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--primary-white);
}

.description-grey {
  font-family: var(--roboto-f);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: var(--primary-white);
  /*color: var(--primary-gray);*/
}

.description-white {
  font-family: var(--roboto-f);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: var(--primary-white);
}

.description-white a {
  color: var(--primary-red);
  text-decoration: underline;
}

.validation-error {
  margin-top: -12px;
  margin-bottom: 5px;
}

.add-player-form-container .validation-error,
.form-width .validation-error {
  margin-top: -8px;
  margin-bottom: 8px;
}
/* -------- THANK YOU PAGE CSS ENDS-------- */

/* -------- CONFIRMATION PAGE STARTS --------- */
#seat-selection-confirmation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.red-border-bottom {
  border-bottom: 2px solid rgba(245, 25, 40, 0.5);
}

.form-column p {
  margin: 0px;
}

.row-gap {
  row-gap: 16px;
}

#playerdetailsConfirmation div {
  word-break: break-all;
}
/* -------- CONFIRMATION PAGE ENDS --------- */

/* -------- FORM CSS ENDS-------- */
.seat-form-container {
  margin-bottom: 10%;
  padding-top: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.table-div {
  width: 100%;
  aspect-ratio: 2.88;
  background: linear-gradient(0deg, #58595B -0.01%, #414042 100%);
  border: 2px solid #58595B;
}

.seat {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin: 0 5px;
}

.bottom-row .seat {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transform: rotate(180deg);
}

.bottom-row .seat-2 {
  transform: rotate(-180deg);
  border: 3px solid #808285;
  border-top: 0px;
}

input[type="checkbox"] {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.back-rest {
  width: 80px;
  height: 11px;
  background: linear-gradient(0deg, #808285 0%, #808285 100%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 10px;
  position: relative;
}

.back-rest::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #58595B;
  clear: both;
}

.seat-2 {
  width: 59.93px;
  aspect-ratio: 1.65;
  padding-top: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 12px;
  letter-spacing: -0.0575em;
  color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(90deg, #58595B 0%, #414042 100%);
  border: 3px solid #808285;
  border-bottom: 0px;
  position: relative;
}

input[type="checkbox"]:checked+.seat .back-rest {
  background: linear-gradient(44deg, rgba(128, 7, 15, 1) 0%, rgba(245, 25, 40, 1) 29%, rgba(233, 111, 120, 1) 100%);
}

input[type="checkbox"]:checked+.seat .back-rest::after {
  border-top: 10px solid #9A020C;
}

input[type="checkbox"]:checked+.seat .seat-2 {
  border-color: #9A020C;
  background: linear-gradient(0deg, rgba(128, 7, 15, 1) 0%, rgba(245, 25, 40, 1) 29%, rgba(233, 111, 120, 1) 100%);
}

input:disabled+.seat .seat-2 {
  color: rgba(255, 255, 255, 0.2);
}

input:disabled+.seat .seat-2::before {
  position: absolute;
  content: "X";
  color: red;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: grid;
  place-content: center;
}

.custom-select {
  background: #fff url("../assets/icons/dropdown-arrow.png") right 0.75rem center/8px 10px no-repeat;
  background-size: 14px;
}

.date-container{
  position: relative;
}

.date-container img.ui-datepicker-trigger {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 15px;
}

.form-navigation {
  gap: 20px;
}

.form-navigation:nth-of-type(1), .form-navigation:nth-of-type(2) {
  width: 72%;
}

#tab-5 .form-navigation {
  width: 30%;
}

#player-group span label, #update-player-details span label {
  margin-bottom: 0 !important;
}

/*-----------------------------ENQUIRY MODAL----------------------------------*/
#enquiryModal .modal-header .close {
  position: absolute !important;
  right: 26px;
  top: 6.5%;
  font-weight: 400 !important;
  font-size: 15px !important;
  text-shadow: none !important;
  color: var(--primary-white);
  opacity: 1 !important;
}

#enquiryModal .modal-header {
  border-bottom: none !important;
  padding: 20px 0 0 0 !important;
}

#enquiryModal .modal-content {
  background-color: var(--primary-black) !important;
  border-radius: 0px !important;
  overflow: hidden;
  isolation: isolate;
}

#enquiryModal .textarea-input {
  background-color: #3E3E3E !important;
  font-family: var(--roboto-f);
  border-radius: 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(95, 109, 126, 0.3);
  box-shadow: inset 0px 4px 27px rgba(0, 0, 0, 0.07);
  padding: 12px 23.75px 5px;
  width: 100%;
  margin-bottom: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

#enquiryModal .modal-content::before {
  content: "";
  position: absolute;
  width: 160%;
  height: 68%;
  background: radial-gradient(50% 60% at 50% 50%, #F51928 55%, rgba(245, 25, 40, 0) 100%), radial-gradient(50% 60% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  filter: blur(30px);
  background-position: top -120px left -560px, top -120px right -250px;
  background-size: 113%;
  background-repeat: no-repeat;
  z-index: -1;
}

#enquiryModal .modal-content::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 84%;
  bottom: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #F51928 0%, rgba(245, 25, 40, 0) 100%), radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  filter: blur(30px);
  background-position: bottom -235px left -340px, bottom -160px right -100px;
  background-size: 700px;
  background-repeat: no-repeat;
  z-index: -1;
}

#enquiryModal .textarea-input:focus-visible {
  outline: none !important;
}

#enquiryModal .modal-body {
  padding: 30px 15% !important;
}

@media screen and (min-width: 1600px) {
  .hero-slider .item {
    padding: 16.5% 0 0 16.5%;
  }

  .event-title {
    font-size: 24px;
  }

  .event-subtitle {
    font-size: 20px;
  }

  .event-date, .game-responsibly-card-content p {
    font-size: 18px;
  }

  .event-register-btn {
    font-size: 22px !important;
  }

  .game-responsibly-image-container {
    width: 100px;
  }

  .game-responsibly-card-content h6 {
    font-size: 30px;
    padding: 25px 0 0 0;
  }

  .tnc-banner_content p {
    color: var(--primary-gray);
    font-size: 25px;
  }

  .tnc-banner_content h3 {
    line-height: 50px;
    font-size: 38px;
    width: 44%;
  }

  .latest-laptop-slider .owl-stage {
    padding: 44px 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  .hero-slider .item {
    padding: 9.5% 0px 0px 16.5%;
  }

  .hero-slider_title {
    font-size: 40px;
    line-height: 40px;
  }

  .hero-slider_title_main {
    font-size: 50px;
  }

  .hero-slider_subtitle {
    font-size: 24px;
  }

  .book-slot-button {
    font-size: 20px !important;
  }

  .card_laptop {
    padding: 20px;
    border-radius: 12px;
  }

  .latest-laptop-slider .owl-item.center .card_laptop {
    border-radius: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .tnc-banner_content h3 {
    width: 52%;
  }

  .card_laptop {
    border-radius: 15px;
    padding: 18px;
  }

  .latest-laptop-slider .owl-item.center .card_laptop {
    border-radius: 15px;
  }

  .event-subtitle {
    margin-bottom: 5%;
  }

  .event-register-btn {
    padding: 5% 12% !important;
  }
}

@media screen and (max-width: 1024px) {
  .top-events-div::after, .video-image-1, .video-image-2 {
    display: none;
  }

  .latest-laptops .container {
    padding: 0;
  }

  .card_laptop {
    margin: 7px 7%;
  }
}

@media screen and (max-width: 992px) {
  .hero-slider .item {
    padding: 15% 0px 0px 15%;
  }

  .hero-slider_title {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-slider_title_main {
    font-size: 35px;
  }

  .hero_slider_title_main_span {
    font-size: 20px !important;
  }

  .hero-slider_subtitle, .book-slot-button {
    font-size: 18px !important;
  }

  .scroll-for-more {
    right: -35px;
    font-size: 12px;
  }

  .hero-slider .owl-dots {
    bottom: 50px;
    left: 8%;
  }

  #video-container {
    margin: 3% auto 7%;
    width: 92%;
  }

  .play_button {
    height: 80px;
    width: 80px;
  }

  #video-container::before {
    display: none;
  }

  .latest-laptops .card_content h6 {
    line-height: 32px;
  }

  .latest-laptop-slider.owl-carousel.owl-loaded.owl-drag {
    padding: 0px 0 44px 0;
  }

  .tnc-banner_content {
    position: unset;
    height: auto;
    margin: 0 0 7% 0;
    padding: 0 15px;
  }

  .tnc-banner_content h3 {
    line-height: 35px;
  }

  .tnc-banner_image {
    position: unset;
    width: 100%;
    height: auto;
    aspect-ratio: 1.64;
  }

  .tnc-banner_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .tnc-overlay {
    display: none;
  }

  .offcanvas-collapse {
    width: 100% !important;
    right: -100%;
  }

  .offcanvas-collapse.open {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 800px) {
  .form-container {
    padding: 24px 20px 24px;
  }

  .form-width {
    max-width: 100%;
  }

  .form-header-container {
    padding: 22px 20px 28px;
  }

  .form-header-txt {
    font-size: 22px;
    line-height: 40px;
  }

  button.steps-button:first-of-type, button.steps-button:last-of-type {
    width: 98%;
  }

  .steps-button {
    font-size: 16px;
  }

  .steps-button.active {
    width: 92%;
    display: block;
    margin-left: auto !important;
  }

  .arrow {
    display: block !important;
    top: -58px;
    width: 20px;
  }

  .arrow img {
    object-fit: contain;
    width: 100%;
  }

  .steps-button {
    display: none;
  }

  .form-steps-container {
    margin-left: 0px !important;
    margin-bottom: 20px;
  }

  .seat-form-container {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #submitRegistrationForm {
    width: 100%;
  }

  .form-input {
    margin-bottom: 12px;
  }

  .form-navigation {
    flex-direction: column;
  }

  .form-navigation:nth-of-type(1), .form-navigation:nth-of-type(2) {
    width: 100%;
  }

  #tab-5 .form-navigation, .thank-you-container .form-btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .tnc-banner_content h3 {
    width: 92%;
  }

  .card_laptop {
    margin: 7px 5%;
  }

  .enquiry-button {
    top: 55%;
    right: -40px;
  }

  #enquiryModal .modal-body {
    padding: 30px 10px !important;
  }

  #enquiryModal .modal-header {
    margin: 0px !important;
    padding: 20px 10px 0px !important;
    align-items: center !important;
  }

  #enquiryModal .modal-header .close {
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
  }
}

@media screen and (max-width: 600px) {
  #app section {
    margin-bottom: 15%;
  }

  .laptop_available_store .card-img-section {
    aspect-ratio: 0.7 !important;
  }

  .form-clip-header::before{
    width: 150px !important;
    left: 130px !important;
    height: 100% !important;
  }

  .form-header-txt{
    font-size: 18px !important;
  }

  .hero-slider .item {
    padding: 28% 0px 0px 25px;
  }

  .hero-slider .owl-dots {
    bottom: 30px;
    left: 20px;
    gap: 8px !important;
  }

  .top-events-card {
    flex-direction: column !important;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
  }

  .card-details-section {
    width: 100%;
    padding: 25px 25px 30px;
  }

  .card-img-section {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1.7;
    border-radius: 18.5px;
    overflow: hidden;
  }

  .card-img-section img {
    object-fit: cover;
    height: 100%;
  }

  button.steps-button:first-of-type,
  button.steps-button:last-of-type {
    width: 97%;
  }

  .player-details-row {
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .hero-slider .item {
    padding: 28% 0px 0px 20px;
  }

  .laptop_available_store .card-img-section {
    aspect-ratio: 0.7 !important;
  }

  .form-clip-header::before{
    width: 150px !important;
    left: 130px !important;
    height: 100% !important;
  }

  .form-header-txt{
    font-size: 18px !important;
  }

  .hero-slider_title {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-slider_title_main {
    font-size: 35px;
  }

  .hero_slider_title_main_span {
    font-size: 20px !important;
  }

  .hero-slider_subtitle {
    font-size: 16px;
  }

  #gaming-video {
    border-radius: 8px;
  }

  .play_button {
    height: 50px;
    width: 50px;
  }

  .play_button::after {
    left: 2px;
  }

  .latest-laptops .card_content h6 {
    line-height: unset;
    font-size: 13px;
  }

  .latest-laptops .card_content p {
    font-size: 11px;
  }

  .card-button {
    font-size: 11px !important;
    padding: 5px 25px !important;
  }

  .latest-laptop-slider .owl-item.center .card_laptop {
    border: 2px solid var(--primary-red);
  }

  #enquiryModal .modal-dialog {
    max-width: 540px !important;
  }
}

@media screen and (max-width: 512px) {
  .form-header-txt {
    font-size: 22px;
    line-height: 35px;
  }

  .form-clip-header::before {
    width: 225px;
    left: 0;
    height: 110%;
  }

  label.btn.btn-outline-primary {
    padding: 1.5px 10px;
  }

  .fiveVfive .back-rest {
    width: 60px;
  }

  .fiveVfive .seat-2 {
    width: 41px;
    aspect-ratio: 1.65;
    padding-top: 6px;
    font-size: 14px;
  }

  .fiveVfive .table-div {
    aspect-ratio: 3;
  }

  .back-rest {
    height: 8px;
  }

  .steps-button.active {
    width: 90%;
  }
}

@media screen and (max-width: 425px) {
  .hero-slider .item {
    padding: 54% 0px 0px 20px;
    height: calc(100vh - 57.89px);
  }

  .hero-slider_title {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-slider_title_main {
    font-size: 35px;
  }

  .hero_slider_title_main_span {
    font-size: 20px !important;
  }

  button.steps-button:first-of-type, button.steps-button:last-of-type {
    width: 96%;
  }
}

@media screen and (max-width: 390px) {
  .fourVfour .back-rest {
    width: 60px;
  }

  .fourVfour .seat-2 {
    width: 41px;
    aspect-ratio: 1.65;
    padding-top: 6px;
    font-size: 14px;
  }

  .fiveVfive .back-rest {
    width: 52px;
  }

  .fiveVfive .seat-2 {
    width: 34px;
    aspect-ratio: 1.65;
    padding-top: 4px;
    font-size: 14px;
  }
}

@media screen and (max-width: 370px) {
  .form-header-txt {
    font-size: 18px;
    line-height: 38px;
  }

  .form-clip-header::before {
    width: 180px;
    left: 0;
    height: 108%;
  }

  .hero-slider_title {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-slider_title_main {
    font-size: 35px;
  }

  .hero_slider_title_main_span {
    font-size: 20px !important;
  }
}
.enquiry-thank-you-div {
    min-height: 40vh;
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_results .error {
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #FF0000;
}
.store_list_details {
  border: 1px solid #ffffff;
  border-radius: 0px !important;
}
.myAlert-top{
    position: inherit;
    width: 100%;
}