.header-section{
    padding: 1rem 0;
    background: linear-gradient(160deg, #0C0E24 8.49%, #1A1D3F 41.7%, #151830 91.51%);

}
.head {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.nav-menu{
    list-style-type: none;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: auto;
    padding-left: 0;
    width: 100%;
    justify-content: space-evenly;
}
.nav-menu a{
    color: #9CA3AF;
    font-family: "Space Grotesk";
    font-weight: 500;
    font-size: clamp(0.9rem, 0.8vw + 0.4rem, 1rem);
}
.nav-menu li.active a{
    color: #FFF;
}
.action-box{
    display: flex;
    gap: 1rem;
    width: fit-content;
    justify-self: end; 
}
.action-box .light-btn, .nav-light-btn{
    border-radius: 16px;
    padding: 6px 10px;
    border: 1px solid #9CA3AF;
    background: #25284780;
    color: #9CA3AF;
    font-family: "Space Grotesk";
    font-size: clamp(0.75rem, 0.6vw + 0.4rem, 0.875rem);
    font-weight: 500;
}
.action-box .dark-btn, .mheader-section .dark-btn{
    border-radius: 16px;
    background: linear-gradient(135deg, #FFB800 0%, #FF9500 100%);
    box-shadow: 0 8px 20px 0 rgba(255, 184, 0, 0.35);
    padding: 6px 10px;
    color: #1A1D3F;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: clamp(0.75rem, 0.6vw + 0.4rem, 0.875rem);
    font-weight: 700;
   
}
/* hero section design */
.hero-section{
    text-align: center;
    padding: 4rem 0;
    background: url(../image/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* height: 90vh; */
    display: flex;
    align-items: center;
    min-height: 90vh;
}
.hero-section .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%;
    gap: 1rem;
}
.hero-section .hero-subtitle{
    padding: 6px 18px;
    width: fit-content;
    border-radius: 50px;
    border: 1px solid rgba(255, 184, 0, 0.35);
    background: linear-gradient(135deg, rgba(255, 184, 0, 0.12) 0%, rgba(255, 184, 0, 0.06) 100%);
    box-shadow: 0 0 30px 0 rgba(255, 184, 0, 0.10);
    color: #FFB800;
    font-family: "Space Grotesk";
    font-size: clamp(0.75rem, 0.6vw + 0.4rem, 0.875rem);
    font-weight: 500;
}
.hero-section .hero-title{
    color: #FFF;
    font-family: "Space Grotesk";
    /* font-size: 88px; */
    font-size: clamp(2.5rem, 5vw + 0.5rem, 5.5rem);
    font-weight: 700;
    letter-spacing: -2.2px;
}
.hero-section .hero-title .yellow{
    background: linear-gradient(90deg, #FFB800 0%, #FF9500 50%, #FFD700 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Space Grotesk";
    font-size: clamp(2.5rem, 5vw + 0.5rem, 5.5rem);
    font-weight: 700;
    letter-spacing: -2.2px;
}
.hero-section .hero-title .blue{
    background: linear-gradient(90deg, #5B5FE3 0%, #5B6FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-description{
    color: #8B8FA8;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    font-weight: 400;
    max-width: 768px;
}
.hero-section .dark-btn{
    padding: .7rem 1rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: linear-gradient(135deg, #FFB800 0%, #FF8C00 100%);
    box-shadow: 0 16px 40px 0 rgba(255, 184, 0, 0.40);
    color: #1A1D3F;
    font-family: "Space Grotesk";
    font-size: clamp(0.95rem, 0.9vw + 0.4rem, 1.125rem);
    font-weight: 700;
}

/* two section design */
.section-two{
    background: linear-gradient(180deg, #1A1D3F 0%, #131628 50%, #1A1D3F 100%);
    padding: 4rem 0;
}
.section-two .section-head-box{
    display: grid;
    gap: 1rem;
    grid-template-columns: 3fr 1fr;
    align-items: end;
    text-align: left;

}
.section-head-content{
}
.section-subtitle{
    color: #FFB800;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Space Grotesk";
    font-size: clamp(0.75rem, 0.6vw + 0.4rem, 0.875rem);
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 5px 0;
}
.section-title{
    color: #FFF;
    font-size: clamp(2rem, 4vw + 1rem, 3.75rem);
    font-weight: 700;
}
.section-title span{
    color: #FFB800;
}
.section-two .section-head-box p{
    color: #9CA3AF;
    font-size: clamp(0.95rem, 0.9vw + 0.4rem, 1.125rem);
    font-weight: 400;
    max-width: 520px;
}

.section-two .section-head-box a{
    border-radius: 16px;
    padding: 0.7rem 1.25rem;
    border: 2px solid rgba(91, 95, 227, 0.35);
    background: rgba(91, 95, 227, 0.08);
    width: fit-content;
    display: flex;
    justify-self: end;
    color: #8B8FFF;
    font-family: "Space Grotesk";
    font-size: clamp(0.9rem, 0.8vw + 0.4rem, 1rem);
    font-weight: 700;
}
.game-grid-container{
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.game-grid{
    border-radius: 16px;
    border: 1px solid rgba(255, 184, 0, 0.14);
    background: #252847;
    padding: 1rem;
    text-align: center;
}
.game-grid .game-img{
    width: 100%;
}
.game-grid button.dark-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.game-card-details {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    margin-top: 1rem;
}
.game-card-details .game-details{
    text-align: left;
}
.game-card-details .game-details span{
    color: #FFB800;
    font-family: "Space Grotesk";
    font-size: clamp(0.75rem, 0.6vw + 0.4rem, 0.875rem);
    font-weight: 500;
}
.game-card-details .game-details h4{
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    font-weight: 700;
    letter-spacing: normal;
}
.game-card-details .dark-btn{
    border-radius: 10px;
    background: linear-gradient(135deg, #FFB800 0%, #FF9500 100%);
    box-shadow: 0 8px 20px 0 rgba(255, 184, 0, 0.35);
    padding: 10px 10px;
    font-family: "Space Grotesk";
    font-weight: 700;
    color: #1A1D3F;
    font-size: clamp(0.75rem, 0.6vw + 0.4rem, 0.875rem);
}

/* section three design */
.section-three{
    padding: 0 0;
    background: #F5F5F5;
}
.section-three .container{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section-three .section-head-box{
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: end;
    gap: 10px;
}
.section-three .section-title{
    color: #1A1D3F;
    font-family: "Space Grotesk";
    font-size: clamp(2.25rem, 4.5vw + 1rem, 4rem);
    font-weight: 700;
}
.section-three .section-title span{
    color: #5B5FE3;
}
.section-three .section-description{
    color: rgba(26, 29, 63, 0.65);
    font-size: clamp(0.95rem, 0.9vw + 0.4rem, 1.125rem);
    font-weight: 400;
}
.three-card-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}
.three-card{
    border-radius: 16px;
    padding: 1rem;
}
.three-card.yellow{
    border: 1px solid rgba(26, 29, 63, 0.10);
    background: #FFB800;
    box-shadow: 0 4px 24px 0 rgba(26, 29, 63, 0.10);
}
.three-card.blue{
    border-radius: 16px;
    border: 1px solid rgba(26, 29, 63, 0.10);
    background: #1A1D3F;
    box-shadow: 0 4px 24px 0 rgba(26, 29, 63, 0.10);
}
.three-card .card-top {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.three-card.yellow .card-top .icon-box{
    border-radius: 16px;
    border: 1px solid rgba(26, 29, 63, 0.15);
    background: rgba(26, 29, 63, 0.10);
    aspect-ratio: 1/1;
    padding: 10px;
}
.three-card .card-top .top-text{
    display: grid;
    gap: 0;
}
.three-card .card-top .top-text h4{
    color: #1A1D3F;
    text-align: right;
    font-family: "Space Grotesk";
    font-size: clamp(1.125rem, 1.2vw + 0.5rem, 1.5rem);
    font-weight: 700;
    letter-spacing: normal;
}
.three-card .card-top .top-text span{
    color: rgba(26, 29, 63, 0.50);
    text-align: right;
    font-family: "Space Grotesk";
    font-size: clamp(0.7rem, 0.5vw + 0.35rem, 0.75rem);
    font-weight: 400;
}
.three-card .card-body{
    margin-top: 1rem;
}
.three-card.yellow .card-body h4{
    color: #1A1D3F;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    font-weight: 900;
    letter-spacing: normal;
}
.three-card.yellow .card-body p{
    color: rgba(26, 29, 63, 0.60);
    font-size: clamp(0.9rem, 0.8vw + 0.4rem, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 5px;
}
.three-card.blue .card-top .icon-box{
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.10);
    aspect-ratio: 1/1;
    padding: 10px;
}
.three-card.blue .card-body h4{
    color: #FFF;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    font-weight: 900;
    letter-spacing: normal;
}
.three-card.blue .card-body p{
    font-size: clamp(0.9rem, 0.8vw + 0.4rem, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.60);
}
.slide2, .slide1{
    width: 100%;
}



/* section-four design */
.section-four{
    background: #1A1D3F;
    padding: 4rem 0;
}
.section-four .section-head-box{
    text-align: center;

}
.section-four .section-head-box .section-subtitle{
    justify-content: center;
}
.section-four .section-head-box .section-title span.blue{
    color: #5B5FE3;
}
.section-four .section-head-box .section-description{
    color: #9CA3AF;
    margin: 10px auto 0 auto;
    max-width: 600px;
    text-align: center;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
}
.section-four .four-grid-box{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.section-four .four-grid{
    border-radius: 16px;
    padding: 1rem;
    border: 2px solid #FFA700;
    background: linear-gradient(135deg, rgba(37, 40, 71, 0.90) 0%, rgba(30, 33, 60, 0.70) 100%);
}
.section-four .four-grid .card-top{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.section-four .four-grid .card-top .icon-box{
    aspect-ratio: 1/1;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 184, 0, 0.21);
    background: rgba(255, 184, 0, 0.09);
}
.section-four .four-grid .card-top .top-text{
    color: #FFB800;
    font-size: clamp(1.5rem, 2.5vw + 0.75rem, 2.25rem);
    font-weight: 700;
}
.section-four .four-grid .card-body{
    margin-top: 10px;
}
.section-four .four-grid .card-body .card-title{
    color: #FFF;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    font-weight: 700;
    letter-spacing: normal;
}
.section-four .four-grid .card-body p{
    color: #9CA3AF;
    margin-top: 8px;
    font-size: clamp(0.9rem, 0.8vw + 0.4rem, 1rem);
    font-weight: 400;
}
.card-foot span{
    /* display: flex;
    gap: 0;
    align-items: center; */
    color: rgba(255, 184, 0, 0.50);
    font-family: "Space Grotesk";
    font-size: clamp(0.75rem, 0.6vw + 0.4rem, 0.875rem);
    font-weight: 500;
}

/* section five design */
.section-five{
    background: #1A1D3F;
    padding: 4rem 0;
}
.section-five .container{
    padding: 4rem;
    text-align: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.06) inset, 0 0 0 1px rgba(255, 184, 0, 0.12) inset;
}
.section-five .section-subtitle{
    padding: 6px 18px;
    width: fit-content;
    border-radius: 50px;
    border: 1px solid rgba(255, 184, 0, 0.35);
    background: linear-gradient(135deg, rgba(255, 184, 0, 0.12) 0%, rgba(255, 184, 0, 0.06) 100%);
    box-shadow: 0 0 30px 0 rgba(255, 184, 0, 0.10);
    color: #FFB800;
    font-family: "Space Grotesk";
    font-size: clamp(0.75rem, 0.6vw + 0.4rem, 0.875rem);
    font-weight: 500;
    margin: auto;
}
.section-five .section-description{
    color: #8B8FA8;
    max-width: 700px;
    margin: auto;
    text-align: center;
    font-family: Inter;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 170% */
}
.section-five .dark-btn {
    padding: .7rem 1rem;
    border-radius: 10px;
    display: flex;
    margin: 1rem auto;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: linear-gradient(135deg, #FFB800 0%, #FF8C00 100%);
    box-shadow: 0 16px 40px 0 rgba(255, 184, 0, 0.40);
    color: #1A1D3F;
    font-family: "Space Grotesk";
    font-size: clamp(0.95rem, 0.9vw + 0.4rem, 1.125rem);
    font-weight: 700;
}
.section-five .download-container{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.section-five .stats-box{
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    gap: 1.5rem;
    max-width: 768px;
    margin: auto;
}
.stats-grid{
}
.section-five .stats-box .stats-grid h3{
    color: #FFB800;
    text-align: center;
    font-size: clamp(1.25rem, 1.6vw + 0.6rem, 1.75rem);
    letter-spacing: normal;
    font-weight: 700;
}
.section-five .stats-box .stats-grid span{
    color: #9CA3AF;
    font-size: clamp(0.9rem, 0.8vw + 0.4rem, 1rem);
    font-style: normal;
    font-weight: 400;
 }



 /* footer section design */
 .footer-section{
    padding: 2rem 0;
    background: #0D0F24;
 }
.footer-section p, .copyright-section p{
    color: #9CA3AF;
    font-family: Inter;
    font-size: clamp(0.9rem, 0.8vw + 0.4rem, 1rem);
    font-weight: 400;
}
.footer-section .foot-title{
    color: #FFF;
    font-size: clamp(0.95rem, 0.9vw + 0.4rem, 1.125rem);
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 10px;
}
.foot-game-list {
    display: flex;
    gap: 8px;
    padding-left: 0;
    list-style-type: none;
}
.foot-game-list li a, .foot-nav a{
    color: #9CA3AF;
    font-size: clamp(0.9rem, 0.8vw + 0.4rem, 1rem);
    font-weight: 400;
}
.foot-game-list li:hover a{
    color: #fff;
    font-weight: 500px;
}
.footer-section .subription-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 10px;
}
.footer-section .subription-container input{
    border-radius: 16px;
    border: 1px solid rgba(91, 95, 227, 0.20);
    background: rgba(37, 40, 71, 0.80);
    padding: 10px;
    color: #9CA3AF;
}
.footer-section .subription-container button{
    border-radius: 16px;
    padding: 10px;
    background: linear-gradient(135deg, #FFB800 0%, #FF9500 100%);
}
.copyright-section{
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
    background: #0D0F24;
}
.copyright-section p a, .foot-nav a:hover{
    color: #fff;
    font-weight: 500;
}
.foot-nav {
    display: flex;
    gap: 1rem;
    list-style-type: none;
    justify-content: end;
}
















@media only screen and (min-width: 1400px) {
.mheader-section{
        display: none;
    }
    
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .mheader-section{
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mheader-section{
        display: none;
    }
    .game-grid button.dark-btn {
        gap: 5px;
        text-wrap: nowrap;
    }
    .foot-game-list {
        display: grid;
        grid-template-columns: auto auto;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .mheader-section{
        display: none;
    }
    .hide-768-992{
        display: none;
    }
    .section-two .section-head-box {
        grid-template-columns: 3fr 1.5fr;
    }
    .game-grid-container {
        grid-template-columns: 1fr 1fr;
    }
    .three-card-container, .section-four .four-grid-box {
        gap: 1rem;
    }
    .foot-game-list {
        display: grid;
        grid-template-columns: auto auto;
    }
    .footer-section .foot-title {
        margin-top: 10px;
    }



}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-section{
        display: none;
    }
    .hero-section, .section-two, .section-four, .section-five,.section-five .container{
        padding: 2rem 0;
    }
    .hero-section{
        min-height: 75vh;
    }
    .section-two .section-head-box, .game-grid-container, .section-three .section-head-box {
        grid-template-columns: 1fr;
    }
    .section-two .section-head-box a{
        justify-self: flex-start;
    }
    .three-card-container, .section-four .four-grid-box {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .foot-game-list {
        display: grid;
        grid-template-columns: auto auto;
    }
    .footer-section .foot-title {
        margin-top: 10px;
    }
    .copyright-section{
        text-align: center;
    }
    .foot-nav{
        justify-content: center;
    }

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
    .header-section{
        display: none;
    }
    .hero-section, .section-two, .section-four, .section-five,.section-five .container{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .hero-section{
        min-height: 75vh;
    }
    .section-two .section-head-box, .game-grid-container, .section-three .section-head-box {
        grid-template-columns: 1fr;
    }
    .section-two .section-head-box a{
        justify-self: flex-start;
    }
    .three-card-container, .section-four .four-grid-box {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .section-five .stats-box {
     gap: .5rem;
    }
    .slide1, .slide2{
        display: none;
    }
    .footer{

    }
    .foot-game-list {
        display: grid;
        grid-template-columns: auto auto;
    }
    .footer-section .foot-title {
        margin-top: 10px;
    }
    .copyright-section{
        text-align: center;
    }
    .foot-nav{
        justify-content: center;
    }
}


/* Extra extra small devices (phones, 600px and down) */
@media only screen and (max-width: 360px) {
    .section-five .download-container{
        gap: 4px;
    }
 }






 
 .mheader-section{
    background: linear-gradient(160deg, #0C0E24 8.49%, #1A1D3F 41.7%, #151830 91.51%);
    padding: 1rem 0;
 }
 .mheader-section .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navdrawer{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background: linear-gradient(160deg, #0C0E24 8.49%, #1A1D3F 41.7%, #151830 91.51%);
    overflow-x: hidden;
    transition: 0.5s;
}
.navdrawer .mnav-box{
    padding: 3rem 1rem 2rem 1rem;
}
.navdrawer .m-nav{
    display: grid;
    grid-template-columns: 1fr;
    list-style-type: none;
    gap: 1rem;
    padding-left: 10px;

}
.navdrawer .m-nav a {
    color: #9CA3AF;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    font-weight: 500;
}
.navdrawer .nav-closebtn {
    position: absolute;
    top: 0;
    right: 1rem;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
.mnav-box .action-box{
        justify-self: center;
}
.navdrawer .m-nav a:hover, .navdrawer .m-nav li.active a{
    color: #Ffff;
    transition: border-color 0.3s ease-in-out;
}











