.img-setting {
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    background: rgba(247, 222, 97, .3)
}

.img-setting img {
    height: 200px;
    object-fit: cover;
    width: 100%
}

.img-setting .location-name {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    font-weight: 600;
    padding: 11px 20px
}

.x-mas-images {
    background: url(../../img/x-mas-bg-images.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center
}

.x-mas-images .h1 {
    font-size: 48px;
    line-height: 54px
}

.x-mas-images p {
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0
}

.x-mas-images a {
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 13px 25px;
    display: inline-block;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.x-mas-images a:hover {
    background-color: #ccc8c8
}

@media(max-width: 1199px) {
    .x-mas-images {
        min-height: 400px
    }
}

@media(max-width: 991px) {
    .x-mas-images {
        min-height: 200px
    }

    .x-mas-images .h1 {
        font-size: 22px;
        line-height: 26px
    }

    .x-mas-images p {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0
    }
}

.have-arrow .slick-arrow {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    background-color: #fff;
    background-size: 15px;
    opacity: .8;
    transition: .4s;
    top: 125px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}

.have-arrow .slick-arrow:hover {
    opacity: 1
}

.have-arrow .slick-prev {
    background-color: #fff;
    background-image: url(../../img/right-arrow-new.svg);
    left: 25px;
    top: 105px;
    background-position: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 18px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.have-arrow .slick-next {
    background-color: #fff;
    background-image: url(../../img/right-arrow-new.svg);
    right: 25px;
    top: 125px;
    background-position: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 18px
}

.have-arrow .slick-prev:hover,
.have-arrow .slick-prev:focus,
.have-arrow .slick-next:hover,
.have-arrow .slick-next:focus {
    background-color: var(--bs-primary-color);
    background-image: url(../../img/right-arrow-new-hover.svg);
    background-size: 11px;
    opacity: 1
}

.have-arrow .slick-next:before,
.have-arrow .slick-prev:before {
    display: none
}

.have-arrow.insta_feed_slider .slick-prev,
.have-arrow.insta_feed_slider .slick-prev:hover,
.have-arrow.insta_feed_slider .slick-prev:focus {
    top: 47%
}

.have-arrow.insta_feed_slider .slick-next,
.have-arrow.insta_feed_slider .slick-next:hover,
.have-arrow.insta_feed_slider .slick-next:focus {
    top: 50%
}

@media(max-width: 767px) {

    .have-arrow .x-slider-country .slick-prev,
    .have-arrow .x-slider-country .slick-prev:hover,
    .have-arrow .x-slider-country .slick-prev:focus {
        top: 45%
    }

    .have-arrow .x-slider-country .slick-next,
    .have-arrow .x-slider-country .slick-next:hover,
    .have-arrow .x-slider-country .slick-next:focus {
        top: 50%
    }
}

.x-mas-country-section {
    background-color: rgba(0, 123, 193, .05)
}

.x-mas-country-section .dfx {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    overflow: hidden
}

.x-mas-country-section .img-wrapper {
    width: 40%
}

.x-mas-country-section .img-wrapper img {
    width: 100%;
    height: 100%
}

.x-mas-country-section .content-wrapper {
    width: 60%;
    padding: 20px
}

.x-mas-country-section .content-wrapper .country-name {
    font-size: 16px;
    color: rgba(42, 48, 52, .7);
    margin-bottom: 5px
}

.x-mas-country-section .content-wrapper .country-special {
    margin-bottom: 7px;
    font-size: 18px;
    color: #000;
    font-weight: 600
}

.x-mas-country-section .content-wrapper .description {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(42, 48, 52, .7);
    line-height: 22px
}

@media(max-width: 575px) {
    .x-mas-country-section .dfx {
        flex-direction: column
    }

    .x-mas-country-section .img-wrapper {
        width: 100%
    }

    .x-mas-country-section .img-wrapper img {
        width: 100%;
        height: 240px;
        object-fit: cover
    }

    .x-mas-country-section .content-wrapper {
        width: 100%;
        padding: 20px
    }
}

.btn-c-w,
.btn-c-w:hover {
    background: var(--bs-yellow-color);
    border-radius: 8px;
    border: 1px solid var(--bs-yellow-color);
    padding: 15px 25px 13px;
    height: auto;
    color: #000 !important
}

.btn-c-w:hover,
.btn-c-w:hover:hover {
    background-color: var(--bs-yellow-color)
}

@media(max-width: 767px) {
    .x-mas-offers-section .overflow-scroll {
        overflow: scroll;
        margin-bottom: 30px
    }

    .x-mas-offers-section .overflow-scroll .tabs {
        width: 500px;
        margin-bottom: 0
    }

    .x-mas-offers-section .overflow-scroll .tabs .active {
        border: none
    }
}

.x-mas-offers-section .slick-slider {
    margin: 0 -10px
}

.x-mas-offers-section .slick-slide {
    margin-right: 10px;
    margin-left: 10px
}

@media(max-width: 767px) {
    .x-mas-offers-section .slick-slider {
        margin: 0 0px
    }

    .x-mas-offers-section .slick-slide {
        margin-right: 0px;
        margin-left: 0px
    }
}

.x-mas-offers-section .tab-pane {
    display: none
}

.x-mas-offers-section .tabs {
    display: flex;
    margin-bottom: 40px;
    gap: 30px;
    justify-content: center;
    align-items: center
}

.x-mas-offers-section .tabs .tab-link {
    padding: 10px 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(42, 48, 52, .7);
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
    border-bottom: 4px solid rgba(0, 0, 0, 0)
}

.x-mas-offers-section .tabs .tab-link:hover {
    border-bottom: 3px solid var(--bs-primary-color);
    font-weight: 600;
    color: var(--bs-primary-color)
}

.x-mas-offers-section .tabs .active {
    border-bottom: 3px solid var(--bs-primary-color);
    color: var(--bs-primary-color);
    font-weight: 600
}

.x-mas-offers-section .card-item .us-image-box {
    padding-bottom: 20px
}

.x-mas-offers-section .card-item .us-image-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, .21)
}

.christmas-banner .header-title-container {
    flex-direction: column
}

.christmas-banner .header-title-container h1 {
    max-width: 700px;
    margin-bottom: 20px
}

.christmas-banner .header-title-container h1 span {
    color: var(--bs-yellow-color)
}

.christmas-banner .header-title-container p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    max-width: 575px
}

