@font-face {
    font-family: "myFont";
    src: url(assets/fa-brands-400.ttf);
}

*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    user-select: none;
}
::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.headSection{
    width: 100%;
    height: 1000px;
    background-image: url("assets/images/banner-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    z-index: 1;
    justify-content: center;
    display: flex;
}

.sariqcha{
    width: 100%;
    height: 2px;
    background-color: #bf6c00;
    z-index: 10;
    position: absolute;
    top: 0;

}

.header{
    width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
}
.headdiv{
    position: fixed;
    margin-top: 3rem;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 1.7rem;
    border-bottom-right-radius: 1.7rem;

}
.headdiv.scrolled {
    background-color: #1c86ff;
    margin-top: 0;
    transition: 0.5s;
    z-index: 1000;
}

.icon{
    width: 180px;
}
.nav a:link, .nav a:visited{
    margin-inline-start: 1rem;
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    color: white;
    border-radius: 1.7rem;
}
.nav :first-child{
    background-color: #ffffff21;
}
.nav a:hover, .nav a:focus{
    background-color: #ffffff21;
    transition: 0.4s;
}
.nav :last-child{
    background-color: #ce9f61;
}
.nav :last-child:hover, .nav :last-child:focus{
    background-color: #bf6c00;
}

/* --------------------------------------------------------- */

.welcome{
    display: flex;
    width: 1300px;
    margin: 0 auto;
    position: relative;
    margin-top: -48rem;
    justify-content: space-between;
}
.banner{
    border-radius: 1.6rem;
    position: relative;
    background-image: url("assets/images/banner-image.jpg");
    width: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;

}
p.price{
    color: white;
    font-weight: 900;
    background-color: #1c86ff;
    position: absolute;
    padding: 0.3rem 1rem;
    font-size: 1.3rem;
    border-radius: 2rem;
    top: 1rem;
    right: 1rem;
}
p.discount{
    color: white;
    font-weight: 900;
    background-color: #bf6c00;
    font-size: 1.7rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -2rem;
    left: -1.5rem;
}
p.welcomep, p.bestsite, p.description{
    color: white;

}
p.welcomep{
    font-size: 1.4rem;
    margin-top: 3.8rem;
}
p.bestsite{
    font-size: 2.5rem;
    font-weight: 800;
    margin-top: 1rem;
}
p.description{
    margin-top: 3rem;
    line-height: 2;
}
div.search{
    width: fit-content;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 0 0 0 1.3rem;
    border-radius: 4rem;
    margin-top: 4rem;
}
div.search input{
    font-size: 1.2rem;
    border: none;
}
div.search input:focus{
    border: none;
    outline: none;
}
div.search button{
    padding: 1rem 1.2rem;
    border-radius: 4rem;
    border: none;
    background-color: #ce9f61;
    color: white;
    font-weight: 600;
}
div.search button:hover{
    background-color: #bf6c00;
    transition: 0.2s;
    cursor: pointer;
}
/* ------------------------------------------------------ */

div.mainCards{
    width: 1300px;
    display: flex;
    margin: 0 auto;
    margin-top: 11rem;
}

/* ??????????????????????????????????????? */

.mainCards .freestorage{
    background-color: rgb(255, 255, 255);
    width: inherit;
    max-width: 19rem;
    height: 13rem;
    margin: 0 1rem 0 0;
    border-radius: 1.8rem;
    box-shadow: 0 0 20px rgba(70, 63, 63, 0.226);
}
.freestorage div{
    background-color: #ce9f61;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto 0;
}
.freestorage p{
    font-weight: 700;
    text-align: center;
    margin-top: 1.6rem;
}
.freestorage:visited, .freestorage:link{
    text-decoration: none;
    color: black;
}
.freestorage:hover .mainCardsImg1{
    background-color: #bf6c00;
    transition: 0.2s;
}


/* ??????????????????????????????????????? */

.mainCards .usermode{
    background-color: rgb(255, 255, 255);
    width: inherit;
    max-width: 19rem;
    height: 13rem;
    margin: 0 1rem 0 0;
    border-radius: 1.8rem;
    box-shadow: 0 0 20px rgba(70, 63, 63, 0.226);
}
.usermode div{
    background-color: #ce9f61;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto 0;
}
.usermode p{
    font-weight: 700;
    text-align: center;
    margin-top: 1.6rem;
}
.usermode:visited, .usermode:link{
    text-decoration: none;
    color: black;
}
.usermode:hover .mainCardsImg2{
    background-color: #bf6c00;
    transition: 0.2s;
}


/* ??????????????????????????????????????? */

.mainCards .replyready{
    background-color: rgb(255, 255, 255);
    width: inherit;
    max-width: 19rem;
    height: 13rem;
    margin: 0 1rem 0 0;
    border-radius: 1.8rem;
    box-shadow: 0 0 20px rgba(70, 63, 63, 0.226);
}
.replyready div{
    background-color: #ce9f61;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto 0;
}
.replyready p{
    font-weight: 700;
    text-align: center;
    margin-top: 1.6rem;
}
.replyready:visited, .replyready:link{
    text-decoration: none;
    color: black;
}
.replyready:hover .mainCardsImg3{
    background-color: #bf6c00;
    transition: 0.2s;
}


/* ??????????????????????????????????????? */

.mainCards .easylayout{
    background-color: rgb(255, 255, 255);
    width: inherit;
    max-width: 19rem;
    height: 13rem;
    margin: 0 1rem 0 0;
    border-radius: 1.8rem;
    box-shadow: 0 0 20px rgba(70, 63, 63, 0.226);
}
.easylayout div{
    background-color: #ce9f61;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto 0;
}
.easylayout p{
    font-weight: 700;
    text-align: center;
    margin-top: 1.6rem;
}
.easylayout:visited, .easylayout:link{
    text-decoration: none;
    color: black;
}
.easylayout:hover .mainCardsImg4{
    background-color: #bf6c00;
    transition: 0.2s;
}



/* ??????????????????????????????????????? */

.trending{
    width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 8rem;
}
.trending div :first-child{
    font-size: 1rem;
    color: #bf6c00 ;
    font-weight: 600;
}
.trending div :last-child{
    font-size: 2.4rem;
    margin-top: 1rem;
    font-weight: 700;
}
.trending a:link, .trending a:visited{
    background-color: #ce9f61;
    margin: auto 0;
    font-size: 1rem;
    color: white;
    border-radius: 3rem;
    padding: 1rem 1.5rem;
    text-decoration: none;
    font-weight: 600;
}
.trending a:hover, .trending a:focus{
    background-color: #bf6c00;
    transition: 0.2s;
}

/* ????????????????????????????????????????? */

.trendingCards{
    width: 1300px;
    margin: 5rem auto 0;
    display: flex;
    
    text-decoration: none;
}



.trendingCards .first, .trendingCards .second, .trendingCards .third, .trendingCards .fourth{
    width: 18.815rem;
    position: relative;
    background-color: #fff1f1;
    border-radius: 1.6rem;
    margin-right: 2rem;
}
.trendingCardsFirstA , .trendingCardsSecondA , .trendingCardsThirdA , .trendingCardsFourthA{
    text-decoration: none;
}
.trendingCardsFirstA:hover .blueHover , .trendingCardsFourthA:hover .blueHover , .trendingCardsThirdA:hover .blueHover , .trendingCardsSecondA:hover .blueHover {
    background-color: #bf6c00;
    transition: 0.2s;
}
.trendingCardsFirstA:hover .blueHover2 , .trendingCardsFourthA:hover .blueHover2 , .trendingCardsThirdA:hover .blueHover2 , .trendingCardsSecondA:hover .blueHover2  {
    color: #bf6c00;
    transition: 0.2s;
}
.trendingCardsImg{
    width: 100%;
    border-radius: 1.6rem;
}
.trendingCards .price{
    background-color: #bf6c00;
    width: fit-content;
    position: absolute;
    padding: 0.6rem 1rem;
    border-radius: 0.6rem;
    top: 1rem;
    right: 1rem;
    color: white;
}
.trendingCards .price :nth-child(2){
    font-weight: 600;
}
.trendingCardTextDiv{
    display: flex;
    justify-content: space-between;
    margin: 1.6rem 1.5rem 0;
    padding-bottom: 1.6rem;
    

}

.trendingCardTextDiv .category{
    color: grey;
}
.trendingCardTextDiv .gameName{
    font-weight: 600;
    margin-top: 0.3rem;
    color: black;
}
.trendingShopIcon{
    width: 40px;
    height: 40px;
    background-color: #ce9f61;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;


}
.trendingShopIcon img{
    width: 25px;
    height: 25px;
}

/* ------------------------------------------ */

.topGames .trending{
    margin: 0 auto;
}
.topGamesBack{
    width: 100%;
    background-color: #fff1f1;
    border-radius: 10rem;
    padding: 6rem 0 9rem;
    margin-top: 10rem;
}
.topGamesBanners{
    width: 1300px;
    margin: 0 auto;
    margin-top: 4rem;
    display: flex;
}

/* ?????????????????????????????????????????????? */

.topGamesBanner1, .topGamesBanner2, .topGamesBanner3, .topGamesBanner4, .topGamesBanner5, .topGamesBanner6{
    width: 12.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1.6rem;
    background-color: white;
    text-decoration: none;
    margin-right: 2rem;
}
.topGamesBanner6{
    margin: 0;
}
.topGamesBanner1:hover .TopGamesGameName, .topGamesBanner2:hover .TopGamesGameName, .topGamesBanner3:hover .TopGamesGameName, .topGamesBanner4:hover .TopGamesGameName, .topGamesBanner5:hover .TopGamesGameName, .topGamesBanner6:hover .TopGamesGameName{
    color: #bf6c00;
    transition: 0.2s;
}
.topGamesBanner1:hover .exploreBtn, .topGamesBanner2:hover .exploreBtn, .topGamesBanner3:hover .exploreBtn, .topGamesBanner4:hover .exploreBtn, .topGamesBanner5:hover .exploreBtn, .topGamesBanner6:hover .exploreBtn{
    background-color: #bf6c00;
    transition: 0.2s;
}

.topGamesBannerImg{
    width: 100%;
    border-radius: 1.6rem;
}

.TopGamesCategory{
    font-size: 1rem;
    color: grey;
    margin-top: 1.4rem;
}
.TopGamesGameName{

    font-size: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 0.6rem;
    color: black;
}
.exploreBtn{
    text-decoration: none;
    position: relative;
    top: 1.2rem;
    padding: 0.6rem 0.8rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    border: none;
    background-color: #ce9f61;
    border-radius: 2rem;

}
.exploreBtn:hover{
    cursor: pointer;
}

/* ------------------------------------------ */

.topCategories{
    width: 1300px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    display: flex;
    margin-top: 7rem;
}
.categories{
    
    color: #bf6c00;
    font-weight: 600;
}
.topCategoriesP{
    color: black;
    font-weight: 600;
    margin-top: 1.1rem;
    font-size: 2.4rem;
}

.topCategoriesBanners{
    width: 1300px;
    display: flex;
    margin-top: 5rem;
}
.topCategoriesBanner1, .topCategoriesBanner2, .topCategoriesBanner3, .topCategoriesBanner4, .topCategoriesBanner5{
    width: 14.65;
    border-radius: 1.6rem;
    background-color: #ce9f61;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
}
.topCategoriesBanner5{
    margin: 0;
}
.topCategoriesBanner1:hover, .topCategoriesBanner2:hover, .topCategoriesBanner3:hover, .topCategoriesBanner4:hover, .topCategoriesBanner5:hover{
    background-color: #bf6c00;
    transition: 0.2s;
}
.topCategoriesBannersCategory{
    text-decoration: none;
    font-weight: 600;
    color: white;
    padding: 1.2rem 0;
    margin: 0 auto;

}
.topCategoriesBannerImg{
    border-radius: 1.6rem;
}

/* ----------------------------------------- */

.login{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    margin-top: 9rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem;
}

.ourShop{
    background-color: #fff1f1;
    border-radius: 2rem;
    width: 23rem;
    padding: 5rem ;
    z-index: 2;
    margin-top: 6rem;

}
.ourShopP{
    color: #bf6c00;
    font-weight: 600;

}
.preOrder{
    font-weight: 600;
    color: black;
    font-size: 2.4rem;
    margin-top: 1.5rem;
}
.ourShopDescription{
    color: gray;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 3rem;
}
.shopNowBtn{
    background-color: #ce9f61;
    display: flex;
    color: white;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    padding: 1rem 1.6rem;
    width: fit-content;
    text-decoration: none;
    font-size: 0.8rem;
    margin-top: 3rem;
}
.shopNowBtn:hover{
    background-color: #bf6c00;
    transition: 0.2s;
}
.mw2{
    position: absolute;
    top: 0;
    left: 23rem;
    margin: 0 auto;
    top: 0;
    z-index: 1;
}


.sbuscribe{
    width: 23rem;
    padding: 5rem;
    background-color: #fff1f1;
    border-radius: 2rem;
    z-index: 3;
    margin-top: 12rem;
}
.subscribeP{
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 1.6rem;
}

.inputDiv{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    position: relative;
}
.email{
    width: 100%;
    padding: 1rem 1.7rem;
    border-radius: 2rem;
    border: none;
    outline: none;
    
}
.email:focus{
    box-shadow: 0 0 6px #bf6c00c7;
    transition: 0.2s;
}
.subscribeBtn{
    position: absolute;
    right: 0;
    padding: 1rem 1.7rem;
    border: none;
    background-color: #ce9f61;
    border-radius: 2rem;
    font-weight: 600;
    color: white;
}
.subscribeBtn:hover{
    cursor: pointer;
    background-color: #bf6c00;
    transition: 0.2s;
}

footer{
    background-image: url("assets/images/footer-bg.jpg");
    height: 10rem;
    width: 100%;
    background-size: cover;
    border-top-right-radius: 50rem;
    border-top-left-radius: 50rem;
    background-repeat: no-repeat;
}
.footerP{
    color: white;
    text-align: center;
    padding-top: 3rem;
}