/** for Slide **/
  /** Gallery Slider Styles **/
.swiper {
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 60px;
}

.swiper-slide img {
    width: 100%;
    max-height: 500px;
    display: block;
    object-fit: cover;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

/** General Utilities **/
.relative {
    position: relative;
}

.card-img-top {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#gallery-images-list li {
    list-style: none;
    margin: 10px 0;
}

/** Footer **/
.footer-detail {
    height: 40vh;
    background: #778899;
}

/** Widget Images **/
.front-widget img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
