@font-face {
    font-family: 'Festivo Letters No.18';
    src: url('../fonts/FestivoLettersNo18.eot');
    src: url('../fonts/FestivoLettersNo18.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FestivoLettersNo18.woff2') format('woff2'),
        url('../fonts/FestivoLettersNo18.woff') format('woff'),
        url('../fonts/FestivoLettersNo18.svg#FestivoLettersNo.18') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.orange {
  color: #f3a02f !important;
}

.festivo {
    font-family: 'Festivo Letters No.18';
    font-weight: lighter;
}

.actor-claim {
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: -30px;
}

.producer-claim {
  margin-top: -20px;
  margin-bottom:50px;
  font-size: 1.4em;
}

.cast-bigger {
  font-size: 1.7em !important;
}

body {
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2em;
  font-size: 0.7em;
}
a {
  color: #fff;
}
a:hover {
  color: #eee !important;
}

svg {
				//max-width: 2000px;
				width: 2000px;
        stroke-width: 1.2px;
      	stroke-linecap: square;
      	stroke-linejoin: arcs;
        stroke: #fff;
        color: #fff;
      	stroke-alignment: outer;
      	stroke-miterlimit: 10;
  }

  .view-trailer {
    width: 100%;
    position: absolute;
    top: 87vh;

    z-index: 999;
  }

.logo-wrapper {

  position: relative;
  display: block;

  //border: 1px solid red;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  padding-left: 37px;
  max-width: 382px;
  max-height: 110px;
  z-index:1000;
}

.dot-top {
  max-height: 38px;
  position: absolute;
  left: 173px;
  top: 11px;
}

.dot-bottom {
  max-height: 38px;
  position: absolute;
  left: 173px;
  top: 65px;
}

.logo {
    display: block;
    width: 100%;
    max-width: 100%;
}

.logo-parts {
  border: 0px solid green;
}

.part-top  {
  display: none;
  max-height: 51px;

}
.part-bottom {
    display: none;
  max-height: 52.5px;
}

.o1 {
  max-height: 52.5px;
  margin-top: 2px;
}

.h {

}



#playground {
  position: relative;
  height: 100vh;
  //y-overflow: scroll !important;
  overflow: hidden;
  //ray endless
  //overflow-y: auto;

}

/* Hide scrollbar for Chrome, Safari and Opera */
#playground::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
#playground {
  -ms-overflow-style: none;
}

.say-hello {
  display: none;
  position: absolute;
  top: 50%;
  left: 45%;
  right: 0px;
  z-index: 1;
  font-size: 1.5em;
}

.svg-container {
  background-color: #000;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sun1 {
  position: absolute;
  top: -9937px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  //padding-top:60px;
}

#sun2 {
  //padding-bottom:45px;
  position: absolute;
  top: -9999px;
  bottom: -9956px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

#next-content {
  height: 100vh;
}

#video {
  padding-top: 40px;
  margin-top:40px;
  height: 100vh;
  //min-height: 100vh;

  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;

}

#video .container {
  position: relative;
}

.headline {
  border-color:#fff;
}

.top-arrow {
  position: absolute;
  right: 20px;
}

.carousel-caption h5 {
  background-color: rgba(0,0,0,0.4) !important;
  padding: 5px;
  display: inline-block !important;
  font-size: 1.5em;
}

.carousel-caption  {
  position: relative;
    left: 0;
    top: 0;
    min-height: 170px;
}

.carousel-control-prev,
.carousel-control-next{
      top: -150px; !important;
}

#contact {
  margin-top: 50px;
  position: relative;
  height: 100%;
  min-height: 50vh;
  //height: 700px;
  overflow: hidden;


  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.contact-info {

}


#footer {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer hr {
  border-color: #fff;
  border-width: 2px;
  max-width: 200px;
  margin-bottom: 20px;
}

.modal-body {
  background-color: #fff !important;
  color: #000
}

#impress a {
  color: #000 !important;
}

#impress h1 {
  margin-bottom: 20px;
}

#impress h3 {
  font-size: 2em;
  margin-top: 20px;
    margin-bottom: 20px;
}

.rotation-wrapper-outer {
  margin-left: 46%;
  display: table;
}
.rotation-wrapper-inner {
  padding: 50% 0;
  height: 0;
}
.element-to-rotate {
  display: block;
  transform-origin: top left;
  /* Note: for a CLOCKWISE rotation, use the commented-out
     transform instead of this one. */
  transform: rotate(-90deg) translate(-100%);
  /* transform: rotate(90deg) translate(0, -100%); */
  margin-top: -50%;

  /* Not vital, but possibly a good idea if the element you're rotating contains
     text and you want a single long vertical line of text and the pre-rotation
     width of your element is small enough that the text wraps: */
  white-space: nowrap;


}

@keyframes pulse {
    0% {
     transform: scale(1, 1);
    }

    50% {
     transform: scale(1000, 1000);
    }

    100% {
    transform: scale(10, 10);
    }
}

#pulsate {
    animation: pulse 2s linear infinite;
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
  transform: translateY(0);
  }
  40% {
  transform: translateY(-20px);
  }
  60% {
  transform: translateY(-12px);
  }
}

.bounce {
  animation: bounce 2s infinite;
  animation-delay: 3s;
}


@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(36deg);
    }
}

@media (max-width: 575.98px) {
    #video {
      height: 100% !important;
    }
 }


 @keyframes pulse {
 	0% {
 		transform: scale(0.95);
 		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
 	}

 	70% {
 		transform: scale(1);
 		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
 	}

 	100% {
 		transform: scale(0.95);
 		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
 	}
 }
 .pulsate {
  animation: pulse 2s infinite;
 }

@media (max-width: 767.98px) {

  #video {
    height: 100% !important;
  }

 }



@media (min-width: 500px) {

  .actor-claim {
    font-size: 4.5em;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .producer-claim {
    margin-top: -20px;
    margin-bottom:50px;
    font-size: 4em;
  }


  .carousel-caption h5 {
    font-size: 2em;
   }
}

@media (max-width: 991.98px) {

  #video {
    height: 100% !important;
  }

 }


@media (max-width: 1199.98px) {

}

@media (min-width: 1025px) {

}
