/* Base CSS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #000000;
}

body {
  color: #000000;
  font-weight: 400;
  font-family: "Gotham Pro";
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

a,
button,
input,
textarea {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

/* ----------------------------- HEADER AREA START ------------------------ */

.header {
  padding-block: 18px;
  padding-bottom: 20px;
}

.header__search-group input {
  font-size: 14px;
  color: #676262;
  font-weight: 400;
  padding-inline: 50px !important;
  outline: none !important;
  box-shadow: none !important;
  line-height: 32px;
  height: 42px;
  width: 442px !important;
  border: 1px solid #adadad !important;
  background-color: #eee !important;
  border-radius: 10px !important;
}
.search-group input {
  font-size: 14px;
  color: #676262;
  font-weight: 400;
  padding-inline: 50px !important;
  outline: none !important;
  box-shadow: none !important;
  line-height: 32px;
  height: 42px;
  width: 252px !important;
  border: 1px solid #adadad !important;
  background-color: #eee !important;
  border-radius: 10px !important;
}
.header__search-group button {
  color: #8f8f8f;
  font-size: 20px;
  padding: 0;
  padding-left: 10px;
  line-height: 1;
  position: absolute !important;
  top: 10px;
  z-index: 22 !important;
}
.search-group button {
  color: #8f8f8f;
  font-size: 20px;
  padding: 0;
  padding-left: 10px;
  line-height: 1;
  position: absolute !important;
  top: 10px;
  z-index: 22 !important;
}
.header__login-btn {
  gap: 15px;
  font-size: 14px;
  font-weight: 700;
}

.header__actions {
  gap: 20px;
}

/* ----------------------------- HEADER AREA END ------------------------ */

.body__top-shape {
  position: absolute;
  top: 0;
  z-index: -1;
}

.body__top-shape img {
  height: anchor-size;
  width: 100%;
}

/* ----------------------------- HERO AREA START ------------------------ */

.hero__content h3 {
  font-size: 28px;
  font-weight: 700;
  background-size: 100% 100%;
  text-align: center;
  width: 674px;
  padding-block: 13px;
  color: #e63131;
  margin-left: auto;
  margin-top: -10px;
  z-index: -1;
  position: relative;
}

.hero__content h3:first-child {
  width: 600px;
  margin: 0;
  color: #fff;
  z-index: 2;
}

.hero__content {
  max-width: 965px;
  margin: 0 auto;
}

/* ----------------------------- HERO AREA END ------------------------ */

/* ----------------------------- SHOPTLIGHT AREA START ------------------------ */

.spotlight__card-heart {
  top: 11px;
  right: 11px;
}
.spotlight__card-unlikeheart {
  top: 11px;
  right: 11px;
}
.shoptlight__badge {
  background-color: #e62f30;
  font-size: 12.96px;
  color: #fff;
  padding: 5px 12px;
  border-radius: 100px;
  display: block;
  width: 110px;
  margin: 0 auto;
  text-align: center;
}

.spotlight__card-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 2px 9px 12px;
  border-radius: 16px;
  border: 1px solid #fff;
}

