html,
body {
    overflow-x: hidden;
}

html.scroll-disable {
    overflow: hidden;
}

body {
    padding: 0;
    margin: 0 auto;
    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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    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;
}

.container-sm {
    max-width: 80vw;
    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: 3.1vw;
    line-height: 100%;
    letter-spacing: 0;
}

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

h4 {
    font-weight: 400;
    font-size: 2.2vw;
    line-height: 100%;
    letter-spacing: 0;
}

h5 {
    font-weight: 400;
    font-size: 1.4vw;
    line-height: 100%;
    letter-spacing: 0;
}

h6 {
    font-size: 1.3vw;
    line-height: 100%;
    letter-spacing: 0;
}

p,
.cms-content-section ul li {
    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;
}

button {
    background: transparent;
    outline: none;
    border: none;
}

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

.container {
    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 0.1676vw 0.8382vw rgba(0, 0, 0, 0.1);
}

header .header {
    position: relative;
    padding: 1.68vw 0;
}

header .logo {
    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: 2.51vw;
    justify-content: space-between;
}

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

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

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

header .nav-item .nav-link {
    font-weight: 600;
    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;
    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%;
    min-height: 300px;
}

.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 {
    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: 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: 6vw 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; */
    background: #C8187E;
    opacity: 0.3;
}

.indo-chinese-section .text-cnt {
    transform: rotate(-11deg);
    position: relative;
    max-width: 47vw;
    margin-left: 6.35vw;
    padding-bottom: 1.3vw;
}

.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.webp);
    mask-image: url(../images/bg-vectore-1.webp);
    -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: 130%;
    height: 150%;
    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: 1vw;
    max-width: 46vw;
}

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

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

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

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

.indo-chinese-section img.dragon-img {
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    max-width: 33.33vw;
    max-height: 86vh;
    object-fit: contain;
    object-position: right;
}

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

/* home-indo-chinan start  */
.home-indo-china {
    position: relative;
    z-index: 2;
    /* max-height: 10.6454vw; */
    padding: 2.6vw 0;
}

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

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

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

    100% {
        left: -100%;
    }
}

.marquee-wrap span {
    color: #ffd503;
    font-size: 3.32vw;
    line-height: 3.69vw;
    margin-right: 1.26vw;
    font-family: "Arlette THA";
    font-weight: 500;
    /* transform: translateY(10px); */
    display: inline-block;
}

.home-indo-china .marquee-bg-pattern {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    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: 0 0 6vw;
    background: #ffc20e;
}

.product-section .title-wrap {
    position: relative;
    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%);
    z-index: -1;
}

.sec-title {
    position: relative;
    background-color: #92278f;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-2.webp);
    mask-image: url(../images/bg-vectore-2.webp);
    -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.0417vw;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 30px 5px;
}

.product-section .product-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.product-section .product-wrap .product-item {
    width: 33.33%;
    position: relative;
    padding: 3vw 1.68vw 3vw;
    width: calc((100% - (2 * 60px)) / 3);
}

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

.product-section .product-wrap .product-item::after {
    content: "";
    position: absolute;
    background-color: #f57f07;
    -webkit-mask-image: url(../images/bg-vectore-3.webp);
    mask-image: url(../images/bg-vectore-3.webp);
    -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: 100%;
    height: 100%;
    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: 1.5vw;
    padding: 0 0.838vw;
    padding-top: 0.838vw;
}

.product-section .product-wrap .item .text-wrap {
    background: #f57f07;
    max-width: 90%;
    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: 1.26vw;
    padding: 0 10px;
    line-height: 120%;
}

.product-section .product-wrap .item .text-wrap p {
    color: #000000;
    font-family: "Arlette";
    text-align: center;
    font-weight: 500;
}

.product-section .product-wrap .item .img-wrap {
    position: relative;
    padding-bottom: 65%;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 1.68vw;
    display: block;
}

.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,
.home-blogs-wrap .blog-wrap .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-blogs-wrap .blog-wrap .owl-nav {
    width: 106%;
}

