body, *{
    padding: 0;
    margin: 0;
}
ul{
    padding-left: 0;
}
img{
    max-width: 100%;
}

button, button:hover, button:active, button:focus{
    outline: none !important;
    border: none !important;
}
.hero-section{
    background: url('https://et.gamesplay4u.com/assets/images/hero2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    height: 100vh;
    padding: 4rem 0;
    text-align: center;
    /* border: 1px solid red; */
    
}
.hero-section .logo{
    display: flex;
}
.hero-context-container{
    position: absolute;
    margin: auto;
    left: 1%;
    right: 1%;
    bottom: 10rem;
    
}

.hero-header-white{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lalezar', sans-serif;
    font-size: 120px;
    line-height: 80%;
    text-transform: uppercase;
} 
.btn{
    padding: 2.5rem;
    font-size: 20px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    width: 240px;
}
.yellow-btn{
    background: url('https://et.gamesplay4u.com/assets/images/btn-bg-yellow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
}
.yellow-btn:hover{
    color: #fff;
}
.white-btn{
    background: url('https://et.gamesplay4u.com/assets/images/btn-bg-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #FCAF17;
}
.whit-btn:hover{
    color: #000;
}

.marquee-section{
    background-color: black;
    padding: 1rem;
    display: flex;
    /* overflow-x: hidden; */
    align-items: center;
    justify-content: space-evenly;
    overflow-x: hidden;
    gap: 4rem;
}
.marquee-section h4{
    color: #FFF;
    font-family: Lalezar;
    font-size: 40px;
    margin-bottom: 0;
    opacity: 0.5;
    text-wrap: nowrap;
    margin-top: 10px;
}

.body-section{
    background: url('https://et.gamesplay4u.com/assets/images/section-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.popular-games-section{
    
    padding: 4rem 0;
}
.section-title{
    color: #F6F6F6;
    font-family: 'Lalezar', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.528px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}
.sub-title{
    color: #FCAF17;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 40px;
    letter-spacing: -0.52px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.game-card{
    border-radius: 16px;
    border: 5px solid #000;
    margin: 16px 7px;
    position: relative;
}
.game-card img{
    width: 100%;
   
}
.game-card .game-title-card{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width:100%;
    border-radius: 10px;
    background: #FCAF17;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.game-title-card h4{
    color: #000;
    text-align: center;
    font-family: Lalezar;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: -0.352px;
}
.top-rated-section{
    padding: 2rem 0 4rem 0;
}
.top-rated-card{
    margin: 20px 0;
    position: relative;
}
.top-rated-card img{
    width: 100%;
}
.top-rated-detail-card{
    border-radius: 0px 0px 10px 10px;
    background: #020202;
    color: white;
    padding: 1.5rem;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.top-rated-detail-card.small{
    padding: 1rem;
}
.top-rated-detail-card h3{
    color: #FFF;
    font-family: 'Lalezar', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.352px;
}
.top-rated-detail-card.small h3{
    font-size: 15px;
}
.top-rated-detail-card ul{
    display: flex;
    list-style-type: none;
    gap: 1rem;
    font-family: 'poppins', sans-serif;
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.176px;
}
.footer-section{
    background-color: #020202;
    padding: 4rem 0;
}
.footer-section .footer-navigation{
    display: flex;
    list-style-type: none;
    margin: 1rem 0;
    gap: 15px;
}
.footer-navigation li a{
    color: #B1B1B1;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.176px;
    text-transform: uppercase;
    text-decoration: none;
}
.copyright-text{
    color: var(--G1, #B1B1B1);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.143px;
}
.footer-section .footer-right-half{
        margin: auto;
}
.footer-section .social-links{
    display: flex;
    list-style-type: none;
    gap: 1rem;
    justify-content: end;
    align-items: center;
}

/* modal design */
.modal-outline{
    background: url('https://et.gamesplay4u.com/assets/images/model/bg.png');
    background-size: cover;
    height: 609px;
    width: 1140px;
    border: 1px solid black;
    margin: 1rem;
}
.modal-dialog{
    margin: auto;
}
.modal-close-btn{
    position: absolute;
    right: 2rem;
    top: 2rem;
    background-color: transparent;
}
.modal-context-container {
    width: 50%;
    margin: 7rem auto;
    text-align: center;
}
.modal-context-container h2{
    color: #0344C2;
    font-family: 'Lalezar', sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 2rem;
}
.modal-context-container h3{
    color: #0344C2;
    font-family: 'Lalezar', sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 2rem;
}
.modal-context-container p{
    color: #020202;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.modal-context-container input, .modal-context-container select{
    border-radius: 8px;
    border: 3px solid #FCAF17;
    padding: 12px;
    outline: none;
    width: 100%;
    color: #0344C2;
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.model-action-btn{
    border-radius: 10px;
    background: #FCAF17;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    width: 180px;
    padding: 12px;
}
.modal-context-container input.otp-input{
    width: 60px;
    margin: 10px;
    text-align: center;
}
/* tc modal */
.tc-container{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    margin: 10px 0 0 0;
}
.tc-container input{
    width: fit-content;
}
.tc-container span{
    text-decoration: underline;
}
.tc-modal{
    /* overflow-y: scroll; */
}
.tc-modal .tc-upper-half{
    background: #2A2E5A;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
}
.tc-modal .tc-upper-half h4{
    color: #FFF;
    font-family: Lalezar;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
}
.tc-modal .tc-lower-half{
    padding: 1.5rem;
    background: #201E43;
    color: #fff;
}
.tc-modal .tc-lower-half h4{
    color: #FFF;
    font-family: Lalezar;
    font-size: 22px;
    font-weight: 400;
    margin: 1rem 0 1px 0;
}
.tc-modal .tc-lower-half p{
    margin-bottom: 0;
}
.tc-modal .tc-lower-half ul{
    padding-left: 2rem;

}
.tc-modal .tc-modal-btn{
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background: #FCAF17;
    color: #201E43;
    text-align: center;
    font-family: Lalezar;
    font-size: 18px;
    font-weight: 400;
}
.tc-modal .dummy-para{
    text-align: center;

}
.tc-modal{

}
.tc-modal{

}
.tc-modal{

}
.tc-modal{

}










.pad-05{
    padding: 0.5rem 0;
}
.pad-1{
    padding: 1rem 0;
}
.pad-2{
    padding: 2rem 0;
}
.pad-3{
    padding: 3rem 0;
}
.pad-4{
    padding: 4rem 0;
}
.pad-5{
    padding: 5rem 0;
}




/* mediaqueries  */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {

}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-header-white {
        font-size: 110px;
    }
    .hero-context-container {
        bottom: 0.25rem;
    }
    .marquee-section h4 {
        font-size: 35px;
    }
    .game-title-card h4 {
        font-size: 25px;
    }
    .top-rated-detail-card h3 {
        line-height: 115%;
    }
    .top-rated-detail-card ul {
        font-size: 12px;
        line-height: 120%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .hero-header-white {
        line-height: 110%;
    }
    .top-rated-right{
        display: flex;
        gap: 2.5rem;
    }
    .modal-context-container {
        width: 80%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px){
    .hero-header-white {
        font-size: 100px;
        line-height: 110%;
    }
    .hero-header-yellow{
        width: 85vw;
    }
    .top-rated-detail-card h3 {
        font-size: 25px;
    }
    .top-rated-right{
        display: flex;
        gap: 2.5rem;
    }
    .top-rated-detail-card.small {
        padding: 0.5rem;
    }
    .footer-section {
        padding: 2rem 0;
    }
    .hero-context-container {
        bottom: 2rem;
    }
    .modal-context-container {
        width: 80%;
    }
}

@media only screen and (min-width:400px) and (max-width: 576px) {
    .btn-container {
        display: flex;
    }
    .btn {
        padding: 1rem;
        font-size: 16px;
        width: 240px;
    }
    .hero-section {
        height: 80vh;
        padding: 2rem 0;
    }
    .hero-header-white {
        font-size: 80px;
        line-height: 100%;
    }
    .marquee-section h4 {
        font-size: 30px;
    }
    .game-title-card h4 {
        font-size: 25px;
        margin: 10px 0;
    }
    .section-title {
        font-size: 40px;
    }
    .sub-title {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .top-rated-detail-card {
        padding: 1rem;
    }
    .top-rated-detail-card h3 {
        font-size: 20px;
        line-height: 100%;
    }
    .footer-section .social-links {
        justify-content: center;
    }
    .hero-section .logo {
        justify-content: center;
    }
    .hero-section .logo img {
        max-width: 250px;
    }
    .modal-context-container {
        width: 95%;
    }
    .modal-context-container select{
        padding: 12px 2px;
    }
}
@media only screen and (max-width: 400px) {
    .btn-container {
        display: flex;
    }
    .btn {
        padding: 1rem;
        font-size: 16px;
        width: 240px;
    }
    .hero-section {
        height: 80vh;
        padding: 2rem 0;
    }
    .hero-header-white {
        font-size: 70px;
        line-height: 100%;
    }
    .marquee-section h4 {
        font-size: 25px;
    }
    .popular-games-section {
        padding: 2rem 0;
    }
    .game-title-card h4 {
        font-size: 20px;
        margin: 10px 0;
    }
    .section-title {
        font-size: 35px;
    }
    .sub-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .top-rated-detail-card {
        padding: 1rem;
    }
    .top-rated-detail-card h3 {
        font-size: 16px;
        line-height: 100%;
    }
    .top-rated-detail-card.small h3 {
        font-size: 16px;
    }
    .top-rated-detail-card ul {
        font-size: 12px;
    }
    .top-rated-section {
        padding: 2rem 0 2rem 0;
    }
    .footer-section .social-links {
        justify-content: center;
    }
    .hero-section .logo {
        justify-content: center;
    }
    .hero-section .logo img {
        max-width: 250px;
    }
    .modal-context-container {
        width: 95%;
    }
    .modal-context-container input.otp-input {
        margin: 5px;
    }
    .modal-context-container select{
        padding: 12px 2px;
    }

}