@media (max-width: 768px) {
    .carousel-position {
        object-position: 50% 72%;
    }
}

@media (max-width: 576px) {
    .carousel-position {
        object-position: 50% 72%;
    }
}

body::-webkit-scrollbar {
    width: 10px;
    background: rgb(56, 56, 56);
}
  
body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

#gamelist::-webkit-scrollbar {
    display: none;
}

.point-none {
    pointer-events: none;
}

.point-enable {
    pointer-events: all;
}

.header-text {
    font-family: "Figtree", serif;
}

.header-listgame {
    font-family: "Outfit", serif;
}

.nav-logo {
    position: relative;
    bottom: 1px;
}

.nav-sticky {
    z-index: 100;
    position: fixed;
    top: -1px;
    left: 0;
}

.splash {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    /* background-image: url('https://i.ibb.co.com/N2bpYqW/splash-bg-in.png');
    background-repeat: no-repeat;
    background-position: 42% center;
    background-size: cover;
    background-attachment: fixed; */
    background-color:#222831;;
    transition: 1s;
}

.splash-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    display: flex;          
    justify-content: center;
    align-items: center;
}

.splash-logo {
    /* position: absolute; */
    display: inline-block;
    bottom: -20px;
    opacity: 1;
}

.splash-logo.active {
    bottom: 0;
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.splash-logo.fade {
    bottom: 150px;
    opacity: 0;
    transition: ease-in-out 0.5s;
}

.bottom-effect {
    width: 100%;
    height: 240px;
    position: absolute;
    top: 50%;
}
  
.bottom-effect video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: screen;
    z-index: -1;
}

.homeland-mob-bg {
    width: 100%;
    height: 100vh;
    position: relative;
    pointer-events: none;
    z-index: -2;
    overflow: hidden;
    background: url("../img/main_mobile_wp.png") no-repeat center;
    background-size: cover;
}

.homeland-mob-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desc-homeland-mob {
    font-family: 'REM', serif;
    font-weight: 500;
}

.text-hov {
    color: white;
}

/* .bg-gamenu {
    background-image: url(../img/5222953.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 110vh;
    margin: 0;
    padding: 0;
    position: sticky;
} */

#carouselExampleSlidesOnly .carousel-inner,
#carouselExampleSlidesOnly .carousel-item,
#carouselExampleSlidesOnly{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.carousel-position {
    object-position: 80% center;
}

/* Overflow controls */

.custom-scroll {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.custom-scroll::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
} 