.about{
    background-color: transparent;
    color: #1E06C9;
}
.cengel{
    flex-direction: row !important;
}

#submit{
    cursor: pointer;
}
.cengel{
    display: flex;
}


.slogan2{
    opacity: 0;
}

.m-contact{
    display: none;
}

@media screen and (max-width: 992px) {
    .cengel{
        display: flex;
        width: 90vw;
        height: 50vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 0.8vw solid #00ff96;

    }
    .m-contact{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        padding: 3.6vw;
    }
    .contac-us-mobil{
      
       
        color: #00ff96 ;
        font-size: 2.4vw;
    }
    .mobil-logo a{
        text-decoration: none;
        width: 100% !important;
        height: 60% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobil-logo a img{
        width: auto;
        height: 100%;
    }
    .form-sag{
        width: 100%;
    }

    form{
        width: 90%;
    }

    #ad,#email,#telefon{
        width: 86%;
        height: 10vw;
        margin-bottom: 3vw;
    }
    #mesaj{
        width: 86%;
        height: 20vw;
        max-width: none;
        margin-bottom: 3vw;
    }

    #submit{
        width: 20vw;
        height: 10vw;
    }

    #ad, #email, #telefon, #mesaj{
        font-size: 3vw;
    }

    input[type="text"]::placeholder, 
    input[type="email"]::placeholder, 
    input[type="tel"]::placeholder,
    textarea::placeholder,
    #submit {
        font-family: 'Monotalic';
        padding-left: 1vw;
        color: #1E06C9;
        font-size: 3vw;
       
    }
    .mobil-slogan{
        display: none;
    }

    .form-sol{
        display: none;
    }
    }