a {
    color: #fff;
}

.banner-area h1 {
    font-size: 32px;
    padding-bottom: 100px;
    
}

.banner-area h1:after {
    display: block;
    content: "";
    height: 6px;
    position: relative;
    z-index: 1;
    top: -60px;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 45px;
    width: 120px;
    background: rgba(127, 12, 255, 0.32);
}

.section-title h2 {
    font-size: 35px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.form-control {
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 15px;
}

.contact-card {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 24px;
    padding: 24px;
    border-radius: 16px;
    border: solid 1px #3c3c3c;
    background-color: rgba(217, 217, 217, 0.03);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-icon {
    font-size: 36px;
}

.contact-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.social-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 24px;
}
/* bize ulaşın üzerindeki çubuğun bölgesi */
@media (max-width: 642px) {
    .banner-area h1:after{
        left: 32%;
      }
}
/* bize ulaşın yazısının bölgesi */
@media (min-width: 642px){
    .banner-area h1{
        text-align-last: left;
        }
    }
@media (min-width: 1400px) {
    .contact-card {
        font-size: 18px;
        line-height: 1.5;
        /*margin: 48px;*/
        padding: 48px;
        gap: 48px;
    }

    .contact-icon {
        font-size: 48px;
    }

    .contact-row {
        flex-direction: row;
        text-align: left;
        gap: 48px;
    }

    .social-row {
        gap: 18px;
        font-size: 36px;
        margin-top: 40px; /*todo*/
    }
}
