* {
  font-family: 'Caveat', cursive;
  font-family: 'Inconsolata', monospace;
  font-family: 'Rubik', sans-serif;
}
::selection {
  background-color: #0e202e;
  color: #2b9e4c;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-place {
  background-color: #0d0d0d;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102vh;
  width: 100vw;
  margin: -8px;
  z-index: 10;
  transition-duration: 0.25s;
}
.loading {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  background-color: #2e2e2e;
  border-color: #515151;
  border-style: solid;
  border-width: 1vw;
  border-top-color: #5c7;
  border-right-color: #5c7;
  animation-duration: 0.8s;
  animation-delay: 0s;
  animation-name: loading;
  animation-iteration-count: infinite;
  margin-top: -7.5vw;
}
.nav {
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  background-color: #DEDEDE;
  width: 100vw;
  height: 8vh;
  align-items: center;
  z-index: 2;
}
.list-button {
  display: flex;
  position: absolute;
  width: 10vw;
  height: 10vw;
  background-color: #d3d3d3;
  border-radius: 2vw;
  right: 2.5vw;
  flex-direction: column;
  align-items: center;
}
.line-one, .line-two, .line-three {
  position: absolute;
  margin: 0px;
  width: 80%;
  height: 0.8vw;
  border-radius: 5vw;
  background-color: black;
  transition-duration: 0.5s;
}
.line-one {
  top: 1vw;
}
.line-two {
  top: 4.6vw;
}
.line-three {
  bottom: 1vw;
}
.close-list {
  outline-style: none;
  border-style: none;
  display: none;
  position: fixed;
  width: 10vw;
  height: 10vw;
  border-radius: 2vw;
  right: 2.5vw;
  opacity: 0;
  margin: 0px;
}
.list {
  background-color: black;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 8vh;
  right: -100vw;
  transition-duration: 0.5s;
  z-index: 1;
}
.img-place {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12vw;
  height: 12vw;
  position: absolute;
  left: 2.5vw;
  transition-duration: 0.2s;
}
.close-img {
  top: 5vw;
  right: 2vw;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 8vw;
  height: 8vw;
  display: none;
  transition-duration: 0.5s;
  z-index: 10;
}
.one, .two {
  width: 100%;
  height: 0.8vw;
  border-radius: 5vw;
  position: absolute;
  background-color: red;
}
.one {
  transform: rotate(45deg);
}
.two {
  transform: rotate(-45deg);
}
.nav-img {
  width: 80%;
  height: 80%;
  border-radius: 50%;
}
header {
  display: flex;
  background-image: linear-gradient(45deg, #222325, #0e202e, #112724);
  margin: -8px;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header h4, header h1, header h6, header h5 {
  color: #5c7;
  margin: 2vh;
  letter-spacing: 0.42vw;
}
header h4 {
  font-size: 4.5vw;
  transition-duration: 2s !important;
}
header h1 {
  font-size: 12vw;
  opacity: 1 !important;
}
header h6 {
  font-size: 4.5vw;
  transition-duration: 2s !important;
}
header h5 {
  font-size: 4vw;
  position: fixed;
  opacity: 0.25;
  z-index: 1;
  bottom: 0.2vw;
}
.button-up {
  padding: 1.2vw;
  width: 8vw;
  height: 8vw;
  border-radius: 2.5vw;
  background-color: #5c7;
  color: white;
  text-align: center;
  margin: 0px;
  position: fixed;
  display: none;
  outline-style: none;
  border-style: none;
  bottom: 2.5vw;
  right: 3.2vw;
  transform: rotate(-90deg);
  z-index: 8;
}
.about-us {
  background-color: white;
  padding: 2vw;
  margin: 2vh auto;
  display: inline-block;
}
.about-title {
  color: #5c7;
  font-weight: bold;
  text-align: center;
  font-size: 5.6vw;
}
.about-discription {
  line-height: 1.5;
  color: #424242;
}
.link {
  width: 100%;
  height: 10vw;
  text-align: center;
  color: #5c7;
  outline-style: none;
  border-style: none;
  border-radius: 8vw;
  background-color: #272727;
  margin: 5vw 0vw;
  font-size: 4.5vw;
}
.creator-chat {
  color: #5c7;
  font-weight: bold;
  font-size: 4vw;
  text-decoration: underline;
}
/*.list-border {
  width: 97.8vw;
  height: auto;
  margin-right: -8px;
  overflow: hidden;
}*/
.offers-list {
  display: flex;
  width: 100vw;
  margin: -8px;
  height: auto;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  transition-duration: 1.5s;
}
.free-fire, .onexbet, .fake-numbers, .hack, .whatsapp, .tiktok, .admin {
  border-radius: 8vw;
  width: 80vw;
  height: 60vh;
  background-image: linear-gradient(45deg, #222325, #0e202e, #112724);
  padding: 2.5vw;
  margin: 2.6vw;
  opacity: 0;
  position: relative;
  left: -100%;
  transition-duration: 0.8s !important;
}
.reg-img, .onexbet-img, .fake-numbers-img, .hack-img, .whatsapp-img, .tiktok-img, .admin-img {
  border-radius: 8vw;
  width: 80vw;
  height: 50vh;
}
.free-fire-discription, .onexbet-discription, .fake-numbers-discription, .hack-discription, .whatsapp-discription, .tiktok-discription, .admin-discription {
  color: #2c954a;
  text-align: center;
  font-size: 5.2vw;
}
.free-fire:hover , .onexbet:hover, .fake-numbers:hover, .hack:hover, .whatsapp:hover, .tiktok:hover, .admin:hover {
  transform: scale(1.04);
  opacity: 0.8;
}
footer {
  background-color: transparent;
  width: 100vw;
  height: 5vh;
  margin: -8px;
  margin-top: 2vh;
  padding: 0px;
}
.copyright {
  color: #004a3d;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 4vw;
}
.scroll {
  transition: 3.5s;
  opacity: 0;
}
.discount {
  color: #5c7;
  font-size: 6vw;
  text-align: center;
  margin: -5vw 0vw 5vw 0vw;
}
.state {
  color: red;
}
@media (min-width: 1023px) {
  * {
    display: none;
  }
  }