.christmas-banner:after {
    display: none;
    background: linear-gradient(359deg, rgba(0, 114, 188, 0) 0%, rgba(var(--primary-light)) 100%)
}

.christmas-banner .n-booking-wrap {
    padding-bottom: 0px;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, .08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.christmas-banner .n-booking-widget {
    height: 100%;
    border-radius: 10px
}

@media(min-width: 1400px) {
    .christmas-banner .n-booking-widget {
        margin-top: 80px
    }
}

@media(min-width: 1600px) {
    .christmas-banner .n-booking-widget {
        margin-top: 210px
    }
}

@media(max-width: 1199px) {
    .christmas-banner {
        min-height: 300px;
        background-position: top 100% right 40%
    }

    .christmas-banner .n-booking-widget {
        margin-top: 0px
    }

    .christmas-banner:after {
        display: block;
        height: 50%;
        background: linear-gradient(359deg, rgba(0, 114, 188, 0) 0%, rgba(var(--primary-light)) 100%)
    }
}

@media(max-width: 991px) {
    .christmas-banner {
        min-height: 200px;
        background-position: bottom right 40%
    }

    .christmas-banner .n-booking-widget {
        margin-top: 50px
    }

    .christmas-banner:after {
        display: block;
        height: 300px;
        background: linear-gradient(359deg, rgba(0, 114, 188, 0) 0%, rgba(var(--primary-light)) 100%)
    }
}

@media(max-width: 767px) {
    .christmas-banner {
        background-image: url(../images/mobile-christmas-banner.webp)
    }

    .christmas-banner #header-common {
        background-color: rgba(0, 0, 0, 0)
    }

    .christmas-banner .n-booking-widget {
        margin-top: 150px
    }

    .christmas-banner .header-title-container p {
        font-size: 16px;
        line-height: 22px
    }
}

.instafeed-section .slick-slide {
    margin-left: 20px
}

.instafeed-section video[poster] {
    width: 100%;
    object-fit: cover
}

.instafeed-section .slick-list {
    margin-left: -20px
}

