* {
    margin: 0px;
    padding: 0px;
}


html,
body {
    overflow-x: hidden;
}

/* Global Setting */

:root {
    --helvi: 'Helvetica Neue';
    --gotham: 'Gotham';
}

.container {
    width: 1330px;
    max-width: 90%;
    margin: 0 auto;
}

a.bg_purple {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 55px;
    border-top: 1px solid #100F0C;
    border-right: 4px solid #100F0C;
    border-bottom: 4px solid #100F0C;
    border-left: 1px solid #100F0C;
    background: #8E2B8C;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--helvi);
    font-weight: 700;
    transition: .3s ease-in;
}

a.bg_purple:hover {
    background-color: #100F0C;
}

/* Mobile Header */

.hamburger {
    width: 30px;
    height: 30px;
    display: none;
}

/* Header Style Start */

header.container {
    padding: 15px 40px;
    border-radius: 50px;
}

header.container {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: 10px;
}

header.container nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.learn_more {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 55px;
    border: 1px solid #100F0C;
    text-decoration: none;
    text-transform: uppercase;
    color: #100F0C;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    transition: .3s ease-in;
}

a.learn_more:hover {
    background-color: #100F0C;
    color: #fff;
}

header.container ul.menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 34px;
}

header.container ul.menu li a {
    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    text-decoration: none;
}


header.container nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.learn_more {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 55px;
    border: 1px solid #100F0C;
    text-decoration: none;
    text-transform: uppercase;
    color: #100F0C;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
}


/* Main Section Style Start */

main {
    margin-top: -110px;
}

.banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 840px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 140px;
}


.banner .container h2 {
    color: #FFF;
    font-family: var(--gotham);
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 90px */
    letter-spacing: -4.5px;
    margin-bottom: 14px;
    width: 475px;
}

.banner .container p {
    color: #FFF;
    font-family: var(--helvi);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.4px;
    margin-bottom: 30px;
    width: 525px;
}

.banner .container a:first-child {
    border-radius: 75px;
    border-top: 1px solid #100F0C;
    border-right: 4px solid #100F0C;
    border-bottom: 4px solid #100F0C;
    border-left: 1px solid #100F0C;
    background: #FFF;
    display: inline-flex;
    padding: 16px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #100F0C;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s ease-in;
}

.banner .container a:first-child:hover {
    background-color: #100F0C;
    color: #fff;
}

.banner .container a:first-child:hover svg path {
    stroke: #fff;
}

.banner .container a:last-child {
    border-radius: 75px;
    border-top: 1px solid #FFF;
    border-right: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    border-left: 1px solid #FFF;
    display: inline-flex;
    padding: 16px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
}

.banner .container a:last-child:hover {
    background-color: #100F0C;

}

.slider-container {
    width: 100%;
    padding: 21px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 0.125rem solid #100F0C;
    /* ~2px */
    border-right: 0;
    border-left: 0;
}

.slider {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: scroll 30s linear infinite;
}

.slider img {
    width: 68.333px;
    height: 41px;
    margin: 0 1.25rem;
}

.slider p {
    color: #100F0C;
    font-size: 2.75rem;
    /* ~44px */
    letter-spacing: -0.11rem;
    /* ~ -1.76px */
    text-transform: uppercase;
    font-family: var(--gotham);
    font-weight: 700;
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-50%);
    }
}

.cooked_card_sec {
    padding: 90px 0 50px;
    position: relative;
}

.cooked_card_sec::before {
    content: "";
    position: absolute;
    width: 127px;
    height: 78px;
    background: url(../images/mexican-bowl.jpg);
    top: 111px;
    left: unset;
    right: -20px;
}

.cooked_card_sec .container>h2 {
    color: #100F0C;
    text-align: center;
    font-family: var(--gotham);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
    letter-spacing: -2.8px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.cooked_card_sec .container>p {
    color: #1C1C1C;
    text-align: center;
    font-family: var(--helvi);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: -0.36px;
    margin: auto;
    width: 400px;

}

span.bg_purple_text {
    border-radius: 10px;
    background: #8E2B8C;
    padding: 0 10px;
    color: #fff;
}

.cookde_card_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.cookde_card_row .inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 30px;
}

