.bg-dark {
    background-color: #3d6098 !important;
}

.swiper-shadow::before {
    content: "";
    width: 10rem;
    height: 4rem;
    background: -webkit-gradient(linear, right top, left top, from(rgba(61, 96, 152, 0.3452731434)), color-stop(0%, rgba(61, 96, 152, 0.4489146)), color-stop(53%, rgba(61, 96, 152, 1)));
    background: -o-linear-gradient(right, rgba(61, 96, 152, 0.3452731434) 0%, rgba(61, 96, 152, 0.4489146) 0%, rgba(61, 96, 152, 1) 53%);
    background: linear-gradient(to left, rgba(61, 96, 152, 0.3452731434) 0%, rgba(61, 96, 152, 0.4489146) 0%, rgba(61, 96, 152, 1) 53%);
    position: absolute;
    left: 0;
    top: -30%;
    z-index: 100;
}

.swiper-shadow::after {
    content: "";
    width: 10rem;
    height: 4rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(61, 96, 152, 0.3452731434)), color-stop(0%, rgba(61, 96, 152, 0.4489146)), color-stop(53%, rgba(61, 96, 152, 1)));
    background: -o-linear-gradient(left, rgba(61, 96, 152, 0.3452731434) 0%, rgba(61, 96, 152, 0.4489146) 0%, rgba(61, 96, 152, 1) 53%);
    background: linear-gradient(90deg, rgba(61, 96, 152, 0.3452731434) 0%, rgba(61, 96, 152, 0.4489146) 0%, rgba(61, 96, 152, 1) 53%);
    position: absolute;
    right: 0;
    top: -30%;
    z-index: 100;
}

#navbarSupportedContent > ul > li > a {
    color: black;
    font-weight:700;
}

#products > div > div > div:nth-child(1) > ul > .offer-list-item {
    color: unset;
}

#products > div > div > div:nth-child(1) > ul > .offer-list-item:hover {
    color: white;
}

#footer > div > div > div.col-lg-6.col-sm-12 > ul > .offer-list-item {
    background-color: unset;
    color: unset;
}

#footer > div > div > div.col-lg-6.col-sm-12 > ul > .offer-list-item:hover {
    background-color: unset;
    color: unset;
}

#footer {
    padding-bottom: 0;
}

.custom-shadow-box, #footer > div.container > div.row {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.5rem;
    padding-bottom: 2rem;
    padding-left: calc(var(--fg-gutter-x) * 1);
    padding-right: calc(var(--fg-gutter-x) * 1);
}

#footer > div.container > p {
    margin-top: 2rem;
}

#specialize > div.container > div.row.align-items-center > div.col-lg-6.text-center.text-lg-start > img.img-fluid {
    border-radius: 1rem;
}

#products > div.container > div.d-flex.flex-column-reverse.flex-lg-row > div.col-lg-6.text-center.text-lg-end {
    align-content: center;
}

#products > div.container > div.d-flex.flex-column-reverse.flex-lg-row > div.col-lg-6.text-center.text-lg-end > img.img-fluid {
    border-radius: 1rem;
}

#top > div.bg-dark > section > div.container > div.row.align-items-center.py-lg-8.py-6 > div.col-lg-6.text-center.text-lg-end.mt-3.mt-lg-0 > img {
    border-radius: 1rem;
}

#logo-brand {
    display: inline-block;
    background-color: white;
    padding: 15px;
    border-radius: 0.5rem 0.5rem;
}

div.bg-dark section {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#top > nav > div > .show {
    background-color: rgb(61, 96, 152);
    border-radius: 10px;
    border: 1px solid white;
    padding: 10px;
}

.offer-list-item > a {
    color: rgb(91, 112, 117);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}