﻿body {
    font-family: Montserrat, sans-serif;
    background-color: #03003f !important
}
.p2eSEC5 .titleImg img {
    width: 100%
}

.porConnectGamer a img {
    width: 100% !important
}
#gamerSec1 {
    background-image: url(../../Assets/Img/Gamer/gamersec2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 15vh;
}

    #gamerSec1 img {
        width: 60%;
    }

    #gamerSec1 a img {
        padding-top: 5vh;
        width: 320px;
    }

        #gamerSec1 a img:hover {
            opacity: .6;
            transition: .5s ease-in-out
        }

    #gamerSec1 h2 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }

#gamerSec2 {
    background-image: url(../../Assets/Img/Gamer/gradient.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10vh;
}

    #gamerSec2 h2 {
        font-weight: 100;
        font-size: 30px;
        color: #fff;
        text-align: center;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    #gamerSec2 img {
        width: 300px;
    }

.game-section h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 36px;
}

/* -------- title style ------- */
.line-title {
    position: relative;
    /* width: 400px;*/
    color: #fff;
}

    .line-title::before,
    .line-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        border-radius: 2px;
    }



/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
    padding: 60px 50px;
    /*  background: url("../../Assets/img/marketplace/webp/marketplace-2.webp") no-repeat center center;
    background-size: cover*/
    background-color: rgb(27 2 44);
}

    .game-section .owl-stage {
        margin: 15px 0;
        display: flex;
        display: -webkit-flex;
    }

    .game-section .item {
        margin: 0 15px 60px;
        width: 320px;
        height: 400px;
        display: flex;
        display: -webkit-flex;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        background: #343434 no-repeat center center / cover;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        cursor: pointer;
    }

        .game-section .item.active {
            width: 500px;
            box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
        }

        .game-section .item:after {
            content: "";
            display: block;
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        }

    .game-section .item-desc {
        padding: 0 24px 12px;
        color: #fff;
        position: relative;
        z-index: 1;
        overflow: hidden;
        transform: translateY(calc(100% - 54px));
        -webkit-transform: translateY(calc(100% - 54px));
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        text-align: left;
    }

    .game-section .item.active .item-desc {
        transform: none;
        -webkit-transform: none;
    }

    .game-section .item-desc p {
        opacity: 0;
        -webkit-transform: translateY(32px);
        transform: translateY(32px);
        transition: all 0.4s ease-in-out 0.2s;
        -webkit-transition: all 0.4s ease-in-out 0.2s;
    }

    .game-section .item.active .item-desc p {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .game-section .owl-theme.custom-carousel .owl-dots {
        margin-top: -20px;
        position: relative;
        z-index: 5;
    }
/******** Middle section CSS End *******/
.membership {
    width: 65%
}

.p2eSEC5 h3 {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    padding-top: 10vh;
}

    .p2eSEC5 h3 span {
        font-size: 72px;
    }

.p2eSEC5 .store-games img{
    width:100%;
}

.p2eSEC22 .blockchain-games img{
    width:100%;
}

#tigerImg {
    padding-top: 10vh
}
.have-earned h3{
    margin-top:4em
}

.p2eSEC5 p {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    padding-top: 5%;
    z-index: 1;
    padding-bottom: 5%
}

.storeImg {
    margin-left: 0vh;
    width: 100%;
}

.phoneImg {
    width: 120%;
    margin-left: -150px;
    margin-top: 7em;
}

.phoneImg2 {
    width: 110%;
}

.pt-20 {
    padding-top: 20vh;
}

.pt-15 {
    padding-top: 15vh;
}
/*.foot-partImg{
    width:60%;
    height:100%;
}*/
.p2eSEC5 {
    background: url(../../Assets/img/P2E/banner-6.webp) no-repeat center center;
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 15vh;
}

.p2eSEC22 {
    background-color: #02013f;
    height: 100%;
}

    .p2eSEC22 img {
        padding-top: 2vh;
    }

    .p2eSEC22 h2 {
        font-family: Montserrat,sans-serif;
        font-weight: 800;
        font-size: 40px;
        color: #fff;
        padding-top: 15vh;
    }

.p2eSEC2 {
    background: url(../../Assets/img/P2E/bg-1.webp) no-repeat center center;
    background-size: cover;
    height: 120vh;
}

    .p2eSEC2 img {
        padding-top: 10vh;
    }

    .p2eSEC2 h2 {
        font-family: Montserrat,sans-serif;
        font-weight: 800;
        font-size: 40px;
        color: #fff;
        padding-top: 15vh;
    }

        .p2eSEC2 h2 span {
            color: #ebdb54;
        }

