﻿html {
  scroll-behavior: smooth;
}
.MyLPs {
  color: #2b2d40;
  padding-bottom: 5%;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
  background-color: #191b28;
  padding-top: 50px;
  perspective: 1000px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 700;
  color: #2d2b41;
  background-color: white;
  border-radius: 5px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 10px auto;
  -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon:hover {
  /*background-color: @blue;*/
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs .bgGreen {
  background-color: #85c440;
}
.MyLPs .clrGreen {
  color: #85c440;
}
.MyLPs .f18 {
  font-size: 18px;
  margin-bottom: 15px;
}
.MyLPs .f20 {
  font-size: 20px;
  margin-bottom: 15px;
}
.MyLPs .f22 {
  font-size: 23px;
  margin-bottom: 15px;
}
.MyLPs .f30 {
  font-size: 30px;
  margin-bottom: 15px;
}
.MyLPs .f35 {
  font-size: 35px;
  margin-bottom: 15px;
}
.MyLPs .f60 {
  font-size: 60px;
  margin-bottom: 15px;
}
.MyLPs .w300 {
  font-weight: 300;
}
.MyLPs .w600 {
  font-weight: 600;
}
.MyLPs .w800 {
  font-weight: 800;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.section1 {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  /*height: 800px;*/
  padding: 20px 0;
  position: relative;
}
.desc_wrapper {
  max-width: 600px;
  margin: 20px auto 0 auto;
  position: relative;
  z-index: 2;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
}
.desc_wrapper .top_logo2 {
  max-width: 500px;
  width: 100%;
}
.desc_wrapper .top_logo {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 15px auto;
}
.desc_wrapper ul li {
  list-style: decimal;
  margin-block: 10px;
  font-weight: 300;
}
.desc_wrapper .icons {
  position: absolute;
}
.icon-akoustika {
  left: -150px;
  top: 30%;
}
.icon-moxlos {
  right: -150px;
  top: 35%;
}
.icon-devices {
  left: 0;
  bottom: -50px;
}
.icon-tablet {
  right: 0;
  bottom: -50px;
}
.ctaBtn {
  background-color: #a2c520;
  color: white;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px;
  border-radius: 50px;
  margin: 50px auto;
  display: block;
  width: fit-content;
  cursor: pointer;
  transition: all linear 0.15s;
}
.ctaBtn:hover {
  background-color: #bfe62e;
}
.blob1 {
  position: absolute;
  width: 1150px;
  height: 1150px;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  /*animation: blob1_animation linear 300s infinite 10s;*/
}
/*@keyframes blob1_animation {
    0% {
        transform: translateX(-50%) rotate(0);
    }

    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}*/
.blob2 {
  position: absolute;
  width: 1050px;
  height: 1050px;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
}
.videoShots {
  position: absolute;
  transition: all 0.75s ease-out;
  transform-style: preserve-3d;
}
.videoShot1 {
  bottom: 8%;
  left: 6%;
}
.videoShot1 img {
  width: 300px;
}
.videoShot2 {
  top: 5%;
  right: 15%;
}
.videoShot2 img {
  width: 200px;
}
.videoShot3 {
  bottom: -20px;
  right: 2%;
}
.videoShot3 img {
  width: 400px;
}
.scrollDown {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: solid 2px #ffc539;
  margin: 150px auto 50px auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ScrollDown linear 1s infinite;
}
@keyframes ScrollDown {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(5px);
  }
}
.video_wrapper {
  height: 350px;
  margin: 10px auto;
  width: 98%;
  max-width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: black;
}
.video_wrapper .poster {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all linear 0.4s;
}
.video_wrapper img {
  width: 170px;
  position: relative;
  transition: all linear 0.4s;
}
.video_wrapper:hover .poster {
  opacity: 0.7;
}
.section2 {
  position: relative;
}
.you_logo {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  margin-bottom: -250px;
  z-index: 2;
  width: 22%;
  max-width: 350px;
}
.you_logo img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1330px) {
  .videoShot1 {
    bottom: 0;
    left: 0;
  }
  .videoShot1 img {
    width: 250px;
  }
  .videoShot2 {
    top: 5%;
    right: 0;
  }
  .videoShot2 img {
    width: 200px;
  }
  .videoShot3 {
    bottom: -20px;
    right: 0;
  }
  .videoShot3 img {
    width: 280px;
  }
  .you_logo {
    width: 250px;
    margin-bottom: -150px;
  }
}
@media (max-width: 991px) {
  .videoShot1,
  .videoShot3 {
    display: none;
  }
  .you_logo {
    width: 250px;
    margin-bottom: 50px;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .MyLPs .f16 {
    font-size: 14px;
  }
  .MyLPs .f18 {
    font-size: 16px;
  }
  .MyLPs .f22 {
    font-size: 20px;
  }
  .MyLPs .f30 {
    font-size: 25px;
  }
  .MyLPs .f35 {
    font-size: 28px;
  }
  img.icon-akoustika,
  img.icons {
    display: none;
  }
  .desc_wrapper {
    height: 500px;
  }
  .desc_wrapper .top_logo2 {
    width: 100%;
  }
  .desc_wrapper .top_logo {
    width: 70%;
  }
  .blob1 {
    width: 750px;
    height: 750px;
  }
  .blob2 {
    width: 650px;
    height: 650px;
  }
  .scrollDown {
    margin: 50px auto;
  }
}
@media (max-width: 576px) {
  .desc_wrapper {
    margin: 0 auto;
  }
  .desc_wrapper .top_logo2 {
    width: 70%;
  }
  .desc_wrapper .icons {
    width: 100px;
  }
  .blob1 {
    width: 650px;
    height: 650px;
    top: -50px;
  }
  .blob2 {
    width: 550px;
    height: 550px;
    top: -50px;
  }
  .you_logo {
    width: 150px;
    margin-bottom: 50px;
  }
  .video_wrapper {
    height: 250px;
  }
  .section2 {
    margin-top: 50px !important;
  }
  .scrollDown {
    margin: 30px auto 0 auto;
  }
}