.product-section .product-item .owl-nav button,
.home-blogs-wrap .blog-wrap .owl-nav button {
    border: none;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: #000000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.product-section .product-item .owl-nav .owl-next::before,
.home-blogs-wrap .blog-wrap .owl-nav .owl-next::before {
    background-image: url("../images/next-arrow.webp ");
}

.product-section .product-item .owl-nav span,
.home-blogs-wrap .blog-wrap .owl-nav span {
    display: none;
}

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

/* receipes-sec start  */
.receipes-sec {
    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: 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.webp);
    mask-image: url(../images/bg-vectore-4.webp);
    -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: 50.293vw;
    width: 100%;
    height: 100%;
    min-width: 26.5vw;
    min-height: 26.5vw;
    position: relative;
    z-index: 5;
    animation: spin 50s linear infinite;
    border-radius: 50%;
}

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

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

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

.receipes-sec .item .recipe-img-wrap .lower-dragon {
    max-width: 31vw;
    position: absolute;
    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: 5vw;
    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: 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 {
    position: absolute;
    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: 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: 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%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.receipes-sec .item .text-wrap h5 {
    color: #ffffff;
    font-family: "Arlette";
    filter: drop-shadow(-0.1028vw 0.1567vw 0vw rgba(13, 14, 14, 0.5));
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.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;
    transform: rotate(15deg);
}

.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: 69vw;
    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: 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;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 58vw;
    top: 50%;
}

.receipes-sec .recipe-wrap .owl-nav button {
    border: none;
    width: 2vw;
    height: 2vw;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 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.webp");
    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.webp ");
}

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

.receipes-sec .veiw-all-wrap .btn {
    font-weight: 400;
    font-size: 2vw;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white);
    padding: 0.6vw 0;
    position: relative;
    z-index: 1;
    font-family: "Arlette";
    transition: all 0.3s ease-in-out;
}

.receipes-sec .veiw-all-wrap .btn::after {
    content: "";
    display: block;
    width: 100%;
    background: #FBD701;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.receipes-sec .veiw-all-wrap .btn:hover {
    color: #fcda01;
}

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

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

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

.home-blogs-sec .home-blogs-wrap .item {
    position: relative;
    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: 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 {
    background: #ffffff;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.257vw 1.257vw 1.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;
    line-height: 120%;
    color: #232323;
    margin-bottom: 0.838vw;
}

.home-blogs-sec .home-blogs-wrap .item .text-wrap p {
    font-weight: 400;
    letter-spacing: 0;
    color: #232323;
    margin-bottom: 1.257vw;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-blogs-sec .home-blogs-wrap .item .text-wrap span.explore-link {
    font-weight: 700;
    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: 2.934vw;
    display: flex;
    justify-self: center;
}

.home-blogs-sec .veiw-all-wrap .btn {
    font-family: "Arial";
    font-weight: 900;
    line-height: 110%;
    letter-spacing: 0;
    color: var(--white);
    background: #ec2633;
    border: 0.156vw solid #ec2633;
    font-size: 1.2vw;
    border-radius: 0.419vw;
    padding: 1vw 1.3vw;
    box-shadow: 0 0.335vw 0.335vw 0 #00000040;
    transition: all 0.3s ease-in-out;
}

.home-blogs-sec .veiw-all-wrap .btn:hover {
    color: #ec2633;
    background: #FFFFFF;
}

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

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

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

.social-section .marquee-wrap {
    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: 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: 18.1894vw;
    min-width: 200px;
}

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

.social-section .marquee-wrap {
    margin-top: 3vw;
}

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

footer .footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2vw;
    align-items: center;
}

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

footer .footer ul li a {
    font-weight: 600;
    font-size: 1.3vw;
    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: 15vw;
    min-width: 8.382vw;
    display: block;
}

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

footer ul {
    padding: 0;
}

/* Temp hide */
footer .subscribe-col {
    display: none;
}

/* / Temp hide */

footer .subscribe-col h5 {
    font-family: "Arlette THA";
    font-weight: 700;
    letter-spacing: 0;
    color: #ee2738;
    margin-bottom: 1.6vw;
    font-size: 1.6vw;
    line-height: 2.35vw;
}

footer .subscribe-col .subscribe-form {
    border: 0.1676vw solid #ee2738;
    border-radius: 2.347vw;
    overflow: hidden;
}

footer .subscribe-col .subscribe-form input {
    background: transparent;
    font-family: "Arlette THA";
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    color: #ed220d;
    border: none !important;
    outline: none !important;
    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: 2vw;
}

footer .subscribe-col .subscribe-form .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    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: 0.838vw;
    width: 100%;
}