.p2ecard1 {
    background: url(../../Assets/img/P2E/1.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.p2ecard2 {
    background: url(../../Assets/img/P2E/2.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.p2ecard3 {
    background: url(../../Assets/img/P2E/3.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.p2ecard4 {
    background: url(../../Assets/img/P2E/4.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.section-video-bg {
    background: url("../../Assets/img/homepage/videobackground.jpeg") no-repeat center center;
    background-size: cover;
    display: grid;
    height: 100%;
    place-items: center;
    box-sizing: border-box;
    padding-top: 20vh;
    padding-bottom: 20vh;
    margin: 0
}

.card-video {
    width: 660px;
    /* height: 615px;*/
    margin-left: 15px;
}

.card-1 {
    background-size: cover;
    /*  height: 660px;*/
    width: 615px;
}

    .card-1 iframe {
        border-radius: 30px;
        height: 350px;
        width: 660px;
        margin-top: 30px
    }

/*imac5k*/
@media (min-width:1921px) {
    #gamerSec1 {      
        padding-bottom: 10vh;
    }
    .p2eSEC22 h2 {
        padding-top: 7vh;
    }
    .p2eSEC22 img {
        padding-top: 2vh;
    }
    .p2eSEC5 {
        padding-top: 2vh;
        padding-bottom: 0vh;
    }
        .p2eSEC5 h3 {
            padding-top: 4vh;
        }
    .p2eSEC2 h2 {
        padding-top: 5vh;
    }
    .p2eSEC2 {
        height: 70vh;
    }
    .section-video-bg {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
}
/*Phone*/
@media (max-width: 979px) {
    .gamer_porpoint{
        width:80% !important
    }
    .have-earned h3 {
        margin-top: 0em !important
    }
    .section-video-bg {
        padding-top: 10vh !important;
        padding-bottom: 10vh;
    }

        .section-video-bg h2 {
            width: 350px
        }

        .section-video-bg .card-video {
            width: 350px;
            height: 300px;
            margin-left: 0px
        }

        .section-video-bg .card-1 iframe {
            height: 260px;
            width: 350px
        }

        .section-video-bg .card-1 {
            background-size: cover;
            height: 300px;
            width: 350px;
        }

    .p2ecard1 {
        height: 60vh !important;
        margin-top: 10vh;
    }

    .p2ecard2 {
        height: 60vh !important;
        margin-top: 0vh !important
    }

    .p2ecard3 {
        height: 60vh !important;
        margin-top: 0vh !important
    }

    .p2ecard4 {
        height: 60vh !important;
        margin-top: 0vh !important
    }

    .p2eSEC2 img {
        width: 100%;
        padding-top: 0vh !important
    }

    .p2eSEC2 h2 {
        padding-top: 10vh !important;
        text-align: center
    }

    .p2eSEC2 {
        height: auto !important;
        padding-bottom: 5vh
    }

    .membership {
        width: 100% !important
    }

    .pt-10 {
        padding-top: 0vh !important;
    }

    .phoneImg2 {
        width: 100% !important;
    }

    .phoneImg {
        display: none;
    }

    .storeImg {
        margin-left: 0vh;
    }

    #tigerImg {
        padding-top: 10vh !important
    }

    .p2eSEC5 .titleImg img{
        width: 100%
    }

    #gamerSec1 {
    }

        #gamerSec1 h2 {
            padding-top: 5vh;
            padding-bottom: 5vh;
            font-size: 25px;
        }

        #gamerSec1 a img {
            margin-top: 0vh;
            width: 110%;
            padding-top: 0vh;
        }
    .porConnectGamer a img {
        width: 90% !important;
    }

        #gamerSec1 img {
            padding-top: 5vh;
            width: 100%;
        }

    #gamerSec2 h2 {
        font-weight: 100;
        font-size: 30px;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    #gamerSec2 img {
        width: 100%;
        padding-top: 5vh;
    }
    .p2eSEC22 h2 {
        padding-top: 0vh;
    }
    .p2eSEC22 img {
        padding-top: 5vh;
    }
    .section-video-bg h3{
        margin-top:-2em
    }
}


@media (min-width: 992px) and (max-width: 1199px) {

    /* -------- Landing page ------- */
    .game-section {
        padding: 50px 30px;
    }

        .game-section .item {
            margin: 0 12px 60px;
            width: 260px;
            height: 360px;
        }

            .game-section .item.active {
                width: 400px;
            }

        .game-section .item-desc {
            transform: translateY(calc(100% - 46px));
            -webkit-transform: translateY(calc(100% - 46px));
        }
}

@media (min-width: 768px) and (max-width: 991px) {


    .line-title {
        width: 330px;
    }

    /* -------- Landing page ------- */
    .game-section {
        padding: 50px 30px 40px;
    }

        .game-section .item {
            margin: 0 12px 60px;
            width: 240px;
            height: 330px;
        }

            .game-section .item.active {
                width: 360px;
            }

        .game-section .item-desc {
            transform: translateY(calc(100% - 42px));
            -webkit-transform: translateY(calc(100% - 42px));
        }
}

@media (max-width: 767px) {

    .line-title {
        width: 250px;
    }

    /* -------- Landing page ------- */
    .game-section {
        padding: 30px 15px 20px;
    }

        .game-section .item {
            margin: 0 10px 40px;
            width: 200px;
            height: 280px;
        }

            .game-section .item.active {
                width: 270px;
                box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
                -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
            }

        .game-section .item-desc {
            padding: 0 14px 5px;
            transform: translateY(calc(100% - 42px));
            -webkit-transform: translateY(calc(100% - 42px));
        }
}
