@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p ul,
li,
a,
span,
p,
label,
ol {
    margin: 0 ;
    padding: 0 ;
}

/* ::selection {
    user-select: none;
} */

.logo img{
    width: 150px;
}
a {
    text-decoration: none;
}

#home {
    position: relative;
    /* font-family: "Josefin Sans", sans-serif; */
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;

}


body::-webkit-scrollbar {
    display: none;
}

.container {
    max-width: 1250px !important;
    width: 100%;
    margin: auto;
    padding: 0 10px;
    position: relative;
}

.navbar {
    top: 0;
    width: 100%;
    padding: 60px 10px 20px 10px;
}

.navbar ul li {
    margin: 0 10px !important;
}

.navbar ul li:last-child {
    margin: 0 !important;
}

.navbar ul li a {
    color: #0F110F;
    font-size: 18px;
    position: relative;
    width: fit-content;
    font-weight: 500;
    padding: 5px 15px !important;
    border-radius: 20px;
}



.navbar ul li a.active_link {
    background-color: #8E2DE2;
    color: #fff;

}

.navbar ul li a:hover::before {
    width: 100%;
}



/* banner css  */

.home .banner {
    background-image: url(.././images/homebanner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 341px;
    width: 100%;
    border-radius: 40px;
    position: relative;
    padding: 30px;
}

.home .banner .content {
    max-width: 550px;
    width: 100%;
    padding: 25px;
    background-image: url(.././images/Insidebanner.png);
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 20px;
}


.expore_btn {
    background-color: #EB4E38;
    color: #FFFFFF;
    width: 177px;
    position: absolute;
    bottom: -24px;

    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    border: 0;
    outline: none;
    border-radius: 15px;
    font-size: 21px;
}




.home .banner .content h1 {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
}

.home .banner .content p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.heading h1 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 20px;
}

.grid_box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.grid_box .box {
    max-width: 216px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid transparent;
    overflow: hidden;
}

.grid_box .box .img_box {
    height: 258px;
}

.grid_box .box .img_box img {
    width: 100%;
    height: 100%;
}


.grid_box .box .content_box {
    background-color: #F8F8F8;
    padding: 10px 15px;
}

.grid_box .box .content_box h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

.grid_box .box:hover .content_box {
    background-color: #fff;
}

.grid_box .box:hover {
    border-color: #8E2DE2;
}

.newly_game .newly_game_box {
    background-color: #F8F8F8;
    padding: 20px;
    max-width: 502px;
    width: 100%;
    height: 426px;
    border-radius: 30px;
}

.newly_game .newly_game_box .img_box {
    max-width: 424px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 328px;
}

.newly_game .newly_game_box .img_box img {
    width: 100%;
    height: 100%;
}

.newly_game .newly_game_box .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;

}

.newly_game .newly_game_box .content h3 {
    font-size: 21px;
    font-weight: 700;
}

.newly_game .horizantal_box {
    background-color: #F8F8F8;
    padding: 15px;
    border-radius: 30px;
    max-width: 693px;
    display: flex;
    width: 100%;
    height: 272px;

}

