:root {
  /* --body-color: #1c1632; */
  --body-color: #161616;
  --hover-color: #ef029a;
  --shadow-color: #e35aff;
  --text-color: #78d41c;
  --btn-color: #2dee1b;
  --p-color: #ffffffa6;
  --dropmenu-color: #2e2e32;
  /* background: linear-gradient(60deg, #06bfff, #2b74ff);
  background: linear-gradient(60deg, #0074e0, #2b74ff);
  background-color: #5d6065; */
}

.main {
  display: flex;
  justify-content: space-around;
}

.container {
  width: 1250px;
  height: auto;
  margin: auto;
}

/* side-navigation */
.left-sidenav {
  background: #161616;
  width: 15%;
  height: 100vh;
  z-index: 1;
  /* overflow-x: hidden; */
  /* margin-top: 50px; */
  margin-left: 20px;
  /* border-right: 1px solid gray; */
}
.left-sidenav .ticket-card {
  width: 180px;
  height: 240px;
  margin-top: 70px;
  /* background-image: linear-gradient(30deg, #7a27b3, #c25aed, #e35aff); */
  border-radius: 15px;
  text-align: center;
  /* overflow: hidden; */
  margin-left: 17px;
}
/* .left-sidenav .ticket-card:hover {
  box-shadow: 0px 0px 19px 4px #e35aff;
} */

.left-sidenav .ticket-card img {
  width: 180px;
  height: auto;
  background-color: #161616;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.left-sidenav .ticket-body h2 {
  color: #78d41c;
  font-size: 18px;
  font-weight: bolder;
  padding: 5px;
}
.left-sidenav .ticket-body h3 {
  font-size: 14px;
  color: #78d41c;
  padding: 5px;
}

.left-sidenav .sidenav-menu {
  margin-top: 55px;
  background-color: #202020;
  border-radius: 15px;
  padding: 20px 40px 10px 40px;
}
.left-sidenav .sidenav-menu .sidenav-item {
  list-style-type: none;
  /* margin-left: 40px; */
}
.left-sidenav .sidenav-menu .sidenav-list {
  transition: 0.2s ease-in-out;
  position: relative;
}

.left-sidenav .sidenav-menu i {
  padding-right: 25px;
}
.left-sidenav .sidenav-menu .sidenav-link {
  color: whitesmoke;
  padding: 10px 15px 25px 0;
  text-decoration: none;
  font-size: 16px;
  display: block;
}
.left-sidenav .sidenav-menu .sidenav-list:hover .sidenav-link {
  color: #ef029a;
}

.left-sidenav h2 {
  color: #78d41c;
  font-size: 18px;
  padding: 30px 0 15px 15px;
}

/* design dropdown of dropmenuFri */
.dropmenuFri {
  width: 230px;
  height: auto;
  background-color: #2e2e32;
  position: absolute;
  top: 50px;
  left: -40px;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 5px;
}

.left-sidenav .sidenav-menu .sidenav-list:hover .dropmenuFri {
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in-out;
}
.dropmenuFri .dropmenuFri-item {
  list-style-type: none;
  border-radius: 5px;
}
.dropmenuFri .dropmenuFri-list {
  border: 3px solid #2e2e32;
  border-radius: 10px;
  padding: 10px 0 10px 10px;
  transition: 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
}
.dropmenuFri .dropmenuFri-list::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 55px;
  bottom: 10px;
  background: #30a24d;
  border-radius: 50%;
  border: 2px solid #fff;
}
.dropmenuFri .dropmenuFri-list:hover {
  background-color: #5d6065 !important;
}
.dropmenuFri .dropmenuFri-link {
  text-decoration: none;
  font-size: 16px;
  color: whitesmoke;
  text-align: center;
  margin-left: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.dropmenuFri .dropmenuFri-link img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
  border: 3px solid #2b74ff;
}

/* subscriptions */
.youtuber {
  height: 450px;
  margin-top: 30px;
  background-color: #202020;
  border-radius: 15px;
}
.youtuber h2 {
  margin-left: 25px;
  margin-bottom: 10px;
}
.youtuber .subscript {
  text-align: left;
}
.youtuber .subscript a {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  text-align: left;
  padding: 5px 5px 10px 15px;
  text-decoration: none;
  font-size: 16px;
}
.youtuber .subscript a:hover {
  color: #ef029a;
  background-color: #5d6065;
  border-radius: 5px;
}
.youtuber .subscript img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  border: 3px solid #fff;
}
.youtuber .subscript h3 {
  color: whitesmoke;
  padding: 5px 15px 5px 0;
  text-decoration: none;
  font-size: 16px;
  display: block;
  text-align: left;
}

/*Making responsive*/
@media screen and (max-width: 600px) {
  .left-sidenav {
    padding-top: 15px;
    width: 155px;
  }
  .left-sidenav a {
    padding-left: 20px;
    font-size: 18px;
  }
}

