@import url("https://fonts.googleapis.com/css2?family=Secular+One&display=swap");
* {
    color: #fff;
    box-sizing: border-box;
}
.bgi {
  background-image: url("../images/another-bg.jpg");
  height: 70vh;
  background-position: center center;
  position: relative;
  overflow: hidden;
  border-bottom: 4px #ff5f00 solid;
  background-attachment: fixed;
}
.bgi .soldier {
  position: absolute;
  bottom: 0px;
  height: 140%;
  transition: 0.5s ease-in-out;
  transform: scale(1);
}
@media (max-width: 767px) {
  .bgi .soldier {
    height: 65%;
  }
}
.bgi .soldier:nth-child(1) {
  left: 0;
  z-index: 2;
}
.bgi .soldier:nth-child(2) {
  right: 0px;
  z-index: 1;
}
.bgi div.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.bgi div.container img {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .bgi div.container img {
    max-width: 600px;
  }
}
.bgi div.container span {
  font-size: 24px;
  color: #fff;
  margin: 50px 0;
}
.bgi div.container div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bgi div.container div button {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 1rem 2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.5rem;
  margin: 0 1rem;
  font-size: 16px;
  cursor: pointer;
}
.bgi div.container div button i {
  margin-right: 10px;
}
.bgi div.container div button:nth-child(1) {
  border: none;
  background-color: #ff5f00;
  box-shadow: 0 0 10px rgba(254, 96, 2, 0.6);
}
.bgi div.container div button:nth-child(2) {
  border: thin solid #ff5f00;
  background-color: #1a1b21;
}
.bgi div.container h1 {
  font-weight: 700;
  font-size: 4em;
  font-family: "Sono", sans-serif;
  letter-spacing: 3px;
}
.bgi div.container p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  margin: 15px 0;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.bgi div.container a {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
  transform: scale(1);
  display: inline-block;
}
.bgi div.container a img {
  width: 300px;
}
.bgi div.container a:hover {
  transition: 0.2s;
  transform: scale(1.04);
}

.bottom-landing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  align-items: center;
  justify-content: space-around;
  margin: 2rem auto;
}
.bottom-landing .bottom-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  margin: 2rem;
}
.bottom-landing .bottom-card i {
  font-size: 60px;
}
.bottom-landing .bottom-card i {
  color: #ff5f00;
}
.bottom-landing .bottom-card h1 {
  font-weight: 100;
  color: #ff5f00;
  margin: 10px 0 0px 0;
  text-align: center;
}
.bottom-landing .bottom-card p {
  color: white;
  text-align: center;
  font-weight: 100;
  margin: 10px 0;
}

