@charset "UTF-8";
@import "./fonts.css";
@import "~react-image-gallery/styles/css/image-gallery.css";

/* @font-face {
  font-family: "Shelby";
  src: url("/fonts/Shelby.woff2") format("woff2"), url("/fonts/Shelby.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.4;
  font-family: "Sofia Pro", sans-serif !important;
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 400 !important;
  color: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
}

a,
button {
  outline: none !important;
}

/*-------------- CSS Resetter ----------*/
:root {
  --primary-color: #205587;
  --secoundry-color: #ffcc00;
  --dark-color: #272727;
}

.w_75 {
  width: 75%;
}

.w_80 {
  width: 80%;
}

.w_85 {
  width: 85%;
}

.w_90 {
  width: 80%;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 700 !important;
}

.f-italic {
  font-style: italic !important;
}

p {
  line-height: 1.5em;
}

.pd0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.m-0-auto {
  margin: 0 auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mr0 {
  margin: 0 !important;
}

.text-justify {
  text-align: justify;
}

.img_h_auto {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

/*ST Images*/
.image-container {
  width: auto;
  position: relative;
}

.image-container>span {
  position: unset !important;
  /* display: inline-block !important; */
}

.image-container.d-inblock>span {
  position: unset !important;
  display: inline-block !important;
}

.image {
  object-fit: contain;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
}

header {
  position: relative;
  z-index: 99;
}

.header_wrap.stick .navbar {
  position: fixed;
  top: -100px;
  transition: transform 0.5s;
  transform: translateY(100px);
  background-color: #fff;
}

.header_wrap .navbar {
  color: #fff;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 0 0 20px 20px;
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  background: #fff;
  box-shadow: 0px 4px 25px 2px rgba(0, 0, 0, 0.25);
}

.header_wrap.stick .navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
}

.header_wrap .navbar-expand-lg .navbar-nav .nav-link .logo-icon {
  margin: 0 3rem;
  display: block;
}

.header_wrap.stick .navbar-expand-lg .navbar-nav .nav-link .logo-icon {
  width: 50px;
  display: block;
}

.slider-item {
  background-size: cover;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  /* height: 640px; */
  height: 40vw;
  position: relative;
  border-radius: 0 0 138px 138px;
}

.slider-item.slider-item-01 {
  background: url(/images/home-banner/01.jpg) no-repeat;
}

.slider-item.slider-item-02 {
  background: url(/images/home-banner/02.jpg) no-repeat;
}

.slider-item.slider-item-03 {
  background: url(/images/home-banner/03.jpg) no-repeat;
}

.slider-item.slider-item-04 {
  background: url(/images/home-banner/04.jpg) no-repeat;
}

.home-banner {
  padding-top: 119px;
  margin-top: -135px;
}

.container-fluid {
  max-width: 85vw;
  margin: 0 auto;
}

.navbar-brand {
  width: 133px;
}

.header-search {
  position: relative;
}

.header-search .search-icon {
  position: absolute;
  right: 0;
  top: 3px;
  border: 0;
}

.header-search .search-icon .image-container {
  width: 17px;
  display: block;
}

.btn-primary {
  background: #0070bd !important;
  font-size: 15px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-secondary {
  padding-left: 2rem;
  padding-right: 2rem;
}

.navbar-expand-lg .navbar-nav {
  margin-right: 2rem;
  font-size: 15px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.home-banner .banner-txt h1 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 1rem;
}

.home-banner .banner-txt .title {
  font-size: 55px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 1rem;
}

.home-banner .banner-txt .disc {
  font-size: 16px;
  line-height: 17px;
  font-weight: 300;
  margin-bottom: 1rem;
}

.home-banner .slider-text {
  color: #fff;
}

.owl-custom01.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: calc(33% + 0px);
  margin: 0;
  width: 100%;
}

.owl-custom01.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

.owl-custom01.owl-carousel .owl-nav button {
  text-indent: -99999rem;
  position: relative;
}

.owl-custom01.owl-carousel .owl-nav button.owl-prev>span {
  background: url(/images/icons/arrow-left.svg) no-repeat center;
  width: 14px;
  height: 22px;
  background-size: 100%;
  display: block;
}

.owl-custom01.owl-carousel .owl-nav button.owl-next>span {
  background: url(/images/icons/arrow-right.svg) no-repeat center;
  width: 14px;
  height: 22px;
  background-size: 100%;
  display: block;
}

.home-banner .owl-carousel.owl-drag .owl-item {
  /* max-height: 455px; */
}

.owl-custom01.owl-carousel .owl-item img {
  height: 100% !important;
}

.owl-custom01.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: calc(5% + 1px);
}

