@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap');

:root {
    --dark-color: #482900
}

/* header#masthead, footer#colophon {
    display: none;
} */
body:has(.main-page, .choose-city, .category-archive, .choose-country, .choose-category) #masthead,
body:has(.main-page, .choose-city, .category-archive, .choose-country, .choose-category) footer#colophon {
    display: none;
}

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

.splide__list {
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.post,
.page {
    margin: 0;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

.relative {
    position: relative;
}

.poppins {
    font-family: "poppins" !important;
}

.custom-container {
    padding-inline: 20px;
    max-width: 1920px;
    width: 100%;
    margin: auto;
}

.heading {
    font-size: 48px;
}

.sub-heading {
    font-size: 32px;
    font-family: "poppins";
    font-weight: 500;
    color: #FFDDB0;
}

.gradient-text {
    background: linear-gradient(90deg, #fee073 9%, #fef1a6 51%, #fee073 94%);
    -webkit-text-fill-color: #0000;
    filter: drop-shadow(2px 2px 10px #000);
    -webkit-background-clip: text;
    background-clip: text;
    margin: auto;
    font-family: Playfair Display, serif;
    line-height: normal;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.heading-text {
    font-family: Playfair Display, serif;
    line-height: normal;
    font-weight: 700;
    color: #FFDDB0;
    position: relative;
    z-index: 1;
}

.common-bg {
    /* background-image: url('../img/common-bg.webp'); */
    background-image: url('../img/home-bg1.webp');
    min-height: 100vh;
    background-position: center right;
    background-size: cover;
}

.divider {
    max-width: 400px;
    width: 75%;
    margin-block: 25px;
}

/* swiper */
.swiper-button-prev {
    left: 4px !important;
}

.swiper-button-next {
    right: 4px !important;
}

.swiper-button-next,
.swiper-button-prev {
    background: #d79751;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 6px;
    top: 60% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--dark-color);
    font-size: 17px !important;
}

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

.splide__arrow--prev {
    left: 7px !important;
}

.splide__arrow--next {
    right: 7px !important;
}

.splide__arrow {
    background: #d79751 !important;
    border-radius: 20px !important;
}

.splide__arrows {
    display: none;
}

.splide__arrows.splide__arrows--ltr {
    display: block;
}

.data-not-found p {
    color: #fff6b2;
    font-size: 30px;
    text-align: center;
    font-family: 'Playfair Display';
    margin-bottom: 100px;
}

@media (min-width:769px) {

    /* .swiper-wrapper {
        display: flex;
        transform: unset !important;
        justify-content: center;
        flex-wrap: nowrap !important;
        gap: 30px;
    }

    .swiper-slide {
        transform: unset !important;
        width: auto !important;
        display: inline-block !important;
    } */
}

@media (max-width:1024px) {
    .heading {
        font-size: 32px;
    }

    .sub-heading {
        font-size: 26px;
    }
}

@media (max-width:768px) {
    .custom-container {
        padding-inline: 12px;
    }

    .heading {
        font-size: 26px;
    }

    .data-not-found p {
        font-size: 18px;
        line-height: normal;
        text-align: start;
    }

}

@media (max-width:767px) {
    .sub-heading {
        font-size: 20px;
    }
    .divider{
        margin-block: 15px !important;
    }
    ul.page-numbers li {
        width: 35px;
        height: 35px;
    }

    ul .page-numbers {
        padding: 0px 0 4px;
        font-size: 15px;
        width: 35px;
        height: 35px;
    }

    ul.page-numbers {
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .next.page-numbers,
    .prev.page-numbers {
        font-size: 15px !important;
        padding-bottom: 4px;
    }

    ul.page-numbers li:has(a.next.page-numbers),
    ul.page-numbers li:has(a.prev.page-numbers) {
        min-width: 100px;
        height: 45px;
    }
}