/* 
// X-Small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// X-Large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }

// XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width
 */
 .smallscrn-navbar-sec {
    padding: 5px 0px;
    background-color: #fff;
}

.search-div {
    border-radius: 30px;
}

.search-modal-btn-trigger {
    background-color: transparent;
    border: 0px solid transparent;
}

.search-experience-sm {
    margin-bottom: 0px;
    font-size: 12px;
}

.filter-btn-div {
    border-radius: 50%;
}

.btn-filter-modal {
    padding: 0px;
}

.align-items-center-sm {
    padding: 5px;
}

.search-col {
    padding: 0px 9px;
}

.search-btn-col {
    padding: 0px 0px;
}

.search-filter-col {
    padding: 1px 2px 0px 12px;
}

.slider-icon {
    font-size: 20px;
    padding: 2px;
}

/* bottom menu */
.sec-experiences-phone {
    padding-top: 19px;
    background-color: rgb(255, 255, 255);
}

.sec-sm-bottom-menu {
    padding-top: 0px;
    background-color: rgb(255, 255, 255);
}

.explore-icon,
.wishlist-icon,
.login-icon {
    font-size: 20px;
    color: #b0b0b0;
}

.explore,
.wishlist-icon-sm,
.login {
    font-size: 10px;
    color: #b0b0b0;
}

.experience-image-container {
    position: relative;
}

.experience-image {
    width: 100%;
}

.wishlist-icon-overlay {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    /* background-color: rgba(255, 255, 255, 0.7); */
    border-radius: 50%;
}

.wishlist-icon-overlay i {
    color: #ffffff;
    font-size: 20px;
}

.title-sm {
    color: #000000;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
    text-transform: capitalize;
}

.experience-category p {
    color: #DC143C;
    font-size: 12px;
    padding: 0px;
}

.rating-sm {
    color: #000000;
    font-size: 12px;
}

.location-sm {
    color: #717171;
    font-size: 13px;
}

.align-items-sm {
    padding: 0px 0px;
}

.date-time-sm {
    color: #717171;
    font-size: 13px;
}

.price-sm {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.a-sm {
    color: var(--bs-link-color);
    text-decoration: none;
}

/* view experience */
.sm-view-eperience-backlinks {
    z-index: 1;  /* This will make the first section appear on top of the second section */
    position: relative;  /* This will allow the `z-index` property to take effect */
    margin-bottom: -33px;
    color: #ffffff;
}

.backlink-container {
    padding-top: 10px;
}

.backlink-a {
    color: white;
    text-decoration: none;
}

.sm-view-eperience-slides {
    z-index: 0;  /* This will make the second section appear behind the first section */
    position: relative;  /* This will allow the `z-index` property to take effect */
}

.price-sm h5 {
    font-size: 15px;
}

.date-sm h6 {
    font-size: 10px;
}

.btn-book-now-sm {
    font-size: 13px;
    padding: 5px 5px 2px 5px;
    font-weight: 500;
    background-color: #DC143C;
    border: 1px solid #DC143C;
    color: #ffffff;
    border-radius: 30px;
}

.btn-book-now-sm:hover {
    background-color: #ffffff;
    border: 1px solid #DC143C;
    color: #DC143C;
}

.btn-add-to-cart-sm,
.btn-gift-experience-sm,
.btn-confirm-booking-sm {
    padding: 0px 6px;
    font-size: 12px;
    font-weight: 400;
}

.btn-add-to-cart-sm {
    background-color: #DC143C;
    border-radius: 30px;
    color: #ffffff;
}

.btn-gift-experience-sm {
    background-color: #ee1ab9;
    border-radius: 30px;
    color: #000000;
}

.btn-confirm-booking-sm {
    background-color: #DC143C;
    border-radius: 30px;
    color: #ffffff;
}

.book-now-modal-content {
    font-size: 13px;
}

@media (max-width: 575.98px) {
    .value-button {
        display: inline-block;
        margin: 0px;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        padding: 0px 0;
    }

    .user-value {
        padding-left: 5px;
        margin: 0px 0px 0px 0px;
        font-size: 14px;
    }

    .align-ticket-add {
        padding: 5px;
    }
}

.landing-page-sm {
    background-image: url(img/home/sky_diving.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    box-shadow: rgb(0 0 0 / 38%) 0px 0px 0px 2000px inset;
    background-attachment: fixed;
}

.landing-page-sm h1 {
    font-family: Gotham, sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: rgb(220, 20, 60);
    border-radius: 10px;
    text-shadow: rgb(255 255 255) -1px -1px 0px, rgb(255 255 255) 1px -1px 0px, rgb(255 255 255) -1px 1px 0px, rgb(255 255 255) 1px 1px 0px;
}

@media (max-width: 575.98px) {
    .faq-head-sm {
        padding-top: 85px;
        color: white;
    }

    .landing-page-container {
        padding-top: 145px;
    }
}