:root {
  --white: #ffffff;
  --black: #000000;
  --dark-grey: #4A4A4A;
  --primary-color: #091733;
  --yellow-color: #DAA520;
  --light-yellow-color: #F4F0E7;
  --heading-yellow-color: #DCC5A2;
  --dark-yellow-color: #B9A082;

}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media only screen and (min-width:576px){
    .apartments-sec .apartments-slider{
    max-width: 540px;
     margin-left: auto;
    margin-right: auto;
    }
    .apartments-sec  .apartments-slider .swiper-slide .room-cont .room-image{
            width: 100% !important;
    }
}

@media only screen and (min-width: 768px){
    .apartments-sec .apartments-slider{
    max-width: 720px !important;
    }

    .apartments-sec  .apartments-slider .swiper-slide .room-cont .room-image{
            width: 100%;
    }
}

@media only screen and (min-width: 991px){
.apartments-sec .apartments-slider{
    width: 100%;
    max-width: 960px !important;

    }
}

.navbar .links li .sub-menu{
    display: block;
}

header li.languages details{
    position: relative;
}

header li.languages details summary{
    font-size: 16px;
    padding-right: 10px;
    appearance: none;
    list-style: none;
    background: transparent url('../images/down-arrow.svg') no-repeat;
    background-position: 100%;
    background-position-y: calc(100% - 10px);
    background-size: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

header li.languages details ul{
    position: absolute;
    top: 25px;
    left: 0;
    width: 60px;
    background-color: #B9A082;   
}

header li.languages details ul li{
    width: 100%;
    text-align: center;
}

header li.languages details ul li a{
    text-transform: uppercase;
}

header li.languages details ul li a:hover{
    color: #4A4A4A;
    text-decoration: none;
}

.banner .swiper-pagination{
    z-index: 2 !important;
}

.gallery-wrapper h3{
    text-align: center;
}

.gallery-grid{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 30px !important;
}

.gallery-grid a{
    width: 100%;
    height: 293px;
    display: none;
    position: relative;
}

.gallery-grid a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-grid a:nth-child(1), .gallery-grid a:nth-child(2), .gallery-grid a:nth-child(3), .gallery-grid a:nth-child(4), .gallery-grid a:nth-child(5){
    display: block;
}

.gallery-grid a:nth-child(1){
    grid-row: span 2;
    height: 100%;
  
}

.banner{
    position: relative;
}

.main-text-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.main-text-wrapper p{
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 50px;
    color: var(--white);
}

.apartments-sec{
    height: 720px;
}

.apartments-sec .container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 1280px;
}

.apartments-sec .apartments-slider{
    height: 100%;
    width: 100% !important;
    max-width: 100% !important;
}

.apartments-sec .apartments-slider .container .slider-text{
width: 100%;
    max-width: 50%;
}

.apartments-sec  .apartments-slider .swiper-slide .room-cont{
    height: 100%;
    align-items: center;
}

.apartments-sec .container small.line::after{
    left: -53px;
    width: 45px;
}
.apartments-sec  .apartments-slider .swiper-slide .room-cont .room-image{
    height: 100%;
      position: absolute;
    top: 0;
    left: 0;
    width: 50vw !important;
}

.apartments-slider .slider-arrow svg{
    width: 51px;
    height: 15px;
}

.apartments-slider .swiper-button-prev:after{
    display: none;
}

.apartments-slider .swiper-button-next:after{
    display: none;
}

.apartments-slider .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 39%;
width: 50vw !important;
}

html{
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background: #D9A346 !important;
    border-color: #D9A346 !important;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus{
    background: #DCC5A2 !important;
    border-color: #DCC5A2 !important;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus{
    background: #DCC5A2 !important;
    border-color: #DCC5A2 !important;
}

.flatpickr-day.today{
    border-color: #D9A346 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover, .numInputWrapper:hover{
    background: rgba(185, 160, 130, 0.2) !important;
}

.room-details-description{
    margin-top: 1.5rem !important;
    padding-right: 1rem !important;
}

.room-details-description ul{
    list-style-type: disc;
    padding-left: 20px;
}

.room-details-description p{
    margin-bottom: 10px;
}

.ap-slider{
    height: 630px;
}

.slider-thumbnail{
    height: 630px;
}

.ap-slider .swiper-button-next:after, .ap-slider .swiper-button-prev:after{
display: none;
}

.ap-slider .swiper-slide img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .slider-thumbnail .swiper-slide{
    /* margin-top: 0; 
    margin-top: 10px;
    margin-bottom: 10px;
     
}*/

.our-room-sec h3{
    text-align: center;
    margin-bottom: 3rem;
}

.ap-image-cont{
    height: 500px;
}

.special-request .text {
    padding-left: 3rem;
}

.special-request .text p{
    margin-top: 1.5rem;
}

.faq-sec h3{
    text-align: center;
    font-weight: 400;
}

.news-sec h3{
    text-align: center;
}

.special-deal ul {
    list-style-type: disc;
    padding-left: 20px;
}

.special-deal h4{
    color: #D9A346;
    font-family: "Inter";
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;

}

.special-deal-title{
    text-align: center;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Cinzel";
} 

.our-story-title{
    object-fit: contain;
    object-position: center;
    margin-bottom: -35px;
}

.dark-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.holiday-discount-title-cont{
    width: 40%;
}

.holiday-discount-title-cont .holiday-discount-title{
    object-fit: contain;
    object-position: left;
    margin-bottom: -40px;
}

.holiday-discount-line{
    width: 8%;
}

.holiday-discount-text{
    width: 52%;
}

.special-deal{
    min-height: 620px;
}

.special-deal .special-deal-cont{
    width: 100%;
    max-width: 48%;
}

.special-deal .container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1280px;
}

