#section-contact {
    padding-top: 150px;
    padding-bottom: 480px;
    margin-bottom: -380px;
    background: var(--gradientr);
    font-size: 18px;
    line-height: 30px;
}

#section-contact a {
    color: inherit;
    text-decoration: underline;
}
#section-contact a:hover {
    text-decoration: none;
}

#contact-header {
    max-width: 730px;
    border-radius: 20px;
    padding: 50px 70px;


    background-color: rgba(215, 255, 181, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    box-shadow: var(--shadow-light);
}

#contact-header h2 {
    font-size: 25px;
    line-height: 32px;
    margin: 0;
    font-family: var(--font-text);
}

#contact-header p {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
    font-family: var(--font-heading);
}

#contact-content {
    display: flex;
}

#contact-content-inner {
    border-radius: 20px;
    background-color: var(--color-primary);
    padding: 90px 60px 40px 60px;
    margin: -60px 0 0px 110px;
    max-width: 740px;
    flex-grow: 1;
}

#contact-content-inner .form-row button {
    font-size: 16px;
    letter-spacing: 1.12px;
    padding: 16px 40px!important;
    margin-top: 30px;
}

#contact-data {
    margin: -60px 0 0 140px;
}

#contact-data h3 {
    margin: 0 0 20px 0;
    font-size: 25px;
    line-height: 32px;
    font-family: var(--font-text);
    font-weight: 900;
}

#contact-data .data-row {
    display: flex;
    margin-bottom: 10px;
}

#contact-data .data-row i {
    display: flex;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transform: translateX(-25%);
}

#contact-data .data-row span,
#contact-data .data-row a {
    font-size: 16px;
    line-height: 30px;
}

#contact-data .data-row a {
    text-decoration: none;
    color: inherit;
}
#contact-data .data-row a:hover {
    text-decoration: underline;
}

#contact-data .data-row .fa-bitcoin + span {
    max-width: 167px;
    word-wrap: break-word;
}

#contact-data .data-row.qr img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.contact-data {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
    #section-contact {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1140px) {

    #contact-data {
        margin-left: 70px;
    }
}

@media only screen and (max-width: 1000px) {
    #contact-data {
        margin-left: 40px;
    }

    #contact-header {
        max-width: 500px;
    }


    #contact-header h2 {
        font-size: 20px;
        line-height: 25px;
    }
    #contact-header p {
        font-size: 35px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 800px) {
    #contact-header {
        padding: 25px 35px;
    }
    #contact-data {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #contact-content {
        flex-direction: column;
    }
    #contact-content-inner {
        margin: -40px 0 0 0;
        padding: 50px 30px 20px 30px;
    }

}

@media only screen and (max-width: 665px) {

    #contact-header {
        padding: 20px;
        max-width: 420px;
    }

}