.hero-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50%;
  position: relative;
}

.hero-banner-content {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sports-list {
  width: 100%;
}
.sports-list ul {
  width: 100%;
  list-style: none;
  margin: 0;
}
.sports-list ul li {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  text-align: center;
}

.sports-list-card {
  border-radius: 18px;
  background-color: #ffffff;
  padding: 15px;
}

.sports-img figure {
  position: relative;
  background: #f6f6f6;
  padding-top: 45%;
  display: block;
  margin: 0;
  border-radius: 8px;
}
.sports-img figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  filter: drop-shadow(0.733px 13.981px 9px rgba(221, 222, 226, 0.68));
}

.sports-name {
  font-size: 20px;
  line-height: 1.2;
  color: #09192a;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px 0 0;
}
.sports-location {
  font-size: 16px;
  line-height: 1.2;
  color: #7d8388;
  font-weight: 700;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
  padding: 0 45px;
}

.booking-list .sports-list-card {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.booking-list .sports-list-card:hover {
  transform: scale(1.1);
  cursor: pointer;
  filter: drop-shadow(1.727px 32.955px 30px #c8ccd2);
  margin-bottom: 15px;
}

.booking-list .sports-location span {
  font-weight: 500;
}

.hidden-booking {
  display: none;
}
.bookingListcard:hover .hidden-booking {
  display: block;
  padding-top: 50px;
}

.sports-eminities ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

.sports-eminities {
  padding-top: 10px;
}

.eminities-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.address-section .eminities-content {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0;
}

.sports-eminities ul li {
  margin: 0px 15px 0px 0px;
  position: relative;
}
.sports-eminities ul li:last-child {
  margin: 0px;
}
.eminities-content .check-icon {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #1e438c;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 10px;
}

.eminities-content p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #7d8388;
  font-weight: 500;
  text-align: left;
}
.sports-eminities ul li:nth-child(2):after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #dadde2;
  position: absolute;
  right: 0;
  top: 4px;
  margin-right: 5px;
}

.sports-eminities ul li:nth-child(2):before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #dadde2;
  position: absolute;
  left: 0;
  top: 4px;
  margin-right: 5px;
}

.sports-eminities ul li:nth-child(2) .eminities-content {
  padding: 0 15px;
}

.sports-eminities ul li:last-child:after {
  display: none;
}

.sports-booking-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.booking-price-heading {
  font-size: 14px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  margin: 0;
}
.booking-price-heading span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.price {
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}
.booking-content-left {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  height: 64px;
  border-bottom-left-radius: 15px;
}
.booking-content-right {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 64px;
  border-bottom-right-radius: 15px;
}

.booking-content-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
}

.booking-content-right .arrow-right {
  margin-left: 15px;
  font-size: 18px;
}

.whatsapp-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.whatsapp-img img {
  height: 250px;
  padding-right: 40px;
  position: relative;
  top: 18px;
}

.whatsapp-content-left {
  display: flex;
  align-items: center;
}

.update-btn {
  height: 105px;
}

.update-btn span {
  font-size: 23px;
  letter-spacing: 1px;
  color: #0a5b4b;
  font-weight: 500;
  text-align: left;
  margin-right: 100px;
}

.update-btn span b {
  display: block;
  font-weight: 800;
}

.update-btn img {
  height: 53px;
}

.whatsapp-content-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* serach-form-css */
.display-margin-neg {
  margin: -160px 0 60px 0;
}
.search-form-wrap.container_sm {
  max-width: 995px;
  width: 100%;
  margin: auto;
}
.search-form {
  border-radius: 20px;
  background-color: #1e438c;
  padding: 20px 30px 20px 45px;
}
.search-form .form-row {
  align-items: center;
}
.search-form .form-group {
  margin: 0;
}

.search-form label {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}
.search-form .label-icon {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #3c64b1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.search-form .label-icon span {
  color: #ca0f2c;
}

.search-form .form-control::placeholder,
.search-form select {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 58px;
  color: #91aee6;
  font-weight: 700;
  font-style: italic;
}

.search-form .form-control {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0 20px 0 45px;
  height: 40px;
  display: flex;
  align-items: center;
}
.select-wrap {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px 0 45px;
  position: relative;
}
.select-wrap .form-select {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  z-index: 1;
  padding-right: 45px;
  line-height: 2;
}
.select-wrap .form-select:focus {
  outline: none;
  border: none;
}

.select-wrap .arrow-down-icon {
  color: #ca0f2c;
  font-size: 35px;
  position: absolute;
  right: 25px;
}

.search-btn {
  border: none;
  width: 76px;
  height: 102px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn span {
  font-size: 40px;
}
.seprator {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.slick-slide .slide figure {
  margin: 0;
}

.book-online-section .serive-className-para {
  padding-top: 15px;
}

.hero_banner__category {
  display: flex;
  align-items: center;
  justify-content: center;
}