.spotlight__card-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spotlight__card-content p {
  font-size: 14px;
  color: #0f0e13;
  font-weight: 700;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spotlight__card-location img {
  height: 16px;
  width: auto !important;
}

.spotlight__card-location {
  font-size: 13px;
  color: #575757;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 3px;
}

.spotlight__card-thumb {
  height: 300px;
  position: relative;
}

.spotlight__card-thumb > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.spotlight__card-content .shoptlight__badge {
  margin-top: -12px;
}

.spotlight__card-content--wrapper {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 7px;
}

.spotlight__title {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.spotlight__inner-wrapper {
  background-color: rgba(230, 230, 230, 0.5);
  padding: 20px 25px 47px 30px;
}

.spotlight {
  margin-top: 30px;
}

.spotlight__cards .owl-stage {
  padding-left: 0 !important;
}

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  background-color: #d9d9d9;
  height: 5px;
  border-radius: 50px;
  display: flex;
}

.owl-dots button {
  width: 44px;
  height: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.owl-dots .owl-dot.active {
  background-color: #e62f30;
}

.new__shoplight .owl-dots {
  display: none;
}

.new__shoplight .spotlight__card-content--wrapper {
  position: unset !important;
}

.new__badge {
  position: absolute;
  top: 17px;
  left: -3px;
  height: 40px;
  width: 91px;
  z-index: 3;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.new__badge img {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
}

.new__shoplight .spotlight__card-heart {
  top: 24px;
}
.new__shoplight .spotlight__card-unlikeheart {
  top: 24px;
}
.new__shoplight .spotlight__card-content--wrapper {
  position: relative !important;
  padding: 0;
  margin-top: -45px;
}

.new__badge {
  position: absolute;
  top: 17px;
  left: -3px;
  height: 30px;
  width: 65px;
  z-index: 3;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.new__badge img {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
}

.new__shoplight .spotlight__card-heart {
  top: 24px;
}
.new__shoplight .spotlight__card-unlikeheart {
  top: 24px;
}
.new__shoplight .spotlight__card-content {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
}

.new__shoplight .spotlight__card-content .shoptlight__badge {
  margin-bottom: 30px;
  margin-top: 0;
  margin-right: 15px;
}

/* ----------------------------- SHOPTLIGHT AREA END ------------------------ */

/* ----------------------------- GAME CATEGORIES AREA START ------------------------ */
/* Hide checkbox */
.game-categories__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Item Base */
.game-categories__icon {
  position: relative;

  width: 90px;
  height: 90px;

  background: #fff;
  border: 1px solid #444444;
  border-radius: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.game-categories__item:hover .game-categories__icon img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(67%) saturate(3431%)
    hue-rotate(340deg) brightness(93%) contrast(93%);
}

/* Active (Checked) */
.game-categories__checkbox:checked + .game-categories__icon,
.game-categories__checkbox:checked
  + .game-categories__icon
  + .game-categories__name {
  color: #e62f30;
}

/* Checked Item Style */
.game-categories__checkbox:checked ~ .game-categories__icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(1854%)
    hue-rotate(293deg) brightness(100%) contrast(99%);
}

.game-categories__checkbox:checked ~ .game-categories__icon {
  background-color: #e62f30;
  border-color: #e62f30;
}

.game-categories__checkbox:checked ~ .game-categories__name {
  color: #ff5a00;
  font-weight: 600;
}

.game-categories__checkbox:checked {
  display: none;
}

/* Border Active */
.game-categories__checkbox:checked ~ * {
  z-index: 1;
}

.game-categories__checkbox:checked ~ .game-categories__name,
.game-categories__checkbox:checked ~ .game-categories__icon {
  pointer-events: none;
}

.game-categories__checkbox:checked {
  background: transparent;
}

.game-categories__checkbox:checked ~ .game-categories__item {
  border-color: #ff5a00;
}

.game-categories__checkbox:checked ~ .game-categories__item {
  background: #fff4ec;
}

/* Cleaner Way */
.game-categories__checkbox:checked ~ .game-categories__name {
  color: #e62f30;
}

.game-categories__list {
  max-width: 930px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.game-categories__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-categories__item .game-categories__name {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 700;
}

/* ----------------------------- GAME CATEGORIES AREA END ------------------------ */

/* ----------------------------- EXTRA FACILIES AREA START ------------------------ */
/* Extra Facilities Section */

/* Title */

.extra-facilities__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

/* List */
/* Item (Button) */

.extra-facilities__item {
  position: relative;
  cursor: pointer;
}

/* Hide Checkbox */

.extra-facilities__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Button */

.extra-facilities__name {
  display: flex;

  padding: 6.5px 13px;

  border: 1px solid #e62f30;
  border-radius: 50px;

  font-size: 17px;
  font-weight: 600;

  color: #e62f30;
  background: #fff;

  transition: all 0.25s ease;
  font-family: "Poppins", sans-serif;
  align-items: center;
  gap: 6px;
  position: relative;
  width: max-content;
}

/* Hover */

.extra-facilities__item:hover .extra-facilities__name {
  border-color: #ff5a00;
  color: #ff5a00;
}

/* Active (Checked) */

.extra-facilities__checkbox:checked ~ .extra-facilities__name {
  background: #e62f30;
  border-color: #e62f30;
  color: #fff;
  padding-right: 35px;
}

.extra-facilities__name .fa-light {
  position: absolute;
  right: -17px;
  opacity: 0;
}

.extra-facilities__checkbox:checked ~ .extra-facilities__name .fa-light {
  right: 10px;
  opacity: 1;
}

.extra-facilities {
  padding: 30px 0;
}

.game-categories {
  padding-top: 30px;
}

/* Owl Carousel Item Fix */

.extra-facilities__list.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.extra-facilities__list.owl-carousel .owl-item {
  width: auto !important;
}

/* Your Item */

.extra-facilities__item {
  display: inline-flex;
}

/* Gap 9px */

.extra-facilities__list.owl-carousel .owl-item {
  margin-right: 9px;
}

/* Prevent Stretch */

.extra-facilities__list.owl-carousel .extra-facilities__name {
  white-space: nowrap;
}

/* ----------------------------- EXTRA FACILIES AREA END ------------------------ */

/* ----------------------------- ABOUT AREA START ------------------------ */

.about__content h5 {
  font-size: 28px;
  color: #010101;
  font-weight: 400;
}

.about__content h5 strong {
  font-weight: 500;
}

.about .row {
  --bs-gutter-x: 44px;
}

.about__content {
  max-width: 680px;
}

.about__content h5 strong span {
  color: #e63131;
}

.about {
  padding: 100px 0;
  background-color: #fff;
  margin-top: 25px;
  overflow: hidden;
}

.get__in-touch {
  padding: 13px 0;
  background-color: #e62f30;
}

.get__in-touch__title {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}

.get__in-touch__wrapper a {
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e62f30;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-color: transparent;
}

.get__in-touch__wrapper a:hover {
  background-color: #e62f30;
  color: #fff;
  border-color: #fff;
}

/* ----------------------------- ABOUT AREA END ------------------------ */

/* ----------------------------- VENUE AREA START ------------------------ */
.venue {
  margin-top: 20px;
}

/* Section Title */
.venue__title {
  font-weight: 700;
  font-size: 36px;
}

/* Search */
.venue__search-group {
  border: 1px solid #ff0000;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
}

.venue__search-icon {
  background: transparent;
  border: 0;
  color: #ff0000;
  padding-right: 0;
}

.venue__search-input {
  border: 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: 400;
  max-width: 310px;
  background-color: transparent !important;
}

.venue__search-input:focus {
  box-shadow: none;
}

.venue__search-btn {
  background: transparent;
  color: #fff;
  border: 0;
}

/* Map Wrapper */
.venue__map-wrapper {
  border: 2px solid #ff0000;
  border-radius: 20px;
  overflow: hidden;
}

.venue__map iframe {
  width: 100%;
  height: 100%;
}

/* Floating Card */
.venue__card {
  width: 352px;

  overflow: hidden;
}

.nenue__card--thumb {
  height: 216px;
}

.nenue__card--thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.venue__card-title {
  font-weight: 600;
}

.venue__card-text {
  font-size: 14px;
  color: #666;
}

/* Responsive */

.new__shoplight .spotlight__card-content h3 {
  font-size: 20px;
}

.new__shoplight .spotlight__card-content p {
  font-size: 16px;
  font-weight: 400;
}

.new__shoplight .spotlight__card-content .spotlight__card-location {
  font-size: 16px;
}

/* ----------------------------- VENUE AREA END ------------------------ */

/* ----------------------------- FAQ AREA START ------------------------ */
.faq__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -3;
}

.faq__title {
  font-weight: 700;
  font-size: 36px;
}

.faq__box {
  padding: 25px 100px;
  background-color: #fff;
  border-radius: 31px;
}

.faq__box .accordion-item {
  border: 0;
  border-bottom: 1px solid #ebebeb;
}

.faq__box .accordion-button {
  padding: 14px 90px;
  box-shadow: none !important;
  background-color: #fff !important;
  font-size: 22px;
  font-weight: 500;
  color: #565656;
  border-radius: 0 !important;
}

.faq__box .accordion-body {
  padding-top: 0;
  padding-inline: 150px;
}

.faq__box .accordion-button[data-bs-target="#collapseOne"] {
  font-size: 9px;
  letter-spacing: 56%;
  font-weight: 500;
}

.accordion-button::after {
  background-image: url(../img/arrow-down.png);
  background-size: 60px;
  height: 60px;
  width: 60px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow-down.png);
}

#faqAccordion .accordion-item:last-child {
  border-bottom: 0 !important;
}

.view__all a {
  font-size: 18px;
  color: #e62f30;
  font-weight: 500;
  border: 2px solid #e62f30;
  padding: 4px 13px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

.view__all a:hover {
  background-color: #e63132;
  color: #fff;
}

.court-avenues .row {
  --bs-gutter-x: 21px;
  --bs-gutter-y: 26px;
}

.court-avenues {
  padding-top: 16px;
  padding-bottom: 15px;
  border-block: 1px solid #e2e1e1;
}

.court-avenues .spotlight__card-thumb {
  height: 400px;
}

/* ----------------------------- FAQ AREA END ------------------------ */

/* ----------------------------- FILTER AREA START ------------------------ */
/* Block */
.filter-card {
  background: #f6f6f8;
  border-radius: 30px;
  padding-block: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Elements */
.filter-card__title {
  font-weight: 700;
  font-size: 21px;
  margin: 0;
}

.filter-card__close-btn {
  border: none;
  background: none;
  font-size: 28px;
  color: #000;
}

.filter-card__search-input {
  border-radius: 20px;
  padding: 11px 20px;
  border: 1px solid #ddd;
  font-size: 11px;
  padding-left: 41px;
  box-shadow: none !important;
  outline: none !important;
}

.filter-card__section-title {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

.filter-card__date-picker {
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  background-color: #ffffff;
}

.filter-card__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 250px;
  overflow-y: auto;
}

/* Custom Checkbox Buttons */
.filter-card__btn {
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 5px 18px;
  font-size: 11px;
  color: #444;
  cursor: pointer;
  border: 1px solid #b6b6b6;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.btn-check:checked + .filter-card__btn {
  background-color: #e3342f;
  /* Red Color */
  color: #fff;
  border-color: #e3342f;
}

.filter-card__view-more {
  border: 1px solid #f8d7da;
  color: #e3342f;
  background: #fff;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 11px;
}

/* Footer Action Buttons */
.filter-card__footer {
  margin-top: 20px;
  padding-inline: 57px;
}

.filter-card__action-btn {
  flex: 1;
  padding: 12px;
  border-radius: 30px;
  font-weight: 700;
  border: none;
  transition: 0.3s;
  font-size: 14px;
}

/* Modifiers */
.filter-card__action-btn--reset {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.filter-card__action-btn--search {
  background: #e3342f;
  color: #fff;
}

.filter-card__action-btn--search:hover {
  background: #c52d27;
}

.filter-card__date-picker span {
  line-height: 1;
  font-size: 11px;
  color: #404040;
  background-color: #ffffff;
}

.filter-card__date-picker span:last-child {
  position: relative;
  margin-top: -2px;
}

.filter-card__body {
  padding-inline: 17px;
  padding-top: 10px;
  border-block: 1px solid #d1d1d1;
}

.filter-card__header {
  padding-bottom: 20px;
  padding-inline: 17px;
}

.filter-card__search-wrapper {
  padding-bottom: 14px;
  position: relative;
}

.filter-card__section {
  margin-bottom: 14px;
}

.filter-card__search-wrapper button {
  position: absolute;
  top: 6px;
  left: 10px;
  color: #c0c0c0;
  left: 12px;
  font-size: 20px;
}

#filterModal .modal-dialog {
  max-width: 390px;
  margin: 0 auto;
  padding: 12px;
}

/* ----------------------------- FILTER AREA END ------------------------ */

/* ----------------------------- Login AREA START ------------------------ */
/* Auth Card Block */
.auth-card {
  background-color: #f5f5f5;
  border-radius: 40px;
  padding: 40px 30px;
  border: none;
  /* padding-bottom: 50px; */
  position: relative;
}

.auth-card__title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* Form Fields */
.auth-card__field {
  margin-bottom: 20px;
}

.auth-card__label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 4px;
  margin-left: 5px;
}

.auth-card__input {
  border-radius: 30px;
  padding: 10px 25px;
  border: 1.5px solid #bcbcbc;
  background-color: #fff;
  font-size: 12px;
}

.auth-card__input::placeholder {
  color: #a0a0a0;
}

.auth-card__input:focus {
  box-shadow: none;
  border-color: #e3342f;
}

/* Submit Button */
.auth-card__submit-btn {
  background-color: #e3342f;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 60px;
  font-weight: 800;
  font-size: 16px;
  transition: 0.3s ease;
  width: auto;
  display: inline-block;
}

.auth-card__submit-btn:hover {
  background-color: #c52d27;
  transform: translateY(-2px);
}

/* Modal sizing */
#loginModal .modal-dialog {
  max-width: fit-content;
  margin: 0 auto;
  padding: 12px;
}

.modal .modal-content {
  background-color: transparent;
  border: 0;
  background: #f6f6f8;
  border-radius: 30px;
}

.faq__bgottom-shape {
  position: absolute;
  bottom: 75%;
  z-index: -2;
}

.header__search-input::placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #676262;
}