.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;

    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

.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(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(8.382vw, 1.676vw);
}

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

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

.progress-bar-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    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: 2.682vw;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.8382vw;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.dot {
    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: 3vw;
    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: 'Samarkan';
    font-size: 6.2vw;
    font-weight: 400;
    color: #f79613;
    opacity: 0.6;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 187.5vw;
} */

.street-styele-section .horizontal-wrapper .indo-china-text {
    font-family: 'Samarkan';
    font-size: 6.2vw;
    font-weight: 400;
    color: #f79613;
    opacity: 0.6;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
}

/* 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.webp);
    mask-image: url(../images/bg-vectore-7.webp);
    -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: 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.webp);
    mask-image: url(../images/bg-vectore-2.webp);
    -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.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: 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: 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;
    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: 34vw;
    position: absolute;
    left: -15vw;
    top: -2vw;
}

.product-range-sec .product-category-wrap {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4.5vw;
    margin-bottom: 3.13vw;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
}

.product-range-sec .product-category-wrap::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    padding: 1px;
    bottom: -10px;
}

.product-range-sec .product-category-wrap::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}


.product-range-sec .product-category-wrap::-webkit-scrollbar-thumb {
    background: #231f20;
    border-radius: 10px;
}


.product-range-sec .product-category-wrap::-webkit-scrollbar-thumb:hover {
    background: #231f20;
}

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

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

.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.webp);
    mask-image: url(../images/bg-vectore-9.webp);
    -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.webp);
    mask-image: url(../images/bg-vectore-2.webp);
    -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;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 40px 5px;
}

.product-range-sec .product-item-wrap .tab-cnt-wrap .details-content .item-cnt-wrap {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.product-range-sec .product-item-wrap .tab-cnt-wrap .details-content .item-cnt-wrap.active {
    display: flex;
}

.product-range-sec .product-item-wrap .tab-cnt-wrap {
    position: relative;
    padding: 7.81vw 0vw 6.25vw;
    margin-top: -5vw;
}

.product-range-sec .product-item-wrap .tab-cnt-wrap:after {
    content: "";
    position: absolute;
    background-color: #f57f07;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-10.webp);
    mask-image: url(../images/bg-vectore-10.webp);
    -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: 100%;
    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: 10vw;
}

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

.product-range-sec .product-item-wrap .right-cnt h5 {
    font-family: "Arlette THA";
    text-transform: uppercase;
    font-weight: 500;
    color: #231f20;
}

.product-range-sec .product-item-wrap .right-cnt h5:has(+h5) {
    margin-bottom: 20px;
}

.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: 3px;
    background: #231f20;
    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.2vw;
    height: 1.04vw;
    background-image: url("../images/accordion-arrow.webp");
    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;
    font-family: "Arlette THA";
    text-transform: uppercase;
}

.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;
    line-height: 1.5;
    margin: 0;
}

.product-item-wrap .accordion-panel .accordion-body .table-wrap {
    overflow-x: auto;
    padding-bottom: 4px;
}

.product-item-wrap .accordion-panel .accordion-body .table-wrap::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    padding: 1px;
    bottom: -10px;
}

.product-item-wrap .accordion-panel .accordion-body .table-wrap::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}


.product-item-wrap .accordion-panel .accordion-body .table-wrap::-webkit-scrollbar-thumb {
    background: #231f20;
    border-radius: 10px;
}


.product-item-wrap .accordion-panel .accordion-body .table-wrap::-webkit-scrollbar-thumb:hover {
    background: #231f20;
}

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

.product-item-wrap .accordion-panel .accordion-body table {
    min-width: 380px;
    border-collapse: collapse;
}

.product-item-wrap .accordion-panel .accordion-body table+p {
    padding: 10px;
    border: 1px solid #231f20;
    border-top: none !important;
    width: 100%;
    display: block;
    min-width: 380px;
}

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

.product-item-wrap .accordion-panel .accordion-body table td:first-child {
    font-weight: bold;
}

.product-item-wrap .tab-cnt-wrap .bottom-tab-wrap {
    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 .tab-cnt-wrap .bottom-tab-wrap .tab {
    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.webp);
    mask-image: url(../images/bg-vectore-11.webp);
    -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: 1vw 1.5vw;
    padding-top: 1.56vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 0.4vw solid transparent;
    border-bottom: 0.4vw solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

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

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

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

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

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

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

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

.product-item-wrap .tab-cnt-wrap .bottom-tab-wrap .tab.active {
    background-color: #9cc600;
    color: #000000;
    border-top: 0.4vw solid #EE2738;
    border-bottom: 0.4vw solid #EE2738;
}

/* 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.webp");
    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 {
    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.webp");
    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.webp");
    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;
}

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

.text-marquee.contact-text-marquee .single-marquee {
    background: #EC2633;
    padding: 1.563vw 0 1.563vw 0;
}

.text-marquee.contact-text-marquee .single-marquee .marquee-text {
    margin-top: 0;
}

.single-marquee .marquee-wrap {
    background: url(../images/bg-pattern-img-3.webp) left top repeat-x;
    padding: 4.688vw 0;
    white-space: nowrap;
    background-size: 100% 100%;
}

.marquee-text {
    /* height: 3.646vw; */
    /* margin-top: -1.302vw; */
}

