.contact-container {
    margin-top: 1rem;
}

textarea {
    resize: none;
}

.map-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    box-shadow: 1px 1px 5px 0px grey;
}

.map {
    width: 900px;
    height: 400px;
    padding: 1rem;
}

.contact-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 675px){
    .contact-flex {
        margin-top: 1rem;
    }
}
.contact-section {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 1px 5px 0px grey;
}

.contact-info-table a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.contact-info-table a:hover {
    border-bottom: 1px solid #FE5001;
}
#copy-btn, #copy-btn-two{
    cursor: pointer;
    color: #070155;
}
    #copy-btn:hover, #copy-btn-two:hover{
        color: #285AEB;
    }
.copied{
    color: #25d366!important;
}
.contact-header {
    color: #070155;
    border-bottom: 5px solid;
}

.bank-account-info {
    margin-top: 1rem;
}

.contact-form {
    padding-bottom: 2rem;
}

.send-form {
    display: flex;
    justify-content: end;
}

.send-btn {
    background-color: #070155;
    color: #fff;
}

/*Social*/
.social {
    padding-bottom: 2rem;
    padding-top: 1.2rem;
}
.contact-social {
    padding: 2rem;
}

.contact-social a {
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    border-bottom: 2px solid transparent;
    border-radius: 2px;
}

.contact-social i {
    font-size: 24px;
}

.contact-instagram {
    color: #000;
}

.contact-instagram i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-instagram:hover {
    color: black;
    border-bottom: 2px solid #FE5001;
}

.contact-facebook {
    color: #4267B2;
}

.contact-facebook:hover {
    color: #4267B2;
    border-bottom: 2px solid #FE5001;
}

.contact-whatsapp {
    color: #25d366;
}

.contact-whatsapp:hover {
    color: #25d366;
    border-bottom: 2px solid #FE5001;
}