.cookde_card_row .inner h3 {
    color: #100F0C;
    font-family: var(--gotham);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 30.8px */
    letter-spacing: -1.4px;
    text-transform: uppercase;
    margin: 50px 0px 18px 0;
}

.cookde_card_row .inner p {
    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: -0.36px;
}

.tone_flavour_sec {
    background: #FEF4E1;
    position: relative;
    padding: 100px 0;
}

.tone_flavour_sec::before {
    content: "";
    position: absolute;
    width: 128px;
    height: 78px;
    /* background-image: url(../images/pilaf-bowl.png); */
    top: 56px;
}

.tone_flavour_sec .container>h2 {
    color: #100F0C;
    font-family: var(--gotham);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
    letter-spacing: -2.8px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
}

.tone_flavour_sec .container>p {
    color: #1C1C1C;
    text-align: center;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: -0.36px;
    width: 551px;
    margin: 0 auto 50px auto;
}

.main-card-tone .card-tone h3 {
    color: #100F0C;
    font-family: var(--gotham);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 30.8px */
    letter-spacing: -1.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.main-card-tone .card-tone img {
    margin-bottom: 30px;
    width: 100%;
}

.main-card-tone .card-tone p {
    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.32px;
    margin-bottom: 33px;
}

.main-card-tone .card-tone a {
    display: inline-flex;
    text-decoration: none;
    padding: 12px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 55px;
    border-top: 1px solid #100F0C;
    border-right: 4px solid #100F0C;
    border-bottom: 4px solid #100F0C;
    border-left: 1px solid #100F0C;
    color: #100F0C;
    font-family: var(--helvi);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.main-card-tone .card-tone a:hover {
    background: #8E2B8C;
    color: #fff;
}

.main-card-tone {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.who-is-left h2 {
    color: #100F0C;
    text-align: left;
    font-family: var(--gotham);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
    letter-spacing: -2.8px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.who-is-left p {
    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.who-is-right p {
    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.who-is-tone {
    padding: 100px 0;
}


.who-is-tone .container {
    display: flex;
    justify-content: space-between;
}

.who-is-right p {
    width: 514px;
}

.who-is-left p {
    width: 514px;
}

.who-is-tone>.container {
    margin-bottom: 40px;
    ;
}

.who-is-tone .container:last-child {
    gap: 20px;
}

.who-is-tone .container:last-child img {
    width: 100%;
}

.excitement {
    background: #FEF4E1;
    padding: 100px 0;
}

.excitement .container:first-child h2 {
    text-align: center;
    color: #100F0C;
    font-family: var(--gotham);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -2.8px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.excitement .container:first-child img {
    width: 100%;

}

.container.middle {
    display: flex;
    /* justify-content: space-around; */
    margin: 108px auto 50px auto;
    flex-direction: column;
    align-items: center;
}

.container.slide_con {
    width: 1048px;
    margin: 0 auto;
}

.left-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #091110;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.left-logo img {
    width: unset;
}

.right-para {
    /* width: 430px; */
    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
    padding-top: 1rem;
}

section.last {
    margin-top: 100px;
}

.last-sec {
    background-image: url(../images/last-b.jpg);
    background-repeat: no-repeat;
    /* Image repeat na ho */
    background-position: center center;
    /* Image ko bottom center par set kare */
    /* Image ko pura fit karne ke liye */
    height: 460px;
    border-radius: 30px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    box-shadow: 15px 15px 0 0 #8E2B8C;

}

.last-sec h1 {
    color: #100F0C;
    font-family: var(--gotham);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 50px */
    letter-spacing: -2px;
    text-transform: uppercase;
}

.last-sec p {
    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.lst-btn {
    margin-top: 30px;
    display: flex;
    gap: 18px;
}

.b1 {
    display: inline-flex;
    padding: 16px 40px 16px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 75px;
    border-top: 1px solid #8E2B8C;
    border-right: 4px solid #8E2B8C;
    border-bottom: 4px solid #8E2B8C;
    border-left: 1px solid #8E2B8C;
    background: #FFF;
    color: #8E2B8C;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s ease-in;
}

.b1:hover {
    background-color: #8E2B8C;
    color: #fff;
}

.b2 {
    display: inline-flex;

    padding: 16px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 75px;
    border-top: 1px solid #100F0C;
    border-right: 4px solid #100F0C;
    border-bottom: 4px solid #100F0C;
    border-left: 1px solid #100F0C;
    color: #100F0C;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s ease-in;
}

.b2:hover {
    background-color: #fff;
}

.flavour_slider {
    overflow-x: hidden;
    position: relative;
}

.flavour_slider .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    justify-items: center;
    /* width: 1048px !important;
    margin: 0 auto; */
}

.flavour_slider .swiper-slide .left h3 {
    color: #091110;
    font-family: var(--helvi);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    letter-spacing: -1.6px;
    margin-bottom: 20px;
}

.flavour_slider .swiper-slide .left .sub_heading {
    color: #091110;
    font-family: var(--helvi);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
    margin-bottom: 16px;
}

.flavour_slider .swiper-slide .left p {
    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
    margin-bottom: 30px;
}

.flavour_slider .swiper-slide .left a {
    border-radius: 75px;
    border-top: 1px solid #100F0C;
    border-right: 4px solid #100F0C;
    border-bottom: 4px solid #100F0C;
    border-left: 1px solid #100F0C;
    background: #8E2B8C;
    display: inline-flex;
    padding: 16px 40px 16px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s ease-in;
}

.flavour_slider .swiper-slide .left a:hover {
    background-color: #100F0C;
}

.flavour_slider .swiper-slide .right img {
    box-shadow: 15px 15px 0 0 #8E2B8C;
    border-radius: 30px;
    margin-right: 20px;
}

.flavour_slider .swiper-slide {
    height: 450px;
}


/* Footer STart */

.footer {
    padding: 106px 0 60px 0;
}

.footer .inner_row img {
    margin-bottom: 10px;
}

.footer .inner_row {
    display: flex;
    justify-content: space-between;
}

.footer .inner_row .col .links {
    width: max-content !important;
    margin: 0 0 0 auto;
    list-style: none;
}

.footer .inner_row .col .social {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer .inner_row .col .links a {
    color: #1C1C1C;
    text-decoration: none;
}

.footer .inner_row .col .links a:hover {
    color: #8E2B8C;
    font-weight: 700;
}

.footer .inner_row .col .links .acive {
    color: #8E2B8C;
    font-weight: 700;
}

.footer .inner_row .col .social li svg:hover path {
    fill: #000;
}

.footer .inner_row:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.copyright_ro p {
    margin: 50px 0 0 0;
}

.copyright_ro ul {
    margin: 50px 0 0 0;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    text-decoration: underline;
}

.social {
    margin: 50px 0 50px 0;
}

.links {

    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}

.footer p,
.footer li a {
    font-family: var(--helvi);
    color: #1C1C1C;
    text-decoration: none;
}

/* responsiveness */

@media screen and (max-width: 1024px) {

    /* Mobile Menu Style Start */

    .hamburger {
        display: block;
    }

    ul.menu {
        position: absolute;
        display: none !important;
        flex-direction: column;
        top: 78px;
        width: 84%;
        background: #fff;
        left: 0;
        padding: 20px !important;
        right: 0;
        margin: 0 auto;
    }

    ul.menu.active {
        display: flex !important;
        top: 78px;
        opacity: 1;
    }

    .headerBtns {
        display: none;
    }

    header.container {
        width: 70%;
        border-radius: 10px !important;
    }

    header.container img.logo {
        height: 50px;
    }

    /* Mobile Menu Style End */

    .container {
        width: 100%;
    }

    .banner {
        height: 670px;
        padding: 0 20px 140px 20px;
    }

    .cooked_card_sec,
    .tone_flavour_sec,
    .who-is-tone,
    .excitement {
        padding: 50px 20px;
    }

    .container.middle {
        gap: 20px;
    }

    .container.slide_con {
        width: 100%;
    }

    .flavour_slider .swiper-slide {
        grid-template-columns: 1fr;
        height: 100%;
        justify-items: start;
        gap: 30px;
    }

    .flavour_slider .swiper-slide .right img {
        width: 100%;
    }

    .left-logo h2 {
        line-height: 35px;
    }

    .last-sec {
        margin-top: 0;
    }

    .last-sec p {
        padding: 0px 20px 0 20px;
    }

    .who-is-tone .container {
        gap: 40px;
    }

    .who-is-left p {
        width: 100%;
    }

    .who-is-right p {
        width: 100%;
    }

    .who-is-tone .container .who-is-left,
    .who-is-tone .container .who-is-right {
        width: 100%;
    }

    .who-is-left h2 {
        font-size: 45px;
    }

    .who-is-tone .container {
        flex-wrap: wrap;
    }

    .who-is-tone .container:last-child img {
        width: 31%;
    }

    .last-sec {
        padding: 0 40px;
        flex-wrap: wrap;
        width: 83%;
        margin-top: 50px;
    }

    .last-sec .left,
    .last-sec .img {
        width: 45%;
    }

    .last-sec .left .lst-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .last-sec p {
        padding: 20px 0 0 0;
    }

    .last-sec p br {
        display: none;
    }

    .last-sec .img img {
        width: 100%;
    }

    .last-sec h1 {
        font-size: 39px;
    }

    .footer {
        padding: 106px 20px 60px 20px;
    }

}


@media screen and (max-width: 600px) {
    .banner .container h2 {
        width: 100%;
        font-size: 50px;
        line-height: 60px;
    }

    .banner .container p {
        width: 100%;
    }

    .inline_btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .cooked_card_sec::before {
        display: none;
    }

    .cooked_card_sec .container>h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .cooked_card_sec .container>p {
        width: 100%;
    }

    .cookde_card_row {
        grid-template-columns: 1fr;
    }

    .tone_flavour_sec::before {
        display: none;
    }

    .tone_flavour_sec .container>h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .tone_flavour_sec .container>p {
        width: 100%;
    }

    .main-card-tone {
        grid-template-columns: 1fr;
    }

    .who-is-left h2 {
        font-size: 40px;
    }

    .who-is-tone .container:last-child img {
        width: 47%;
    }

    .who-is-tone .container:last-child {
        display: flex;
        justify-content: center;
    }

    .excitement .container:first-child h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .container.middle {
        gap: 20px;
        display: flex;
        flex-direction: column;
        margin: 40px 0 40px 0;
    }

    .right-para {
        width: 100%;
    }

    .last-sec {
        width: 73%;
        padding: 30px 30px;
        height: 100%;
    }

    .last-sec .left,
    .last-sec .img {
        width: 100%;
    }

    .last-sec .left {
        text-align: center;
    }

    .last-sec .left .lst-btn {
        align-items: center;
    }

    .footer .inner_row {
        flex-direction: column;
        padding-top: 20px;
    }

    .footer .inner_row .col .links {
        width: 100% !important;
    }

    .copyright_ro p {
        margin: 0;
    }

    .copyright_ro ul {
        margin: 20px 0 0 0;
    }

    .cooked_card_sec .container>h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .cooked_card_sec .container>p {
        width: 100%;
    }

    .cookde_card_row {
        grid-template-columns: 1fr;
    }

    .tone_flavour_sec::before {
        display: none;
    }

    .tone_flavour_sec .container>h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .tone_flavour_sec .container>p {
        width: 100%;
    }

    .main-card-tone {
        grid-template-columns: 1fr;
    }

    .who-is-left h2 {
        font-size: 40px;
    }

    .who-is-tone .container:last-child img {
        width: 47%;
    }

    .who-is-tone .container:last-child {
        display: flex;
        justify-content: center;
    }

    .excitement .container:first-child h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .container.middle {
        gap: 20px;
        display: flex;
        flex-direction: column;
        margin: 40px 0 40px 0;
    }

    .right-para {
        width: 100%;
    }

    .last-sec {
        width: 73%;
        padding: 30px 30px;
        height: 100%;
    }

    .last-sec .left,
    .last-sec .img {
        width: 100%;
    }

    .last-sec .left {
        text-align: center;
    }

    .last-sec .left .lst-btn {
        align-items: center;
    }

    .flavour_slider .swiper-slide .right img {
        box-shadow: unset;
    }

    .footer .inner_row {
        flex-direction: column;
        padding-top: 20px;
    }

    .footer .inner_row .col .links {
        width: 100% !important;
    }

    .copyright_ro p {
        margin: 0;
    }

    .copyright_ro ul {
        margin: 20px 0 0 0;
    }
}