﻿.contact {
    padding-top: 100px;
}
.contact-title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size:60px;
    line-height: 1.1em;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding-top: 40px;
}
.contact-text {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6em;
    /* identical to box height, or 29px */
    padding-top: 11px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}
.contact-card {
    background: #FFFFFF;
    border-radius: 80px;
    margin-top:30px;
    padding:40px;
}
.contact1-card {
    background: #3068C7;
    border-radius: 20px;
 
}
.contact1-card-div {
 
    padding: 37px 55px;
}
.contact1-card-title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    /* or 38px */

    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.contact1-card-text {
    padding-top: 5px;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6em;
    /* or 26px */

    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.6);
}
.contact1-card-b{
    display:flex;
    padding-top:32px;
}
.contact1-card-icon {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px;
}
.contact1-card-b-title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6em;
    /* identical to box height, or 29px */

    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding-left: 25px;
}.contact1-card-b-title:hover {

    color: #FFFFFFb2;
}
    .contact1-card-b-title a {
        font-family: 'Helvetica', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.6em;
        /* identical to box height, or 29px */

        letter-spacing: 0.02em;
        color: #FFFFFF;
    }.contact1-card-b-title a:hover{

    color: #FFFFFFb2;
}
.h-circle {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/*form*/
.c-form-title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6em;
    /* identical to box height, or 29px */

    letter-spacing: 0.02em;
    color: #000000;
    padding-top: 37px;
}
.c-form-input {
    width:80%;
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.c-form-text {
    width: 90%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    resize: none;
    
}
.c-form-btn {
    padding-top: 90px;
    display: flex;
    justify-content: flex-end;
}
.c-form-btn-1 {
    background: #3068C7;
    border-radius: 51px;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6em;
    /* or 25px */
    padding: 10px 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    border: none;
}
    .c-form-btn-1:hover {
        background: #3068c7e6;
    }

        .c-harita{
            padding:50px 0 100px;
        }

#RadioArea {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top:15px;
}

.c-form-radiobtn span {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6em;
    /* identical to box height, or 32px */

    letter-spacing: 0.02em;
    color: #000000;
    padding-left: 10px;
}


@media only screen and (min-width : 200px) and (max-width : 450px) {

    #RadioArea {
        flex-direction: column;
    }
}

@media only screen and (min-width : 200px) and (max-width : 860px) {
    .contact1-card-div {
        padding: 37px 23px;
    }
    .contact1-card-b-title {   
        font-size: 16px;
    }
    .contact-title {   
        font-size: 40px;   
        padding:40px;
    }
    .contact-text {
        font-size: 16px;
        padding: 11px 33px;
    }
    .contact1-card-title{
        font-size:22px;
    }
    #RadioArea {
        width: 100%;
        padding-top: 20px;
    }
    .c-form-btn {
        padding-top: 42px;
        justify-content: normal;
    }
    .c-form-btn-1 {
        padding: 10px 59px;
    }
    .c-form-input {
        width: 100%;
    }

    .c-form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        resize: none;
    }
}

@media only screen and (min-width : 860px) and (max-width : 1280px) {

}

@media only screen and (min-width : 766px) and (max-width : 992px) {

}