html,
body {
    overflow-x: hidden;
}

html.scroll-disable {
    overflow: hidden;
}

body {
    padding: 0;
    margin: 0 auto;
    /* font-size: 18px; */
    font-size: 1.51vw;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    width: 100%;
    --section-heading: 4.43vw;
    scroll-behavior: smooth;
    background: #ffdd00;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 90.63vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.04vw;
    padding-right: 1.04vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

h2 {
    font-weight: 400;
    /* font-size: 64px; */
    /* font-size: 5.36vw; */
    /* font-size: 4vw; */
    font-size: 3.1vw;
    line-height: 100%;
    letter-spacing: 0;
}

h3 {
    font-weight: 400;
    /* font-size: 75px; */
    /* font-size: 6.29vw; */
    font-size: 3vw;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}

h4 {
    font-weight: 400;
    /* font-size: 48px; */
    /* font-size: 4.02vw; */
    font-size: 2.2vw;
    line-height: 100%;
    letter-spacing: 0;
}

h5 {
    font-weight: 400;
    /* font-size: 32px; */
    /* font-size: 2.68vw; */
    font-size: 1.4vw;
    line-height: 100%;
    letter-spacing: 0;
}

h6 {
    /* font-size: 24px; */
    /* font-size: 2.01vw; */
    font-size: 1.3vw;
    line-height: 100%;
    letter-spacing: 0;
}

p {
    font-size: 1.2vw;
    line-height: 120%;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    transition: 0.15s ease-out;
}

li {
    list-style: none;
}

:root {
    --Primary-color: #ed220d;
    --Primary-hover-color: #ed220d;
    --white: #ffffff;
    --black: #000000;
}

.container {
    /* padding-left: 30px; padding-right: 30px; */
    padding-left: 2.51vw;
    padding-right: 2.51vw;
    max-width: 98%;
    margin: 0 auto;
}

header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0.3s ease;
    background: #000000;
}

header.sticky-header {
    background: #000000;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 0.1676vw 0.8382vw rgba(0, 0, 0, 0.1);
}

header .header {
    position: relative;
    /* padding: 20px 0; */
    padding: 1.68vw 0;
}

header .logo {
    /* max-width: 154px; min-width: 100px; margin-bottom: -60px; */
    max-width: 12.91vw;
    width: 100%;
    min-width: 8.38vw;
    margin-bottom: -5.03vw;
    display: block;
    z-index: 5;
}

header .header .logo img {
    width: 100%;
    height: 100%;
}

header .header-container {
    display: flex;
    align-items: center;
    /* gap: 30px; */
    gap: 2.51vw;
    justify-content: space-between;
}

header .header .main-nav {
    z-index: 3;
    display: flex;
    align-items: center;
    /* margin-left: 30px; gap: 50px; */
    margin-left: 2.51vw;
    gap: 4.19vw;
}

header .main-nav .nav-list {
    display: flex;
    align-items: center;
    /* gap: 80px; */
    gap: 5vw;
    padding: 0;
}

header .nav-item {
    position: relative;
    transition: all 0.3s ease-in-out;
}

header .nav-item .nav-link {
    font-weight: 600;
    /* font-size: 24px; */
    line-height: 110%;
    letter-spacing: 0;
    text-decoration: none;
    color: var(--white);
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    display: block;
    position: relative;
    /* padding: 10px 0; */
    font-size: 1.6vw;
    padding: 0.84vw 0;
}

header .nav-item:hover .nav-link,
header .nav-item.active .nav-link {
    color: var(--Primary-color);
}

header .menu-toggle {
    display: none;
}

header .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #fcdb04;
}

/* banner start  */
.banner-section .banner-cnt {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 50%;
}

.banner-section .banner-cnt>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section .banner-cnt #bannerVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section .banner-cnt #videoToggle {
    /* max-width: 70px; max-height: 70px; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00000090;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 5.87vw;
    max-height: 5.87vw;
    /* padding: 8px 15px; */
    padding: 0.67vw 1.26vw;
    display: none;
}

.banner-section .banner-cnt .play-icon {
    display: none;
    width: 100%;
}

.banner-section .banner-cnt .pause-icon {
    display: inline;
    width: 100%;
}

.indo-chinese-section {
    position: relative;
    /* padding: 170px 0 0; */
    padding: 8vw 0 0;
    border-top: 1px solid #000000;
}

.indo-chinese-section .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.indo-chinese-section .bg-img img {
    height: 100%;
    width: 1000%;
    object-fit: cover;
}

.indo-chinese-section .bg-img::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #b81977;
    opacity: 0.7;
}

.indo-chinese-section .text-cnt {
    /* max-width: 720px; */
    transform: rotate(-11deg);
    position: relative;
    /* margin-left: 40px; */
    /* padding-bottom: 20px; */
    max-width: 60.35vw;
    /* margin-left: 3.35vw; */
    margin-left: 6.35vw;
    padding-bottom: 1.68vw;
}

.indo-chinese-section .text-cnt::after {
    content: "";
    display: flex;
    margin-right: auto;
    justify-content: space-between;
    background-color: #ffd503;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-1.svg);
    mask-image: url(../images/bg-vectore-1.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    width: 160%;
    height: 160%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(10deg);
    z-index: -1;
    background-position: center center;
}

.indo-chinese-section .text-cnt h2 {
    font-family: "HeyOctober";
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    /* margin-bottom: 20px; */
    margin-bottom: 1.68vw;
    max-width: 46vw;
}

.indo-chinese-section .text-cnt img {
    display: inline-block;
    max-width: 17vw;
    transform: rotate(15deg) translateY(-0.84vw);
    margin: 0 1.4vw;
}

.indo-chinese-section .text-cnt p {
    font-family: "Acme";
    font-weight: 400;
    /* font-size: 20px; */
    line-height: 100%;
    letter-spacing: 0;
    /* margin-bottom: 30px; */
    /* font-size: 1.68vw; */
    font-size: 1.48vw;
    margin-bottom: 2vw;
}

.indo-chinese-section .text-cnt .text-wrap {
    /* max-width: 580px; */
    max-width: 46vw;
}

.indo-chinese-section .text-cnt .text-wrap h5 {
    font-family: "HeyOctober";
    color: #ed0972;
}

.indo-chinese-section img.dragon-img {
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    max-width: 33.33vw;
}

img.bollywood-img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: 15.09vw;
    margin-right: 8vw;
    transform: translateY(-7.71vw);
    max-width: 62vw;
    width: 100%;
}

/* home-indo-chinan start  */
.home-indo-china {
    position: relative;
    z-index: 2;
}

.marquee-text {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 70px; */
    width: 100%;
    white-space: nowrap;
    z-index: 11;
    /* margin-top: -110px; */
    height: 5.87vw;
    margin-top: -9.22vw;
}

