.iletisim-cont{
    width: 70%;
    height: 40vh;
    padding-bottom: 0vh;
    padding-top: 10vh;
    text-align: center;
    margin: 0 auto;
    background-color: ;
}

.iletisim-sol{
    float: left;
    width: 50%;
    height: 100%;
    background-color: ;
    text-align: left;
}

.iletisim-sag{
    float: right;
    width: 50%;
    height: 100%;
    background-color: ;
}

.iletisim-sol h1{
    font-size: 3.5vh;
    color: rgb(29, 29, 29);
}

.iletisim-sol i{
    color: #ecbc36;
}

.iletisim-sol img{
    width: 2vh;
}

.iletisim-bilgi{
    color: rgb(29, 29, 29);
    font-weight: 500;
    font-size: 1.7vh;
}

.iletisim-link{
    font-size: 2.5vh;
    transition: ease .4s;
    margin-left: 1vh;
}

.iletisim-sag h1{
    text-align: left;
    margin-left: 5vh;
    color: rgb(29, 29, 29);
    font-size: 3.5vh;
}

.iletisim-sag input{
    margin: 1vh;
    width: 40%;
    height: 4vh;
    padding-left: 1vh;
    padding-right: 1vh;
    font-size: 1.7vh;
    transition: ease .4s;
    background-color: rgb(34, 34, 34);
    border: none;
    border-radius: 1vh;
    color: #ecbc36;
    outline: none;
}

.iletisim-sag input:focus-visible{
    box-shadow: 0vh 0vh 2vh black;
}

.iletisim-sag textarea{
    margin: 1vh;
    width: 85.6%;
    height: 7vh;
    padding-left: 1vh;
    padding-right: 1vh;
    font-size: 1.7vh;
    transition: ease .4s;
    background-color: rgb(34, 34, 34);
    border: none;
    border-radius: 1vh;
    color: #ecbc36;
    outline: none;
}

::placeholder{
    color: white;
}

.iletisim-sag button{
    width: 85%;
    height: 5vh;
    border: 0.3vh solid #ecbc36;
    border-radius: 1vh;
    color: white;
    background-color: rgb(29, 29, 29);
    cursor: pointer;
    font-size: 1.7vh;
    font-weight: 500;
    transition: ease .4s;
}

.iletisim-sag button:hover{
    box-shadow: 0vh 0vh 3vh rgb(29, 29, 29) ;
    background-color: #ecbc36;
    border-color: black;
}

@media only screen and (max-width: 768px) {
    .iletisim-cont{
        width: 85%;
        height: auto;
        padding-bottom: 5vh;
        padding-top: 5vh;
        text-align: center;
        margin: 0 auto;
        background-color: ;
    }
    
    .iletisim-sol{
        float: none;
        width: 100%;
        height: 100%;
        background-color: ;
        text-align: left;
    }
    
    .iletisim-sag{
        float: none;
        width: 100%;
        height: 100%;
        background-color: ;
        text-align: center;
    }
    
    .iletisim-sol h1{
        font-size: 3.5vh;
        color: rgb(29, 29, 29);
    }
    
    .iletisim-sol i{
        color: #ecbc36;
    }
    
    .iletisim-bilgi{
        color: rgb(29, 29, 29);
        font-weight: 500;
        font-size: 1.7vh;
    }
    
    .iletisim-link{
        font-size: 2.5vh;
        transition: ease .4s;
        margin-left: 1vh;
    }
    
    .iletisim-sag h1{
        text-align: center;
        margin-left: 0vh;
        color: rgb(29, 29, 29);
        font-size: 3.5vh;
    }
    
    .iletisim-sag input{
        margin: 1vh;
        width: 80%;
        height: 4vh;
        padding-left: 1vh;
        padding-right: 1vh;
        font-size: 1.7vh;
        transition: ease .4s;
        background-color: rgb(34, 34, 34);
        border: none;
        border-radius: 1vh;
        color: #ecbc36;
        outline: none;
    }
    
    .iletisim-sag input:focus-visible{
        box-shadow: 0vh 0vh 2vh black;
    }
    
    .iletisim-sag textarea{
        margin: 1vh;
        width: 81%;
        height: 7vh;
        padding-left: 1vh;
        padding-right: 1vh;
        font-size: 1.7vh;
        transition: ease .4s;
        background-color: rgb(34, 34, 34);
        border: none;
        border-radius: 1vh;
        color: #ecbc36;
        outline: none;
    }
    
    ::placeholder{
        color: white;
    }
    
    .iletisim-sag button{
        width: 85%;
        height: 5vh;
        border: 0.3vh solid #ecbc36;
        border-radius: 1vh;
        color: white;
        background-color: rgb(29, 29, 29);
        cursor: pointer;
        font-size: 1.7vh;
        font-weight: 500;
        transition: ease .4s;
    }
    
    .iletisim-sag button:hover{
        box-shadow: 0vh 0vh 3vh rgb(29, 29, 29) ;
        background-color: #ecbc36;
        border-color: black;
    }
}