/* Recommended-card */
.Recommended {
  width: 1250px;
  height: auto;
}
.Recommended-card {
  /* width: 1250px; */
  /* width: 80%;
  height: auto; */
  margin-top: 50px;
  padding: 0 20px;
}
.Recommended-card .name-card h2 {
  color: #78d41c;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bolder;
  text-align: left;
  font-family: Khmer OS;
}
.Recommended-card .group-card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.Recommended-card .group-card .card {
  width: 280px;
  background-color: #202020;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s;
}
.Recommended-card .group-card .card:hover {
  transform: translate(0px, -8px);
  box-shadow: 0px 0px 19px 4px #e35aff;
}

.Recommended-card .group-card img {
  width: 280px;
  height: 200px;
}

.Recommended-card .group-card .card-body {
  height: 245px;
  padding: 15px 10px;
}
.Recommended-card .group-card .card-body .G-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Recommended-card .group-card .card-body .G-name h2 {
  padding: 5px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.Recommended-card .group-card .card-body .G-name i {
  font-size: 25px;
  padding: 5px;
  color: #ffffffa6;
  transition: 0.3s ease-in-out;
  border: 1px solid #ffffffa6;
  border-radius: 50%;
}
.Recommended-card .group-card .card-body .G-name i:hover {
  color: #ef029a;
}
.Recommended-card .group-card .card-body .text {
  padding: 5px;
}
.Recommended-card .group-card .card-body .text p {
  color: #ffffffa6;
  line-height: 25px;
}
.Recommended-card .group-card .card-body .stars {
  display: flex;
  padding: 5px;
  justify-content: space-between;
}
.Recommended-card .group-card .card-body .stars i {
  color: gold;
}
.Recommended-card .group-card .card-body .stars p {
  color: #ffffffa6;
}
.Recommended-card .group-card .card-body .card-footer {
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Recommended-card .group-card .card-body .card-footer .not-discount {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.Recommended-card .group-card .card-body .card-footer .discount-percent {
  font-size: 20px;
  font-weight: 300;
  color: #ffffffa6;
  & span {
    background-color: #2dee1b;
    color: #161616;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: 600;
  }
}
.Recommended-card .group-card .card-body .card-footer .discount-price {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

/* Promotions-card */
.Promotions {
  margin-top: 70px;
  margin-left: 30px;
}
.Promotions-card {
  /* width: 1250px; */
  /* height: auto; */
  /* margin-top: 50px; */
  padding: 0 20px;
}
.Promotions-card .name-card h2 {
  color: #78d41c;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bolder;
  text-align: left;
  font-family: Khmer OS;
}
.Promotions-card .group-card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.Promotions-card .group-card .card {
  width: 280px;
  background-color: #202020;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s;
}
.Promotions-card .group-card .card:hover {
  transform: translate(0px, -8px);
  box-shadow: 0px 0px 19px 4px #e35aff;
}

.Promotions-card .group-card img {
  width: 280px;
  height: 200px;
}

.Promotions-card .group-card .card-body {
  height: 240px;
  padding: 15px 10px;
}
.Promotions-card .group-card .card-body .G-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Promotions-card .group-card .card-body .G-name h2 {
  padding: 5px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.Promotions-card .group-card .card-body .G-name i {
  font-size: 25px;
  padding: 5px;
  color: #ffffffa6;
  transition: 0.3s ease-in-out;
  border: 1px solid #ffffffa6;
  border-radius: 50%;
}
.Promotions-card .group-card .card-body .G-name i:hover {
  color: #ef029a;
}
.Promotions-card .group-card .card-body .text {
  padding: 5px;
}
.Promotions-card .group-card .card-body .text p {
  color: #ffffffa6;
  line-height: 25px;
}
.Promotions-card .group-card .card-body .stars {
  display: flex;
  padding: 5px;
  justify-content: space-between;
}
.Promotions-card .group-card .card-body .stars i {
  color: gold;
}
.Promotions-card .group-card .card-body .stars p {
  color: #ffffffa6;
}
.Promotions-card .group-card .card-body .card-footer {
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Promotions-card .group-card .card-body .card-footer .discount-percent {
  font-size: 20px;
  font-weight: 300;
  color: #ffffffa6;
  & span {
    background-color: #2dee1b;
    color: #161616;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: 600;
  }
}
.Promotions-card .group-card .card-body .card-footer .discount-price {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

/* Section Top Seller */
.Top {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-right: 10px; */
}
.Top .topSeller {
  /* margin-top: 50px; */
  padding: 0 20px;
}

.Top .topSeller .gameMenu {
  width: 400px;
  height: auto;
  float: left;
  border-right: 1px solid gray;
}
.Top .topSeller .gameMenu .topBtn {
  padding: 0 10px;
  & a {
    text-decoration: none;
  }
}
.Top .topSeller .gameMenu .topBtn h2 {
  font-family: Khmer OS;
  margin-left: 15px;
  color: #78d41c;
  margin-bottom: 20px;
  /* text-align: center; */
}
.Top .topSeller .gameMenu .topBtn h2:hover {
  color: #2dee1b;
  & span {
    padding-left: 10px;
  }
}

.Top .topSeller .card-game {
  width: 378px;
  height: 150px;
  border-radius: 15px;
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}
.Top .topSeller .card-game:hover {
  background-color: #202020;
  box-shadow: 0px 0px 19px 4px #e35aff;
}
.Top .topSeller .card-game .box-game {
  width: 370px;
  height: 130px;
  margin: auto;
}
.Top .topSeller .card-game .box-game .poster-game {
  width: 110px;
  height: 130px;
  border-radius: 5px;
}
.Top .topSeller .card-game .box-game .poster-game img {
  width: 120px;
  height: 130px;
  border-radius: 5px;
  margin: 10px;
}
.Top .topSeller .card-game .box-game .nameGame {
  width: 270px;
  height: 130px;
  margin-top: -130px;
  float: right;
}
.Top .topSeller .card-game .box-game .nameGame h3 {
  padding: 25px 0 10px 50px;
  font-size: 16px;
  /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
  color: white;
}
.Top .topSeller .card-game .box-game .nameGame p {
  padding-left: 50px;
  font-size: 12px;
  /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
  color: #ffffffa6;
  margin-bottom: 5px;
}
.Top .topSeller .card-game .box-game .nameGame .price {
  padding-left: 50px;
  font-size: 14px;
  color: white;
}

/* banner all game */
.bannerAG {
  width: 1200px;
  height: 300px;
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  background-image: linear-gradient(35deg, #202020, #ef029a, #e35aff, #3c096c);
  box-shadow: 0px 0px 19px 4px #e35aff;
}
.bannerAG .agText {
  padding: 20px;
  text-align: center;
}
.bannerAG .agText h1 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 900;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #e9ecef;
  text-shadow: 0 0 8px #ef029a;
}
.bannerAG .agText p {
  font-size: 40px;
  font-weight: bold;
  color: #e9ecef;
  text-shadow: 0 0 8px #ef029a;
}
.bannerAG .agImg {
  text-align: center;
}
.bannerAG .agImg img {
  margin-top: -110px;
  width: 100%;
  height: 420px;
}

/* All Game */
.allGame {
  margin-top: 70px;
  margin-bottom: 50px;
}
.allGame .all-card {
  padding: 0 30px;
}
.allGame .container.all-card .name-card h2 {
  font-family: Khmer OS;
  color: #78d41c;
  margin-bottom: 20px;
  margin-top: 70px;
  font-size: 28px;
  font-weight: bolder;
  text-align: left;
}
.allGame .all-card .group-card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.allGame .all-card .group-card .card {
  width: 380px;
  height: 380px;
  /* width: 280px; */
  background-color: #202020;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s;
  margin: auto;
}
.allGame .all-card .group-card .card:hover {
  transform: translate(0px, -8px);
  /* box-shadow: -2px 4px 19px 17px rgba(189,182,189,0.53); */
  /* box-shadow: 0px 0px 19px 4px rgba(45,238,27,1); */
  box-shadow: 0px 0px 19px 4px #e35aff;
}
.allGame .all-card .group-card img {
  width: 380px;
  height: 200px;
}
.allGame .all-card .group-card .card-body {
  height: 270px;
  padding: 0 5px;
}
.allGame .all-card .group-card .card-body .G-name h2 {
  /* padding: 5px 0; */
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5px;
}
.allGame .all-card .group-card .card-body .G-name p {
  color: #ffffffa6;
  line-height: 25px;
  padding: 5px;
}
.allGame .all-card .group-card .card-body .card-footer {
  padding: 10px 5px 10px 5px;
  display: flex;
  justify-content: space-between;
}
.allGame .all-card .group-card .card-body .card-footer .not-discount {
  color: white;
  font-size: 14px;
  /* font-weight: bold; */
}
.allGame .all-card .group-card .card-body .card-footer .discount {
  font-size: 14px;
  font-weight: 300;
  color: white;
  & span {
    background-color: #2dee1b;
    color: #161616;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
  }
}
.allGame .all-card .group-card .card-body .card-footer .discount s {
  font-size: 14px;
  font-weight: 300;
  color: #ffffffa6;
  padding: 5px 10px;
}
.allGame .all-card .agBtn {
  text-align: right;
}
.allGame .all-card .agBtn button {
  width: 190px;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  background-color: #2dee1b;
  color: #202020;
  transition: 0.2s ease-in-out;
  text-align: left;
}
.allGame .all-card .agBtn button:hover {
  width: 190px;
  background-color: #78d41c;
  color: #202020;
  box-shadow: 0px 0px 5px 4px #78d41c;
  & span {
    padding-left: 10px;
  }
}