.marquee-text .marquee-inner {
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee-wrap span {
    font-family: "Barlow Semi Condensed";
    /* font-size: 48px; */
    font-style: normal;
    font-weight: 700;
    /* line-height: 50px; */
    /* margin-right: 15px; */
    color: #ffd503;
    font-size: 3.32vw;
    line-height: 3.69vw;
    margin-right: 1.26vw;
}

.home-indo-china .marquee-bg-pattern {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* max-height: 127px; */
    max-height: 10.6454vw;
}

/* street-products  start  */
.street-products {
    position: relative;
    margin: auto;
    inset: 0px auto auto 0px;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    z-index: 1;
}

.street-products-wrap {
    width: 100%;
    overflow: hidden;
}

.prodcut-slider .full-text {
    color: #fddb00;
    font-family: "Arlette THA";
    font-size: 42vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.prodcut-slider-inner {
    display: flex;
    height: 100vh;
    overflow: hidden;
    width: 300%;
}

.product-sec {
    height: 100%;
    width: calc(100% / 3);
    float: left;
    position: relative;
}

.product-sec.section-1 {
    background: #ff7800;
}

.product-sec .product-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.product-sec.section-1 .product-img {
    top: 60%;
}

.product-sec.section-1 .product-img img {
    max-width: 80%;
    transform: rotate(10deg);
}

.product-sec.section-2 {
    background: #000000;
}

.product-sec.section-2 .product-img {
    bottom: 0;
    top: auto;
    transform: translateX(-50%);
}

.product-sec.section-2 .product-img img {
    max-width: 65%;
    margin-bottom: 15%;
    margin-left: 40%;
}

.product-sec .product-img img {
    max-width: 100%;
}

.product-sec.section-3 {
    background: #b53c9d;
}

.product-sec.section-3 .product-img {
    bottom: auto;
    top: 10%;
    right: 20%;
    transform: none;
}

/* product-section start  */
.product-section {
    /* padding: 60px 0 125px; */
    /* padding: 5.03vw 0 10.48vw; */
    padding: 0 0 6vw;
    background: #ffc20e;
}

.product-section .title-wrap {
    position: relative;
    /* padding: 65px 20px; */
    /* padding: 5.45vw 1.68vw; */
    padding: 3vw 1.68vw;
    max-width: 97%;
    margin: 0 auto;
}

.product-section .title-wrap .bg-text-pattern {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-title {
    position: relative;
    background-color: #92278f;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-2.svg);
    mask-image: url(../images/bg-vectore-2.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    color: var(--white);
    font-family: "Arlette";
    padding-top: 20px;
    font-weight: 500;
}

.product-section .product-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-section .product-wrap .product-item {
    width: 33.33%;
    position: relative;
    /* padding: 70px 20px 70px; */
    /* padding: 5.87vw 1.68vw 5.87vw; */
    padding: 4vw 1.68vw 4vw;
}

.product-section .product-wrap .item {
    display: block;
    transition: all 0.3s ease;
    padding: 0 20px;
}

.product-section .product-wrap .product-item::after {
    content: "";
    position: absolute;
    background-color: #f57f07;
    -webkit-mask-image: url(../images/bg-vectore-3.svg);
    mask-image: url(../images/bg-vectore-3.svg);
    -webkit-mask-position: bottom;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: 100% 100%;
    background-size: 100% 100%;
    color: var(--white);
    position: absolute;
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-position: top;
}

.product-section .product-wrap .product-item:nth-child(3n + 1)::after {
    background-color: #f57f07;
}

.product-section .product-wrap .product-item:nth-child(3n + 2)::after {
    background-color: #b44dc6;
}

.product-section .product-wrap .product-item:nth-child(3n + 3)::after {
    background-color: #dd36b7;
}

.product-section .product-wrap .item h5 {
    font-family: "Arlette";
    font-weight: bold;
    text-align: center;
    color: #000000;
    /* margin-bottom: 30px; */
    /* margin-bottom: 2.51vw; */
    margin-bottom: 1.5vw;
    /* padding: 0 10px; padding-top: 10px; */
    padding: 0 0.838vw;
    padding-top: 0.838vw;
}

.product-section .product-wrap .item .text-wrap {
    background: #f57f07;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.product-section .product-wrap .product-item:nth-child(3n + 1) .item .text-wrap {
    background: #f57f07;
}

.product-section .product-wrap .product-item:nth-child(3n + 2) .item .text-wrap {
    background: #b44dc6;
}

.product-section .product-wrap .product-item:nth-child(3n + 3) .item .text-wrap {
    background: #dd36b7;
}


.product-section .product-wrap .item .text-wrap h6 {
    font-family: "Arlette";
    font-weight: bold;
    text-align: center;
    color: #000000;
    /* margin-bottom: 15px; */
    margin-bottom: 1.26vw;
    padding: 0 10px;
    line-height: 120%;
}

.product-section .product-wrap .item .text-wrap p {
    /* font-size: 20px; */
    color: #000000;
    font-family: "Arlette";
    text-align: center;
    /* font-size: 1.68vw;
    line-height: 120%; */
    font-weight: 500;
}

.product-section .product-wrap .item .img-wrap {
    position: relative;
    /* padding-bottom: 100%; */
    padding-bottom: 65%;
    max-width: 80%;
    margin: 0 auto;
    /* margin-bottom: 20px; */
    margin-bottom: 1.68vw;
}

.product-section .product-wrap .item .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.product-section .product-item .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    /* width: 95%; */
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-section .product-item .owl-nav button {
    border: none;
    /* width: 30px; height: 30px; */
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-section .product-item .owl-nav .owl-prev::before,
.product-section .product-item .owl-nav .owl-next::before {
    content: "";
    /* width: 20px; height: 20px; */
    width: 1.3vw;
    height: 1.3vw;
    background-image: url("../images/prev-arrow.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

.product-section .product-item .owl-nav .owl-next::before {
    background-image: url("../images/next-arrow.png ");
}

.product-section .product-item .owl-nav span {
    display: none;
}

.product-section .owl-carousel.owl-loaded {
    height: 100%;
}

/* receipes-sec start  */
.receipes-sec {
    /* padding: 30px 0 100px; */
    /* padding: 2.51vw 0 6vw; */
    padding: 4vw 0 5vw;
    background: #ed1c24;
    position: relative;
}

.receipes-sec .container {
    position: relative;
    z-index: 2;
}

.receipes-sec .recipe-wrap .item a {
    display: block;
    position: relative;
}

.receipes-sec .item .recipe-img-wrap {
    position: relative;
}

/* .receipes-sec .item .recipe-img-wrap .main-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    max-width: 58.68vw;
    max-height: 58.68vw;
    padding: 4.19vw;
} */
.receipes-sec .item .recipe-img-wrap .main-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 50px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    max-width: 32vw;
    max-height: 32vw;
    padding: 2.5vw;
}

.receipes-sec .item .recipe-img-wrap .main-img::after {
    content: "";
    position: absolute;
    background-color: #f57f07;
    -webkit-mask-image: url(../images/bg-vectore-4.svg);
    mask-image: url(../images/bg-vectore-4.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: 100% 100%;
    background-size: 100% 100%;
    color: var(--white);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-position: top;
}

.receipes-sec .item .recipe-img-wrap .main-img .recipe-dish {
    /* max-width: 600px; */
    max-width: 50.293vw;
    width: 100%;
    position: relative;
    z-index: 5;
    animation: spin 50s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.receipes-sec .item .recipe-img-wrap .upper-dragon {
    /* max-width: 531px; */
    position: absolute;
    /* top: -50px; */
    left: 19vw;
    max-width: 32vw;
    /* top: -4.19vw; */
    top: -2.5vw;
}

.receipes-sec .item .recipe-img-wrap .lower-dragon {
    max-width: 31vw;
    position: absolute;
    /* bottom: -2.0587vw; */
    top: 9vw;
    right: 25vw;
}

.receipes-sec .item .recipe-img-wrap .recipe-tag {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* top: 10px; */
    top: 5vw;
    /* left: 160px; */
    z-index: 3;
    max-width: 11vw;
    max-height: 11vw;
    left: 35vw;
    opacity: 0;
    transition: all 0.9s ease-in-out;
}

.receipes-sec .owl-item.active .item .recipe-img-wrap .recipe-tag {
    left: 28vw;
    top: -1VW;
    opacity: 1;
}

.receipes-sec .item .recipe-img-wrap .recipe-tag-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.receipes-sec .item .recipe-img-wrap .recipe-tag span {
    font-weight: 400;
    /* font-size: 32px; */
    font-size: 1.6vw;
    line-height: 100%;
    letter-spacing: 0;
    color: #231f20;
    font-family: "HeyOctober";
    position: relative;
    z-index: 1;
    transform: rotate(-11deg);
}

.receipes-sec .item .recipe-img-wrap .text-pattern-2 {
    /* max-width: 276px; */
    position: absolute;
    /* top: -20px; */
    /* right: 165px; */
    z-index: 3;
    max-width: 8vw;
    top: 8vw;
    right: 35vw;
    transition: all 0.9s ease-in-out;
    opacity: 0;
}

.receipes-sec .owl-item.active .item .recipe-img-wrap .text-pattern-2 {
    max-width: 14.135vw;
    top: -1vw;
    right: 27.83vw;
    opacity: 1;
}

.receipes-sec .item .text-wrap {
    /* max-width: 700px; */
    max-width: 45vw;
    margin: 0 auto;
    transform: translateY(5vw);
    transition: all 0.9s ease-in-out;
    opacity: 0;
    position: relative;
    z-index: 4;
}

.receipes-sec .owl-item.active .text-wrap {
    transform: translateY(-3vw);
    opacity: 1;
    visibility: visible;
}

.receipes-sec .item .text-wrap>* {
    /* max-width: 462px; */
    max-width: 21.6vw;
}

.receipes-sec .item .text-wrap h4 {
    color: #fcda01;
    font-weight: 500;
    font-family: "Arlette";
    filter: drop-shadow(-0.1866vw 0.2406vw 0vw rgba(13, 14, 14, 0.5));
    margin-bottom: 1vw;
    line-height: 120%;
}

.receipes-sec .item .text-wrap h5 {
    color: #ffffff;
    font-family: "Arlette";
    /* filter: drop-shadow(-1.226px 3.063px 0px rgba(13, 14, 14, 0.5)); */
    filter: drop-shadow(-0.1028vw 0.1567vw 0vw rgba(13, 14, 14, 0.5));
    line-height: 120%;
}

.receipes-sec .item .recipe-img {
    width: 1000%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: 12vw;
    max-height: 12vw;
    width: 2vw;
    height: 0px;
    top: 12vw;
    right: 35vw;
    transition: all 0.9s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

/* .receipes-sec .owl-item.active .item .recipe-img {
    width: 83.822vw;
    height: auto;
    top: 46.94vw;
    right: 5.867vw;
    visibility: visible;
    opacity: 1;
    z-index: 5;
} */
.receipes-sec .owl-item.active .item .recipe-img {
    max-width: 22vw;
    width: 100%;
    max-height: 22vw;
    height: 100%;
    top: 22vw;
    right: 20vw;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.receipes-sec .item .recipe-img img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
}

/* .receipes-sec .bg-vectore-5 { max-width: 70vw; max-height: 70vw; width: 100%; height: 100%; position: absolute; bottom: 3vw; left: 0; } */

.receipes-sec .bg-vectore-5 {
    /* max-width: 926px; */
    max-width: 69vw;
    /* max-height: 833px; */
    max-height: 41vw;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0vw;
    left: 0;
}

.receipes-sec .bg-pattern-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
    z-index: 0;
    /* max-width: 514px; */
    max-width: 36vw;
    width: 100%;
}

.receipes-sec .recipe-wrap.owl-carousel .owl-stage-outer {
    overflow: visible;
    overflow-x: clip;
}

.receipes-sec .recipe-wrap .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    /* max-width: 830px; */
    width: 95%;
    /* top: 350px; */
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 58vw;
    /* top: 29.338vw; */
    top: 50%;
}

.receipes-sec .recipe-wrap .owl-nav button {
    border: none;
    /* width: 40px; height: 40px; */
    width: 2vw;
    height: 2vw;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.receipes-sec .recipe-wrap .owl-nav .owl-prev::before,
.receipes-sec .recipe-wrap .owl-nav .owl-next::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/prev-arrow-black.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

.receipes-sec .recipe-wrap .owl-nav span {
    display: none;
}

.receipes-sec .recipe-wrap .owl-nav .owl-next::before {
    background-image: url("../images/next-arrow-black.svg ");
}

.receipes-sec .veiw-all-wrap {
    /* margin-top: 160px; */
    margin-top: 1vw;
    display: flex;
    justify-self: center;
}

.receipes-sec .veiw-all-wrap .btn {
    font-weight: 400;
    /* font-size: 36px; */
    font-size: 2vw;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white);
    /* padding: 12px 0; */
    padding: 0.6vw 0;
    position: relative;
    z-index: 1;
    font-family: "Arlette";
}

.receipes-sec .veiw-all-wrap .btn::after {
    content: "";
    display: block;
    width: 100%;
    background: #FBD701;
    /* height: 1px; border: 1px solid #000000; */
    height: 3px;
    /* border: 0.0838vw solid #000000; */
    position: absolute;
    bottom: 0;
    left: 0;
}

/* home-blogs-sec start  */
.home-blogs-sec {
    background: #fbd701;
    /* padding: 60px 0 40px; */
    padding: 3.2vw 0 3.4vw;
    position: relative;
    overflow: hidden;
}

.home-blogs-sec::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-vectore-6.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    /* top: -50px; */
    right: 0;
    /* max-height: 104px; */
    top: -4.191vw;
    max-height: 8.717vw;
}

.section-title h4 {
    text-align: center;
    font-family: "Acme";
    color: #ec2633;
    line-height: 120%;
    /* margin-bottom: 40px; */
    margin-bottom: 2vw;
}

.home-blogs-sec .home-blogs-wrap .item {
    position: relative;
    /* box-shadow: 10px 10px #E3AF37B2; border-radius: 15px; */
    height: 100%;
    box-shadow: 0.838vw 0.838vw #e3af37b2;
    border-radius: 1.257vw;
}

.home-blogs-sec .home-blogs-wrap .item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-blogs-sec .home-blogs-wrap .item .img-wrap {
    position: relative;
    padding-bottom: 60%;
    /* border-top-left-radius: 15px; border-top-right-radius: 15px; */
    border-top-left-radius: 1.257vw;
    border-top-right-radius: 1.257vw;
    overflow: hidden;
}

.home-blogs-sec .home-blogs-wrap .item .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: all 0.3s ease-in-out;
}

.home-blogs-sec .home-blogs-wrap .item:hover .img-wrap img {
    transform: scale(1.1);
}

.home-blogs-sec .home-blogs-wrap .item .text-wrap {
    /* padding: 15px 15px 30px; */
    background: #ffffff;
    /* border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; */
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.257vw 1.257vw 2.515vw;
    border-bottom-left-radius: 1.257vw;
    border-bottom-right-radius: 1.257vw;
}

.home-blogs-sec .home-blogs-wrap .item .text-wrap h6 {
    font-weight: 700;
    /* font-size: 16px; */
    line-height: 120%;
    color: #232323;
    /* font-size: 1.341vw; */
    margin-bottom: 0.838vw;
}

.home-blogs-sec .home-blogs-wrap .item .text-wrap p {
    font-weight: 400;
    /* font-size: 16px; */
    /* line-height: 100%; */
    letter-spacing: 0;
    color: #232323;
    /* margin-bottom: 15px; */
    /* font-size: 1.341vw; */
    margin-bottom: 1.257vw;
}

.home-blogs-sec .home-blogs-wrap .item .text-wrap span.explore-link {
    font-weight: 700;
    /* font-size: 16px; */
    font-size: 1.2vw;
    line-height: 150%;
    letter-spacing: 0;
    color: #ec2633;
    margin-top: auto;
}

.home-blogs-sec .home-blogs-wrap .owl-carousel .owl-stage-outer {
    overflow: visible;
    overflow-x: clip;
}

.home-blogs-sec .home-blogs-wrap .owl-carousel .owl-stage {
    height: 100%;
    display: flex;
}

.home-blogs-sec .veiw-all-wrap {
    /* margin-top: 35x; */
    margin-top: 2.934vw;
    display: flex;
    justify-self: center;
}

.home-blogs-sec .veiw-all-wrap .btn {
    font-family: "Arial";
    font-weight: 900;
    /* font-size: 24px; */
    line-height: 110%;
    letter-spacing: 0;
    color: var(--white);
    background: #ec2633;
    /* border-radius: 5px; padding: 12px 20px; box-shadow: 0px 4px 4px 0px #00000040; */
    /* font-size: 2.012vw; */
    font-size: 1.2vw;
    border-radius: 0.419vw;
    padding: 1vw 1.3vw;
    box-shadow: 0 0.335vw 0.335vw 0 #00000040;
}

/* social-section start  */
.social-section {
    /* padding: 20px 0 10px; */
    padding: 1.676vw 0 0.838vw;
    background: #ed1b24;
}

.social-section .section-title h4 {
    color: var(--white);
    /* margin-bottom: 20px; */
    margin-bottom: 1.676vw;
}

.social-section .section-title h5 {
    font-family: "Arlette";
    font-weight: 500;
    text-align: center;
    color: #fddb00;
    /* margin-bottom: 30px; */
    margin-bottom: 2.515vw;
}

.social-section .marquee-wrap {
    /* margin-top: 110px; */
    margin-top: 9.2205vw;
}

.social-section .social-items {
    max-width: 88%;
    margin: 0 auto;
}

.social-section .custom-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 85%;
    margin: 0 auto;
}

.social-section .custom-marquee:hover {
    cursor: grabbing;
}

.social-section .custom-marquee-track {
    display: flex;
    align-items: center;
    /* gap: 32px; */
    gap: 2.682vw;
    will-change: transform;
}

.social-section .custom-marquee-track img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    display: block;
    object-fit: cover;
    /* max-width: 217px; */
    max-width: 18.1894vw;
}

.social-section .marquee-wrap span {
    font-family: "Acme";
    font-weight: 400;
}

.social-section .marquee-wrap {
    /* margin-top: 130px; */
    margin-top: 3vw;
}

/* footer start*/
footer {
    background-color: #fcdb04;
    /* padding: 40px 0; */
    padding: 3.35vw 0;
    color: #000000;
}

footer .footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
    justify-content: space-between;
    align-items: flex-start;
    /* gap: 40px; */
    gap: 3.35vw;
}

footer .footer ul li:not(:last-child) {
    /* margin-bottom: 10px; */
    margin-bottom: 0.838vw;
}

footer .footer ul li a {
    /* font-family: ITF Devanagari; */
    font-weight: 600;
    /* font-size: 22px; */
    font-size: 1.6vw;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
    transition: all 0.3s ease-in-out;
}

footer .footer ul li a:hover {
    color: #ed1b24;
}

footer .logo {
    /* max-width: 190px; */
    max-width: 15vw;
    /* min-width: 100px; */
    min-width: 8.382vw;
    display: block;
}

footer .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

footer ul {
    padding: 0;
}

footer .subscribe-col h5 {
    /* margin-bottom: 30px; */
    /* font-family: ITF Devanagari; */
    font-family: "Arlette THA";
    font-weight: 700;
    /* font-size: 24px; */
    /* line-height: 28px; */
    letter-spacing: 0;
    color: #ee2738;
    margin-bottom: 1.6vw;
    font-size: 1.6vw;
    line-height: 2.35vw;
}

footer .subscribe-col .subscribe-form {
    /* border: 2px solid #EE2738; */
    border: 0.1676vw solid #ee2738;
    /* border-radius: 28px; */
    border-radius: 2.347vw;
}

footer .subscribe-col .subscribe-form input {
    background: transparent;
    /* font-family: ITF Devanagari; */
    font-weight: 600;
    /* font-size: 16px; */
    line-height: 130%;
    letter-spacing: 0;
    color: #ed220d;
    border: none !important;
    outline: none !important;
    /* padding: 12px 10px 12px 24px; */
    font-size: 1.3vw;
    padding: 1.006vw 0.838vw 1.006vw 2.012vw;
}

footer .subscribe-col .subscribe-form input::placeholder {
    line-height: 130%;
    color: #ed220d;
}

footer .subscribe-col .subscribe-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-right: 27px; */
    padding-right: 2vw;
}

footer .subscribe-col .subscribe-form .submit-btn {
    /* width: 20px; height: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    box-shadow: 0vw 0.3353vw 0.3353vw 0vw #00000040;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    width: 1.676vw;
    height: 1.676vw;
}

footer .subscribe-col .subscribe-form .submit-btn img {
    /* max-width: 10px; */
    max-width: 0.838vw;
    width: 100%;
}

/* horizontal scoll section start  */
.street-styele-section.pin-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    cursor: grab;
}

