body,
html {
    overflow-x: hidden;
    backface-visibility: hidden;
}

*,
:after,
:before {
    box-sizing: border-box;
    backface-visibility: hidden;
}

body {
    background: linear-gradient(180deg, #060f1c 0%, #0e3454 100%);
    position: relative;
}

.is-mobile .hidden-mobile {
    display: none !important;
}

.is-mobile .display-mobile {
    display: block !important;
}

.container-fluid {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#tippy-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    opacity: 0;
    visibility: hidden;
}

.wrap {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.scrollable {
    position: relative;
    transform: translateZ(0);
}

#masthead {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 15px 0;
}

.home #masthead {
    opacity: 0;
    visibility: hidden;
    transition: ease all 1s;
}

#masthead .container-fluid {
    max-width: 2000px;
}

.home #masthead.active {
    opacity: 1;
    visibility: visible;
}

.orchard-logo-wrapper {
    position: relative;
    width:115px;
    height:43px;
}

#orchard-logo {
    opacity: 1;
    visibility: visible;
}

#orchard-logo-green {
    opacity: 0;
    visibility: hidden;
}

#orchard-logo,
#orchard-logo-green {
    cursor: pointer;
    height: 43px;
    width: 115px;
    transition: ease all 0.25s;
}

#orchard-logo-green {
    position: absolute;
    top: 0;
    left: 0;
}

.orchard-logo-wrapper:hover #orchard-logo {
    opacity: 0;
    visibility: hidden;
}

.orchard-logo-wrapper:hover #orchard-logo-green {
    opacity: 1;
    visibility: visible;
}

.fixed {
    position: fixed;
}

.fh-panel {
    height: 100vh;
    width: 100%;
    position: relative;
}

.fh-panel,
.panel {
    z-index: 3;
    position: relative;
    padding: 25px 0 50px;
    overflow: visible;
}

#panel-2 {
    padding-top: 50px;
}

.vert-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
}

.svg-img {
    width: 100%;
    height: auto;
}

#panel-1 img {
    margin: 20px auto;
}

.film-transparency-logo {
    height: auto;
    max-width: 555px;
    width: 100%;
}

.mh-item {
    position: relative;
}

.intro-rectangle {
    bottom: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    right: 0;
}

.intro-rectangle img {
    width: 100%;
}

.scroll-next {
    position: absolute;
    bottom: 40px;
    width: 100%;
    cursor: pointer;
    transition: ease all 0.5s;
    transform: translateY(0);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.scroll-next:hover {
    transform: translateY(-5px);
    color: #419b86;
}

.scroll-next span {
    font-size: 12px;
    letter-spacing: 4px;
}

.scroll-next i {
    font-size: 32px;
}

video {
    max-width: 1170px;
    width: 100%;
}

.film-case-study {
    padding: 0 0 50px;
}

.layout-a.panel {
    margin-bottom: 100px;
}

.film-logo {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.film-case-study p {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.case-study-image-group {
    text-align: center;
}

.case-study-image-group img {
    position: relative;
    margin: 0 auto;
}

.film-case-study.layout-a,
.film-case-study.layout-b {}

.film-case-study.layout-a .case-study-image-group {
    position: relative;
    height: 601px;
    padding-bottom: 50px;
}

.film-case-study.layout-a .case-study-image-group img:nth-of-type(1) {
    top: 150px;
    z-index: 2;
}

.film-case-study.layout-a .case-study-image-group img:nth-of-type(2) {
    right: 150px;
    z-index: 2;
}

.film-case-study.layout-a .case-study-image-group img:nth-of-type(3) {
    top: -200px;
    z-index: 2;
}

.film-case-study.layout-b .case-study-image-group {
    height: 670px;
    position: relative;
}

.film-case-study.layout-b .case-study-image-group img:nth-of-type(1) {
    z-index: 3;
}

.film-case-study.layout-b .case-study-image-group img:nth-of-type(2) {
    top: -50px;
    right: 150px;
    z-index: 2;
}

.film-case-study.layout-b .case-study-image-group img:nth-of-type(3) {
    z-index: 1;
    top: -130px;
}

ul.social-links {
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    text-align: center;
}

ul.social-links > li {
    display: inline-block;
    margin: 0 5px;
}

ul.social-links > li a {
    font-size: 21px;
    color: $white;
}

.legal-links {
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    text-align: center;
}

.legal-links > li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
}

.legal-links > li::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background-color: $white;
}

.legal-links > li:last-of-type::after {
    display: none;
}

.legal-links > li a {
    font-size: 14px;
    color: $white;
}

.footer-rectangle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.video-wrapper {
    position: relative;
    cursor: pointer;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
/*.video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #419B86;
    transition: ease all 1s;
}*/
/*.video-wrapper::after {
    content: "\f01d";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 100px;
    color: $white;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition: ease all 1s;
}

.video-wrapper.video-active::after,
.video-wrapper.video-active::before {
    visibility: hidden;
    opacity: 0;
}*/
.about-panel {
    padding-bottom: 150px;
}

#your-data h2 span {
    display: inline-block;
}

#your-data h2 span:first-of-type {
    margin-right: 10px;
}
@media screen and (max-width:768px) {
    #your-data h2 span {
        display: block;
    }

    #your-data h2 span:first-of-type {
        margin-right: 0;
    }
}
/* ----------------------------
  - SPECS
----------------------------- */
#scene {
    list-style-type: none;
    position: fixed;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    padding: 0;
}
#scene ul {
list-style-type: none;
margin:0;
padding:0;
}
#scene .inner {
 height:100vh;
 width:100vw;
 position: relative;
}

