@font-face {
   font-family: 'F37 Ginger Bold';
   src: url(../fonts/F37_Ginger_Bold.otf);
}


body{
    max-width: 100%;
    max-height: auto;
    margin: auto;
    background: black;
}



.hamburger {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 2.5em;
  right: 5em;
  z-index: 10000;
  background: transparent;
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before, .hamburger.is-active .hamburger--container .hamburger--bars:after {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger .hamburger--container {
  width: 100%;
  padding: 0.25em;
  position: relative;
}
.hamburger .hamburger--container .hamburger--bars {
  height: 2px;
  width: 3.5em;
  background: red;
  position: absolute;
  top: 0.9em;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before, .hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 2px;
  width: 3.5em;
  background: inherit;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}

.logo {
  width: 20em;
  height: 20em;
  position: absolute;
  top: 1.5em;
  left: 4em;
  z-index: 10000;
}
.logo img {
  width: 100%;
  display: block;
  transition: 0.3s linear 0.3s;
}
.logo.is-active img {
  filter: hue-rotate(0deg);
}

.fsmenu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fsmenu .fsmenu--container {
  width: 0;
  height: 100vh;
  padding: 8em 3em 3em;
  background: red;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 17%;
  list-style-type: none;
  text-align: center;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
  color: white;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 4.6em;
  font-weight: 500;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1003;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(-20%, -100%);
  opacity: 0;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
  height: 1em;
  font-size: 8em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  color: #DD0505;
  display: inline-block;
  margin-right: 1em;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
  opacity: 1;
  -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
          animation: animScrollingContactTextLeft 9s linear 0s infinite;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  width: 0px;
  height: 100vh;
  padding: 8em 3em 3em;
  position: absolute;
  top: 0;
  right: calc(100vw - 720px);
  z-index: 1001;
  font-size: 16px;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container img {
  width: 624px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img {
  left: auto;
  right: calc(100vw - 720px);
  -webkit-animation: animMenuRevealImg 0.4s ease 0s forwards;
          animation: animMenuRevealImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img .fsmenu--img-container img {
  right: 0;
  left: auto;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img {
  left: 0;
  right: auto;
  -webkit-animation: animMenuCloseImg 0.4s ease 0s forwards;
          animation: animMenuCloseImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img .fsmenu--img-container img {
  left: 0;
  right: auto;
}
.fsmenu.is-active {
  display: block;
}
.fsmenu.is-active .fsmenu--container {
  -webkit-animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}
.fsmenu.is-active .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  -webkit-animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
          animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
}
.fsmenu.close-menu {
  display: block;
}
.fsmenu.close-menu .fsmenu--container {
  width: 100vw;
  right: auto;
  left: 0;
  -webkit-animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
          animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
}
.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  left: auto;
  right: 0;
  background: black;
  -webkit-animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}

@-webkit-keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}

@keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}
@-webkit-keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@-webkit-keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@-webkit-keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@-webkit-keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes animScrollingContactTextLeft {
  0% {
    transform: translate(-20%, -100%);
  }
  100% {
    transform: translate(-40%, -100%);
  }
}
@keyframes animScrollingContactTextLeft {
  0% {
    transform: translate(-20%, -100%);
  }
  100% {
    transform: translate(-40%, -100%);
  }
}
.header-nightsky {
    color: white;
    background: black;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 10px;
}
.header-nightsky .hero {
    text-align: center;
    margin-top: 1px;
    padding:18% 10% 1% 10%;
    text-align: left;
    margin-bottom: 100px;
}

.header-nightsky .hero h1 {
    color: white;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
    font-size:5.5vw;
    margin-left: none;
    margin-bottom: 1px;
}

.header-nightsky .hero h1 b{
    color: red;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
    font-size:5.5vw;
    margin-left: none;
    margin-bottom: 1px;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}


.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}

@keyframes fadeInUp2 {
  0% {
    transform: translateY(900%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.fadeInUp2-animation2 {
  animation: 2.5s fadeInUp2;
}







.brand_awareness{
    background: black;
    width: 100%;
    margin: 1% 0 10% 0;
    clear: both;
        display: inline-block;
}

.creativity_1{
    width: 80%;
    margin-left: 10%;
        position: relative;
   margin-top: 14%;
    clear: both;
    display: inline-block;
}

.figure {
    position: relative;
    width: 50%; 
    max-width: 100%;
    float: left;
  }
  .figure img.Sirv{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    transition: transform .5s ease;
  }

.figure:hover img{
    transform: scale(1.02);
  }


.advertising_1{
    position: relative;
    width: 40%;
     float: left;
    text-align: left;
     margin-top: 14%;
    margin-left: 9%;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
    font-size:1.5vw;
    color: white;
    text-decoration: none;
}
.advertising_1 b{
    font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size:4vw;
    color: white;
       
}
.advertising_1:hover{
    color: white;
        text-decoration: none;

}

.advertising_1 b:hover{
    color: red;
        text-decoration: none;

}



.creativity_2{
    width: 80%;
    margin-left: 10%;
        position: relative;
   margin-top: 14%;
    clear: both;
        display: inline-block;

}

.figure {
    position: relative;
    width: 50%; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
    float: left;
  }
  .figure img.Sirv{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    transition: transform .5s ease;
  }

.figure:hover img{
    transform: scale(1.02);
  }


.advertising_2{
    position: relative;
    width: 30%;
     float: left;
    text-align: right;
     margin-top: 14%;
    margin-left: 10%;
        margin-right: 10%;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
    font-size:1.5vw;
    color: white;
    text-decoration: none;
}
.advertising_2 b{
    font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size:4vw;
    color: white;
       
}
.advertising_2:hover{
    color: white;
        text-decoration: none;

}

.advertising_2 b:hover{
    color: red;
        text-decoration: none;

}



.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    margin: 10% 0 0 0;
}


.text {
    
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 3px white;
  color: transparent; 
    animation: animate_text 30s linear infinite;
    font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size:10vw;
}

.text a {
  text-decoration: none;
  color: transparent;     
}

.text a:hover {
  text-decoration: none;
  color: transparent;  
    -webkit-text-stroke: 3px red;
}

.text span {
    margin: 0 40px;
}

@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}



.textofinal {
    color: white;
    width: 100%;
    text-align: center;
    background: red;
    font-family: F37 Ginger Bold;
    font-size:17vw;
    margin-left: none;
    margin-bottom: 1px;
    border: none;
    clear: both;
}






.ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: 3px solid red;
  border-radius: 50%;
  pointer-events: none;
}









@media only screen and (max-width: 1024px){
    
    
    
    
       
    
    
.header-nightsky {
    color: white;
    background: black;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 200px;
}
.header-nightsky .hero {
    text-align: center;
    margin-top: none;
    padding: 40% 0 15% 1%;
    margin-bottom: 100px;
}

.header-nightsky .hero h1 {
    
    font-size:34vw;
    margin-left: none;
    margin-bottom: 1px;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.header-nightsky .hero p {
    color: white;
    font-size:5vw;
    text-align: center;
    margin: -1% 0 0 0;
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}





     
  
.scroll-container {
  height: 80vh;
  min-height: 100px;
  padding: 0 2rem 14rem 2rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}


.scroll-container:nth-of-type(2) {
  background-color: black;
}


.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.scroll-element {
  width: 100%;
    padding: none;
    margin-top: -190px;
}

.scroll-element {
  min-height: 100px;
  height: 20%;
font-size: 8vw;
    
    text-align: center;
    padding: none;
    margin: none;
}

    
    
 .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}
    
    
    
}















@media only screen and (max-width: 768px){
    


    
    
 
    
    
    .fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 20%;
  list-style-type: none;
  text-align: center;
}
    
    
    
    
    
.header-nightsky {
    color: white;
    background: black;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 200px;
}
.header-nightsky .hero {
    text-align: center;
    margin-top: 1px;
    padding:30% 10% 1% 10%;
    text-align: left;
    margin-bottom: 100px;
}

.header-nightsky .hero h1 {
    font-size:12vw;
    margin-bottom: 1px;
}

.header-nightsky .hero h1 b{
    
    font-size:13vw;
    margin-bottom: 1px;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}



.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}



    
    
    
    
    
    
  

.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    margin: 20% 0 0 0;
}


