#homeCarousel .card-text,
#homeCarousel .card-title {
    letter-spacing: normal;
    color: #fff;
    font-style: normal;
    font-stretch: normal;
}
#widgets {
    padding-top: 2.5rem;
}
:root {
    --carousel-ratio: 4.5 / 1;
    --carousel-height: calc(100vh - var(--header-height) - 25px);
    --smaller-carousel-height: calc(100vh - var(--header-height) - 200px);
}
#homeCarousel .url_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#homeCarousel .url_link[href="javascript:void(0)"] {
    position: unset;
    width: unset;
    height: unset;
    top:unset;
    left: unset;
}
#top-navbar {
    border-bottom: 0;
}
#top-navbar.gradient {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0));
}
#homeCarousel .card-img-overlay.no_gradient,
#top-navbar.gradient.navbar-white {
    background-image: none;
}
.scrolling_section {
    position: fixed;
    top: calc(100vh - 110px);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    width: 24px;
    height: 40px;
    border-radius: 15px;
    margin: auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.21);
}
.scroll-image {
    width: 15px;
    height: auto;
    object-fit: contain;
}
#carousel {
    padding-top: var(--header-height);
}
#homeCarousel .card-img-overlay {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    border-radius: var(--radius-big);
}
#homeCarousel,
#homeCarousel .card-img-overlay,
#homeCarousel .carousel-inner,
#homeCarousel .carousel-item,
#homeCarousel .carousel-item.active,
#homeCarousel .carousel-item img,
#homeCarousel .carousel-item .embed-container {
    border-radius: var(--radius-big);
}
#homeCarousel .carousel-item img {
    aspect-ratio: var(--carousel-ratio);
    object-fit: cover;
}
#homeCarousel .carousel-item .embed-container {
    aspect-ratio: var(--carousel-ratio);
    background-color: #111;
}
#homeCarousel.smaller_height .carousel-item .embed-container,
#homeCarousel.smaller_height .carousel-item img {
    aspect-ratio: var(--carousel-ratio);
}
#homeCarousel .carousel-item .embed-responsive {
    z-index: 3;
}
#homeCarousel .carousel-indicators {
    margin-left: 2rem;
    margin-right: 2rem;
    justify-content: flex-end;
    bottom: 10px;
}
#homeCarousel .carousel-indicators li.active {
    width: 75px;
    height: 8px;
    border-radius: 5.3px;
    background-color: #fff;
    opacity: 1;
}
#homeCarousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    border-radius: 5.3px;
    background-color: #fff;
}
#homeCarousel .offer {
    transition: 0.3s;
}
#homeCarousel .card {
    width: auto;
    height: 100%;
    border-width: 0;
    z-index: 3;
    background: linear-gradient(106.19deg, rgba(0, 0, 0, 0.5) 9.92%, rgba(0, 0, 0, 0.3) 85.51%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-big);
}
#homeCarousel .card-body {
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0.25rem;
}
#homeCarousel .card-body .offer {
    height: calc(100% - 50px);
    margin-top: -20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#homeCarousel .card-title {
    font-size: 28px;
    font-family: var(--bold-font);
    font-weight: 400;
    line-height: 34px;
}
#homeCarousel .card-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
#homeCarousel .offer-btn {
    width: 100%;
    height: 50px;
    border-radius: var(--radius-bigger);
    font-size: 16px;
    font-family: var(--bold-font);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
#avgTimeBanner .card-text,
#avgTimeBanner .card-title {
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    font-style: normal;
    font-stretch: normal;
}
#homeCarousel .banner-collapse-btn {
    outline: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
    margin-top: 0.5rem;
    margin-left: 2px;
}
#homeCarousel .banner-collapse-btn .banner-oval {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#homeCarousel .banner-collapse-btn .arrow-right {
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: 0.3s;
}
#homeCarousel .banner-collapse-btn[aria-expanded="true"] .arrow-right {
    transform: rotate(-180deg);
}
#homeCarousel .collapse {
    visibility: hidden;
    height: 100%;
}
#homeCarousel .collapse.show {
    visibility: visible;
    display: flex;
    align-items: center;
}
#homeCarousel .collapsing {
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
#homeCarousel .collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 0;
    height: 100%;
}
#avgTimeBanner .card {
    border: none;
    border-radius: var(--radius-big);
    box-shadow: 0 0 10px 0 #e5e5e5;
}
#avgTimeBanner .card-img {
    width: 115px;
    height: 115px;
    object-fit: contain;
}
#avgTimeBanner .card-details {
    display: flex;
    background-color: var(--color);
    border-radius: 0 var(--radius-big) var(--radius-big) 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
