*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Realce;
    src: url("../fonts/Realce-Black-v0.006.otf") format("opentype");
}

body{
    background-color: #F1F0E9;
}

.dark-bg{
    background-color: #3F3A3A !important;
}

.nav-link{
    color: #F1F0E9 !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}


.w-fit{
    width: fit-content;
}

.fs-12{
    font-size: 12px;
}

.heading{
    /* background-color: #F1F0E9 ; */
    color: #594F4F;
    font-family: Realce;
    /* font-weight: 600; */
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.aspect-ratio-1{
    aspect-ratio: 1/1;
    width: 100%;
}

.game-name-box{
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 2;
}

.game-icon{
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.game-icon-2{
    width: 64px;
    height: 48px;
    border-radius: 12px;
}

.game-bg{
    aspect-ratio: 3/2;
    border-radius: 10px;
    transition: .7s;
}

.cust-card:hover .game-bg{
    transform: scale(1.1);
    transition: .7s;
}

.light-bg{
    background-color: #5f5b5b17;
}

.gap-y-5{
    gap: 20px 0;
}

.cust-card{
    display: block;
    border-radius: 10px;
    overflow: hidden;
   
}


.cust-card:hover{
    outline:1px solid #F1F0E94f;
    box-shadow: 0 0 10px #0a0a0a40;
}


.cust-card-1{
    color: black !important;
}

.cust-card-1:hover{
    background-color: rgba(92, 92, 92, 0.096);
    border-radius: 10px;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 15px;
    background-color: #594F4F;
    color: white;
    padding: 7px 11px;
    border-radius: 100%;
    box-shadow: 0 0 8px #0000009e;
}
.swiper-button-prev:after, .swiper-button-prev:after {
    content: 'prev';
    font-size: 15px;
    background-color: #594F4F;
    color: white;
    padding: 7px 11px;
    border-radius: 100%;
    box-shadow: 0 0 8px #0000009e;
}



.card-2{
    background-color: rgba(92, 92, 92, 0.096);
}
.card-2:hover{
    background-color: rgba(92, 92, 92, 0.212);
}

.Clsn52HE2ZzhoBMbiAF6{
    width: 100%;
    height: 70vh;
}

.game-iframe-box iframe{
    width: 100%;
    height: 100vh;
}

.injected-svg{
    width: 35px;
    height: 35px;
}

.logo{
    width: 150px;
}

.navbar-toggler:focus{
    border: none !important;
    box-shadow: none !important;
}

.cust-black{
    background-color: #191919;
}




@media (max-width:992px){

    .w-md-100{
        width: 100%;
    }
}
@media (max-width:768px){
    .heading {
        font-size: 25px;
    }

    .injected-svg{
        width: 20px;
        height: 20px;
    }
    .w-md-100{
        width: 100%;
    }
}