@charset "UTF-8";
@import "./fonts.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: 1rem;
    padding-right: 1rem;
}

.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";
    font-size: 15px;
    line-height: normal;
}

.btn-submit:disabled {
    background-color: #BACCD9;
    border: none;
}

.btn-submit:hover {
    background-color: #0070BD;
}

.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  */

.custom-file-input {
    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%;
}

.custom-file-input 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: .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: .8rem;
    bottom: .8rem;
    background: #F7F5F1;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    padding: .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 .5rem;
    margin-right: .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: .8rem;
    color: #808080;
}

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

.btn-explore {
    background: #0070BD;
    border-radius: 7px;
    padding: .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;
}

.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 {
    font-family: "Sofia Pro Light";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
    margin-left: 1rem;
}

.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;
}

.browse-experiences-item {
    border-radius: 1.6875rem;
    background: #FFF;
    box-shadow: 0px 3.26px 15.813px 0px rgba(0, 0, 0, 0.10);
    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 .image-container{
  width: 22px;
  display: inline-block;
}

.box-01 .reset a {
    color: #0070BD;
}
.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-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-info .product-reviews{
  display: flex;
  align-items: center;
  padding: 0.5rem 0 1.5rem;
}
.product-info .product-reviews .star{
  display: flex;
  align-items: center;
}
.product-info .product-reviews .star a{
  width: 19px;
  display: inline-block;
}
.product-info .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;
}






@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 (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;
}
}