body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'work-sans-semibold', sans-serif;
}
.img-display{
    position: relative;
}

.img-display-backdrop{
    position: relative;
    width: 100%;
    height: 560px;
    top: 0px;

}
.img-cover{
    position: absolute;
    width: 73%;
    height: 500px;
    top: 135px;
    left: 13.5%;
}


.style-footer{
    margin-top: auto; /* Push footer to the bottom */
    background: rgb(148, 188, 252);
    height: 45px;
    width: 100%;
    display: flex;
}
.style-sparkles{
    display: flex;
        margin-left: auto;
        width: 35px;
        height: 39px;
        margin-top: -40px;
}
.img-featured-box{
    position: relative;
}
.style-featured-box{
    position: relative;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 560px;
    top: 0px;
}
.intuition-featured,
.woodoo-featured{
    width: 95px;
    border-radius: 50%;
}
.shop-area-container {
    position: relative;
    /* Add any additional styling needed for the shop area container */
}
.featured-uh-oh{
    position: absolute;
    width: 150px;
    left: 50%;
    bottom: 10px;
    opacity: 1;
    transform: translate(-50%, -50%); /* Shift the element back by half its width and height */
}

.featured-coming-soon-text{
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: rgba(60, 60, 60, 0.892);
    left: 50%;
    bottom: 30px;
    transform: translate(-50%); /* Shift the element back by half its width and height */
    white-space: nowrap; /* Prevents the text from wrapping */
    overflow: hidden; /* Ensures overflow text is hidden */
   
}
.style-featured{
    position: absolute;
    top: 620px;
    left: 4.9%;
    width: 96px;
}
/* Add glowing effect to featured items */
.featured01, .featured02, .featured03,
.featured04, .featured05, .featured06,
.featured07, .featured08  {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    background-color: rgb(233, 233, 233);
    border-radius: 50%;
    text-align: center;
    margin: 0 13px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Add subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.featured01:hover, .featured02:hover{
    transform: scale(1.1); /* Slightly enlarge on hover */
    box-shadow: 0 0 30px rgba(255, 105, 180, 0.8); /* Glow effect with pink color */
}

/* Animation for glowing effect */
@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(120, 105, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgb(172, 205, 255);
    }
    100% {
        box-shadow: 0 0 5px rgba(120, 105, 255, 0.2);
    }
}

.featured01, .featured02{
    animation: glow 2s infinite ease-in-out; /* Infinite glowing animation */
}

.gameshowcase-box{
    position: absolute;
    top: 119px;
    
    width: 85vw; /* 50% of the viewport width */
    height: 600px; /* 30% of the viewport height */
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px; /* Rounded corners */
    left: 50%; /* Position 50% from the left */
    transform: translate(-50%); /* Shift the element back by half its width and height */
}
    .gameshowcase-background{
        justify-content: center; /* position items to the right of the screen*/
        align-items: center; /* align items in the center horozontaly*/
        display: flex;

       
        background-color: rgb(233, 233, 233);
        position: absolute;

        width: 85vw; /* 50% of the viewport width */
        height: 600px; /* 30% of the viewport height */
        
        border-radius: 90px; /* Rounded corners */

        

        
    }
.img-featured-backdrop{
    position: absolute;
    width: 100%;
    display: flex;
    height: 200px;
    top: 590px;
}
.display-scroll-box{
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: rgb(130, 143, 186);
    display: flex;
    top: 560.3px;
    justify-content: center;
    align-items: center;

    
}
.featured-divider {
    position: absolute; /* or 'absolute' */
    width: 95%; /* as per your existing style */
    top: 603px; /* adjust as needed */
    left: 50%; /* adjust as needed */
    border-color: rgb(71, 79, 108);
    transform: translate(-50%, -50%); /* to center it, if needed */

    
}
.shop-divider {
    
    border-color: rgba(71, 79, 108, 0.077);
    border-radius: 40%;

    border-style: solid;
    border-width: 1.5px;
    
    width: 100%; /* Ensure it has width */
    background: linear-gradient(
        to right, 
        rgba(71, 79, 108, 0), 
        rgba(71, 79, 108, 0.077) 15%, 
        rgba(71, 79, 108, 0.077) 85%, 
        rgba(71, 79, 108, 0)
    );


}
.body-text-shop{
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
}
.featured-container{
    position: absolute;
    top: 665px;
    height: 108px; /* 30% of the viewport height */
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%; /* Position 50% from the left */
    transform: translate(-50%); /* Shift the element back by half its width and height */
    
}
.featured01, .featured02, .featured03,
.featured04, .featured05, .featured06,
.featured07, .featured08{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    background-color: rgb(233, 233, 233);
    border-radius: 50%;
    text-align: center;
    margin: 0 13px; /* Adds some space between the items */
}
.scroll-center-container{
    display: flex;
    justify-content: center; /* Spacing out the child elements */
    align-items: center;
    width: 150px; /* Adjust the width as needed */
    /* Adding transform for precise centering */ 
}
#leftDisplayBtn:hover, #rightDisplayBtn:hover {
    opacity: 0.5;
}
.gameshowcase-background img {
    max-width: 100%; /* Adjust as needed */
    max-height: 500px; /* Adjust as needed */
    width: auto; /* Maintain aspect ratio */
    height: auto; /* Maintain aspect ratio */
}
.site-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Large screens: all featured items visible */
@media screen and (min-width: 1300px) {
    .featured01, .featured02, .featured03, .featured04, .featured05, .featured06, .featured07, .featured08 {
        display: flex;
    }
}

/* Medium screens: hide featured07 and featured08 */
@media screen and (max-width: 1299px) {
    .featured07, .featured08 {
        display: none;
    }
}

/* Smaller screens: hide featured06, featured07, and featured08 */
@media screen and (max-width: 1030px) {
    .featured06, .featured07, .featured08 {
        display: none;
    }
}

/* Smaller screens: hide featured05 to featured08 */
@media screen and (max-width: 880px) {
    .featured05, .featured06, .featured07, .featured08 {
        display: none;
    }
}

/* Extra small screens: only featured01 to featured04 visible */
@media screen and (max-width: 750px) {
    .featured04, .featured05, .featured06, .featured07, .featured08 {
        display: none;
    }
}
/* Extra small screens: only featured01 to featured04 visible */
@media screen and (max-width: 650px) {
    .featured02, .featured03, .featured04, .featured05, .featured06, .featured07, .featured08 {
        display: none;
    }
}





