.game-details {
  width: 1200px;
  height: auto;
  margin: auto;
  margin-top: 80px;
  /* background-color: whitesmoke; */
  background-color: #161616;
}
.container {
  width: 1250px;
  height: auto;
  margin: auto;
}

.game-details .game-title h1 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 900;
  padding: 30px 0 30px 0;
  color: #78d41c;
}
.game-details .summery {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

/* swaperjs */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 500px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 500px;
  /* object-fit: cover; */
}

/* content game */
/* .game-details .summery .content {
  padding: 0 20px;
} */
.game-details .summery .content .game-img img {
  width: 370px;
  height: 200px;
}
.game-details .summery .content .other .undiscount {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0 15px 0;
  color: white;
}
.game-details .summery .content .other .game-discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 15px 0;
}
.game-details .summery .content .other .game-discount .discount-percent {
  font-size: 20px;
  font-weight: 300;
  color: white;
  & span {
    /* background-color: #26BBFF; */
    background-color: orangered;
    color: #161616;
    border-radius: 10px;
    padding: 2px 5px;
    font-weight: 600;
  }
}
.game-details .summery .content .other .game-discount .discount-price {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.game-details .summery .content .other .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-details .summery .content .other .btn .btn-buy {
  font-family: "Noto Sans Khmer", sans-serif;
  font-size: 24px;
  font-weight: 600;
  width: 370px;
  height: 50px;
  padding: 10px 15px;
  text-align: center;
  color: black;
  border: 1px solid #2dee1b;
  background-color: #2dee1b;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: 0.2s ease-in-out;
}
.game-details .summery .content .other .btn .btn-buy:hover {
  background-color: #78d41c;
  color: black;
}
.game-details .summery .content .other .btn .btn-cart {
  font-family: "Noto Sans Khmer", sans-serif;
  font-size: 20px;
  font-weight: 600;
  width: 370px;
  height: 50px;
  padding: 10px 15px;
  text-align: center;
  color: white;
  /* border: 1px solid #2dee1b;
  background-color: #2dee1b; */
  border: 1px solid #5d6065;
  background-color: #5d6065;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: 0.2s ease-in-out;
}
.game-details .summery .content .other .btn .btn-cart:hover {
  background-color: #ffffffa6;
  color: black;
}

.game-details .summery .content .other .developer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 5px 0;
  color: white;
}
.game-details .summery .content .other .publisher {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 5px 0;
  color: white;
}
.game-details .summery .content .other .release-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 5px 0;
  color: white;
}
.game-details .summery .content .other .platform {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 5px 0;
  color: white;
}
.game-details .summery .content .other .platform i {
  margin-left: 10px;
}

/* about-game */
.game-details .about-game h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 50px;
  color: white;
}

.game-details .about-game .video-game {
  display: flex;
  justify-content: space-between;
  /* border: 1px solid yellow; */
}
/* .game-details .about-game .video-game .video{
  border: 1px solid blue;
} */
.game-details .about-game .video-game .system {
  width: 350px;
  /* border: 1px solid gray; */
  text-align: left;
  padding: 20px 0 10px;
}
.game-details .about-game .video-game .system h2 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: white;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.game-details .about-game .video-game .system h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: white;
  text-align: left;
  margin-bottom: 10px;
}
.game-details .about-game .video-game .system .specs {
  padding: 10px 0;
}
.game-details .about-game .video-game .system .specs .text-1 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffffa6;
  margin-bottom: 5px;
}
.game-details .about-game .video-game .system .specs .text-2 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: white;
}

/* paragraph */
.game-details .about-game .paragraph {
  margin-top: 30px;
  margin-bottom: 70px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffffa6;
  line-height: 25px;
}
.game-details .about-game .paragraph strong {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: white;
}