/* ----------------------------- Login AREA END ------------------------ */

/* ----------------------------- SIMILAR VENUES AREA START ------------------------ */

.similar-venues {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 50px;
}

.similar-venues .spotlight__card-content .shoptlight__badge {
  margin-left: 5px;
  margin-bottom: 20px;
}

.similar-venues .spotlight__card-content--wrapper {
  margin-top: -35px;
}

.similar-venues .spotlight__card-thumb > img {
  border-radius: 20px;
}

.similar-venues .spotlight__card-heart {
  top: auto;
  bottom: 5px;
}
.similar-venues .spotlight__card-unlikeheart {
  top: auto;
  bottom: 5px;
}
.similar-venues .spotlight__card {
  padding: 10px;
  border: 2px solid #b9b9b9;
  border-radius: 15px;
  background-color: #fff;
}

.similar-venues .spotlight__card-content h3 {
  font-size: 22px;
}

.similar-venues .spotlight__card-content p {
  font-size: 17px;
}

.similar-venues .spotlight__card-content .spotlight__card-location {
  font-size: 17px;
}

.spotlight__card-location {
  font-weight: 400;
}

/* ------------------------------ SIMILAR VENUES AREA END ------------------------ */

/* ------------------------------ BREADCRUMB AREA START ------------------------ */
.breadcrumb .spotlight__card-thumb {
  height: 470px;
}

