#homeCarousel .card-img-overlay,
#top-navbar.gradient {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0));
}
#homeCarousel .card-text,
#homeCarousel .card-title {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
}
:root {
    --carousel-height: 890px;
    --smaller-carousel-height: calc(100vh - 230px - var(--header-height));
}
/*#top-navbar {*/
    /*background-color: transparent;*/
/*}*/
#header_bg {
    width: 100%;
    height: var(--header-height);
}
#homeCarousel .card-img-overlay.no_gradient,
#top-navbar.gradient.navbar-white {
    background-image: none;
}
/*#top-navbar .nav-link,*/
/*#top-navbar a.navbar-brand span {*/
    /*color: #fff;*/
/*}*/
#top-navbar.navbar-white .nav-link {
    color: #2f322c;
}
#top-navbar .logo-primary,
#top-navbar.scrolled .logo-secondary {
    display: block;
}
#top-navbar .logo-secondary,
#top-navbar.scrolled .logo-primary {
    display: none;
}
/*#top-navbar .cart-icon path,*/
/*#top-navbar .favorites-icon path,*/
/*#top-navbar .open-menu path,*/
/*#top-navbar .phone-icon path,*/
/*#top-navbar .profile-icon path,*/
/*#top-navbar .store-icon path,*/
/*#top-navbar .tracker-icon path {*/
    /*fill: #fff;*/
/*}*/
#top-navbar.navbar-white .cart-icon path,
#top-navbar.navbar-white .favorites-icon path,
#top-navbar.navbar-white .open-menu path,
#top-navbar.navbar-white .phone-icon path,
#top-navbar.navbar-white .profile-icon path,
#top-navbar.navbar-white .store-icon path,
#top-navbar.navbar-white .tracker-icon path {
    fill: #2f322c;
}
/*#top-navbar .lang-dropdown,*/
/*#top-navbar .lang-dropdown .dropdown-menu.show {*/
    /*border-color: #fff;*/
/*}*/
#top-navbar.navbar-white .lang-dropdown,
#top-navbar.navbar-white .lang-dropdown .dropdown-menu.show {
    border-color: #2f322c;
}
/*#top-navbar .lang-dropdown .dropdown-menu.show,*/
/*#top-navbar.scrolled {*/
    /*background-color: rgba(0, 0, 0, 0.4) !important;*/
/*}*/
#top-navbar.navbar-white .lang-dropdown .dropdown-menu.show,
#top-navbar.scrolled.navbar-white {
    background-color: #fff !important;
}
.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;
}
#homeCarousel .card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}
#homeCarousel .carousel-item img {
    height: var(--carousel-height);
    object-fit: cover;
}
#homeCarousel .carousel-item .embed-container {
    height: var(--carousel-height);
    background-color: #111;
}
#homeCarousel.smaller_height .carousel-item .embed-container,
#homeCarousel.smaller_height .carousel-item img {
    height: var(--smaller-carousel-height);
    min-height: 500px;
}
#homeCarousel .carousel-item .embed-responsive {
    z-index: 3;
}
#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: 520px;
    border-radius: 12px;
    border-width: 0;
    z-index: 3;
}
#homeCarousel .card-body {
    padding: 2.5rem 1.5rem;
}
#homeCarousel .card-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: #2f322c;
}
#homeCarousel .card-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;
    color: #64655e;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
#avgTimeBanner .card-text,
#avgTimeBanner .card-title {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    margin-bottom: 0;
    line-height: normal;
}
#homeCarousel .offer-btn {
    width: 466px;
    height: 58px;
    border-radius: 5.6px;
    font-size: 19.6px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
#homeCarousel .offer-btn:hover,
#loyalty-system .signup-now-btn:hover,
#widgets .widget-btn:hover {
    opacity: 0.8;
}
#homeCarousel .carousel-control-prev-icon {
    background-image: url(/dist/images/prev-control.svg);
}
#homeCarousel .carousel-control-next-icon {
    background-image: url(/dist/images/next-control.svg);
}
#homeCarousel .carousel-control-next-icon,
#homeCarousel .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 21%);
    border-radius: 50%;
    background-size: 50% 50%;
}
#homeCarousel .carousel-control-next,
#homeCarousel .carousel-control-prev {
    opacity: 1;
    width: 10%;
    min-width: 50px;
}
#avgTimeBanner .card {
    border: none;
    border-radius: 8px;
}
#avgTimeBanner .card-img {
    width: 115px;
    height: 115px;
    object-fit: contain;
}
#avgTimeBanner .card-details {
    display: flex;
    background-color: var(--color);
    border-radius: 0 8px 8px 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
#avgTimeBanner .card-title {
    font-size: 25px;
    font-weight: 200;
    text-align: left;
    color: #fff;
}
#avgTimeBanner .card-text {
    font-size: 80px;
    font-weight: 700;
    text-align: right;
    color: #fff;
}
#loyalty-system .card-title,
#recommendations .view-all-btn {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#recommendations,
#widgets {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
#recommendations .view-all-btn {
    width: 340.6px;
    height: 58px;
    border-radius: 5.6px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
