/* .btn.selected {
    border-bottom: 2px solid #F9B545; 
}
.btn {
    cursor: pointer;
} */



@keyframes swipe {
    0% {
        transform: scaleX(0);
    }

    /* Start with no width */
    100% {
        transform: scaleX(1);
    }

    /* Expand to full width */
}

.btn {
    cursor: pointer;
    position: relative;
    /* Ensure relative positioning for absolute child */
    overflow: hidden;
    /* Hide overflow to contain the animation */
}

.btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* Height of the bottom border */
    background-color: #F9B545;
    /* Initial color of the bottom border */
    transform-origin: left;
    transform: scaleX(0);
    /* Initially no width */
    transition: transform 0.3s ease;
    /* Smooth transition for the swipe animation */
}

.btn.selected::after {
    transform: scaleX(1);
    /* Full width when selected */

}

.btn.selected {
    color: #25256B;
    font-weight: 700;
}




body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
.sortfilter{
    font-weight: 800 !important;
}


.ticket {
   
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* margin: 20px auto; */
    margin-top: 2%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.ticket .stub,
.ticket .check {
    box-sizing: border-box;
}

.stub {
    background: #25256B;
    height: 250px;
    width: 250px;
    color: white;
    padding: 20px;
    position: relative;
    margin-left: -2%;
}

.stub:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid #1a1a4c;
    border-left: 20px solid #25256B;
    width: 0;
}

.stub:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #1a1a4c;
    border-left: 20px solid #25256B;
    width: 0;
}
.stub1 {
    background: #F9B545;
    height: 250px;
    width: 250px;
    color: white;
    padding: 20px;
    position: relative;
    margin-left: -2%;
}

.stub1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid #df8c07
;
    border-left: 20px solid #F9B545;
    width: 0;
}

.stub1:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #df8c07

;
    border-left: 20px solid #F9B545;
    width: 0;
}
.stub2 {
    background: #b8e3ff;
    height: 250px;
    width: 250px;
    color: white;
    padding: 20px;
    position: relative;
    margin-left: -2%;
}

.stub2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid #99d6ff 
;
    border-left: 20px solid #b8e3ff ;
    width: 0;
}

.stub2:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #99d6ff 

;
    border-left: 20px solid #b8e3ff;
    width: 0;
}

.stub .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
}

.stub .top .line {
    display: block;
    background: #fff;
    height: 40px;
    width: 3px;
    margin: 0 20px;
}

.stub .top .num {
    font-size: 10px;
}

.stub .top .num span {
    color: #000;
}

.stub .number {
    position: absolute;
    left: 40px;
    font-size: 150px;
}

.stub .invite {
    position: absolute;
    left: 150px;
    bottom: 45px;
    color: #000;
    width: 20%;
}

.stub .invite:before {
    content: '';
    background: #fff;
    display: block;
    width: 40px;
    height: 3px;
    margin-bottom: 5px;
}

.check {
    background: #fff;
    height: 248px;
    width: 450px;
    padding: 10px;
    position: relative;
}

.check2 {
    background: #fff;
    height: 250px;
    /* width: 450px; */

    padding: 5%;
    /* position: relative; */
}

.check:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -0;
    left: 0;
    border-top: 20px solid #1a1a4c;
    border-right: 20px solid #fff;
    width: 0;
}

.check:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 20px solid #1a1a4c;
    border-right: 20px solid #fff;
    width: 0;
}
.checkred:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 20px solid #df8c07;
    border-right: 20px solid #fff;
    width: 0;
}

.checkred:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 20px solid #df8c07;
    border-right: 20px solid #fff;
    width: 0;
}
.checkblue:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 20px solid #99d6ff;
    border-right: 20px solid #fff;
    width: 0;
}

.checkblue:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 20px solid #99d6ff;
    border-right: 20px solid #fff;
    width: 0;
}

.check .big {
    font-size: 23px;
    font-weight: 600;
    line-height: .8em;
    /* margin-top: -20px; */
    margin-left: 21px;
}


.check .number {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #F9B545;
    font-size: 40px;
}

.check .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    margin-left: 21px;
}
#hotelRoomRoundoff{
    margin-left: 26px;

}

.check .info section {
    margin-right: 50px;
}