.popularProducts {
  background-image: url("../images/another-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.popularProducts h1 {
  text-transform: uppercase;
  font-size: 5em;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
.popularProducts h2.title {
  text-transform: uppercase;
  font-size: 1.2em;
  opacity: 0.6;
  margin: 15px 0;
}
.popularProducts .cards {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popularProducts .cards .card {
  box-shadow: none;
  transition: 0.3s;
  background-color: #181617;
  background-image: url("../images/card.png");
  background-size: cover;
  background-position: center -90px;
  background-repeat: no-repeat;
  height: 430px;
  margin: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  width: 318px;
  border-radius: 12px;
}
.popularProducts .cards .card:hover {
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.popularProducts .cards .card:nth-child(2) {
  background-image: url("../images/card5.png");
}
.popularProducts .cards .card:nth-child(3) {
  background-image: url("../images/card2.png");
}
.popularProducts .cards .card:nth-child(4) {
  background-image: url("../images/card3.png");
}
.popularProducts .cards .card h2 {
  text-transform: uppercase;
  font-size: 1.3em;
}
.popularProducts .cards .card span {
  margin: 15px 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}
.popularProducts .cards .card span b {
  font-size: 1.1em;
  display: inline;
  color: #ff5f00;
}
.popularProducts .cards .card span b.updating {
  color: yellow;
}
.popularProducts .cards .card span b.down {
  color: red;
}
.popularProducts .cards .card span b.comingSoon {
  color: #fff;
  opacity: 0.6;
}
.popularProducts .cards .card button {
  font-size: 1.2em;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
  background-color: #161414;
  width: 100%;
  padding: 12px 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.popularProducts #banner {
  margin-top: 75px;
  width: 70vw;
}/*# sourceMappingURL=popularProducts.css.map */

.about {
    width: 100vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
  }
  .about .info {
    width: 50%;
    text-transform: uppercase;
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .about .info h2 {
    letter-spacing: 3px;
    font-size: 3.2em;
    margin-bottom: 10px;
    font-weight: 800;
    color: #ff5f00;
  }
  .about .info p {
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: none;
    max-width: 650px;
    font-size: 1.2em;
    text-shadow: 0px 0px 4px rgb(4, 4, 4);
  }
  .about .info a {
    padding: 12px 45px;
    border-radius: 20px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #ff5f00;
    color: #ff5f00;
    font-size: 1.4em;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1);
    display: inline-block;
    box-shadow: 0 0 15px 2px #ff5f00;
  }
  .about .info a:hover {
    transition: 0.2s;
    transform: scale(1.04);
  }
  .about .soldier {
    width: 50%;
    position: relative;
    z-index: 3;
  }
  .about .soldier img {
    width: 100%;
    z-index: 3;
    position: relative;
  }
  .about .soldier::before {
    display: table;
    content: " ";
    position: absolute;
    z-index: 2;
    position: absolute;
    width: 700px;
    height: 700px;
    left: 28vw;
    top: 12vh;
    background: #ff5f00;
    opacity: 0.7;
    border-radius: 50%;
    filter: blur(300px);
    transform: rotate(-1.71deg);
  }
  .about .soldier.special::before {
    left: -20vw;
    top: -12vh;
    z-index: -1;
  }/*# sourceMappingURL=about.css.map */

  .products {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin: 150px 0;
    position: relative;
  }
  .products::before {
    display: table;
    content: " ";
    position: absolute;
    z-index: -1;
    position: absolute;
    width: 800px;
    height: 800px;
    left: 90vw;
    top: 100vh;
    background: #ff5f00;
    opacity: 0.7;
    border-radius: 50%;
    filter: blur(300px);
    transform: rotate(-1.71deg);
  }
  .products h1 {
    text-transform: uppercase;
    font-size: 38px;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 4px;
    color: #fff;
  }
  .products h1 b {
    color: #ff5f00;
  }
  .products h1::after {
    position: absolute;
    top: 100%;
    height: 4px;
    width: 100%;
    background-color: #ff5f00;
    display: table;
    content: " ";
  }
  .products .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .products .buttons button {
    color: #fff;
    background-color: #ff5f00;
    padding: 5px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
  }
  .products .buttons button:nth-child(2) {
    background-color: #202020;
    margin-left: 5px;
  }
  .products .vertical {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 70vh;
  }
  .products .vertical div {
    width: 16.7%;
    overflow: hidden;
    height: 90%;
  }
  .products .vertical img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-shadow: none;
    transition: 0.3s;
    transform: scale(1);
  }
  .products .vertical img:hover {
    transition: 0.3s;
    transform: scale(1.1);
  }
  .products .productList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 25px;
  }
  .products .productList div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #222;
    font-weight: bold;
    font-size: 22px;
    color: #ddd;
    cursor: pointer;
    transition: 0.2s;
    transform: scale(1);
    text-transform: uppercase;
    box-shadow: none;
  }
  .products .productList div img {
    width: 325px;
    margin-bottom: 5px;
  }
  .products .productList div:hover {
    transition: 0.2s;
    transform: scale(1.05);
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .products .productList div b {
    margin: 10px 0;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
  }
  .products .productList div b span {
    color: #ff5f00;
    font-size: 14px;
  }
  .products .productList div b span.comingSoon {
    color: #fff;
    opacity: 0.4;
  }
  
  #buttonImg {
    width: 300px;
    transition: 0.3s;
    transform: scale(1);
    margin: 15px 0;
  }
  #buttonImg:hover {
    transition: 0.3s;
    transform: scale(1.05);
    cursor: pointer;
  }/*# sourceMappingURL=products.css.map */

  .faq {
    background-image: url("../images/faq.png");
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px 0;
  }
  .faq h2 {
    font-size: 3em;
    margin: 20px 0;
    margin-bottom: 5px;
  }
  .faq h3 {
    text-transform: uppercase;
    margin: 30px 0;
    margin-top: 5px;
  }
  .faq div.container {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 5px;
  }
  
  .faq div.container div.question {
    margin: 5px 0;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1100px;
    position: relative;
    overflow: hidden;
    height: 60px;
    animation: paddingAnimationReverse 0.6s both;
  }
  @media (max-width: 767px) {
    .faq div.container div.question {
      width: 100vw;
    }
  }
  .faq div.container div.question b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    text-align: left;
    width: 100%;
    font-size: 1.5em;
    z-index: 999;
    position: absolute;
    background-color: black;
    top: 0;
    left: 0;
    cursor: pointer;
    text-transform: capitalize;
  }
  .faq div.container div.question b svg {
    cursor: pointer;
  }
  .faq div.container div.question p {
    padding: 25px;
    padding-top: 0px;
    padding-left: 15px;
    text-align: left;
    font-weight: bold;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1;
    animation: animationReverse 0.6s;
  }
  .faq div.container div.question b {
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(255, 94, 0, 0.5568627451);
  }
  .faq div.container div.question b.no {
    border-bottom: none;
  }
  .faq div.container div.question.active {
    animation: paddingAnimation 0.6s both;
  }
  .faq div.container div.question.active b {
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(255, 94, 0, 0.5568627451);
  }
  .faq div.container div.question.active p {
    display: block;
    animation: animation 0.6s;
  }
  
  @keyframes paddingAnimation {
    0% {
      padding-bottom: 0px;
      height: 60px;
    }
    100% {
      padding-bottom: 120px;
      height: 200px;
    }
  }
  @keyframes paddingAnimationReverse {
    0% {
      padding-bottom: 120px;
      height: 200px;
    }
    100% {
      padding-bottom: 0px;
      height: 60px;
    }
  }
  @keyframes animation {
    0% {
      top: -50px;
    }
    100% {
      top: 80px;
    }
  }
  @keyframes animationReverse {
    0% {
      top: 80px;
    }
    100% {
      top: -50px;
    }
  }/*# sourceMappingURL=faq.css.map */

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-bottom: 100px;
    margin-top: 50px;
}

.cheat-card {
    /* background-color: #18181b; */
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    margin: 20px;
    width: 80%;
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
}
@media (max-width: 767px) {
  .cheat-card {
    flex-direction: column;
  }
  .cheat-card:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.image-container img {
    width: 600px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(254, 96, 2, 0.6);
}
@media (max-width: 767px) {
  .image-container img  {
    width: 90vw;
  }
}
.content {
    padding: 20px;
   flex: 1;
}
@media (max-width: 767px) {
  .content {
    margin: 0 !important;
    width: 100vw;
  }
}
.content h2 {
    margin-top: 0;
    font-size: 32px;
}

.content p {
    font-size: 22px;
    color: #8d8d8d;
    text-align: left;
}
@media (max-width: 767px) {
  .content p {
    text-align: center;
  }
}
.content ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}

.content ul li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: #8d8d8d;
    font-size: 18px;
    justify-content: center;
}
@media (max-width: 767px) {
  .content ul li {
    font-size: 16px;
  }
  .content ul li:nth-child(4) {
    display: none;
  }
}
.content ul li i {
    color:#ff5f00;
    margin-right: 10px;
}

.cheat-btn {
    background-color:#ff5f00;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

.cheat-btn:hover {
    background-color: #ff5f00;
}