.single-marquee .marquee-wrap span {
    font-family: "Arlette THA";
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-right: 0.781vw;
}

.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 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: 1.0417vw;
    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;
}

/* 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;
    max-width: 9.6354vw;
}

.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;
    margin-bottom: 1.6vw;
}

.recipes-wrap-sec .recipe-item-cnt-wrap {
    position: relative;
    padding: 4vw 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.webp);
    mask-image: url(../images/bg-vectore-10.webp);
    -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: 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 .text-wrap .read-more .btn {
    background-color: #92278f;
}

.recipes-wrap-sec .recipe-item-cnt-wrap.bg-light-green .recipe-wrap .item:after {
    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:after {
    background-color: #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: 14vw;
    max-height: 14vw;
    width: 100%;
    height: 100%;
    padding: 5vw 2.2vw;
    position: relative;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .tag-wrap::after {
    content: "";
    width: 90%;
    height: 90%;
    background-image: url(../images/bg-vectore-16.webp);
    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: 90%;
    margin: 0 auto;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .heading-wrap .heading {
    font-family: "Arlette THA";
    color: rgba(255, 255, 255);
    text-align: start;
    font-weight: 500;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .tag-wrap h2 {
    font-size: 1.6vw;
    font-family: "Hey";
    transform: rotate(-15deg);
    text-align: center;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .recipe-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    margin-top: 1vw;
    padding: 0 3vw;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .recipe-wrap .owl-stage {
    display: flex;
}

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

.recipes-wrap-sec .recipe-item-cnt-wrap .recipe-wrap .item {
    height: 100%;
    width: 100% !important;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .recipe-wrap .item:after {
    content: "";
    position: absolute;
    background-color: #F6A03A;
    background-size: 100%;
    -webkit-mask-image: url(../images/border-vectore-2.webp);
    mask-image: url(../images/border-vectore-2.webp);
    -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: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.recipes-wrap-sec .recipe-item-cnt-wrap .recipe-wrap .item:hover::after {
    background-color: #EE2738;
}

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

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

.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 {
    color: var(--white);
    font-weight: bold;
    font-family: "Arlette THA";
    margin-bottom: 1.042vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 120%;
}

.recipes-wrap-sec .recipe-item-cnt-wrap .text-wrap p {
    color: var(--white);
    font-family: "Arlette THA";
    margin-bottom: 0.6vw;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.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.webp);
    mask-image: url(../images/bg-vectore-2.webp);
    -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: #EE2738;
}

.cook-it-sec {
    position: relative;
    background-color: #ec2633;
    background-size: 100%;
    -webkit-mask-image: url(../images/orange-pattern-bg.webp);
    mask-image: url(../images/orange-pattern-bg.webp);
    -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.webp);
    mask-image: url(../images/orange-pattern-bg.webp);
    -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.webp");
    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 {
    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;
}

.contact-form-head-sec,
.cms-page-head-sec {
    background-color: #FCDB04;
    padding: 3.125vw 0;
    position: relative;
}

.contact-form-head-sec::before,
.cms-page-head-sec::before {
    content: "";
    width: 70%;
    height: 100%;
    background-image: url("../images/contact-form-head-sec-pattern-bg.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 6vw;
    z-index: 1;
    max-height: 8.717vw;
}

.cms-page-head-sec::before {
    top: 4.5vw;
}

.contact-form-head-sec .contact-form-head-wrap,
.cms-page-head-sec .cms-page-head-wrap {
    max-width: 44.271vw;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-form-head-sec .contact-form-head-wrap p {
    font-family: "Arlette THA";
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0;
    font-size: 1.48vw;
    text-align: center;
}

.contact-form-section {
    padding-top: 5.208vw;
    padding-bottom: 5vw;
    display: flex;
    justify-content: center;
    background: #EC2633;
    position: relative;
}

.contact-form-section .contact-form-box {
    width: 100%;
    background: #FFC20E;
    border: 0.208vw solid #000000;
    border-radius: 0.729vw;
    padding: 3.646vw 2.604vw 2.604vw;
    position: relative;
}

.contact-form-section .contact-form-box h2,
.cms-page-head-sec .cms-page-head-wrap h2 {
    font-family: "Arlette THA";
    font-weight: 700;
    font-size: 3.333vw;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 1.667vw;
}

.cms-page-head-sec .cms-page-head-wrap h2,
.cms-page-head-sec h3 {
    margin-bottom: 0 !important;
}

.contact-form-section .form-group {
    margin-bottom: 2.083vw;
}

.contact-form-section .form-group label {
    font-family: "Arlette THA";
    font-weight: 500;
    font-size: 2.083vw;
    line-height: 120%;
    letter-spacing: 0;
    display: block;
    color: #000;
    margin-bottom: 0.833vw;
}

.contact-form-section .form-group input,
.contact-form-section .form-group textarea {
    font-family: "Arlette THA";
    width: 100%;
    background: #FFC20E !important;
    border: 0.208vw solid #92278F;
    border-radius: 0.729vw;
    outline: none;
    padding: 0.825vw 1.042vw 0.625vw;
    font-size: 1.771vw;
    line-height: 120%;
}

.contact-form-section .form-group textarea {
    min-height: 5.729vw;
    resize: vertical;
}

.contact-form-section .checkbox-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.042vw;
    margin-top: 1.354vw;
}

.contact-form-section .checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 1.875vw;
    height: 1.875vw;
    background: #FFC20E;
    border-radius: 0.104vw;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin: 0;
    box-sizing: border-box;
}

.contact-form-section .checkbox-group input[type="checkbox"],
.contact-form-section .checkbox-group input[type="checkbox"]:before {
    width: 1.875vw;
    height: 1.875vw;
}

.contact-form-section .checkbox-group input[type="checkbox"]:before {
    content: "";
    border: 0.156vw solid #92278F;
    display: block;
    border-radius: 0.208vw;
}

.contact-form-section .checkbox-group input[type="checkbox"]:after {
    content: "";
    width: 1.042vw;
    height: 0.521vw;
    border: 0.156vw solid #92278F;
    border-top: none;
    border-right: none;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 55%;
    top: 45%;
    opacity: 0;
}

.contact-form-section .checkbox-group input[type="checkbox"]:checked:after {
    opacity: 1;
}

.contact-form-section .checkbox-group label {
    font-family: "Arlette THA";
    font-weight: 500;
    font-size: 1.667vw;
    line-height: 120%;
    letter-spacing: 0;
    cursor: pointer;
}

.contact-form-section .form-submit-btn {
    width: fit-content;
    margin: 2.396vw auto 0;
}

.contact-form-section .form-submit-btn button {
    font-family: "Arlette THA";
    font-weight: 700;
    font-size: 1.667vw;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
    background: #ED220D;
    border: 0.156vw solid #ED220D;
    border-radius: 0.313vw;
    padding: 0.521vw 1.042vw 0.417vw;
    outline: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.contact-form-section .form-submit-btn button:hover {
    color: #ED220D;
    background: #FFFFFF;
}

.contact-form-section .hot-hot-hot-img {
    position: absolute;
    top: 0;
    left: 2vw;
    display: block;
    max-width: 19vw;
    min-width: 180px;
    width: 100%;
    z-index: 1;
}

.contact-form-section .dragon-vectore-img {
    position: absolute;
    top: -11vw;
    right: 0vw;
    display: block;
    max-width: 28vw;
    min-width: 220px;
    width: 100%;
    z-index: 0;
}

.contact-form-section .chini-img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 18vw;
    min-width: 140px;
    width: 100%;
    z-index: 1;
    height: auto;
}

/* **** recipe inner start **** */
.recipe-inner-banner {
    padding: 4.1667vw 4.1667vw 4.1667vw;
    position: relative;
}

