body {
    position: relative;
}
.header-slider {
    height: 500px;
}
.swiper-slide a img {
    height: 100%;
    width: 100%;
}
.title-location-box {
    position: absolute;
    bottom: 45px;
    width: 65%;
    padding-left: 5rem;
    text-align: left;
}
.title-location-box p,
.img-content p {
    font-size: 1.2rem;
    color: var(--white-color);
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 0;
}
.title-location-box h2,
.img-content h2 {
    font-size: 2.5rem;
    color: var(--white-color);
    font-weight: 600;
}
.title-location-box p svg,
.img-content p svg {
    width: 25px;
    margin-right: 0.5rem;
    stroke: #fff;
}
.swiper-slide {
    cursor: pointer;
}
.swiper-pagination-bullet {
    background: var(--orange-color);
    width: 12px;
    height: 12px;
}
.gallery-slide .arrow-btn {
    left: 90%;
    top: 90%;
}
.gallery-slide .arrow-btn .grid-btn-next,
.gallery-slide .arrow-btn .grid-btn-prev {
    background: var(--dark-blue-color);
}

.thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    gap: 1rem;
}

.thumbnail .thumb {
    border-radius: 15px;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.thumbnail .text {
    margin-top: -1rem;
}

.popup {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.popup p {
    font-size: 20px;
    font-weight: bold;
    color: #e4dfdf;
    background-color: gray;
    position: absolute;
    border: 2px solid gray;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    top: -15px;
    right: -15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg {
    background-color: black;
    opacity: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.popupBox {
    display: none;
}

/* Kai Life Style Gallery Page styling */
.gellery-header {
    background: none;
}
.dark-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    background: #00000036;
    display: none;
    cursor: pointer;
}
.big-img-show {
    width: 100%;
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    height: auto;
}
.big-img-show .big-img {
    width: 800px;
    height: 100%;
    margin: 0 auto;
}
.big-img img {
    width: 100%;
    height: 100%;
}
.img-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    position: absolute;
    bottom: 5%;
    width: 100%;
    height: 100%;
    padding: 0 3rem;
}

@media (max-width: 990px) {
    .title-location-box {
        position: absolute;
        top: 50%;
        width: 100%;
        padding: 0 5rem;
        text-align: center;
        transform: translateY(-50%);
    }
    .title-location-box p {
        justify-content: center;
    }
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none;
    }
    .big-img-show {
        top: 35%;
    }

    .big-img-show .big-img {
        width: 680px;
    }
}
@media (max-width: 768px) {
    .swiper-slide a img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .title-location-box {
        padding: 0;
    }
    .img-content {
        justify-content: center;
        align-items: center;
        text-align: center;
        bottom: 0;
    }
    .big-img-show .big-img {
        width: 100%;
    }
}
@media (max-width: 530px) {
    .dark-overlay {
        display: none;
    }
}