.special-deal .special-deal-image{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw !important;
    padding: 0;
}

.form-select option{
    color: #4A4A4A;
}

.no-rooms-available{
    color: #D9A346;
    font-weight: 500;
    font-size: 20px;
}

.successful-booking-sec .form-select{
    background: transparent;
}

.success-message h1{
    margin-bottom: 30px;
}

.overview-deal p{
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.overview-deal ul li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.overview-deal ul li:last-child{
    margin-bottom: 0;
}

.overview-deal ul li::before{
    content: "";
    background-image: url(../images/check-black.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    background-position-y: center;
    left: 0;
    /* bottom: 15px; */
    background-repeat: no-repeat;
    background-size: contain;
}

.submit-room-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.go-back-btn{
    color: #fff;
    background-color: #4A4A4A;
}


/* Popup */

body{
    position: relative;
}

#page-overlay {
    z-index: 98;
    /* display: none; */
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px); 
    z-index: 9998;
    display: none;
}

.mfp-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    max-height: 90vh;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    border-radius: 30px;
    display: none;
}

.mfp-iframe-scaler {
    width: 100%;
}

.popup-wrapper {
    /* position: absolute; */
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 40px;
}

.mfp-content .close {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: #4A4A4A;
    border: 1px solid #D9A346;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
}

.no-scroll{
    overflow-y: hidden;
}

.popup-details-cont{
    padding: 30px;
}

.popup-text{
    margin-top: 30px;
    height: 700px;
        overflow-y: scroll;
}

.popup-title h4{
    color: #D9A346;
}

.popup-text p{
    margin-bottom: 10px;
}

.popup-text ul{
    margin-bottom: 20px;
}

.popup-text ul li{
    position: relative;
    padding-left: 35px;
}

.popup-text ul li::before{
     content: "";
    background-image: url(../images/check-black.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    background-position-y: center;
    left: 0;
    /* bottom: 15px; */
    background-repeat: no-repeat;
    background-size: contain;
}


/* ---- end popup ----*/


.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){
    box-shadow: -10px 0 0 #D9A346 !important;
}

.room-book-filter .row>div{
    width: 25%;
}


.room-book-apartments .reset-btn{
    background-color: transparent;
    border: 1px solid #D9A346;
    transition: all 0.5s ease-in-out;
}

.room-book-apartments .reset-btn:hover{
    box-shadow: 0px 12px 25px rgba(217, 163, 70, 0.5);
       transition: all 0.5s ease-in-out;
}

.alert-danger{
    color: #D9A346;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 15px;
}

.fixed-header{
    background: rgba(0, 0, 0, 0.5);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.hdr-logo img{
       transition: all 0.5s ease-in-out;
        object-fit: contain;
}

.fixed-header .hdr-logo img{
    height: 60px;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
}

.fixed-header .hdr-logo svg{
    height: 60px;
}

#submitBtn:disabled {

    cursor: not-allowed; /* Change cursor to indicate disabled state */
    opacity: 0.7; /* Slightly transparent */
}

.copyright-text{
    align-items: center;
    justify-content: space-between;
}

.copyright-text .copyrights-links, .copyright-text .copyright{
    width: max-content;
}

.mobile-link-rooms summary{
    background: transparent url('../images/down-arrow.svg') no-repeat;
    list-style-type: none;
    appearance: none;
    background-position: 100%;
}

.mobile-link-rooms a{
    width: max-content;
}

.mobile-link-rooms ul a{
    width: 100%;
}

.mobile-social-icons{
    display: flex !important;
    align-items: center;
     border-bottom: none !important;
}

.contact-mobile{
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    border-bottom: none !important;
}

.first-contact{
    margin-top: 30px;
}

.contact-mobile a{
    font-size: 15px;
}

.hidden-important {
    display: none !important;
}



.disabled-select {
    pointer-events: none;
    opacity: 0.5;       
}

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

.room-information .bedrooms{
    display: flex;
    align-items: center;
}

.room-information .room-info{
    padding-left: 20px;
}

.room-information .bedrooms2{
    justify-content: flex-end;
}

.prod-details .room-info label{
    letter-spacing: 4px;
    font-weight: 400;
}

.bedrooms-cont{
    flex-wrap: nowrap;
}

.bedrooms-cont .bedrooms{
    width: max-content;
}



.news-slider .swiper-slide:nth-child(even) img{
height: 317px;
}

.news-slider .swiper-slide:nth-child(odd) img{
height: 350px;
}

