@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Dosis", sans-serif;
  background: #000;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

body {
  overflow: hidden;
  background: url("images/bgimg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blok {
  position: fixed;
  width: 120px;
  height: 100%;
  top: 0;
  transition: all 0.7s ease;
  color: #fff;
  font-size: 110px;
  opacity: 0;
  right: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  white-space: nowrap;
}

.start {
  position: fixed;
  width: 150px;
  height: 100%;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  background: transparent;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 80px;
  top: 0;
  font-size: 80px;
  z-index: 999;
  white-space: nowrap;
}

h4 {
  position: absolute;
  transform: rotate(90deg);
}

.back {
  position: fixed;
  width: 120px;
  height: 100%;
  text-shadow: 1px 1px 1px #000;
  background: transparent;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 330px;
  top: 0;
  font-size: 70px;
  z-index: 999;
  white-space: nowrap;
  color: #fff;
}

.back i {
  display: none;
  color: #fff;
  text-shadow: none;
}

.ok {
  position: relative;
  width: 100%;
  height: 150vh;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.ok {
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  transform: rotateX(700.0262deg) rotateY(23.8494deg);
}

.glbsas {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  border-radius: 20px;
  font-size: 100px;
  z-index: 9999;
}

.glbsas li {
  position: absolute;
  list-style-type: none;
}

.glbsas li a {
  position: absolute;
  color: #fff;
  transition: all 0.5s ease;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}

.glbsas a::before {
  content: "";
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #fff;
  transition: all 0.5s ease;
}

.glbsas li a:hover {
  transform: translateX(20px);
}

a:hover:before {
  width: 100%;
}

.coming {
  position: relative;
  width: 100%;
  height: 300px;
  background: #000;
  color: #fff;
  font-size: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.coming p {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%);
  font-size: 15px;
  white-space: nowrap;
  z-index: 99999 !important;
}

.coming h5 {
  z-index: 99999 !important;
}
