.bg-contact-1 {
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 16px;
    border: none;
    margin-top: 10rem;
}

.bg-contact {
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 16px;
    border: none;
    padding: 2rem;
    /* margin-top: 10rem; */
}

#googlemaps {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.75;
}

.title-form {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 57px;
    letter-spacing: 0.0025em;
    color: #fff;
    margin-top: -15px;
}

.text-form {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff9;
    margin-bottom: 2rem;
}

.form-contact {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
}

.btn-contact {
    width: 193px;
    height: 56px;
    background: linear-gradient(109.66deg, #9053FA 0%, #0B1347 98.27%);
    border: none;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
    border-radius: 66px;
    color: #fff;
}
