body {
    margin: 0px;
    font-family: 'Work Sans', sans-serif;
}

h1,
h2,
h3 {
    margin: 0;

}

li {
    list-style: none;
    color: white;
    font-family: Work Sans;
}

.btn-primary {
    background: #F948B2;
    text-transform: uppercase;
    border-radius: 48px;
    border: 0;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    padding: 21px 40px;
    margin: 10px;
}

/* nav styles */

.header {
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}



nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Work Sans;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nav-title-text {
    text-align: center;
    font-family: Work Sans;
    font-size: 45px;
    font-style: normal;
    display: flex;
    font-weight: 700;
    line-height: normal;
    align-items: center;
}

nav>ul {
    display: flex;
    align-items: center;
    color: #3C354F;
    text-align: center;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

nav li {
    list-style: none;
    margin-right: 50px;
}

nav a {
    text-decoration: none;
    color: #474747;
}

.nav-right {
    background: rgba(11, 2, 35, 0.10);
    width: 190px;
    height: 40px;
    color: #3C354F;
    gap: 10px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

/* top part */

.toppart {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.toppart-content {
    width: 901px;
    height: 700px;
    background-image: url(images/Group\ 14.png);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;

}

.toppart-img {
    width: 901px;
    height: 700px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.toppart-img img {
    width: 60%;
}

.goat {
    font-size: 95px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #F948B2 0%, #8758F1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}






.banner {
    padding: 30px 30px 0px 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 1920px;
    height: 5927px;
}

.banner-content {
    max-width: 500px;
    background-image: url("/images/Group\ 14.png");
}

.banner .profile-pic {
    width: 500px;
}

.banner-text1 {
    font-size: 45px;
    color: #474747;
    margin-bottom: 0;
}

.banner-GOAT {
    font-size: 85px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 20px;
}

/* We are gamer */
.wearegamer {
    background: linear-gradient(90deg, rgba(255, 66, 165, 0.03) 0%, rgba(255, 66, 165, 0.03) 100%);
    display: flex;


    margin-bottom: 100px;
    padding: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;

}

.wearegamer-right {
    text-align: right;
}

.wearegamer-heading1 {
    text-align: right;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, #F948B2 0%, #8758F1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wearegamer-bottom-desc {
    color: #534C64;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

}

.wearegamer-bottom-text {
    color: #534C64;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;

}

/* We are gamer end*/

/* Online Games Funny Videos */
.onlinegamesfunny {
    margin-bottom: 150px;
}

.onlinegamesfunny-title {
    background: linear-gradient(180deg, #F948B2 0%, #8758F1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.onlinegamesfunny-text {
    color: #534C64;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.onlinegamesfunny-images {
    display: flex;
    justify-content: center;

}

.onlinegamesfunny-box {
    width: 342px;
    height: 400px;
    margin: 16px;
}


.onlinegamesfunny-thumbnails {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.onlinegamesfunny-thumbnails::before {
    content: '\f04b';
    /* Unicode for play icon, you can change it to any other icon you like */
    font-family: 'Font Awesome 6 free'
        /* or any other icon font you're using */
    ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.2s ease;
    font-weight: 900;
}

.onlinegamesfunny-thumbnails:hover {
    opacity: 1;
    border: 3px solid #F948B2;
}


.onlinegamesfunny-thumbnails:hover::before {
    opacity: 1;
}


.onlinegamesfunny-caption {
    color: #534C64;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

/* Online Games Funny Videos end */


/* play instant */


.playinstant2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 100px;

}

.playinstant2-left {
    width: 50%;
    text-align: center;
    padding-right: 50px;
}

.playinstant2-left-title {
    font-family: Work Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 125% */
    background: linear-gradient(180deg, #F948B2 0%, #8758F1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.playinstant2-left-text {
    color: #534C64;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */

}


.playinstant2-img {
    width: 50%;
    text-align: left;
}


.playinstant2-img-bottom {
    border-radius: 8px;
    color: #FFF;
    width: 340px;
    text-align: center;
    position: relative;
    bottom: 250px;
    left: 550px;
}



/* career */

.careers {
    display: flex;
    fill: rgba(255, 255, 255, 0.10);
    background: linear-gradient(90deg, #FF42A5 0%, #FF42A5 100%);

}

.careers-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 150px;
    width: 50%;

}

.careers-title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;

}

.careers-text {
    color: #FFF;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.careers-img {
    justify-content: center;
    display: flex;
    align-items: center;

}



.career-text1 {
    text-align: left;
}

.career-text2 {
    text-align: right;
}


/* Game categories */

.gamescategoriessection {
    margin: 100px;

}

.gamescategories {
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.gamescategories a {
    color: black;
}

.cat-icon-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0% 15%;
    color: #0B0223;
    justify-content: center;
    
}

.cat-icon-box a {
    color: #0B0223;
}

.cat-item {
    width: 250px;
    height: 100px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.cat-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;

}

.cat-icon:hover {
    border-radius: 50px;
    margin: calc(100% -2px);
    border: 1px solid #FF42A5;
    color: #FF42A5;
}


.gamescategories-text {
    color: #0B0223;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}



/* footer area */
.footer {
    background-color: #0B0223;
    color: white;
    text-align: center;
    display: grid;
    padding: 100px 0px;
    gap: 30px 0px;
    align-content: space-evenly;
}



.bottom-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0% 15%;
    color: #0B0223;
    justify-content: center;
    
}

.bottom-menu a {
    color: white;
}

.bottom-nav-item{
color:white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.bottom-nav-item2{
    color:rgba(255, 255, 255, 0.60);
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

.bottom-nav-item a{
    color:white;
    }

    .bottom-nav-item2 a{
        color:rgba(255, 255, 255, 0.60)
        }

.footer ul, a {
    display: flex;
    color: #FFF;
    gap: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.copyrighttext1 a {
    display: flex;
    color: rgba(255, 255, 255, 0.60);
    gap: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.copyrighttext {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: auto;
    margin: 20px;
}





/* mobile small device  */

@media screen and (max-width: 576px) {

    .header,
    nav>ul,
    .onlinegamesfunny-images,
    .careers {
        flex-direction: column;
        height: auto;
    }
    .header{
        width: auto;
    }
    nav>ul{
        padding-inline-start: 0;
    }
    nav li{
        margin: 10px;
    }

    .playinstant2 {
        margin-bottom: 200px;
    }

    .toppart,
    .wearegamer,
    .playinstant2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .playinstant2 {
        padding: 0px 20px;
    }

    .goat {
        font-size: 65px;
        text-transform: uppercase;
        background: linear-gradient(180deg, #F948B2 0%, #8758F1 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    

    .toppart-img,
    .toppart-content,
    .wearegamer,
    .onlinegamesfunny-box,
    .careers-content {
        width: auto;
        height: auto;
    }

    .toppart-content {
        padding: 20px;
    }

    .wearegamer {
        flex-direction: column;
        padding: 20px;
    }

    .wearegamer-left img {
        width: 100%;
    }

    .onlinegamesfunny-box {
        text-align: center;
    }







    .playinstant2-img-bottom {
        border-radius: 8px;
        color: #FFF;
        width: 340px;
        text-align: center;
        position: relative;
        bottom: auto;
        left: auto;
    }

    .playinstant2-img {
        width: auto;
        text-align: center;
    }

    .playinstant2-img img {
        width: 90%;
    }

    .playinstant2-left {
        width: auto;
        text-align: center;
        padding-right: unset;

    }

    .careers-img img {
        width: 80%;
        margin: 40px;
    }

    .careers-content {
        padding: 50px 40px;
    }

    .careerlist {
        display: flex;
        flex-direction: column;
    }

    .career-text2 {
        text-align: left;

    }

    .gamescategoriessection {
        margin:100px 10px;
    }

    .cat-icon {
        padding: unset;
    }
    .cat-icon-box {
        display: grid;

        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        color: #0B0223;
        margin: 5px;
        justify-items: start;
    }
    
    .cat-item{
        width: auto;
        border:unset;

    }

    .onlinegamesfunny {
        margin-bottom: 100px;
    }

    .wearegamer-right {
        text-align: center;
    }

    .wearegamer-heading1, .wearegamer-bottom-desc, .wearegamer-bottom-text {
        text-align: center;
    }
    .wearegamer-heading1{
        font-size: 40px;
    }

}


/* tablet device  */

@media screen and (min-width:577px) and (max-width: 960px) {

    .header,
    nav>ul,
    .onlinegamesfunny-images,
    .careers {
        flex-direction: column;
        height: auto;
    }

    nav>ul{
        padding-inline-start: 0;
    }
    nav li{
        margin: 10px;
    }

    .playinstant2 {
        margin-bottom: 200px;
    }

    .toppart,
    .wearegamer,
    .playinstant2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .playinstant2 {
        padding: 0px 20px;
    }



    .toppart-img,
    .toppart-content,
    .wearegamer,
    .onlinegamesfunny-box,
    .careers-content {
        width: auto;
        height: auto;
    }

    .toppart-content {
        padding: 30px 10px;
    }

    .wearegamer {
        flex-direction: column;
        padding: 20px;
    }

    .wearegamer-left img {
        width: 100%;
    }

    .onlinegamesfunny-box {
        text-align: center;
    }


    .playinstant2-img-bottom {
        border-radius: 8px;
        color: #FFF;
        width: 340px;
        text-align: center;
        position: relative;
        bottom: auto;
        left: auto;
    }

    .playinstant2-img {
        width: auto;
        text-align: center;
    }

    .playinstant2-img img {
        width: 90%;
    }

    .playinstant2-left {
        width: auto;
        text-align: center;
        padding-right: unset;

    }

    .careers-img img {
        width: 80%;
        margin: 40px;
    }

    .careers-content {
        padding: 50px 40px;
    }

    .careerlist {
        display: flex;
        flex-direction: column;
    }

    .career-text2 {
        text-align: left;

    }

    .gamescategoriessection {
        margin:100px 10px;
    }

    .cat-icon {
        padding: unset;
    }
    .cat-icon-box {
        display: grid;

        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        color: #0B0223;
        margin: 5px;
        justify-items: self-start;
    }
    
    .cat-item{
        width: auto;
        border:unset;

    }

    .onlinegamesfunny {
        margin-bottom: 100px;
    }

}
