﻿@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #bbb5af;
}

input::placeholder, textarea::placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
    color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
    color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
    color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
    color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
    color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
    color: #cbc6c1;
}

/*body {
  font-family: 'Lato', sans-serif;
  background: #e2dedb;
  color: #b3aca7;
}*/

header {
    position: relative;
    margin: 100px 0 25px 0;
    font-size: 2.3em;
    text-align: center;
    letter-spacing: 7px;
}

#form {
    position: relative;
    width: 100%;
    margin: 50px auto 100px auto;
}

input {
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    width: 100%;
    height: 50px;
    padding: 0px 15px 0px 15px;
    background: transparent;
    outline: none;
    color: #726659;
    border: solid 1px #b3aca7;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

    input:hover {
        background: #b3aca7;
        color: #e2dedb;
    }

textarea {
    width: 100%;
    max-width: 100%;
    height: 110px;
    max-height: 110px;
    padding: 15px;
    background: transparent;
    outline: none;
    color: #726659;
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    border: solid 1px #b3aca7;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

    textarea:hover {
        background: #b3aca7;
        color: #e2dedb;
    }

#submit {
    /*width: 502px;*/

    padding: 0;
    margin: -7px 0px 0px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    color: #b3aca7;
    outline: none;
    cursor: pointer;
    border: solid 1px #b3aca7;
    border-top: none;
}

    #submit:hover {
        color: #e2dedb;
    }


/*===================iletisim bilgisi alani icin====================*/

.contact-container {
    left: 0;
    margin: 0 auto;
    max-width: 940px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 80%;
    transform: translateY(-50%);
}

    .contact-container h1 {
        font: 400 48px/54px "Times New Roman", serif;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
    }

    .contact-container .contact {
        border: 5px solid black;
        display: inline-block;
        height: 125px;
        margin-right: -5px;
        padding: 25px;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 33.3333%;
    }

        /*.contact-container .contact:hover p {
            background-color: black;
            color: white;
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
        }*/

        .contact-container .contact:hover .btn {
            opacity: 1;
            visibility: visible;
        }

        .contact-container .contact h3 {
            background-color: #ffffff;
            color: #232124;
            display: inline-block;
            left: 50%;
            letter-spacing: 1px;
            margin-top: -37px;
            padding: 0 15px;
            position: absolute;
            transform: translateX(-50%);
        }
.rowCol{
    margin:100px 0;
}
/*  .contact-container .contact h3:before {
                background-color: #232124;
                content: "";
                display: block;
            }*/
.contact-container .contact p {
    background-color: transparent;
    color: black;
    left: 0;
    margin: 0 auto;
    padding: 25px 0;
    position: absolute;
    right: 0;
    font-size: larger;
    width: 85%;
    transition: all 0.2s ease-in-out;
}

        .contact-container .contact .btn {
            background-color: #232124;
            border-radius: 50px;
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
            color: #69665c;
            display: block;
            margin: 15px auto 0;
            max-width: 125px;
            opacity: 0;
            padding: 8px;
            visibility: hidden;
            transition: 0.2s ease-in-out;
        }

@media all and (max-width: 1020px) {
    .contact-container .contact {
        display: block;
        margin: 0 auto 55px;
        width: 100%;
    }
    
}

@media (max-width: 600px){
    .rowCol {
        margin: 300px 0;
    }
}