.owl-custom01.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: calc(5% + 1px);
}

.owl-custom01.owl-theme .owl-dots {
  padding-top: 30px;
}

.owl-custom01.owl-theme .owl-dots .owl-dot.active span,
.owl-custom01.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 3px solid #c9262b;
}

.owl-custom01.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  background: #2a2a2a;
}

.searchbar-h {
  position: relative;
  width: 100%;
  border-radius: 73px;
  background: #fff;
  box-shadow: 0px 4px 57.5px -8px rgba(0, 0, 0, 0.25);
  height: 90px;
  padding: 2.2rem;
}

.searchbar-h input {
  width: 100%;
  border: 0;
  font-size: 20px;
}

.searchbar-h .search-icon {
  position: absolute;
  right: 35px;
  top: 30px;
  background: transparent !important;
  border: 0;
}

.searchbar-h .search-icon .image-container {
  width: 17px;
  display: block;
}

input:focus-visible {
  outline: none;
}

.searchbar-session {
  margin-top: -45px;
  position: relative;
  z-index: 1;
}

.head01 {
  color: #4b4b4b;
}

.head01 .title {
  font-size: 1.25vw;
  line-height: 1.25vw;
  margin-bottom: 0.5rem;
}

.head01 h2 {
  font-size: 2.865vw;
  margin-bottom: 1rem;
  color: #111111;
}

.let-discover-session {
  padding: 5rem;
}

.head-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}





/*-------- login page --------*/
p {
  color: #000;
  font-family: "Sofia Pro Light";
  font-size: 15px;
  line-height: normal;
}

span.form-error {
  color: red;
  font-size: 0.8rem;
  font-family: "Sofia Pro Light";
}

/*ST Images*/
.image-container {
  width: auto;
  position: relative;
}

.image-container>span {
  position: unset !important;
  /* display: inline-block !important; */
}

.image-container.d-inblock>span {
  position: unset !important;
  display: inline-block !important;
}

.image {
  object-fit: contain;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
}

.login-banner-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 95vh;
  background-image: url("../public/images/login/banner-image.jpg");
}

.login-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 22px 32px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 20px 24px 0px rgba(166, 166, 166, 0.25);
}

.login-div a,
.login-div a:focus,
.login-div a:hover {
  color: #000;
}

.login-div h2 {
  color: #000;
  font-family: "Sofia Pro Bold";
  font-size: 28px;
  line-height: normal;
  margin-bottom: 20px;
}

.form-container .input-group {
  margin-bottom: 28px;
}

.form-container label {
  color: #000;
  font-family: "Sofia Pro Light";
  font-size: 15px;
  line-height: normal;
  margin-bottom: 10px;
}

.form-container input,
.form-container select {
  width: 100%;
  border-radius: 10px !important;
  border: 0.814px solid #000;
  box-shadow: 1.628px 3.255px 4.069px 0px rgba(255, 255, 255, 0.25) inset;
  color: #000;
  font-family: "Sofia Pro Light";
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  height: 45px;
  padding: 16px 22px;
}

.form-container input:focus,
.form-container select:focus {
  box-shadow: none;
  outline: unset;
}

.form-container select {
  padding: 12px 5px;
  background-color: transparent;
}

.contact-number {
  width: 100%;
  display: flex;
  border-radius: 10px !important;
  border: 0.814px solid #000;
}

.contact-number select,
.contact-number input {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: unset !important;
}

.contact-number select {
  border-radius: 10px 0 0 10px !important;
}