#avgTimeBanner .card-title {
    font-size: 25px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 0;
}
#avgTimeBanner .card-text {
    font-size: 80px;
    font-family: var(--bold-font);
    font-weight: 400;
    text-align: right;
    margin-bottom: 0;
}
#loyalty-system .signup-now-btn,
#recommendations .view-all-btn {
    letter-spacing: normal;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
}
#orderNow {
    padding-top: 2rem;
}
#recommendations {
    padding-bottom: 1.5rem;
    padding-top: 2rem;
}
#recommendations .view-all-btn {
    width: auto;
    height: 52px;
    border-radius: var(--radius-bigger);
    font-size: 16px;
    font-family: var(--bold-font);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
#recommendations .view-all-btn:hover {
    text-decoration: none;
}
.products-list .card-img-top.mainBgColor {
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-list .card-img-top.mainBgColor h6 {
    font-size: 30px;
    color: #ffffff;
    font-family: var(--bold-font);
    font-weight: 400;
    text-align: center;
    padding: 0.5rem;
}
#loyalty-system .card-img-top {
    border-radius: var(--radius-big);
    border-width: 0;
    object-fit: contain;
}
.card.order-card {
    background: #fff;
    box-shadow: 0 0 10px #e5e5e5;
    border-radius: var(--radius-big);
    border: none;
}
.card.order-card .addOrderBtn {
    width: 100%;
    height: 40px;
    background: var(--color);
    border-radius: var(--radius-bigger);
    color: #fff;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card.order-card .addOrderBtn .cart-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
#widgets .card-header:before,
.card.order-card .favorites-wrapper:before {
    content: "";
    height: 100%;
    border-radius: 50%;
    background: var(--color);
    opacity: 0.2;
    z-index: 0;
}
.card.order-card .favorites-wrapper {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
}
.card.order-card .favorites-wrapper:before {
    width: 100%;
    position: absolute;
}
.card.order-card .favorites-wrapper .favorites-icon {
    z-index: 2;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 1px;
}
.card.order-card .favorites-wrapper .favorites-icon path {
    stroke: var(--color);
    fill-opacity: 1;
    fill: transparent;
    stroke-width: 2;
}
.card.order-card .favorites-wrapper .favorites-icon.addedToFavorites path {
    fill: var(--color) !important;
    stroke-width: 0;
}
.card.order-card .orderDescription {
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color);
}
.card.order-card .raw-materials {
    font-size: 14px;
    line-height: 18px;
}
.card.order-card .orders-list {
    width: calc(100% - 35px);
    margin-bottom: 0;
}
.card.order-card .orders-list .single-material:after {
    content: ', ';
}
.card.order-card .orders-list .single-material:last-child::after {
    content: '';
}
#loyalty-system .card-img-overlay {
    height: 510px;
    background-color: #1d1e1f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#loyalty-system .card-title {
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 30px;
    font-style: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: normal;
    color: var(--color);
}
#loyalty-system .card-text {
    max-width: 500px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: var(--font-color);
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
}
#loyalty-system .signup-now-btn,
#widgets .card-title {
    font-family: var(--bold-font);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