.recipe-inner-banner:after {
    content: "";
    position: absolute;
    background-color: #FAAE04;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-10.webp);
    mask-image: url(../images/bg-vectore-10.webp);
    -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: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumb-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 2.0833vw 0;
}

.breadcrumb-wrap .breadcrumb-item {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: #231F20;
    font-weight: 700;
    font-size: 1.3542vw;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0.5208vw 0;
}

.breadcrumb-wrap a.breadcrumb-item:hover {
    color: var(--Primary-color);
}

.breadcrumb-wrap .separator {
    color: #231F20;
    margin: 0 0.625vw;
    display: inline-block;
    font-weight: 700;
    font-size: 1.3542vw;
    line-height: 100%;
    letter-spacing: 0;
}

.recipe-inner-banner .recipe-inner-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.125vw;
}

.recipe-inner-banner .recipe-inner-wrap .img-wrap {
    background-color: #ffd503;
    background-size: 100%;
    -webkit-mask-image: url(../images/recepi-inner-bg-vectore.webp);
    mask-image: url(../images/recepi-inner-bg-vectore.webp);
    -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: relative;
    padding-bottom: 100%;
}

.recipe-inner-banner .recipe-inner-wrap .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.recipe-inner-banner .recipe-inner-wrap .right-cnt h3 {
    font-weight: 700;
    text-align: start;
    margin-bottom: 1.5625vw;
    text-transform: uppercase;
}