.banner .swiper-container .swiper-pagination-bullets {
  left: auto;
  right: 0;
  z-index: 4;
  width: 120px !important;
  bottom: 30px;
  transform: none;
}

.creative-heading{
    margin-bottom: 30px;
}

.bottom-sec{
    padding-bottom: 2rem !important;
}

.bottom-sec .phone{
    margin-top: 2rem !important;
}

.max-capacity{
    margin-bottom: 2.5rem !important;
}

.kotor-tours-sec h2{
    color: #4A4A4A;
    margin-bottom: 10px;
}

.kotor-tours-sec p{
    text-align: left;
}

.tour .btn-primary-outline{
    margin-left: auto;
    margin-right: auto;
}


.slider-thumbnail {
    position: absolute;
    top: 50%;
    left: 366px;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: top left;
    height: 366px;
    width: 630px;
    padding: 0;
}

.slider-thumbnail .swiper-slide{
    height: 100% !important;
    width: 188px;
}

.slider-thumbnail .swiper-slide img{
transform: rotate(
-90deg
) translate(-100%, 0%);
    transform-origin: top left;
    width: 366px;
    height: 146px;
    max-width: unset;
}

.swiper-ap-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding-left: 390px;
}

.ap-slider{
    width: 100%;
padding: 0;
}

.banner-img img{
    width: 100%;
}

.blog-cont .blog-title{
    font-weight: 500;
      transition: all 0.5s ease-in-out;
}

.blog-cont a:hover{
    text-decoration: none;
}

