*{
    box-sizing: border-box;
}

body {
    height: 2500vh;
    background: #000;
    padding: 0;
    margin:0;
    font-family: 'Source Sans Pro', sans-serif;
}

body.loading,
body.fixed-content-body{
    overflow: hidden;
}

strong{
    font-weight: 600;
}
  
canvas {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;
}

.text{
    display: flex;
    justify-content: center;
    height: 1080px;
    width: 1920px;
    position: fixed;
    top:50%;
    left:50%;
    margin-left: -960px;
    margin-top: -540px;
    z-index: 111;
    transition: .3s;
    opacity: 0;
}

.text.active{
    opacity: 1;
}

.text img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border:1px solid yellow;
}


.t{
    color:#fff;
    font-size: 39px;
    line-height: 47.9px;
    letter-spacing: 1.5px;
    position: absolute;
}

.t .sc{
    transform-origin: left top;
}
  

.t span{
    display: block;
    margin-bottom: 7.5%;
}

.t span:last-child{
    margin-bottom: 0;
}

.text__1_1 .t{
    top:18.1%;
    right:3.5%;
    width: 640px;
}

.text__1_2 .t{
    top:31.1%;
    right:3.5%;
    width: 640px;
}

.text__1_3 .t{
    top:62.1%;
    right:3.5%;
    width: 640px;
}


.text__2 .t__1{
    width: 260px;
    top:22.2%;
    right:60.9%;
    color:#AC917A;
    font-size: 33px;
}

.text__2 .t__2{
    width: 280px;
    top: 51.5%;
    right: 40.6%;
    font-weight: 600;
}

.text__2 .t__3{
    width: 550px;
    top: 22.1%;
    right: 5.5%;
}

.text__3 .t{
    width: 550px;
    top: 37.1%;
    right: 4.5%;
}

.text__4 .t{
    font-size: 36px;
}

.text__4 .t__1{
    width: 500px;
    left:5%;
    top: 7%;
}

.text__4 .t__2{
    width: 500px;
    left:5%;
    bottom: 7%;
}

.text__5 .t{
    width: 150px;
    right: 12.5%;
    top: 19.5%;
}

.text__6 .t{
    width: 150px;
    right: 12.5%;
    top: 34%;
}

.text__7 .t{
    width: 150px;
    right: 12.5%;
    top: 47%;
}

.text .line{
    display: flex;
    align-items: center;
}

.text .line:before{
    content: "";
    position: absolute;
    right:175px;
    top:50%;
    margin-top: -0.5px;    
    height: 1px;
    background-color: #fff;
}

.text__5 .line:before{
    width: 450px;
}

.text__6 .line:before{
    width: 223px;
}

.text__7 .line:before{
    width: 99px;
}


/* Text 5 section */

.text__8 .t{
    width: 500px;
    left:50%;
    margin-left: -250px;
    top: 30%;
    text-align: center;
    text-transform: uppercase;
}

  .fixed{
      position: fixed;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 112;
  }

  .fixed a{
      color:#fff;
      text-decoration: none;
      padding: 10px 20px;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      font-size: 16px;
      transition: .3s;
      letter-spacing: 1.5px;
  }

  .fixed a:before{
      content: "";
      width: 200px;
      height: 0.5px;
      background: #fff;
      left:50%;
      right:50%;
      margin-left: -100px;
      position: absolute;
      top:0;
  }

 .fixed a:hover{
     padding-bottom: 40px;
 }

  .fixed--left{
      top:0;
      left:0;
      height: 100%;
      width: 40px;
  }

  .fixed--left a{
      transform: rotate(90deg);
  }

  .fixed--right{
      right:0;
      top:0;
      height: 100%;
      width: 40px;
  }

  .fixed--right a{
    transform: rotate(-90deg);
  }

  .fixed-content{
    position: fixed;
    z-index: 121;
    top:0;
    height: 100vh;
    overflow: auto;
    transition: .3s;
    width: 100%;
    max-width: calc(100% - 40px);
    color:#fff;
}

@media (min-width:1023px){
    .fixed-content{
        max-width: 50%;
    }
}

.fixed-content .content{
    padding: 80px 40px 60px;
    background-color: #000;
    position: relative;
    min-height: 100%;
}
  
.fixed--right-content{
    right:0;
    transform: translateX(100%);
}

.fixed--right-content.is-active{
    transform: translateX(0);
}

.fixed--left-content{
    left:0;
    transform: translateX(-100%);
}

.fixed--left-content.is-active{
    transform: translateX(0);
}

.fixed-content .close{
    border:0;
    outline: 0;
    padding: 0;
    background-color: transparent;
    margin: 0 0 0 -3px;
    position: absolute;
    top:30px;
    left:40px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.fixed-content .close svg{
    width: 22px;
    height: 22px;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.gallery-item{
    width: 33.3333%;
    padding-left:15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.gallery-thumb{
    width: 100%;
    height: auto;
}

  .logo{
      position: fixed;
      left:50%;
      right:50%;
      transform: translateX(-50%);
      top:20px;
      width: 220px;
      height: auto;
      z-index: 30;
  }

  .loader{
      position: fixed;
      left:0;
      top:0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
  }

  .loading .loader{
      opacity: 1;
      visibility: visible;
  }
  

  .loader--bg{
      position: absolute;
      left:0;
      top:0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.8);
  }

  .loader--spinner{
      width: 60px;
      height: 60px;
      border: 5px solid #fff;
      border-top-color:transparent;
      border-radius: 50%;
      position: relative;
      z-index: 2;

      -webkit-animation:spin 4s linear infinite;
      -moz-animation:spin 4s linear infinite;
      animation:spin 4s linear infinite;
  }

  @-moz-keyframes spin { 
         100% { -moz-transform: rotate(360deg); } 
     }
     @-webkit-keyframes spin { 
         100% { -webkit-transform: rotate(360deg); } 
     }
     @keyframes spin { 
         100% { 
             -webkit-transform: rotate(360deg); 
             transform:rotate(360deg); 
         } 
     }


.dropdown{
    position: fixed;
    width: 36px;
    height: 36px;
    border: 3px solid #fff;
    border-radius: 50%;
    left:50%;
    transform: translateX(-50%);
    bottom:20px;
    z-index: 115;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.dropdown.hide,
.loading .dropdown,
.fixed-content-body .dropdown{
    opacity: 0;
    visibility: hidden;
}

.fixed-content-body:after{
    content: "";
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 120;
}

.landscape-layer {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    background-color: rgba(0,0,0,.95);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (orientation: portrait) {
    body{
        overflow: hidden;
    }
    
    .landscape-layer {
        display: flex;
        z-index: 99999999;
    }
}

.landscape-layer__icon{
    width: 6.5vh;
    height: auto;
}

.landscape-layer__label{
    margin-top: 20px;
    color:#fff;
    font-size: 4vh;
}