body {
    font-family: Montserrat, sans-serif;
    color: #1a1b1f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

a {
    color: #1a1b1f;
    text-decoration: none;
}

h1 {
    padding: 30px 0;
    margin-bottom: 40px;
    background-color: #bd608c;
    background-image: none;
    color: #fff;
}

h2 {
    color: #ac3c72;
    font-size: 30px;
    margin-bottom: 30px;
}

h4 {
    margin-bottom: 60px;
    opacity: 0.6;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

h5 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;
}

h6 {
    font-size: 24px;
}

/** header navbar */
.header.navbar {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: blur(6px);
}

.header.navbar a:not(.navbar-brand) {
    opacity: 0.6;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    color: #43464d;
    text-decoration: none;
}

.header.navbar a[target="_blank"] {
    opacity: 1;
}

.header.navbar a:hover {
    opacity: 1;
    color: #32343a;
    text-decoration: none;
}

.header.navbar a.active {
    opacity: 1;
    color: #1a1b1f;
    font-weight: 600;
}

.header.navbar img {
    width: 32px;
    max-width: 32px;
    height: auto;
}

.header.navbar .logo {
    width: 80px;
    max-width: 80px;
    height: auto;
}

@media (max-width: 992px) {
    .navbar .navbar-collapse.show {
        padding-bottom: 1.5rem;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        margin-bottom: 2rem;
    }

    .header.navbar .socials-logos {
        justify-content: center !important;
        width: 100%;
        margin-top: 1rem;
    }
}

/** services */
.list-services {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    justify-content: center;
}

.service-card {
    cursor: pointer;
}

@media (max-width: 576px) {
    .list-services {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}


.list-services li img {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}

/** event */
.event {
    border: 1px solid #ccc;
}

/** contact */
form label {
    font-weight: bold;
    text-transform: uppercase;

}

button.btn[type="submit"] {
    padding: 12px 25px;
    border-radius: 20px;
    background-color: #ac3c72;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    opacity: .8;
}

button.btn[type="submit"]:hover,
button.btn[type="submit"]:active {
    opacity: 1;
}

/** hack bootstrap buton close modal */
.modal-header .btn-close {
    margin: 0;
}

footer {
    background-color: #f4f4f4;
}

footer p {
    font-size: 24px;
}

footer img {
    max-height: 100px;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}
