/*
Import this file in your plguins

No styles here!
Only variables, mixins

 */
/*
Fonts
===============
*/
/*
Colors
===============
*/
/*
Breakpoints
===============
*/
/*
Containers, margins, paddings
===============
 */
/*
Fonts
===============
 */
/*
Helpers
===============
 */
.VideoHero {
  height: 100vh;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

.VideoHero .icon-ICO_close {
  position: absolute;
  right: 5rem;
  top: 5rem;
  pointer-events: none;
}

.VideoHero .icon-ICO_close:hover {
  cursor: pointer;
}

.VideoHero .icon-ICO_close:before {
  color: #ffffff;
  font-size: 2rem;
}

@media screen and (min-width: 640px) {
  .VideoHero .icon-ICO_close:before {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .VideoHero .icon-ICO_close:before {
    font-size: 4rem;
  }
}

#VideoHeroBottom {
  height: 0;
  overflow: hidden;
}

.VideoHero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  position: relative;
  z-index: 11;
  margin: 5rem auto 0 auto;
  max-width: 60rem;
}

.VideoHero__icon {
  font-size: 8rem;
  display: inline-block;
  margin-bottom: 3.5rem;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.VideoHero__icon:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  cursor: pointer;
}

@media screen and (min-width: 640px) {
  .VideoHero__icon {
    font-size: 10rem;
  }
}

@media screen and (min-width: 1024px) {
  .VideoHero__icon {
    font-size: 12rem;
  }
}

@media screen and (min-width: 1441px) {
  .VideoHero__icon {
    font-size: 15rem;
  }
}

.VideoHero__title {
  width: 100%;
  text-align: center;
  font-family: "Roboto-Light";
  font-size: 3rem;
  color: #ffffff;
  line-height: 120%;
}

@media screen and (min-width: 850px) {
  .VideoHero__title {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .VideoHero__title {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 1441px) {
  .VideoHero__title {
    font-size: 5.2rem;
  }
}

.VideoHero__intro {
  width: 100%;
  max-width: 80%;
  text-align: center;
  font-family: "Roboto";
  font-size: 2rem;
  color: #ffffff;
  line-height: 160%;
  margin-top: 3rem;
}

.VideoHero__picture {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
}

.VideoHero__image {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
Video overlay
*/
.VideoHero__video-container {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2000;
  display: none;
}

.VideoHero__video-container iframe {
  max-width: 80%;
  max-height: 60%;
}

.VideoHero__video-container.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.VideoHero__button.Order__button--order {
  margin-top: 6rem;
  margin-bottom: 3rem;
  display: inline-block;
  max-width: 70%;
  white-space: normal;
}

.VideoHero__button.Order__button--order--order {
  font-family: "Roboto";
  font-size: 1.7rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F46875), to(#E93C46));
  background: -webkit-linear-gradient(#F46875, #E93C46);
  background: -o-linear-gradient(#F46875, #E93C46);
  background: linear-gradient(#F46875, #E93C46);
  color: #ffffff;
  line-height: 120%;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: solid 2px rgba(232, 57, 67, 0.6);
  border-radius: 5px;
  vertical-align: middle;
}

.VideoHero__button.Order__button--order--order:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F46875), to(#E93C46));
  background: -webkit-linear-gradient(#F46875, #E93C46);
  background: -o-linear-gradient(#F46875, #E93C46);
  background: linear-gradient(#F46875, #E93C46);
  color: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

@media screen and (min-width: 850px) {
  .VideoHero__button.Order__button--order {
    padding-right: 5.5rem;
  }
}

.VideoHero__button.Order__button--order:hover .VideoHero__button-icon:before {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

@media screen and (min-width: 850px) {
  .VideoHero__button-icon {
    margin-right: 2rem;
  }
}

.VideoHero__button-icon::before {
  font-size: 3.7rem;
  color: #ffffff;
  vertical-align: middle;
  line-height: 100%;
  display: inline-block;
  margin-bottom: 0rem;
  margin-right: 1.5rem;
  -webkit-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

@media screen and (min-width: 500px) {
  .VideoHero__button-icon::before {
    line-height: 44%;
    margin-right: 3rem;
    display: inline-block;
  }
}

.ScrollBottom {
  position: absolute;
  bottom: 2.5rem;
  font-size: 2.5rem;
  -webkit-transition: transform 0.3s ease, opacity 0, 3s ease;
  -o-transition: transform 0.3s ease, opacity 0, 3s ease;
  -webkit-transition: opacity 0, 3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0, 3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0, 3s ease;
  transition: transform 0.3s ease, opacity 0, 3s ease, -webkit-transform 0.3s ease;
  left: 50%;
  right: 50%;
  width: 100px;
  height: 25px;
  margin-left: -50px;
  text-align: center;
  z-index: 100;
}

.ScrollBottom:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.ScrollBottom i {
  display: inline-block;
  animation: bounce 2.5s infinite;
  -webkit-animation: bounce 2.5s infinite;
  -moz-animation: bounce 2.5s infinite;
  -o-animation: bounce 2.5s infinite;
  text-align: center;
}

.ScrollBottom i:before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 1024px) {
  .ScrollBottom {
    font-size: 3.5rem;
    width: 150px;
    height: 50px;
    margin-left: -75px;
  }
}

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

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