.breadcrumb .spotlight__card-content h3 {
  font-size: 36px;
}

.back_btn img {
  height: 40px;
}

.breadcrumb .owl-dots {
  display: flex;
  bottom: auto;
  top: 450px;
}

/* ------------------------------ BREADCRUMB AREA END ------------------------ */

/* ------------------------------ INVENTORIS AREA START ------------------------ */

.inventories__search {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 1px solid #adadad;
  background-color: #eeeeee;
  color: #404040;
}

.inventories__select-all {
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  padding: 8px 17px;
  border: 1px solid #adadad;
  background-color: #eee;
  border-radius: 50px;
}

.inventories__actions {
  gap: 8px;
}

.inventory-card__thumb img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inventory-card__thumb {
  height: 210px;
  position: relative;
}

.inventory-card__info-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.inventory-card__info-btn img {
  height: 25px;
}

.inventory-card__content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 10px 0;
}

.inventory-card__content button {
  font-size: 16px;
  font-weight: 600;
  color: #e62f30;
  width: 100%;
  padding: 8px 10px;
  border: 2px solid #e62f30;
  border-radius: 12px;
  background-color: #fff;
}

.inventory-card__content button.is-added {
  background-color: #e62f30;
  color: #fff;
}

.inventories__cards .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.inventories-inner {
  padding-top: 20px;
  border-top: 1px solid #d3d2d2;
  padding-bottom: 50px;
}

