@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Sora',Georgia, 'Times New Roman', Times, serif;
}
P{
    color: #cbd5e1;
}
h1{
    font-size:50px;
    line-height:64px;
    color:white;
}
h2{
    font-size:45px;
    line-height: 53px;
    color:lightslategray;
}
h3{
    font-size: 20px;
    color:whitesmoke;
    margin: 15px 0 20px 0;
}

.s1{
padding: 100px 120px;
}
.s2{
    padding: 40px 80px;
}
body{
    margin:0;
    background-color:#0F172A;
    width:100%;
}

#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background-color: lightblue;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
     z-index:999;
    position: sticky;
    left:0;
    top:0;
}
#navbar{
    display: flex; 
    align-items: center;
    justify-content: center;
   
}
#navbar li{
list-style: none;
padding: 0 20px;
position: relative;
}
#navbar li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: azure;
    transition: 0.3s ease;
}
#navbar li a:hover,
#navbar li a.active{
    color: black;
}
#navbar li a.active::after,
#navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background: black;
    position: absolute;
    bottom: -4px;
    left: 20px;
}
#MP img{

    width:60%;
    height: auto;
    border-radius: 40px;
}
.bt{
    display: flex;
    gap:20px;
    flex-direction: column;
  
}
#MP .bt h3{
    margin-top:-220px ;
      position: absolute;
    position: -200px;
}
#MP {
display: flex;
align-items: center;
padding: 25px 10px;
gap:30px;
border-radius: 40px;
border: 2px solid aliceblue;
background-repeat: no-repeat;
}
#MP button{
    margin-top: 20px;  
    font-size: 15px;
    font-weight: 600;
    padding: 15px 30px;
    color: black;
    background-color: white;
    border-radius: 5px;
    cursor:pointer;
    border: none;
    outline: none;
    transition: 0.2s;

}
#MP button:hover{
    color:white;
    background-color: grey;
    font-size: 100%;
}
#MP {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 32px;
    margin: 24px auto;
    width: 95%;
    border-radius: 20px;
    overflow: hidden;
}

#MP > img {
    display: block;
    width: 55%;
    height: 380px;
    object-fit: cover;
    border-radius: 16px;
}

#MP .bt {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#MP .bt h3 {
    position: static;
    margin: 0;
    color: lightblue;
    font-size: 16px;
}

#MP .bt h2 {
    margin: 0;
    color: white;
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1.2;
    overflow-wrap: anywhere;
}

#MP .featured-description {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.7;
    min-height: 130px;
}

#MP .featured-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#MP .featured-controls button {
    margin: 0;
    padding: 12px 18px;
    font-size: 14px;
}

#MP .featured-controls button:hover {
    font-size: 14px;
}

#MP .featured-controls button:disabled {
    opacity: 0.5;
    cursor: default;
}

@media (max-width: 700px) {
    #MP {
        flex-direction: column;
        padding: 20px;
    }

    #MP > img {
        width: 100%;
        height: 240px;
    }

    #MP .bt {
        width: 100%;
    }
}
#DE h1{
    
    font-size: 20px;
    padding-right: 5px;
}

#banner {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(images/240_F_2015230807_HwClHNnRsJLSi6wXNMNQUerrFSOhAvzN.jpg);
    width: 90%;
    height: 40vh;
    background-size: cover;
    background-position: bottom;
    margin: 40px auto;
}
#banner h2{
    color: snow;
}
#banner h3{
    color:palevioletred;
    font-size: 30px;
}
#banner button{
    margin-top: 20px;
    color:black;

}
#banner h3 span{
    color: darkred;
}
#banner button:hover{
    color: white;
   background-color:violet; 
    font-size: 100%;
}
button.normal{
    font-size: 15px;
    font-weight: 600;
    padding: 15px 30px;
    color: black;
    background-color: white;
    border-radius: 5px;
    cursor:pointer;
    border: none;
    outline: none;
    transition: 0.2s;

} 
#catgs {
    display: block;
}

#catg {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
}

#catg button {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: whitesmoke;
    font: inherit;
    cursor: pointer;
    padding: 10px 0;
}

#catg button:hover,
#catg button.active {
    color: #ff6600;
}

#catg button.active {
    border-bottom-color: #ff6600;
}
#catgs #catg li a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#catgs #catg li a:hover,
#catgs #catg li a.active {
    color: #66c0f4;
}

#category-games {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

#category-games img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
}

#category-games .game-description {
    padding: 10px 0;
}