.contact-number input {
  border-radius: 0 10px 10px 0 !important;
  border-left: 0.814px solid #000 !important;
  margin-left: 10px;
}

.form-container ::-webkit-input-placeholder {
  color: #ccc;
  font-family: "Sofia Pro Light";
  font-size: 15px;
  line-height: normal;
}

.form-container ::-moz-placeholder {
  color: #ccc;
  font-family: "Sofia Pro Light";
  font-size: 15px;
  line-height: normal;
}

.form-container :-ms-input-placeholder {
  color: #ccc;
  font-family: "Sofia Pro Light";
  font-size: 15px;
  line-height: normal;
}

.form-container ::-ms-input-placeholder {
  color: #ccc;
  font-family: "Sofia Pro Light";
  font-size: 15px;
  line-height: normal;
}

.form-container ::placeholder {
  color: #ccc;
  font-family: "Sofia Pro Light";
  font-size: 15px;
  line-height: normal;
}

.form-container .input-group button,
.btn-continue {
  width: 100% !important;
  outline: none;
  padding: 1rem;
  border-radius: 10px !important;
}

.btn-submit {
  background: #0070bd;
  color: #fff;
  font-family: "Sofia Pro Bold" !important;
  font-size: 16px !important;
  line-height: normal !important;
}

.btn-submit:disabled {
  background-color: #baccd9 !important;
  border: none;
}

.btn-submit:hover {
  background-color: #0070bd !important;
}

.btn-continue {
  border: 1px solid #000 !important;
  background: #fff;
  box-shadow: 1.628px 3.255px 4.069px 0px rgba(255, 255, 255, 0.25) inset;
  color: #000;
  font-family: "Sofia Pro Bold";
  font-size: 15px;
  line-height: normal;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 22px !important;
  cursor: pointer;
}

.check-box {
  width: 15px;
  height: 15px;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container input:checked~.checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 7px;
  top: 0px;
  width: 4px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container input:checked~.checkmark {
  background-color: #fff;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  border-radius: 4px;
  background: #fff;
}

.otp-input {
  width: 100%;
}

.otp-input input {
  width: 45px !important;
  height: 45px !important;
  margin: 0px 15px 5px 10px;
  border-radius: 10px !important;
  border: 0.814px solid #000 !important;
  background: #fff !important;
  box-shadow: 1.628px 3.255px 4.069px 0px rgba(255, 255, 255, 0.25) inset;
  text-align: center;
  padding: 0;
}

.resend-otp {
  cursor: pointer;
}

.resend-otp p {
  color: #0070bd;
}

.signupdiv {
  min-height: 95%;
  max-height: 95%;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE and Edge */
  border: 1px solid #ccc;
  /* Optional: Add a border for visual clarity */
}

.signupdiv::-webkit-scrollbar {
  width: 0;
  /* Hide scrollbar for WebKit (Chrome, Safari, Opera) */
}

.thankyou-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center !important;
}

.border-div {
  border: 2px solid #e9f6ff;
  border-radius: 30px;
  padding: 3rem;
  margin-bottom: 3rem;
}

/* custome file input for upload user image  */

.uploadProfileImage {
  padding: 8px 16px;
  cursor: pointer;
  background-color: #0070bd;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  width: 80%;
}

.uploadProfileImage p {
  font-family: "Sofia Pro Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  color: #fff;
}

/*-------- My Bookings ----------*/
.content-wraaper {
  padding: 3rem 3rem 0;
}

