*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial,sans-serif;
    background:#f5f5f5;
}
h1, h2, h3{
    font-weight: 600;
}
.ban{
    width: 100%;
}
/* header */
.header{
    background-image: linear-gradient(#0088cc, #2c3e50) !important;
     width:100%;
     position: fixed;
     z-index: 999;
}
.logo{
    width: 130px;
    margin-top: 10px;
}
.navbar{
    background-color: transparent !important;
}
.nav-link{
    color: #fff;
}
.nav-link:hover{
    color: #fff;
}
.navbar-toggler{
    background-color: #fff;
    margin-left: 20px;
}
.register{
    padding:5px 15px;
    border-radius:6px;
    text-decoration:none;
    background:#fff;
    color:#000;
    margin-top: 10px;
}
/* header */

.content{
    padding-top: 60px;
}
.sily{
    background-color: #D5D5D5;
    padding: 40px;
}
.play{
    padding:5px 15px;
    border-radius:6px;
    text-decoration:none;
    background: #0e684e;
    color:#fff;
    margin-top: 10px;
    border: none;
}

/* Heading */
.games-title{
   background-image: linear-gradient(#0088cc, #2c3e50) !important;
    color:#fff;
    text-align:center;
    padding:5px;
    font-size:28px;
    font-weight:700;
    margin-bottom:40px;
}

/* Grid */
.games-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
}
.games-grid2{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* Card */
.game-card{
    background-image: linear-gradient(#0088cc, #2c3e50) !important;
    padding:15px;
    border-radius:18px;
}

.game-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:15px;
    display:block;
}

.play-btn{
    display:block;
    width:100%;
    background:#fff;
    color:#000;
    text-align:center;
    text-decoration:none;
    font-size:15px;
    padding:5px;
    border-radius:10px;
    margin-top:20px;
    font-weight:700;
}

.say{
    padding: 40px;
    background-image: linear-gradient(#0088cc, #2c3e50) !important;
}
.say h3{
    color: #fff;
}
.say p{
    color: #fff;
}
.say li{
    color: #fff;
}
.countdown-wrapper{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.countdown-box{
    background-image: linear-gradient(#0088cc, #2c3e50) !important;
    color:#fff;
    text-align:center;
    padding:10px;
    border-radius:8px;
    border: 1px solid #fff;
}
.stick{
    border: 2px solid #76285d;
    border-radius: 10px;
    width: 550px;
    margin-left: 20px;
}
.table-wrapper{
    width:100%;
    overflow-x:auto;
    margin:20px 0;
    border-radius:15px;
}

.gradient-table{
    width:100%;
    min-width:700px;
    border-collapse:collapse;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
}

.gradient-table th{
   background-image: linear-gradient(#0088cc, #2c3e50) !important;
    color:#fff;
    padding:15px;
    font-size:16px;
    text-align:center;
}

.gradient-table td{
    padding:15px;
    text-align:center;
    border-bottom:1px solid #ddd;
    font-size:15px;
}

.gradient-table tr:nth-child(even){
    background:#f7f7f7;
}

.gradient-table tr:hover{
    background:#f2ebf0;
}

.testimonial-section{
    background-image: linear-gradient(#0088cc, #2c3e50) !important;
    padding:40px 20px;
    overflow:hidden;
}


/* Center */
.testimonial-center{
    display:flex;
    justify-content:center;
}

/* Right */
.testimonial-right{
    color:#fff;
    text-align:center;
}

.testimonial-right h3{
    font-size:24px;
    margin-bottom:20px;
}

.intro{
    font-size: 15px;
    line-height:1.7;
    margin-bottom:50px;
}

.review-text{
    font-size:24px;
    line-height:1.4;
    margin-bottom:40px;
}

.testimonial-right h4{
    font-size:25px;
    margin-bottom:0;
    font-weight:700;
}

.testimonial-right span{
    font-size:16px;
}

/* Responsive */
.testimonial-slider{
    width:100%;
}

.swiper-slide{
    text-align:center;
}

.swiper-pagination-bullet{
    background:#b89047;
    opacity:1;
}

.swiper-pagination-bullet-active{
    background:#ffff00;
}

/* faq */
.faq-section{
    padding:80px 0;
    background:#D5D5D5;
}

.faq-wrapper{
    display:flex;
    gap:50px;
    align-items:flex-start;
}

/* Left Side Sticky */
.faq-image{
    width:40%;
    position:sticky;
    top:100px;
}

.faq-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

/* Right Side */
.faq-content{
    width:50%;
}

.faq-item{
    padding:5px;
    border-radius:12px;
}

.faq-item h3{
    margin-bottom:10px;
    font-size:22px;
}

.faq-item p{
    line-height:1.7;
}

/* faq */

/* footer */
.custom-footer{
    background-image: linear-gradient(#0088cc, #2c3e50) !important;
    padding:50px 0 25px;
    color:#fff;
}

.footer-logo{
    max-width:150px;
    margin-bottom:25px;
}

.footer-text{
    font-size:15px;
    line-height:1.7;
    max-width:600px;
}

.custom-footer h3{
    font-size:17px;
    margin-bottom:25px;
    text-transform:uppercase;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom: 2px;
    font-size:15px;
}

.footer-links li i{
    margin-right:10px;
}

.footer-bottom{
    margin-top:40px;
    padding-top:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.copyright{
    font-size:18px;
}

.social-section{
    display:flex;
    align-items:center;
    gap:25px;
}

.social-section span{
    font-size:18px;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    color:#7b2f5f;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
}

.social-icons a:hover{
    transform:translateY(-3px);
}

@media(max-width:991px){

    .footer-bottom{
        flex-direction:column;
        text-align:center;
        gap:20px;
    }

    .social-section{
        flex-direction:column;
        gap:15px;
    }

    .custom-footer h3{
        margin-top:20px;
    }
}

@media(max-width:576px){

    .footer-text{
        font-size:16px;
    }

    .footer-links li{
        font-size:16px;
    }

    .copyright{
        font-size:16px;
    }
}
/* footer */

   .whatsapp{
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg,#25D366,#128C7E);
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    z-index: 9999;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    animation: pulse 1.5s infinite;
}

.whatsapp img{
    width: 28px;
    height: 28px;
}

@keyframes pulse{
    0%{
        transform: translateX(-50%) scale(1);
    }
    50%{
        transform: translateX(-50%) scale(1.05);
    }
    100%{
        transform: translateX(-50%) scale(1);
    }
}

@media(max-width:576px){
    .whatsapp{
        width: 90%;
        justify-content: center;
        bottom: 15px;
        font-size: 15px;
        padding: 12px 15px;
    }
}

@media(max-width:991px){

    .testimonial-container{
        grid-template-columns:1fr;
        text-align:center;
    }

    .testimonial-center{
        order:2;
    }

    .testimonial-right{
        order:3;
    }

    .user-image{
        width:280px;
        height:400px;
    }

    .testimonial-right h2{
        font-size:36px;
    }

    .review-text{
        font-size:24px;
    }

    .review-info h3{
        font-size:28px;
    }

    .site-btn{
        font-size:18px;
    }
}

@media(max-width:576px){

    .user-image{
        width:220px;
        height:320px;
    }

    .testimonial-right h2{
        font-size:28px;
    }

    .review-text{
        font-size:20px;
    }

    .testimonial-right h4{
        font-size:30px;
    }

    .testimonial-right span{
        font-size:18px;
    }
}
/* Mobile */
@media (max-width:768px){

    .gradient-table{
        min-width:600px;
    }

    .gradient-table th,
    .gradient-table td{
        padding:12px;
        font-size:14px;
    }

    .play-btn{
        padding:7px 15px;
        font-size:13px;
    }
        .faq-wrapper{
        flex-direction:column;
    }

    .faq-image,
    .faq-content{
        width:100%;
    }

    .faq-image{
        position:relative;
        top:0;
    }
}
/* Responsive */
@media(max-width:1200px){
    .games-grid{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:992px){
    .games-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

/* Tablet */
@media (max-width: 768px) {
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .game-card img {
        height: 130px;
    }

    .play-btn {
        font-size: 18px;
        padding: 12px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .games-grid2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .game-card {
        padding: 10px;
        border-radius: 12px;
    }

    .game-card img {
        height: 100px;
        border-radius: 10px;
    }

    .play-btn {
        margin-top: 10px;
        font-size: 16px;
        padding: 10px;
    }

    .games-title {
        font-size: 22px;
    }
    p{
        text-align: justify;
    }
    .sily{
        padding: 15px;
    }
    .say{
        padding: 15px;
    }
    .stick{
        margin-left: 0px;
        width: 98%;
        margin-bottom: 10px;
    }
}