.street-styele-section.pin-section:active {
    cursor: grabbing;
}

.street-styele-section.pin-section .horizontal-wrapper {
    display: flex;
    height: 100%;
    width: 300vw;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.street-styele-section.pin-section .panel {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.street-styele-section.pin-section .panel-1 {
    background: #f15026;
}

.street-styele-section.pin-section .panel-2 {
    background: #9e27b5;
}

.street-styele-section.pin-section .panel-3 {
    background: #c8187d;
}

.street-styele-section.pin-section .product-img {
    position: relative;
    z-index: 10;
    max-width: 55%;
    max-height: 50vh;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* filter: drop-shadow(20px 30px 40px rgba(0, 0, 0, 0.45)); */
    filter: drop-shadow(1.6764vw 2.5147vw 3.3529vw rgba(0, 0, 0, 0.45));
    transition: filter 0.3s ease;
}

.street-styele-section.pin-section .panel-1 .product-img {
    /* transform: rotate(20deg) translate(100px, 20px); */
    transform: rotate(20deg) translate(8.382vw, 1.676vw);
}

.street-styele-section.pin-section .panel-2 .product-img {
    max-width: 50%;
    /* transform: rotate(25deg) translate(90px, -90px); */
    transform: rotate(25deg) translate(7.544vw, -7.544vw);
}

.street-styele-section.pin-section .panel-3 .product-img {
    /* transform: rotate(-24deg) translate(210px, 110px); */
    transform: rotate(-24deg) translate(17.603vw, 9.22vw);
    max-width: 52%;
}

.progress-bar-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 3px; */
    height: 0.2515vw;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.progress-bar-fill {
    height: 100%;
    width: 0%;
    background: #fff200;
    transition: width 0.05s linear;
}

.panel-dots {
    position: fixed;
    /* right: 32px; */
    right: 2.682vw;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    gap: 0.8382vw;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.dot {
    /* width: 6px; height: 6px; */
    width: 0.5029vw;
    height: 0.5029vw;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    transition: all 0.4s ease;
}

.dot.active {
    background: #fff200;
    transform: scale(1.4);
}

.pin-section .horizontal-wrapper .full-text {
    color: #fddb00;
    font-family: "Arlette THA";
    font-size: 42vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.street-styele-section .desi-tadka-text {
    font-family: "Yatra One", serif;
    font-size: 6vw;
    font-weight: 400;
    color: #fcdb02;
    opacity: 0.8;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    position: absolute;
    /* top: 50px; */
    top: 4.191vw;
    z-index: 4;
    font-family: 'Samarkan';
}

.street-styele-section .panel-1 .street-style-text,
.street-styele-section .panel-2 .street-style-text {
    font-family: "Yatra One", serif;
    font-size: 5.8vw;
    font-weight: 400;
    color: #f79613;
    opacity: 0.8;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    position: absolute;
    z-index: 10;
    top: 47%;
    left: 26.2vw;
    transform: rotate(-90deg);
}

.street-styele-section .panel-2 .street-style-text {
    left: 29.2vw;
}

.street-styele-section .horizontal-wrapper .indo-china-text {
    font-family: "Yatra One", serif;
    font-size: 6.5vw;
    font-weight: 400;
    color: #f15026;
    opacity: 0.6;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 183.5vw;
}

/* ABOUT US PAGE START  */
.about-story-section .about-story-wrapper .item {
    background: #ffc20e;
    padding: 3.427vw 0vw;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.about-story-section .about-story-wrapper .item .container {
    position: relative;
    z-index: 1;
    max-width: 90%;
}

.about-story-section .about-story-wrapper .item::after {
    content: "";
    display: flex;
    margin-right: auto;
    justify-content: space-between;
    background-color: #faa00b;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-7.svg);
    mask-image: url(../images/bg-vectore-7.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-position: center center;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 2) {
    background: #c81a79;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 2)::after {
    background-color: #e033a9;
    mix-blend-mode: screen;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 2) .about-story-taglines {
    background-color: #f7941d;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 3) {
    background: #4cd46e;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 3)::after {
    background-color: #d1e536;
    mix-blend-mode: lighten;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) {
    background: #b54dc6;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4)::after {
    background-color: #9229aa;
    mix-blend-mode: multiply;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-story-taglines {
    background-color: #f7941d;
}

.about-story-section .item .about-story-cnt {
    display: flex;
    align-items: center;
    gap: 2%;
}

.about-story-section .item .about-img-wrap {
    max-width: 43%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 49vw;
    position: relative;
}

.about-story-section .item .about-img-wrap .main-img {
    max-width: 30vw;
    width: 100%;
}

.about-story-section .item .about-img-wrap img {
    max-height: 49vw;
    width: 100%;
}

.about-story-section .item .about-story-content {
    max-width: 55%;
    width: 100%;
}

.about-story-section .item .about-story-content .about-story-heading {
    flex-direction: column;
    display: flex;
    align-items: center;
    max-width: 68%;
    margin: 0 auto;
}

.about-story-section .item .about-story-content .about-story-heading h2 {
    color: #000000;
    font-family: "Hey";
    text-align: center;
    width: fit-content;
    text-transform: uppercase;
    font-size: 3.5vw;
}

.about-story-section .item .about-story-content .taglines-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 0.411vw;
    /* margin: 1.371vw 0; */
    margin: 1vw 0;
}

.about-story-section .item .about-story-content .about-story-taglines {
    font-size: 1.6vw;
    display: flex;
    flex-direction: column;
    width: fit-content;
    font-weight: 500;
    font-family: "Arlette THA";
    text-align: center;
    position: relative;
    background-color: #92278f;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-2.svg);
    mask-image: url(../images/bg-vectore-2.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: cover;
    color: var(--white);
    padding-top: 1.371vw;
    padding: 1.371vw 1.028vw 0.685vw;
    text-transform: uppercase;
}

.about-story-section .item .about-story-content .about-story-description p {
    font-weight: 500;
    /* font-size: 1.645vw; */
    font-size: 1.5vw;
    letter-spacing: 0;
    color: #000000;
    font-family: "Arlette THA";
    line-height: 150%;
    max-width: 85%;
    margin: 0 auto;
    width: fit-content;
}

.about-story-section .item .about-story-content .about-story-description p span {
    /* font-size: 2.056vw; */
    font-size: 1.6vw;
    line-height: 150%;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-story-content .about-story-description p {
    color: #ffffff;
}

.about-story-section .item .about-story-content .about-story-description p span.purple {
    color: #b111ad;
}

.about-story-section .item .about-story-content .about-story-description p span.blue {
    color: #018afe;
}

.about-story-section .item .about-story-content .about-story-description p span.red {
    color: #fe0001;
}

.about-story-section .item .about-story-content .about-story-description p span.dark-pink {
    color: #c81978;
}

.about-story-section .item .about-story-content .about-story-description p span.light-yellow {
    color: #fddd00;
}

.about-story-section .item .about-story-content .about-story-description p span.light-blue {
    color: #16f8e0;
}

.about-story-section .about-story-wrapper .item:nth-child(even) .about-story-cnt {
    flex-direction: row-reverse;
}

.about-story-section .about-story-wrapper .item:nth-child(2) .about-frame-shape {
    flex-direction: row-reverse;
}

.about-story-section .about-story-wrapper .item:nth-child(2) .about-frame-shape {
    position: absolute;
    max-width: 20.562vw;
    bottom: -2vw;
    right: 6vw;
    width: 100%;
}

/* .about-story-section .about-story-wrapper .item:nth-child(2) .pattern-shape {
    mix-blend-mode: screen;
    position: absolute;
    z-index: 5;
    max-width: 25.702vw;
    max-height: 36.737vw;
    width: 100%;
    height: 100%;
    top: 0vw;
} */

.about-story-section .about-story-wrapper .item:nth-child(2) .pattern-shape {
    mix-blend-mode: screen;
    position: absolute;
    z-index: 5;
    max-width: 16vw;
    max-height: 26vw;
    width: 100%;
    height: 100%;
    top: 1vw;
}

.about-story-section .about-story-wrapper .item:nth-child(2) .pattern-shape img {
    height: 100%;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 2) .about-story-heading h2 {
    color: #ffdd00;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 2) .about-story-description p {
    color: #ffffff;
}

.about-story-section .about-story-wrapper .item:nth-child(3) .pattern-shape {
    mix-blend-mode: screen;
    position: absolute;
    z-index: -1;
    max-width: 29.472vw;
    max-height: 36.737vw;
    width: 100%;
    height: auto;
    top: 8vw;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-img-wrap .main-img {
    flex-direction: column;
    display: flex;
    align-items: center;
}

/* .about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-img-wrap .main-img img {
    max-width: 15vw;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #ffd503;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-8.svg);
    mask-image: url(../images/bg-vectore-8.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding: 0.685vw;
    z-index: -1;
    background-position: center center;
} */

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-img-wrap .main-img img {
    max-width: 15vw;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #ffd503;
    /* background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-8.svg);
    mask-image: url(../images/bg-vectore-8.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%; */
    padding: 0.685vw;
    z-index: -1;
    background-position: center center;
    padding: 6px;
    border-radius: 50%;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-story-heading h2 {
    color: #ffdd00;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-img-wrap .main-img .img-2 {
    transform: translate(-7.539vw, -4.798vw);
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-img-wrap .main-img .img-3 {
    position: absolute;
    right: 2vw;
    top: 11vw;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-img-wrap {
    justify-content: end;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-img-wrap .pattern-shape {
    position: absolute;
    width: 100%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.about-story-section .about-story-wrapper .item:nth-child(3n + 4) .about-img-wrap .pattern-shape img {
    height: 100%;
}

/* product page start */
.product-range-sec .sec-title {
    background-color: #c71783;
    margin-bottom: 3.65vw;
    text-align: center;
    padding: 1.04vw 1.04vw 0.52vw;
}

.product-range-sec {
    position: relative;
    padding: 3.13vw 0 0;
}

.product-range-sec .half-dragon {
    max-width: 36vw;
    position: absolute;
    left: -15vw;
    top: -4vw;
}

.product-range-sec .product-category-wrap {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4.69vw;
    margin-bottom: 3.13vw;
}

.product-range-sec .product-category-wrap .category {
    width: calc((100% - (3 * 4.69vw)) / 4);
}

.product-range-sec .product-category-wrap .product-img {
    position: relative;
    padding-bottom: 80%;
    display: flex;
    width: 100%;
    margin-bottom: 3vw;
}

.product-range-sec .product-category-wrap .product-img:after {
    content: "";
    display: flex;
    margin-right: auto;
    justify-content: space-between;
    background-color: #231f20;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-9.svg);
    mask-image: url(../images/bg-vectore-9.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20%;
    left: 50%;
    transform: translatex(-50%);
    z-index: -1;
    background-position: center center;
}

.product-range-sec .product-category-wrap .product-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-range-sec .product-category-wrap .product-name {
    font-size: 1.2vw;
    line-height: 2vw;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-family: "Arlette THA";
    text-align: center;
}

.product-range-sec .product-item-wrap {
    margin-bottom: 2.08vw;
}

.product-range-sec .product-item-wrap .item:not(:last-child) {
    margin-bottom: 2.6vw;
}

.product-range-sec .product-item-wrap .item-title {
    position: relative;
    background-color: #92278f;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-2.svg);
    mask-image: url(../images/bg-vectore-2.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    color: var(--white);
    font-family: "Arlette";
    padding-top: 1.04vw;
    font-weight: 500;
    text-align: center;
}

.product-range-sec .product-item-wrap .item-cnt-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 7.81vw 0vw 6.25vw;
    margin-top: -5vw;
}

.product-range-sec .product-item-wrap .item-cnt-wrap:after {
    content: "";
    position: absolute;
    background-color: #f57f07;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-10.svg);
    mask-image: url(../images/bg-vectore-10.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 105%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-range-sec .product-item-wrap .item:nth-child(2) .item-cnt-wrap:after {
    background-color: #dd36b7;
}

.product-range-sec .product-item-wrap .item:nth-child(3) .item-cnt-wrap:after {
    background-color: #9cc700;
}

.product-range-sec .product-item-wrap .item-cnt-wrap>* {
    width: 50%;
}

.product-range-sec .product-item-wrap .item-cnt-wrap .right-cnt {
    padding-right: 9vw;
}

.product-range-sec .product-item-wrap .product-heading {
    color: #231f20;
    font-weight: 500;
    font-family: "Arlette THA";
    margin-bottom: 1.6vw;
}

.product-range-sec .product-item-wrap .img-wrap {
    position: relative;
    padding-bottom: 50%;
    max-width: 29.17vw;
    margin: 0 auto;
}

.product-range-sec .product-item-wrap .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-14deg);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.product-range-sec .product-item-wrap .img-wrap .product-hover-img {
    opacity: 0;
}

.product-range-sec .product-item-wrap .img-wrap:hover img {
    opacity: 0;
}

.product-range-sec .product-item-wrap .img-wrap:hover .product-hover-img {
    opacity: 1;
}

.product-item-wrap .accordion-wrap {
    width: 100%;
    margin-top: 1.56vw;
}

.product-item-wrap .accordion-panel {
    position: relative;
}

.product-item-wrap .accordion-panel::after {
    content: "";
    width: 99.8%;
    height: 0.16vw;
    background: #f2a422;
    border: 0.05vw solid #000000;
    position: absolute;
    bottom: 0;
}

.product-item-wrap .accordion-panel .accordion-header {
    color: #231f20;
    padding: 1.04vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.04vw;
    cursor: pointer;
    position: relative;
}

.product-item-wrap .accordion-panel .accordion-header::after {
    content: "";
    width: 2.6vw;
    height: 1.04vw;
    background-image: url("../images/accordion-arrow.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}

.product-item-wrap .accordion-panel.active .accordion-header::after {
    transform: translateY(-50%) rotate(-180deg);
}

.product-item-wrap .accordion-panel .accordion-header h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 1.4vw;
    line-height: 1.2;
    font-weight: 600;
}

.product-item-wrap .accordion-panel .accordion-body {
    display: none;
    overflow: hidden;
    padding-bottom: 1.04vw;
    position: relative;
}

.product-item-wrap .accordion-panel .accordion-body p {
    color: #231f20;
    /* font-size: 1.04vw; */
    line-height: 1.5;
    margin: 0;
}

.product-item-wrap .accordion-panel .accordion-body table {
    margin-top: 1vw;
}

.product-item-wrap .accordion-panel .accordion-body table * {
    padding: 0.5rem;
    color: inherit;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #000000;
    border-color: #000000;
    font-size: 1.2vw;
}

.product-item-wrap .item-cnt-wrap .bottom-categories {
    display: flex;
    column-gap: 3.13vw;
    row-gap: 1.56vw;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4vw;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.product-item-wrap .item-cnt-wrap .bottom-categories .category {
    width: calc((100% - (2 * 3.13vw)) / 3);
    font-size: 1.2vw;
    line-height: 1.2;
    text-align: center;
    position: relative;
    background-color: #c71783;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-11.svg);
    mask-image: url(../images/bg-vectore-11.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    color: var(--white);
    font-family: "Arlette";
    padding: 1.04vw 3.65vw;
    padding-top: 1.56vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-wrap .item-cnt-wrap .bottom-categories .category.orange-bg {
    background-color: #f15922;
    color: #ffffff;
}

.product-item-wrap .item-cnt-wrap .bottom-categories .category.purple-bg {
    background-color: #8f52a1;
}

.product-item-wrap .item-cnt-wrap .bottom-categories .category.dark-pink-bg {
    background-color: #c71783;
    color: #ffffff;
}

.product-item-wrap .item-cnt-wrap .bottom-categories .category.red-bg {
    background-color: #ed1c24;
    color: #ffffff;
}

.product-item-wrap .item-cnt-wrap .bottom-categories .category.dark-orange-bg {
    background-color: #cb572c;
    color: #ffffff;
}

.product-item-wrap .item-cnt-wrap .bottom-categories .category.dark-green-bg {
    background-color: #3ba148;
    color: #ffffff;
}

.product-item-wrap .item-cnt-wrap .bottom-categories .category.blue-bg {
    background-color: #008dd0;
    color: #231f20;
}

/* inner-banner-section start */
.inner-banner-section .banner-cnt {
    display: flex;
    padding: 0;
    height: 100vh;
    overflow: hidden;
}

.inner-banner-section .banner-cnt .left-cnt,
.inner-banner-section .banner-cnt .right-cnt {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 30px;
}

.inner-banner-section .banner-cnt .left-cnt {
    background: #ff7800;
}

.inner-banner-section .banner-cnt .left-cnt::after {
    content: "";
    background-image: url("../images/bg-vectore-13.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    width: 70px;
    height: 100%;
    bottom: -2px;
    right: -30px;
    z-index: 1;
}

.inner-banner-section .banner-cnt .left-cnt h2 {
    font-family: "Acme";
    letter-spacing: 0;
    color: #ffffff;
}

.inner-banner-section .banner-cnt .left-cnt .recipe-image {
    max-width: 300px;
    position: relative;
    padding-bottom: 33.7%;
    width: 100%;
}

.inner-banner-section .banner-cnt .left-cnt .recipe-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.inner-banner-section .banner-cnt .right-cnt {
    background: #fddb00;
}

.inner-banner-section .banner-cnt .right-cnt h2 {
    font-family: "Arlette THA";
    font-weight: 700;
    font-style: Bold;
    font-size: 128px;
    line-height: 64px;
    letter-spacing: 0;
    color: #ff7800;
}

.inner-banner-section .banner-cnt .right-cnt .recipe-image {
    max-width: 410px;
    position: relative;
    padding-bottom: 46%;
    width: 100%;
    background: #ff7800;
    border-radius: 50%;
}

.inner-banner-section .banner-cnt .right-cnt .recipe-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -49%);
    width: 94%;
    height: 94%;
    object-fit: contain;
    margin: 0 auto;
}

/* inner-banner-section end */
.recipe-category-sec {
    padding: 40px 0 80px;
    background: #ed1b24;
}

.recipe-category-sec .recipe-category-wrap {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 4.69vw;
    margin-bottom: 1vw;
}

.recipe-category-sec .recipe-category-wrap a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.recipe-category-sec .recipe-category-wrap .recipe-img {
    position: relative;
    background: #fbd701;
    max-width: 137px;
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 137px;
    height: 100%;
    padding: 3px;
}

.recipe-category-sec .recipe-category-wrap .recipe-img img {
    /* position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); */
    /* width: 96%; height: 96%; */
    object-fit: contain;
}

.recipe-category-sec .recipe-category-wrap .recipe-name {
    font-family: "Arlette THA";
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #fbd701;
}

.recipe-category-details-section {
    padding: 50px 0;
    position: relative;
    background: #fbd701;
}

.recipe-category-details-section::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-vectore-14.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: -4.191vw;
    max-height: 8.717vw;
}

.recipe-category-details-section::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-vectore-15.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    bottom: -4.191vw;
    max-height: 8.717vw;
}

.recipe-category-details-section .title-wrap {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}

.recipe-category-details-section .title-wrap .title {
    color: #c12033;
    font-family: "Arlette THA";
    font-weight: 700;
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 15px;
}

.recipe-category-details-section .title-wrap .sub-title {
    color: #c12033;
    font-family: "Arlette THA";
    font-weight: 500;
}

.recipe-category-details-section .recipe-img-wrap {
    display: flex;
    overflow: hidden;
    margin-top: 30px;
}

.recipe-category-details-section .recipe-img-wrap a {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
}

.recipe-category-details-section .recipe-img-wrap a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
    transform: scale(1.01);
}

.recipe-category-details-section .recipe-img-wrap a:hover img {
    transform: scale(1.1);
}

.recipe-category-details-section .bg-text-pattern-3-img {
    max-width: 410px;
    width: 100%;
    position: absolute;
    top: -240px;
    left: 0;
}

.recipe-category-details-section .bg-text-pattern-4-img {
    max-width: 250px;
    width: 100%;
    position: absolute;
    top: 65px;
    right: 0;
}

.recipe-marquee .single-marquee {
    background: #ed1b24;
    padding: 80px 0 0;
}

.single-marquee .marquee-wrap {
    background: url(../images/bg-pattern-img-3.svg) left top repeat-x;
    padding: 90px 0;
    white-space: nowrap;
}

.marquee-text {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    white-space: nowrap;
    z-index: 11;
    margin-top: -25px;
}

.marquee-text .marquee-inner {
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 20s linear infinite;
}

.single-marquee .marquee-wrap span {
    font-family: "Arlette THA";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-right: 15px;
}

.single-marquee .marquee-wrap span.color1 {
    color: #fddb00;
}

.single-marquee .marquee-wrap span.color2 {
    color: #1d0202;
}

.single-marquee .marquee-wrap span.color3 {
    color: #ffffff;
}

.explore-recipe-section {
    background: #ed1b24;
    padding: 40px 0;
    overflow: hidden;
}

/* .explore-recipe-section .container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
*/
.explore-recipe-section h4 {
    text-align: center;
    margin-bottom: 40px;
    font-family: "Arlette THA";
    font-weight: 700;
    color: #ffffff;
}

.explore-recipe-section .recipe-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.explore-recipe-section .recipe-tabs .tab-btn {
    border: 0;
    background: #f45d01;
    color: #ffffff;
    padding: 14px 30px;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    border-bottom: 3px solid transparent;
}

.explore-recipe-section .recipe-tabs .tab-btn:nth-child(2n) {
    background: #a01f62;
}

.explore-recipe-section .recipe-tabs .tab-btn:nth-child(3n) {
    background: #171717;
}

.explore-recipe-section .recipe-tabs .tab-btn.active {
    border-bottom: 3px solid #fddb00;
}

.explore-recipe-section .recipe-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

.explore-recipe-section .recipe-card {
    overflow: hidden;
    border: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.explore-recipe-section .recipe-img {
    overflow: hidden;
    position: relative;
    padding-bottom: 80%;
}

.explore-recipe-section .recipe-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.explore-recipe-section .recipe-card:hover .recipe-img img {
    transform: scale(1.08);
}

.explore-recipe-section .recipe-info {
    background: #be1e39;
    padding: 18px;
    border-top: 1px solid #ffffff;
    height: 100%;
}

.explore-recipe-section .recipe-info.orange {
    background: #ff7800;
}

.explore-recipe-section .recipe-info.purple {
    background: #a01f62;
}

.explore-recipe-section .recipe-info h6 {
    color: #ffffff;
    margin-bottom: 15px;
}

.explore-recipe-section .recipe-meta {
    display: flex;
    gap: 25px;
}

.explore-recipe-section .recipe-meta p img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.explore-recipe-section .recipe-meta p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    white-space: nowrap;
}

.explore-recipe-section .recipe-content {
    display: none;
}

.explore-recipe-section .recipe-content.active {
    display: block;
}

/* .explore-recipe-section .recipe-pagination { display: flex; justify-content: center; gap: 16px; margin-top: 60px; }
.explore-recipe-section .recipe-pagination button { width: 50px; height: 50px; border-radius: 50%; border: 0; background: #b44d2f; color: #ffcc00; font-size: 24px; font-weight: 700; cursor: pointer; transition: 0.3s ease; }
.explore-recipe-section .recipe-pagination button.active, .explore-recipe-section .recipe-pagination button:hover { background: #ffcc00; color: #f9141d; }
*/
/* New recipe page CSS start */
.recipes-wrap-sec {
    padding: 2vw 0 1.5vw;
    position: relative;
}

.recipes-wrap-sec .container {
    position: relative;
    z-index: 2;
}

.recipes-wrap-sec .right-half-dragon {
    position: absolute;
    right: 0;
    top: -9%;
    z-index: 0;
    max-width: 15vw;
    width: 100%;
}

.recipes-wrap-sec .left-half-dragon {
    position: absolute;
    left: 0;
    top: -40%;
    z-index: 2;
}

.recipes-wrap-sec .title-wrap {
    text-align: center;
    max-width: 52vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

.recipes-wrap-sec .sec-title {
    text-align: center;
    padding: 1.563vw 1.042vw 1.042vw 0;
    margin-bottom: 1.6vw;
}

/* .recipes-wrap-sec .recipe-item-cnt-wrap {
    position: relative;
    padding: 1vw 1.5vw;
    margin-bottom: 7vw;
} */

.recipes-wrap-sec .recipe-item-cnt-wrap {
    position: relative;
    padding: 4vw 2vw;
    /* margin-bottom: 2vw; */
}

.recipes-wrap-sec .recipe-item-cnt-wrap:after {
    content: "";
    position: absolute;
    background-color: #b44dc6;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-10.svg);
    mask-image: url(../images/bg-vectore-10.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    /* width: 110%;
    height: 114%; */
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* *** Smooth Scroll Animation */
@keyframes highlight-pulse {
    0% {
        text-shadow: 0 0 0 rgba(255, 221, 0, 0.7);
    }

    50% {
        text-shadow: 0 0 1.042vw rgba(255, 221, 0, 0.9);
    }

    100% {
        text-shadow: 0 0 0 rgba(255, 221, 0, 0.7);
    }
}

.highlight-pulse {
    animation: highlight-pulse 1s ease-in-out;
}

.recipes-wrap-sec .recipe-item-cnt-wrap.bg-light-green:after {
    background-color: #9cc700;
}

.recipes-wrap-sec .recipe-item-cnt-wrap.bg-light-green .recipe-wrap .item {
    border: 0.104vw solid #92278f;
}

.recipes-wrap-sec .recipe-item-cnt-wrap.bg-light-green .text-wrap .read-more .btn {
    background-color: #92278f;
}

.recipes-wrap-sec .recipe-item-cnt-wrap.bg-orange:after {
    background-color: #f57f07;
}

.recipes-wrap-sec .recipe-item-cnt-wrap.bg-orange .recipe-wrap .item {
    border: 0.104vw solid #c5188c;
}

.recipes-wrap-sec .recipe-item-cnt-wrap.bg-orange .text-wrap .read-more .btn {
    background-color: #c5188c;
}

.recipes-wrap-sec .title-wrap h6 {
    font-family: "Arlette THA";
}

/* .recipes-wrap-sec .recipe-item-cnt-wrap .tag-wrap {
    max-width: 22.396vw;
    max-height: 22.396vw;
    width: 100%;
    height: 100%;
    background-color: #ffd503;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-16.svg);
    mask-image: url(../images/bg-vectore-16.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding: 4.167vw;
    position: relative;
} */

.recipes-wrap-sec .recipe-item-cnt-wrap .tag-wrap {
    max-width: 14vw;
    max-height: 14vw;
    width: 100%;
    height: 100%;
    padding: 3.4vw 2.2vw;
    position: relative;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .tag-wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-vectore-16.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recipes-wrap-sec .recipe-item-cnt-wrap .heading-wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    /* max-width: 94%; */
    max-width: 90%;
    margin: 0 auto;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .heading-wrap .heading {
    font-family: "Arlette THA";
    color: rgba(255, 255, 255, 0.8);
    /* font-size: 3.2vw; */
    text-align: start;
    font-weight: 500;
    /* margin-bottom: 1.042vw; */
}

.recipes-wrap-sec .recipe-item-cnt-wrap .tag-wrap h2 {
    font-size: 1.6vw;
    font-family: "Hey";
    transform: rotate(-15deg);
    text-align: center;
    /* max-width: 74%;
    margin: 0 auto; */
}

.recipes-wrap-sec .recipe-item-cnt-wrap .recipe-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    margin-top: 1.4vw;
    padding: 0 3vw;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .recipe-wrap .item {
    position: relative;
    width: calc((100% - (2 * 3vw)) / 3);
    border: 0.104vw solid #11eb2c;
    border-radius: 1.042vw;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .recipe-wrap .item:hover {
    border: 0.104vw solid #ec2633;
    box-shadow: 0 0 0.521vw #ec2633;
    background: #ec2633;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .recipe-wrap .item a {
    padding: 1.042vw;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .recipe-wrap .item a .text-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.recipes-wrap-sec .recipe-wrap .item a .text-wrap .read-more {
    margin-top: auto;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .item .img-wrap {
    overflow: hidden;
    position: relative;
    padding-bottom: 65%;
    border-radius: 0.938vw;
    margin-bottom: 0.833vw;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .item .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
    transform: scale(1.01);
    transition: all 0.6s ease-in-out;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .item:hover .img-wrap img {
    transform: scale(1.1);
}

.recipes-wrap-sec .recipe-item-cnt-wrap .text-wrap h5 {
    /* font-size: 1.667vw; */
    color: var(--white);
    font-weight: bold;
    font-family: "Arlette THA";
    margin-bottom: 1.042vw;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .text-wrap p {
    color: var(--white);
    /* font-size: 1.25vw; */
    /* line-height: 130%; */
    font-family: "Arlette THA";
    margin-bottom: 0.6vw;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .text-wrap .read-more .btn {
    color: var(--white);
    font-size: 1.2vw;
    line-height: 100%;
    font-weight: bold;
    font-family: "Arlette THA";
    text-align: center;
    background-color: #9cc600;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-2.svg);
    mask-image: url(../images/bg-vectore-2.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 180% 100%;
    padding: 1.563vw 1.563vw 1.042vw;
    display: block;
    max-width: fit-content;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .item:hover .text-wrap .read-more .btn {
    background-color: #11eb2c;
}

.cook-it-sec {
    position: relative;
    background-color: #ec2633;
    background-size: 100%;
    -webkit-mask-image: url(../images/orange-pattern-bg.svg);
    mask-image: url(../images/orange-pattern-bg.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 110% 100%;
    mask-position: center center;
    padding: 2.604vw 0;
    margin-bottom: 1vw;
}

.cook-it-sec .cnt-wrap .img-wrap img {
    position: relative;
    background-color: #ffdd00;
    background-size: 100%;
    -webkit-mask-image: url(../images/orange-pattern-bg.svg);
    mask-image: url(../images/orange-pattern-bg.svg);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 110% 100%;
    mask-position: center center;
    padding: 0;
    width: 100%;
}

.cook-it-sec .img-wrap {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.cook-it-sec .tag-wrap {
    max-width: 20vw;
    max-height: 20vw;
    width: 100%;
    height: 100%;
    background-image: url("../images/yello-fill-bg.svg");
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cook-it-sec .tag-wrap h2 {
    /* font-size: 3.6vw; */
    text-align: center;
    transform: rotate(-10deg);
    text-transform: uppercase;
    color: #231f20;
    font-family: "Hey";
}

.cook-it-sec .tag-wrap .tag-cnt-wrap {
    padding: 3.6vw;
    position: relative;
}

.cook-it-sec .tag-wrap .tag-cnt-wrap .pattern-img {
    max-width: 17.708vw;
    width: 100%;
    position: absolute;
    bottom: -5vw;
    left: -2.1vw;
}

/* WOW.JS ANIMATION CLASSES */
.anim-item {
    visibility: hidden;
    animation-fill-mode: both;
    animation-duration: 1.2s;
}

.anim-item.active {
    visibility: visible;
}

/* FADE UP */
.fade-up.active {
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 5.208vw, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* FADE DOWN */
.fade-down.active {
    animation-name: fadeInDown;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -5.208vw, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* FADE LEFT */
.fade-left.active {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-5.208vw, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* FADE RIGHT */
.fade-right.active {
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(5.208vw, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* SCALE UP */
.scale-up.active {
    animation-name: scaleIn;
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ROTATE LEFT RIGHT */
.rotate-animation {
    animation: rotateLeftRight 4s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes rotateLeftRight {
    0% {
        transform: rotate(-3deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

/* ANIMATION DELAYS */
.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

.delay-4 {
    animation-delay: 0.8s;
}

.delay-5 {
    animation-delay: 1s;
}