/* common shared files */
body {
    font-family: 'Work Sans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100vw;
}

.pink-color {
    color: rgba(255, 66, 165, 100%);
}

.blue-color {
    color: rgba(11, 2, 35, 100%);
}

.gradient-color {
    background-image: linear-gradient(to bottom, #F948B2, #8758F1);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.btn-primary {
    background-color: #F948B2;
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    border: none;
    padding: 16px 35px;
    border-radius: 40px;
    margin-top: 1.3rem;
}





/* header related style */
/* Nav related style */
nav {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
}

.gamer-logo {
    align-items: center;
    justify-content: center;
}

.logo {
    margin-right: 1.2rem;
}

.logo-heading {
    font-size: 2.7rem;
}

nav>ul,
nav>div {
    display: flex;
}

ul {
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
}

ul li {
    list-style: none;
    margin-right: 20px;
}

ul>li a {
    text-decoration: none;
    margin: 5px 15px;
    color: #3C354F;
}

.nav-button {
    display: flex;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    padding: 3px 20px;
    border-radius: 8px;
    align-items: center;
}

button>p {
    margin-left: 10px;
    margin-right: 5px;
}

.youtube-icon {
    width: 1.6rem;
    margin: 4px 10px;
}

.tiktok-icon {
    width: 1.6rem;
    margin: 4px 10px;
}





/* banner related style */
.banner-section {
    background-image: url(..//images/Group\ 14.png);
    background-repeat: no-repeat;
    background-size: 50%;
}

.play-section {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    justify-content: space-between;
}

.banner-description {
    display: flex;
}

.banner-description>i {
    margin-right: 1rem;
    color: #F948B2;
    padding-top: 0.3rem;
}

.click-instant-play {
    margin-top: 2rem;
}

.banner-description>p {
    font-size: 1.2rem;
    margin-top: 0;
}

.play-like-section {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 140px;
    margin-left: 0;
}

.play-like-goat-section {
    font-size: 6rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.btn-bg-color {
    background-color: #4EC5F7;
    margin-left: 1rem;
}




/* main related style */
/* We are gamer related style */
.we-are-gamer-section {
    background-color: rgb(255, 66, 165, 3%);
}

.gamer-section {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
}

.gamer-section>img {
    margin-top: 4rem;
}

.gamer-section-heading {
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 5rem;
}

.gamer-section-description {
    font-size: 1.2rem;
    color: #534C64;
    margin-left: 5rem;
}

.right-align {
    text-align: end;
    margin-top: 2rem;
}

.our-purpose {
    font-size: 1.3rem;
    color: #534C64;
    margin-top: 1.5rem;
}

.unleash-the-gamer {
    font-size: 1.2rem;
    font-weight: 700;
}




/* online games and funny videos related style */
.online-game-and-funny-videos-section {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 100px;
    overflow-x: hidden;
}

.online-game-heading {
    font-size: 3rem;
    margin-bottom: 0;
    text-align: center;
}

.online-games {
    color: #0B0223;
}

.online-game-heading-description {
    color: #534C64;
    font-size: 1rem;
    margin-bottom: 2.7rem;
    text-align: center;
}

.funny-videos-section {
    display: flex;
    justify-content: space-between;
}

.play-game>p {
    width: 20rem;
    font-size: 0.8rem;
    color: #534C64;
}




/* hover-related syle */
.play-game-hover {
    position: relative;
    margin: 0;
    padding: 0;
    border: 5px solid transparent;
}

.hover-item {
    position: absolute;
    height: 100%;
    display: none;
    margin: 0;
    padding: 0;
    top: -1%;
    left: -1%;
    border: 5px solid transparent;
}

.image-hover {
    height: 100%;
    width: 100%;
}

.image-hover img {
    height: 100%;
}

.hover-item i {
    color: white;
    font-size: 3rem;
    padding-top: 45%;
}

.hover-item p {
    color: #F948B2;
    font-weight: 700;
    font-size: 1.3rem;
}

.play-game-hover:hover .hover-item {
    display: block;
    background-color: rgba(37, 32, 32, 0.6);
    border-radius: 17px;
    width: 100%;
    height: 100%;
    border: 5px solid #F948B2;
    justify-content: center;
    text-align: center;
}




/* Play Instantly related style */
.play-instantly-section {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.play-instantly {
    padding-left: 14.4rem;
    padding-right: 14.4rem;
    padding-bottom: 16rem;
    text-align: end;
    width: 30%;
}

.play-instantly-heading {
    font-size: 3rem;
    margin-bottom: 0;
}

.play-instantly-description {
    color: #534C64;
    font-size: 1.2rem;
}

.play-instantly-img {
    position: relative;
    bottom: 240px;
    right: 130px;
    width: 50%;
}

.play-instantly-image-section {
    width: 50%;
}

.play-game-image {
    width: 100%;
}




/* play game related style */
.play-game-section {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.play-game-anywhere {
    padding-left: 16rem;
    padding-right: 8rem;
    padding-bottom: 14.5rem;
    width: 30%;
}

.play-game-heading {
    font-size: 3rem;
    margin-bottom: 0;
}

.play-game-description {
    color: #534C64;
    font-size: 1.2rem;
}

.play-game-img {
    position: relative;
    bottom: 250px;
    left: 520px;
}




/* gaming related style */
.gaming-section {
    background-color: rgb(255, 66, 165, 3%);
    padding: 8rem 0px;
}

.action-gaming-section {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.games {
    display: flex;
    margin: 1rem;
    padding: 1rem 1.4rem;
    border-radius: 55px;
    background-color: white;
    color: #0B0223;
    border: 1px solid white;
}

.games img {
    padding-right: 10px;
}

.games p {
    font-size: 1.2rem;
}

.games:hover {
    font-size: 1.2rem;
    color: #F948B2;
    border: 1px solid #F948B2;
}




/* footer related style */
footer {
    background-color: #0B0223;
    overflow-x: hidden;
}

.footer-section {
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px;
    justify-content: center;
    text-align: center;
}

.footer-section-heading {
    display: flex;
    margin-bottom: 0;
}

.gamer-logo {
    align-items: center;
    justify-content: center;
}

.white-color {
    color: white;
}

.footer-section-list ul {
    display: flex;
    color: white;
    justify-content: center;
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 400;
}

.footer-section-list>ul>li {
    padding: 2.5rem 1.2rem 0px 1.2rem;
}

.social-link-section {
    display: flex;
    justify-content: center;
    margin: 4.5rem;
}

.social-link-section i {
    color: white;
    font-size: 2.5rem;
}

.terms-and-conditions-section {
    color: rgba(255, 255, 255, 60%);
    font-weight: 400;
}

.terms-and-conditions-section ul {
    display: flex;
    justify-content: center;
}

.terms-and-conditions-section>ul>li {
    padding: 0px 1.2rem;
    color: rgba(255, 255, 255, 60%);
    font-weight: 400;
    font-size: 1.2rem;
}

.terms-and-conditions-section p {
    text-align: center;
    padding-top: 1.2rem;
}






/* Responsive related style */
/* For mobile device */
@media screen and (max-width:576px) {

    nav,
    nav>ul,
    .gamer-section,
    .funny-videos-section,
    .play-instantly-section,
    .careers-section,
    .footer-section-list ul,
    .social-link-section,
    .terms-and-conditions-section ul {
        flex-direction: column;
    }

    ul>li {
        margin: 15px;
    }

    ul {
        padding-left: 0;
    }

    .play-section,
    .play-game-section {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

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

    .play-section img {
        width: 100%;
    }

    .banner-play-section {
        text-align: center;
    }

    .banner-description {
        padding-left: 50px;
    }

    .gamer-section-description {
        margin-left: 0;
    }

    .gamer-section-heading {
        margin-top: 1rem;
    }

    .funny-videos-section {
        text-align: center;
    }

    .play-game {
        width: 90%;
        padding: 5%;
        align-items: center;
    }

    .play-game img {
        width: 100%;
        height: 100%;
    }

    .play-game>p {
        width: 100%;
        font-size: 0.8rem;
        color: #534C64;
        text-align: center;
    }

    .play-instantly {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        text-align: center;
        width: 100%;
    }

    .play-instantly-description {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .play-game-anywhere {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        text-align: center;
        width: 100%;
    }

    .play-game-description {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .play-instantly-img {
        bottom: 95px;
        right: 56px;
    }

    .play-game-heading {
        margin-top: 0px;
    }

    .play-game-img {
        bottom: 70px;
        left: 160px;
    }


    .footer-section-list ul,
    .social-link-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        font-size: 1rem;
    }

    .social-link-section {
        margin: 2.5rem;
    }

    .footer-section-list>ul>li {
        padding: 0px 0px 0px 0px;
        font-size: 1rem;
    }

    .social-link-section i {
        font-size: 2rem;
    }

    .terms-and-conditions-section ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        font-size: 0.8rem;
    }

    .terms-and-conditions-section ul>li {
        font-size: 0.8rem;
    }

    .terms-and-conditions-section p {
        font-size: 0.8rem;
    }

    .gaming-section {
        background-color: rgb(255, 66, 165, 3%);
        padding: 1rem 0px;
    }

    .action-gaming-section {
        max-width: 575px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .games {
        display: flex;
        height: 45%;
        margin: .2rem;
        padding: 0.2rem 0.4rem;
        border-radius: 25px;
        background-color: white;
        color: #0B0223;
        border: 1px solid white;
    }

    .games img {
        padding-right: 5px;
    }

    .games p {
        font-size: 0.55rem;
    }

    .games:hover {
        color: #F948B2;
        border: 1px solid #F948B2;
    }

}






/* For tab device */
@media screen and (min-width:576px) and (max-width:992px) {

    nav,
    nav>ul,
    .gamer-section,
    .funny-videos-section,
    .play-instantly-section,
    .careers-section,
    .footer-section-list ul,
    .social-link-section,
    .terms-and-conditions-section ul {
        flex-direction: column;
    }

    ul>li {
        margin: 15px;
    }

    ul {
        padding-left: 0;
    }

    .play-section,
    .play-game-section {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

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

    .gamer-section-description {
        margin-left: 0;
    }

    .gamer-section-heading {
        margin-top: 1rem;
    }

    .funny-videos-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    .play-game {
        width: 90%;
        padding: 5%;
        align-items: center;
    }

    .play-game img {
        width: 100%;
        height: 100%;
    }

    .play-section img {
        width: 100%;
    }

    .play-game>p {
        width: 100%;
        font-size: 0.8rem;
        color: #534C64;
        text-align: center;
    }

    .play-instantly {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        text-align: center;
        width: 100%;
    }

    .play-instantly-description {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .play-game-anywhere {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        text-align: center;
        width: 100%;
    }

    .play-game-description {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .play-instantly-img {
        bottom: 95px;
        right: 56px;
    }

    .play-game-heading {
        margin-top: 0px;
    }

    .play-game-img {
        bottom: 70px;
        left: 160px;
    }

    .footer-section-list ul,
    .social-link-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        font-size: 1rem;
    }

    .footer-section-list>ul>li {
        padding: 0px 0px 0px 0px;
    }

    .social-link-section {
        margin: 2.5rem;
    }

    .social-link-section i {
        font-size: 2rem;
    }

    .terms-and-conditions-section ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        font-size: 0.8rem;
    }

    .terms-and-conditions-section ul>li {
        font-size: 0.8rem;
    }

    .terms-and-conditions-section p {
        font-size: 0.8rem;
    }

    .gaming-section {
        background-color: rgb(255, 66, 165, 3%);
        padding: 1rem 0px;
    }

    .action-gaming-section {
        display: grid;
        padding: 2rem;
        max-width: 920px;
        grid-template-columns: repeat(3, 1fr);
    }

    .games {
        display: flex;
        height: 45%;
        margin: .2rem;
        padding: 0.6rem 1rem;
        border-radius: 32px;
        background-color: white;
        color: #0B0223;
        border: 1px solid white;
    }

    .games img {
        padding-right: 5px;
    }

    .games p {
        font-size: 0.7rem;
    }

    .games:hover {
        color: #F948B2;
        border: 1px solid #F948B2;
    }
}