@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .mtl-sub-text,.main-three-links-cover {
        width:330px;
    }
    
    .main-three-links {
    font-size: 35px !important;
    }
    
    .model-wrapper{
        margin-left: -50px;
    }
    
    .your-cursor2,.follow2{
    display: none;
    }

}

@media(min-width:768px) and (max-height: 1024px) and (orientation:portrait){
    
.main-three-links {
    font-size: 6vw;
    padding-bottom: 5px;
    width:100%;
} 

.model-wrapper{
  position:relative;  
  margin-top: 35%;
  margin-left: 0;
  margin-bottom: 5%;
}

.model-image{
  width: 75vw; 
  position: relative;
}
    

.main-three-links-cover {
    position: relative;
    top: auto!important;
    bottom: auto!important;
    left: auto!important;
    right: auto!important;
    transform: none!important;
    margin: 0 auto;
}

.main-three-links-cover {
    width: 100%;
    margin-bottom: 15px;
    margin-top:15px;
}

.mtl-sub-text{
    width:100%;
}

.home footer{
    position:relative;
    margin-top: 15px;
}

.main-three-links span {
    font-size: 5vw;
}

.menu_btn{
    right:2%;
}

.wb-logo {
    width: 160px;
    z-index: 1000;
    left: 3%;
    top: 2%;
}

[data-aos="logo-anim"]{
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(3);
    -ms-transform: translateX(-50%) scale(3);
    -o-transform: translateX(-50%) scale(3);
    transform: translateX(-50%) scale(3);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

[data-aos="logo-anim"].aos-animate {
  left: 3%;
  top: 2%;
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .5s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate{
    transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-delay='4200'].aos-animate, 
body[data-aos-delay='4200'] [data-aos].aos-animate {
	transition-delay: 3s;
}

[data-aos][data-aos][data-aos-delay='4600'].aos-animate, 
body[data-aos-delay='4600'] [data-aos].aos-animate {
	transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay='5000'].aos-animate, 
body[data-aos-delay='5000'] [data-aos].aos-animate {
	transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay='5400'].aos-animate, 
body[data-aos-delay='5400'] [data-aos].aos-animate {
	transition-delay: 0s !important;
}

    #menuToggle {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .mobi-menu {
        position: absolute;
        right: 15px;
        top: 10px;
    }

    #menu-main-menu-1 {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        width: 100%;
        min-height: 100vh;
        margin: 0;
        padding-top: 250px;
        background: hsla(0,0%,89%,.9);    
        -webkit-font-smoothing: antialiased;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        transition: -webkit-transform .5s cubic-bezier(.77,.2,.05,1);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.77,.2,.05,1);
        transition: transform .5s cubic-bezier(.77,.2,.05,1);
        transition: transform .5s cubic-bezier(.77,.2,.05,1),-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    }

    .menuopen {
        -webkit-transform: none !important;
        transform: none !important;
    }

    #menu-main-menu-1 li {
        padding: 0;
        font-size: 22px;
        list-style-type: none;
    }

    #menu-main-menu-1 li a {
        color: #262626;
        text-decoration: none;
        white-space: nowrap;
        padding: 15px 20px;
        background: hsla(0,0%,83%,.94);
        border-bottom: 1px solid #e5e5e5;
        display: block;
        text-align: right;
    }

    .menu_btn_active{
        background-color: transparent;
    }

    .menu_btn_active span:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100%;
        top: 13px;
    }

    .menu_btn_active span:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%;
        top: 13px;
    }
    
    .your-cursor2,.follow2{
    display: none;
    }
    
   .three-section-landing {
    position: relative;
} 
}