.cusrsorPointer,
.tab-item {
  cursor: pointer;
}
:root {
  --primary-navy: #121744;
  --primary-orange: #f77148;
  --light-gray: #f2f2f2;
  --dark-gray: #666666;
  --text-gray: #0000006b;
  --btn-purple: #3d1a91;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("/media/fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("/media/fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Jost;
  src: url("/media/fonts/Jost-Bold.woff2") format("woff2"),
    url("/media/fonts/Jost-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Jost;
  src: url("/media/fonts/Jost-Medium.woff2") format("woff2"),
    url("/media/fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Jost;
  src: url("/media/fonts/Jost-Regular.woff2") format("woff2"),
    url("/media/fonts/Jost-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Jost;
  src: url("/media/fonts/Jost-SemiBold.woff2") format("woff2"),
    url("/media/fonts/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.text-dark-black {
  color: #303030;
}
a {
  text-decoration: none;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.border-secondary {
  border: 1px solid var(--dark-gray) !important;
}
.border-purple {
  border: 1px solid var(--btn-purple) !important;
}
.fs-sm {
  font-size: 1.188rem !important;
}
.add-custom-visible .country-button,
.fs-xs {
  font-size: 1rem !important;
}
.bg-navy,
.bg-primary-explore {
  background-color: var(--primary-navy) !important;
}
.btn-purple {
  background-color: var(--btn-purple) !important;
}
.btn-dark-gray {
  background-color: var(--dark-gray) !important;
}
.restaurant-card:hover h5,
.text-orange {
  color: var(--primary-orange) !important;
}
.text-navy {
  color: var(--primary-navy) !important;
}
.text-light-gray {
  color: var(--light-gray) !important;
}
.text-dark-gray {
  color: var(--dark-gray) !important;
}
.text-muted-gray {
  color: var(--text-gray) !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.hero-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #121744 100%)
      center/cover,
    url("https://assets.bonappetit.com/photos/57d6fdf41807135a7746d6db/16:9/w_2560%2Cc_limit/CP_Interior2.jpg")
      center/cover;
  height: 250px;
  position: relative;
}
.hero-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 61px;
}
.reservation-card {
  border-radius: 24px;
  box-shadow: 0 0 10px 3px rgba(18, 23, 68, 0.15);
  margin-top: -60px;
  position: relative;
  z-index: 10;
  background: #fff;
  font-size: 1.188rem;
}
.restaurant-card {
  border-radius: 1.5rem;
  border: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
}
.explore-card {
  border-radius: 1.5rem;
  border: 0.75px solid var(--primary-navy);
}
.restaurant-img {
  position: relative;
  overflow: hidden;
  padding-top: 60.25%;
}
.restaurant-img img,
.restaurant-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.restaurant-img img {
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.restaurant-info {
  padding: 1.3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
}
.star-icon {
  margin-top: -4px;
}
.restaurant-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-orange) !important;
}
.restaurant-image {
  height: 195px;
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  overflow: hidden;
}
.restaurant-card h5 {
  font-size: 1.375rem;
}
.btn-orange {
  background-color: #e55a3a !important;
  background-color: #e55a3a !important;
  border: none;
  border-radius: 32px;
  color: var(--light-gray);
  font-weight: 600;
  transition: 0.3s;
}
.img-section img {
  object-fit: cover;
  border-radius: 1.25rem;
}
.details-main-img {
  height: 480px;
}
.details-side-img {
  height: 232px;
}
.amenities,
.res-details {
  font-size: 1.438rem;
}
.rating-card {
  box-shadow: 0 0 10px 2px rgba(18, 23, 68, 0.1);
  -webkit-box-shadow: 0 0 10px 2px rgba(18, 23, 68, 0.1);
  -moz-box-shadow: 0 0 10px 2px rgba(18, 23, 68, 0.1);
  border-radius: 1.25rem;
}
.rating-icons {
  font-size: 2rem;
}
.progress-bar {
  position: relative;
  background-color: #d9d9d9 !important;
  height: 10px;
  border-radius: 10rem;
  max-width: 280px;
  width: 100%;
}
.progress-bar .progress {
  background-color: var(--primary-orange);
}
.global-value {
  font-size: 3rem;
  line-height: 3rem;
}
.global-value span {
  font-size: 1.8rem;
}
.chart .value {
  min-width: 4rem;
}
.user-img img {
  border-radius: 50rem;
  height: 65px;
  width: 65px;
  overflow: hidden;
  object-fit: cover;
}
.user-details p {
  font-size: 1rem;
}
.reser-card .rounded {
  border-radius: 1.25rem !important;
}
.rounded-2 {
  border-radius: 0.8rem !important;
}
.reser-card h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.just-squeez {
  background: #f77148;
  background: linear-gradient(180deg, #f77148 0, #121744 100%);
}
.just-squeez-inner {
  background: #fff;
  background: linear-gradient(
    231deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  border-radius: 1.25rem !important;
}
p.small {
  font-size: 7px;
}
.business-footer {
  padding-top: 6.25rem;
}
.footer-bg {
  background: var(--primary-navy);
  position: relative;
  overflow: hidden;
}
ul {
  padding-left: 1.25rem;
}
ul li {
  margin-bottom: 5px;
}
.add-custom-visible .modal-content {
  border-radius: 2rem;
  padding: 2.5rem;
}
.form-control.form-control-rounded {
  border-radius: 1rem !important;
}
.text-purple {
  color: #3d1a91 !important;
}
.otp-row .otp-input {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #ccc !important;
  border-radius: 1rem !important;
}
.see-less-btn::after,
.see-more-btn::after {
  content: "";
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.4em;
  vertical-align: middle;
}
.add-custom-visible .modal-content .button {
  line-height: 1.5 !important;
}
.bisuness-filter-modal .btn-check:checked + .btn,
.bisuness-filter-modal .btn:hover {
  color: #fff;
  background: rgba(247, 113, 72, 0.7);
  transition: 0.5s;
}
.btn-first-child {
  border-top-left-radius: 0.8rem !important;
  border-bottom-left-radius: 0.8rem !important;
}
.price-range .btn:last-child {
  border-top-right-radius: 0.8rem !important;
  border-bottom-right-radius: 0.8rem !important;
}
.explore-green-box,
.explore-orrange-box,
.explore-red-box {
  border: 1px dashed;
  padding: 0.5rem;
}
.first-child-border:first-child {
  border-left: none !important;
}
.bisuness-filter-modal .modal-body {
  overflow-y: auto !important;
  scrollbar-width: thin;
  overflow-x: hidden;
  scrollbar-color: var(--primary-orange) rgb(0, 0, 0, 0.08);
}
::-webkit-scrollbar-button {
  display: none;
}
.bisuness-filter-modal .modal-footer {
  box-shadow: 0 -4px 10px 0 rgba(19, 15, 38, 0.3);
  -webkit-box-shadow: 0 -4px 10px 0 rgba(19, 15, 38, 0.3);
  -moz-box-shadow: 0 -4px 10px 0 rgba(19, 15, 38, 0.3);
}
.see-more-btn::after {
  display: inline-block;
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/chevron-down.svg");
}
.show-hide {
  height: 50px;
  overflow: hidden;
}
.see-less-btn::after {
  display: inline-block;
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/chevron-up.svg");
}
.ctm-img-style {
  height: 20px;
  width: 25px;
}
.explore-orrange-box {
  color: orange;
  display: inline-block;
}
.explore-green-box {
  color: green;
  display: inline-block;
}
.explore-red-box {
  color: red;
  display: inline-block;
}
.explore-dashed-bottom {
  border-bottom: 2px dashed #000;
}
@media (min-width: 1400px) {
  .container-xl {
    max-width: 1366px;
  }
}
@media (max-width: 1199px) {
  .details-main-img {
    height: 400px;
  }
  .details-side-img {
    height: 192px;
  }
  .reser-card h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 4rem;
  }
  .hero-section {
    height: 200px;
  }
  .reservation-card .row > div {
    border-bottom: 1px solid #dee2e6;
    border-right: none !important;
  }
  .hero-title {
    font-size: 36px;
    line-height: 42px;
  }
  .details-main-img {
    height: 300px;
  }
  .details-side-img {
    height: 142px;
  }
  .add-custom-visible.modal-lg {
    max-width: 100%;
    margin: 0.5rem 1rem;
  }
  .add-custom-visible .modal-content {
    padding: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .reservation-card .row > div:last-child {
    border-bottom: none;
  }
  .details-main-img,
  .details-side-img {
    height: 200px;
  }
  .amenities,
  .res-details {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.explore-name-location {
  background: #121744;
  top: -2rem;
}
.explore-right-side-modal {
  position: fixed;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  animation: 0.3s forwards slide-in;
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.explore-right-side-modal .modal-content {
  height: 100vh;
  border-radius: 0;
  border-left: 1px solid #dee2e6;
  overflow-y: auto;
}
.tab-header {
  background-color: #f0f0f0;
  display: flex;
  border-radius: 40px;
}
.tab-item {
  padding: 10px 20px;
  color: #333;
  transition: 0.2s;
}
.tab-item.active {
  background-color: #5b2ebe;
  color: #fff;
}
.explore-color-green {
  color: green;
}
.explore-btn-gray,
.explore-btn-purple {
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}
.explore-btn-gray {
  background-color: gray !important;
  border: none;
  border-radius: 32px;
}
.explore-btn-purple {
  background-color: #5b2ebe !important;
  border: none;
  border-radius: 32px;
}
.bisuness-filter-modal .modal-body.explore-scroll-content {
  overflow-y: hidden !important;
}
.explore-rounded-shadow {
  box-shadow: 0 0 1rem 2px rgba(0, 0, 0, 0.15) !important;
  border-radius: 1rem !important;
}
.explore-Experience-style,
.explore-Search-style {
  background-color: #fff;
  box-shadow: 0 3px 10px #d6d1d1;
}
.form-check-input.explore-rental-checkbox {
  width: 1.2rem !important;
  height: 1.2rem !important;
}
.form-check-input.explore-rental-checkbox:checked {
  background-color: #10204b !important;
  border-color: #10204b !important;
}
.modal-footer.explore-modal-footer {
  padding: 10px 16px !important;
}
.explore-py {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.explore-country-search {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  padding: 8px;
}
.explore-dropdown-arrow {
  font-size: 22px;
  font-weight: 700;
  margin-left: 6px;
  line-height: 1;
  display: inline-block;
}
.explore-Experience-style {
  border: 1px solid #f8f6f6ef;
  border-radius: 25px;
  padding: 8px 15px 12px 20px;
}
.explore-Search-style {
  border-radius: 40px;
  border: 1px solid #f8f6f6ef;
  padding: 6px 12px 8px;
}
.tee-times-margin {
  margin-top: 130px;
}
.slot-list-panel-alignment {
  margin-top: 20px;
}
