@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(static/button.css);
@import url(fonts.css);
@import url(static/styleCard.css);
@import url(static/header.css);
@import url(static/footer.css);
@import url(static/static.css);

/* Start Landing */
.landing {
  padding: 30px 0;
  margin: 0 !important;
  overflow: hidden;
}

.landing .row-1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between !important;
  padding-inline-end: 90px;
}

.landing .row-1 .parent-box {
  display: flex !important;
  gap: 13px;
}

.landing .row-1 .box-2 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "btn";
  justify-content: flex-end;
}

.landing .row-1 .box-2 .item-icon {
  width: 68px;
  padding: 5px;
  border-radius: 50%;
  border: 2px dashed #fff;
  /* Dashed white border */
}

.landing .row-1 .box-2 .item-data {
  max-width: 95px;
  font-size: 13px;
  color: white;
}
/* Responsive Design */
@media (max-width: 992px) {
  .landing .row-1 {
    padding-inline-end: 20px;
    justify-content: center;
  }

  .landing .row-1 .box-2 {
    justify-content: center;
  }

  .landing .search-container {
    width: 100%;
    justify-content: center;
  }

  .landing .row-1 .parent-box {
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .landing .row-1 {
    flex-direction: column;
    padding-inline-end: 0;
  }

  .landing .row-1 .box-2 {
    flex-direction: column;
    align-items: center;
  }

  .landing .row-1 .p-box {
    display: none;
  }
}

/* Section-2 Best Game */
.best-game {
  overflow: hidden;
}
.best-game .row-1 {
  display: flex;
}

.best-game .row-1 .box-1 .sidebar p {
  padding-top: px;
  font-weight: 500px;
}

.best-game .row-1 .box-1 .sidebar {
  background-color: #032b38;
  font-size: 14px;
  padding: 15px 20px;
}

.best-game .row-1 .box-1 .sidebar a {
  padding-top: 20px;
  color: white;
  display: block;
  text-decoration: none;
  border-bottom: 0.5px solid #ffffff44;
  padding-bottom: 6px;
}

.best-game .row-1 .box-1 .sidebar .last {
  border-bottom: none;
}

.best-game .row-1 .box-1 .sidebar a:hover {
  color: #09c;
}

.best-game .row-1 .box-2 {
  position: relative;
}

.best-game .row-1 .box-2 .data {
  position: absolute;
  top: 20%;
  left: 11%;
  color: white;
}

.best-game .row-1 .box-2 .data p {
  text-transform: uppercase;
  color: white;
  margin-bottom: 25px;
}

.best-game .row-1 .box-2 .data h2 {
  font-size: 60px;
  margin-bottom: 25px;
  font-family: "Regular";
  max-width: 330px;
}

.best-game .my-btn {
  margin-top: 40px;
}

.best-game .row-1 .box-2 .carsu {
  width: 10% !important;
}

.best-game .row-1 .box-2 .carsu-2 {
  opacity: 0;
  background-color: #000000;
}

.best-game .row-1 .box-2:hover .carsu-2 {
  opacity: 1;
}

.best-game .row-1 .box-2 .carsu-2:hover .carsu-2 {
  background-color: #f4c100 !important;
  color: #000000 !important;
  /* !111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 */
}
@media (max-width: 792px) {
  .best-game .data {
    margin: 0 !important;
  }
  .best-game .data p {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .best-game .data h2 {
    margin: 0 !important;
    font-size: 14px !important;
  }
  .best-game .data .my-btn {
    margin-top: 10px !important;
    padding: 8px 17px !important ;
    font-size: 14px !important;
  }

}

/* Section 3 Trending Products */
.best-game {
  overflow: hidden;
}
.trending {
  padding: 110px 0;
}

.trending .row-1,
.featured-collection .row-inside,
.special-products .row-inside {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #ffffff16;
  padding-bottom: 15px;
}

.trending .row-1 .box-1,
.featured-collection .row-inside .box-1,
.special-products .row-inside .box-1 {
  font-family: "regular";
  position: relative;
}

.trending .row-1 .box-1::after,
.featured-collection .row-inside .box-1::after,
.special-products .row-inside .box-1::after {
  content: "";
  border-bottom: solid 3px #f4c100;
  width: 17%;
  position: absolute;
  padding-top: 15px;
}

.trending .row-1 .box-2,
.featured-collection .row-inside .box-2,
.special-products .row-inside .box-2 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 17px;
  align-items: center;
}

.trending .row-1 .box-2 a {
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}

.trending .row-1 .box-2 .links a:first-of-type {
  color: #f4c100;
}

.trending .row-1 .box-2 a:hover {
  color: #f4c100;
}

.trending .row-1 .box-2 a:last-of-type {
  padding-inline-end: 0;
}

.trending .row-1 .box-2 .arrows {
  font-size: 22px;
}
@media (max-width: 1178px) {
  .trending .row-1 .box-2 {
    display: none;
  }
}

/*  Row-2 Box-2 */
.trending {
  overflow: hidden;
}
.trending .row-2 .box {
  font-size: 17px;
  position: relative;
  overflow: hidden;
  /* transition: transform 0.5s ease-in-out; */
}
.trending .row-2 .col-lg:nth-child(n + 2) .box::after {
  content: "sale";
  text-align: center;
  font-size: 16px;
  color: #454913;
  background-color: #f5c200;
  position: absolute;
  top: 4%;
  left: -11%;
  transform: rotate(-45deg);
  width: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.trending .row-2 .box .box-card {
  position: relative;
}
.trending .row-2 .box .box-card img {
  transition: all 0.3s ease-in-out;
}
.trending .row-2 .box .box-card .imgCard2 {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.trending .row-2 .box .box-card:hover .imgCard2 {
  opacity: 1;
}

.trending .row-2 .box .stars {
  color: #dadada;
}

.trending .row-2 .box .old-price {
  text-decoration: line-through;
  font-size: 15px;
}

.trending .row-2 .box-3 .stars,
.box-4 .stars,
.box-5 .stars {
  color: #ffc30e !important;
}
.trending .row-2 .box .box-icons {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-30px);
  opacity: 0;
  z-index: 1000;

  transition: transform 0.3s ease-in-out;
}
.trending .row-2 .box:hover .box-icons {
  transform: translateY(0);
  opacity: 1;
  z-index: 1000;
}

.trending .row-2 .box .box-icons i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.644);
  background-color: #aab7bd;
  width: 33px;
  height: 35px;
}
.trending .row-2 .box .box-icons i:hover {
  color: #f3c500;
}