@media(max-width: 767px) {
    .instafeed-section .slick-slide {
        margin-left: 0px
    }

    .instafeed-section .slick-list {
        margin-left: 0px
    }
}

.instafeed-section video {
    width: 100%;
    height: 550px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #eee
}

.x-max-box {
    background: url(.././../img/x-mas-bg.jpg);
    min-height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px
}

.x-max-box .row {
    height: 100%;
    width: 100%
}

.x-max-box .row h2 {
    color: #fff;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px
}

.x-max-box .row h3 {
    color: #fff;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.x-max-box .book-now {
    background: var(--bs-yellow-color);
    border-radius: 8px;
    border: 1px solid var(--bs-yellow-color);
    padding: 15px 25px 13px;
    height: auto;
    color: #000
}

.x-max-box .book-now:hover {
    background-color: var(--bs-yellow-color)
}

@media(max-width: 767px) {
    .country-location .overflow-scroll {
        overflow: scroll;
        margin-bottom: 30px
    }

    .country-location .overflow-scroll .tabs {
        width: 600px;
        margin-bottom: 0
    }

    .country-location .overflow-scroll .tab-link.active {
        border: none !important
    }
}

.country-location .tabs {
    display: flex;
    margin-bottom: 10px;
    gap: 30px;
    justify-content: center
}

.country-location .tabs .tab-link {
    padding: 10px 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
    color: rgba(var(--light-gray), 0.7)
}

.country-location .tabs .tab-link:hover {
    border-bottom: 4px solid var(--bs-primary-color)
}

.country-location .tabs .tab-link.active {
    border-bottom: 4px solid var(--bs-primary-color);
    color: var(--bs-primary-color);
    font-weight: 600
}

.country-location .tab-pane {
    display: none
}

.country-location .tab-pane.activeSlider {
    display: block
}

.country-location .tab-img-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

@media(max-width: 1199px) {
    .country-location .tab-img-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 767px) {
    .country-location .tab-img-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.country-location .tab-img-wrapper .item-box {
    height: 360px;
    position: relative
}

.country-location .tab-img-wrapper .item-box .item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.country-location .tab-img-wrapper .item-box .hover-content {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--light-gray), 0.6);
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    transition: .2s ease-in-out;
    color: var(--bs-white) !important;
    padding: 10px 20px;
    border-radius: 10px
}

.country-location .tab-img-wrapper .item-box .hover-content .title {
    max-height: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6
}

.country-location .tab-img-wrapper .item-box .overlay-box {
    transition: .2s ease-in-out;
    position: absolute;
    opacity: 1;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: end;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: var(--bs-white);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 94, 184, 0) 0%, rgba(0, 0, 0, 0.1) 72.68%, rgba(0, 0, 0, 0.7) 100%)
}

.country-location .tab-img-wrapper .item-box:hover .hover-content {
    opacity: 1
}

.country-location .tab-img-wrapper .item-box:hover .overlay-box {
    opacity: 0
}

@media(max-width: 767px) {
    .x-mas-images {
        background-image: url(../../img/mobile-x-mas-bg-images.webp);
        padding: 30px 0 40%;
        background-position: bottom;
        text-align: center;
        position: relative
    }

    .x-mas-images:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 200px;
        background: linear-gradient(181.57deg, var(--bs-primary-color) 20%, rgba(0, 94, 184, 0) 100.77%);
        top: 0px;
        left: 0px;
        z-index: 1
    }

    .x-mas-images .container {
        position: relative;
        z-index: 9
    }

    .x-mas-images .h1 {
        font-size: 22px;
        line-height: 28px
    }

    .x-mas-images p {
        font-size: 18px;
        line-height: 24px;
        margin: 4px 0
    }

    .x-mas-images a {
        font-size: 14px;
        font-weight: 600;
        background: var(--bs-yellow-color);
        padding: 6px 18px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        margin-top: 10px
    }

    .best-country-slider {
        padding: 0 10px
    }

    .have-arrow .slick-prev,
    .have-arrow .slick-prev:hover,
    .have-arrow .slick-prev:focus {
        left: 15px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }

    .have-arrow .slick-next,
    .have-arrow .slick-next:hover,
    .have-arrow .slick-next:focus {
        right: 15px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }

    .x-mas-offers-section .slick-dots {
        bottom: -18px
    }

    .christmas-banner .n-booking-wrap {
        box-shadow: none
    }

    .christmas-banner .n-booking-widget {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important
    }
}

