input{
    cursor: text;
}

input:focus{
    outline: none;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.705);
    border: 0px none rgba(255, 255, 255, 0);
}

textarea:focus{
    outline: none;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.705);
    border: 0px none rgba(255, 255, 255, 0);
}

button:hover{
    outline: none;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.705);
    border: 0px none rgba(255, 255, 255, 0);
}

button:active{
    outline: none;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.705);
    border: 0px none rgba(255, 255, 255, 0);
}

button:focus{
    outline: none;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.705);
    border: 0px none rgba(255, 255, 255, 0);
}

section .iletisimform #ad{
    border-radius: 15px;
    width: 40%;
    height: 30px;
    background-color: #00000000;
    color: rgb(200, 200, 200);
    outline: none;
    border: 2px solid rgb(117, 117, 117);
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 500;
    padding: 3px 2px 3px 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 15px;
}

section .iletisimform #soyad{
    border-radius: 15px;
    width: 40%;
    height: 30px;
    background-color: #00000000;
    color: rgb(200, 200, 200);
    outline: none;
    border: 2px solid rgb(117, 117, 117);
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 500;
    padding: 3px 2px 3px 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 15px;
}

section .iletisimform #mail{
    border-radius: 15px;
    width: 40%;
    height: 30px;
    background-color: #00000000;
    color: rgb(200, 200, 200);
    outline: none;
    border: 2px solid rgb(117, 117, 117);
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 500;
    padding: 3px 2px 3px 10px;
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

section .iletisimform #ileti{
    border-radius: 15px;
    width: 50%;
    height: 75px;
    resize: none;
    background-color: #00000000;
    color: rgb(200, 200, 200);
    outline: none;
    border: 2px solid rgb(117, 117, 117);
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 500;
    padding: 7px 2px 3px 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

section .iletisimform .buttons{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}

section .iletisimform .buttons button{
    width: 20%;
    height: 60px;
    border: 2px solid rgb(117, 117, 117);
    transition: all 0.3s ease;
    border-radius: 15px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 500;
    outline: none;
    color: rgb(200, 200, 200);
    background-color: #00000000;
}