.check .info section:before {
    content: '';
    background: #F9B545;
    display: block;
    width: 40px;
    height: 3px;
    margin-bottom: 5px;
}
.checkred .info section:before {
    content: '';
    background: #25256B;
    display: block;
    width: 40px;
    height: 3px;
    margin-bottom: 5px;
}

.check .info section .title {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}



.rating {
    color: #F9B545;
    font-weight: 700;
}

.rating-total {
    text-align: end;
    color: #b1afaf;
}

.rating-data {
    background-color: #25256B;
    color: #fff;
    font-weight: 600;
    padding: 6px;
}

.small {
    font-size: small !important;
    color: #000;
    font-weight: 400;
}

.hotel-facilities {
    list-style: none;
     padding-left: 0rem !important;
}

.hotel-facilities li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #F9B545;
    padding-right: 0.5rem;
}


.feature {
    /* border-radius: 0.5em; */
    box-shadow: rgba(249, 181, 69, 0.1) 1.95px 1.95px 2.6px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */

}



#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}


.green {
    background-color: #6fb936;
}


img.zoom {
    width: 100%;
    /* height: 200px; */
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {

    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

.secondRowImg img{
height: 50px;
}



.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid #d2d2dc; */
    /* border-radius: 0 */
    border: none !important;
}

.hotelName{
    font-size: 16px;
    margin-left: 21px;
}





label.checkfilter {
  cursor: pointer;
}
label.checkfilter input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
label.checkfilter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 60px;
  }
  
  label.checkfilter span {
    padding: 7px 14px;
    border: 2px solid #F9B545;
    display: inline-block;
    color: #F9B545;
    border-radius: 3px;
    text-transform: uppercase;
  }
  
label.checkfilter input:checked + span {
  border-color: #25256B;
    background-color: #25256B;
    color: #fff;
}
.Recommended{
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(37,37,107,1) 35%, rgba(184,227,255,1) 100%); */
    /* background: #b8e3ff; */
    background: linear-gradient(90deg, rgba(179,179,229,1) 0%, rgba(198,198,235,1) 35%, rgba(217,217,242,1) 100%);
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;


}


.thumb-wrapper{
    height: auto !important;
}


.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}



.card .card-image {
    height: 206.68px !important;
    /* height: 60%; */
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}

.card .card-image .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card img {
    width: 100%;
    height: auto;
}

.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .ftr {
    margin-top: 15px;
}

.card .ftr div {
    display: inline-block;
}

.card .ftr .author {
    color: #888;
}

.card .ftr .stats {
    float: right;
    line-height: 30px;
}

.card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}


/* ============ Card Table ============ */

.table {
    margin-bottom: 0px;
}

.card .table {
    padding: 15px 30px;
}

.card .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.card .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b);
}

.card [class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px;
}

.card [class*="table-"] .card-caption a,
.card [class*="table-"] .card-caption,
.card [class*="table-"] .icon i {
    color: #FFFFFF;
}

.card [class*="table-"] .icon i {
    border-color: rgba(255, 255, 255, 0.25);
}

.card [class*="table-"] .author a,
.card [class*="table-"] .ftr .stats,
.card [class*="table-"] .category,
.card [class*="table-"] .card-description {
    color: rgba(255, 255, 255, 0.8);
}

.card [class*="table-"] .author a:hover,
.card [class*="table-"] .author a:focus,
.card [class*="table-"] .author a:active {
    color: #FFFFFF;
}

.card [class*="table-"] h1 small,
.card [class*="table-"] h2 small,
.card [class*="table-"] h3 small {
    color: rgba(255, 255, 255, 0.8);
}


/* ============ Card Blog ============ */

.card-blog {
    margin-top: 30px;
}

.card-blog .card-caption {
    margin-top: 5px;
}

.card-blog .card-image + .category {
    margin-top: 20px;
}

.card-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


/* ============ Card Background ============ */

.card-background {
    background-position: center;
    background-size: cover;
    text-align: center;
}

.card-background .table {
    position: relative;
    z-index: 2;
    min-height: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 440px;
    margin: 0 auto;
}

.card-background .category,
.card-background .card-description,
.card-background small {
    color: rgba(255, 255, 255, 0.8);
}

.card-background .card-caption {
    color: #FFFFFF;
    margin-top: 10px;
}

.card-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 6px;
}


/* ============ Card Profile ============ */

.card-profile {
    margin-top: 30px;
    text-align: center;
}


/* ============ Card Category ============ */