.content-wraaper h2 {
  color: #000;
  font-family: "Sofia Pro Light";
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.username {
  font-family: "Sofia Pro Light";
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.btn-edit {
  font-family: "Sofia Pro Light";
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.content-wraaper label {
  color: #646464;
  font-size: 18px;
  margin-bottom: 5px;
}

.content-wraaper input {
  font-size: 21px;
  font-weight: 600;
  padding: 16px 22px;
}

.content-wraaper input:read-only {
  border: none;
  padding: 0;
}

.content-wraaper .contact-number {
  border-radius: 0 !important;
  border: none;
}

.content-wraaper .contact-number select:read-only {
  border-radius: 0 !important;
}

.content-wraaper .contact-number input:read-only {
  border-radius: 0 !important;
  border-left: 0 !important;
  margin-left: 10px;
}

.card-booking {
  /* border: 1px solid #D1D1D1; */
  border-radius: 25px;
  box-shadow: 0px 3.2603139877319336px 15.81252384185791px 0px #0000001a;
  margin-bottom: 3rem;
}

.card-booking-img img {
  border-radius: 27px 27px 0 0;
}

.card-booking-content {
  padding: 1rem;
}

.card-booking-content p {
  font-family: "Sofia Pro Light";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 0.8rem;
}

.card-booking-content .activity-name {
  font-family: "Sofia Pro Light";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.2rem;
}

.card-booking-content .status {
  color: #808080;
}

.card-booking-content>p:last-child {
  margin-bottom: 0;
}

.hr-div {
  border: 1px solid #d1d1d1;
  margin: 0;
}

.card-booking-footer {
  padding: 1.5rem 1rem;
}

.card-booking-img {
  position: relative;
}

.card-booking-img .type {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  background: #f7f5f1;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  padding: 0.7rem 1.5rem;
  margin: 0;
}

.card-booking-content .rating {
  border-radius: 4px 4px 4px 0;
  background: #002c5f;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  margin-right: 0.8rem;
}

.card-booking-content .description {
  color: #808080;
}

.card-booking-content .description>span {
  color: #646464;
  text-decoration: underline;
}

.card-booking-content .price {
  font-size: 1.5rem;
  font-weight: 600;
}

.card-booking-content .price>span {
  font-size: 0.8rem;
  color: #808080;
}

.card-booking-content .other {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.btn-explore {
  background: #0070bd;
  border-radius: 7px;
  padding: 0.7rem 2rem;
  font-weight: 600;
}

.card-booking-img.bgGrey {
  background: #f7f5f1;
  border-radius: 13px 13px 0 0;
  padding: 3rem;
}

.card-booking-content.details-wrapper {
  padding: 1rem 1.7rem;
}

.card-booking-content .details {
  font-size: 20px;
  font-weight: 600;
}

.card-booking-content .details-div {
  margin-bottom: 1rem;
}

.card-booking-content .details-div>p:first-child {
  font-family: "Sofia Pro Light";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #808080;
  margin-bottom: 0;
}

.card-booking-content .details-div>p:last-child {
  font-family: "Sofia Pro Light";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}

/*----- vendor business details -------*/
.content-div {
  padding: 2rem 3rem 1rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px #73737340;
  position: relative;
}

.content-div h2 {
  font-family: "Sofia Pro Bold";
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}

.content-div h4 {
  font-family: "Sofia Pro Light";
  font-size: 30px;
  font-weight: 300;
  line-height: 37px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}

.business-details::before {
  content: "";
  border-left: 6px solid #0070bd;
  position: absolute;
  height: 80%;
  left: 0;
  top: 100px;
  bottom: 100px;
}

.helplist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.helplist li {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin: 1rem 0;
  border-bottom: 1px solid #c9c9c9;
}

.helplist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.helplist li p,
.business-details p {
  font-family: "Sofia Pro Light";
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
  margin-left: 1rem;
}

.business-details p {
  margin-left: 0;
  margin-bottom: 1rem;
}

.business-details .textH {
  font-family: "Sofia Pro Bold";
  margin-bottom: 1.5rem;
}
.business-details .textS {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
}


/**custom-file upload**/
.custom-file {
  position: relative;
  display: inline-block;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  margin: 0;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  border-radius: 10px !important;
  border: 0.814px solid #000;
  box-shadow: 1.628px 3.255px 4.069px 0px rgb(255 255 255 / 25%) inset;
  color: #000;
  font-family: "Sofia Pro Light";
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  height: 45px;
  padding: 16px 22px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: auto;
  padding: 0.375rem 0.75rem;
  content: "";
  background: url(/images/vendor/attachment.svg) #fff no-repeat 0px center;
  width: 35px;
  /* height: 60px; */
  /* border: 0;
  background-size: 40%; */
}



/*--------------------------*/

.let-discover-carousal a {
  color: #000;
  text-align: center;
}

.let-discover-carousal a .title {
  padding: 1rem;
}

.carousal-c {
  padding: 0 4rem;
}

.carousal-c .owl-custom01.owl-carousel .owl-nav button.owl-prev {
  left: calc(-5% + 1px);
}

.carousal-c .owl-custom01.owl-carousel .owl-nav button.owl-next {
  right: calc(-5% + 1px);
}

.browse-experiences-session {
  background: #f7f5f1;
  padding: 2rem 0;
}

.similar-experiences-session {
  padding: 2rem 0;
}

.browse-experiences-item {
  border-radius: 1.6875rem;
  background: #fff;
  box-shadow: 0px 3.26px 15.813px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.browse-experiences-item .info {
  padding: 1rem;
}

.info .top-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.info .rating-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.browse-experiences-item .img-wrapper {
  position: relative;
}

.top-rated {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  border-radius: 6px;
  padding: 0.3rem 0.5rem;
  font-size: 13px;
}

.info .top-name .title {
  font-size: 20px;
}

.info .rating-wishlist .rating {
  background: #002c5f;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 0.1rem 0.3rem;
  margin-right: 10px;
}

.info .rating-wishlist .wishlist .image-container {
  width: 19px;
  display: block;
}

.info .rating-wishlist .rating .image-container {
  width: 14px;
  margin-top: -4px;
  margin-left: 4px;
}

.browse-experiences-item .info .discription {
  font-size: 13px;
  line-height: 15px;
  color: #808080;
  margin-bottom: 10px;
}

.browse-experiences-item .info .discription a {
  color: #808080;
  text-decoration: underline !important;
}

.browse-experiences-item .info .price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.browse-experiences-item .info .price .off {
  font-size: 11px;
  line-height: 11px;
  color: #808080;
}

.browse-experiences-item .info .detail {
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 10px;
}

.btn-outline-secondary {
  border: 1px solid #000;
  font-size: 16px;
  color: #000;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-center {
  text-align: center;
  padding: 2rem 0;
}

.gift-an-experience-inner {
  background: url(/images/gift-experience-bg.png) no-repeat;
  margin: 5rem 0 0;
  background-size: 100%;
  object-fit: cover;
  padding: 4rem;
}

.gift-an-experience-inner .content .title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 1rem;
}

.gift-an-experience-inner .content .disc {
  margin-bottom: 1rem;
}

.testimonial-session {
  background: #f4f4f4;
  padding: 5rem 0;
}

.testimonial-item {
  text-align: center;
  padding: 0 15rem;
}

.testimonial-item .img {
  width: 144px;
  height: 144px;
  margin: 0 auto;
}

.testimonial-item .rating {
  padding: 0.5rem 0;
}

.testimonial-item .rating .fa-star:before {
  content: "\f005";
  color: #ffd600;
}

.testimonial-item .rating a {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin: 4px;
}

.testimonial-item .name {
  font-size: 24px;
  line-height: 24px;
  margin-top: 1rem;
}

.signUp-to-experience-our-platform-session {
  background: url(../public/images/sign-up-exp-bg.png) no-repeat;
  background-size: 100%;
  object-fit: cover;
  padding: 4rem;
  color: #fff;
}

.signUp-to-experience-our-platform {
  text-align: center;
}

.signUp-to-experience-our-platform .title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 1rem;
}

.signUp-to-experience-our-platform .disc {
  margin-bottom: 1rem;
}

footer {
  background: #020d1a;
  padding: 3rem 0;
  color: #fff;
}

footer .footer-logo {
  width: 133px;
  margin-bottom: 10px;
}

.footer-link h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.footer-link ul li a {
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  padding: 0.4rem 0;
  display: block;
}

footer .icon-text .image-container {
  width: 20px;
  display: block;
  margin-right: 1rem;
}

footer .icon-text {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

footer .icon-text .text {
  width: 85%;
  font-size: 15px;
  color: #fff;
}

footer .icon-text .text a {
  color: #fff;
}

footer .social-icon a {
  width: 32px;
  height: 33px;
  display: inline-block;
  margin-right: 0.5rem;
}

footer .subscribe {
  padding: 1rem 0 0;
}

footer .subscribe input {
  border: 1px solid #fff;
  border-radius: 5px;
  background: transparent;
  font-size: 12px;
  line-height: 14px;
  padding: 0.6rem;
  color: #fff;
  margin-right: 0.5rem;
}

footer hr {
  margin: 2.5rem 0;
  opacity: inherit;
}

.copyright {
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 1rem;
}

.box-01 {
  border-radius: 17px;
  border: 1px solid #d1d1d1;
  margin-bottom: 1rem;
}

.box-01 .head {
  font-size: 20px;
  line-height: 20px;
  padding: 1rem;
}

.box-01 .reset {
  padding: 1rem;
}

.box-01 .reset .image-container {
  width: 22px;
  display: inline-block;
}

.box-01 .reset a {
  color: #0070bd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-01 .reset a .image-container {
  margin-left: 0.5rem;
}

.box-01 .inner {
  padding: 1rem;
  border-top: 2px solid #d1d1d1;
}

.df-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 1rem; */
}

.accordion-filter {}

.accordion-filter .accordion-button:not(.collapsed) {
  background: transparent;
}

.accordion-filter .accordion-button:focus {
  border: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-filter.accordion-flush .accordion-item {
  border: 0;
}

.data-filters-item label {
  font-size: 14px;
  font-weight: 300;
}

.data-filters-item label input {
  margin-right: 0.2rem;
}

.data-filters-item {
  margin-bottom: 0.5rem;
}

.accordion-filter.accordion-flush .accordion-item .accordion-button {
  padding: 0.5rem 0;
  color: #000;
}

.accordion-filter .accordion-body {
  padding: 0;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button::after {
  background: url(/images/icons/arrow-right-01.svg) no-repeat;
}

.accordion-button:not(.collapsed)::after {
  background: url(/images/icons/arrow-down-01.svg) no-repeat right center;
}

.form-select:focus {
  box-shadow: none;
  border-color: inherit;
}

.box-01 .form-select {
  border-color: #c3c3c3;
  padding: 0.575rem 2.55rem 0.575rem 0.95rem;
}

.box-01 .show-all {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
}

.box-01 .show-all span {
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  height: 10px;
}

.time-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time-filter .time {
  position: relative;
}

.time-filter .time:first-child::after {
  content: ":";
  position: absolute;
  right: -22px;
  top: 30px;
}

.time-filter .time input {
  width: 55px;
  text-align: center;
}

.time-filter .time-field {
  display: flex;
  align-items: center;
  width: 70%;
}

.time-filter .time-field .time:first-child {
  margin-right: 40px;
}

.time-filter .time-field .time div:first-child {
  margin-bottom: 5px;
}

.time-filter .ampm-field {
  width: 30%;
  padding-top: 15px;
}

.time-filter .ampm-field .ampm {
  margin: 5px 0;
}

.time-filter .ampm-field .ampm input {
  margin-right: 10px;
}

.listing-filter {
  font-size: 14px;
}

.filter-dd {
  text-align: right;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.filter-dd a {
  width: 30px;
  display: inline-block;
  cursor: pointer;
}

.filter-dd .box-inner {
  position: relative;
}

.filter-dd .box-inner:nth-of-type(2) {
  margin-right: 1rem;
}

.top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.filter-dd .box-inner .inner-content {
  background: #fff;
  box-shadow: 0px 4px 15.899999618530273px 0px rgba(0, 0, 0, 0.25);
  width: 300px;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
  padding: 1.5rem;
  display: none;
  border-radius: 9px;
}

.filter-dd .box-inner .inner-content.open {
  display: block;
}

.filter-dd .box-inner .inner-content .top-head .close-btn {
  width: 20px;
  display: inline-block;
  cursor: pointer;
}

.filter-dd .box-inner .inner-content .list-by {
  text-align: left;
}

.filter-dd .box-inner .inner-content .list-by li {
  padding: 7px 0;
}

.filter-dd .box-inner .inner-content .list-by li input {
  margin-right: 10px;
}

.filter-dd .box-inner .inner-content .list-by li label {
  font-size: 14px;
}

.browse-experiences-item .img-wrapper {
  height: 190px;
}

.listing-items .browse-experiences-item .img-wrapper {
  height: 100%;
}

.filter-view {
  display: none;
}

.product-info .wishlist-share a {
  width: 25px;
  display: inline-block;
}

.product-info .wishlist-share a:first-child {
  margin-right: 10px;
}

.product-info .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-info .top-row .most-booked {
  color: #808080;
  font-size: 24px;
}

.product-reviews {
  display: flex;
  align-items: center;
  padding: 0.5rem 0 2rem;
}

.product-info .product-reviews .star {
  display: flex;
  align-items: center;
}

.product-reviews .star a {
  width: 19px;
  display: inline-block;
}

.product-reviews .rating {
  background: #002c5f;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
  margin-right: 10px;
}

.product-info .product-reviews .review {
  margin-right: 10px;
}

.product-info .product-name {
  font-size: 3.438rem;
  line-height: 4.813rem;
  font-weight: 700;
}

.product-info .price {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.product-info .price>span {
  color: #808080;
  font-size: 14px;
}

.product-info .location {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

.product-info .location>span {
  color: #808080;
  font-size: 16px;
}

.btn-row {
  padding: 2rem 0;
}

.image-container.btn-gift {
  width: 18px;
  display: inline-block;
  vertical-align: text-bottom;
}

.btn-secondary {
  background: #f0f0f0;
  border: 1px solid #afafaf;
  color: #000;
}

.btn-secondary:hover {
  background: #e0dede;
  border: 1px solid #afafaf;
  color: #000;
}

.image-gallery-thumbnail {
  width: 25%;
}

.image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  background: url(/images/icons/arrow-right-grey.svg) no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.breadcrumb .breadcrumb-item a {
  color: #808080;
}

.btn {
  font-size: 20px;
}

.availability-wrappper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.availability-wrappper li {
  width: 46%;
  display: flex;
  align-items: center;
  margin: 0.5rem;
}

.availability-wrappper li>span {
  width: 30px;
  display: block;
  margin-right: 10px;
}

.availability-wrappper li .info {
  width: 12px;
  height: 12px;
  right: -4px;
  top: -9px;
  display: block;
  cursor: pointer;
}

.availability-wrappper li .info-div {
  position: relative;
}

.availability-wrappper li .info-text {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0px 3.2603139877319336px 15.81252384185791px 0px #0000001a;
  width: 250px;
  border-radius: 10px;
  font-size: 14px;

  /* Add any other styles you need for your info div */
}

.view-all-reviews-btn {
  color: #000;
}

.guest-reviews-detail .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.guest-reviews-detail .head .name {
  font-size: 24px;
  line-height: 24px;
}

.guest-reviews-detail .head .month {
  color: #808080;
}

.guest-reviews-detail .star {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.guest-reviews-detail .star a {
  width: 19px;
  display: inline-block;
}

.review-content a {
  color: #808080;
  text-decoration: underline !important;
}

.guest-reviews-detail {
  margin-right: 3rem;
}

.guest-reviews-session .head-btn {
  margin-right: 3rem;
}

.guest-reviews-detail {
  margin-bottom: 2rem;
}

.guest-reviews-session>.container {
  border-top: 1px solid #c9c9c9;
  padding-top: 3rem;
}

.guest-reviews-session {
  padding: 0 0 2rem 0;
}

.browse-experiences-item .explore-now .btn {
  font-size: 13px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.accordion-01 {
  /* border: 1px solid #707070;
    border-radius: 17px;
    padding: 5px; */
}

.accordion-01 .accordion-button::after {
  background-image: url(https://d3dfzqkbc19l96.cloudfront.net/public/assets/images/icons/plus.svg);
  width: 15px;
  height: 15px;
  background-size: 90%;
  position: absolute;
  right: 5px;
  top: 40%;
}

.accordion-01 .accordion-button:not(.collapsed)::after {
  background-image: url(https://d3dfzqkbc19l96.cloudfront.net/public/assets/images/icons/minus.svg);
  width: 15px;
  height: 3px;
  background-size: 90%;
}

.accordion-01 .accordion-button {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  /* font-weight: 700; */
  padding-right: 35px;
}

.accordion-01 .accordion-body {
  padding-top: 0;
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 25px;
  padding-right: 50px;
}

.accordion-01 .accordion-button:not(.collapsed) {
  color: #c9262b;
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;
}

.accordion-01 .accordion-item {
  border: 0;
  border-bottom: 1px solid #DDDDDD;
}

.accordion-01 .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-01.accordion {
  /* margin-top: 35px; */
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.faqs-session {
  padding: 5rem 0;
}



@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 2rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    align-items: center;
    justify-content: flex-end;
  }

  .navbar-expand-lg .navbar-nav .nav-link.gift-card {
    display: flex;
    align-items: center;
    position: relative;
  }

  .navbar-expand-lg .navbar-nav .nav-link.gift-card::after {
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link.gift-card .image-container {
    width: 21px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (max-width:1023px) {

  .product-info .product-name {
    font-size: 20px;
    line-height: 30px;
  }

  .product-info .top-row .most-booked {
    color: #808080;
    font-size: 16px;
  }

  .product-info .product-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }

  .availability-wrappper li {
    width: 100%;
    margin: 1rem 0.5rem;
  }

  .guest-reviews-session .head-btn {
    margin-right: 0;
  }

  .guest-reviews-detail {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  footer .subscribe input {
    width: 67%;
  }

  .footer-link h3 {
    font-size: 20px;
  }

  footer .footer-link.mtp-0 {
    padding-top: 0;
  }

  footer .footer-link {
    padding-top: 2rem;
  }

  .signUp-to-experience-our-platform .title {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 0.5rem;
  }

  .signUp-to-experience-our-platform-session {
    background: url(../public/images/sign-up-exp-bg-m.png) no-repeat;
    background-size: 100%;
    object-fit: cover;
    padding: 1rem;
    color: #fff;
  }

  .testimonial-item .name {
    font-size: 20px;
    line-height: 22px;
  }

  .testimonial-item {
    padding: 0 0rem;
  }

  .gift-an-experience-inner .img {
    padding-top: 3rem;
  }

  .gift-an-experience-inner .content .title {
    font-size: 32px;
    line-height: 35px;
  }

  .gift-an-experience-inner {
    padding: 1rem;
    border-radius: 27px;
    background: #f6f6f6 url(/images/gift-experience-bg-m.png) no-repeat center bottom;
  }

  .carousal-c .owl-custom01.owl-carousel .owl-nav button.owl-next {
    right: calc(-9% + 1px);
  }

  .carousal-c .owl-custom01.owl-carousel .owl-nav button.owl-prev {
    left: calc(-9% + 1px);
  }

  .slider-item.slider-item-01 {
    background: url(/images/home-banner/01-m.jpg) no-repeat;
  }

  .slider-item {
    height: 200vw;
    border-radius: 0 0 25px 25px;
    background-position: 100% !important;
    padding-top: 2rem;
  }

  .slider-item .d-table {
    display: inherit !important;
  }

  .home-banner .banner-txt h1 {
    font-size: 20px;
    line-height: 22px;
  }

  .home-banner .banner-txt .title {
    font-size: 32px;
    line-height: 35px;
  }

  .searchbar-h input {
    font-size: 13px;
  }

  .searchbar-h {
    height: 55px;
    padding: 1rem;
  }

  .searchbar-h .search-icon {
    right: 8px;
    top: 11px;
  }

  .searchbar-session {
    margin-top: -33px;
  }

  .let-discover-session {
    padding: 2rem 0;
  }

  .head01 .title {
    font-size: 16px;
    line-height: 18px;
  }

  .head01 h2 {
    font-size: 32px;
    line-height: 33px;
  }

  .carousal-c {
    padding: 0 1rem;
  }
}