.firefox-user #scene {
    display: none !important;
}

#static-background-wrapper {
    display: none;
}

.not-ie-user.static-background #static-background-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    opacity: 0.35;
}

.sb-layer-one,
.sb-layer-three,
.sb-layer-two {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.sb-layer-one {
    background: url('../img/particles/img/dust4.png');
}

.sb-layer-two {
    background: url('../img/particles/img/dust5.png');
}

.sb-layer-three {
    background: url('../img/particles/img/dust2.png');
}

#specks {
  position: relative;
  z-index: 999;
  height: 100vh;
  width: 100vw;
}

.speck {
  opacity: 0;
  height: 6px;
  width: 10px;
  background: url('../img/particles/img/speck.png');
  background-size: cover;
  position: absolute;
  border-radius: 10px;
  z-index: 99;
}

.img {
  position: absolute;
  height: 100000px;
  width: 100000px;
  top: -8500px;
  left: -8000px;
  animation-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
  animation-name: float;
  animation-iteration-count: infinite;
}

#img-1 {
  opacity: 0.25;
  background: url('../img/particles/img//dust5.png');
  background-repeat: repeat;
  animation-duration: 600s;
}

#img-2 {
  opacity: 0.2;
  background: url('../img/particles/img/dust2.png');
  background-repeat: repeat;
  animation-duration: 450s;
}

#img-3 {
  opacity: 0.10;
  background: url('../img/particles/img/dust4.png');
  background-repeat: repeat;
  animation-duration: 350s;
}
/*ANIMATIONS*/

@keyframes twinkle {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: translate(175px, 100px);
  }
}

@keyframes float {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
      transform:translate(8000px, 4000px);
  }
}
/* -- preloader -- */
@keyframes changeColor {
    0% {
        color: #fff;
    }

    100% {
        color: #FF893E;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: ease all 0.25s;
    background-color: #031225;
    color: #fff;
    z-index: 9999999;
    text-align: center;
    animation: changeColor 10s infinite;
}

.preloader.active {
    opacity: 1;
    visibility: visible;
}

.preloader > .inner {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.terms-and-conditions-content-wrapper {
    padding: 100px 0 50px;
}

.message-unsupprted {
    margin: 50px 0 20px;
    padding: 75px 0;
    background-color: #E8EAEC;
}

.message-unsupprted p {
    color: #419b86 !important;
    margin-bottom: 0;
}
