#btn-back-to-top {
    position: fixed;
    bottom: 75px;
    right: 20px;
    /* height: 45px;
    width: 45px; */
    border-radius: 50%;
    display: none;
    z-index: 1000;
}

.whatsapp {
    position: fixed;
    z-index: 100;
    bottom: -5px;
    left: 0px;
    display: none;
}

.whatsapp img {
    height: 80px;
    width: 80px;
}

.bottom-bar {
    position: fixed;
    /* position: sticky; */
    width:100%;
    bottom: 0;
    z-index: 1000;
}

.elements {
    background: #000000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    /* gap: 2rem; */
    padding: 0.25rem;
    color: white;
}

.elements-block {
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.elements img {
    margin-right: 10px;
}

.elements a {
    text-decoration: none;
    color: white;
}

.elements span {
    font-size: 1rem;
}

.elements-block {
    border: 3px solid;
    border-radius: 5px;
    border-image: linear-gradient(135deg, #F8CA00 0 10px, #E97F02 0 20px, #BD1550 0 30px) 8;
    -webkit-mask:
        conic-gradient(from 180deg at top 8px right 8px, #0000 90deg, #000 0) var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat,
        conic-gradient(at bottom 8px left 8px, #0000 90deg, #000 0) 0 var(--_i, 200%)/var(--_i, 8px) 200% border-box no-repeat,
        linear-gradient(#000 0 0) padding-box no-repeat;
    transition: .2s, -webkit-mask-position .2s .2s;
}

.elements-block:hover {
    --_i: 100%;
    color: #ffffff;
    transition: .3s, -webkit-mask-size .3s .3s;
}

@media (max-width:768px) {
    .elements span {
        display: none;
    }
}

.modal-backdrop {
    --bs-backdrop-zindex: 0;
}

.modal-body {
    color: #000000;
}

.modal-body .btn {
    padding: 0.75rem 0rem;
    margin-top: 1rem;
}

@media (max-width:480px) {
    .page-header .page-header-content h1 {
        font-size: 3rem !important;
    }
}