/* Offer */
.offer {
  overflow: hidden;
}
.offer .row-1 .box {
  background-image: url("../imgs/asset\ 36.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  gap: 40px;
}
.offer .row-1 .box .item-icon {
  width: 3.5%;
}
.offer .row-1 .box .data {
  text-transform: capitalize;
}
.offer .row-2 .box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 30px 0;
  height: 310px;
  padding-inline-start: 50px;
}
.offer .row-2 .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/asset\ 37.jpeg");
  background-size: cover;

  z-index: -1;
  transition: transform 0.3s ease-in-out;
}

.offer .row-2 .box:hover::before {
  transform: scale(1.05);
}
.offer .row-2 .box .data h2 {
  max-width: 350px;
  font-family: "Regular";
  font-size: 40px;
}
.offer .row-2 .box-2 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
  height: 310px;
  padding-inline-start: 50px;
}
.offer .row-2 .box-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/asset\ 38.jpeg");
  background-size: cover;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
.offer .row-2 .box-2:hover::before {
  transform: scale(1.05);
}

/* Special Products  */
.special-products {
  overflow: hidden;
}
.featured-collection .row-1 .box,
.special-products .row-1 .box {
  background-color: #022733cd;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  padding: 25px;
  /* min-width: 285px; */
  height: 450px;
  padding: 0px 45px;
}
.featured-collection .row-1 .head,
.special-products .row-1 .head {
  font-family: "Regular";
  padding-top: 50px;
}
.featured-collection .row-inside .box-2 .arrows,
.special-products .row-inside .box-2 .arrows {
  font-size: 20px;
  display: flex;
  gap: 20px;
}
.featured-collection .row-inside .box-1 h2,
.special-products .row-inside .box-1 h2 {
  font-size: 27px;
}

