body {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  user-select: none;
}
#adsArea {
  /* padding-top: 10px; */
  overflow: hidden;
  position: relative;
  color: #000;
  background-clip: content-box;
  background: #eee;
  border: 1px solid #681d6b;
  cursor: pointer;
  background-image: url(../images/background.jpg);
  /* padding-top: 30px; */
}
.eskimi-video {
  margin-top: -10px;
}
img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.opacity0 {
  opacity: 0;
}
.adsize {
  width: 320px;
  height: 480px;
}
.abs {
  position: absolute;
}
.text-bold {
  font-weight: 700;
}
.hide {
  display: none;
}
.play-btn {
  position: absolute;
  left: 10px;
  top: 170px;
  width: 25px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 5px #000000);
}
.mute-btn {
  position: absolute;
  right: 10px;
  top: 170px;
  width: 25px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 5px #000000);
}
#preloader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  background: #fff;
}
.linePreloader {
  width: 150px;
  height: 10px;
  background: linear-gradient(to right, #681d6b, #e492e4);
  background-color: #681d6b;
  margin: auto;
  border-radius: 10px;
  background-size: 20%;
  background-repeat: repeat-y;
  background-position: -20% 0;
  animation: scroll 1.2s ease-in-out infinite;
  position: relative;
  top: 48%;
}
@keyframes scroll {
  50% {
    background-size: 80%;
  }
  100% {
    background-position: 125% 0;
  }
}
.logo {
  max-width: 70px;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  z-index: 25;
}

#eskimi-slider {
  transform: translateY(40px);
  /* position: absolute; */
  /* bottom: 0; */
}
.eskimi-slide-item img {
  width: 100%;
  transform: scale(0.85);
  transform-origin: center center;
  transition: all 0.25s ease;
}
.eskimi-slide-item.slick-center img {
  transform: scale(1);
}
.cta {
  width: 50%;
  left: 45%;
  bottom: 5px;
  margin-left: -60px;
  animation: pulse 1s infinite;
  opacity: 0;
}
.drag_icon {
  z-index: 100;
  width: 60px;
  bottom: 30%;
  left: calc(50% - 20px);
  animation: drag 5s none infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes drag {
  0%,
  50%,
  100% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-100px);
  }
  75% {
    transform: translateX(100px);
  }
}
.slick-slide {
  animation: drag 5s none infinite;
}
.slick-next:before,
.slick-prev:before {
  width: 32px;
  height: 45px;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.slick-next,
.slick-prev {
  width: 32px;
  height: 45px;
  z-index: 22;
}
.slick-prev {
  left: -1px;
}
.slick-next {
  right: -1px;
}
.slick-prev:before {
  background-image: url(../images/arrow-left.png);
}
.slick-next:before {
  background-image: url(../images/arrow-right.png);
}
