@media (max-width: 1023px) {
    .ny-container {
        width: 90%;
        margin: auto;
    }
    #ny-part-1 .ny-wewin-text{
        direction: ltr;
        font-family: 'Avenir Next Condensed';
        font-weight: 900;
        font-size: 31vw;
        margin-left: 28.5vw;
        line-height: 0.85;
        margin-right: 0;
        position: relative;
        top: 14.7vw;
    }
    #ny-part-1 .ny-about-text{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin: 12vw auto 0;
        flex-direction: column;
    }
    #ny-part-1 .ny-about-text div {
        width: 100%;
        display: block;
        text-align: justify;
        line-height: 1.2;
        font-size: 1.2rem;
        margin-top: 4vw;
    }
    header .ny-container-small{
        width: 100vw;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        background-color: #fff;
        padding: 2rem 3% 0;
    }
    header .ny-presantation-text{
        width: 100%;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 1.19rem;
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }
    header .ny-svg-logo {
        width:9.5rem;
        height: auto;
        margin-right:1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #ny-part-1 .ny-barmocha-face {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: -1;
        left: -2vw;
        width: 39%;
        top: -17vw;
        opacity: 0;
        transition: opacity 2.5s ease-in ;
    }
    @keyframes move {
        0%{
            background-position: -2rem;
        }
        50%{
            background-position: 10rem;
        }
        100%{
            background-position: 27rem;
        }
    }
    .ny-shineblack{
        background: linear-gradient(to right, #000000 0, white 15%, #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-barmocha-face.ny-show{
        opacity: 1;
    }
    #ny-part-1{
        padding-top: 7rem;
    }
    
    nav {
        position: fixed;
        display: flex;
        right: 20px;
        bottom: 80px;
        z-index: 2;
    }
    nav a{
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50px;
    }
   #ny-part-2{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    button.email {
        background-color: transparent;
        border: 0;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50px;
    }
    #ny-part-2 .ny-container{
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 0vw auto 0;
        flex-direction: row-reverse;
    }
    #ny-part-2 .ny-container a,
    #ny-part-2 .ny-container .ny-post-facebook {
        border: 0.15rem solid #fff;
        width: 31%;
        text-decoration: none;
        color: #fff;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        font-size: 7.5vw;
        flex-direction: column;
        font-family: 'Avenir';
        font-weight: 900;
        line-height: 1;
        padding: 1.5rem 1.5rem 1rem 1.5rem;
        height: 36vw;
        margin-bottom: 5%;
        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: 3rem;
    }
    h2 {
        font-size: 1.1rem;
        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;
        position: relative;
        height: auto;
        overflow: hidden;
    }
    #ny-part-3 .ny-conract-1{
        width: 100%;
    }
    #ny-part-3 .ny-conract-2{
        display: none
    }
    #ny-open-form {
        width: 100%;
        color:#fff;
        border: 0.15rem solid #fff;
        padding: 1rem 1.5rem;
        background-color: #000;
        font-size: 1.5rem;
        font-family: 'Almoni DL AAA';
    }

}
