:root {
    --white: #ffffff;
    --black: #000000;
    --dark-grey: #4A4A4A;
    --primary-color: #0B1D27;
    --yellow-color: #D4AF37;
    --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 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(11, 29, 39, 0.8);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.hdr-logo img {
    transition: all 0.5s ease-in-out;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.fixed-header .hdr-logo img {

    object-fit: contain;
    transition: all 0.5s ease-in-out;
}



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


.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 {
    z-index: 4;
    width: max-content;
    height: 250px;
    position: relative;
}

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


.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: 93px;
    height: 93px;
    padding: 0;
}

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

.services-sec .services-wrapper .service-cont .service-text p {
    text-align: left;
    margin: 10px 0;
    font-weight: 600;
    letter-spacing: 0.35px;
}

.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: 400;
    color: #fff;
    appearance: none;
    border: none;
    background-color: transparent;
letter-spacing: 0.35px;
    font-size: 16px;
    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;
}


/* NOVI CSS ZA PARK PRIRODE */

header li.socials{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header li.socials a + a{
    margin-left: 20px;
}

a {
    text-decoration: none;
}

header .nav-col{
    padding-left: 0;
}

.menu-bg .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.menu-bg .sidebar-logo svg{
    cursor: pointer;
}

.menu-bg .sidebar-logo .languages{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-bg .sidebar-logo .languages a{
    color: var(--primary-color);
    font-weight: 500;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.menu-bg .sidebar-logo .languages a + a::before{
content: "";
width: 1px;
height: 29px;
background-color: var(--primary-color);
display: block;
margin-right: 10px;
margin-left: 10px;
}

.menu-bg .sidebar-logo .languages a.active{
color: var(--yellow-color);
}

.menu-bg .five-cols{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-bg .bottom-sec .hdr-social a {
    margin-left: 20px;
}

footer .footer-top .footer-socials{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0;
}

footer .footer-top .row{
    align-items: center;
}

footer .footer-top .footer-socials li {
    margin-left: 25px;
}

footer .footer-top{
    background-color: #0B1D27;
    position: relative;
    z-index: 1;
}

footer .copyright{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
}

footer .copyrights-links{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

footer .copyrights-links a{
    display: block;
    width: max-content;
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
}

footer .copyrights-links a + a {
    margin-top: 10px;
}

footer ul.navigation li a.active{
    color: var(--yellow-color);
    font-weight: 600;
    display: flex;
    align-items: center;
}

footer ul.navigation li a.active::before{
    content: "";
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 1px;
    background-color: var(--yellow-color);
}


.overlay20{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.top-overlay{
     position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
background: #FFF;
background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 73%);
background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 73%);
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 73%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#000000", GradientType=0);
}

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

.videobg .video-text p{
    color: #fff;
    font-size: 16px;
}

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

.special-request .text::before{
    content: "";
    position: absolute;
    top: 13px;
    left: -9%;
    width: 95px;
    height: 1px;
    background-color: var(--yellow-color);
    z-index: -1;
}

.documents-text{
    position: relative;
    margin-top: 3rem !important;
      
}



.documents-text .container{
          background-color: #F9F8F8;
          position: relative;
          padding-top: 50px;
          padding-bottom: 50px;
}

.documents-text .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 30%;
    height: 100%;
    background-color: #F9F8F8;
    z-index: -1;
}

.documents-text ul{
    margin-top: 30px;

}

.documents-text ul li a{
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.35px;
    display: flex;
    align-items: center;
}

.documents-text ul li a::before{
    content: "";
    background-image: url('../images/document-pdf.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 24px;
    display: block;
    margin-right: 10px;
    flex-shrink: 0;

}

.documents-text ul li + li{
    margin-top: 15px;
}

.local-services-text-cont{
    padding-left: 50px;
}

.local-services-text p{
    margin-top: 15px;
}

.local-services-text h2, .local-services-text h3{
    letter-spacing: 0px;
    color: var(--primary-color);
    font-weight: 600;
}

.local-services-text p{
    font-weight: 600;
}

.local-services-text .row{
    align-items: center;
}

.local-services-text .local-services-image {
    height: 550px;
}

.local-services-text .local-services-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}





.careers-text-cont{
    padding-right: 50px;
}

.careers-text-cont p{
    margin-top: 15px;
    position: relative;
    display: block;
    padding-left: 3rem;
}

.careers-text-cont h2, .careers-text-cont h3{
    letter-spacing: 0px;
    color: var(--primary-color);
    font-weight: 600;
}
.careers-text-cont span{
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat";
    color: var(--yellow-color);
    letter-spacing: 1px;
}


.careers-text-cont p:first-of-type:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -22%;
    width: 190px;
    height: 1px;
    background-color: var(--yellow-color);
    z-index: -1;
}

.careers-text-wrapper .row{
    align-items: center;
}

.careers-text-wrapper .careers-image {
    height: 520px;
}

.careers-text-wrapper .careers-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.fixed-header .hdr-logo {
    max-width: 65px;
    height: 65px;
}


.grey-background{
    background-color: #F5F5F5;
}

.careers-sec h2, .careers-sec h3{
    color: var(--primary-color);
    font-weight: 600;
}

.career-form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    background-color: #fff;
    padding: 30px;
    border-top: 5px var(--yellow-color);
    margin-top: 40px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;

}

.career-form input, .career-form textarea, .career-form select{
    background-color: #f5f5f5;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    border: none;
    padding: 10px;
    height: 55px;
}

.career-form textarea{
    height: 260px;
    resize: none;
    grid-column: span 2;
}

.career-form input::placeholder, .career-form textarea::placeholder{
    color: var(--primary-color);
    font-weight: 600;
    font-family: "Montserrat";
}

.career-form .btn{
    background: var(--primary-color);
    background-position: calc(100% - 20px);
    color: #fff;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    max-width: 236px;
    margin-left: auto;
    letter-spacing: 0px;
}

.career-form .btn img{
    margin-left: 10px;
}

.career-form select{
    appearance: none;
    list-style: none;
    background-image: url('../images/arr-down-b.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
}

.career-form .iti input{
    width: 100%;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 600;
  cursor: pointer;
  grid-column: span 2;
}

.custom-file-upload::before{
    content: "";
    display: block;
    background-image: url('../images/upload-icon.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.home-about .about-first-img img:first-of-type{
grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 724px;
  border-bottom: 20px solid #fff;
}

.home-about .about-first-img img{
    width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-first-img img:nth-of-type(2) {
  grid-row: span 2;
  width: 100%;
  height: 443px;
  object-fit: cover;
    transform: translateY(-213px);
    border-top: 20px solid #fff;
    border-left: 20px solid #fff;
}

.about-first-img .tripadvisor {
  background-color: #00AF87; 
  color: #fff;
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  margin-top: 0;
  height: 230px;
}

.about-first-img .tripadvisor p:nth-of-type(1){
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: none;
}

.about-first-img .tripadvisor p:nth-of-type(2){
       font-family: "Montserrat";
       font-size: 14px;
       font-weight: 600;
       color: #fff;
       letter-spacing: 0px;
       text-transform: none;
       line-height: 20px;
}

.about-first-img .tripadvisor img {
  width: 77px !important;
  height: 77px !important;
  margin: 0 auto 10px;
  border: none !important;
  object-fit: contain !important;
}

.home-about .about-first-text h2{
    font-weight: 600;
}

.home-about .about-first-text .text{
    padding-left: 3rem;
    position: relative;
}

.home-about .about-first-text .text::before{
    content: "";
    position: absolute;
    top: 13px;
    left: -20%;
    width: 180px;
    height: 1px;
    background-color: var(--yellow-color);
    z-index: -1;
}

.learn-more-btn{
    color: var(--primary-color);
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.fake-switch {
  width: 39px;          
  height: 1px;           
  background-color: var(--primary-color);     
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}

.fake-switch::before {
  content: "";
  position: absolute;
  top: -7.5px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-color: #fff;   /* boja kružića */
  border-radius: 50%;
border: 2px solid var(--primary-color);
  transition: left 0.3s ease;
}

.learn-more-btn:hover .fake-switch::before{
    left: calc(100% - 15px);
     transition: left 0.3s ease;
}

.learn-more-btn:hover{
    color: var(--yellow-color);
}


.our-results picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.our-results picture img{
    width: 100%;
    height: 100%;
   object-fit: cover;
}

.videobg.home-video{
    height: 660px;
    position: relative;
}

.videobg.home-video::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 81px;
    background-color: #fff;
    z-index: 2;
}

.videobg.home-video .row{
    flex-direction: column;
    gap: 30px;
}

.videobg.home-video .video-text{
    text-align: center;
}

.special-request .row{
    justify-content: space-between;
}

.special-request .images{
    padding: 0;
    gap: 20px;
}

.special-request .images .image{
    padding: 0;
    width: 48%;
}

.special-request-home{
    background-color: var(--primary-color);
    position: relative;
}


.special-request-home p, .special-request-home h2, .special-request-home h3{
    color: #fff;
}

.special-request-home picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

.special-request-home picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-home-sec h2{
    color: var(--primary-color);
    font-weight: 600;
}

.gallery-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 40px;
}

.gallery-wrapper .gallery-item{
    width: 100%;
    height: 350px;
    display: none;
}

.gallery-wrapper .gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-wrapper .gallery-item:nth-of-type(1){
    grid-column: span 2;
}

.gallery-wrapper .gallery-item:nth-of-type(2){
    grid-row: span 2;
    height: 100%;
}

.gallery-wrapper .gallery-item:nth-of-type(1), .gallery-wrapper .gallery-item:nth-of-type(2), .gallery-wrapper .gallery-item:nth-of-type(3), .gallery-wrapper .gallery-item:nth-of-type(4), .gallery-wrapper .gallery-item:nth-of-type(5), .gallery-wrapper .gallery-item:nth-of-type(6){
display: flex;
position: relative;
}

.open-image{
    width: 278px;
    height: 278px;
    border: 50px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;

}

.open-image::before{
    content: "";
    display: block;
    margin-right: 10px;
    width: 40px;
    height: 1px;
    background-color: #fff;

}

.gallery-wrapper .gallery-item:hover .open-image{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    transform:translate(-50%, -50%) scale(1);
}

.news-sec h2{
    color: var(--primary-color);
    font-weight: 600;
}

.news-sec .title{
    width: 48%;
    padding: 0;
}

.news-sec .blog-archive-text p{
    width: 48%;
    padding: 0;
}

.news-sec .blog-archive-text{
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.news-sec .container{
overflow: visible;
}

.news-sec .news-wrapper{
    position: relative;
}

.news-sec .newsSwiper{
    position: relative;
    left: 0;
    width: calc(100vw - (100vw - 1400px) / 3);
    max-width: 100vw;
    margin-left: 0;
    margin-right: calc(-1 * ((100vw - 1400px) / 3));
    margin-top: 50px;
    height: 383px;
    margin-bottom: 50px;
}

.news-sec .newsSwiper .blog-cont{
    display: flex;
    gap: 20px;
}

.news-sec .newsSwiper .blog-cont .blog-image{
width: 55%;
position: relative;
}

.news-sec .newsSwiper .blog-cont .blog-image .blog-date{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.news-sec .newsSwiper .blog-cont .blog-image img{
    width: 100%;
    height: 383px !important;
}

.news-sec .newsSwiper .blog-cont .blog-image .blog-date::before{
    display: none;
}

.news-sec .newsSwiper .blog-cont .blog-info{
    width: 50%;
}

.news-sec .newsSwiper .blog-cont .blog-info h4{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.news-sec .newsSwiper .blog-cont .blog-info p{
    margin-top: 10px;
    color: var(--primary-color);
    font-size: 14px;
}

.news-sec .newsSwiper .blog-cont .blog-info span{
    color: var(--yellow-color);
    font-weight: 500;
    font-size: 14px;
}


.news-sec .news-navigation, .activities-sec .news-navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-sec .swiper-button-next-news, .news-sec .swiper-button-prev-news, .news-sec .swiper-pagination-news, .activities-sec .swiper-button-next-activity, .activities-sec .swiper-button-prev-activity, .activities-sec .swiper-pagination-activity,  
.activities-sec .swiper-button-next-locations, .activities-sec .swiper-button-prev-locations, .activities-sec .swiper-pagination-locations{
    position: relative;
    left: 0;
    bottom: 0;
}

.news-sec .swiper-button-next-news, .news-sec .swiper-button-prev-news, .activities-sec .swiper-button-next-activity, .activities-sec .swiper-button-prev-activity,
.activities-sec .swiper-button-next-locations, .activities-sec .swiper-button-prev-locations {
    border: 1px solid rgba(11, 29, 39, 0.35);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-sec .swiper-pagination-news, .activities-sec .swiper-pagination-activity, .activities-sec .swiper-pagination-locations{
    width: max-content;
    display:flex;
    align-items: center;
}

.news-sec .swiper-pagination-news .swiper-pagination-bullet, .activities-sec .swiper-pagination-activity .swiper-pagination-bullet, .activities-sec .swiper-pagination-locations .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background-color: var(--primary-color);
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.news-sec .swiper-pagination-news .swiper-pagination-bullet-active, .activities-sec .swiper-pagination-activity .swiper-pagination-bullet-active, .activities-sec .swiper-pagination-locations .swiper-pagination-bullet-active{
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    transition: all 0.5s ease-in-out;
}

.news-sec .swiper-button-next-news:after, .activities-sec .swiper-button-next-activity:after, .activities-sec .swiper-button-next-locations:after{
content: "";
background-image: url('../images/arr-next-news.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 25px;
width: 25px;
height: 25px;
}

.news-sec .swiper-button-prev-news:after, .activities-sec .swiper-button-prev-activity:after, .activities-sec .swiper-button-prev-locations:after{
   content: "";
background-image: url('../images/arr-prev-news.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 25px;
width: 25px;
height: 25px;
}


.how-to-get .left-about-image{
    transform: translateY(-10px);
    width: 48%;
    padding: 0;
    height: 488px;
}

.how-to-get .about-first-img{
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 48%;
}

.how-to-get .about-first-text{
padding: 0;
width: 48%;
}


.how-to-get .about-first-img img:first-of-type{
grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 724px;
  border-bottom: 20px solid #F5F5F5
}

.how-to-get .about-first-img img{
    width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.how-to-get .second-about-paragraph{
    width: 48%;
    padding: 0;
}

.how-to-get {
   padding-top: 5rem !important;
}

.how-to-get .row{
    justify-content: space-between;
}

.how-to-get .row:nth-of-type(2){
    margin-bottom: -65px;
}

.education-image{
    height: 580px;
}

.special-request h2{
    color: var(--primary-color);
    font-weight: 600;
}

.special-request .education-text::before{
    top: 165px;
}

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

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

.activities-events{
padding: 80px 0;
}

.activities-calendar{
    background-color: #fff;
    padding: 30px 10px 40px 10px;
    border-top: 5px solid #D4AF37;
}


.activities-sec .activities-cont{
    margin-top: 50px;
    margin-bottom: 50px;
}

.activities-sec .activities-cont .activity .activity-image{
    position: relative;
    height: 490px;
    overflow: hidden;
}

.activities-sec .activities-cont .activity .activity-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all 0.5s ease-in-out;

}

.activities-sec .activities-cont .activity:hover .activity-image img{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.activities-sec .activities-cont .activity .activity-info {
    margin-top: 10px;
}


.activities-sec .activities-cont .activity .activity-info h3{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.activities-sec .activities-cont .activity .activity-info p{
    font-size: 16px;
    color: var(--primary-color);
 
}

.activities-sec .category-info p{
font-size: 16px;
}

.activities-sec .category-info .title{
    text-align: end;
}

.activities-sec .category-info .title h2{
    color: var(--primary-color);
    font-weight: 600;
}

.activities-sec .category-info .title span{
    position: relative;
}

.activities-sec .category-info .title span::after{
    content: "";
    position: absolute;
    width: 160px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: var(--yellow-color);
}

.activities-sec{
    position: relative;
}

.activities-sec::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    height: 100%;
    background-color: #F5F5F5;
    z-index: -1;
}

.activities-sec .activity .open-image{
width: 408px;
height: 408px;
}

.activities-sec .activity:hover .open-image{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    transform:translate(-50%, -50%) scale(1);
}

.activities-sec .swiper-button-disabled {
    display: none !important;
}

.locations-sec::before{
left: 0;
right: auto;
}

.locations-sec .category-info .title{
    text-align: left;
}

.locations-sec .category-info .title span::after{
    left: -64%;
}

.thick-banner{
    height: 747px;
    padding-top: 290px;
}


.activities-text .about-first-img{
    background-color: #F5F5F5;
    border-bottom: none;
}

.location-text .location-text-cont {
    text-align: center;
}

.location-text .location-text-cont h2{
    color: var(--primary-color);
    font-weight: 600;
    margin: 20px 0;

}

.location-services-sec .services-text p, .location-services-sec .services-text h3{
    text-align: center !important;
}

.location-services-sec .services-text p{
    font-weight: 400 !important;
}

.how-to-get.activities-text .about-first-img img:first-of-type{
    border-bottom: 20px solid #fff;
}

.activities-advice .text{
    padding-left: 0;
}

.activities-advice .text::before{
    display: none;
}

footer .middle-footer{
    position: relative;
    z-index: 1;
}


footer .Copyright{
    position: relative;
    z-index: 1;
}

.menu-bg .sidebar-logo img{
    object-fit: contain;
}

.navbar .sidebar-logo div{
    flex: 0 0 33.33%;
}

.navbar .sidebar-logo div:has(img){
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner .swiper-container .swiper-pagination-bullet{
display: flex;
align-items: center;
margin-bottom: 30px;
background-color: #fff;
width: 7px;
height: 7px;
opacity: 1;
margin-left: auto;
margin-right: auto;
}


.banner .swiper-container .swiper-pagination-bullet-active{
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 2px solid #fff;
}

.swiper-pagination-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2%;
    z-index: 5;
}

.swiper-pagination-numbers {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.swiper-pagination-main .swiper-pagination-bullet .bullet-number {
    margin-left: 25px; 
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}

.swiper-pagination-main .swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-number {
    opacity: 1;
}

.socials-home-banner p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.socials-home-banner .promo-video-btn{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) url('../images/play-btn2.png') no-repeat;
    background-position: center;
    cursor: pointer;
    margin-left: 15px;
}

.home-about{
    position: relative;
}

.big-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
 height: 210px;
    font-size: 250px;
    font-weight: 700;
    font-family: "Montserrat";
    letter-spacing: 1px;
    color: #F3F3F4;
    white-space: nowrap;
    line-height: 134px;
    z-index: -1;
}


.video-wrap2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -10;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.video-wrap2.open-video {
    z-index: 105;
    opacity: 1;
}

.video-wrap2 .video2 {
    background-color: transparent;
    padding: 10px;
    width: 90%;
    height: 80%;
    max-width: 800px;
    max-height: 500px;
    position: relative;
    border: 2px solid var(--yellow-color);
}

.video-wrap2 .video2 .closeVideo2 {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--yellow-color);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    top: -25px;
    right: -25px;
    cursor: pointer;
font-size: 25px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}



.news-sec .newsSwiper .blog-cont .blog-image{
width: 55%;
max-width: 420px;
position: relative;
}

.how-to-get .left-about-image img{
    width: 100%;
}

.advice-img {
    height: 720px;
}

.blog-details .share-icon a + a{
    margin-left: 15px;
}

.local-services-text a{
    color: #000;
}


.how-to-get .about-first-text p{
    margin-bottom: 10px;
}

.how-to-get .title span{
    margin-bottom: 10px;
}

.educational-text h2{
    color: #0B1D27;
    font-weight: 600;
    margin-bottom: 20px;
}

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

.educational-text ul{
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}

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

.flora-fauna-sec h2{
    color: #0B1D27;
    font-weight: 600;
    margin-bottom: 25px;
}

.flora-fauna-sec a{
    display: flex;
    align-items: center;
    color: #D9A346;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}

.flora-fauna-sec a + a{
    margin-top: 15px;
}

.flora-fauna-sec a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url('../images/document-pdf.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 24px;
}



@media only screen and (max-width: 1919px) {
.careers-text-cont p:first-of-type:before{
    top: 13px;
    left: -19%;
    width: 150px;
}
.home-about .about-first-text .text::before{
    left: -23%;
}

.news-sec .newsSwiper{
    width: calc(100vw - (100vw - 1400px) / 7);
    margin-right: calc(-1 * ((100vw - 1400px) / 7));
}

.news-sec .newsSwiper .blog-cont .blog-image{
    max-width: 370px;
}
}

@media only screen and (max-width: 1200px) {
footer .footer-text{
    font-size: 40px;
}}

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

    .special-request .row{
        flex-direction: column;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .special-request .row.images{
        flex-direction: row;
        width: 100%;
        gap: 10px;
    }

    .special-request .images .image{
        height: 350px;
    }

    .special-request .dragisnica-home{
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }

    .news-sec .blog-archive-text{
        flex-direction: column;
    }

    .news-sec .blog-archive-text p{
        width: 100%;
    }

    .how-to-get{
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        margin-bottom: 0 !important;
    }

    .how-to-get .row{
        flex-direction: column;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .how-to-get .about-first-img{
        display: none;
    }

    .how-to-get .about-first-text{
        width: 100%;
    }

    .how-to-get .left-about-image{
        display: none;
    }

    .how-to-get .second-about-paragraph{
        width: 100%;
    }

    .how-to-get .row:nth-of-type(2){
        margin-bottom: 0;
    }

    .services-se{
        padding-top: 0 !important;
    }

    .education-image{
        width: 100%;
        padding: 0;
    }

    .education-cont{
        width: 100%;
        padding: 0;
    }

}

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

    .gallery-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-wrapper .gallery-item:nth-of-type(2){
        grid-column: span 1;
    }
    .gallery-wrapper .gallery-item:nth-of-type(5){
        grid-column: span 2;
    }

    .news-sec .newsSwiper{
        width: 100%;
        margin-right: 0;
        height: auto;
    }

    .news-sec .newsSwiper .blog-cont{
        flex-direction: column;
    }

    .news-sec .newsSwiper .blog-cont .blog-image{
        width: 100%;
        max-width: 100%;
    }
    .news-sec .newsSwiper .blog-cont .blog-info{
        width: 100%;
    }

    .news-sec .newsSwiper .blog-cont .blog-image img{
        height: 300px !important;
    }

    .news-sec .newsSwiper .blog-cont .blog-image img{
        font-size: 22px;
    }

    .news-sec .swiper-button-next-news, .news-sec .swiper-button-prev-news{
        width: 50px;
        height: 50px;
    }

    .activities-sec .swiper-button-prev-activity, 
     .activities-sec .swiper-button-next-activity, .activities-sec .swiper-button-next-locations, .activities-sec .swiper-button-prev-locations {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 50px;
    height: 50px;
}

.activities-sec .activities-cont .activity .activity-image{
    height: 350px;
}

.activities-sec, .news-sec{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}


}

@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: 60px;
        height: 60px;
    }

    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;
        line-height: 25px;
    }

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


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

    .local-services-text-cont{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .local-services-text .local-services-image{
        height: 350px;
    }

    .careers-text-cont p:first-of-type:before{
        display: none;
    }

    .careers-text-cont p{
        padding-left: 0;
    }

    .careers-text-cont{
        padding-right: 0;
        padding-bottom: 30px;
    }

    .careers-text-wrapper .careers-image{
        height: 300px;
    }

    .career-form{
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .career-form textarea{
        grid-column: span 1;
        height: 200px;
    }

    .home-about .about-first-text .text{
        padding-left: 0;
    }

    .home-about .about-first-text .text::before{
        display: none;
    }

    .about-first-img img:nth-of-type(2){
        border-top: 10px solid #fff;
        border-left: 10px solid #fff;
        height: 350px;
    }

    .home-about .about-first-img img:first-of-type{
        border-bottom: 10px solid #fff;
        height: 400px;
    }

    .about-first-img .tripadvisor{
        padding: 15px;
    }

    .about-first-img .tripadvisor p:nth-of-type(1){
        font-size: 18px;
    }
    .about-first-img .tripadvisor p:nth-of-type(2){
        font-size: 12px;
    }

    .our-results .numbers-wrap .number + .number{
        border-left: none;
    }

    .videobg.home-video::before{
        height: 45px;
    }

    footer .footer-top .footer-socials{
        justify-content: flex-start;
        padding: 10px 0;
    }

    footer .copyright{
        order: 3;
        margin-top: 15px;
    }

    footer .copyrights-links{
        align-items: flex-start;
    }

    footer .copyrights-links a{
        margin-left: 0;
    }

    footer .footer-logo{
        display: none;
    }

    .Copyright{
        margin-top: 0 !important;
    }

    footer .middle-footer .mt-5{
        margin-top: 1rem !important;
    }

    footer h3.mb-4{
        margin-bottom: 0.5rem !important;
    }

    footer h3{
        font-size: 23px;
    }

    footer .navigation li{
        margin-top: 0;
    }

    footer .footer-top .footer-socials li{
        margin-left: 0;
        margin-right: 25px;
    }

    footer .footer-text{
        font-size: 22px;
    }

    .education-image{
        height: 350px;
    }

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

    .activities-events{
        padding: 50px 0;
    }

    .activities-sec .category-info {
        flex-direction: column-reverse;
    }

    .activities-sec .category-info .title{
        text-align: left;
        margin-bottom: 15px;
    }

    .activities-sec .category-info .title span::after{
        display: none;
    }

    .activities-sec .activities-cont{
        gap: 30px;
    }

    .locations-sec .category-info{
        flex-direction: column;
    }

    .locations-video{
    height: 440px;
}

.thick-banner{
    height: 400px;
}

.location-text{
    padding-bottom: 3rem !important;
}

.location-results .our-results .numbers-wrap .number:nth-of-type(3){
    grid-column: span 2;
}

.activities-advice .advice-img{
    padding: 0;
}

.activities-advice .advice-text{
    padding: 0;
}

.menu-bg .sidebar-logo img{
    width: 60px;
    height: 60px;
}

.menu-bg .sidebar-logo .languages a + a::before{
    margin-left: 5px;
    margin-right: 5px;
    height: 15px;
}

.menu-bg .sidebar-logo .languages a{
    font-size: 16px;
}

.navbar .links li .sub-menu{
    position: relative;
}

.bottom-sec{
    display: none;
}

.menu-bg .five-cols{
    flex-direction: column;
    align-items: flex-start;
}

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

.navbar.showInput .menu-bg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navbar .links li .sub-menu{
    padding-top: 0;
}

.navbar .links li .sub-menu a{
    line-height: 20px;
}

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

.about-first-img .tripadvisor img{
    height: 40px !important;
    width: 40px !important;
    margin: 0 auto 5px;
}

.about-first-img .tripadvisor{
    height: 137px;
}

.about-first-img .tripadvisor p:nth-of-type(1){
    margin-bottom: 5px;
}

.home-about .about-first-img{
    margin-bottom: -180px;
}

.gallery-wrapper .gallery-item:nth-of-type(2){
    height: 250px;
}

.custom-file-upload{
    grid-column: span 1;
}

.career-form .btn{
    width: 100%;
    max-width: 100%;
}

.big-title{
    line-height: 70px;
    height: 80px;
    font-size: 70px;
    white-space: normal;
}

.mobile-header-social{
    display: none !important;
}

.hamburger-mobile{
    order: 2;
    width: max-content;
}

.hamburger-mobile-open{
    order: 3;
    display: flex;
    justify-content: flex-end;
}

.menu-bg .sidebar-logo .languages{
    order: 1;
    justify-content: flex-start;
}

.mobile-logo-open{
    order: 2;

}

.open-image {
    width: 185px;
    height: 185px;
    border: 25px solid rgba(255, 255, 255, 0.35);
    font-size: 12px;
    font-weight: 600;
}

.activities-sec .open-image::before{
    width: 23px;
}

.swiper-horizontal{
    overflow: hidden;
}

}

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

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

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

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 27px;
    }

    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: 20px;
    }

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

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

    .gallery-wrapper .gallery-item:nth-of-type(1), .gallery-wrapper .gallery-item:nth-of-type(5){
        grid-column: span 1;
    }

    .gallery-wrapper .gallery-item:nth-of-type(2){
        grid-row: span 1;
    }

    .gallery-wrapper .gallery-item{
        height: 250px;
    }

    .activities-sec .activities-cont .activity .activity-info h3{
        font-size: 25px;
    }

    .blog-filter form{
        max-width: 145px;
    }

    .blog-filter form summary{
        font-size: 14px;
        padding: 10px 25px 10px 10px;
    }

    .blog-filter form details ul li button{
        font-size: 14px;
    }

    .blog-filter form details ul li{
        padding: 5px;
    }

    .documents-text ul li a{
        font-size: 16px;
    }
}