﻿@media only screen and  (max-height: 600px) {
    .HomeCatSection {
        width: 90vw;
        margin: 0 auto;
    }

    .HomeHeaderBackGround {
        height: 36vh;
        width: 102%;
        position: absolute;
        margin-top: -9%;
        margin-left: -1.1%;
    }

    .deviceWiseHeight1 {
        height: 302px;
    }

    .HomeTopG {
        width: 100%;
    }

    .HomeTournamentG {
        width: 100%;
    }

    .HomeFreeG {
        width: 100%;
    }

    .HomeUpperTournamentImage {
        content: url("../Assets/test2.png");
        height: 32vh;
        width: auto;
        margin-left: -8%;
        margin-top: 20px;
    }

    .HomeUpperTournamentKhelunImage {
        width: 87%;
        margin-left: -7%;
        margin-top: 8%;
    }

    .HomeFooterHiddendiv {
        height: 30px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 360px) and (min-height: 800px) and (max-height: 800px) {

    .HomeHeaderBackGround {
        height: 42vh;
        width: 102%;
        position: absolute;
        margin-top: -9%;
        margin-left: -1.1%;
    }

    .deviceWiseHeight1 {
        height: 347px;
    }

    .grid-container {
        margin-left: -3%;
    }

    .HomeTopG {
        width: 120%;
    }

    .HomeTournamentG {
        width: 120%;
    }



    .HomeFreeG {
        width: 120%;
    }

    .HomeUpperTournamentImage {
        content: url("../Assets/test.png");
        height: 39vh;
        width: auto;
        margin-left: -8%;
        margin-top: 30px;
    }

    .HomeUpperTournamentKhelunImage {
        width: 88%;
        margin-left: -7%;
        margin-top: 13%;
    }

    .HomeFooterHiddendiv {
        height: 75px;
    }
}

@media only screen and (min-height: 601px) and (max-height: 700px) {


    .HomeHeaderBackGround {
        height: 46vh;
        width: 102%;
        position: absolute;
        margin-top: -9%;
        margin-left: -1.1%;
    }

    .deviceWiseHeight1 {
        height: 302px;
    }

    .HomeTopG {
        width: 100%;
    }

    .HomeTournamentG {
        width: 100%;
    }

    .HomeFreeG {
        width: 100%;
    }

    .HomeUpperTournamentImage {
        content: url("../Assets/test.png");
        height: 40vh;
        width: auto;
        margin-left: -8%;
        margin-top: 20px;
    }

    .HomeUpperTournamentKhelunImage {
        width: 87%;
        margin-left: -7%;
        margin-top: 8%;
    }
    .HomeFooterHiddendiv {
        height: 30px;
    }

}
@media only screen and (min-height: 701px) and (max-height: 915px) {

    .HomeHeaderBackGround {
        height: 43vh;
        width: 102%;
        position: absolute;
        margin-top: -9%;
        margin-left: -1.1%;
    }
    .deviceWiseHeight1 {
        height: 347px;
    }

    .grid-container {
        margin-left: -3%;
    }

    .HomeTopG {
        width: 120%;
    }

    .HomeTournamentG {
        width: 120%;
    }

    .HomeFreeG {
        width: 120%;
    }

    .HomeUpperTournamentImage {
        content: url("../Assets/test.png");
        height: 40vh;
        width: auto;
        margin-left: -8%;
        margin-top: 20px;
    }

    .HomeUpperTournamentKhelunImage {
        width: 88%;
        margin-left: -7%;
        margin-top: 13%;
    }

    .HomeFooterHiddendiv {
        height: 30px;
    }

}




/*@media only screen and (min-width: 391px) and (max-width: 415px) {
    .Cat1 {
        content: url('../Assets/Category.svg');
        width: 23vw;
    }
    .Cat2 {
        content: url('../Assets/Top Games.svg');
        width: 23vw;
    }

    .Cat3 {
        content: url('../Assets/Gamestar Icons 2/Free Games.png');
        width: 23vw;
    }

    .Cat4 {
        content: url('../Assets/Happy Hour.svg');
        width: 23vw;
    }

    .Adventure {
        content: url('../Assets/Gamestar Icons 2/Adventure.svg');
        height: 3rem;
    }

    .Arcade {
        content: url('../Assets/Gamestar Icons 2/Arcade.svg');
        height: 3rem;
    }

    .Puzzle {
        content: url('../Assets/Gamestar Icons 2/Puzzle.svg');
        height: 3rem;
    }

    .Shooter {
        content: url('../Assets/Gamestar Icons 2/Shooter.svg');
        height: 3rem;
    }

    .Sports {
        content: url('../Assets/Gamestar Icons 2/Sports.svg');
        height: 3rem;
    }
}*/

/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (min-width: 600px) {
    .Cat1 {
        content: url('../Assets/Category.png');
    }
}*/

/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width: 768px) {
    .Cat1 {
        content: url('../Assets/Category.png');
    }
}*/

/* Large devices (laptops/desktops, 992px and up) */
/*@media only screen and (min-width: 992px) {
    .Cat1 {
        content: url('../Assets/Category.png');
    }
}*/

/* Extra large devices (large laptops and desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) {
    .Cat1 {
        content: url('../Assets/Category.png');
    }
}*/