#category-status {
    color: #ccc;
}
#catgs > .s2 > img {
    display: block;
    width: 320px;
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}
#catgs > .game-row {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

#catgs > .game-row > img {
    flex-shrink: 0;
}

.game-description {
    flex: 1;
    min-width: 0;
}

.game-description h3 {
    margin: 0 0 12px;
    color: white;
}

.game-description p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}
#updates {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
position: sticky;
background-repeat: no-repeat;
background-position: 0% 0%;
background-color:#041e42;
background-image:url(images/240_F_322259690_wHDOvIqvdoYYfw6ZxeSfm0AbGWHpUTIH.jpg) ;
padding-bottom: 50px;
    
}
#updates h4{
    font-size: 30px;
    font-weight: 700;
    color:white;
}
#updates p{
    font-size: 20px;
    font-weight: 600;
    color:darkslateblue;
}
#updates input{
    height: 3.125rem;
    padding: 0 1.25em;
    font-size:14px;
    width: 50%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none; 
    border-top-left-radius: 0 ;
    border-top-right-radius: 0;

}
#updates button{
     background-color:  lightskyblue;
    color: white;
    white-space: nowrap;
    border-top-left-radius: 0 ;
    border-top-right-radius: 0;
}
#updates .form{
    display: flex;
    width:40%;
}
#navl{
    display: flex; 
    align-items: center;
    justify-content: center;
   
}
#navl li{
list-style: none;
padding: 0 20px;
position: relative;
}
#navl li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: azure;
    transition: 0.3s ease;
}
footer .col{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:-100px;
    margin-left:-400px;
}
footer a{
    font-size:13px;
    text-decoration: none;
    color:darkslateblue;
    margin-bottom:10px;
}
#catgs {
    position: static;
    top: auto;
    left: auto;
}

footer {
    position: static;
    width: 100%;
}

#updates {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    padding: 40px 5%;
}

#updates > .s2 {
    padding: 0;
}

#updates > .col {
    margin: 0;
    flex: 1 1 180px;
}

#updates > .form {
    width: auto;
    flex: 1 1 280px;
    display: flex;
}

#updates .form input {
    flex: 1;
    width: auto;
    min-width: 0;
}

#updates .form button {
    flex-shrink: 0;
}

#updates #navl {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
}

#updates #navl li {
    padding: 0;
}

#updates > .row {
    flex-basis: 100%;
}
/* Store page */
#page-header{
    background-image: url("images/wallhaven-5y3qe5_2560x1080.png");
    width: 100%;
    height:40vh;
    background-size:cover;
    display: flex;
    justify-content: center;
    text-align:center;
    flex-direction:column;
    padding:14px;
}
#page-header h2{
    color:white;
}
#page-header p{
    padding:10px;
    color:white;
}
#pagination{
    text-align: center;
}
#pagination a{
    text-decoration: none;
    color:darkred;
    padding:10px 20px;
    background-color: #ADD8E6;
    border-radius:4px;
    font-weight: 600;
}
#pagination a i{
    font-size:15px;
    font-weight: 600;
}
/*Single product*/
#prodetails{
    display: flex;
    margin-top:20px;
}
#prodetails .singleproimage{
    width:40%;
    margin-right:40px;
}
.smallimggrp{
    display: flex;
    justify-content: space-between;
}
.smallimgcol{
    flex-basis:24%;
    cursor:pointer;
}
#prodetails .single-pro-details{
    width:50%;
    padding-top:30px;
}
#prodetails .single-pro-details h4{
    color:#ADD8E6;
    padding:40px 0px 20px 0px;
}
#prodetails .single-pro-details h6{
    color:#ADD8E6;
    font-size: 30px;
}
#prodetails .single-pro-details select{
    display: block;
    padding: 5px 10px;
    margin-bottom:10px;
}
#prodetails .single-pro-details button{
    background-color: beige;
}
#prodetails .single-pro-details span{
    color: white;
    line-height:35px;
}
 .Sys-req {
    display: grid;
    color: darkslategray;
    grid-template-columns:  1fr 1fr;
}
.Sys-req h2{
grid-column: 1 / -1;
}
.sr {
    display: grid;
    color: darkslategray;
    grid-template-columns:  1fr 1fr;
}
.sr h4{
grid-column: 1 / -1;
} 
/* About page */
#page-header.about-header{
    background-image: url("images/about2.jpg");
    background-position: center center;
} 
#about-head img{
    width: 50%;
    height: auto;
}
#about-head{
    display: flex;
    align-items: center;
}
#about-head div{
    padding: 40px;
}

