@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Metrophobic&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
}


:root {
    --white: #ffffff;
    --purple: #550093;
    --black: #000000;
    --yellow: #FFCD3E;
    --red:  #E91051;
}

a{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

p{
    font-size: 1rem;
    color: var(--white);
}

h1, h2, h3, h4, h5{
    color: var(--white);
}

img{
    max-width: 100%;
}

section{
    width: 100%;
    padding: 2.5rem 0;
}

header{
    width: 100%;
}

.logo{
    height: 60px;
}

.navbar.bg-light{ 
    width: 100%;
    background-color: rgba(7, 7, 5, 0.3) !important;
    position: absolute;
    top: 0;
    padding: 5px 0px;
}

.navbar.fixed{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    background-color: rgb(7 7 5 / 70%) !important;
    padding-top: 0px;
    padding-bottom: 0px;
    animation-name: top;
    animation-duration: 1s;
    box-shadow: 0px 0px 15px rgb(59 59 59);
}

@keyframes top{
    0%{
        top: -50px;
    }
}

.navbar.fixed .logo {
    height: 50px;
}

.navbar-nav{
    column-gap: 40px;
}

.navbar .nav-link{
    color: #ebebeb;
    padding: 5px 20px;
}

.navbar .nav-link:hover{
    color: var(--red) !important;
}

.navbar .nav-link i{
    margin-right: 3px;
}

.navbar .navbar-nav .nav-link.active{
    color: var(--white);
    font-weight: 500;
}

.navbar .navbar-nav .nav-item:last-child .nav-link{
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    /* color: var(--red); */
    padding: 5px 16px;
}

.banner-block{
    width: 100%;
    height: auto;
    background-image: url(../images/bg1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    padding-top: 110px;
    padding-bottom: 40px;
}

.appbtn {
    display: flex;
    gap: 25px;
}

.appbtn img{
    max-width: 150px;
    margin-bottom: 15px;
}

.qr-scaner img{
    max-width: 170px;
    padding-bottom: 20px;
}

.banner-content-card h1{
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 60px;
    margin-bottom: 15px;
}

.banner-content-card h5{
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 38px;
}

.banner-content-card h5 span{
    color: var(--yellow);
}

.getapp-sms .form-control{
    width: 100%;
    height: 43px;
    margin-bottom: 20px;
    font-size: 0.875rem;
}

.getapp-sms .btn{
    width: 100%;
    height: 43px;
    font-size: 0.875rem;
    background-color: #00B302;
    border-color: #00B302;
}

.bouns-card{
    gap: 20px;
}

.earn-money-sect{   
    width: 100%;
    height: 500px;
    padding-top: 140px;
    background-image: url(../images/bg2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.play-cards-box{
    width: 100%;
}

.play-cards-box h2{
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.play-cards-box p{
    max-width: 500px;
    line-height: 30px;
}

.btn-primary.play-btn{
    background-color: var(--purple);
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    padding: 8px 25px;
    margin-top: 15px;
}

.btn-primary.play-btn:hover{
    background-color: #470478;
}

.features{
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background-image: url(../images/bg3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.head-title{
    width: 100%;
    margin-bottom: 4rem;
    display: flex;
    border-bottom: 1px solid var(--white);
}

.head-title .title{
    font-size: 2.2rem;
    padding-bottom: 0px;
    letter-spacing: 0.045em;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.head-title .title span{
    position: relative;
}

.head-title .title span:before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--yellow);
    position: absolute;
    bottom: -9.4px;
    left: 0px;
    z-index: 5;
}

.feature-cards{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(94, 94, 94, 0.35);
    border: 0.5px solid #FFFFFF;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    padding: 1.5rem 1rem;
    text-align: center;
}

.feature-cards img{
    max-height: 200px;
}

.feature-cards h4{
    font-size: 1.4rem;
    margin-top: 30px;
}

.games-section{
    background-color: var(--black);
}

.games-cards-boxes{
    width: 100%;
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
}

.call-duty{
    background-image: url(../images/games/call-duty-bg.gif);
}

.bg-india{
    background-image: url(../images/games/battleground-india-bg.gif);
}

.apex-legends{
    background-image: url(../images/games/apex-legends-bg.gif);
}

.free-fire{
    background-image: url(../images/games/free-fire-bg.gif);
}

.games-container{
    width: 100%;
    position: relative;
}

.games-container::before{
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.games-cards-boxes::before{
    width: 100%;
    content: '';
    height: 80px;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}

.games-cards-boxes::after{
    width: 100%;
    content: '';
    height: 20px;
    background-color: var(--black);
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
}

.images-cards img{
    max-height: 500px;
}

.downloade-app-btn{
    background-color: var(--purple);
    border: none;
    border-radius: 3px;
    font-size: 0.938rem;
    padding: 10px 15px;
    margin-top: 1rem;
    font-weight: 700;
    font-family: 'Metrophobic', sans-serif;
}

.downloade-app-btn:hover{
    background-color: #470478;
}

.games-title{
    letter-spacing: 0.045em;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.games-content-cards p{
    font-size: 1.2rem;
    line-height: 32px;
}

.games-content-cards .bi-arrow-up-right{
    margin-left: 15px;
}

.games-content-cards .garrow{
    width: 13px;
    margin-left: 10px;
}

.games-content-cards .game-mobile-text{
    display: none;
}

.user-review-section{
    background: linear-gradient(180deg, #000000 -55.69%, #310c4c 81.35%);
}

.main-review-cards{
    display: flex;
    position: relative;
    width: 100%;
    height: 30%;
    min-height: 260px;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(180deg, #1c1c1a -55.69%, #310c4c 81.35%);
}

.review-container{
    display: flex;
     width: 100%;
     height: 100%;
     column-gap: 30px;
     transition: all 1s ease;

}

.user-review-card{
    width: 300%;
    display: flex;
    column-gap: 30px;
    animation: scrollText 20s infinite linear;
}

.main-review-cards:hover .user-review-card{
    animation-play-state: paused;
}


@keyframes scrollText{
    from {
        transform: translateX(0%);
   }
    to {
        transform: translateX(-50%);
   }
}


.review-cards{
    display: grid;
    grid-template-columns: 1.6fr 2fr;
    border-radius: 1rem;
    min-width: 600px;
    width: 100%;
    transition: all 2s ease;
}

.user-pick img{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.review-content{
    background-color: var(--white);
    padding: 20px;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.review-content h4{
    color: var(--yellow);
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.review-content h5{
    color: var(--black);
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.review-content p{
    color: var(--black);
    font-size: 0.875rem;
}

.user-review-section .mobile-view{
    display: none;
}

/*--- Footer ----*/

.main-footer{
    width: 100%;
    padding: 50px 0px 30px;
    background-color: var(--purple);
}

.footer-cards h5{
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.footer-cards ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-cards ul li{
    margin-bottom: 5px;
}

.footer-cards ul li a{
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
    padding: 3px 0px;
    text-decoration: none;
}

.footer-cards ul li a:hover{
    color: var(--red);
}

.footer-abt{
    gap: 30px;
}

.footer-logo img{
    max-height: 100px;
}

.footer-kab p{
    max-width: 420px;
    font-size: 0.875rem;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.75);
} 

.footer-kab p span{
    font-weight: 600;
}

.copyright{
    width: 100%;
    padding-top: 2rem;
}

.copyright p{
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
    margin-bottom: 0px;
}

.copyright p a{
    color: rgba(255, 255, 255, 0.75);
}

.copyright p a:hover{
    color: var(--red);
}

.botmlink{
    column-gap: 30px;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.botmlink li a{
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.938rem;
}

.botmlink li a:hover{
    color: var(--red);
}

.maintain-web{
    color: #a6a6a6;
}

.maintain-web a{
    color: #a6a6a6 !important;
}

.maintain-web a:hover{
    color: var(--red) !important;
}

/*----- Pages -----*/

.inner-content-section{
    width: 100%;
    height: auto;
    background-image: url(../images/bg4.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    padding-top: 100px;
}

.title2{
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    text-align: center;
}

.sm-title{
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
}

.content-block p{
    font-size: 1rem;
    line-height: 26px;
}

.content-block .accordion-item{
    margin-bottom: 20px;
}

.content-block .accordion-item .accordion-header .accordion-button{
    font-size: 1.1rem;
    font-weight: 500;
}

.content-block .accordion-item .accordion-header .accordion-button:focus{
    color: var(--black);
}

.content-block .accordion-body p{
    font-size: 0.875rem;
    color: var(--black);
    text-align: left;
}

.rush20-download{
    display: none;
}

.content-block .accordion-button:focus{
    box-shadow: none;
}