.recipe-inner-banner .recipe-inner-wrap .recipe-meta {
    display: flex;
    align-items: center;
    gap: 2.0833vw;
    row-gap: 0.7813vw;
    flex-wrap: wrap;
    margin-bottom: 2.0833vw;
}

.recipe-inner-banner .recipe-inner-wrap .recipe-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 0.5208vw;
}

.recipe-inner-banner .recipe-inner-wrap .recipe-meta .meta-item img {
    max-width: 3.125vw;
    max-height: 3.125vw;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recipe-inner-banner .recipe-inner-wrap .recipe-meta .meta-item span {
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    font-size: 1.5625vw;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #231F20;
}

.recipe-inner-banner .recipe-inner-wrap .recipe-description {
    font-family: "Acme";
    font-weight: 400;
    font-size: 1.6667vw;
    line-height: 2.5vw;
    letter-spacing: 0;
    color: #231F20;
}

/* recipe-info-wrap start */
.recipe-info-wrap {
    padding: 3vw 0 5vw;
    position: relative;
    z-index: 1;
}

.recipe-info-wrap .recipe-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    margin: 0 auto;
    max-width: 90%;
}

.recipe-info-wrap .ingredients-cnt {
    position: relative;
}

.recipe-info-wrap .ingredients-cnt::after {
    content: "";
    height: 100%;
    width: 0.7813vw;
    background-image: url("../images/recipe-inner-line-vectore.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: -2.5vw;
}

.recipe-info-wrap .title-wrap {
    margin-bottom: 2vw;
}

.recipe-info-wrap .title-wrap .sec-title {
    text-transform: uppercase;
}

.recipe-info-wrap .ingredients-cnt .title-wrap .sec-title {
    background-color: #C71783;
}

.recipe-info-wrap .subsection {
    margin-bottom: 2vw;
}

.recipe-info-wrap .info-title {
    color: #C71783;
    text-transform: capitalize;
}

.recipe-info-wrap .info-title,
.recipe-info-wrap .ingredient-list li,
.recipe-info-wrap .method-list li {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 1.5vw;
    font-family: "Arlette THA";
}

.recipe-info-wrap .ingredient-list li {
    margin-bottom: 0.4vw;
    list-style: disc;
    color: #000000;
}

.recipe-info-wrap .method-list li {
    color: #000000;
}

.recipe-info-wrap .method-list strong {
    font-weight: 700;
    color: #91278F;
    margin-bottom: 0.4vw;
    display: inline-block;
    text-transform: capitalize;
}

.recipe-info-wrap .relative-recipe {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2vw;
    justify-content: center;
    text-align: center;
    padding: 2vw;
}

.recipe-info-wrap .relative-recipe:after {
    content: "";
    position: absolute;
    background-color: #9CC700;
    background-size: 100%;
    -webkit-mask-image: url(../images/relative-recipe-vectore.webp);
    mask-image: url(../images/relative-recipe-vectore.webp);
    -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: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.recipe-info-wrap .relative-recipe .img-wrap {
    position: relative;
    padding-bottom: 48%;
    width: 50%;
}

.recipe-info-wrap .relative-recipe .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recipe-info-wrap .relative-recipe .cnt-wrap h4 {
    font-family: "Arlette THA";
    font-weight: 700;
    line-height: 120%;
    color: #91278F;
    margin-bottom: 1.5vw;
}

.recipe-info-wrap .relative-recipe .cnt-wrap h5 {
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #231F20;
    margin-bottom: 1vw;
}

.recipe-info-wrap .relative-recipe .cnt-wrap a {
    position: relative;
    background-color: #92278f;
    background-size: 100%;
    -webkit-mask-image: url(../images/bg-vectore-2.webp);
    mask-image: url(../images/bg-vectore-2.webp);
    -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);
    padding-top: 1.0417vw;
    width: fit-content;
    margin: 0 auto;
    line-height: 120%;
    padding: 0.5208vw 1.0417vw 0.5208vw;
    display: inline-block;
    font-family: Inter;
    font-weight: 700;
    font-size: 1.0417vw;
    line-height: 100%;
    letter-spacing: 0;
}

.recipe-info-wrap .relative-recipe .cnt-wrap a:hover {
    background-color: #C71783;
}

.text-marquee.recipe-inner-text-marquee {
    position: relative;
    z-index: 1;
    margin-bottom: -2.5vw;
}

.text-marquee.recipe-inner-text-marquee .marquee-wrap {
    background: url(../images/marquee-text-3-bg.webp) center center repeat-x;
    background-size: 100% 100%;
}

.text-marquee.recipe-inner-text-marquee .marquee-text {
    margin-top: 0;
}

.text-marquee.recipe-inner-text-marquee .single-marquee {
    background: transparent;
    padding: 0;
}

.text-marquee.recipe-inner-text-marquee .single-marquee .marquee-wrap span.color2 {
    color: #fddb00;
}

.recipes-wrap-sec.related-recipe-wrap {
    background: #FAA00B;
    padding: 5vw 0 1.5vw;
}

.recipes-wrap-sec.related-recipe-wrap .sec-title {
    background-color: transparent;
    mask-image: unset;
    color: #000000;
    padding: 0;
}

.recipes-wrap-sec.related-recipe-wrap .recipe-item-cnt-wrap:after {
    display: none;
}

.recipes-wrap-sec.related-recipe-wrap .recipe-item-cnt-wrap .recipe-wrap .item:after {
    background-color: #c5188c;
}

.recipes-wrap-sec.related-recipe-wrap .recipe-item-cnt-wrap {
    padding: 0.4vw 2vw 2vw;
}

.recipes-wrap-sec.related-recipe-wrap .recipe-item-cnt-wrap .text-wrap h5,
.recipes-wrap-sec.related-recipe-wrap .recipe-item-cnt-wrap .text-wrap p {
    color: var(--black);
}

.recipes-wrap-sec.related-recipe-wrap .recipe-item-cnt-wrap .text-wrap .read-more .btn {
    background-color: #c5188c;
    padding: 1vw 1vw 0.8vw;
}

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

.recipes-wrap-sec.related-recipe-wrap .recipe-item-cnt-wrap .recipe-wrap .item:hover::after {
    background-color: #EE2738;
}

.recipes-wrap-sec.related-recipe-wrap .recipe-wrap {
    margin-top: 0;
}

.recipes-wrap-sec.related-recipe-wrap .right-half-dragon {
    position: absolute;
    left: 0;
    top: -40%;
    z-index: 0;
    max-width: 28vw;
    width: 100%;
    mix-blend-mode: overlay;
}

.recipes-wrap-sec .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.recipes-wrap-sec .owl-nav button {
    border: none;
    width: 2vw;
    height: 2vw;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #000000 !important;
    border-radius: 50%;
}

.recipes-wrap-sec .owl-nav button.disabled {
    opacity: 0.6;
    pointer-events: none;
}

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

.recipes-wrap-sec .owl-nav .owl-next::before {
    background-image: url(../images/next-arrow.webp);
}

.cms-content-section {
    padding-top: 5.208vw;
    padding-bottom: 5vw;
    background: #EC2633;
    position: relative;
}

.cms-content-section p:not(:last-child) {
    margin-bottom: 20px;
}

.cms-content-section p,
.cms-content-section ul li,
.cms-content-section p a,
.cms-content-section ul li a {
    line-height: 140%;
    color: #ffffff;
    font-family: 'Arlette THA';
}

.cms-content-section ul.topics {
    padding: 0;
}


.cms-content-section ul.termslist li {
    list-style: disc;
}

.cms-content-section h4:has(+ul.ingredients, +ul.instructions) {
    margin-bottom: 10px;
}

.cms-content-section ul.ingredients {
    padding-left: 0 !important;
}

.cms-content-section ul.ingredients li {
    list-style: none;
}

.cms-content-section ul.instructions li {
    list-style: auto;
}

.cms-content-section ul {
    margin-bottom: 20px;
}

.cms-content-section ul li p {
    margin-bottom: 0 !important;
}

.cms-content-section h4 {
    color: #FFC20E;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Arlette THA';
}

.cms-content-section h3 {
    color: #FFC20E;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Arlette THA';
    text-align: start;
}

.cms-content-section P:has(+ h4),
.cms-content-section ul:has(+ h4),
.cms-content-section P:has(+ h3),
.cms-content-section ul:has(+ h3) {
    margin-bottom: 50px;
}

.cms-content-section .auther-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    justify-content: space-between;
    margin-top: 60px;
}