@media(max-width: 500px) {
    .x-mas-images {
        padding: 30px 0 30% 0
    }
}

@media(max-width: 574px) {
    .x-max-box {
        background-image: url(../../img/mobile-x-mas-bg.jpg);
        padding-left: 99px;
        background-position: left center
    }

    .x-max-box .row h2 {
        font-size: 20px;
        line-height: 26px
    }

    .x-max-box .row h3 {
        color: #fff;
        font-size: 14px
    }

    .x-max-box .row .book-now {
        font-size: 14px;
        padding: 5px 12px 5px
    }
}

.slider-space .slick-slide {
    margin-left: 20px;
}

.slider-space .slick-list {
    margin-left: -20px;
}

.n-booking-widget .n-top-strip {
    border-bottom: 0 !important;
}

.n-booking-inner {
    padding: 0px 0px 0px !important;
}

@media (max-width: 767px) {
    .mobile-booking .n-booking-widget .n-input-box .n-location-input {
        background-position: 10px !important;
    }
}

@media (max-width: 767px) {
    .mobile-booking .n-booking-widget .n-input-box .n-location-input {
        height: 60px !important;
    }
}

.x-mas-country-section .content-wrapper .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.x-mas-images {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .x-mas-images .h1 {
        font-size: 22px !important;
        line-height: 26px;
    }
}

@media (min-width:768px) {

    .x-mas-images p,
    .x-mas-images .h1 {
        padding-right: 20%;
    }
}

.x-mas-country-section .content-wrapper {
    background: #fff;
}

.country-location .tab-img-wrapper .item-box .hover-content .title {
    font-size: 18px;
    line-height: 26px;
}


.slick-dots li button:before {
    font-size: 14px;
    color: var(--bs-primary-color);
}


.x-mas-images a {
    border-radius: 8px;
    -webkit-border-radius: 8px;
}


.x-mas-offers-section .tabs .tab-link {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.x-mas-offers-section .tabs .tab-link:hover {
    border-bottom: 3px solid var(--bs-primary-color);
    font-weight: inherit;
    color: inherit;
}


.x-mas-offers-section .tabs .active {
    border-bottom: 3px solid var(--bs-primary-color);
}

.x-mas-offers-section .tabs .tab-link.active:hover {
    border-bottom: 3px solid var(--bs-primary-color);
    color: var(--bs-primary-color);
    font-weight: 600;
}

.slick-dots li.slick-active button:before {
    color: var(--bs-primary-color);
}

@media (max-width: 500px) {
    .x-mas-images {
        padding: 30px 0 60% 0;
        height: 450px;
        overflow: hidden;
    }

    .x-mas-images:after {
        height: 600px;
    }

    .x-mas-images .h-txt-container {
        position: absolute;
        top: -100px;
    }

    .x-mas-images .heading-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}


@media (max-width:767px) {

    .country-location .tabs {
        justify-content: start;
        gap: 10px;
    }

    .x-mas-country-section {
        padding: 0 10px !important;
    }

    .best-country-slider {
        padding: 0;
    }

    .x-mas-offers-section .tabs {
        gap: 10px;
        justify-content: start;
    }

    .country-location .overflow-scroll .tabs {
        max-width: 100%;
    }

    .x-mas-offers-section .overflow-scroll .tabs {
        max-width: 100%;
        justify-content: start;
    }

    .x-mas-offers-section .overflow-scroll .tab-link {
        white-space: nowrap;
    }
}

@media(min-width:501px) and (max-width:767px) {
    .x-mas-images {
        padding: 30px 0 60% 0;
        height: 450px;
        overflow: hidden;
    }

    .x-mas-images:after {
        height: 600px;
    }

    .x-mas-images .h-txt-container {
        position: absolute;
        top: -20px;
    }

    .x-mas-images .heading-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}

@media (max-width: 767px) {

    .x-mas-country-section {
        padding: 20px 10px !important;
    }
    .x-slider-country .slick-dots {
        bottom: -40px;
        
    }
    .slick-dots {
        width: 90%;
        margin: auto;
    }
}