body {
    min-width: 280px;
    background-color: #f9f9fa;
}

header {
    background: white;
}

.page {
    padding-top: 63px;
}

.content {
    background: white;
    border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.125);
    padding: 1rem 1rem;
}

.custom-toggler {
    border: none !important;
}

.carousel-item img {
    filter: brightness(33%);
    -webkit-filter: brightness(33%);
}

.link-social-media i {
    margin-left: 3px;
    margin-right: 3px;
}

.title {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    font-weight: bold;
}

.subtitle {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: bold;
}

.bd-callout {
    padding: 1rem !important;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.bd-callout-primary {
    --bd-callout-color: var(--bs-primary-text);
    --bd-callout-bg: var(--bs-primary-bg-subtle);
    --bd-callout-border: var(--bs-primary-border-subtle);
}

.row ul {
    margin-left: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.top-10 {
    top: 15px!important;
}

.end-10 {
    right: 15px!important;
}
     
@media (width < 576px) {
    .grid-item { width: 100%; }
    .grid-item--width2 { width: 100%; }
}

@media (width >= 576px) {
}

@media (width >= 768px) {
    .logo {height: 300px; }
}

@media (width >= 992px) {
    .logo {height: 380px; }
    .bd-callout { padding: 1.25rem !important; }
}

@media (width >= 1200px) {
    .logo {height: 290px; }
    .bd-callout { padding: 1.25rem !important; }
}

@media (width >= 1400px) {
    .logo {height: 270px; }
    .bd-callout { padding: 1.25rem !important; }
}