.blog-cont .blog-title:hover{
    color: var(--yellow-color);
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

header.light-hdr .desktop-menu-icon svg line{
stroke: var(--primary-color);
}

header.light-hdr .desktop-menu-icon{
    color: var(--primary-color);
  
}

.language li:first-of-type{
    font-size: 20px;
}

header.light-hdr .desktop-menu-icon span{
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 400;
}
header.light-hdr .language li{
    color: var(--primary-color);
}

header.light-hdr .language a{
    color: var(--primary-color);
}

header.light-hdr.fixed-header{
    background: #fff;
}

header.light-hdr.fixed-header .language a{
    color: var(--primary-color) !important;
}

.special-request .title{
    padding-left: 3rem;
}

.special-request{
    background-color: #F9F8F8;
}

.boka-history .text{
padding-left: 0;
}
.boka-history .title{
    padding-left: 0;
}

.room-book-filter .btn{
    background-color: rgba(255, 255, 255, 0.5);
    line-height: normal;
    height: 63px;
}

.room-book-filter form .row{
    align-items: flex-end;
}

.our-room-sec .row{
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.our-room-sec .room-image{
    padding: 0;
    width: 48%;
}

.tour-small-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.tour-small-info .info{
    display: flex;
    align-items: center;
    gap: 10px;
}

.tour-small-info .info .info-text .info-title{
font-family: "Playfair Display";
font-size: 14px;
}

.tour-small-info .info .info-text p{
font-size: 14px;

}

.room-information .book-btn{
    color: var(--yellow-color);
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

.light-hdr{
    background-color: #F9F8F8;
}

.prod-details h1{
    font-weight: 500;
    color: var(--primary-color);
}

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

.tour-info form{
    width: 100%;
max-width: 300px;
display: flex
;
    justify-content: flex-end;
}

.tour-info .btn{
background-color: var(--primary-color);
width: max-content;
}

.tour-info .tour-small-info .info{
    margin-right: 55px;
}

.tour-info .tour-small-info .info:last-of-type{
    margin-right: 20px;
}

.room-details-description h2{
    color: var(--primary-color);
    font-size: 32px;
    margin: 25px 0;
}

.room-details-description ul li{
    margin-bottom: 10px;
    font-size: 18px;
}

.amenities-sec h3{
    font-weight: 400;
    font-size: 32px;
}

.our-room-sec .room-image .reccomended-cont{
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    max-width: 250px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    background-color: var(--primary-color);
    clip-path: polygon(100% 0%, 86% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    padding: 10px;
    padding-left: 25px;
}

.booking-title{
    margin-top: 180px;
}

.booking-title span{
font-weight: 600;
color: var(--yellow-color);
letter-spacing: 5px;
font-size: 18px;
}

.reservation-sec hr{
height: 0;
    width: 100%;
    background-color: rgba(9, 23, 51, 0.35);
    margin: 80px 0;
}

.reser-form{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 45px;
}

.reser-form h3{
    grid-column: span 3;
    font-weight: 400;
}

.reser-form label{
    font-family: "Playfair Display";
    font-size: 16px;
    letter-spacing: 2px;
}

.reser-form .form-div{
    width: 100%;
    padding: 0;
}

.reser-form .flex-btns{
    grid-column: span 3;
    width: 100%;
}

.reser-form .flex-btns .btn{
    width: 100%;
    max-width: 250px;
    background-color: var(--primary-color);
    font-size: 24px;
    font-weight: 400;
}

.reser-form .flex-btns .btn.go-back-btn{
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.reser-form .iti{
    width: 100%;
}


.overview-sec.tour-details{
width: 100%;
max-width: 350px;
}

.overview-row{
    justify-content: space-between;
    margin-bottom: 6rem;
}

.overview-row .overview-success{
    display: flex;
    justify-content: flex-end;
}

.overview-sec.tour-details h4{
    padding: 10px;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 400;
}

.overview-sec.tour-details .overview-div{
    padding: 20px 20px;
    background-color: #F9F8F8;
}

.overview-sec.tour-details label{
    font-size: 16px;
    font-weight: 800;
}

.overview-sec.tour-details .overview-cont div{
font-size: 16px;
font-weight: 400;
letter-spacing: 2px;
}

.overview-sec.tour-details .overview-cont {
    margin-bottom: 25px !important;
}

.price-total{
    padding: 20px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.price-total div{
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: "Playfair Display";
}

.price-total .tour-price{
    font-family: "Montserrat";
    font-size: 32px;
}

.basic-overview-wrapper{
    border-right: 1px solid #091733;
}

.basic-overview-wrapper h4{
    font-weight: 400;
    margin-bottom: 20px;
}

.basic-overview-wrapper .basic-overview-cont .basic-overview-item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.basic-overview-wrapper .basic-overview-cont .basic-overview-item div{
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
}

.basic-overview-wrapper .basic-overview-cont .basic-overview-item label{
font-size: 18px;
font-weight: 800;
letter-spacing: 2px;
}

.back-btn2{
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: 100%;
    max-width: 250px;
}

.back-btn2.submit-btn{
    background-color: var(--primary-color);
    color: #fff;
}

.booking-title h3{
    font-weight: 500;
    text-transform: none;
}

.home-btn{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: max-content;
}

.menu-row{
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hdr-logo{
    width: 100%;
    max-width: 270px;
}

.tour-sort-wrapper .container{
display: flex;
align-items: center;
justify-content: space-between;
}

.tour-sort-wrapper .view-sort{
    display: flex;
    align-items: center;
} 

.tour-sort-wrapper .view-sort .view{
    display: flex;
    align-items: center;
    padding-right: 30px;
    border-right: 1px solid rgba(9, 23, 51, 0.2);
}

.tour-sort-wrapper .view-sort .sort-cont{
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.tour-sort-wrapper .view-sort .view-item{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tour-sort-wrapper .view-sort .view-item + .view-item{
    margin-left: 20px;
}

.tour-sort-wrapper .view-sort .view-item.active{
border: 1px solid var(--yellow-color);
}

.tour-sort-wrapper .view-sort .view-item.active svg rect{
    fill: var(--yellow-color);
}

.tour-sort-wrapper select#sort{
    padding: 10px;
    border: 1px solid rgba(9, 23, 51, 0.2);
    margin-left: 10px;
}

.grid-tours{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.grid-tours .row{
    flex-direction: column;
    width: 100%;
}

.grid-tours .room-image{
    width: 100%;
}

.grid-tours .room-information{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #F9F8F8;
    height: auto;
    padding: 20px;
}

.grid-tours .tour-small-info{
    order: 1;
    margin-top: 0;
}

.grid-tours p{
    order: 3;
}

.grid-tours a:has(h2){
    order: 2;
}
.grid-tours h2{
    font-size: 32px;
    letter-spacing: 2px;

}

.grid-tours .book-btn{
    display: none;
}

.tour-pagination{
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        margin-top: 50px;
}

.tour-pagination li {
    margin: 0 20px;
}

.tour-pagination li a{
    font-size: 24px;
    font-weight: 500;
    color: var(--primary-color);
}

.tour-pagination li a.active{
    color: #fff;
    background-color: var(--yellow-color);
    padding: 5px 30px;
}

.room-book-filter .form-select{
    border: 1px solid #fff;
    color: #fff;
}

.services-sec .title h2{
    color: var(--primary-color);
}

.services-sec .services-wrapper{
    margin-top: 40px;
}

.services-sec .services-wrapper .service-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}

.services-sec .services-wrapper .service-cont.reverse-service{
    flex-direction: row-reverse;
}

.services-sec .services-wrapper .service-cont:last-child{
    margin-bottom: 0;
}

.services-sec .services-wrapper .service-cont .service-img{
    width: 50%;
    height: 650px;
}

.services-sec .services-wrapper .service-cont .service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-sec .services-wrapper .service-cont .service-text{
    width: 50%;
    background-color: #F9F8F8;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.services-sec .services-wrapper .service-cont .service-text h3{
    font-size: 32px;
    font-weight: 400;
}

.services-sec .services-wrapper .service-cont .service-text p{
    text-align: center;
    margin: 20px 0;
}
.services-sec .services-wrapper .service-cont .service-text button{
color: var(--yellow-color);
text-decoration: underline;
font-weight: 600;
text-transform: uppercase;
margin-top: 30px;
display: block;
background: none;
appearance: none;
border: none;
}

.services-sec .services-wrapper .service-cont .service-text a{
    color: var(--yellow-color);
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.popular-tours-sec .title h2{
    color: var(--primary-color);
}


.tourSwiper .swiper-slide .tour-img{
    width: 100%;
    height: 380px;
    position: relative;
}

.tourSwiper .swiper-slide .tour-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tourSwiper .swiper-slide .tour-text{
    margin-top: 15px;
}

.tourSwiper .swiper-slide .tour-text h3{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.tourSwiper .swiper-slide .tour-text p{
    font-size: 16px;
    color: var(--primary-color);
}

.popular-tours-sec .container{
    overflow: visible;
}

.tourSwiper{
    margin-top: 40px;
    position: relative;
  left: 0;

  width: calc(100vw - (100vw - 1280px) / 2); 
  max-width: 100vw;
  
  /* optionally: */
  margin-left: 0;
  margin-right: calc(-1 * ((100vw - 1280px) / 2));
}

.tourSwiper .swiper-slide {
    /* width: 550px !important; example, make slide wider */
}

.tours-wrapper-cont{
    position: relative;
}

.swiper-button-prev-tours, .swiper-button-next-tours{
background-color: var(--primary-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
width: 62px;
height: 62px;
top: 30%;
position: absolute;
z-index: 2;
cursor: pointer;
}

.swiper-button-next-tours{
    right: 0;
}

.swiper-button-prev-tours svg, .swiper-button-next-tours svg{
width: 9px;
height: 16px;
}

.all-tours-link{
    color: var(--yellow-color);
text-decoration: underline;
font-weight: 600;
text-transform: uppercase;
margin-top: 40px;
display: block;
margin-left: auto;
width: max-content;
}

.concierge-sec{
    background-color: #F9F8F8;
    text-align: center;
}

.concierge-sec h2{
    color: var(--primary-color);
    margin-bottom: 20px;
}

.second-concierge-img{
    width: 100%;
    max-width: 650px;
    transform: translateY(-200px);
}

.second-concierge-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.concierge-reverse{
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}

.concierge-second-text{
    flex-shrink: 1;
    margin-top: 30px;
    width: 45%;
}

.concierge-sec2 .row{
    justify-content: space-between;
    flex-wrap: nowrap;
}

.concierge-first-img{
    width: 45%;

}

.concierge-first-text{
    flex-shrink: 1;
    width: 50%;
}

.concierge-first-text p {
    margin-bottom: 15px;
}

.concierge-first-text ul{
    margin: 15px 0;
}

.concierge-first-text ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.concierge-first-text ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url('../images/cicrle.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.book-your-stay{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.book-your-stay .container{
    position: relative;
    z-index: 2;
}

.book-your-stay .title{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.book-your-stay span{
    color: #fff;
}

.concierge-cont2{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.concierge-stay-img{
    width: 45%;

}

.concierge-stay-text{
    width: 50%;
}

.concierge-stay-text h3{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.concierge-stay-text p {
    margin-bottom: 15px;
}

.concierge-reverse{
    margin-bottom: -200px;
}

.book-transfer{
    color: var(--yellow-color);
    text-decoration: underline;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    display: block;
}

.transfer-form .flex-btns{
  justify-content: flex-end;
}


footer ul.navigation li button{
    font-weight: 500;
    color: #989DAF;
    appearance: none;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
}


.accomodation-sec h2{
    color: var(--primary-color);
    margin-bottom: 15px;
}

.accomodation-sec .accomm-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 50px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.accomodation-sec .accomm-wrapper .accomm-cont{
    width: 100%;

}

.accomodation-sec .accomm-wrapper .accomm-cont .accom-image{
    width: 100%;
    height: 430px;
}

.accomodation-sec .accomm-wrapper .accomm-cont .accom-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.accomodation-sec .accomm-wrapper .accomm-cont .accomm-text{
    padding: 15px;
    background-color:rgba(217, 217, 217, 0.2) ;
}

.accomodation-sec .accomm-wrapper .accomm-cont .accomm-text span{
    color: var(--yellow-color);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 5px;
}

.accomodation-sec .accomm-wrapper .accomm-cont .accomm-text h3{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.accomodation-sec .accomm-wrapper .accomm-cont .accomm-text p{
    color: var(--primary-color);
}

.accomodation-sec .accomm-wrapper .accomm-cont .accomm-text .more{
    color: var(--yellow-color);
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    background-image: url('../images/more-arr.svg');
    background-repeat: no-repeat;
    background-position: 100%;
    width: max-content;
    padding-right: 25px;
}

.prod-details.margin-top{
    margin-top: 180px;
}

.more-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5px;
}

.more-line .top-thick {
    height: 40px;
    width: 4px;
    background-color: white;
  }
  
  .more-line .bottom-thin {
    flex-grow: 1;
    width: 1px;
    background-color: white;
    height: 100px;
    margin-bottom: 10px;
  }

.tour-small-info.justify-start{
    justify-content: flex-start;
}

.tour-small-info.justify-start .info{
    margin-right: 20px;
}

.bg-custom-color{
background-color: var(--primary-color);
}

.mobile-label{
    display: none;
}

.ap-slider .swiper-slide .total {
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    position: absolute;
    bottom: 6%;
    right: 0;
    color: var(--primary-color);
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ap-slider .swiper-slide .total strong {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
}

.popular-tours-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 30px;
}

.popular-tours h2{
    color: var(--primary-color);
}

.popular-tours-wrapper .popular-tour .room-image{
    width: 100%;
    height: 305px;
    display: block;
    position: relative;
}

.popular-tours-wrapper .popular-tour .room-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.popular-tours-wrapper .popular-tour .room-image .total {
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    position: absolute;
    bottom: 6%;
    right: 0;
    color: var(--primary-color);
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.popular-tours-wrapper .popular-tour .room-image .total strong {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
}

.popular-tours-wrapper .popular-tour h2{
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 500;
    padding-top: 10px;
}

.book-tour-btn{
    background-color: var(--primary-color);
    margin-top: 40px;
    max-width: 250px;
    width: 100%;
}

.tourSwiper .swiper-slide .tour-img .total {
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    position: absolute;
    bottom: 6%;
    right: 0;
    color: var(--primary-color);
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tourSwiper .swiper-slide .tour-img strong {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
}

.accommodation-page h3{
    font-weight: 400;
    margin: 30px 0;
}

.accommodation-page a{
    display: block;
    color: var(--yellow-color);
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

@media only screen and (max-width: 1200px){

    .accom-wrapper{
        width: 100%;
        position: relative;
    }

    .need-acc-sec{
        height: auto;
        padding: 0 !important;
    }

    .second-concierge-img{
        transform: translateY(0);
    }

    .concierge-reverse{
        margin-top: 40px;
    }

    .second-concierge-img{
        max-width: 50%;
    }

    .swiper-ap-wrapper{
        padding-left: 0;
        height: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-thumbnail {
    position: static;
        transform: none;
        height: 200px;
        width: 100%;
        margin-top: 10px;
    }

    .slider-thumbnail .swiper-slide img{
    position: static;
        transform: none;
        width: 100%;
        height: 100%;
    }

.special-deal{
    min-height: auto;
    height: auto;
            padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
}

.special-deal .special-deal-cont{
    width: 100%;
    max-width: 100%;
}


.special-deal .special-deal-image{
    position: relative;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
}



    .apartments-sec{
        height: auto;
    }

    .apartments-sec  .apartments-slider .swiper-slide .room-cont .room-image{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        height: 540px;
    }

    .apartments-sec .container{
        height: auto;
        max-width: 960px;
    }

    
.apartments-sec .apartments-slider .container .slider-text{
    max-width: 100%;
}

.apartments-slider .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 100% !important;
    max-width: 960px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.apartments-slider .slider-arrow{
   right: 86.55%;
}

.concierge-cont2{
    flex-direction: column;
}

.concierge-stay-img{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.concierge-stay-img img{
    width: 100%;
    height: 100%;
}

.concierge-stay-text{
    width: 100%;
}

.concierge-reverse{
    margin-bottom: 0;
}

.services-sec .services-wrapper .service-cont{
    flex-direction: column;
}

.services-sec .services-wrapper .service-cont .service-img{
    width: 100%;
    height: 500px;
}

.services-sec .services-wrapper .service-cont .service-text{
    width: 100%;
    height: auto;
}

.services-sec .services-wrapper .service-cont.reverse-service{
    flex-direction: column;
}
}

@media only screen and (max-width:1024px){


    .home-form-select{
        width: 50% !important;
    }

    .home-form-select .btn{
        padding: 20px 10px;
    }
    .room-book-apartments .reset-btn{
        color: #4A4A4A;
    }

    .room-book-apartments .row>div{
        width: 25%;
    }

       .room-book-apartments .row>div:nth-child(4){
        order: 5;
        width: 100%;
    }

        .room-book-filter .row>div:last-child{
        width: 25%;
                display: flex;
        align-items: flex-end;
        padding-bottom: 0 !important;
    }

    .room-book-filter label{
        min-height: 40px;
    }

    form.overview-wrapper .overview-row{
        display: flex;
        flex-direction: column;
    }

    form.overview-wrapper .overview-row .overview-success{
        width: 100%;
        justify-content: center;
        margin-top: 40px;
    }

    form.overview-wrapper .basic-overview-wrapper{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--primary-color);
    }
}

@media only screen and (max-width:991px){

    .popular-tours-wrapper{
        grid-template-columns: 1fr;
    }

    .prod-details.margin-top {
        margin-top: 150px;
      }

    .accomodation-sec .accomm-wrapper{
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .book-your-stay .title{
        width: 100%;
    }

    .concierge-sec2 .row{
       flex-direction: column;
    }

    .concierge-first-img{
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }

    .concierge-first-text{
        width: 100%;
    }

    .second-concierge-img{
        max-width: 100%;
        height: 350px;
    }

    .concierge-second-text{
        width: 100%;
    }

    .room-book-apartments .row>div{
        width: 33%;
    }

    .room-book-filter .row>div:last-child{
        width: 35%;
        margin-left: auto;
        margin-right: auto;
    }

    .reser-form{
        grid-template-columns: repeat(2, 1fr);
    }

    .reser-form h3{
        grid-column: span 2;
    }

    .form-textarea{
        grid-column: span 2;
    }

    .reser-form .flex-btns{
        grid-column: span 2;
    }

    .our-results .numbers-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 40px;
    }

    .our-room-sec .row{
        flex-direction: column;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .our-room-sec .room-image{
        width: 100%;
    }

    .our-room-sec .room-information{
        width: 100%;
    }
}

@media only screen and (max-width:767px){

    .accommodation-page a{
        font-size: 18px;
    }

    .accommodation-page .accommodation-gallery{
        margin-top: 30px !important;
    }

    .template{
        margin-top: 0.5rem !important;
    }

    footer ul.navigation li button{
        font-size: 14px;
        letter-spacing: 1px;
    }

    .ap-image-cont{
        height: 330px;

    }

    .more-line {
        display: none;
    }

    .prod-details.margin-top {
        margin-top: 75px;
      }

    .tour-info{
        flex-direction: column;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .tour-sort-wrapper .view-sort .sort-cont{
        padding-left: 0;
    }

    .prod-slider .swiper-button-next, .prod-slider .swiper-button-prev{
        width: 50px;
        height: 50px;
    }

    .our-room-sec .room-image{
        height: 350px;
    }

    .accom-wrapper{
        padding: 30px;
    }

    .accom-wrapper .accom-text{
        margin-bottom: 0;
    }

    .services-sec .services-wrapper .service-cont .service-img{
        height: 300px;
    }

    .services-sec .services-wrapper .service-cont .service-text{
        padding: 15px;
    }

    .services-sec .services-wrapper .service-cont .service-text h3{
        font-size: 24px;
    }

    .tour-sort-wrapper .container{
        flex-direction: column;
        align-items: flex-start;
    }

    .tour-sort-wrapper .view-sort{
        margin-top: 20px;
    }

    .our-room-sec .room-information h2{
        font-size: 25px;
        letter-spacing: 1px;
    }
    .our-room-sec .room-image .reccomended-cont{
        top: 2%;
        font-size: 16px;
        max-width: 230px;
    }

    .our-room-sec p{
        font-size: 14px;
    }

    .tour-small-info{
        flex-wrap: wrap;
        gap: 15px;
    }

    .reser-form{
        grid-template-columns:  1fr;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        row-gap: 35px;
    }

    .reser-form h3{
        grid-column: span 1;
    }

    .form-textarea{
        grid-column: span 1;
    }

    .reser-form .flex-btns{
        grid-column: span 1;
    }

    .overview-row{
        margin-bottom: 3rem;
    }

    .menu-row div{
        padding: 0 !important;
    }

    .hdr-logo{
        width: 100%;
        max-width:130px;
    }

    header .language a{
        font-size: 14px;
    }

.overview-wrapper .flex-btns{
    gap: 15px;
}

    .basic-overview-wrapper .basic-overview-cont .basic-overview-item div{
        font-size: 16px;
    }

    .basic-overview-wrapper .basic-overview-cont .basic-overview-item label{
        font-size: 16px;
    }

    .booking-title{
        margin-top: 100px;
    }

    .booking-title h1{
        font-size: 27px;
    }

    .second-about-paragraph{
        margin-top: 1rem !important;
    }

    .room-information .bedrooms2{
        justify-content: flex-start;
    }

    .bedrooms-cont{
    flex-wrap: wrap;
}

.v-line{
    margin-top: 15px;
}
    .about-first-img{
        display: none;
    }

    .about-sec, .about-sec .creative-heading {
        margin-top: 1.5rem !important;
    }

    .form-check{
        font-size: 13px;
    }

    .ap-slider{
        height: 300px;
    }

    .slider-thumbnail{
        height: 100px;
    }

    .prod-details .filter-right hr{
        display: none;
    }

    .alert-danger{
    position: absolute;
    width: 100% !important;
    top: 30%;
    font-size: 12px;
    }

    .prod-details .filter-right label{
        min-height: 30px;
    }

    .prod-details .room-info{
        padding-left: 20px;
    }

    .prod-details .filter-right .form-select{
        font-size: 12px;
    }

    .room-book-apartments .row>div{
        width: 50%;
    }

        .room-book-filter .row>div:last-child{
        width: 50%;
  
    }

    .room-book-filter label{
        min-height: 25px;
    }

    .thin-banner{
        min-height: 350px;
        padding-top: 105px;
    }

    .main-text-wrapper p{
        font-size: 16px;
        letter-spacing: 4px;
    }

    .main-text-wrapper h2{
        font-size: 30px;
    }

    body .banner .swiper-pagination{
        display: none;
    }

    .fixed-header .hdr-logo img{
        height: 45px;
    }

    .fixed-header .hdr-logo svg{
        height: 45px;
    }

    .about-home-image{
        display: none;
    }

    .go-back-btn-cont{
        text-align: center;
        padding: 0 !important;
    }

.next-btn{
    text-align: center !important;
    padding: 0 !important;
}

.popup-details-cont{
    padding: 15px;
}

.mfp-content {
    max-width: 95%;
}

.popup-title h4{
    font-size: 22px;
}

.popup-text{
    height: 60vh;
    margin-top: 20px;
}

.popup-text p{
    letter-spacing: 1px;
}



    .success-message{
        margin-top: 2rem;
    }

.holiday-discount-title-cont{
    width: 100%;
}


.holiday-discount-line{
    display: none;
}

.holiday-discount-text{
    width: 100%;
}

header .language .languages li{
    display: block;
}

.blog-details{
    margin-top: 90px;
}



    .share-icon-mobile{
        display: block;
        margin-top: 15px;
    }


    .grid-tours{
        grid-template-columns: 1fr;
    }

    .tour-sort-wrapper .view-sort .view{
        display: none;
    }

    .tourSwiper{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .tourSwiper .swiper-slide{
        width: 100% !important;
    }

    .tourSwiper .swiper-slide .tour-img{
        height: 300px;
    }

    .swiper-button-prev-tours, .swiper-button-next-tours{
        top: 20%;
        width: 50px;
        height: 50px;
    }

    .tourSwiper .swiper-slide .tour-text h3{
        font-size: 23px;
    }

    .all-tours-link{
        margin-left: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width:576px){

    

    .blog-details .share-icon{
        font-size: 16px;
    }

    .blog-details h2{
        font-size: 30px;
    }

    h2{
        font-size: 35px;
    }

    h3{
        font-size: 30px;
    }

h4{
    font-size: 22px;
}

.creative-heading{
    font-size: 70px;
}

.our-room-sec .total{
    bottom: 10px;
}

.our-room-sec .total strong{
    font-size: 25px;
}

.room-information .bedrooms img{
    width: 45px;
    height: 35px;
}

.our-room-sec .room-info {
        padding-left: 20px;
        display: flex;
        align-items: center;
}

.btn-primary-outline{
    font-size: 16px;
}

.our-room-sec p{
    line-height: 23px;
}

.bedrooms{
        display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.room-information .v-line{
    margin: 10px 0px;
}

.holiday-discount-text{
    display: flex;
    flex-direction: column;
}

.holiday-discount-text .btn{
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

.special-request .text{
    padding-left: 0;
}

.contact-sec-btn{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: max-content;
}

.overview-success{
    order: 2;
}

.copyright-text .copyright{
    font-size: 11px;
    margin-top: 10px;
}

.Copyright{
    
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

header li.languages details ul{
    left: 50%;
    transform: translateX(-50%);
}

    .apartments-sec .apartments-slider{
        width: 93% !important;
        margin-left: auto;
        margin-right:auto;
    }

     .apartments-sec  .apartments-slider .swiper-slide .room-cont .room-image{
            width: 100% !important;
            height: 380px;
       
    }

    .gallery-grid{
        grid-template-columns: 1fr;
    }

    .gallery-grid a:nth-child(1){
        grid-row: span 1;
    }
    .gallery-grid a{
        height: 200px;
    }

    .gallery-sec .sub-heading p{
        font-size: 14px;
    }

    .tour-pagination li a.active{
        padding: 5px 15px;
    }

    .tour-pagination .page-item.arrow svg{
        width: 35px;
    }

    .tour-sort-wrapper .view-sort .view-item + .view-item{
        margin-left: 10px;
    }

    .tour-sort-wrapper .view-sort .view{
        padding-right: 15px;
    }

    .tour-sort-wrapper .view-sort .sort-cont{
        padding-left: 0px;
    }

    .tour-sort-wrapper .view-sort .sort-cont label{
        font-size: 14px;
    }

    .tour-sort-wrapper select#sort{
        width: 100%;
        max-width: 150px;
    }

    .room-book-filter .row>div{
        padding: 0.5rem !important;
    }

    .room-book-filter label{
        font-size: 14px;
    }

    .room-book-filter .row>div:last-child{
        margin-bottom: 0;
        padding: 0.5rem !important;
      
    }

    .room-book-filter .row>div:last-child button{
        height: 50px;
        padding: 0;
        font-size: 20px;
    }

    .accomodation-sec .accomm-wrapper .accomm-cont .accom-image{
        height: 300px;
    }

    .accomodation-sec .accomm-wrapper .accomm-cont .accomm-text span{
        font-size: 16px;
    }

    .accomodation-sec .accomm-wrapper .accomm-cont .accomm-text h3{
        font-size: 24px;
    }

    .desktop-label{
        display: none;
    }

    .mobile-label{
        display: block;
    }

    .ap-slider .swiper-slide .total{
        font-size: 16px;
        padding: 10px 20px;
    }

    .ap-slider .swiper-slide .total strong{
        font-size: 20px;
    }

    .popular-tours-wrapper .popular-tour .room-image .total {
        font-size: 16px;
        padding: 10px 20px;
    }

    .popular-tours-wrapper .popular-tour .room-image .total strong{
        font-size: 20px;
    }

    .popular-tours-wrapper .popular-tour h2{
        font-size: 27px;
    }

    .tour-info .btn{
        width: 100%;
        max-width: 250px;
    }

    .tourSwiper .swiper-slide .tour-img .total {
        font-size: 16px;
        padding: 10px 20px;
    }

    .tourSwiper .swiper-slide .tour-img .total strong{
        font-size: 20px;
    }

    .navigation-footer{
        display: none;
    }
}