_menu.scss 3.41 KB
.admin-bar .fixed-top{
    margin-top: 32px;
  }
  
  @media only screen and (max-width: 782px) {
    .admin-bar .fixed-top {
        margin-top: 46px;
    }
  }

.navbar-brand{
    width: 300px;
    margin-top: 66px;
}
.nav-link{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-left: 65px;
    color: #707070;

}
.nav-link:hover{
    color: #000;

}
#main-nav:not(.fixed-top){
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
}
#main-nav.fixed-top{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    height: 60px;
    .navbar-brand{
        margin-top: 20px;
        svg{
            width: 150px;  
        }
    }
    #Group_5{
        display: none;
    }
}


.video-sizer{
    position:relative;
    z-index: 0;
    opacity: 0;
}  

 .video-cont{
    height: 100vh;
    position: relative;
    z-index: 9;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;     
    
 }
 .myVideo {
    position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
  }




  #full-width-page-wrapper{
    padding-top: 0px;
  }

  .scroll-content{
    position: relative;
    z-index: 999;
  }
  .overlay-desc {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 786px;
    span{
        align-self:flex-start;
        color: #666666;
        font-size: 24px;
        line-height: 32px;
       }
    h1{
        align-self:flex-start;
        color: #333333;
        font-size: 40px;
        line-height: 48px;
    }
  }

  .overlay-desc2 {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:flex-end;
    height: 786px;
    span{
        align-self:flex-end;
        color: #666666;
        font-size: 24px;
        line-height: 32px;
        width: 50%;
       }
    h1{
        align-self:flex-end;
        color: #333333;
        font-size: 40px;
        line-height: 48px;
        width: 50%;
    }
  }
  .overlay-desc2.mid{
    justify-content:center;
  }


.c-header_title_linerr {
    display: block;
    opacity: 0;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(-80deg);
    transition: opacity 0s cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
 
    html.is-ready & {
        transform: none;
        opacity: 1;
        transition-duration: 0.8s;
 
        @for $i from 1 through 4 {
            &:nth-child(#{$i}){
                transition-delay: $i*0.1s;
            }
        }
    }
 
    span {
         display: inline-block;
     }
 
    &.-version {
         text-transform: none;
         font-size: 0;
     }
 }


 .line {
    width: 100%;
    max-width: 800px;
    height: 8px;
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    background-color: rgba(255,255,255,1);
  }