﻿.contact-container {
    margin-top: 1rem;
}
.blue-text {
    font-family: Rajdhrani;
    color: #1268AC;
}
textarea {
    resize: none;
}
@media screen and (max-width: 675px){
    .page {
        margin-top: 2rem;
        padding: 0 !important;
    }
    .contact-section{
        padding: 0.5rem!important;
    }
    .wrap{
        display: flex;
        width: 200px;
        overflow: hidden;
    }
}

.page-inside-link {
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.5s ease;
    background-color: #27558d;
    color: #fff;
    border: 1px solid #27698d38;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    margin-top: 1rem;
}

    .page-inside-link:hover {
        background: #3e95c5;
        color: #fff;
        border: 1px solid transparent;
    }
.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;
}

iframe {
    width: 100%;
}

.map {
    width: 900px;
    height: 400px;
    padding: 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 #2d8ccd;
    }

#copy-btn, #copy-btn-two {
    cursor: pointer;
    color: #070155;
}

    #copy-btn:hover, #copy-btn-two:hover {
        color: #285AEB;
    }

.copied {
    color: #25d366 !important;
}

.contact-header {
    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*/
.contact-social {
    margin-top: 3rem;
    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: black;
}

    .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;
    }