.cms-content-section .auther-info p {
    margin-bottom: 0;
    color: #FFC20E;
}

/* blog page css :start */

.blog-cnt .blog-cnt-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.blog-cnt-wrapper .blog-cnt-left {
    max-width: 70%;
}

.blog-cnt-wrapper .blog-cnt-right {
    width: 30%;
}

.blog-cnt-wrapper .blog-cnt-img {
    border-radius: 16px;
    overflow: hidden;
}


.blog-cnt-wrapper .blog-cnt-right .blog-cnt-img img {
    width: 100%;
}

.blog-cnt-wrapper .blog-cnt-left ul {
    padding: 0;
}

.blog-cnt ul.termslist {
    padding-left: 30px;

}

#blog-middle-content span,
#blog-middle-content a,
.cms-content-section.blog-cnt span,
.cms-content-section.blog-cnt a {
    color: #FFDE00;
}

#blog-middle-content a:hover,
.cms-content-section.blog-cnt a:hover {
    text-decoration: underline;
}

.cms-content-section.blog-cnt a:hover {
    text-decoration: underline;
}

.blog-cnt .blog-cnt-wrapper h4 {
    margin-bottom: 10px;
}

.cms-content-section.black-bg-section {
    background: #000000;
}

.cms-content-section.black-bg-section * {
    color: #ffffff;
}

.cms-page-head-sec.blog-banner-section .cms-page-head-wrap {
    max-width: 80vw;
}

.cms-page-head-sec.blog-banner-section .cms-page-head-wrap .blog-img {
    border-radius: 20px;
    overflow: hidden;
}

.cms-page-head-sec.blog-banner-section .cms-page-head-wrap .blog-img img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
}

.cms-page-head-sec.blog-banner-section .cms-page-head-wrap h2 {
    margin-left: auto;
    margin-bottom: 30px !important;
    max-width: 70%;
    margin-right: auto;
}

.cms-page-head-sec.blog-banner-section .cms-page-head-wrap h4.date {
    color: #EC2633;
    text-align: center;
    font-family: 'Arlette THA';
    margin-bottom: 20px;
}

/* .cms-page-head-sec.blog-banner-section::before {
    top: 47.5vw;
}  */