﻿#formContact input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

#formContact input[type=submit] {
    background-color: #00869A;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    #formContact input[type=submit]:hover {
        background-color: #45a049;
    }

.containerContact {
    background-color: transparent;
    padding: 0 2%;
    /*    border: 1px solid #00869A;
*/
}

.btn-primary {
    background-color: #9D021B !important;
    color: white !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 1.25rem;
}

    .btn-primary:hover {
        background-color: #45a049 !important;
    }
/*İletişim bölümü css*/
#contact {
    width: 100%;
    height: 100%;
}

.list-item {
    line-height: 4;
    color: #00869A;
    display: inline-grid;
    align-items: center;
    width: 30%;
}

.contact-text {
    color: black;
}

.place {
    margin-top: 3%;
    font-size: 1.2rem;
    font-weight: initial;
    color: #212529 !important;
    text-decoration: none;
}

.phone {
    margin-top: 3%;
    font-size: 15px;
    font-weight: initial;
    color: #212529 !important;
    text-decoration: none;
}
.contactCard-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}

.col-2,
.col-6,
.col-5 {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contactCard-group {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

.mail {
    margin-top: 3%;
    font-size: 1.2rem;
    font-weight: initial;
    color: #212529 !important;
    text-decoration: none;
}

.contact-text:hover {
    color: red;
}


.contact-text a {
    color: black;
    text-decoration: none;
    transition-duration: 0.2s;
}

.fa {
    margin-right: 10px;
    margin-top: 5px;
}

.direct-contact-container {
    margin: 2%;
}
/*İletişim bölümü sonu css*/

.col-sm-6 {
    width: 50%;
}


.contactCard-group {
    margin: 5%;
    color: #9D021B !important;
    /*    line-height: 2.5;
*/
}

@media(max-width: 800px) {
    .contactGeneralDetail {
        display: block !important;
    }

    .colCont {
        margin-top: 1%;
        width: 100% !important;
    }

    .contactCard-group {
        display: flex !important;
    }

    .place {
        font-size: 9px;
    }

    .phone {
        font-size: 9px;
    }

    .mail {
        font-size: 9px;
    }
}

.contactCard-group {
    display: flex;
}

@media(max-width: 1100px) {
    .contactGeneralDetail {
        display: block !important;
    }
}

.contactGeneral {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.container {
    width: 100%;
    max-width: 1600px;
}

.form-label {
    color: #555555;
    font-size: 15px;
}
@media (max-width: 767px) {
    .col {
        width: 100%;
        text-align: center;
    }
}