#inventorySummary {
  font-size: 20px;
  color: #fff;
  background-color: #e62f30;
  border: 1px solid #e62f30;
  padding: 12px 21px;
  border-radius: 100px;
  width: 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}

#inventorySummary:hover {
  background-color: #fff;
  color: #e62f30;
}

.connecting__thumb {
  max-width: 800px;
  margin: 0 auto;
}

/* ------------------------------ INVENTORIS AREA END ------------------------ */

/* ------------------------------ BOOKING AREA START ------------------------ */
.booking {
  padding-bottom: 200px;
  padding-top: 20px;
}

.cart-main-wrapper .header {
  background-color: #fff;
}

.booking__cart__content h4 {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  margin-bottom: 12px;
}

.booking__cart__content p {
  font-size: 18px;
  color: #0f0e13;
  margin-bottom: 10px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.booking__cart__content span {
  color: #444444;
  font-weight: 700;
}

.booking__cart-thumb img {
  border-radius: 24px;
}

.single__booking_cart {
  border-bottom: 2px solid #d4d2d2;
}

.booking__cart-thumb {
  height: 200px;
  width: 350px;
}

.booking__cart__content {
  max-width: 700px;
}

.booking__cart-remove-btn img {
  height: 34px;
  width: 34px;
}

.summary__bottom-shape {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.summary__bottom-shape img {
  width: 100%;
}

.more__cart-btn button {
  text-decoration: underline;
  color: #e62f30;
  font-size: 21px;
  font-weight: 700;
}

.more__cart-btn button:hover {
  color: #dd5b5c;
}

.auth-card-btn {
  position: absolute;
  top: 10px;
  right: 20px;
}

.faq__box .accordion-button span {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-checkbox {
  display: flex;
  align-items: center;
}

.custom-checkbox__input {
  display: none;
}

.custom-checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.custom-checkbox__box {
  width: 16px;
  height: 16px;
  border: 1px solid #212529;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s ease;
}

.custom-checkbox__box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.custom-checkbox__input:checked
  + .custom-checkbox__label
  .custom-checkbox__box {
  background-color: #e2342f;
  border-color: #e2342f;
}

.custom-checkbox__input:checked
  + .custom-checkbox__label
  .custom-checkbox__box::after {
  opacity: 1;
}

.custom-checkbox__text {
  margin: 0;
  font-size: 14px;
}

.about__logo img {
  height: 70px;
}

.inventories {
  padding-bottom: 70px;
}

.venue__search-icon img {
  height: 30px;
}

.btn.venue__search-btn img {
  height: 40px;
}

.header__search-group .filter__btn {
  right: 0;
  top: 7.5px;
}
.search-group .filter__btn {
  right: 0;
  top: 7.5px;
}
.filter-card__search-input:focus {
  border-color: #e3342f !important;
}

.header__search-group input:focus {
  border-color: #e63131 !important;
}
.search-group input:focus {
  border-color: #e63131 !important;
}
/* ------------------------------ BOOKING AREA END ------------------------ */
.gm-ui-hover-effect {
  width: fit-content !important;
}
.gm-ui-hover-effect > span {
  margin-right: 0px !important;
}