#about-head .marq {
    overflow: hidden;
    white-space: nowrap;
}
#about-head .marq-info{
    display: inline-block;
    animation: scroll 10s linear infinite;
    color: aliceblue;
}
#about-head h3{
    font-size: 30px;
}
#about-head p{
    font-size: 20px;
}
@keyframes scroll{
    from{
        transform: translateX(100%);
    }
    to{
        transform: translateX(-100%);
    }
}
/*support*/
#page-header.support-header{
    background-image: url("images/contact13.jpg");  
}
#contact-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#contact-details .details{
    width: 40%;

}
#contact-details .details span,
#form-details form span{
    font-size: 24px;
    color: cyan;
}
#contact-details .details h2,
#form-details form p{
    color: white;
    font-size: 35px;
    line-height: 35px;
    padding:20px 0;
}
#contact-details .details li{
    color:whitesmoke;
    list-style: none;
    padding:10px 0;
    display: flex;
}
#contact-details .details li i{
    font-size: 20px;
    padding-right: 20px;
    color:lightskyblue;
}
#contact-details .details li p{
    margin:0;
    padding-left:15px ;
}
/*MAP*/
#contact-details .map{
    width: 50%;
    height: 400px;
}
#contact-details .map iframe{
    width: 100%;
    height: 100%;
}
/*Form*/
#form-details form{
 width:65%;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}
#form-details form input,
#form-details form textarea{
    width: 100%;
    padding: 12px 15px ;
    outline: none;
    margin-bottom: 20px;
    border:2px solid #e1e1e1;
}
#form-details form button{
    background-color: seashell;
}
/*cart*/
#cart table{
    width:100%;
    border-collapse: collapse;
    table-layout: flex;
    white-space: nowrap;
}
#cart  table img{
    width:70px;
}
#cart table td:nth-child(1){
    width:100px;
    text-align: center;
}
#cart table td:nth-child(2){
    width:150px;
    text-align: center;
}#cart table td:nth-child(3){
    width:250px;
    text-align: center;
}
#cart table td:nth-child(4),
#cart table td:nth-child(5),
#cart table td:nth-child(6){
    width:150px;
    text-align: center;
}
#cart table td:nth-child(5) input{
    width:70px;
    padding:10px 5px 10px 15px;

}
#cart table thead{
    border:1px solid whitesmoke;
    border-left: none;
    border-right: none;
}
#cart table thead td{
    font-weight: 700;
    text-transform: uppercase;
    font-size:13px;
    padding:18px 0px;
    color:whitesmoke;
}
#cart table tbody tr td{
    padding:15px;
}
#cart table tbody td{
    font-size: 13px;
    color: aliceblue;
}
#cart-add{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#coupon{
    width:50%;
    margin-bottom: 30px;
}
#coupon h3,#subtotal h3{
    padding:15px;
}
#coupon input{
    width:40%;
    outline: none;
    margin-right: 10px;
    font-weight: 500;
    height: 50px;
    font-size: 15px;
}
 #subtotal{
    color:aliceblue;
    padding:30px;
    border: 1px solid grey;
    width:50%; 
    margin-bottom: 30px;
}
#subtotal table{
    border-collapse: collapse;
    padding: 10px;
    width:100%;
    margin-bottom: 20px;
}
#subtotal table td{
    width:30%;
    border:1px solid grey;
    padding:10px;
    font-size: 16px;
}
#login{
background-color: #ADD8E6;
 padding: 50px 0px 50px 0px;
    border: solid 2px white;
    margin-top: 300px;
    margin-left: 450px;
    width:50%;
}
#login form{
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 4px;
}
#login input{
    padding: 12px 15px;
    outline:none;
    margin-bottom: 20px;
}
#discount-container {
    display: flex;
    gap: 170px;
    overflow-x: auto;
    padding: 10px 0;
    color:aliceblue;
}

#discount-container .dbox {
    width: 220px;
    flex-shrink: 0;
}

#discount-container .dbox img {
    width: 220px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

#discount-container .dbox h3 {
    font-size: 16px;
    margin: 8px 0 4px;
}

#discount-container .dbox p {
    font-size: 14px;
    margin: 0;
}
body:has(#MP) #category-games {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 24px;
}

body:has(#MP) #category-games .category-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #1e293b;
    border-radius: 12px;
}

body:has(#MP) #category-games .category-card > img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin: 0;
    flex-shrink: 0;
}

body:has(#MP) #category-games .game-description {
    width: 100%;
    padding: 16px;
}

body:has(#MP) #category-games h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}
#about-head p{
    color: white;
}