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;
  background-size: 100%;
}

#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; */
}
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;
}
.rct {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.text-bold {
  font-weight: 700;
}
.hide {
  display: none;
}
.play-btn {
  position: absolute;
  left: 10px;
  top: 170px;
  width: 16px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 5px #000000);
}
.mute-btn {
  position: absolute;
  right: 10px;
  top: 170px;
  width: 16px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 5px #000000);
}
#preloader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  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(20px);
  /* 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: 40px;
  margin-left: -60px;
  animation: pulse 1s infinite;
}
.drag_icon {
  z-index: 100;
  width: 40px;
  bottom: 30%;
  left: calc(50% - 20px);

  animation: drag 3s infinite;
}

#initClick {
  background-image: url(../images/top_bg.jpg);
  overflow: hidden;
  z-index: 110;
}
.t1 {
  background-image: url(../images/t1.png);
  transform: scale(0);
}
.cta_1 {
  background-image: url(../images/cta_1.png);
  transform: scale(0);
}

.leaf {
  position: absolute;
  width: 130px;
  height: 100px;
  background-repeat: no-repeat;
  /* animation: float 6s ease-in-out infinite; */
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes drag {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
.slick-slide {
  animation: drag 3s 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);
}
