@charset "UTF-8";
/***!  /media/templates/site/arkadia/css/video.css?3dafaa  !***/

@keyframes glow {
  from {
    text-shadow: 0 0 5px #fff, 0 0 5px #B09279;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 20px #B09279;
  }
}
@keyframes introduceBadge {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulseBadge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes introduceLabel {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4) rotateY(-1800deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotateY(20deg);
  }
}
@keyframes rotateLabel {
  0% {
    transform: translate(-50%, -50%) rotateY(20deg);
  }
  50% {
    transform: translate(-50%, -50%) rotateY(-20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(20deg);
  }
}
#video {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  left: 0;
  margin: 0;
  min-height: 2vh;
}
#video .mod-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (min-width: 992px) {
  #video .mod-custom {
    padding: 120px 0 0 0;
  }
}
#video #videobox-header {
  height: 100vh !important;
  width: 100vw !important;
  border-radius: 0;
}
@media (min-width: 992px) {
  #video #videobox-header {
    height: calc(100vh - 240px) !important;
    width: 80vw !important;
    border-radius: 20px;
  }
}
#video #videobox-header video {
  object-fit: cover !important;
}

#video-after {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 20%;
  width: 80%;
  z-index: 5;
}
@media (min-width: 992px) {
  #video-after {
    left: 5%;
    right: 5%;
    bottom: 0;
    width: 90%;
  }
}
#video-after .slogan {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#video-after .slogan p {
  font-size: calc(1rem + 6vw);
  line-height: 100%;
  font-weight: 300;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.26);
}
@media (min-width: 992px) {
  #video-after .slogan p {
    font-size: clamp(3.5rem, 8vw, 8rem);
  }
}
#video-after .slogan p span {
  font-weight: 400;
  color: #B09279;
}
#video-after .mod-adults-mobile {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  #video-after .mod-adults-mobile {
    display: none;
  }
}
#video-after .mod-adults-mobile .badge {
  animation: introduceBadge 1s linear 0s 1 both;
  background: rgba(176, 146, 121, 0.2);
  border-radius: 50%;
  height: 40px;
  perspective: 600px;
  position: relative;
  width: 40px;
}
#video-after .mod-adults-mobile .badge:before {
  animation: pulseBadge 3s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite both;
  border: 2px solid #B09279;
  border-radius: inherit;
  bottom: -10px;
  content: "";
  left: -10px;
  opacity: 0.2;
  position: absolute;
  right: -10px;
  top: -10px;
}
#video-after .mod-adults-mobile .badge .badge__label {
  animation: introduceLabel 2s cubic-bezier(0.19, 1, 0.22, 1) 1s 1 both, rotateLabel 5s linear 3s infinite;
  color: #B09279;
  font-size: 23px;
  margin: 0;
  padding: 0;
  line-height: 1em;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
#video-after .mod-adults-mobile .badge .badge__label * {
  margin: 0 !important;
  padding: 0 !important;
}
#video-after .mod-adults-mobile .badge .badge__label span {
  color: #fff;
}

/*# sourceMappingURL=video.css.map */