.category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
    font-size: medium;
    font-weight: 700;
}

.card .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
}


/* ============ Card Author ============ */

.card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.card .author a {
    color: #333;
    text-decoration: none;
}

.card .author a .ripple-cont {
    display: none;
}


/* ============ Card Product ============ */

.card-product {
    margin-top: 30px;
}

.card-product .btn-simple.btn-just-icon {
    padding: 0;
}

.card-product .ftr {
    margin-top: 5px;
}

.card-product .ftr .stats {
    margin-top: 4px;
    top: 0;
}

.card-product .ftr h4 {
    margin-bottom: 0;
}

.card-product .card-caption,
.card-product .category,
.card-product .card-description {
    text-align: center;
}

.card-description p {
    color: #888;
}

.card-caption,
.card-caption a {
    color: #333;
    text-decoration: none;
}

.card-caption {
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
}


/* ============ Card Testimonial ============ */

.card-testimonial {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
}

.card-profile .btn-just-icon.btn-raised,
.card-testimonial .btn-just-icon.btn-raised {
    margin-left: 6px;
    margin-right: 6px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-profile.card-plain .card-avatar,
.card-testimonial.card-plain .card-avatar {
    margin-top: 0;
}

.card-testimonial .card-avatar {
    max-width: 100px;
    max-height: 100px;
}

.card-testimonial .card-description {
    font-style: italic;
}

.card-testimonial .card-description + .card-caption {
    margin-top: 30px;
}

.card-testimonial .icon {
    margin-top: 30px;
}

.card-testimonial .icon {
    font-size: 40px;
}

.card-testimonial .ftr {
    margin-top: 0;
}

.card-testimonial .ftr .card-avatar {
    margin-top: 10px;
    margin-bottom: -50px;
}



.rating-wrapper {
    align-self: center;
    box-shadow: 7px 7px 25px rgba(198, 206, 237, .7), -7px -7px 35px rgba(255, 255, 255, .7), inset 0px 0px 4px rgba(255, 255, 255, .9), inset 7px 7px 15px rgba(198, 206, 237, .8);
    border-radius: 5rem;
    display: inline-flex;
    direction: rtl !important;
    padding: 1.5rem 2.5rem;
    margin-left: auto;
  }

  .rating-wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    display: none !important;
  }



  .rating-wrapper label {
    color: #e1e6f6;
    cursor: pointer;
    display: inline-flex ;
    font-size: 1.2rem;
    padding: 0% !important;
    transition: color 0.5s;
    position: static !important;
  }

  .rating-wrapper svg {
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow 4px 1px 6px rgba(198, 206, 237, 1);
    filter: drop-shadow(5px 1px 3px rgba(198, 206, 237, 1));
  }

  .rating-wrapper label:hover,
  .rating-wrapper label:hover ~ label,
  .rating-wrapper input:checked ~ label {
    color: #F9B545;
  }




  .ntfProperty .avatar {
    width: 30px;
    border-radius: 50%;
  }
  .ntfProperty .avatar-bordered {
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border: white 1px solid;
  }
  .ntfProperty .avatar-large {
    width: 50px;
  }

  
  .ntfProperty .card {
    height: 250px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    background-size: cover !important;
    color: white;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .ntfProperty .card-user {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .ntfProperty .card-category {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
  }
  .ntfProperty .card-description {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .ntfProperty .card-description h2 {
    font-size: 22px;
    color: #F9B545;

  }
  .ntfProperty .card-description p {
    font-size: 15px;
    color: #FFFFFF;

  }
  .ntfProperty .card-link {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index:2;
    background: black;
    opacity: 0;
  }
  .ntfProperty.card-link:hover{
    opacity: 0.1;
  }
  .ntfProperty .features img {
    width: 100px;
  }
  .ntfProperty .features h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ntfProperty .features p {
    font-size: 15px;
    font-weight: lighter;
  }

.addroombtn{
    width: 54%;
    margin-left: 23%;
}
#hotelAddress {
    position: relative;
    cursor: pointer; /* Indicate that the text is interactive */
    max-width: 100px;
}

.mapBox{
    position: absolute;
}

.animated-div {
    /* background-color: #25256b; */
    color: white;
    /* display: flex; */
    filter: blur(1rem);
    /* animation: pulse 2s infinite; */
}

.loaderUnder {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px; /* Height of the underline */
    background: linear-gradient(90deg, transparent, #F9B545, transparent);
    background-size: 200% 100%;
    background-position: 0 0;
    animation: underline 1.5s infinite;
    display: none; /* Initially hidden */
}

@keyframes underline {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}



    /* Modal styles */
    .mapmodal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
      }
  
      .mapmodal .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 80%; /* Could be more or less, depending on screen size */
      }
  
      .mapmodal .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }
  
      .mapmodal .close:hover,
      .mapmodal .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }
  
      #map {
        height: 400px;
        width: 100%;
      }


      .ribbon-2 {
        --f: 10px; /* control the folded part*/
        --r: 35px; /* control the ribbon shape */
        --t: 10px; /* the top offset */
        
        position: absolute;
        inset: var(--t) calc(-1*var(--f)) auto auto;
        /* padding: 0 10px var(--f) calc(10px + var(--r)); */
        /* margin-right: -51%; */
        padding: 4px 26px 20px 48px;
        clip-path: 
          polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f)/2));
        background: #99d6ff;
        box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
        color: #fff;
        font-weight: 700;
      }


