body {
    background: #f5f2e8;
    background-color: #f5f2e8;
}

.loading {
    background-image: url(../img/loading-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    height: 100vh;

    z-index: 11;

    position: relative;

    display: block;
}

.loading #anim {
    position: absolute;
    width: 100% !important;
    height: 100vh !important;
    z-index: 999;
    display: block;
    top: 0%;
}

.loading #logo-anim {
    position: absolute;
    top: 50%;
    left: 35%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 30%;
}

.home {
    margin-top: 110px;
}

.home .video-div {
    position: relative;
}

.home .video-div .home-video {
    width: 100%;

    border-radius: 25px;
}

.home .video-div .text-div {
    display: flex;
    padding: 56px;
    gap: 40px;

    position: absolute;

    z-index: 99;
    bottom: 3%;
    align-items: center;
}

.home .video-div .text-div img {
    width: 60px;
    height: 60px;
}

.home .video-div .text-div h6 {
    color: var(--lavonne-surface, #F5F2E8);
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 39.2px */

    max-width: 457px;
}


.freshly {
    padding: 80px 0px 120px 0px;
}

.freshly .head-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;

    margin: auto;
}

.freshly .head-div h5 {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Alverata;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.freshly .head-div h1 {
    color: #412110;
    text-align: center;
    font-family: Raleway;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.freshly .head-div img {
    max-width: 400px;

    margin-top: 8px;
}

.freshly .goto-btn {
    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.24);
    background: var(--lavonne-base, #412110);

    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;

    width: fit-content;

    color: var(--lavonne-surface, #F5F2E8);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    margin: auto;
    margin-top: 48px;

    background-color: #693c22;
    background-image: #693c22;
    background-image: -moz-linear-gradient(top, #412110 0%, #412110 100%);
    background-image: -webkit-linear-gradient(top, #412110 0%, #412110 100%);
    background-image: linear-gradient(to bottom, #412110 0%, #412110 100%);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.freshly .goto-btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
}

.freshly .carousl-div {
    margin-top: 80px;
}

.freshly .carousl-div .marquee {
    overflow: hidden;
}

.freshly .carousl-div .marquee img {
    margin-right: 40px;

    border-radius: 48px;
    width: 320px;
    height: 400px;
    object-fit: cover;
}


/* Feature */
.featured {
    padding: 80px 0px;
}

.featured p {
    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    /* 64.8px */

    padding-right: 80px;

    margin-bottom: 60px;
}

.featured .btn-links {
    display: flex;
    gap: 24px;
}

.featured .btn-links .order-btn {
    display: flex;
    padding: 16px 24px;
    gap: 8px;

    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.24);
    background: var(--lavonne-base, #412110);

    color: var(--lavonne-surface, #F5F2E8);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #693c22;
    background-image: #693c22;
    background-image: -moz-linear-gradient(top, #412110 0%, #412110 100%);
    background-image: -webkit-linear-gradient(top, #412110 0%, #412110 100%);
    background-image: linear-gradient(to bottom, #412110 0%, #412110 100%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.featured .btn-links .order-btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
}

.featured .btn-links .order-btn img {
    width: 24px;
    height: 24px;
}

.featured .btn-links .our-btn {
    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.24);

    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;

    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    background-color: #E7E2D8;
    background-image: #E7E2D8;
    background-image: -moz-linear-gradient(top, #F5F2E8 0%, #F5F2E8 100%);
    background-image: -webkit-linear-gradient(top, #F5F2E8 0%, #F5F2E8 100%);
    background-image: linear-gradient(to bottom, #F5F2E8 0%, #F5F2E8 100%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.featured .btn-links .our-btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
}

.featured h5 {
    color: var(--lavonne-base, #412110);
    font-family: Alverata;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;

    margin-top: 80px;

    margin-bottom: 56px;
}

.featured .marquee {
    overflow: hidden;
}

/* .featured .marquee img{
    background: #f5f2e8;

    width: 260px;
    height: 117px;

    padding-right: 60px;
} */

.featured .marquee .award-card {
    display: inline-block;
    margin: auto;
    height: 250px;
    vertical-align: middle;
}

.featured .marquee .award-card .award-div {
    width: 120px;
    height: 120px;
    margin: auto;
}

.featured .marquee .award-card .h-70 {
    height: 70px;
}

.featured .marquee .award-card img {
    max-width: 100%;
    object-fit: none;
}

.featured .marquee .award-card h4 {
    color: var(--Lavonne-Base, #412110);
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    width: 300px;
    margin-top: 12px;
}

.featured .marquee .award-card h6 {
    color: var(--Lavonne-Base, #412110);
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;

    margin-top: 8px;
}


/* Presenting */
.presenting {
    padding: 120px 0px;
}

.presenting .head-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;

    margin-bottom: 60px;
}

.presenting .head-div h4 {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Alverata;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}

.presenting .head-div {
    color: var(--lavonne-base, #412110);
    font-weight: 600;
}

.presenting .head-div h1 {
    color: #412110;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.presenting .head-div h2 {
    color: #412110;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Flickity */
.presenting .locations {
    overflow: hidden;
    height: 412px;
}

.presenting .carousel {
    background: inherit;
    overflow: hidden;
    touch-action: pan-y;
}

.presenting .carousel .flickity-viewport{
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.presenting .carousel .flickity-viewport::-webkit-scrollbar {
    display: none;
}

.presenting .carousel-cell {
    width: 360px;
    height: 460px;
    margin-right: 32px;
}

/* cell number */
.presenting .carousel-cell:before {
    display: block;
}

.example {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 460px;
    text-align: center;
    border-radius: 16px;

    display: flex;
}


.example .div-bottom {
    display: flex;
    justify-content: space-between;
    padding: 32px;
    width: -webkit-fill-available;
    margin-top: auto;
}

.example .div-bottom h5,
.coming-soon div h5 {
    color: #FFF;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.example .div-bottom img,
.coming-soon div img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.example .fadedbox {
    background-color: #412110;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;

    transition: all 300ms ease-out;

    opacity: 0;
    width: -webkit-fill-available;
    height: 460px;
    padding: 24px;

    border-radius: 16px;
}

.example:hover .fadedbox {
    opacity: 1;
}

.example .text {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.example .title {
    font-size: 2.5em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
}

.example:hover .title,
.example:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.fadedbox .title {
    text-align: left;
    height: -webkit-fill-available;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fadedbox .title h5 {
    color: var(--lavonne-surface, #F5F2E8);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 32.4px */

    margin-bottom: 32px;
}

.fadedbox .title .timings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.fadedbox .title .timings p {
    color: var(--lavonne-surface, #F5F2E8);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fadedbox .title .menu-btn {
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;

    color: var(--lavonne-surface, #F5F2E8);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 400px;
    border: 1px solid rgba(235, 232, 222, 0.24);

    width: fit-content;

    /* margin: auto; */
    margin-top: auto;
    justify-content: center;
}

.fadedbox .title .menu-btn:hover {
    color: rgba(245, 242, 232, 0.6)
}

.fadedbox .title .timings p span {
    opacity: 0.8;
}

.coming-soon {
    padding: 32px;
    width: -webkit-fill-available;
    margin-top: auto;
}

.coming-soon div {
    display: flex;
    justify-content: space-between;
}

.coming-soon p {
    color: #FFF;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    opacity: 0.8;

    text-align: left;

    margin-top: 12px;
}

/* Weekly */
.weekly {
    padding: 120px 0px;
}

.weekly .head-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.weekly .head-div h4 {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Alverata;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}

.weekly .head-div {
    color: var(--lavonne-base, #412110);
    font-weight: 600;
}

.weekly .head-div h1 {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    margin-bottom: 32px;
}

.weekly img {
    border-radius: 24px;
}

.weekly .dessert {
    display: flex;
    flex-direction: column;
    padding: 40px;
    height: 100%;
}

.weekly .dessert h5 {
    color: var(--lavonne-base, #412110);
    font-family: Alverata;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    text-transform: capitalize;

    margin-bottom: 12px;
}

.weekly .dessert h1 {
    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 24px;
}

.weekly .dessert p {
    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 36px */
}

.weekly .order-btn {
    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.24);
    background: var(--lavonne-base, #412110);

    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;

    color: var(--lavonne-surface, #F5F2E8);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    width: fit-content;

    margin-top: auto;

    background-color: #693c22;
    background-image: #693c22;
    background-image: -moz-linear-gradient(top, #412110 0%, #412110 100%);
    background-image: -webkit-linear-gradient(top, #412110 0%, #412110 100%);
    background-image: linear-gradient(to bottom, #412110 0%, #412110 100%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.weekly .order-btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
}


/* every-occation */
.every-occation {
    padding: 80px 0px;
}

.every-occation h5 {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Alverata;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: uppercase;

    text-align: center;
}

.every-occation .head-div {
    display: flex;
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    margin-inline: auto;
}

.every-occation .head-div h1 {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.every-occation .head-div p {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
}

.every-occation .carousel-div {
    margin-top: 48px;
    margin-bottom: 80px;

    height: 360px;

    overflow: hidden;
}

.every-occation .carousel-div .marquee img {
    margin-right: 24px;
    width: 320px;
    height: 360px;

    object-fit: cover;
    border-radius: 28px;
    /* Changes */
}

.every-occation .craft-div {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.every-occation .ingredients-div {
    display: flex;
}

.every-occation .ingredients-div p {
    max-width: 120px;
    display: flex;

    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 36px */
}

.every-occation .ingredients-div img {
    height: auto;
    padding-inline: 48px;
}

.every-occation .craft-div .craft-btn a {
    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.24);
    background: var(--lavonne-base, #412110);

    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;

    color: var(--lavonne-surface, #F5F2E8);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;


    background-color: #693c22;
    background-image: #693c22;
    background-image: -moz-linear-gradient(top, #412110 0%, #412110 100%);
    background-image: -webkit-linear-gradient(top, #412110 0%, #412110 100%);
    background-image: linear-gradient(to bottom, #412110 0%, #412110 100%);
    background-size: 500px !important;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.every-occation .craft-div .craft-btn a:hover {
    background-position: -300%;
    transition: background 300ms ease-in-out;
}

/* Ready */
.ready {
    padding: 80px 0px;
}

.ready .head-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.ready .head-div h4 {
    color: var(--lavonne-base, #412110);
    font-family: Alverata;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.ready .head-div h1 {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ready .head-div {
    color: var(--lavonne-base, #412110);
    font-weight: 600;
}

.ready .head-div h2 {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ready .nav-pills .tab-pill {
    border-radius: 24px;
    border: 1px solid rgba(65, 33, 16, 0.12);

    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 24px;
}

.ready .nav-pills {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin: 40px 0px;
}

.ready .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    background: #f5f2e8;
    background-color: #f5f2e8;

    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.ready .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 32px;
    border: 1px solid var(--lavonne-base, #412110);
}

.ready .tab-content .card-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.ready .tab-content .card-div img {
    width: 296px;
    height: 320px;
    border-radius: 25px;
    object-fit: cover;
}

.ready .tab-content .card-div div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.ready .tab-content .card-div p {
    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ready .tab-content .card-div h6 {
    color: var(--lavonne-base, #412110);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ready .tab-content .card-div {
    margin-right: 20px;
}

.ready .order-btn {
    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.24);
    background: var(--lavonne-base, #412110);

    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;

    color: var(--lavonne-surface, #F5F2E8);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    width: fit-content;

    margin: auto;

    margin-top: 32px;

    background-color: #693c22;
    background-image: #693c22;
    background-image: -moz-linear-gradient(top, #412110 0%, #412110 100%);
    background-image: -webkit-linear-gradient(top, #412110 0%, #412110 100%);
    background-image: linear-gradient(to bottom, #412110 0%, #412110 100%);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.ready .order-btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
}

/* time-more */
.time-more {
    padding: 120px 0px;
}

.time-more .head-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    color: #412110;

    margin-bottom: 56px;
}

.time-more .head-div h4 {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Alverata;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.time-more .head-div h1 {
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Raleway;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.time-more .cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.time-more .card-div {
    display: flex;
    gap: 40px;
    align-self: stretch;
}

.time-more .card-div .text-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

.time-more .card-div img {
    border-radius: 20px;
    object-fit: cover;
    width: 360px;
    height: 240px;
}


.time-more .card-div .text-div p {
    margin-top: 16px;
}

.time-more .card-div .learn-btn {
    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.12);

    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;

    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    width: fit-content;
    margin-top: auto;

    background-color: #E7E2D8;
    background-image: #E7E2D8;
    background-image: -moz-linear-gradient(top, #F5F2E8 0%, #F5F2E8 100%);
    background-image: -webkit-linear-gradient(top, #F5F2E8 0%, #F5F2E8 100%);
    background-image: linear-gradient(to bottom, #F5F2E8 0%, #F5F2E8 100%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.time-more .card-div .learn-btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
}

.time-more .carousel{
    height: 300px;
}

.time-more .carousel-cell{
    width: 100%;
}

/* Mobile */
@media (max-width: 992px) {
    .home {
        margin-top: 0px;
    }

    .max-width {
        padding: 0;
    }

    .home .video-div {
        width: -webkit-fill-available;
    }

    .home .video-div .home-video {
        width: 100%;
        border-radius: 0px;
    }

    .home .video-div .text-div {
        padding: 16px;
        gap: 20px;
        width: -webkit-fill-available;
    }

    .home .video-div .text-div img {
        width: 45px;
        height: 45px;
    }

    .home .video-div .text-div h6 {
        color: #f5f2e8;
        text-align: left;
        border: 1px solid rgba(0, 0, 0, 0);
        margin-top: 0;
        margin-bottom: 0;
        font-family: Raleway, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 140%;
        text-decoration: none;
    }

    /* Section 2 */
    .section2 {
        padding: 24px;

        color: var(--lavonne-base, #412110);
        text-align: center;
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        /* 32px */
    }

    /* Freshly */
    .freshly {
        padding: 100px 24px;
    }

    .freshly .head-div {
        max-width: 345px;
    }

    .freshly .head-div h4 {
        color: var(--lavonne-base, #412110);
        font-family: Alverata;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 2.16px;
        text-transform: uppercase;
    }

    .freshly .head-div h1 {
        color: #412110;
        text-align: center;
        font-family: Raleway;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .freshly .head-div img {
        max-width: 345px;

        border-radius: 36px;
    }

    .freshly .goto-btn {
        margin-top: 32px;

        font-size: 18px;
    }

    .freshly .carousl-div {
        margin-top: 48px;
    }

    .freshly .carousl-div .marquee img {
        margin-right: 30px;

        width: 240px;
        height: 300px;
    }

    .featured {
        padding: 0px 24px 100px 24px;
    }

    .featured p {
        padding: 0px;

        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        /* 50.4px */

        margin-top: 100px;
        margin-bottom: 40px;
    }

    .featured .btn-links {
        display: grid;
        gap: 16px;
    }

    .featured .btn-links .order-btn {
        display: flex;
        padding: 16px 32px;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;

        color: var(--lavonne-surface, #F5F2E8);
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

        background-size: auto;
    }

    .featured .btn-links .our-btn {
        display: flex;
        padding: 16px 32px;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;

        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

        background-size: auto;
    }

    .featured h5 {
        margin-bottom: 24px;

        font-size: 16px;
    }

    .featured .marquee .award-card {
        /* width: 185px;
        height: 100px; */

        display: inline-block;

        margin-right: 0px;
    }

    .featured .marquee .award-card img {
        height: -webkit-fill-available;
        display: block;
        margin-inline: auto;
    }

    .featured .marquee .award-card h4 {
        color: var(--Lavonne-Base, #412110);
        text-align: center;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;

        margin-top: 17px;
        width: 230px;
    }

    .featured .marquee .award-card h6 {
        color: var(--Lavonne-Base, #412110);
        text-align: center;
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;

        margin-top: 6px;
    }

    /* Presenting */
    .presenting .head-div {
        padding-inline: 24px;
    }

    .presenting .carousel {
        padding-left: 24px;
    }

    .presenting .flickity-slider {
        width: 100%;
    }

    .presenting .carousel-cell {
        width: 310.705px;
        height: 397.012px;
    }

    .presenting .head-div h1 {
        font-size: 32px;
    }

    .example,
    .example .fadedbox {
        height: 397.012px;
    }

    .example .div-bottom h5,
    .coming-soon div h5 {
        font-size: 24px;
    }

    /* Weekly */
    .weekly {
        padding: 100px 24px;
    }

    .weekly .head-div {
        gap: 12px;
    }

    .weekly .head-div h5 {
        color: var(--lavonne-base, #412110);
        text-align: center;
        font-family: Alverata;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.92px;
        text-transform: uppercase;
    }

    .weekly img {
        width: 100%;
    }

    .weekly .dessert {
        padding: 32px 0px;
    }

    .weekly .dessert h5 {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        /* 22.4px */
        text-transform: capitalize;

        margin-bottom: 10px;
    }

    .weekly .dessert h1 {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        margin-bottom: 15px;
    }

    .weekly .dessert p {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        /* 28.8px */

        margin-bottom: 24px;
    }

    .ready {
        padding: 100px 24px;
    }

    .ready .head-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 13px;
        align-self: stretch;
    }

    .ready .head-div h5 {
        color: var(--lavonne-base, #412110);
        font-family: Alverata;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        /* 25.6px */
        letter-spacing: 1.92px;
        text-transform: uppercase;
    }

    .ready .head-div h1 {
        color: var(--lavonne-base, #412110);
        text-align: center;
        font-family: Raleway;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .ready .tab-content .card-div img {
        width: 100%;
        height: 100%;
    }

    .ready .tab-content .card-div p {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .ready .tab-content .card-div h6 {
        color: var(--lavonne-base, #412110);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    /* Time more */
    .time-more {
        padding: 100px 24px;
    }

    .time-more .head-div {
        gap: 16px;

        margin-bottom: 40px;
    }

    .time-more .head-div h5 {
        color: var(--lavonne-base, #412110);
        text-align: center;
        font-family: Alverata;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 2.16px;
        text-transform: uppercase;
    }

    .time-more .head-div h1 {
        color: var(--lavonne-base, #412110);
        text-align: center;
        font-family: Raleway;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: left;
    }

    .time-more .card-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }

    .time-more .card-div img {
        width: 100%;
    }

    .time-more .card-div .text-div h2 {
        color: var(--lavonne-base, #412110);
        text-align: center;
        font-family: Raleway;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .time-more .card-div .text-div p {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        /* 32.4px */

        margin-top: 12px;
    }

    .time-more .card-div .learn-btn {
        margin-top: 32px;
        font-size: 16px;
        padding: 12px 24px;
    }

    .time-more .carousel {
        height: auto;
    }
}

.featured .marquee .wid-300 {
    width: 300px;
}

@media (max-width: 576px) {
    .loading #logo-anim {
        width: 50%;
        left: 25%;
    }

    .loading {
        background-image: url(../img/loading-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }


    .home .video-div .home-video {
        width: 100%;
        border-radius: 0px;
        height: 500px;
        object-fit: cover;
    }

    .featured .marquee .wid-300 {
        width: 200px;
    }

    .featured .marquee .award-card .h-70 {
        height: 30px;
    }
}

@media (max-width: 1400px) {
    /* every-occation */
    .every-occation {
        padding: 100px 24px;
    }

    .every-occation h5 {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        /* 25.6px */
        letter-spacing: 1.92px;
        text-transform: uppercase;
    }

    .every-occation .head-div {
        margin-top: 16px;
    }

    .every-occation .head-div h1 {
        font-size: 28px;
    }

    .every-occation .head-div p {
        font-size: 18px;
    }

    .every-occation .ingredients-div {
        display: block;

    }

    .every-occation .ingredients-div p {
        max-width: 100%;

        padding: 20px 0px;

        border-bottom: 1px solid rgba(65, 33, 16, 0.24);

        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .every-occation .mob-craft-div .craft-btn {
        border-radius: 400px;
        border: 1px solid rgba(65, 33, 16, 0.24);
        background: var(--lavonne-base, #412110);

        display: flex;
        padding: 16px 32px;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;

        color: var(--lavonne-surface, #F5F2E8);
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

        margin-top: 48px;
    }
}