#loyalty-system .signup-now-btn {
    width: fit-content;
    min-width: 180px;
    height: 52px;
    border-radius: var(--radius-bigger);
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
#widgets .col-lg-5 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}
#widgets .card {
    background: 0 0;
    border-width: 0;
    width: calc(100% - 20px);
    box-shadow: 0 0 10px #e5e5e5;
    border-radius: var(--radius-big);
    margin: auto;
    aspect-ratio: 1 / 1;
    justify-content: center;
}
#widgets .card-header {
    width: 122px;
    height: 122px;
    border-radius: 100%;
    border-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: 0 0;
}
#widgets .card-header:before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#widgets .card-header svg g,
#widgets .card-header svg path {
    fill: var(--color);
}
#widgets .card-footer {
    background: 0 0;
    border: none;
}
#widgets .card-img-top {
    object-fit: contain;
}
#widgets .feedback .card-img-top {
    width: 48.7px;
    height: 45.4px;
}
#widgets .contest .card-img-top {
    width: 53.7px;
    height: 51.1px;
}
#widgets .custom .card-img-top,
#widgets .newsletter .card-img-top {
    width: 53.7px;
    height: 39.4px;
}
#widgets .card-body {
    width: 100%;
}
#widgets .card-title {
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;
    margin-top: 0.5rem;
    color: #ffffff;
}
#widgets .card-text,
#widgets .widget-btn {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}
#widgets .card-text {
    width: 90%;
    font-weight: 400;
    color: #ffffff;
    margin: auto;
}
#widgets .widget-btn {
    width: fit-content;
    height: 46px;
    border-radius: var(--radius-bigger);
    font-family: var(--bold-font);
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    margin: auto;
}
#apps {
    position: relative;
}
#apps .app_title {
    font-size: 30px;
    font-family: var(--bold-font);
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 37px;
    letter-spacing: normal;
    color: var(--color);
}
#apps .app_text {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: var(--font-color);
}
#apps .app_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
}
#apps .mobile_app_img {
    width: 500px;
    height: auto;
    object-fit: contain;
}
#apps .app_button {
    width: 190px;
    height: auto;
    object-fit: contain;
}
.card.order-card .card-body {
    max-height: 110px;
    overflow-y: auto;
}
.card.order-card .card-body::-webkit-scrollbar-track {
    margin-top: 20px;
}
.products-list .card.order-card .card-footer {
    padding-top: 0.75rem;
}
@media (max-width: 1439px) {
    #homeCarousel .card-body {
        width: 332px;
    }
}
@media (max-width: 1199px) {
    #homeCarousel .card-body {
        width: 345px;
    }
    #apps .details_col > *,
    #apps .mobile_app_img {
        width: 380px;
        margin: auto;
        text-align: center;
    }
    #apps .app_button {
        width: 170px;
    }
}
@media (max-width: 969px) {
    :root {
        --smaller-carousel-height: calc(100vh - 180px);
    }
    #homeCarousel .card-body {
        width: 262px;
    }
    #avgTimeBanner .card-img {
        width: 70px;
        height: 70px;
    }
    #avgTimeBanner .card-title {
        font-size: 20px;
    }
    #avgTimeBanner .card-text {
        font-size: 40px;
    }
    #loyalty-system .card-text,
    #loyalty-system .card-title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #loyalty-system .signup-now-btn {
        margin: auto;
    }
    #widgets .col-lg-5 {
        flex-basis: 50%;
        max-width: 50%;
    }
    #widgets .col-lg-5:nth-child(3) {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (max-width: 750px) {
    :root {
        --carousel-ratio: 2 / 1;
        --smaller-carousel-height: calc(100vh - 200px);
    }
    #homeCarousel .card {
        width: 100%;
        height: auto;
    }
    #homeCarousel .card-body {
        width: 100%;
        height: auto;
        padding-bottom: 1.25rem;
    }
    #homeCarousel .card-text,
    #homeCarousel .card-title {
        text-align: center;
    }
    #homeCarousel .offer-btn {
        margin-top: 1rem;
    }
    #homeCarousel .card-body .offer {
        width: 100%;
        height: auto;
        margin-top: unset;
    }
    #homeCarousel .card-img-overlay {
        align-items: flex-start;
    }
    #homeCarousel .carousel-indicators {
        justify-content: center;
    }
    #homeCarousel .banner-collapse-btn {
        margin-left: auto;
        margin-right: auto;
    }
    #homeCarousel .banner-collapse-btn[aria-expanded="false"] .arrow-right {
        transform: rotate(90deg);
    }
    #homeCarousel .banner-collapse-btn[aria-expanded="true"] .arrow-right {
        transform: rotate(-90deg);
    }
    #homeCarousel .collapsing {
        height: 0;
    }
    #avgTimeBanner .card-title {
        font-size: 18px;
        text-align: center;
    }
    #avgTimeBanner .card-text {
        font-size: 45px;
        text-align: center;
    }
    #widgets .card {
        width: 100%;
    }
    #widgets .col-lg-5 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .products-list .card-img-top.mainBgColor h6 {
        font-size: 17px;
    }
}
@media (max-width: 480px) {
    :root {
        --carousel-height: 100vh;
    }
    #homeCarousel.smaller_height .carousel-item .embed-container,
    #homeCarousel.smaller_height .carousel-item img {
        min-height: unset;
    }
    #avgTimeBanner .card-title,
    #homeCarousel .card-text,
    #homeCarousel .offer-btn {
        font-size: 16px;
    }
    #homeCarousel .card-text,
    #homeCarousel .card-title {
        text-align: center;
    }
    #homeCarousel .card-title {
        font-size: 26px;
    }
    #avgTimeBanner .card-text {
        font-size: 30px;
    }
    #avgTimeBanner .card-img {
        width: 50px;
        height: 50px;
    }
    #recommendations .recommendations-dropdown {
        width: calc(100% - 20px);
    }
    #widgets .card-body,
    #widgets .card-text {
        width: 100%;
    }
    #apps .details_col > *,
    #apps .mobile_app_img {
        width: 300px;
    }
}
