body {
    margin: 0;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: bolder;
    line-height: 1;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}


.navbar {
    background: black !important;
}

.logo {
    height: auto;
    max-width: 33%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.elementor-nav-menu {
    list-style: none;
    display: flex;
    ;
}
#social_side_links {
    position: fixed;
    bottom: 99px;
    padding: 0px;
    list-style: none;
    z-index: 99;
}

.elementor-nav-menu li {
    margin: 10px;
}

.elementor-nav-menu li a {
    text-decoration: none
}

.title {
    color: #ffce26;
    text-decoration: none;
}

.sec_1 {
    background-color: #000;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.gamesBox img {
    max-width: 100%;
}

.sec_overlay {
    background-color: #000;
    opacity: .45;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /* z-index: 9999; */
}

#menu-1-62f37a5 li a {
    color: white;
    font-size: 25px;
}

#menu-1-62f37a5 li a:hover {
    color: #ffc400;
    border-bottom: 2px solid #ffc400;

}

.activeManu {
    color: #ffc400 !important;
    border-bottom: 2px solid #ffc400;
}

body {
    font-family: "Racing Sans One";
}

img {
    float: left;
}

.bnr_desktop{
    display: block ;
}

.bnr_mobile{
    display: none ;
}

@media only screen and (max-width: 600px) {
    
    #menu-1-62f37a5{
        display: none;
    }

    .logo{
        max-width: 65%;
    }

    .bnr_desktop{
        display: none ;
    }

    .bnr_mobile{
        display: block ;
    }

    .col-md-3{
        width: 50% !important;
    }
    .col-md-3 img{
        max-width: 100%;
    }
}