section.mainsec-crats {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}



.banner-fullsec.crafts {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.videooverlays {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}



.overlaydata {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    pointer-events: none;
}



.content-bannernew,
.text-datahere,
.video-sec {
    position: relative;
    z-index: 3;
}




.text-datahere {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    opacity: 0;
    background: var(--color-black);
}



.inside-dataaa {
    opacity: 0;
    transform: scale(0.9);
}


/* 
.video-sec {
    position: absolute;
    inset: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #3c3c3b;
    opacity: 0;
} */

.video-sec {
    position: absolute;
    inset: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden; /* Prevents background overflow during transitions */
}

.video-sec-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #3c3c3b; /* Initial starting background color */
    z-index: -1;
}

.banner-fullsec.crafts .fs-38,
.text-datahere .fs-38,
.alldataparentsss .fs-38 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}

.text-datahere .fs-38 {
    font-style: italic;
}

.content-bannernew {
    text-align: center;
}

.alldataparentsss {
    width: 100%;
    height: 100%;
    padding: 60px 0px;
}

.video-data {
    max-width: 100%;
    height: 500px;
    overflow: hidden;
    border: 5px solid var(--color-golden);
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.grid-videos {
    padding-top: 50px;
}

.video-data video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
}

.videholders {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

.videobtns {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    max-width: 50px;
    width: 100%;
    transition: 0.3s ease-in;
}

.videholders .fs-38 {
    color: var(--color-golden);
    /* text-transform: uppercase; */
    padding-bottom: 10px;
}

.videholders.active-video .videobtns {
    opacity: 0;
}

.cetera-datatss {
    opacity: 0;
    /* Hides it immediately on load */
    transform: translateX(-150px);
    /* Stages it to the left immediately */
    /* text-align: left; 
    max-width: 800px; */
}

/* Step 7: Initial state for the video blocks */
.videholders {
    opacity: 0;
    transform: translateY(80px);
    /* Pushes them down so they can slide up */
}

.alldataparentsss .swiper-button-next.swiper-button-disabled,
.alldataparentsss .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

/* .text-datasss .fs-38 {
    font-family: "Cormorant Garamond", serif;
    padding-bottom: 10px;
}

.parentsgruds-bento,
.grid-tops,
.grid-second,.bento-grids {
    display: flex;
    gap: 10px;
}

.grid-second {
    flex-direction: column;
    gap: 10px;
    max-width: 70%;
    width: 100%;
}

.grid-tops .image-imagee:first-child {
    max-width: 60%;
    width: 100%;
}

.grid-tops .image-imagee:nth-child(2) {
    max-width: 40%;
    width: 100%;
}

.parentsgruds-bento {
    max-width: 60%;
    width: 100%;
}

.image-imagee img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease-in;
}

.image-imagee:hover img {
    scale: 1.1;
}

.image-imagee {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.grif-first {
    max-width: 30%;
    width: 100%;
}

.grid-second .grid-tops:nth-child(2) {
    flex-direction: row-reverse;
}

.text-datasss {
    padding-bottom: 20px;
}

.containercustome {
    max-width: 90%;
    width: 100%;
    margin-left: auto;
} */

section.luxusry-sec {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

section.luxusry-sec::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 22%;
    background: linear-gradient(180deg, rgb(60 60 59) 0%, rgb(60 59 59 / 79%) 37.2%, #000000 100%);
    z-index: -1;
}

.text-datasss .fs-38 {
    font-family: "Cormorant Garamond", serif;
    padding-bottom: 10px;
    margin-top: 0;
}

.text-datasss {
    padding-bottom: 40px;
}

.containercustome {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
}

.parentsgruds-bento,
.grid-tops,
.grid-second,
.bento-grids {
    display: flex;
    gap: 15px;
}

/* CRITICAL: Forces elements into a horizontal row that exceeds screen width */
.bento-grids {
    flex-wrap: nowrap;
    width: max-content;
}

/* CRITICAL: Prevents boxes from shrinking and assigns a fixed viewport width */
.parentsgruds-bento {
    width: 75vw;
    flex-shrink: 0;
}

.grid-second {
    flex-direction: column;
    gap: 15px;
    max-width: 70%;
    width: 100%;
}

.grid-tops .image-imagee:first-child {
    width: 60%;
}

.grid-tops .image-imagee:nth-child(2) {
    width: 40%;
}

.grif-first {
    width: 30%;
}

.image-imagee {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;

}

.image-imagee img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

/* Hover effect: individual boxes grow slightly larger */
.image-imagee:hover img {
    transform: scale(1.1);
}

.grid-second .grid-tops:nth-child(2) {
    flex-direction: row-reverse;
}

.grid-tops .image-imagee {
    height: 300px;
    overflow: hidden;
}

.grif-first {
    height: 615px;
}

@media(max-width:1600px) {
    .video-data {
        height: 375px;

    }

    .grid-tops .image-imagee {
        height: 240px;
    }

    .grif-first {
        height: 495px;
    }
}

@media(max-width:1400px) {
    .grid-videos {
        padding-top: 20px;
    }

    .alldataparentsss {
        padding: 30px 0px;
    }

    .videobtns {
        max-width: 35px;

    }

    .video-data {
        height: 350px;
        margin-bottom: 10px;
    }

    .text-datasss {
        padding-bottom: 20px;
    }

    section.luxusry-sec {
        padding: 30px 0px !important;
    }

    .grid-tops .image-imagee {
        height: 200px;
    }

    .grif-first {
        height: 415px;
    }
}


@media(max-width:1199px) {

    section.mainsec-crats {
        min-height: auto;
    }

    .text-datahere {
        min-height: auto;
        position: static;
        opacity: 1;
    }

    .inside-dataaa {
        opacity: 1;
        scale: 1;
    }

    .banner-fullsec.crafts {
        position: relative;
        height: 600px;
        overflow: hidden;
        min-height: auto;
        padding: 20px 10px 30px 10px;
    }

    .content-bannernew {
        opacity: 1;
        transform: none;
    }


    .video-sec {
        position: static;
        inset: 0;
        min-height: auto;
        opacity: 1;
    }

    .videholders,
    .cetera-datatss {
        opacity: 1;
        transform: none;
    }

    section.luxusry-sec {
        min-height: auto;
    }

    .alldataparentsss .swiper-button-next.swiper-button-disabled,
    .alldataparentsss .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }

    .custon-btnsteams {
        margin-top: 50px;
    }
}

@media(max-width:767px) {

    .bento-grids {
        flex-direction: column;
        width: 100%;
    }

    .parentsgruds-bento {
        width: 100%;
    }

    .grif-first {
        height: auto;
        width: 100%;
    }

    .grid-tops {
        flex-direction: column;
    }

    .parentsgruds-bento {
        width: 100%;
        flex-wrap: wrap;
    }

    .grid-second,.grid-second .grid-tops:nth-child(2) {
        flex-direction: column;
        gap: 15px;
        max-width: 100%;
        width: 100%;
    }

    .grid-tops .image-imagee:first-child,.grid-tops .image-imagee:nth-child(2) {
    width: 100%;
}
    .grid-tops .image-imagee {
        height: auto;
    }

}

span.border-linesss {
    width: 100%;
    height: 4px;
    left: 0;
    background: grey;
    position: absolute;
    top:0px;
}