    
@media(min-width:1024px){

    .ny-container {
        width: 65rem;
        margin: 0 auto;
    }
    header .ny-container-small{
        width: 100rem;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding-top: 2rem;
        background-color: #fff;
        padding-left: 17rem;
    }
    header .ny-presantation-text{
        width: 12rem;
        background-color: #000;
        color: #fff;
        text-align: left;
        font-size: 1.05rem;
        padding-top: 0.3rem;
        padding-left: 1rem;
        padding-right: 1rem;
        transition: width 2.5s;
    }
    header .ny-presantation-text.ny-show{
        width:100%;
    }
    header .ny-svg-logo {
        width: 9rem;
        height: auto;
        margin-right:1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotateX(-90deg);
        transition: transform 1s ease-in;
    }
    header .ny-svg-logo.ny-show{
        transform: rotateX(0deg);
    }
    #ny-part-1 .ny-barmocha-face {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: -1;
        left: 0;
        width: 34.3rem;
        top: -6.5rem;
        opacity: 0;
        transition: opacity 2.5s ease-in;
    }
    #ny-part-1 .ny-barmocha-face.ny-show{
        opacity: 1;
    }
    #ny-part-1{
        padding-top: 7rem;
    }
    #ny-part-1 .ny-wewin-text{
        direction: ltr;
        font-family: 'Avenir Next Condensed';
        font-weight: 900;
        font-size: 23.5rem;
        margin-left: 16.7rem;
        line-height: 0.85;
        color:#fff;
        overflow: hidden;
    }
    @keyframes move {
        0%{
            background-position: -2rem;
        }
        50%{
            background-position: 10rem;
        }
        100%{
            background-position: 27rem;
        }
    }
    #ny-part-1 .ny-wewin-text span:nth-child(1){
        position: relative;
        left: -50vw;
        transition: left 1.5s ease-in;   
    }
    #ny-part-1 .ny-wewin-text span:nth-child(1).ny-show{
        left: 0vw;
    }
  
    #ny-part-1 .ny-wewin-text span:nth-child(3){
        position: relative;
        left: -50vw;
        transition: left 1.5s ease-in;
    }
    .ny-shine{
        background: linear-gradient(to right, #b3b3b3 0, white 10%, #b3b3b3 22%);
        /* background: linear-gradient(-45deg, #b3b3b3 0, white 10%, #b3b3b3 20%); */
        /* background: linear-gradient(45deg, #b3b3b3 0, white 30px, #b3b3b3 60px); */
        background-position: 0;
        background-clip: text;
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
        animation:move 0.5s linear;
        animation-fill-mode: forwards;
    }
    .ny-shineblack{
        background: linear-gradient(to right, #000000 0, white 10%, #000000 22%);
        /* background: linear-gradient(-45deg, #b3b3b3 0, white 10%, #b3b3b3 20%); */
        /* background: linear-gradient(45deg, #b3b3b3 0, white 30px, #b3b3b3 60px); */
        background-position: 0;
        background-clip: text;
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
        animation:move 0.5s linear;
        animation-fill-mode: forwards;
    }
    #ny-part-1 .ny-wewin-text span:nth-child(3).ny-show{
        left: 0vw;
    }
    #ny-part-1 .ny-about-text,
    #ny-part-2 .ny-container{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin: 0 auto;
    }
    #ny-part-1 .ny-about-text{
        margin-top: 3rem;
    }
    #ny-part-1 .ny-about-text div {
        width: 47%;
        display: block;
        text-align: justify;
        line-height: 1.2;
    }
    nav {
        position: fixed;
        display: flex;
        right: 24px;
        bottom: 93px;
    }
    nav a{
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #ny-part-2{
        margin-top:3rem;
        margin-bottom:4rem
    }
    #ny-part-2 .ny-container{
        align-items: flex-start;
        flex-direction: row-reverse;
        width:65rem;
    }
    #ny-part-2 .ny-container a,
    #ny-part-2 .ny-container .ny-post-facebook {
        border: 0.13rem solid #fff;
        width: 31%;
        text-decoration: none;
        color: #fff;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        font-size: 3.8rem;
        flex-direction: column;
        font-family: 'Avenir';
        font-weight: 900;
        line-height: 1;
        padding: 1rem 1rem 0.5rem 1rem;
        height: 17rem;
        background-color: transparent;
        transition:color 0.5s;
    }
    #ny-part-2 .ny-container .ny-post-facebook:hover span:nth-child(1){
        color:#787878;
    }
    #ny-part-2 .ny-container .ny-post-facebook:hover span:nth-child(2),
    #ny-part-2 .ny-container .ny-post-facebook:hover span:nth-child(3){
        color:#5a5a5a;
    }
    #ny-part-3 {
        margin-bottom: 1rem;
        margin-top: -5rem;
    }
    h2 {
        font-size: 1.6rem;
        font-family: 'Avenir';
        font-weight: 100;
        text-align: center;
        margin-bottom: 2rem;

    }
    #ny-part-3 .ny-contact-wrapper{
        display: flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    width: 100%;
                    margin: auto 0;
                    flex-direction: column;
    }
    #ny-part-3 .ny-conract-1{
        width: 38%;
        margin: auto;
    }
    #ny-part-3 .ny-conract-2{
        margin-right: 0;
        width: 100%;
        padding-left: 17.1rem;
    }
    #ny-part-3 .ny-conract-2 .ac-map-text{
        font-size: 0.75rem;
    }
    #ny-part-3 .ny-conract-2 .ny-name {
        display: flex;
        justify-content: flex-end;
        margin-top: 2rem;
        align-items: flex-end;
    }
    #ny-part-3 .ny-conract-2 .ny-name  .ny-svg-logo{
        display: flex;
            justify-content: center;
            align-items: flex-end;
            width: 9rem;
    }
    .ny-presantation-text{
        width: 100%;
        margin-left: 1rem;
        background-color: #000;
        color: #fff;
        padding-top: 0.2rem;
        text-align: left;
        padding-left: 1rem;
        padding-bottom: 0.2rem;
        font-size:1.18rem;
    }
    .ny-mob-btn,
    #ny-close{
        display: none
    }
    
}