.text {
    
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 2px white;
  color: transparent; 
    animation: animate_text 30s linear infinite;
    font-size:16vw;
}

.text a {
  text-decoration: none;
  color: transparent;     
}

.text a:hover {
  text-decoration: none;
  color: transparent;  
    -webkit-text-stroke: 3px red;
}

.text span {
    margin: 0 40px;
}

@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}

    
 



      .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}
    
    
    


}



















@media only screen and (max-width: 480px){
    
 
    

.hamburger {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 2.5em;
  right: 3em;
  z-index: 10000;
  background: transparent;
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before, .hamburger.is-active .hamburger--container .hamburger--bars:after {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger .hamburger--container {
  width: 100%;
  padding: 0.25em;
  position: relative;
}
.hamburger .hamburger--container .hamburger--bars {
  height: 2px;
  width: 3.5em;
  background: red;
  position: absolute;
  top: 0.9em;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before, .hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 2px;
  width: 3.5em;
  background: inherit;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}

.logo {
  width: 20em;
  height: 20em;
  position: absolute;
  top: 1.5em;
  left: 3em;
  z-index: 10000;
}
.logo img {
  width: 100%;
  display: block;
  transition: 0.3s linear 0.3s;
}
.logo.is-active img {
  filter: hue-rotate(0deg);
}

.fsmenu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
}
.fsmenu .fsmenu--container {
  width: 0;
  height: 100vh;
  padding: 45% 7% 0 0;
  background: red;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 15%;
  list-style-type: none;
  text-align: center;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  display: flex;
 justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
  color: white;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1003;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(-20%, -100%);
  opacity: 0;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
  height: 1em;
  font-size: 8em;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  color: #DD0505;
  display: inline-block;
  margin-right: 1em;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
  opacity: 1;
  -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
          animation: animScrollingContactTextLeft 9s linear 0s infinite;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  width: 0px;
  height: 100vh;
  padding: 100em 3em 3em;
  position: absolute;
  top: 0;
  right: calc(100vw - 720px);
  z-index: 1001;
  font-size: 16px;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container img {
  width: 624px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.header-nightsky {
    color: white;
    background: black;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 50px;
}
.header-nightsky .hero {
    text-align: left;
    margin-top: none;
    padding: 58% 1px 9% 10%;
    margin-bottom: 50px;
}

.header-nightsky .hero h1 {
    width: 90%;
    font-size:11vw;
    margin-left: 1px;
    margin-bottom: 1px;
}
    
.header-nightsky .hero h1 b{
    font-size:11vw;
    margin-left: 1px;
    margin-bottom: 1px;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}



.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}


.brand_awareness{
    width: 100%;
    margin: 1% 0 10% 0;
    clear: both;
        display: inline-block;
}

.creativity_1{
    width: 80%;
    margin-left: 10%;
   margin-top: 14%;
    clear: both;
}

.figure {
    position: static;
    width: 100%; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
  }
  .figure img.Sirv{
    position: static;
          z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    transition: transform .5s ease;
  }

.figure:hover img{
    transform: scale(1.02);
  }


.advertising_1{
    position: static;
    width: 80%;
    text-align: left;
    margin-top: 10%;
    margin-left: 9%;
    font-size:3.5vw;
    text-decoration: none;
}
.advertising_1 b{
    font-size:6vw;
       
}



.creativity_2{
    width: 80%;
    margin-left: 10%;
        position: static;
   margin-top: 14%;
    margin-bottom: 24%;
    clear: both;

}



.advertising_2{
    position: absolute;
    width: 80%;
    text-align: left;
    margin-top: 59%;
    margin-left: 10%;
    margin-right: 10%;
    font-size:3.5vw;
    text-decoration: none;
    z-index: 6;
}
.advertising_2 b{
    font-size:6vw;
       
}




.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    margin: 20% 0 0 0;
}


.text {
    
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 1px white;
  color: transparent; 
    animation: animate_text 30s linear infinite;
    font-size:16vw;
}

.text a {
  text-decoration: none;
  color: transparent;     
}

.text a:hover {
  text-decoration: none;
  color: transparent;  
    -webkit-text-stroke: 3px red;
}

.text span {
    margin: 0 40px;
}

@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}
    
    

    
    
    
    
    

.textofinal {
    width: 100%;
    text-align: center;
    font-size:17vw;
    margin-left: none;
    margin-bottom: 1px;
    border: none;
    clear: both;
}

  .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}


    
}






@media only screen and (max-width: 400px){



.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
    
.header-nightsky .hero {
    text-align: left;
    margin-top: none;
    padding: 58% 1px 1% 10%;
    margin-bottom: 100px;
}

.header-nightsky .hero h1 {
    width: 90%;
    font-size:14vw;
    margin-left: 1px;
    margin-bottom: 1px;
}
    
.header-nightsky .hero h1 b{
    font-size:15vw;
    margin-left: 1px;
    margin-bottom: 1px;
}    
    
    
    
    
  .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}


    
    
}