
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
*[data-anim] {
  opacity: 0;
}
html,
body {
  overflow-x: hidden;
  position: relative;
}
body {
  color: #ffffff;
  background: #000000;
  font-family: 'Hobeaux', sans-serif;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}

/* Header */
header {
  background: #933EED;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
header .logo-header {
  max-width: 160px;
  width: 70%;
  margin-left: 16px;
}
#menu-switcher {
  margin-top: 8px;
  opacity: 0.5;
}
#menu-switcher:hover {
  opacity: 1;
}
#menu-switcher .hamburger-inner,
#menu-switcher .hamburger-inner::after,
#menu-switcher .hamburger-inner::before {
  background-color: #ffffff;
}
#header-menu {
  display: none;
  position: absolute;
  z-index: 90;
  right: 0;
  top: 70px;

  text-align: center;
  max-width: 100%;
  line-height: 21px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.menu-active #header-menu {
  display: block;
}
#header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header-menu li {
  background: #0A5EF0;
  padding: 12px 30px;
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  border-radius: 30px 0 0 30px;
}
#header-menu li:nth-of-type(even) {
  background: #933EED;
}
#header-menu a {
  color: #ffffff;
  text-decoration: none;
}
#header-menu a:hover {
  text-decoration: underline;
}

/* Footer */
footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 26px;
  line-height: 46px;
  font-weight: bold;
  transition: color 0.3s ease;
  @media (max-width: 991px) {
    font-size: 18px; /*23px;*/
    line-height: 35px; /* 35px;*/
  }
}
footer a:hover {
  color: #000000;
}
@media (min-width: 768px) {
  footer .logos-block {
    justify-content: space-between;
    min-width: 100%;
  }
}
footer .fooler-logo {
  display: block;
}
footer .fooler-logo.logo1 {
  max-width: 200px;
}
footer .fooler-logo.logo2 {
  max-width: 170px;
}
footer .fooler-logo.logo3 {
  max-width: 170px;
}
footer .footer-socials {
  margin-top: -50px;
  background: #000000;
  text-align: center;
  padding: 18px 15px 10px;
  z-index: 2;
  position: relative;
  @media (max-width: 767px) {
    margin-top: -20px;
  }
}
footer .footer-socials .social-link {
  display: inline-block;
  width: 34px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin: 0 5px;
}
footer .footer-socials .social-link:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Check age*/
.notice-text {
  max-width: 800px;
  padding: 0 20px;
}
.age-restrict-active {
  overflow: hidden;
  height: 100vh;

}
.age-check {
  display: none;
  text-align: center;
}
.age-restrict-active .age-check {
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-yes {
  background: #DDFF04;
  border-radius: 30px;
  padding: 10px 30px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.button-no{
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 30px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.button-yes:hover {
  background: #ffffff;
}

  /**/

.container {max-width: 1165px;}
.title-text {
  font-size: 66px;
  line-height: 70px;
  font-weight: bold;
  @media (max-width: 991px) {
    font-size: 33px; /*55px;*/
    line-height: 33px; /*60px;*/
  }
}
.sub-title-text {
  font-size: 45px;
  line-height: 70px;
  font-weight: bold;
  @media (max-width: 991px) {
    font-size: 18px; /*23px;*/
    line-height: 26px; /* 35px;*/
  }
}
.main-text {
  font-size: 33px;
  line-height: 47px;
  font-weight: bold;
  @media (max-width: 991px) {
    font-size: 18px; /*23px;*/
    line-height: 26px; /* 35px;*/
  }
}

@media (max-width: 991px) {
  p br {
    display: none;
  }
}

.feat-text {
  color: #DDFF04;
}
.purple-waves::before,
.purple-waves::after {
  content: '';
  width: 100%;
  height: 192px;
  background-image: url('../i/purple-waves.svg');
  background-repeat: repeat;
  position: absolute;
  z-index: 1;
}
.purple-waves::before {
  top: -192px;
  background-position: top center;
}
.purple-waves::after {
  bottom: -192px;
  background-position: bottom center;
}
#sissejuhatus {
  padding-bottom: 192px; /*/!* height of purple waves *!/*/
}
.purple-waves {
  background: #933EED;
}

@media (max-width: 991px) {
  .purple-waves::before,
  .purple-waves::after {
  background-size: 170%;
}
  .purple-waves::before {top: -100px; z-index: -1 }
  .purple-waves::after  {bottom: -70px; z-index: -1 }
}

.purple-waves-footer::before {
  content: '';
  width: 100%;
  height: 192px;

  background-image: url('../i/purple-waves.svg');
  background-repeat: repeat;
  position: absolute;
  z-index: 1;
  top: -192px; background-position: top center;}
.purple-waves-footer {
  background: #933EED;
}

@media (max-width: 991px) {
  .purple-waves-footer::before {
    background-size: 170%; top: -100px; z-index: -1 }
}

.blue-waves::before,
.blue-waves::after {
  content: '';
  width: 100%;
  height: 192px;

  background-image: url('../i/blue-waves.svg');
  background-repeat: repeat;
  position: absolute;
  /*z-index: 1;*/
}
.blue-waves::before { top: -192px; background-position: top center;}
.blue-waves::after {  bottom: -192px; background-position: bottom center;}
.blue-waves {
  background: #0A5EF0;
}

@media (max-width: 991px) {
  .blue-waves::before,
  .blue-waves::after {
    background-size: 170%;
  }
  .blue-waves::before {top: -65px; z-index: -1 }
  .blue-waves::after  {bottom: -70px; z-index: -1 }
}

/* Hero */

.ropp-keel1 {
  margin-top: -6vw; /*-10vw;*/
  margin-left: -6vw; /* -8vw; */
  width: calc(100% + 13vw);
  height: auto;
  max-width: 989px;
}
.kaabits-full {
  position: absolute;
  z-index: 3;
}
.mobile-kaabits {
  position: absolute;
  top: 0;
  /* bottom: 0;*/
  /* left: 0; */
  right: 0;
  margin: auto;
  width: auto; /* 53vw;*/
  height: 100%;
  /*max-width: 45vw;*/
}


@media (max-width: 2700px) {
  .kaabits-full {
    top: -21vw;
    right: -26vw;
    width: 81vw;
  }
}
@media (max-width: 2175px) {
  .kaabits-full {
    top: -22vw;
    right: -26vw;
    width: 81vw;
  }
}
@media (max-width: 2174px) {
  .kaabits-full {
    top: -26vw;
    right: -29vw;
    width: 99vw;
  }
}
@media (max-width: 2050px) {
  .kaabits-full {
    top: -25vw;
    right: -32vw;
    width: 99vw;
  }
}

@media (max-width: 1780px) {
  .kaabits-full {
    top: -29vw;
    right: -32vw;
    width: 99vw;
  }
}

@media (max-width: 1735px) {
  .kaabits-full {
    top: -29vw;
    right: -35vw;
    width: 114vw;
  }
}

@media (max-width: 1600px) {
  .kaabits-full {
    top: -30vw;
    right: -30vw;
    width: 99vw;
  }
}

@media (max-width: 1440px) {
  .kaabits-full {
    top: -35vw;
    right: -35vw;
    width: 114vw;
  }
}
@media (max-width: 1284px) {
  .kaabits-full {
    top: -41vw;
    right: -40vw;
    width: 139vw;
  }
}


/* Videod */
#videod a {
  margin-top: -30px;
}
.yellow-box-container {
  background-color: #DDFF04;
  padding: .5rem;
  border-radius:30px;
  transform: rotate(-9deg);
  margin-top: -200px;
  max-width: calc(100% - 10vw);
}
.yellow-box {
  color: #000;
  padding: 150px 1rem 1rem 1rem;
  border-radius:30px;
  border: 4px solid #000;
}
@media (max-width: 991px) {
  .yellow-box {
    padding: 85px 1rem 1rem 1rem;
  }
}


.video-label-1,
.video-label-2{
  background-color: #933FED;
  padding: 1rem 2rem;
  border-radius:30px;
}

.video-label-1 {
  transform: rotate(-4deg);
  margin-top: -40px;
}

/*
.video-label-1 {
  transform: rotate(-6deg);
  position: absolute;
  bottom: -6rem;
  left: -1.5rem;
  z-index: 3;
  width: 95%;
}

.video-label-2 {
  transform: rotate(6deg);
  position: absolute;
  top: -6rem;
  right: -1.5rem;
  width: 85%;
}
.video-label-2 img {
  animation: pulse-arrow 2s infinite ease-in-out;
  position: absolute;
  right: 0;
  top: -160px;
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media (max-width: 991px) {
  .video-label-2 {top: inherit; bottom: 0;}
  .video-label-2 img {display: none;}
}*/
.blue-waves-kraabits {
  max-width: 1700px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media (max-width: 991px) {
  /*.blue-waves-kraabits {display: none;}*/
}
.tabatud-kraabits {
  max-width: 1700px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
@media (min-width: 992px) {
.pullup {
  margin-top: -100px;
}
}
.exclamation-img {
  position: absolute;
  bottom: -110px;
  left: -20px;

}
.ropp-keel2 {
  position: absolute;
  bottom: -160px;
  right: -20px;

}
.arrow-1 {
  position: absolute;
  z-index: 1;
  bottom: -79px;
  left: -100px;
  pointer-events: none;
  transform: rotate(0deg); /* Points the arrow to the north-east */

  /* Animation properties */
  animation: pulse-arrow 2s infinite ease-in-out;
}

@media (max-width: 991px) {
  .arrow-1 {
    width: 76px;
    left: -38px;
    bottom: -39px;
    animation: none;
  }
}

.arrow-2 {
  position: absolute;
  z-index: 1;
  top: -79px;
  right: -100px;
  pointer-events: none;
  transform: rotate(0deg); /* Points the arrow to the north-east */

  /* Animation properties */
  animation: pulse-arrow 2s infinite ease-in-out;
}
@media (max-width: 991px) {
  .arrow-2 {
    animation: none;
    width: 68px;
    top: -46px;
    right: -41px;
  }
}


.arrow-3 {
  position: absolute;
  z-index: 2;
  bottom: -200px;
  left: 0;
  pointer-events: none;
  transform: rotate(0deg); /* Points the arrow to the north-east */

  /* Animation properties */
  animation: pulse-arrow-se 2s infinite ease-in-out;
}
@media (max-width: 991px) {
  .arrow-3 {
    width: 100px;
    left: 10vw;
    bottom: -80px;
    animation: none;
  }
}

.line-arrow-1 {
  position: absolute;
  z-index: 2;
  bottom: -75px;
  right: 100px;
  animation: pulse-arrow-se 2s infinite ease-in-out;
}
/* north east */
@keyframes pulse-arrow {
  0%, 100% {
    transform: rotate(0deg) translate(0, 0); /* Starting point */
  }
  50% {
    transform: rotate(0deg) translate(10px, -10px); /* Pulsing up and out in the north-east direction */
  }
}
/* south east */
@keyframes pulse-arrow-se {
  0%, 100% {
    transform: rotate(0deg) translate(0, 0); /* Starting point */
  }
  50% {
    transform: rotate(0deg) translate(10px, 10px); /* Pulsing up and out in the north-east direction */
  }
}
/* east */
@keyframes pulse-arrow-e {
  0%, 100% {
    transform: rotate(90deg) translate(0, 0); /* Starting point */
  }
  50% {
    transform: rotate(90deg) translate(10px, 0); /* Pulsing right along the east direction */
  }
}

section {max-width: 100vw;}
/* Mobile */
@media (max-width: 769px) {

}