.home-section {
    height: 100vh;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Keep the video behind content */
}

#bg-video {
    object-fit: cover; /* Ensures the video covers the entire background */
    width: 100%;
    height: 100%;
}

.content {
    position: relative;
    text-align: center;
    color: white;
    z-index: 1;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.164); /* Semi-transparent background for readability */
    height: 100%;
    display: flex;
    align-items: center;
}

/* CUSTOM COLLECTION CSS */
.bg-massage {
    background-image: url("../images/bg-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-signature {
    background-image: url("../images/about-8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-collection {
    background-image: url("https://ik.imagekit.io/hirovisual/SVAHASPA/bg-drone.webp?updatedAt=1686886718733");
    background-repeat: no-repeat;
    background-size: cover;
}

#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
}

#pp-nav {
    display: none;
}

/* .cards {
    display: flex;
	gap: 1rem;
} */

.card-new {
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    height: 32rem;    
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 2px #ffffff80;
}

.card-news {
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    height: 32rem;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 2px #ffffff80;
    margin-bottom: 30px;
}

.card-new.one {
    /* background-image: url("https://ik.imagekit.io/hirovisual/SVAHASPA/bisma-thumbnail.webp?updatedAt=1686886466409"); */
    background-image: url("../images/card-photo/11.webp");
}

.card-new.two {
    /* background-image: url("https://ik.imagekit.io/hirovisual/SVAHASPA/kenderan-potrait.jpg?updatedAt=1686734689542"); */
    background-image: url("../../kenderan/images/card.webp");
    background-position: center;
    background-size: cover;
}

.card-new.three {
    /* background-image: url("https://svahaspa.com/assets/teges/images/avani/gallery/12.jpg"); */
    background-image: url("../../teges/images/card.webp");
    background-position: center;
    background-size: cover;
}

.card-new.four {
    /* background: url("https://ik.imagekit.io/hirovisual/SVAHASPA/slide-new1-padanglinjong.jpg?updatedAt=1705631002938"); */
    background-image: url("../../linjong/images/card.webp");
    background-position: center;
    background-size: cover;
}

.card-new.five {
    /* background: url("https://ik.imagekit.io/hirovisual/SVAHASPA/batu-bolong-new?updatedAt=1685612571016"); */
    background-image: url("../../batubolong/images/card.webp");
    background-position: center;
    background-size: cover;
}

.card-new.six {
    /* background: url("https://ik.imagekit.io/hirovisual/SVAHASPA/dedary-thumbnail-fix.jpg?updatedAt=1697191073223"); */
    background-image: url("../../dedary/images/card.webp");
    background-position: bottom center;
    background-size: cover;
}

.card-new.seven {
    background-image: url("../../nelayan/images/card.webp");
    background-position: center;
    background-size: cover;
}

.card-new.eight {
    background-image: url("../images/card-photo/111.webp");
    background-position: center;
    background-size: cover;
}

.card-new.nine {
    background: url("../../berawa/images/card.webp");
    background-position: center;
    background-size: cover;
}

.card-new.ten {
    background: url("../../seminyak/images/card.webp");
    background-position: center;
    background-size: cover;
}
.card-news.eleven {
    background: url("../../bingin/images/decor/2.webp");
    background-position: center;
    background-size: cover;
}
.card-news.twelve {
    background: url("../../celuk/images/decor/4.webp");
    background-position: center;
    background-size: cover;
}
.card-news.umalas {
    background: url("../../umalas/images/card.webp");
    background-position: center;
    background-size: cover;
}
.card-news.melasti {
    background: url("../../melasti/images/decor/3.webp");
    background-position: center;
    background-size: cover;
}
.card-news.maar {
    background: url("../../maar/images/decor/9.webp");
    background-position: center;
    background-size: cover;
}
.card-news.kelusa {
    background: url("../../kelusa/images/temporary/2.webp");
    background-position: center;
    background-size: cover;
}
.card-news.arden {
    background: url("../../arden/images/card.webp");
    background-position: center;
    background-size: cover;
}
.card-news.sanavie {
    background: url("../../sanavie/images/card.webp");
    background-position: center;
    background-size: cover;
}
.card-news.seminyak-sanctuary {
    background: url("../../seminyak-sanctuary/images/card.webp");
    background-position: center;
    background-size: cover;
}
.card-news.sanora {
    background: url("../../sanora/images/25.webp");
    background-position: center;
    background-size: cover;
}
.card-news.ajowa {
    background: url("../../ajowa/images/decor/5.jpeg");
    background-position: center;
    background-size: cover;
}
.card-news.mai-main {
    background: url("../../mai-main/images/decor/11.webp");
    background-position: center;
    background-size: cover;
}
.card-news .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.577);  /* Semi-transparent black */
}

/* Text inside the overlay */
.card-news .overlay-text {
    color: rgb(255, 255, 255);
    font-size: 23px;
    position: absolute;
    font-weight: 500;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-details {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(240, 240, 240, 0.95);
    /* //rgb(110, 199, 210) //rgba(240, 240, 240, 0.95) */
    border-top: 1px solid #fff;
    /* background-color: #ffffff10; */
    /* border-top: 1px solid #ffffff30; */
    /* border-radius: 1rem; */
    /* -webkit-backdrop-filter: blur(0.75rem); */
    /* backdrop-filter: blur(0.75rem); */
    transition: ease 0.5s;
    position: relative;
}

.card-details::after {
    content: "";
    position: absolute;
    width: 97%;
    height: 91%;
    top: 6px;
    left: 6px;
    z-index: 10;
    border: 1px solid rgb(66, 103, 112);
}

.card-details:hover {
    padding-bottom: 0.5rem;
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 1rem;
}

.card-content h4 {
    color: #323232;
    /* font-size: 1rem !important; */
    font-family: "Arsenal", sans-serif;
    margin-bottom: 0.5rem;
    margin-top: 15px;
}

.card-content p {
    color: #323232;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 12px;
}

.card-content a {
    background-image: linear-gradient(
        90deg,
        #ffffffaa 0%,
        #ffffffee 50%,
        #ffffffaa 100%
    );
    background-size: 200%;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #000000bb;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.75rem 4rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 10px -3px #00000025;
    transition: 0.5s;
}

.card-content a:hover {
    background-position: right;
}

.content-img {
    /* background: #000; */
    position: relative;
}

.img-towel {
    position: absolute;
    right: 15px;
    bottom: -120px;
    z-index: 99;
}

.img-flower {
    position: absolute;
    /* right: 15px; */
    bottom: -120px;
    z-index: 99;
}

.img-flower img {
    width: 200px;
}
.img-towel img {
    width: 300px;
}

.card-blog-title {
    font-size: 1.4rem;
    font-family: "Lustria", serif;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
}

.valentine-video{
    width: 420px;      /* ukuran portrait ideal */
    height: 660px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

@media(max-width:768px){
    .valentine-video{
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
}

