﻿@import url("css2.html");
@import url("css2-1.html");

@import url("css2-2.html");

.ne {
  font-family: "Neucha", cursive;
}
html {
  overflow: hidden !important;
  /* cursor: url("https://tuk-cdn.s3.amazonaws.com/can-uploader/hand-andy-removebg-preview.png"),
    pointer; */
}
body {
  background: #000000;
  overflow: hidden !important;
  /* font-family: "Londrina Solid", sans-serif; */
  font-family: "Protest Revolution", sans-serif;
  /* cursor: url("https://tuk-cdn.s3.amazonaws.com/can-uploader/hand-andy-removebg-preview.png"),
    pointer; */
}
/* .skipimg {
  cursor: url("https://tuk-cdn.s3.amazonaws.com/can-uploader/hand-andy-removebg-preview.png"),
    pointer;
} */

@media (max-width: 900px) {
  body {
    overflow: hidden !important;
  }
}
@media (max-width: 900px) and (orientation: portrait) {
  html {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    /* width: 100vh; */
    height: 100vw;
    overflow: hidden !important;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .rotatenot{
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    transform-origin: initial !important;
    width: 100% !important;
    height: 100% !important;
  }

  body {
    width: 100vh;
    height: 100vw;
    overflow: hidden;
  }

  .relative.h-screen {
    width: 100vh;
    height: 100vw;
    overflow: hidden;
  }
}

@media (min-width: 900px) and (orientation: landscape) {
  html {
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    transform-origin: initial !important;
    width: 100% !important;
    height: 100% !important;
    /* position: static; */
    /* overflow: visible; */
    overflow: hidden !important;
  }
}
@media (max-width: 768px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vh;
    height: 100vw;
    background-color: rgba(0, 0, 0);
    transition: background-color 2s ease-in-out;
  }
  .l15 {
    line-height: 10px !important;
  }
}
/* @media (min-width: 768px) and (max-width: 900px) {
  .trailer {
    left: 30% !important;
    top: 27%;
    width: 100px !important;
    height: 110px;
  }
  .tra {
    margin-left: -80px;
  }
  .bunk {
    right: -5%;
    width: 280px;
    height: 100px;
  }
  .wolff {
    left: 45%;
    top: 15%;
    height: 150px;
  }
  .leftwolf {
    margin-left: -80px;
  }
  .buybuy {
    width: 250px;
    height: 140px;
  }
  .chest{
    margin-top: 20px;
    width: 150px;
    height: 100px;
  }
  .buydot{
    margin-top: -50px;
  }
} */

.left {
  left: 0px !important;
}
.spot-dot_Spot--collections__3ZaRR {
  top: 48%;
  left: 20.3%;
}
.spot-dot_SpotInner__zibxk {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  justify-items: center;
  align-items: center;
  border-radius: 9999px;
}
.ease-out-quart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: ease;
}
.animate-ping {
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.animate-pulse {
  animation: pulse 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
/* .custom {
  border: 1px solid;
  border-image: linear-gradient(180deg, #61351d 0%, #b07757 100%);
  border-image-slice: 1;
  box-shadow: 6px 4px 4px 0px #00000040;
} */
.custom {
  background: #290000;
  border: 1px solid #ff0000;
}

@media (min-width: 1300px) and (max-width: 1536px) {
  .wbuy {
    width: 650px !important;
  }
}
.shake {
  animation: shake 0.5s;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .zup {
    position: absolute;
    z-index: 50;
  }
  .zdown {
    position: absolute;
    z-index: 40;
  }
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .px20 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .left100 {
    left: 100px !important;
  }
  .lb,
  .lp,
  .tax,
  .public {
    max-width: 550px !important;
    width: 100%;
  }
  .mt10 {
    margin-top: 40px !important;
  }
}