.newly_game .horizantal_box .content {
    width: 265px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.newly_game .horizantal_box .content h3 {
    font-size: 21px;
    font-weight: 700;
}

.star_btn {
    background-color: #FEBF29;
    border-radius: 50px;
    width: 72px;
    height: 22px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
}

.newly_game .horizantal_box .img_box {
    max-width: 400px;
    width: 100%;
    height: 242px;
}

.newly_game .horizantal_box .img_box img {
    width: 100%;
    height: 100%;
}

.classic_game .grid_box .box:nth-child(1),
.classic_game .grid_box .box:nth-child(8) {
    max-width: 448px;
}


.top_rated_game .grid_box .box {
    max-width: 373px !important;
    height: auto;
    background-color: #fff;

}


.top_rated_game .grid_box .content {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.top_rated_game .grid_box .content h3 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 21px;
    color: #000;
}


footer {
    width: 100%;
    min-height: 394px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-color: #fff;
}

footer .content p {
    font-size: 17px;
    color: #676666;
}


footer .content .social {
    display: flex;
    gap: 15px;
    align-items: center;
}

footer .content ul li {
    margin: 5px 0;
    list-style: none;
}

footer .content ul li a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

footer .content ul {
    padding: 0;
}


footer .right_side {
    height: 100%;
    display: flex;
    align-items: end;
}

footer .back_btn {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #8E2DE2;
}

footer .row {
    width: 100%;
}

footer .back_btn img {
    width: 20px;
}

@media(max-width:768px) {
    .banner .content h1 {
        font-size: 34px !important;
        line-height: 38px !important;
    }

    footer .right_side {
        margin-top: 15px;
    }

    .top_rated_game .grid_box .box {
        max-width: 300px !important;
    }

    .heading h1 {
        font-size: 37px;
    }

    .newly_game .horizantal_box {
        flex-direction: column;
        height: auto;
    }

    .newly_game .horizantal_box .content {
        flex-direction: row;
        width: 100%;
        align-items: center;
        padding: 8px 0 0 0;
        justify-content: space-between;
    }

    .newly_game .horizantal_box .content h3 {
        margin-bottom: 0;
        font-size: 19px;
    }

    .top_rated_game .grid_box .content h3 {
        font-size: 19px;
    }

}

@media(max-width:575px) {
    .heading h1 {
        font-size: 26px;
    }

    footer .content p {
        font-size: 13px;
        color: #676666;
    }
}

@media(max-width:991px) {
    #home {
        margin-top: 150px;
    }

    .navbar {
        padding: 15px 0;
        margin: auto;
        position: fixed;
        z-index: 999;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        background: rgb(253, 185, 155);
        background: linear-gradient(140deg, rgba(253, 185, 155, 0.984928077676383) 0%, rgba(207, 139, 243, 1) 43%, rgba(167, 112, 239, 1) 100%);

    }

    .navbar .navbar-nav {
        padding: 20px 0 0 0;
    }

    .navbar ul li a {
        font-size: 15px;
    }

    .navbar .navbar-nav .nav-item {
        margin: 5px 0 !important;
    }

    .navbar .navbar-toggler-icon {
        background-image: url(../images/menu.svg);
    }

    .navbar .navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../images/close.svg);
        scale: 0.8;
    }

    .navbar-toggler {
        border: 0 !important;
    }




}


/* personalise   */

#personalise {
    position: relative;
    /* font-family: "Josefin Sans", sans-serif; */
    background-image: url(../images/personaliseBG.png);
    background-size: cover;
    background-repeat: no-repeat;

}

.personalise{
    height: 100vh;
display: flex;
align-items: center;
justify-content: center;
    padding: 50px;

}
.personalise .head{
    margin-bottom: 100px;
    text-align: center;
}

.type_box{
    margin: 50px 0;
    padding: 40px;
    background-color: #F8F8F8;
}

.type_box h1{
    color: #000000;
    font-size: 35px;
    font-weight: 700;
}

.type_box  p{
    font-size: 22px;
    font-weight: 400;
    margin: 10px ;
    color: #5D5E5D;

}


.personalise .type_box .grid_box .box{
    width: 223px;
    height: 160px;
    cursor: pointer;
    border: 2px solid transparent;
}

.personalise .type_box .grid_box .box.selected{
    border-color: #8E2DE2;
}

.personalise .type_box .grid_box .box .img_box {
    height: 100%;
    width: 100%;
}
.personalise .type_box .grid_box .box .img_box img{
    object-fit: contain;
}
.personalise .type_box .grid_box{
    margin: 40px 0;
}
.personalise .type_box .button_box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: end;
}
.personalise .type_box .button_box button{
    padding: 10px 10px;
    border-radius: 32px;
    border: 0;
    font-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #5D5E5D;
    color: #fff;
    font-weight: 700;
    pointer-events: none;
    
}


.personalise .type_box .button_box button a{
    color: #fff;
    display: inline;
    padding: 10px 30px;
}

.personalise .type_box .button_box button.active{
    background-color: #8E2DE2;
    pointer-events: all;
}

@media(max-width:1200px){
    .personalise{
    height: auto;
    }
}

@media(max-width:991px){
    .type_box h1 {
        font-size: 27px;
    }
    .type_box  p {
        font-size: 17px;
    }
    .personalise .type_box .button_box button {
        font-size: 18px;
        
        white-space: nowrap;
    }
    .personalise .type_box .button_box {
        justify-content: center;
    }
}

@media(max-width:768px){
    .type_box {
        padding: 20px;
    }
    .type_box h1 {
        font-size: 22px;
    }
    .type_box  p {
        font-size: 15px;
    }
}


@media(max-width: 482px){
    .grid_box .box {
        max-width: 150px;
    }
    .grid_box {
        gap: 15px;
    }
    .grid_box .box .img_box {
        height: 180px;
    }
    .newly_game .newly_game_box .img_box{
        height: 250px;
    }
    .newly_game .newly_game_box .content {
   
        height: auto;
        padding-top: 13px;
    }
    .newly_game .newly_game_box{
        height: auto;
    }
}

@media(max-width: 350px){
    .grid_box .box {
        max-width: 120px !important;
    }
    
    .grid_box .box .img_box {
        height: 120px;
    }
}