body {
    margin: 0px;
    background-image: url("../../asset/images/bg.png") !important;
    background-repeat: no-repeat;
}
/*
.image-logo {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.image-logo {
    position: absolute; /* Position it absolutely */
    top: 10px; /* Adjust the top position */
    left: 50px; /* Adjust the left position */
    width: 280px; /* Set the desired width */
    height: auto; /* Maintain aspect ratio */
}

.image-logo img {
    width: 120%; /* Make the image fill the container */
    height: auto; /* Maintain aspect ratio */
}

.navi {
    display: flex;
    justify-content: flex-end; /* Aligns items to the right */
    align-items: center;
}

div {
    /* border: 5px solid red; */
    padding: 5px;
  }

/* CUSTOM HEADER */

.full-screen-video {
    width: 97%; 
    height: auto;
    display: none;
}

.gencys-stories-title {
    display: flex;
    justify-content: center;
    align-items: center;

    h1 {
        color: var(--bdazzled-blue);
        font-family: var(--font-family-montserrat);
        font-size: 4rem !important;
        font-weight: 700;
        text-shadow: 0px 4px 4px #00000040;
    }
}

.gencys-stories {
    width: 100%; /* Full width for the container */
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents line breaks, keeping content on a single line */
}

.gencys-stories img {
    display: inline-block; /* Ensures the image stays inline for scrolling */
    max-width: none; /* Prevents the image from shrinking to fit the container */
}

.gencys-stories::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */
}




/* .gencys-stories-title {
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--bdazzled-blue);
    font-family: var(--font-family-montserrat);
    font-size: 4rem !important;
    font-weight: 700;
    text-shadow: 0px 4px 4px #00000040;
} */

/* .video-container {
    position: relative;
    width: 100%;
    text-align: center;
}

.full-screen-video,
.video-thumbnail {
    width: 80%;
    height: auto;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
} */





.v1266_1553 {
    height: 700px;
    background-position: center bottom;
    top: 0px;
}
.v1266_1556 {
    top: 25px;
    left: 55px;
}
.v1266_1572 {
    position: absolute;
    left: 3%;
    width: 94%;
    top: 155px;
}
.my-gencys-story {
    left: 10px;
    /* width: 87% !important; */
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* .v1266_1816 {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.v1266_1816 {
    left: 0px;
}
.v1266_1816 > div {
    box-shadow: none;
} */
.v1266_1613 {
    font-weight: bolder;
    width: 100%;
    left: 0;
    text-align: center;
}