* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.contact-first-data-cover {
    height: 687px;
}

.contact-us-first-container {
    background-position: center;
    background-size: cover;
}

.contact-first-data .contact-big {
    font-family: Inter;
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
}

.contact-first-data .contact-small {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24.05px;
}

.contact-first-data {
    margin-bottom: 11rem;
}

.abts-btn {
    width: 385px;
    gap: 10px;
    border-radius: 41.08px;
    padding-top: 11px;
    padding-right: 32px;
    padding-bottom: 11px;
    padding-left: 32px;
    background: linear-gradient(90deg, #DA4E20 0%, #E97318 100%);
}

.black-fold {
    top: -120px;
}

.form-contact-cover {
    background-color: black;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-top: 5rem;
}


/* form  */

/* .contact-section {
      min-height: 100vh;
      padding: 60px 20px;
    } */


.left-container {
    row-gap: 3rem;
}

.contact-heading {
    font-family: Inter;
    font-weight: 700;
    font-size: 54px;
    line-height: 109%;
    color: #BABABA;
}

.contact-desc {
    margin: 20px 0 40px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: white;
}

.info-label {
    margin-bottom: 10px;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #DEDEDE;
}

.info-text a,
.info-text {
    font-size: 14px;
    line-height: 1.6;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: white;
}


.social-icons a {
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #DA4E20;
}

.form-card {
    background: linear-gradient(135deg, #1f1f1f, #111);
    padding: 104px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.form-card .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    color: #fff;
    margin-bottom: 25px;
}

.form-control:focus {
    border-color: #DA4E20;
    box-shadow: none;
}

.btn-orange {
    background: linear-gradient(90deg, #DA4E20 0%, #E97318 100%);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    transition: 0.3s;
}

.btn-orange:hover {
    background: linear-gradient(10deg, #DA4E20 0%, #E97318 100%);
    color: white;
}


@media (max-width: 576px) {
    .first-bottom {
        gap: 1rem;
    }

    .form-card {
        padding: 35px;
    }

    .left-container {
        gap: 1rem;
    }
}

@media (max-width: 991px) {

    .first-bottom {
        gap: 1rem;
    }

    .contact-section {
        background: #000;
    }

    .form-card {
        margin-top: 40px;
    }
}