#recommendations .view-all-btn:hover {
    opacity: 0.8;
    text-decoration: none;
}
#loyalty-system .card {
    border-width: 0;
    height: 510px;
}
#loyalty-system .card-img-top {
    border-radius: 0;
    border-width: 0;
    height: 510px;
    object-fit: cover;
    position: absolute;
}
#apps .app_button,
#widgets .card-img-top {
    object-fit: contain;
}
#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-size: 35px;
    font-weight: 800;
    line-height: 1;
    z-index: 1;
}
#loyalty-system .card-text {
    width: 520.7px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 0.75rem;
    margin-bottom: 3rem;
    z-index: 1;
}
#loyalty-system .signup-now-btn,
#widgets .card-title {
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
}
#loyalty-system .signup-now-btn {
    width: 283.5px;
    height: 58px;
    border-radius: 5.6px;
    font-size: 19.6px;
    line-height: normal;
    color: #fff;
    z-index: 1;
    display: flex;
    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;
    border-radius: 0;
    width: 100%;
}
#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;
}
#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%;
    height: 300px;
    border-radius: 6px;
    background-color: #fff;
    margin-top: -61px;
    padding-top: 61px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#widgets .card-title {
    width: 100%;
    height: 41.6px;
    font-size: 25px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
#widgets .card-text {
    width: 90%;
    height: 60px;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #585b56;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.75rem;
}
#apps .app_text,
#apps .app_title,
#widgets .widget-btn {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
}
#widgets .widget-btn {
    width: 283.5px;
    height: 58px;
    border-radius: 5.6px;
    font-size: 19.6px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#apps {
    position: relative;
}
#apps .app_title {
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
}
#apps .app_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}
#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;
}
@media (max-width: 1439px) {
    #homeCarousel .card {
        width: 580px;
    }
    #homeCarousel .offer-btn {
        width: 520px;
    }
    #recommendations .view-all-btn {
        width: 319px;
    }
    #widgets .card-body {
        height: 359.2px;
    }
    #widgets .card-text {
        height: 90px;
        -webkit-line-clamp: 3;
    }
    #widgets .widget-btn {
        width: 235.4px;
        height: 72.8px;
    }
}
@media (max-width: 1199px) {
    #homeCarousel .card {
        width: 587px;
    }
    #homeCarousel .offer-btn {
        width: 526px;
    }
    #recommendations .view-all-btn {
        width: 342px;
    }
    #widgets .card-body {
        height: 369px;
    }
    #widgets .card-title {
        height: 74px;
        white-space: normal;
    }
    #widgets .widget-btn {
        width: 100%;
    }
    #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 - var(--header-height));
    }
    #homeCarousel .card {
        width: 543px;
    }
    #homeCarousel .offer-btn {
        width: 486px;
    }
    #avgTimeBanner .card-img {
        width: 70px;
        height: 70px;
    }
    #avgTimeBanner .card-title {
        font-size: 20px;
    }
    #avgTimeBanner .card-text {
        font-size: 40px;
    }
    #recommendations .view-all-btn {
        width: 355px;
    }
    #widgets .col-lg-5 {
        flex-basis: 100%;
        max-width: 100%;
    }
    #widgets .card {
        width: 726px;
    }
    #widgets .card-body {
        width: 726px;
        height: 281px;
    }
    #widgets .card-title {
        width: 727px;
        height: 42px;
        white-space: nowrap;
    }
    #widgets .contest .card-title {
        width: 727px;
    }
    #widgets .card-text {
        width: 601px;
        height: 60px;
        -webkit-line-clamp: 2;
    }
    #widgets .widget-btn {
        width: 447.8px;
        height: 51.2px;
    }
}
@media (max-width: 750px) {
    :root {
        --smaller-carousel-height: calc(100vh - 200px - var(--header-height));
    }
    #homeCarousel .card {
        width: 461px;
    }
    #homeCarousel .offer-btn {
        width: 412px;
    }
    #avgTimeBanner .card-title {
        font-size: 18px;
        text-align: center;
    }
    #avgTimeBanner .card-text {
        font-size: 45px;
        text-align: center;
    }
    #recommendations .view-all-btn {
        width: 460px;
    }
    #loyalty-system .card-text {
        width: 473.7px;
    }
    #widgets .card {
        width: 458.4px;
        margin-left: auto;
        margin-right: auto;
    }
    #widgets .card-body {
        width: 458.4px;
        height: auto;
    }
    #widgets .card-title,
    #widgets .contest .card-title {
        width: 360px;
        height: auto;
        white-space: normal;
    }
    #widgets .card-text {
        width: 379.4px;
        height: auto;
        display: block;
        margin-top: 1rem;
    }
    #widgets .widget-btn {
        width: 282.7px;
    }
}
@media (max-width: 480px) {
    :root {
        --carousel-height: 100vh;
    }
    #homeCarousel.smaller_height .carousel-item .embed-container,
    #homeCarousel.smaller_height .carousel-item img {
        min-height: unset;
    }
    #homeCarousel .card {
        max-width: 100%;
    }
    #homeCarousel .offer-btn {
        width: 100%;
        font-size: 16px;
    }
    #homeCarousel .card-text,
    #homeCarousel .card-title {
        text-align: center;
    }
    #homeCarousel .card-title {
        font-size: 26px;
    }
    #avgTimeBanner .card-title,
    #homeCarousel .card-text {
        font-size: 16px;
    }
    #avgTimeBanner .card-text {
        font-size: 30px;
    }
    #avgTimeBanner .card-img {
        width: 50px;
        height: 50px;
    }
    #recommendations .recommendations-dropdown,
    #widgets .card {
        width: calc(100% - 20px);
    }
    #recommendations .view-all-btn {
        width: calc(100% - 40px);
    }
    #loyalty-system .card-text,
    #loyalty-system .signup-now-btn,
    #widgets .card-body,
    #widgets .card-text,
    #widgets .card-title,
    #widgets .contest .card-title {
        width: 100%;
    }
    #widgets .widget-btn {
        width: 100%;
        height: 62.6px;
    }
    #apps .details_col > *,
    #apps .mobile_app_img {
        width: 300px;
    }
}