/*  */
.special-products .item-box {
  position: relative;
}
.special-products .item-box::before,
.special-products .item-box::after {
  content: "";
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.special-products .item-box::before {
  width: calc(100% - 40px);
  z-index: -2;
}
.special-products .item-box::after {
  z-index: -1;
  background-color: #01232e;
  width: 0;
}
.special-products .item-box:hover::after {
  width: calc(100% - 50px);
}
.special-products .item-box .data {
  display: flex;
  align-items: center;
  padding-top: 60px;
}
.special-products .item-box .data img {
  width: calc(100% - 60px);
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
.special-products .item-box:hover img {
  filter: grayscale(100%);
}
.special-products .item-box:hover .data .social i {
  color: #fff;
}
.special-products .item-box .data .social {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.special-products .item-box .data .social a {
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-products .item-box .data .social a:hover i {
  color: #f4c200;
}
.special-products .item-box .data .social a:hover .social {
  background-color: transparent;
}
.special-products .item-box .data .social i {
  color: #f4c200;
  transition: all 0.4s ease-in-out;
}
.special-products .item-box .info {
  padding-left: 80px;
}
.special-products .item-box .info h3 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #f4c200;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.special-products .item-box .info p {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #f4c200;
  transition: all 0.4s ease-in-out;
  padding-bottom: 10px;
}
.special-products .item-box .info p .nt1 {
  text-decoration: line-through;
  font-size: 13px;
  margin-inline-end: 5px;
}
.special-products .item-box:hover .info h3 {
  color: #fff;
}
.special-products .item-box:hover .info p {
  color: #fff;
}

/* See What */
.see-what {
  overflow: hidden;
}
.see-what .row {
  margin-top: 40px;
  background-color: #022733cd;
  height: 510px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.see-what .row .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px;
}

.see-what .row .box .icon {
  position: absolute;
  background-color: #f4c200;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.see-what .row .box .icon:hover {
  scale: 1.1;
}
.see-what .row .box .icon i {
  color: #000000;
  font-size: 30px;
}
.see-what .row .my-box {
  color: #fff;
  align-self: flex-start;
  margin-top: 50px;
  padding: 15px;
}
.see-what .row .my-box h4 {
  font-family: "regular";
  font-size: 30px;
  margin-bottom: 30px;
}
.see-what .row .my-box p {
  font-size: 15px;
  margin-bottom: 40px;
  max-width: 470px;
}
.see-what .row .my-box li {
  margin-bottom: 22px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.see-what .row .my-box i {
  font-size: 23px;
  color: #f4c200;
  margin-inline-end: 15px;
}

/* Featured Collectio */
.featured-collection {
  overflow: hidden;
  margin-top: 60px;
}
.featured-collection .row-1 .box {
  height: 510px;
}
.featured-collection .row-2-2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.featured-collection .row-2-2 img {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.featured-collection .row-2-2 img:hover {
  opacity: 0.9;
}

/* Latest News */
.latest-news {
  margin-top: 60px;
  overflow: hidden;
}
.latest-news .row-1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #ffffff16;
  padding-bottom: 15px !important;
}
.latest-news .row-1 .box .text-head {
  font-family: "regular";
  font-size: 26px;
  position: relative;
}
.latest-news .row-1 .box .text-head::after {
  content: "";
  border-bottom: solid 3px #f4c100;
  width: 60%;
  position: absolute;
  padding-top: 15px;
}
.latest-news .row-1 .box .arrows {
  font-size: 22px;
  display: flex;
  gap: 20px;
}
/* .latest-news .row-2{
  display: flex;
  justify-content: spa;
} */
.latest-news .row-2 .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.latest-news .row-2 .box-2 {
  justify-content: flex-end;
}
.latest-news .row-2 .box .imgCard {
  width: 60%;
  padding: 10px;
}
.latest-news .row-2 .box .imgCard img {
  height: 320px;
}
.latest-news .row-2 .box .data {
  align-self: flex-start;
  margin-top: 50px;
  margin-inline-start: 20px;
}
.latest-news .row-2 .box .data .text-head i {
  color: #f4c200;
  margin-inline-end: 10px;
}
.latest-news .row-2 .box .data .text-head {
  margin-bottom: 15px;
}
.latest-news .row-2 .box .data p {
  margin-bottom: 20px;
  max-width: 200px;
}
.latest-news .row-2 .box .data a {
  padding: 13px 26px;
}