@media(min-width:786px){
    .mobilecol-3{
        max-width: 25% !important;
    }
    .d-flex-dekstop{
        display: flex !important;
    }
    .ticket{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .check2{
        border-left: 1px dotted #000;
        max-width: 28%;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 4% !important;
    }
}

@media (max-width:786px){
    .row{
        margin-top: 2% !important;
       
    }
    .fullwithMobile{
        max-width: 100% !important;
    }
   strong{
    font-size: 12px !important;
   }
   .mt-15-mobile{
    margin-top: 15% ;
   }
   .stub, .stub1, .stub2{
    height: 325px !important;
    width: 367px !important;
    margin: 0% !important;
   } 
   .stub:before ,.stub:after, .stub1:before ,.stub1:after, .stub2:before ,.stub2:after, .check:before , .check:after {
    content: none;
   }
   .ticket .check {
    width: 360px !important;
   }
   .ticket{
    padding: 4.3% !important;
   }
   .check2{
    border-top: 1px dotted #000;
}
.sortfilter {
    font-size: small !important;
}
.hotel-facilities{
    display: grid;
    justify-content: center;
    /* padding-left: 0rem !important; */

}
.ml-5-5-se{
    margin-left: -5.5% !important;
}
   
}

@media(max-width: 400px){
    .sortfilter {
        font-size: 11px !important;
    }
    
    .ticket{
        padding: 3% !important;
       }
      
}

@media(max-width: 385px){
    .stub, .stub1, .stub2{
        margin-left: -2% !important;
    }
    .ticket {
        padding: 0.7% !important;
    }
    .row{
        margin-left: -4.5% !important;
    } 
    
}
@media(max-width: 400px){
    .stub, .stub1, .stub2{
        margin-left: -0.6% !important;
    }
}

@media(min-width: 400px){
    .small-mobile-container{

        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    
}


@media (max-width: 768px) {
    .d-flex-dekstop {
        display: none;
    }
    .swiper-container {
        display: block;
    }
}

@media (min-width: 769px) {
    .d-flex-dekstop {
        display: flex;
    }
    .swiper-container {
        display: none;
    }
    .swiper-pagination{
        display: none;
    }
}


@media (max-width: 768px) {
    .d-md-block {
        display: none;
    }
    .mobile-swiper {
        display: block;
    }
    .thumb-content{
        text-align: center;
        height: 160pt !important;
    }
    .thumb-content ul {
        justify-content: center !important;
    }
    .swiper-pagination{
        padding-top: 5% !important;
    }
}

@media (min-width: 769px) {
    .d-md-block {
        display: block;
    }
    .mobile-swiper {
        display: none;
    }
}

/* For screen sizes that are scaled at 125% */
@media (min-width: 1300px) {
    .output {
    width: 76px !important;  /* 25% larger width */
    height: 28.5px; /* 25% larger height */
    font-size: 10.75px !important; /* Adjust font size */
    }
    }



    .hotel-card.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
    filter: blur(2px);
  }

  .hotel-card.loading::after {
    content: "Loading details...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: rgba(255,255,255,0.9); */
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    z-index: 5;
  }

    .hotel-card {
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .hotel-card.loaded {
    opacity: 1;
    transform: translateY(0);
  }
