:root {
    --lobster: "Lobster", cursive;
    --raleway: "Raleway", sans-serif;
    --playFair: "Playfair Display", serif;
    --comic: "Comic Sans MS";
}
:root {
    --black-bold: 900;
    --extra-bold: 800;
    --bold: 700;
    --semi-bold: 600;
    --medium: 500;
    --light: 300;
    --regular: 400;
}
:root {
    --theme-txt-clr: #0766b0;
    --font-txt-clr: #1f2228;
    --body-txt-clr: #555555;
    --body-light-clr: #666666;
    --white-txt-clr: #fff;
    --light-gray-txt: #eeeeee;
    --tangerine-clr: #ffc807;
    --ls-gray-txt: #f9f9f9;
    --review-star-clr: #ff9c07;
    --themev2-txt-clr: #c9ab81;
    --themev3-txt-clr: #81bd4c;
    --themev4-txt-clr: #ec9d9d;
    --theme-bg-clr: #0a67b1;
    --body-bg-clr: #555555;
    --font-bg-clr: #1f2228;
    --white-bg-clr: #fff;
    --light-gray-bg: #eeeeee;
    --ls-gray-bg: #f9f9f9;
    --ftr-bg: #060c1a;
    --cpright: #080c14;
    --hv2-icon-bg: #111d24;
    --snow-bg: #fafafa;
    --themev2-bg-clr: #c9ab81;
    --themev3-bg-clr: #81bd4c;
    --themev4-bg-clr: #ec9d9d;
    --ftr-v4-bg: #fef3f6;
    --os-dot-bg: #c4c4c4;
    --hv4-tbl2-bg: #ffecf1;
    --dh-bg: #f3f3f3;
    --theme-bdr-clr: #ea5455;
    --font-bdr-clr: #1f2228;
    --white-bdr-clr: #fff;
    --light-gray-bdr: #eeeeee;
    --ls-gray-bdr: #f9f9f9;
    --body-bdr-clr: #555555;
    --themev2-bdr-clr: #c9ab81;
    --themev3-bdr-clr: #81bd4c;
    --themev4-bdr-clr: #ec9d9d;
    --fMenu-bdr: #808080;
    --hdr-v2-bg: rgba(26, 40, 49, 0.85);
    --ftr-v2-bg: rgba(6, 12, 26, 0.8);
    --sCounter-bg: rgba(255, 255, 255, 0.1);
    --as-icon-bg: rgba(255, 255, 255, 0.3);
    --expert-chef: rgba(31, 34, 40, 0.7);
    --blog: rgba(255, 255, 255, 0.9);
    --food-menu-v2: rgba(255, 255, 255, 0.8);
    --hv1-banner: rgba(31, 34, 40, 0.85);
    --reson-overlay: rgba(26, 40, 49, 0.5);
    --hv3About-content: rgba(255, 255, 255, 0.85);
    --hv3ctgry-item: rgba(255, 255, 255, 0.5);
    --hdr-icon-sdw: rgba(234, 84, 85, 0.03);
    --crt-shadow: rgba(0, 0, 0, 0.1);
    --register-sdw: rgba(0, 0, 0, 0.03);
    --hv3ctgry-sdow: rgba(0, 0, 0, 0.05);
    --register: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(234, 84, 85, 0.85) 100%);
    --counter-bg: linear-gradient(0deg, rgba(234, 84, 85, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
    --ab-chef-bg: linear-gradient(180deg, rgba(234, 84, 85, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
    --fMenu-bg: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 9.58%, rgba(234, 84, 85, 0.85) 185.63%);
    --blog-detls: linear-gradient(180deg, rgba(31, 34, 40, 0) 0%, rgba(31, 34, 40, 0.85) 100%);
    --contact: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(234, 84, 85, 0.85) 100%);
    --contact-from: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -13.7%, rgba(234, 84, 85, 0.8) 206.35%);
    --contact-dec: linear-gradient(180deg, rgba(0, 0, 0, 0.7) -30.83%, rgba(234, 84, 85, 0.7) 273.57%);
    --hv3-chif: linear-gradient(180deg, rgba(129, 189, 76, 0) 0%, #81bd4c 100%);
    --hv3-reservation: linear-gradient(253.78deg, #ffffff 7.56%, rgba(255, 255, 255, 0) 63.67%);
}
:root {
    --text-12: 12px;
    --text-13: 13px;
    --text-15: 15px;
    --text-16: 16px;
    --text-17: 17px;
    --text-18: 18px;
    --text-19: 19px;
    --text-20: 20px;
    --text-24: 24px;
    --text-30: 30px;
    --text-48: 48px;
    --text-90: 90px;
}
:root {
    --ease-in: 0.4s ease-in;
}
.relative {
    position: relative;
}
.bg-body {
    background: var(--body-bg-clr) !important;
}
.clr-white {
    color: var(--white-txt-clr) !important;
}
.clr-theme {
    color: var(--theme-txt-clr);
}
.fs-0 {
    font-size: 0px;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.d-block {
    display: block;
}
.bg-overlay {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.bg-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.background-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.background-img .simpleParallax {
    height: 100%;
}
.background-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.social-icon {
    display: flex;
    align-items: center;
}
.social-icon .button {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: var(--white-bg-clr);
}
.social-icon .button:last-child {
    margin-right: 0;
}
.social-icon .button:hover {
    width: 140px;
    background: var(--theme-bg-clr);
}
.social-icon .button:hover .icon {
    color: var(--white-txt-clr);
}
.social-icon .button:hover span {
    flex: 1;
}
.social-icon .button .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: var(--theme-txt-clr);
    font-size: 18px;
    transition: all 0.4s ease-in-out;
}
.social-icon .button span {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-txt-clr);
    transition: all 0.4s ease-in-out;
    width: 0;
}
.s-py-100 {
    padding: 100px 0px;
}
.s-py-50 {
    padding: 50px 0px;
}
.s-py-100-50 {
    padding: 100px 0px 50px;
}
.s-py-50-100 {
    padding: 50px 0px 100px;
}
.s-pt-50 {
    padding-top: 50px;
}
.s-pb-50 {
    padding-bottom: 50px;
}
.s-pt-100 {
    padding-top: 100px;
}
.s-pb-100 {
    padding-bottom: 100px;
}
.s-py-70 {
    padding: 70px 0px;
}
.s-pt-70 {
    padding-top: 70px;
}
.s-pb-70 {
    padding-bottom: 70px;
}
.s-my-50-100 {
    margin: 50px 0px 100px;
}
.mw-1366 {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    .s-py-100 {
        padding: 70px 0px;
    }
    .s-py-50 {
        padding: 35px 0px;
    }
    .s-py-100-50 {
        padding: 70px 0px 35px;
    }
    .s-py-50-100 {
        padding: 35px 0px 70px;
    }
    .s-pt-50 {
        padding-top: 35px;
    }
    .s-pb-50 {
        padding-bottom: 35px;
    }
    .s-pt-100 {
        padding-top: 70px;
    }
    .s-pb-100 {
        padding-bottom: 70px;
    }
    .s-pt-80 {
        padding-top: 50px;
    }
    .s-my-50-100 {
        margin: 35px 0px 70px;
    }
}
@media screen and (max-width: 767px) {
    .s-py-100 {
        padding: 50px 0px;
    }
    .s-pt-50 {
        padding-top: 25px;
    }
    .s-py-50 {
        padding: 25px 0px;
    }
    .s-py-100-50 {
        padding: 50px 0px 25px;
    }
    .s-py-50-100 {
        padding: 25px 0px 50px;
    }
    .s-pb-50 {
        padding-bottom: 25px;
    }
    .s-pt-100 {
        padding-top: 50px;
    }
    .s-py-70 {
        padding: 50px 0px;
    }
    .s-pt-70 {
        padding-top: 50px;
    }
    .s-pb-70 {
        padding-bottom: 50px;
    }
    .s-pb-100 {
        padding-bottom: 50px;
    }
    .s-pt-80 {
        padding-top: 40px;
    }
    .s-my-50-100 {
        margin: 25px 0px 50px;
    }
    .social-icon .button {
        width: 40px;
        height: 40px;
    }
    .social-icon .icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .d-sm-none {
        display: none;
    }
}
.header-area {
    position: relative;
    z-index: 999;
    background: var(--white-bg-clr);
}
.header-area.sticky-header {
    position: fixed;
    z-index: 99999999;
    left: 0;
    right: 0;
    top: 0;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    box-shadow: 0 0 10px 10px var(--crt-shadow);
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.logo {
    /*max-width: 235px;
    margin-right: 20px;*/
}

.logoEmpresa > img{
    max-width: 150px;
    /*margin-right: 20px;
	margin-left: 20px;/**/
    max-height: 50px;
}


.logo {

}
.main-menu{

	text-align: right;
}
.logoEmpresa{

	text-align: center;
}


.bx-wrapper .bx-controls-direction a{
	z-index: 99 !important;
}

.logo img,
.logo svg {
    max-width: 100%;
}
.dropdown {
    position: relative;
}
.main-menu ul li {
    display: inline-block;
    margin: 0px 20px;
}
.main-menu ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--font-txt-clr);
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 40px 0px;
}
.main-menu ul li a img,
.main-menu ul li a svg {
    margin-bottom: 3px;
    margin-left: 5px;
    transition: 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.main-menu ul li a span {
    transition: all 0.3s ease-in-out;
    display: block;
    transform: translateY(0px);
}
.main-menu ul li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 5px;
    background: var(--theme-bg-clr);
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.main-menu ul li a::after {
    position: absolute;
    content: attr(data-text);
    left: 0;
    top: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
}
.main-menu ul li .sub-menu li {
    margin: 0;
    display: block;
}
.main-menu ul li .sub-menu li:last-child {
    border-bottom: none;
}
.main-menu ul li .sub-menu li a {
    padding: 12px 10px 12px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-menu {
    margin: 20px 10px;
}
.single-menu:hover .title h6 {
    color: var(--theme-txt-clr);
}
.single-menu .title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.single-menu .title h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--raleway);
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.single-menu .title img,
.single-menu .title svg {
    display: none;
    transition: all 0.3s ease-in-out;
}
.single-menu .menu ul li {
    display: block;
    margin: 0;
    padding: 10px 0px;
}
.single-menu .menu ul li:first-child {
    padding-top: 0;
}
.single-menu .menu ul li:last-child {
    padding-bottom: 0;
}
.single-menu .menu ul li a {
    display: block;
    padding: 0px;
    line-height: 1.3;
}
.single-menu .menu ul li a::before {
    display: none;
}
.header-right {
    display: flex;
    align-items: center;
}
.hdr-srch,
.hdr-cart {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-gray-bg);
    border-radius: 5px;
    box-shadow: 0px 10px 20px var(--hdr-icon-sdw);
    margin-right: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
.hdr-srch::before,
.hdr-cart::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
    background: var(--theme-bg-clr);
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.hdr-srch img,
.hdr-srch svg,
.hdr-cart img,
.hdr-cart svg {
    color: var(--theme-txt-clr);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.hdr-srch:hover::before,
.hdr-cart:hover::before {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
}
.hdr-srch:hover img,
.hdr-srch:hover svg,
.hdr-cart:hover img,
.hdr-cart:hover svg {
    transform: scale(1.2);
    color: var(--white-txt-clr);
}
.lgn-rgstr a:first-child.btn-skew-y {
    border-color: var(--light-gray-bg);
    background-color: transparent;
}
.lgn-rgstr a:first-child:hover.btn-skew-y {
    border-color: var(--font-bdr-clr);
}
.lgn-rgstr a:last-child {
    margin-left: -4px;
}
.lgn-rgstr a:last-child.btn-skew-y {
    border: 1px solid var(--theme-bdr-clr);
}
.lgn-rgstr a:last-child:hover.btn-skew-y {
    border-color: var(--theme-bdr-clr);
}
.hamgurger {
    margin-left: 10px;
    display: none;
}
.hamgurger ul {
    position: relative;
    width: 30px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
}
.hamgurger ul.active li:nth-of-type(1) {
    left: 100%;
    transition-delay: 0s;
    opacity: 0;
}
.hamgurger ul.active li:nth-of-type(2) {
    transform: translateY(-50%) rotate(405deg);
    transition-delay: 0.3s;
}
.hamgurger ul.active li:nth-of-type(2)::before {
    top: 0;
    transition-delay: 0.5s;
}
.hamgurger ul.active li:nth-of-type(3) {
    right: 100%;
    transition-delay: 0s;
    opacity: 0;
}
.hamgurger ul li {
    list-style: none;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background: #262626;
    transition: 0.4s;
    border-radius: 10px;
}
.hamgurger ul li:nth-of-type(1) {
    top: 30%;
    left: 0;
    transition-delay: 1s;
    opacity: 1;
}
.hamgurger ul li:nth-of-type(2) {
    top: 50%;
    left: 0;
    transition-delay: 0s;
}
.hamgurger ul li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    transform: rotate(90deg);
    transition: 1s;
    transition-delay: 0.5s;
    border-radius: 10px;
}
.hamgurger ul li:nth-of-type(3) {
    top: 70%;
    right: 0%;
    transition-delay: 1s;
    opacity: 1;
}
@media screen and (min-width: 1200px) {
    .main-menu ul li:hover > a img,
    .main-menu ul li:hover > a svg {
        color: var(--theme-txt-clr);
        transform: rotateX(-180deg);
    }
    .main-menu ul li:hover > a span {
        opacity: 0;
        transform: translateY(-20px);
    }
    .main-menu ul li:hover > a::after {
        opacity: 1;
        color: var(--theme-txt-clr);
    }
    .main-menu ul li:hover > a::before {
        width: 100%;
        right: auto;
        left: 0;
    }
    .main-menu ul li:hover > .sub-menu,
    .main-menu ul li:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .main-menu ul li .sub-menu {
        position: absolute;
        min-width: 150px;
        background-color: var(--white-bg-clr);
        filter: drop-shadow(10px 20px 30px rgba(0, 0, 0, 0.1));
        left: 0;
        top: 100%;
        z-index: 99999;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1);
        display: block !important;
    }
    .main-menu ul li .sub-menu li:hover > a {
        color: var(--white-txt-clr);
    }
    .main-menu ul li .sub-menu li:hover > a span {
        transform: translateX(100%);
    }
    .main-menu ul li .sub-menu li:hover > a::before {
        opacity: 1;
        width: 100%;
    }
    .main-menu ul li .sub-menu li:hover > a::after {
        color: var(--white-txt-clr);
        transform: translateX(0);
    }
    .main-menu ul li .sub-menu li:hover > a img,
    .main-menu ul li .sub-menu li:hover > a svg {
        transform: rotate(0deg);
        color: var(--white-txt-clr);
    }
    .main-menu ul li .sub-menu li:hover .sub-menu {
        opacity: 1;
        left: 100%;
        visibility: visible;
    }
    .main-menu ul li .sub-menu li a::before {
        background: var(--theme-bg-clr);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        content: "";
        z-index: -1;
        opacity: 0;
    }
    .main-menu ul li .sub-menu li a::after {
        left: 20px;
        top: 12px;
        transform: translateX(-100%);
    }
    .main-menu ul li .sub-menu li a img,
    .main-menu ul li .sub-menu li a svg {
        display: block;
        transform: rotate(-90deg);
        transition: all 0.4s ease-in;
    }
    .main-menu ul li .sub-menu li .sub-menu {
        left: 110%;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(1);
    }
    .mega-menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background: var(--white-bg-clr);
        filter: drop-shadow(10px 20px 30px rgba(0, 0, 0, 0.1));
        padding: 30px 110px;
        display: flex !important;
        justify-content: space-between;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.02);
        transition: all 0.3s ease-in-out;
    }
    .mega-menu .shape-1,
    .mega-menu .shape-2 {
        position: absolute;
        content: "";
        top: 0;
        height: 100%;
        z-index: -1;
    }
    .mega-menu .shape-1 img,
    .mega-menu .shape-1 svg,
    .mega-menu .shape-2 img,
    .mega-menu .shape-2 svg {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
    }
    .mega-menu .shape-1 {
        left: 0;
    }
    .mega-menu .shape-2 {
        right: 0;
    }
    .single-menu .menu {
        display: block !important;
    }
}
@media screen and (max-width: 1400px) {
    .logo {
        max-width: 200px;
        margin-right: 10px;
    }
    .main-menu ul li {
        margin: 0px 8px;
    }
    .hdr-srch,
    .hdr-cart {
        margin-right: 10px;
    }
    .mega-menu {
        padding: 30px 70px;
    }
}
@media screen and (max-width: 1199px) {
    .header-wrapper {
        padding: 15px 0px;
    }
    .hamgurger {
        display: block;
    }
    .main-menu {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        right: 0;
        background: var(--white-bg-clr);
        filter: drop-shadow(10px 20px 30px rgba(0, 0, 0, 0.1));
        padding: 20px 30px;
        clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
        transition: all 0.4s ease-in-out;
        z-index: 999;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }
    .main-menu::-webkit-scrollbar {
        width: 3px;
    }
    .main-menu::-webkit-scrollbar-thumb {
        background: var(--theme-bg-clr);
        border-radius: 20px;
    }
    .main-menu.active {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .main-menu ul li {
        display: block;
        margin: 0;
    }
    .main-menu ul li.active > a span {
        opacity: 0;
        transform: translateY(-20px);
    }
    .main-menu ul li.active > a::after {
        opacity: 1;
        color: var(--theme-txt-clr);
    }
    .main-menu ul li.active > a img,
    .main-menu ul li.active > a svg {
        color: var(--theme-txt-clr);
        transform: rotate(180deg);
    }
    .main-menu ul li.active .sub-menu,
    .main-menu ul li.active .mega-menu {
        opacity: 1;
        visibility: visible;
    }
    .main-menu ul li a {
        padding: 10px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-menu ul li a::before {
        display: none;
    }
    .main-menu ul li a img,
    .main-menu ul li a svg {
        display: block;
        transition: all 0.3s ease-in-out;
    }
    .main-menu ul li .sub-menu {
        padding: 0px 20px;
        display: none;
    }
    .main-menu ul li .sub-menu li.active > a span {
        opacity: 0;
    }
    .main-menu ul li .sub-menu li.active > a::after {
        opacity: 1;
        color: var(--theme-txt-clr);
        transform: translateX(0) translateY(-50%);
    }
    .main-menu ul li .sub-menu li a {
        padding: 7px 0px;
    }
    .main-menu ul li .sub-menu li a::after {
        color: var(--theme-txt-clr) !important;
        left: 0;
    }
    .main-menu .lgn-rgstr {
        display: block !important;
        margin-top: 20px;
    }
    .main-menu .lgn-rgstr a:first-child {
        margin-right: 10px;
    }
    .mega-menu {
        padding: 0px 10px;
        display: none;
    }
    .mega-menu .shape-1,
    .mega-menu .shape-2 {
        display: none;
    }
    .single-menu {
        margin: 10px 0px;
    }
    .single-menu .title {
        margin-bottom: 0px;
    }
    .single-menu .title h6 {
        font-size: 17px;
        font-weight: 400;
    }
    .single-menu .title.active img,
    .single-menu .title.active svg {
        transform: rotate(180deg);
        color: var(--theme-txt-clr);
    }
    .single-menu .title img,
    .single-menu .title svg {
        display: block;
    }
    .single-menu .menu {
        display: none;
        transition: 0s;
        padding: 10px;
    }
    .single-menu .menu ul li {
        padding: 5px 0px;
    }
    .lgn-rgstr {
        display: none;
    }
    .hdr-cart {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .header-wrapper {
        padding: 10px 0px;
    }
    .hdr-srch,
    .hdr-cart {
        width: 40px;
        height: 40px;
    }
    .hdr-srch:hover svg,
    .hdr-srch:hover img,
    .hdr-cart:hover svg,
    .hdr-cart:hover img {
        transform: scale(1.1);
    }
    .hamgurger ul {
        width: 25px;
        height: 40px;
    }
    .hamgurger ul li {
        height: 2px;
    }
}
@media screen and (max-width: 575px) {
    .logo {
        max-width: 150px;
    }
    .main-menu ul li a {
        font-size: 15px;
    }
    .single-menu .title h6 {
        font-size: 16px;
    }
    .hdr-srch,
    .hdr-cart {
        width: 34px;
        height: 34px;
    }
    .hdr-srch img,
    .hdr-srch svg,
    .hdr-cart img,
    .hdr-cart svg {
        font-size: 16px;
    }
    .hdr-srch:hover svg,
    .hdr-srch:hover img,
    .hdr-cart:hover svg,
    .hdr-cart:hover img {
        transform: scale(1.1);
    }
}
.header-v2 {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    border-bottom: 1px solid var(--themev2-bdr-clr);
}
.header-v2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--hdr-v2-bg);
    mix-blend-mode: multiply;
}
.header-v2 .logo img .hdr-l-white,
.header-v2 .logo svg .hdr-l-white {
    fill: var(--white-txt-clr);
}
.header-v2 .logo img .hdr-l-theme,
.header-v2 .logo svg .hdr-l-theme {
    fill: var(--themev2-txt-clr);
}
.header-v2.sticky-header {
    background: #17242c;
}
.header-v2.sticky-header::before {
    display: none;
}
.header-v2 .hdr-srch,
.header-v2 .hdr-cart {
    background: var(--hv2-icon-bg);
}
.header-v2 .hdr-srch:hover img,
.header-v2 .hdr-srch:hover svg,
.header-v2 .hdr-cart:hover img,
.header-v2 .hdr-cart:hover svg {
    color: var(--white-txt-clr);
}
.header-v2 .hdr-srch::before,
.header-v2 .hdr-cart::before {
    background: var(--themev2-bg-clr);
}
.header-v2 .hdr-srch img,
.header-v2 .hdr-srch svg,
.header-v2 .hdr-cart img,
.header-v2 .hdr-cart svg {
    color: var(--themev2-txt-clr);
}
.header-v2 .crt-dtls {
    background: var(--hv2-icon-bg);
}
.header-v2 .crt-dtls .btn-skew-y {
    color: var(--themev2-txt-clr);
    background: var(--hv2-icon-bg);
    border-color: var(--themev2-bg-clr) !important;
}
.header-v2 .crt-dtls .btn-skew-y::before,
.header-v2 .crt-dtls .btn-skew-y::after {
    color: var(--white-txt-clr);
    background-color: var(--themev2-bg-clr);
}
.header-v2 .single-crt-dtls .title span {
    color: var(--themev2-txt-clr);
}
.header-v2 .single-crt-dtls .title h6 a {
    color: var(--white-txt-clr);
}
.header-v2 .hdr-search {
    background: var(--hv2-icon-bg);
}
.header-v2 .hdr-search .shape-01 img path,
.header-v2 .hdr-search .shape-01 svg path,
.header-v2 .hdr-search .shape-02 img path,
.header-v2 .hdr-search .shape-02 svg path,
.header-v2 .hdr-search .shape-03 img path,
.header-v2 .hdr-search .shape-03 svg path,
.header-v2 .hdr-search .shape-04 img path,
.header-v2 .hdr-search .shape-04 svg path,
.header-v2 .hdr-search .shape-05 img path,
.header-v2 .hdr-search .shape-05 svg path {
    fill: var(--themev2-bg-clr);
}
.header-v2 .hdeClose {
    background: var(--themev2-bg-clr);
}
.header-v2 .hdrSrch-input:focus-within input {
    border-color: var(--themev2-bdr-clr);
    color: var(--white-txt-clr);
}
.header-v2 .hdrSrch-input:focus-within button img,
.header-v2 .hdrSrch-input:focus-within button svg {
    color: var(--themev2-txt-clr);
}
.header-v2 .hdrSrch-result .title h4 {
    color: var(--white-txt-clr);
}
.header-v2 .hdrSrch-result .result::-webkit-scrollbar-thumb {
    background: var(--themev2-bg-clr);
}
.header-v2 .single-srch-result:hover h5 a {
    color: var(--themev2-txt-clr);
}
.header-v2 .single-srch-result h5 a {
    background-image: linear-gradient(#c9ab81, #c9ab81);
}
.header-v2 .lgn-rgstr .btn-skew-y {
    color: var(--themev2-txt-clr);
    background: var(--hv2-icon-bg);
    border-color: var(--themev2-bg-clr) !important;
}
.header-v2 .lgn-rgstr .btn-skew-y::before,
.header-v2 .lgn-rgstr .btn-skew-y::after {
    color: var(--white-txt-clr);
    background-color: var(--themev2-bg-clr);
}
.header-v2 .lgn-rgstr .l-gray-btn {
    color: var(--themev2-txt-clr);
    background: transparent;
    border-color: var(--themev2-bg-clr) !important;
}
.header-v2 .lgn-rgstr .l-gray-btn::before,
.header-v2 .lgn-rgstr .l-gray-btn::after {
    color: var(--themev2-txt-clr);
    background-color: var(--hv2-icon-bg);
}
@media screen and (min-width: 1200px) {
    .header-v2 .main-menu > ul > li:hover a::before {
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }
    .header-v2 .main-menu > ul > li:hover a img,
    .header-v2 .main-menu > ul > li:hover a svg {
        color: var(--themev2-txt-clr);
    }
    .header-v2 .main-menu > ul > li > a {
        color: var(--white-txt-clr);
    }
    .header-v2 .main-menu > ul > li > a::after {
        color: var(--themev2-txt-clr);
    }
    .header-v2 .main-menu > ul > li > a::before {
        width: 25px;
        height: 15px;
        background: var(--themev2-bg-clr);
        left: 50%;
        transform: translateX(-50%);
        clip-path: polygon(50% 0, 0 0, 100% 0);
    }
    .header-v2 .main-menu > ul > li .sub-menu {
        background: var(--hv2-icon-bg);
    }
    .header-v2 .main-menu > ul > li .sub-menu li a {
        color: var(--white-txt-clr);
    }
    .header-v2 .main-menu > ul > li .sub-menu li a::before {
        background: var(--themev2-bg-clr);
        clip-path: unset;
    }
    .header-v2 .main-menu > ul > li .sub-menu li a img,
    .header-v2 .main-menu > ul > li .sub-menu li a svg {
        color: var(--white-txt-clr);
    }
    .header-v2 .mega-menu {
        background: var(--hv2-icon-bg);
    }
    .header-v2 .mega-menu .shape-1 img path,
    .header-v2 .mega-menu .shape-1 svg path,
    .header-v2 .mega-menu .shape-2 img path,
    .header-v2 .mega-menu .shape-2 svg path {
        fill: #887862;
    }
    .header-v2 .single-menu .title h6 {
        color: var(--white-txt-clr);
    }
    .header-v2 .single-menu:hover .title h6 {
        color: var(--themev2-txt-clr);
    }
    .header-v2 .single-menu .menu ul li a {
        color: var(--white-txt-clr);
    }
    .header-v2 .single-menu .menu ul li a::after {
        color: var(--themev2-txt-clr);
    }
}
@media screen and (max-width: 1199px) {
    .header-v2 .hamgurger ul li {
        background: var(--themev2-bg-clr);
    }
    .header-v2 .hamgurger ul li::before {
        background: var(--themev2-bg-clr);
    }
    .header-v2 .main-menu {
        top: 101%;
        background: var(--hv2-icon-bg);
    }
    .header-v2 .main-menu::-webkit-scrollbar-thumb {
        background: var(--themev2-bg-clr);
    }
    .header-v2 .main-menu ul li.active > a img,
    .header-v2 .main-menu ul li.active > a svg {
        color: var(--themev2-txt-clr);
    }
    .header-v2 .main-menu ul li a {
        color: var(--white-txt-clr);
    }
    .header-v2 .main-menu ul li a::after {
        color: var(--themev2-txt-clr);
    }
    .header-v2 .main-menu ul li .sub-menu li a::after {
        color: var(--themev2-txt-clr) !important;
    }
    .header-v2 .single-menu .title.active h6 {
        color: var(--themev2-txt-clr);
    }
    .header-v2 .single-menu .title.active img,
    .header-v2 .single-menu .title.active svg {
        color: var(--themev2-txt-clr);
    }
    .header-v2 .single-menu .title h6 {
        color: var(--white-txt-clr);
    }
    .header-v2 .single-menu .title img,
    .header-v2 .single-menu .title svg {
        color: var(--white-txt-clr);
    }
}
.header-v3 {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}
.header-v3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--font-bg-clr);
    mix-blend-mode: multiply;
    opacity: 0.9;
}
.header-v3 .logo img .hdr-l-white,
.header-v3 .logo svg .hdr-l-white {
    fill: var(--white-txt-clr);
}
.header-v3 .logo img .hdr-l-theme,
.header-v3 .logo svg .hdr-l-theme {
    fill: var(--themev3-txt-clr);
}
.header-v3.sticky-header {
    background: #17242c;
}
.header-v3.sticky-header::before {
    display: none;
}
.header-v3 .hdr-srch,
.header-v3 .hdr-cart {
    background: var(--white-bg-clr);
}
.header-v3 .hdr-srch:hover img,
.header-v3 .hdr-srch:hover svg,
.header-v3 .hdr-cart:hover img,
.header-v3 .hdr-cart:hover svg {
    color: var(--white-txt-clr);
}
.header-v3 .hdr-srch::before,
.header-v3 .hdr-cart::before {
    background: var(--themev3-bg-clr);
}
.header-v3 .hdr-srch img,
.header-v3 .hdr-srch svg,
.header-v3 .hdr-cart img,
.header-v3 .hdr-cart svg {
    color: var(--themev3-txt-clr);
}
.header-v3 .crt-dtls {
    background: var(--hv2-icon-bg);
}
.header-v3 .crt-dtls .btn-skew-y {
    color: var(--themev3-txt-clr);
    background: var(--hv2-icon-bg);
    border-color: var(--themev3-bg-clr) !important;
}
.header-v3 .crt-dtls .btn-skew-y::before,
.header-v3 .crt-dtls .btn-skew-y::after {
    color: var(--white-txt-clr);
    background-color: var(--themev3-bg-clr);
}
.header-v3 .single-crt-dtls .title span {
    color: var(--themev3-txt-clr);
}
.header-v3 .single-crt-dtls .title h6 a {
    color: var(--white-txt-clr);
}
.header-v3 .hdr-search {
    background: var(--hv2-icon-bg);
}
.header-v3 .hdr-search .shape-01 img path,
.header-v3 .hdr-search .shape-01 svg path,
.header-v3 .hdr-search .shape-02 img path,
.header-v3 .hdr-search .shape-02 svg path,
.header-v3 .hdr-search .shape-03 img path,
.header-v3 .hdr-search .shape-03 svg path,
.header-v3 .hdr-search .shape-04 img path,
.header-v3 .hdr-search .shape-04 svg path,
.header-v3 .hdr-search .shape-05 img path,
.header-v3 .hdr-search .shape-05 svg path {
    fill: var(--themev3-bg-clr);
}
.header-v3 .hdeClose {
    background: var(--themev3-bg-clr);
}
.header-v3 .hdrSrch-input:focus-within input {
    border-color: var(--themev3-bdr-clr);
    color: var(--white-txt-clr);
}
.header-v3 .hdrSrch-input:focus-within button img,
.header-v3 .hdrSrch-input:focus-within button svg {
    color: var(--themev3-txt-clr);
}
.header-v3 .hdrSrch-result .title h4 {
    color: var(--white-txt-clr);
}
.header-v3 .hdrSrch-result .result::-webkit-scrollbar-thumb {
    background: var(--themev3-bg-clr);
}
.header-v3 .single-srch-result:hover h5 a {
    color: var(--themev3-txt-clr);
}
.header-v3 .single-srch-result h5 a {
    background-image: linear-gradient(#81bd4c, #81bd4c);
}
.header-v3 .lgn-rgstr .btn-skew-y {
    color: var(--themev3-txt-clr);
    background: var(--white-bg-clr);
    border-color: var(--themev3-bg-clr) !important;
}
.header-v3 .lgn-rgstr .btn-skew-y::before,
.header-v3 .lgn-rgstr .btn-skew-y::after {
    color: var(--white-txt-clr);
    background-color: var(--themev3-bg-clr);
}
.header-v3 .lgn-rgstr .l-gray-btn {
    color: var(--themev3-txt-clr);
    background: transparent;
    border-color: var(--themev3-bg-clr) !important;
}
.header-v3 .lgn-rgstr .l-gray-btn::before,
.header-v3 .lgn-rgstr .l-gray-btn::after {
    color: var(--themev3-txt-clr);
    background-color: var(--white-bg-clr);
}
@media screen and (min-width: 1200px) {
    .header-v3 .main-menu > ul > li {
        margin: 0;
    }
    .header-v3 .main-menu > ul > li:hover > a {
        color: var(--white-txt-clr);
    }
    .header-v3 .main-menu > ul > li:hover > a::before {
        width: 100%;
        right: auto;
        left: 0;
    }
    .header-v3 .main-menu > ul > li:hover > a::after {
        transform: translate(-50%, -50%);
    }
    .header-v3 .main-menu > ul > li:hover > a img,
    .header-v3 .main-menu > ul > li:hover > a svg {
        color: var(--white-txt-clr);
    }
    .header-v3 .main-menu > ul > li > a {
        color: var(--white-txt-clr);
        z-index: 4;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 1;
        white-space: nowrap;
    }
    .header-v3 .main-menu > ul > li > a::after {
        color: var(--white-txt-clr);
        left: 42%;
        transform: translateX(-50%);
    }
    .header-v3 .main-menu > ul > li > a::before {
        width: 0;
        height: 50px;
        background: var(--themev3-bg-clr);
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        z-index: -1;
        transition: all 0.3s ease-in;
    }
    .header-v3 .main-menu > ul > li .sub-menu {
        background: var(--hv2-icon-bg);
    }
    .header-v3 .main-menu > ul > li .sub-menu li a {
        color: var(--white-txt-clr);
    }
    .header-v3 .main-menu > ul > li .sub-menu li a::before {
        background: var(--themev3-bg-clr);
        clip-path: unset;
    }
    .header-v3 .mega-menu {
        background: var(--hv2-icon-bg);
    }
    .header-v3 .mega-menu .shape-1 img path,
    .header-v3 .mega-menu .shape-1 svg path,
    .header-v3 .mega-menu .shape-2 img path,
    .header-v3 .mega-menu .shape-2 svg path {
        fill: #89a174;
    }
    .header-v3 .single-menu .title h6 {
        color: var(--white-txt-clr);
    }
    .header-v3 .single-menu:hover .title h6 {
        color: var(--themev3-txt-clr);
    }
    .header-v3 .single-menu .menu ul li a {
        color: var(--white-txt-clr);
    }
    .header-v3 .single-menu .menu ul li a::after {
        color: var(--themev3-txt-clr);
    }
}
@media screen and (max-width: 1400px) {
    .header-v3 .main-menu > ul > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 1199px) {
    .header-v3 .hamgurger ul li {
        background: var(--themev3-bg-clr);
    }
    .header-v3 .hamgurger ul li::before {
        background: var(--themev3-bg-clr);
    }
    .header-v3 .main-menu {
        background: var(--hv2-icon-bg);
    }
    .header-v3 .main-menu::-webkit-scrollbar-thumb {
        background: var(--themev3-bg-clr);
    }
    .header-v3 .main-menu ul li.active > a img,
    .header-v3 .main-menu ul li.active > a svg {
        color: var(--themev3-txt-clr);
    }
    .header-v3 .main-menu ul li a {
        color: var(--white-txt-clr);
    }
    .header-v3 .main-menu ul li a::after {
        color: var(--themev3-txt-clr);
    }
    .header-v3 .main-menu ul li .sub-menu li a::after {
        color: var(--themev3-txt-clr) !important;
    }
    .header-v3 .single-menu .title.active h6 {
        color: var(--themev3-txt-clr);
    }
    .header-v3 .single-menu .title.active img,
    .header-v3 .single-menu .title.active svg {
        color: var(--themev3-txt-clr);
    }
    .header-v3 .single-menu .title h6 {
        color: var(--white-txt-clr);
    }
    .header-v3 .single-menu .title img,
    .header-v3 .single-menu .title svg {
        color: var(--white-txt-clr);
    }
}
.header-v4 {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}
.header-v4 .header-wrapper {
    max-width: 1368px;
    margin: 0 auto;
}
.header-v4 .logo img .hdr-l-theme,
.header-v4 .logo svg .hdr-l-theme {
    fill: var(--themev4-txt-clr);
}
.header-v4.sticky-header {
    background: var(--white-bg-clr);
}
.header-v4 .hdr-srch,
.header-v4 .hdr-cart {
    background: var(--white-bg-clr);
    box-shadow: 0px 20px 30px var(--crt-shadow);
    border-radius: 5px;
}
.header-v4 .hdr-srch:hover img,
.header-v4 .hdr-srch:hover svg,
.header-v4 .hdr-cart:hover img,
.header-v4 .hdr-cart:hover svg {
    color: var(--white-txt-clr);
}
.header-v4 .hdr-srch::before,
.header-v4 .hdr-cart::before {
    background: var(--themev4-bg-clr);
}
.header-v4 .hdr-srch img,
.header-v4 .hdr-srch svg,
.header-v4 .hdr-cart img,
.header-v4 .hdr-cart svg {
    color: var(--themev4-txt-clr);
}
.header-v4 .crt-dtls {
    background: var(--white-bg-clr);
}
.header-v4 .crt-dtls .btn-skew-y {
    color: var(--themev4-txt-clr);
    background: transparent;
    border-color: var(--themev4-bg-clr);
}
.header-v4 .crt-dtls .btn-skew-y::before,
.header-v4 .crt-dtls .btn-skew-y::after {
    color: var(--white-txt-clr);
    background-color: var(--themev4-bg-clr);
}
.header-v4 .single-crt-dtls .title span {
    color: var(--themev4-txt-clr);
}
.header-v4 .single-crt-dtls .title h6 a {
    color: var(--font-txt-clr);
}
.header-v4 .hdr-search {
    background: var(--hv2-icon-bg);
}
.header-v4 .hdr-search .shape-01 img path,
.header-v4 .hdr-search .shape-01 svg path,
.header-v4 .hdr-search .shape-02 img path,
.header-v4 .hdr-search .shape-02 svg path,
.header-v4 .hdr-search .shape-03 img path,
.header-v4 .hdr-search .shape-03 svg path,
.header-v4 .hdr-search .shape-04 img path,
.header-v4 .hdr-search .shape-04 svg path,
.header-v4 .hdr-search .shape-05 img path,
.header-v4 .hdr-search .shape-05 svg path {
    fill: var(--themev4-bg-clr);
}
.header-v4 .hdeClose {
    background: var(--themev4-bg-clr);
}
.header-v4 .hdrSrch-input:focus-within input {
    border-color: var(--themev4-bdr-clr);
    color: var(--white-txt-clr);
}
.header-v4 .hdrSrch-input:focus-within button img,
.header-v4 .hdrSrch-input:focus-within button svg {
    color: var(--themev4-txt-clr);
}
.header-v4 .hdrSrch-result .title h4 {
    color: var(--white-txt-clr);
}
.header-v4 .hdrSrch-result .result::-webkit-scrollbar-thumb {
    background: var(--themev4-bg-clr);
}
.header-v4 .single-srch-result:hover h5 a {
    color: var(--themev4-txt-clr);
}
.header-v4 .single-srch-result h5 a {
    background-image: linear-gradient(#ec9d9d, #ec9d9d);
}
.header-v4 .lgn-rgstr {
    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1));
}
.header-v4 .lgn-rgstr .btn-skew-y {
    color: var(--themev4-txt-clr);
    background: transparent;
    border-color: var(--themev4-bg-clr) !important;
}
.header-v4 .lgn-rgstr .btn-skew-y::before,
.header-v4 .lgn-rgstr .btn-skew-y::after {
    color: var(--white-txt-clr);
    background-color: var(--themev4-bg-clr);
}
.header-v4 .lgn-rgstr .l-gray-btn {
    color: var(--themev4-bdr-clr);
    background: transparent;
    border-color: var(--white-bdr-clr) !important;
}
.header-v4 .lgn-rgstr .l-gray-btn::before,
.header-v4 .lgn-rgstr .l-gray-btn::after {
    color: var(--themev4-txt-clr);
    background-color: var(--white-bg-clr);
}
.header-v4 .lgn-rgstr .l-gray-btn:hover {
    border-color: var(--themev4-bdr-clr) !important;
}
@media screen and (min-width: 1200px) {
    .header-v4 .main-menu > ul > li:hover > a::before {
        opacity: 1;
    }
    .header-v4 .main-menu > ul > li > a {
        color: var(--body-txt-clr);
        font-weight: 500;
    }
    .header-v4 .main-menu > ul > li > a::after {
        color: var(--themev4-txt-clr);
    }
    .header-v4 .main-menu > ul > li > a::before {
        width: 7px;
        height: 7px;
        background: var(--themev4-bg-clr);
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50%;
        top: 80%;
        opacity: 0;
    }
    .header-v4 .main-menu > ul > li .sub-menu {
        background: var(--white-bg-clr);
    }
    .header-v4 .main-menu > ul > li .sub-menu li a {
        color: var(--body-txt-clr);
    }
    .header-v4 .main-menu > ul > li .sub-menu li a::before {
        background: var(--themev4-bg-clr);
        clip-path: unset;
    }
    .header-v4 .mega-menu {
        background: var(--white-bg-clr);
    }
    .header-v4 .single-menu .title h6 {
        color: var(--font-txt-clr);
    }
    .header-v4 .single-menu:hover .title h6 {
        color: var(--themev4-txt-clr);
    }
    .header-v4 .single-menu .menu ul li a {
        color: var(--body-txt-clr);
    }
    .header-v4 .single-menu .menu ul li a::after {
        color: var(--themev4-txt-clr);
    }
}
@media screen and (max-width: 1199px) {
    .header-v4 .hamgurger ul li {
        background: var(--themev4-bg-clr);
    }
    .header-v4 .hamgurger ul li::before {
        background: var(--themev4-bg-clr);
    }
    .header-v4 .main-menu {
        background: var(--white-bg-clr);
    }
    .header-v4 .main-menu::-webkit-scrollbar-thumb {
        background: var(--themev4-bg-clr);
    }
    .header-v4 .main-menu ul li.active > a img,
    .header-v4 .main-menu ul li.active > a svg {
        color: var(--themev4-txt-clr);
    }
    .header-v4 .main-menu ul li a {
        color: var(--body-txt-clr);
    }
    .header-v4 .main-menu ul li a::after {
        color: var(--themev4-txt-clr);
    }
    .header-v4 .main-menu ul li .sub-menu li a::after {
        color: var(--themev4-txt-clr) !important;
    }
    .header-v4 .single-menu .title.active h6 {
        color: var(--themev4-txt-clr);
    }
    .header-v4 .single-menu .title.active img,
    .header-v4 .single-menu .title.active svg {
        color: var(--themev4-txt-clr);
    }
    .header-v4 .single-menu .title h6 {
        color: var(--body-txt-clr);
    }
    .header-v4 .single-menu .title img,
    .header-v4 .single-menu .title svg {
        color: var(--body-txt-clr);
    }
}
.hdr-search {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background: var(--white-bg-clr);
    z-index: 9999999;
    visibility: hidden;
    opacity: 0;
}
.hdr-search.active {
    opacity: 1;
    visibility: visible;
    transition: 0.2s ease-in;
}
.hdr-search .shape-01,
.hdr-search .shape-02,
.hdr-search .shape-03,
.hdr-search .shape-04,
.hdr-search .shape-05 {
    position: absolute;
    z-index: -1;
}
.hdr-search .shape-01 img,
.hdr-search .shape-01 svg,
.hdr-search .shape-02 img,
.hdr-search .shape-02 svg,
.hdr-search .shape-03 img,
.hdr-search .shape-03 svg,
.hdr-search .shape-04 img,
.hdr-search .shape-04 svg,
.hdr-search .shape-05 img,
.hdr-search .shape-05 svg {
    max-width: 100%;
    max-height: 100%;
}
.hdr-search .shape-01 {
    top: 20%;
    left: 20%;
}
.hdr-search .shape-02 {
    top: 50%;
    left: 15%;
}
.hdr-search .shape-03 {
    bottom: 20%;
    left: 20%;
}
.hdr-search .shape-04 {
    top: 25%;
    right: 20%;
}
.hdr-search .shape-05 {
    bottom: 20%;
    right: 15%;
}
.hdeClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: var(--theme-bg-clr);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hdeClose img,
.hdeClose svg {
    color: var(--white-txt-clr);
    font-size: 30px;
}
.hdrSrch-wrapper {
    max-width: 720px;
    margin: 0 auto;
}
.hdrSrch-input {
    position: relative;
    margin-right: 30px;
}
.hdrSrch-input:focus-within button svg,
.hdrSrch-input:focus-within button img {
    color: var(--theme-bg-clr);
}
.hdrSrch-input input {
    border-width: 0px 0px 1px 0px;
    background: transparent;
    padding: 10px 50px 10px 0px;
    font-size: 24px;
    font-weight: 300;
}
.hdrSrch-input button {
    background: transparent;
    width: auto;
}
.hdrSrch-input button img,
.hdrSrch-input button svg {
    font-size: 24px;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
    color: var(--body-txt-clr);
}
.hdrSrch-result .title {
    margin: 30px 0px;
}
.hdrSrch-result .title h4 {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--raleway);
    line-height: 1.3;
}
.hdrSrch-result .result {
    max-height: calc(100vh - 450px);
    overflow-y: auto;
    padding-right: 30px;
}
.hdrSrch-result .result::-webkit-scrollbar {
    width: 8px;
}
.hdrSrch-result .result::-webkit-scrollbar-track {
    background-color: var(--light-gray-bg);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.hdrSrch-result .result::-webkit-scrollbar-thumb {
    background: var(--theme-bg-clr);
    border-radius: 20px;
}
.single-srch-result {
    padding: 30px;
    background: var(--ls-gray-bg);
    margin-bottom: 10px;
}
.single-srch-result:last-child {
    margin-bottom: 0;
}
.single-srch-result span {
    color: var(--font-txt-clr);
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}
.single-srch-result h5 {
    line-height: 1;
}
.single-srch-result h5 a {
    color: var(--font-txt-clr);
    font-weight: 600;
    font-family: var(--raleway);
    line-height: 1.5;
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(#ea5455, #ea5455);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0% 2px;
    text-decoration: none;
}
.single-srch-result:hover h5 a {
    color: var(--theme-txt-clr);
    background-size: 100% 2px;
}
@media screen and (max-width: 1350px) {
    .hdr-search .shape-01 {
        top: 10%;
        left: 10%;
    }
    .hdr-search .shape-02 {
        left: 5%;
    }
    .hdr-search .shape-04 {
        top: 10%;
        right: 5%;
    }
    .hdr-search .shape-03 {
        bottom: 5%;
    }
    .hdrSrch-result .result {
        max-height: calc(100vh - 300px);
    }
}
@media screen and (max-width: 1199px) {
    .hdr-search .shape-01 {
        top: 5%;
        left: 5%;
    }
    .hdr-search .shape-05 {
        bottom: 15%;
        right: 5%;
    }
}
@media screen and (max-width: 991px) {
    .hdr-search .shape-01,
    .hdr-search .shape-02,
    .hdr-search .shape-03,
    .hdr-search .shape-04,
    .hdr-search .shape-05 {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .hdeClose {
        width: 40px;
        height: 40px;
    }
    .hdeClose img,
    .hdeClose svg {
        font-size: 24px;
    }
    .hdrSrch-input {
        margin-right: 20px;
    }
    .hdrSrch-input input {
        font-size: 16px;
        height: 50px;
    }
    .hdrSrch-input button img,
    .hdrSrch-input button svg {
        font-size: 18px;
    }
    .hdrSrch-result .title {
        margin: 20px 0px;
    }
    .hdrSrch-result .title h4 {
        font-size: 20px;
    }
    .hdrSrch-result .result {
        max-height: calc(100vh - 250px);
        padding-right: 15px;
    }
    .single-srch-result {
        padding: 20px;
    }
    .single-srch-result span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .single-srch-result h5 a {
        font-size: 16px;
    }
}
.hdr-cart-dtls {
    position: relative;
}
.hdr-cart-dtls.active .hdr-cart::before {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
}
.hdr-cart-dtls.active .hdr-cart img,
.hdr-cart-dtls.active .hdr-cart svg {
    transform: scale(1.2);
    color: var(--white-txt-clr);
}
.hdr-cart-dtls.active .crt-dtls {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.crt-dtls {
    position: absolute;
    content: "";
    width: 335px;
    background: var(--white-bg-clr);
    top: 72px;
    right: 0;
    box-shadow: 10px 20px 30px var(--crt-shadow);
    padding: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
}
.crt-dtls .button {
    margin-top: 20px;
}
.single-crt-dtls {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--light-gray-bdr);
}
.single-crt-dtls:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.single-crt-dtls .img {
    width: 60px;
    margin-right: 20px;
}
.single-crt-dtls .img img {
    width: 100%;
}
.single-crt-dtls .title {
    flex: 1;
}
.single-crt-dtls .title span {
    font-weight: 500;
    color: var(--theme-txt-clr);
    font-size: 14px;
    line-height: 1;
}
.single-crt-dtls .title h6 {
    line-height: 1;
}
.single-crt-dtls .title h6 a {
    font-weight: 600;
    font-family: var(--raleway);
    color: var(--font-txt-clr);
    line-height: 1;
    display: block;
    margin-top: 10px;
}
@media screen and (max-width: 1199px) {
    .crt-dtls {
        top: 64px;
    }
}
@media screen and (max-width: 767px) {
    .crt-dtls {
        top: 53px;
        width: 260px;
        padding: 20px;
    }
    .crt-dtls .button a {
        padding: 12px 20px;
    }
    .single-crt-dtls {
        margin-top: 15px;
        padding-top: 15px;
    }
    .single-crt-dtls .title span {
        font-size: 15px;
    }
    .single-crt-dtls .title h6 a {
        font-size: 14px;
        margin-top: 5px;
    }
    .single-crt-dtls .img {
        margin-right: 15px;
        width: 50px;
    }
}
@media screen and (max-width: 575px) {
    .crt-dtls {
        top: 47px;
    }
}
.footer-area {
    position: relative;
    z-index: 1;
}
.footer-area .background-img::before {
    background: var(--ftr-bg);
    mix-blend-mode: normal;
    opacity: 0.95;
}
.ftr-logo {
    max-width: 450px;
}
.ftr-logo p {
    color: var(--white-txt-clr);
    margin-top: 25px;
}
.ftr-logo .social-icon {
    margin-top: 25px;
}
.ftr-logo .logo {
    margin-right: 0;
}
.ftr-single-item .title {
    margin-bottom: 30px;
}
.ftr-single-item .title h4 {
    font-size: 20px;
    font-weight: 430;
    color: var(--theme-txt-clr);
    line-height: 1.3;
    font-family: var(--raleway);
}
.ftrItems ul li {
    margin-bottom: 25px;
}
.ftrItems ul li:last-child {
    margin-bottom: 0;
}
.ftrItems ul li a {
    display: block;
    color: var(--white-txt-clr);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: all 0.3s ease-in-out;
}
.ftrItems ul li a span {
    margin-left: 20px;
}
.ftrSitemap .ftrItems {
    display: flex;
    grid-gap: 40px;
}
.ftrSitemap .ftrItems ul li a {
    position: relative;
    padding-left: 20px;
}
.ftrSitemap .ftrItems ul li a::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--white-bg-clr);
    border-radius: 100px;
    left: 0;
    top: 7px;
    transition: all 0.3s ease-in-out;
}
.ftrSitemap .ftrItems ul li a:hover {
    color: var(--theme-txt-clr);
}
.ftrSitemap .ftrItems ul li a:hover::before {
    background: var(--theme-bg-clr);
}
.ftraddress .ftrItems ul li a {
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}
.ftraddress .ftrItems ul li a img,
.ftraddress .ftrItems ul li a svg {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--theme-txt-clr);
    font-size: 18px;
}
.ftrSubscribe {
    max-width: 400px;
}
.ftrSubscribe .input-fild input {
    border: 1px solid var(--white-bdr-clr);
    background: transparent;
    color: var(--white-txt-clr);
}
.ftrSubscribe .input-fild input::-moz-placeholder {
    color: var(--white-txt-clr);
}
.ftrSubscribe .input-fild input::placeholder {
    color: var(--white-txt-clr);
}
.ftrSubscribe .input-fild input:focus {
    border-color: var(--theme-bdr-clr);
}
.ftrPymnt-method {
    display: flex;
    align-items: center;
}
.ftrPymnt-method a {
    margin-right: 20px;
}
.ftrPymnt-method a:last-child {
    margin-right: 0;
}
.copyright {
    background: var(--cpright);
    padding: 20px 0px;
    text-align: center;
}
.copyright p {
    color: var(--white-txt-clr);
    font-weight: 500;
}
#scrollUp {
    position: fixed;
    z-index: 999999;
    width: 40px;
    height: 40px;
    background: var(--theme-bg-clr);
    bottom: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    animation: fadeTop 1.5s linear infinite alternate;
}
#scrollUp img,
#scrollUp svg {
    color: var(--white-txt-clr);
    font-size: 24px;
}
@keyframes fadeTop {
    to {
        transform: translateY(-5px) scale(0.8);
    }
    from {
        transform: translateY(5px) scale(1);
    }
}
@media screen and (max-width: 991px) {
    .ftr-single-item .title {
        margin-bottom: 20px;
    }
    .ftr-logo {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ftr-logo p {
        text-align: center;
    }
    .ftrPayment {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .order-cm-2 {
        order: 2;
    }
    .order-cm-3 {
        order: 3;
    }
    .order-cm-4 {
        order: 4;
    }
    .order-cm-5 {
        order: 5;
    }
    .order-cm-6 {
        order: 6;
    }
    .order-cm-7 {
        order: 7;
    }
    .order-cm-8 {
        order: 8;
    }
}
@media screen and (max-width: 767px) {
    .ftr-single-item .title {
        margin-bottom: 20px;
    }
    .ftr-single-item .title h4 {
        font-size: 18px;
    }
    .ftrItems ul li {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 575px) {
    .ftr-logo {
        margin: 0;
        display: block;
        text-align: left;
    }
    .ftr-logo p {
        text-align: left;
        margin-top: 15px;
    }
    .ftr-logo .social-icon {
        margin-top: 20px;
    }
    .ftr-single-item .title {
        margin-bottom: 15px;
    }
    .copyright {
        padding: 15px 0px;
    }
}
.footer-v2 .background-img::before {
    background: var(--ftr-v2-bg);
    opacity: unset;
}
.footer-v2 .logo img .ftr-l-clr,
.footer-v2 .logo svg .ftr-l-clr {
    fill: var(--themev2-txt-clr);
}
.footer-v2 .ftr-single-item .title h4 {
    color: var(--themev2-txt-clr);
}
.footer-v2 .ftrSitemap .ftrItems ul li a:hover {
    color: var(--themev2-txt-clr);
}
.footer-v2 .ftrSitemap .ftrItems ul li a:hover::before {
    background: var(--themev2-bg-clr);
}
.footer-v2 .ftraddress .ftrItems ul li a img,
.footer-v2 .ftraddress .ftrItems ul li a svg {
    color: var(--themev2-txt-clr);
}
.footer-v2 .social-icon .button:hover {
    background: var(--themev2-bg-clr);
}
.footer-v2 .social-icon .button:hover .icon {
    color: var(--white-txt-clr);
}
.footer-v2 .social-icon .button .icon {
    color: var(--themev2-txt-clr);
}
.footer-v2 .input-fild input:focus {
    border-color: var(--themev2-bdr-clr);
}
.footer-v2 .input-fild button {
    background: var(--themev2-bg-clr);
}
.footer-v2 #scrollUp {
    background: var(--themev2-bg-clr);
}
.footer-v3 .logo img .ftr-l-clr,
.footer-v3 .logo svg .ftr-l-clr {
    fill: var(--themev3-txt-clr);
}
.footer-v3 .ftr-single-item .title h4 {
    color: var(--themev3-txt-clr);
}
.footer-v3 .ftrSitemap .ftrItems ul li a:hover {
    color: var(--themev3-txt-clr);
}
.footer-v3 .ftrSitemap .ftrItems ul li a:hover::before {
    background: var(--themev3-bg-clr);
}
.footer-v3 .ftraddress .ftrItems ul li a img,
.footer-v3 .ftraddress .ftrItems ul li a svg {
    color: var(--themev3-txt-clr);
}
.footer-v3 .social-icon .button:hover {
    background: var(--themev3-bg-clr);
}
.footer-v3 .social-icon .button:hover .icon {
    color: var(--white-txt-clr);
}
.footer-v3 .social-icon .button .icon {
    color: var(--themev3-txt-clr);
}
.footer-v3 .input-fild input:focus {
    border-color: var(--themev3-bdr-clr);
}
.footer-v3 .input-fild button {
    background: var(--themev3-bg-clr);
}
.footer-v3 #scrollUp {
    background: var(--themev3-bg-clr);
}
.footer-v4 {
    background: var(--ftr-v4-bg);
}
.footer-v4 .shape {
    background: var(--white-bg-clr);
    position: absolute;
    width: 100%;
    height: 150px;
}
.footer-v4 .shape::before,
.footer-v4 .shape::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/shape/footer-shape.png");
    top: 0;
    left: 0;
    background-size: 2000px 100%;
}
.footer-v4 .shape::before {
    animation: animate 10s linear infinite reverse;
}
.footer-v4 .shape::after {
    animation: animate_2 10s linear infinite reverse;
    opacity: 0.7;
}
.footer-v4 .footer-wrapper {
    padding-top: 150px;
}
.footer-v4 .ftr-logo p {
    color: var(--font-txt-clr);
}
.footer-v4 .ftr-single-item .title h4 {
    color: var(--themev4-txt-clr);
}
.footer-v4 .ftrItems ul li a {
    color: var(--font-txt-clr);
}
.footer-v4 .ftrItems ul li a::before {
    background: var(--font-txt-clr);
}
.footer-v4 .ftrSitemap .ftrItems ul li a:hover {
    color: var(--themev4-txt-clr);
}
.footer-v4 .ftrSitemap .ftrItems ul li a:hover::before {
    background: var(--themev4-bg-clr);
}
.footer-v4 .ftraddress .ftrItems ul li a img,
.footer-v4 .ftraddress .ftrItems ul li a svg {
    color: var(--themev4-txt-clr);
}
.footer-v4 .social-icon .button {
    background: var(--font-txt-clr);
}
.footer-v4 .social-icon .button:hover {
    background: var(--themev4-bg-clr);
}
.footer-v4 .social-icon .button:hover .icon {
    color: var(--white-txt-clr);
}
.footer-v4 .social-icon .button .icon {
    color: var(--themev4-txt-clr);
    color: var(--white-txt-clr);
}
.footer-v4 .input-fild input {
    border-color: var(--themev4-bdr-clr);
    color: var(--font-txt-clr);
}
.footer-v4 .input-fild input::-moz-placeholder {
    color: var(--font-txt-clr);
}
.footer-v4 .input-fild input::placeholder {
    color: var(--font-txt-clr);
}
.footer-v4 .input-fild input:focus {
    border-color: var(--themev4-bdr-clr);
}
.footer-v4 .input-fild button {
    background: var(--themev4-bg-clr);
}
.footer-v4 #scrollUp {
    background: var(--themev4-bg-clr);
}
@keyframes animate {
    0% {
        background-position-x: 2000px;
    }
    100% {
        background-position-x: 0px;
    }
}
@keyframes animate_2 {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: 2000px;
    }
}
@media screen and (max-width: 575px) {
    .footer-v4 .shape {
        height: 100px;
        z-index: -1;
    }
    .footer-v4 .shape::before,
    .footer-v4 .shape::after {
        background-size: 1000px 100%;
    }
    .footer-v4 .footer-wrapper {
        padding-top: 70px;
    }
    @keyframes animate {
        0% {
            background-position-x: 1000px;
        }
        100% {
            background-position-x: 0px;
        }
    }
    @keyframes animate_2 {
        0% {
            background-position-x: 0px;
        }
        100% {
            background-position-x: 1000px;
        }
    }
}
@media screen and (max-width: 1199px) {
    .small-ftr-wrapper .ftr-logo {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
@media screen and (max-width: 575px) {
    .small-ftr-wrapper .ftr-logo {
        margin: 0;
        display: block;
        text-align: left;
    }
}
.section-title {
    text-align: center;
    /*max-width: 465px;*/
    margin: 0 auto 50px;
}
.section-title h2 {
    color: var(--theme-txt-clr);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
.section-title p {
    margin-top: 10px;
}
.section-title img,
.section-title svg {
    max-width: 100%;
    max-height: 100%;
    margin-top: 20px;
}
.section-title span {
    display: block;
    width: 148px;
    height: 2px;
    background: var(--theme-txt-clr);
    margin: 15px auto 0px;
}
.section-title span:last-child {
    width: 65px;
}
.wSection-title h2 {
    color: var(--white-txt-clr);
}
.wSection-title p {
    color: var(--white-txt-clr);
}
.wSection-title img path,
.wSection-title svg path {
    fill: var(--white-txt-clr);
}
.wSection-title span {
    background: var(--white-txt-clr);
}
.clr-white {
    color: var(--white-txt-clr);
}
.section-titlev2 {
    text-align: center;
    max-width: 464px;
    margin: 0 auto 50px;
}
.section-titlev2 .title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-titlev2 .title h2 {
    color: var(--themev2-txt-clr);
    line-height: 1;
    margin: 0px 20px;
}
.section-titlev2 .title .line:first-child {
    transform: rotateY(180deg);
}
.section-titlev2 .title .line span {
    width: 35px;
    height: 2px;
    display: block;
    background: var(--themev2-bg-clr);
    margin: 10px 0px;
}
.section-titlev2 .title .line span:last-child {
    width: 15px;
}
.section-titlev2 p {
    color: var(--font-txt-clr);
    font-size: 18px;
    font-weight: 600;
}
.fz-16 {
    font-size: 16px !important;
    font-weight: 400 !important;
}
.Wsection-titlev2 .title .line span {
    background: var(--white-txt-clr);
}
.Wsection-titlev2 .title h2 {
    color: var(--white-txt-clr);
}
.Wsection-titlev2 p {
    color: var(--themev2-txt-clr);
}
.section-titlev3 h2 {
    color: var(--themev3-txt-clr);
    font-family: var(--playFair);
    font-weight: 700;
}
.section-titlev3 img path,
.section-titlev3 svg path {
    fill: var(--themev3-bg-clr);
}
.section-titlev3 span {
    background: var(--themev3-bg-clr);
}
.v4-section-title {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}
.v4-section-title .title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.v4-section-title .title .img {
    margin-right: 10px;
}
.v4-section-title .title h2 {
    font-family: var(--comic);
    font-weight: 700;
    font-size: 30px;
}
.v4-section-title .title .shape {
    margin-top: -20px;
}
.v4-section-title p {
    font-size: 18px;
    color: var(--font-txt-clr);
    margin-top: 20px;
}
@keyframes secZoom {
    to {
        width: 24px;
    }
    from {
        width: 0;
    }
}
@media screen and (max-width: 767px) {
    .section-title {
        margin: 0 auto 30px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .section-title p {
        margin-top: 7px;
    }
    .section-title img,
    .section-title svg {
        margin-top: 15px;
    }
    .section-title span {
        width: 120px;
        margin: 10px auto 0px;
    }
    .section-titlev2 {
        margin: 0 auto 30px;
    }
    .section-titlev2 .title {
        margin-bottom: 10px;
    }
    .section-titlev2 .title h2 {
        margin: 0px 10px;
        font-size: 24px;
    }
    .section-titlev2 .title .line span {
        margin: 5px 0px;
    }
    .section-titlev2 p {
        font-size: 16px;
    }
    .v4-section-title {
        margin: 0 auto 30px;
        max-width: 450px;
    }
    .v4-section-title .title h2 {
        font-family: var(--comic);
        font-weight: 700;
        font-size: 24px;
    }
    .v4-section-title .title .img {
        max-width: 40px;
    }
    .v4-section-title p {
        font-size: 16px;
        margin-top: 10px;
    }
}
.banner-area {
    padding: 45px 0px;
}
.banner-area .section-title {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .banner-area {
        padding: 30px 0px;
    }
    .banner-area .section-title {
        margin: 0 auto;
    }
}
.counter-wrapper {
    padding: 75px 20px;
}
.counter-wrapper .background-img::before {
    background: var(--counter-bg);
    mix-blend-mode: multiply;
}
.counters {
    max-width: 922px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.single-counter {
    background: var(--sCounter-bg);
    border: 1px solid var(--light-gray-bdr);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 208px;
    padding: 15px;
}
.single-counter h2 {
    font-family: var(--raleway);
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: var(--white-txt-clr);
}
.single-counter h2 span {
    font-family: var(--raleway);
}
.single-counter h2.plus {
    position: relative;
}
.single-counter h2.plus::before {
    position: absolute;
    content: url("https://api.iconify.design/dashicons/plus.svg?color=white&width=24&height=24");
    top: -15px;
    right: -15px;
}
.single-counter p {
    font-size: 20px;
    line-height: 1;
    color: var(--white-txt-clr);
    margin-top: 10px;
}
@media screen and (max-width: 1199px) {
    .counter-wrapper {
        padding: 50px 100px;
    }
    .counters {
        grid-gap: 20px;
    }
    .single-counter {
        height: 150px;
    }
    .single-counter h2 {
        font-size: 34px;
    }
    .single-counter h2.plus::before {
        content: url("https://api.iconify.design/dashicons/plus.svg?color=white&width=18&height=18");
        top: -10px;
        right: -15px;
    }
    .single-counter p {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .counter-wrapper {
        padding: 50px 20px;
    }
}
@media screen and (max-width: 767px) {
    .counters {
        max-width: 400px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 575px) {
    .counters {
        max-width: 300px;
        grid-gap: 15px;
    }
    .single-counter {
        height: 120px;
    }
    .single-counter h2 {
        font-size: 24px;
    }
    .single-counter p {
        font-size: 16px;
        margin-top: 8px;
    }
}
.abutGallery-wrapper {
    margin: -15px;
}
.aboutGrid-sizer,
.aGallery-item {
    width: calc(100% / 4);
}
.singleAboutGallery {
    margin: 15px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.singleAboutGallery:hover::before,
.singleAboutGallery:hover::after {
    transition: all 0.4s ease-in-out;
    animation-duration: 1s;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.singleAboutGallery:hover::before {
    animation: g_top 0.3s ease-in-out;
    opacity: 0;
}
.singleAboutGallery:hover .g-icon a {
    opacity: 1;
}
.singleAboutGallery:hover .g-icon a:last-child,
.singleAboutGallery:hover .g-icon a:first-child {
    transform: translateY(0);
}
.singleAboutGallery:hover .title span,
.singleAboutGallery:hover .title h4 {
    opacity: 1;
    transform: translateY(0);
}
.singleAboutGallery::before,
.singleAboutGallery::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #1f2228;
    mix-blend-mode: multiply;
    opacity: 0.7;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.singleAboutGallery::before {
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
}
.singleAboutGallery::after {
    bottom: 0;
    left: 0;
    clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
}
.singleAboutGallery .gallery-image img {
    width: 100%;
    height: 100%;
}
.singleAboutGallery .g-icon {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
}
.singleAboutGallery .g-icon a {
    width: 40px;
    height: 40px;
    background: var(--white-bg-clr);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--theme-txt-clr);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.singleAboutGallery .g-icon a:first-child {
    margin-right: 5px;
    transform: translateY(-60px);
    transition-duration: 0.3s;
}
.singleAboutGallery .g-icon a:last-child {
    transform: translateY(-60px);
    transition-duration: 0.5s;
}
.singleAboutGallery .title {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
}
.singleAboutGallery .title span,
.singleAboutGallery .title h4 {
    color: var(--white-txt-clr);
    transition: all 0.4s ease-in-out;
    line-height: 1;
    opacity: 0;
    transform: translateY(50px);
}
.singleAboutGallery .title span {
    font-size: 16px;
    display: block;
    transition-delay: 0.3s;
}
.singleAboutGallery .title h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--raleway);
    margin-top: 10px;
    transition-delay: 0.4s;
}
.singleAboutGallery .title h4 a {
    display: block;
    color: var(--white-txt-clr);
}
@keyframes g_top {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media screen and (max-width: 1199px) {
    .aboutGrid-sizer,
    .aGallery-item {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 991px) {
    .aboutGrid-sizer,
    .aGallery-item {
        width: calc(100% / 2);
    }
    .abt-long-hight .singleAboutGallery {
        height: 683.96px;
    }
    .abt-long-hight .singleAboutGallery .gallery-image {
        height: 100%;
    }
    .abt-long-hight .singleAboutGallery .gallery-image img {
        object-fit: cover;
    }
}
@media screen and (max-width: 767px) {
    .abutGallery-wrapper {
        margin: -10px;
    }
    .singleAboutGallery .title h4 {
        font-size: 18px;
    }
    .singleAboutGallery .g-icon a {
        width: 36px;
        height: 36px;
    }
}
@media screen and (max-width: 575px) {
    .aboutGrid-sizer,
    .aGallery-item {
        width: 100%;
    }
    .abt-long-hight .singleAboutGallery {
        height: auto;
    }
}
.about-chef-area .background-img::before {
    background: var(--ab-chef-bg);
    mix-blend-mode: multiply;
}
.about-chef-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.singleAbout-chef {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.singleAbout-chef:hover .content {
    height: 150px;
}
.singleAbout-chef:hover .content .social a:nth-child(1),
.singleAbout-chef:hover .content .social a:nth-child(2),
.singleAbout-chef:hover .content .social a:nth-child(3) {
    transform: translateY(0px);
    opacity: 1;
}
.singleAbout-chef:hover .content .title a,
.singleAbout-chef:hover .content .title span {
    transform: translateY(0);
    opacity: 1;
}
.singleAbout-chef .img img {
    width: 100%;
    height: 100%;
}
.singleAbout-chef .content {
    position: absolute;
    height: 0px;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    clip-path: ellipse(70% 100% at 50% 100%);
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.singleAbout-chef .content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--theme-bg-clr);
    opacity: 0.9;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.singleAbout-chef .content .social {
    display: flex;
}
.singleAbout-chef .content .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 16px;
    color: var(--white-txt-clr);
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 5px;
    position: relative;
}
.singleAbout-chef .content .social a:nth-child(1),
.singleAbout-chef .content .social a:nth-child(2),
.singleAbout-chef .content .social a:nth-child(3) {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.singleAbout-chef .content .social a:nth-child(1) {
    transition-duration: 0.2s;
}
.singleAbout-chef .content .social a:nth-child(2) {
    transition-duration: 0.4s;
}
.singleAbout-chef .content .social a:nth-child(3) {
    transition-duration: 0.5s;
}
.singleAbout-chef .content .social a:hover::before {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
}
.singleAbout-chef .content .social a::before {
    position: absolute;
    content: "";
    background: var(--as-icon-bg);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.singleAbout-chef .content .title {
    text-align: center;
    margin-top: 15px;
}
.singleAbout-chef .content .title a {
    display: block;
    color: var(--white-txt-clr);
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    transform: translateY(30px);
    opacity: 0;
    transition-duration: 0.3s;
    transition: all 0.3s ease-in-out;
}
.singleAbout-chef .content .title span {
    color: var(--white-txt-clr);
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
    transform: translateY(30px);
    opacity: 0;
    transition-duration: 0.3s;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 991px) {
    .about-chef-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .about-chef-wrapper {
        grid-gap: 20px;
    }
}
@media screen and (max-width: 575px) {
    .about-chef-wrapper {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    .singleAbout-chef .content .title {
        margin-top: 10px;
    }
    .singleAbout-chef .content .title a {
        font-size: 18px;
    }
    .singleAbout-chef .content .title span {
        font-size: 15px;
    }
}
.os-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.single-os-wrap {
    display: flex;
    margin-bottom: 50px;
}
.single-os-wrap:last-child .os-content {
    border-bottom: none;
    padding-bottom: 0;
}
.os-image {
    width: 158px;
    margin-right: 10px;
}
.os-image img {
    border-radius: 50%;
}
.os-content {
    flex: 1;
    padding-bottom: 45px;
    border-bottom: 1px dashed var(--theme-bdr-clr);
}
.os-content .title {
    margin-bottom: 40px;
    padding-left: 30px;
}
.os-content .title span {
    font-size: 14px;
    color: var(--theme-txt-clr);
    font-weight: 500;
    display: block;
    line-height: 1;
}
.os-content .title h5 {
    font-family: var(--raleway);
    line-height: 1;
    margin-top: 10px;
    font-weight: 600;
}
.order-map {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.single-oMap {
    text-align: center;
    position: relative;
}
.single-oMap::before {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: 3px;
    background: var(--light-gray-bdr);
    right: 50%;
    top: 52%;
    z-index: -1;
}
.single-oMap:first-child::before {
    display: none;
}
.single-oMap h6 {
    font-family: var(--raleway);
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    white-space: nowrap;
}
.single-oMap .dot {
    width: 18px;
    height: 18px;
    background: var(--os-dot-bg);
    border-radius: 50%;
    margin: 25px auto 20px;
    cursor: pointer;
}
.single-oMap p {
    color: var(--font-txt-clr);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.single-oMap.active::before {
    background: var(--theme-bg-clr);
}
.single-oMap.active .dot {
    background: var(--theme-bg-clr);
}
.single-oMap.active p {
    color: var(--theme-txt-clr);
}
@media screen and (max-width: 1199px) {
    .single-oMap::before {
        width: calc(100% + 20px);
    }
}
@media screen and (max-width: 991px) {
    .single-os-wrap {
        flex-direction: column;
        text-align: center;
    }
    .os-image {
        margin: 0 auto 20px;
    }
    .os-content .title {
        padding-left: 0px;
    }
}
@media screen and (max-width: 800px) {
    .os-wrapper {
        max-width: 550px;
    }
    .order-map {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 20px;
    }
    .single-oMap:nth-child(3)::before {
        display: none;
    }
    .os-content {
        padding-bottom: 30px;
    }
    .single-os-wrap {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575px) {
    .os-wrapper {
        padding: 0px 30px;
    }
    .os-image {
        width: 100px;
    }
    .order-map {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    .os-content .title {
        margin-bottom: 30px;
    }
    .os-content .title h5 {
        font-size: 18px;
    }
    .single-oMap {
        text-align: left;
        padding-left: 50px;
    }
    .single-oMap:nth-child(1)::before,
    .single-oMap:nth-child(3)::before {
        display: block;
    }
    .single-oMap:last-child::before {
        display: none;
    }
    .single-oMap::before {
        height: calc(100% + 40px);
        width: 3px;
        right: auto;
        left: 8px;
        top: 15px;
    }
    .single-oMap .dot {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
    .single-oMap p {
        margin-top: 10px;
    }
    .single-os-wrap {
        margin-bottom: 20px;
    }
}
.subscribe-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 970px;
    margin: 0 auto;
}
.subscribe-wrapper .section-title {
    margin: 0px 30px 0px 0px;
    width: 100%;
    text-align: left;
}
.subscribe-wrapper .section-title span {
    margin: 15px 0px 0px;
}
.sb-from {
    max-width: 400px;
    width: 100%;
}
.sb-from .input-fild input {
    background: transparent;
}
.sb-from .input-fild input:focus {
    border-color: var(--font-txt-clr);
}
.sb-from .input-fild button {
    background: var(--font-bg-clr);
}
.sb-from .sb-btn {
    background: var(--theme-bg-clr);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .subscribe-wrapper {
        flex-direction: column;
        max-width: 500px;
    }
    .subscribe-wrapper .section-title {
        text-align: center;
        max-width: 100%;
        margin: 0;
    }
    .subscribe-wrapper .section-title span {
        margin: 10px auto 0px;
    }
    .sb-from {
        margin: 20px auto 0px;
        max-width: 100%;
    }
    .sb-from .sb-btn {
        margin-top: 10px;
    }
}
#preloader {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 99999999;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
#preloader::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    mix-blend-mode: normal;
    backdrop-filter: blur(30px);
}
.ctn-preloader {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 99999;
}
.ctn-preloader .animation-preloader .txt-loading {
    font-family: var(--playFair);
    font-size: 64px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.1);
    position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: var(--theme-txt-clr);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.loading {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.loading svg {
    max-width: 150px;
    max-height: 150px;
}
.loading svg #cap {
    transform-origin: center;
    animation: capAnimation 1s ease-in-out infinite;
    fill: rgba(255, 255, 255, 0.3);
}
.loading svg #body {
    fill: rgba(255, 255, 255, 0.3);
}
.loading svg .smell {
    opacity: 1;
    fill: rgba(255, 255, 255, 0.1);
}
.preloader-v3.ctn-preloader .animation-preloader .txt-loading .letters-loading::before {
    color: var(--themev3-txt-clr);
}
.preloader-v4.ctn-preloader .animation-preloader .txt-loading .letters-loading::before {
    color: var(--themev4-txt-clr);
}
.hv3-preloader .ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: var(rgba(55, 31, 12, 0.4));
}
.hv3-preloader .ctn-preloader .animation-preloader .txt-loading .letters-loading::before {
    color: var(--themev2-txt-clr);
}
.cup-shape {
    position: relative;
    width: 150px;
    height: 200px;
    margin: 0px auto 30px;
}
.cup-shape .smoke {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
}
.cup-shape .smoke div {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
}
.cup-shape .smoke div:nth-child(1) {
    left: 20px;
    animation: loader-smoke-1 3s linear infinite;
    animation-delay: 0s;
}
.cup-shape .smoke div:nth-child(2) {
    left: 40px;
    animation: loader-smoke-2 3s linear infinite;
    animation-delay: 0.2s;
}
.cup-shape .smoke div:nth-child(3) {
    left: 60px;
    animation: loader-smoke-3 3s linear infinite;
    animation-delay: 0.4s;
}
.cup-shape .smoke div:nth-child(4) {
    left: 100px;
    animation: loader-smoke-4 3s linear infinite;
}
.cup-shape .cup {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-color: #fff;
    box-shadow: inset 10px 10px 25px 3px #ddd;
    border-radius: 0 0 50% 50%;
}
.cup-shape .cup .body {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #331906;
    border: 5px solid #fff;
    z-index: 1;
    border-radius: 50%;
}
.cup-shape .cup .plate {
    position: absolute;
    top: calc(100% - 10px);
    width: 100%;
    height: 20px;
    border-radius: 50%;
    z-index: -1;
    background-color: #eee;
    box-shadow: inset 5px 5px 10px 1px #ccc;
}
.cup-shape .cup .hand {
    position: absolute;
    left: 103%;
    top: 10px;
    height: 80px;
    width: 50px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-bottom-color: transparent;
    transform: rotate(50deg);
    transform-origin: top center;
    z-index: -1;
}
@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@keyframes capAnimation {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
@keyframes loader-smoke-1 {
    from {
        bottom: 0;
        transform: scale(1);
        opacity: 1;
        filter: blur(5px);
    }
    to {
        bottom: 100%;
        transform: scale(3);
        opacity: 0;
        filter: blur(10px);
    }
}
@keyframes loader-smoke-2 {
    from {
        bottom: 0;
        left: 40px;
        transform: scale(1);
        opacity: 1;
        filter: blur(5px);
    }
    to {
        bottom: 100%;
        transform: scale(3);
        left: 120px;
        opacity: 0;
        filter: blur(10px);
    }
}
@keyframes loader-smoke-3 {
    0% {
        bottom: 0;
        left: 60px;
        transform: scale(1);
        opacity: 1;
        filter: blur(10px);
    }
    50% {
        left: 120px;
    }
    100% {
        bottom: 100%;
        transform: scale(3);
        left: 40px;
        opacity: 0;
        filter: blur(20px);
    }
}
@keyframes loader-smoke-4 {
    from {
        bottom: 0;
        left: 100px;
        transform: scale(1);
        opacity: 1;
        filter: blur(5px);
    }
    to {
        bottom: 100%;
        transform: scale(3);
        left: 0;
        opacity: 0;
        filter: blur(10px);
    }
}
.loaded #preloader {
    opacity: 0;
    visibility: hidden;
    z-index: -11111111;
}
.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.loaded .hv3-preloader #preloader::after {
    display: none;
}
@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .txt-loading {
        font-size: 40px;
    }
    .loading {
        margin-bottom: 20px;
    }
    .loading svg {
        max-width: 100px;
        max-height: 100px;
    }
}
@media screen and (max-width: 575px) {
    .ctn-preloader .animation-preloader .txt-loading {
        font-size: 34px;
    }
    .loading svg {
        max-width: 80px;
        max-height: 80px;
    }
    .cup-shape {
        width: 100px;
        height: 150px;
        margin-bottom: 20px;
    }
    .cup-shape .cup {
        height: 75px;
    }
    .cup-shape .cup .hand {
        height: 70px;
        width: 45px;
    }
}
.register-wrapper::before {
    background: var(--register);
    mix-blend-mode: normal;
    opacity: 0.7;
}
.register-box {
    max-width: 535px;
    background: var(--white-bg-clr);
    padding: 50px 65px;
    box-shadow: 0px 10px 40px var(--register-sdw);
    border-radius: 20px;
    margin: 0 auto;
}
.register-box .title {
    margin-bottom: 35px;
}
.register-box .title h3 {
    line-height: 1;
    color: var(--theme-txt-clr);
    font-weight: 400;
}
.register-box p {
    margin-top: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
}
.register-box p a {
    color: var(--theme-txt-clr);
}
@media screen and (max-width: 575px) {
    .register-wrapper {
        background-image: none !important;
    }
    .register-wrapper::before {
        display: none;
    }
    .register-box {
        padding: 30px 20px;
        border-radius: 0px;
    }
    .register-box .title {
        margin-bottom: 30px;
    }
    .register-box .title h3 {
        font-size: 24px;
    }
    .register-box p {
        margin-top: 20px;
        font-size: 15px;
    }
}
.testimonial-wrapper {
    max-width: 1310px;
    margin: 0 auto;
}
.testimonial-wrapper .title {
    margin-bottom: 30px;
}
.testimonial-wrapper .title h4 {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--raleway);
}
.testimonials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.single-testimonial {
    position: relative;
    border: 1px solid var(--light-gray-bdr);
    padding: 50px 57px 50px 40px;
}
.single-testimonial .quiet {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: var(--theme-bg-clr);
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-testimonial ul li {
    display: inline-block;
    color: var(--tangerine-clr);
    font-size: 20px;
    margin-right: 10px;
}
.single-testimonial ul li:last-child {
    margin-right: 0;
}
.single-testimonial p {
    margin-top: 15px;
}
@media screen and (max-width: 991px) {
    .testimonials {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 767px) {
    .testimonials {
        grid-gap: 20px;
    }
}
@media screen and (max-width: 575px) {
    .single-testimonial {
        padding: 20px 30px 20px 20px;
    }
    .single-testimonial .quiet {
        width: 40px;
        height: 40px;
    }
    .single-testimonial .quiet img,
    .single-testimonial .quiet svg {
        max-width: 20px;
    }
    .single-testimonial ul li {
        font-size: 18px;
        margin-right: 7px;
    }
    .single-testimonial p {
        margin-top: 10px;
    }
}
.fMenu-v1-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 20px;
}
.fMenu-v1-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--fMenu-bg);
    border: 1px solid var(--fMenu-bdr);
    z-index: -1;
    backdrop-filter: blur(40px);
    border-radius: 20px;
}
.fMenuV1-tab-navs .nav-tabs {
    border-bottom: 0;
    background: var(--snow-bg);
    padding: 0px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.fMenuV1-tab-navs .nav-tabs .nav-link {
    border: 0 !important;
    background: transparent !important;
    display: flex;
    padding: 30px 10px;
    position: relative;
}
.fMenuV1-tab-navs .nav-tabs .nav-link.active::before {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.fMenuV1-tab-navs .nav-tabs .nav-link.active::after {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.fMenuV1-tab-navs .nav-tabs .nav-link.active .title .name {
    color: var(--theme-txt-clr);
}
.fMenuV1-tab-navs .nav-tabs .nav-link.active .title .name::before,
.fMenuV1-tab-navs .nav-tabs .nav-link.active .title .name::after {
    background: var(--theme-bg-clr);
}
.fMenuV1-tab-navs .nav-tabs .nav-link::before,
.fMenuV1-tab-navs .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 18px;
    background: var(--theme-bg-clr);
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease-in-out;
}
.fMenuV1-tab-navs .nav-tabs .nav-link::before {
    top: 0;
    clip-path: polygon(50% 0, 0 0, 100% 0);
}
.fMenuV1-tab-navs .nav-tabs .nav-link::after {
    bottom: 0;
    clip-path: polygon(50% 99%, 0 100%, 100% 100%);
}
.fMenuV1-tab-navs .nav-tabs .nav-link .img {
    margin-right: 50px;
}
.fMenuV1-tab-navs .nav-tabs .nav-link .title {
    text-align: left;
}
.fMenuV1-tab-navs .nav-tabs .nav-link .title .name {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    padding-left: 55px;
    transition: all 0.4s ease-in-out;
    font-family: var(--lobster);
    display: block;
}
.fMenuV1-tab-navs .nav-tabs .nav-link .title .name::before,
.fMenuV1-tab-navs .nav-tabs .nav-link .title .name::after {
    position: absolute;
    content: "";
    height: 2px;
    background: var(--font-txt-clr);
    left: 0;
    transition: all 0.4s ease-in-out;
}
.fMenuV1-tab-navs .nav-tabs .nav-link .title .name::before {
    width: 35px;
    top: 0;
}
.fMenuV1-tab-navs .nav-tabs .nav-link .title .name::after {
    width: 15px;
    bottom: 0;
}
.fMenuV1-tab-navs .nav-tabs .nav-link .title .time {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--theme-txt-clr);
    margin-top: 20px;
}
.fMenuV1-tab-navs .nav-tabs .nav-link .title .time img,
.fMenuV1-tab-navs .nav-tabs .nav-link .title .time svg {
    margin-right: 10px;
}
.fMenuV1-content {
    margin: 95px 130px 0px;
    padding-bottom: 40px;
    display: flex;
    grid-gap: 100px 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed var(--theme-bdr-clr);
}
.single-fMenu-item {
    width: calc(100% / 2 - 70px);
}
.single-fMenu-item > .title {
    margin-bottom: 40px;
}
.single-fMenu-item > .title h2 {
    color: var(--theme-txt-clr);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
.middle-bdr {
    position: relative;
}
.middle-bdr::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 80px);
    background: var(--theme-bdr-clr);
    bottom: 0;
    right: -15%;
}
.fMenu-item-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white-txt-clr);
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.fMenu-item-select:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.fMenu-item-select:last-child::before {
    display: none;
}
.fMenu-item-select::before {
    position: absolute;
    content: "";
    width: calc(100% - 50px);
    bottom: 0;
    right: 0;
    border-bottom: 1px dashed var(--theme-bdr-clr);
}
.fMenu-item-select .title {
    margin-right: 20px;
}
.fMenu-item-select .title .label-check {
    position: relative;
    user-select: none;
    cursor: pointer;
}
.fMenu-item-select .title .label-check input[type="checkbox"] {
    display: none;
}
.fMenu-item-select .title .label-check input[type="checkbox"]:checked ~ .name {
    color: var(--theme-txt-clr);
}
.fMenu-item-select .title .label-check input[type="checkbox"]:checked ~ .box {
    border-color: var(--theme-bdr-clr);
}
.fMenu-item-select .title .label-check input[type="checkbox"]:checked ~ .box::before {
    opacity: 1;
}
.fMenu-item-select .title .label-check .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 50px;
    transition: all 0.3s ease-in-out;
    display: block;
}
.fMenu-item-select .title .label-check .box {
    width: 20px;
    height: 20px;
    border: 1px solid var(--white-bdr-clr);
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.fMenu-item-select .title .label-check .box::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 12px;
    border-width: 0px 1.5px 1.5px 0px;
    border-color: var(--theme-bg-clr);
    border-style: solid;
    top: 1px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.fMenu-item-select .title p {
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 8px;
}
.fMenu-item-select .price span {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--lobster);
}
.fMenuV1-totalPrice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 470px;
    margin: 0 auto;
    padding: 40px 20px 0px;
}
.fMenuV1-totalPrice .content h3 {
    color: var(--white-txt-clr);
    line-height: 1;
}
.fMenuV1-totalPrice .content span {
    color: var(--white-txt-clr);
    font-weight: 500;
    display: block;
    margin-top: 10px;
}
@media screen and (max-width: 1350px) {
    .single-fMenu-item {
        width: calc(100% / 2 - 50px);
    }
}
@media screen and (max-width: 1199px) {
    .fMenuV1-tab-navs .nav-tabs .nav-link {
        padding: 30px 10px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .img {
        margin-right: 20px;
        max-width: 50px;
        width: 100%;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .title {
        flex-direction: 1;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .title .name {
        font-size: 20px;
        padding-left: 50px;
    }
    .fMenuV1-content {
        margin: 70px 70px 0px;
        grid-gap: 50px 0px;
    }
    .single-fMenu-item {
        width: 100%;
    }
    .middle-bdr::before {
        display: none;
    }
    .fMenuV1-totalPrice .content h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .fMenuV1-tab-navs .nav-tabs .nav-link {
        padding: 25px 10px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link::before,
    .fMenuV1-tab-navs .nav-tabs .nav-link::after {
        width: 30px;
        height: 15px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .img {
        display: none;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .title .time {
        font-size: 16px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .fMenuV1-tab-navs .nav-tabs .nav-link .img {
        margin-right: 20px;
        max-width: 50px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .title .name::before {
        top: 5px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .title .name::after {
        bottom: 5px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .title .time {
        font-size: 16px;
        margin-top: 10px;
    }
    .fMenuV1-content {
        margin: 30px 30px 0px;
        padding-bottom: 30px;
        grid-gap: 40px 0px;
    }
    .single-fMenu-item > .title {
        margin-bottom: 30px;
    }
    .single-fMenu-item > .title h2 {
        font-size: 24px;
    }
    .fMenu-item-select {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .fMenu-item-select::before {
        width: calc(100% - 30px);
    }
    .fMenu-item-select .title .label-check .name {
        font-size: 18px;
        padding-left: 30px;
    }
    .fMenu-item-select .title .label-check .box {
        width: 20px;
        height: 20px;
        border-width: 1px;
    }
    .fMenu-item-select .title .label-check .box::before {
        width: 5px;
        height: 11px;
        border-width: 0px 1px 1px 0px;
    }
    .fMenu-item-select .title p {
        padding-left: 30px;
        margin-top: 6px;
    }
    .fMenu-item-select .price span {
        font-size: 18px;
    }
    .fMenuV1-totalPrice {
        max-width: 400px;
        padding: 30px 20px 0px;
    }
    .fMenuV1-totalPrice .content h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 575px) {
    .fMenu-v1-wrapper {
        border-radius: 10px;
        padding-bottom: 30px;
    }
    .fMenu-v1-wrapper::before {
        border-radius: 10px;
    }
    .fMenuV1-tab-navs .nav-tabs {
        border-radius: 10px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link {
        padding: 20px 0px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link::before,
    .fMenuV1-tab-navs .nav-tabs .nav-link::after {
        width: 20px;
        height: 10px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .img {
        margin-right: 15px;
        max-width: 40px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .title .name {
        font-size: 18px;
        padding-left: 20px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .title .name::before {
        width: 15px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .title .name::after {
        width: 5px;
    }
    .fMenuV1-tab-navs .nav-tabs .nav-link .title .time {
        display: none;
    }
    .fMenuV1-content {
        margin: 20px 20px 0px;
        grid-gap: 30px 0px;
    }
    .fMenu-item-select {
        margin-bottom: 15px;
        padding-bottom: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .fMenu-item-select .price span {
        padding-left: 30px;
        margin-top: 10px;
        display: block;
    }
    .fMenu-item-select .title p {
        font-size: 14px;
    }
    .fMenuV1-totalPrice {
        flex-direction: column;
        text-align: center;
        padding: 20px 20px 0px;
    }
    .fMenuV1-totalPrice .content {
        margin-bottom: 15px;
    }
    .fMenuV1-totalPrice .content h3 {
        font-size: 20px;
    }
}
.about-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-thumb {
    max-width: 470px;
    width: 100%;
    margin-right: 40px;
    position: relative;
}
.about-thumb::before {
    position: absolute;
    content: "";
    width: 265px;
    height: 265px;
    background: var(--theme-bg-clr);
    bottom: 0;
    left: 0;
    z-index: -1;
}
.about-thumb .shape {
    position: absolute;
    left: 0;
    top: 27%;
    max-width: 63px;
    z-index: -1;
}
.about-thumb .shape img,
.about-thumb .shape svg {
    max-width: 100%;
    max-height: 100%;
}
.about-thumb .thumb {
    padding: 0px 0px 35px 85px;
}
.about-thumb .thumb img {
    width: 100%;
}
.about-wrapper .about-thumb .anime-thumb-about-one img {
    transition: 600ms cubic-bezier(0.4, 0, 0.2, 1);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.about-wrapper .about-thumb:before {
    transition: 600ms cubic-bezier(0.4, 0, 0.2, 1);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.about-wrapper .anime-thumb-about-content h4,
.about-wrapper .anime-thumb-about-content p,
.about-wrapper .anime-thumb-about-content ul li,
.about-wrapper .anime-thumb-about-content a {
    transform: translateY(100px);
    transition: transform 0.5s ease, clip-path 0.8s ease;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
}
.about-wrapper.show-animation .about-thumb .anime-thumb-about-one img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.about-wrapper.show-animation .about-thumb:before {
    transition-delay: 0.4s;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
.about-wrapper.show-animation .anime-thumb-about-content p {
    transition-delay: 0.3s;
}
.about-wrapper.show-animation .anime-thumb-about-content ul li:nth-child(1) {
    transition-delay: 0.4s;
}
.about-wrapper.show-animation .anime-thumb-about-content ul li:nth-child(2) {
    transition-delay: 0.5s;
}
.about-wrapper.show-animation .anime-thumb-about-content ul li:nth-child(3) {
    transition-delay: 0.6s;
}
.about-wrapper.show-animation .anime-thumb-about-content ul li:nth-child(4) {
    transition-delay: 0.7s;
}
.about-wrapper.show-animation .anime-thumb-about-content a {
    transition-delay: 0.7s;
}
.about-wrapper.show-animation .anime-thumb-about-content h4,
.about-wrapper.show-animation .anime-thumb-about-content p,
.about-wrapper.show-animation .anime-thumb-about-content ul li,
.about-wrapper.show-animation .anime-thumb-about-content a {
    transform: translateY(0px);
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.about-content {
    max-width: 540px;
    width: 100%;
}
.about-content h4 {
    color: var(--theme-txt-clr);
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}
.about-content p {
    margin-top: 20px;
}
.about-content ul {
    margin-top: 20px;
    max-width: 460px;
}
.about-content ul li {
    padding-left: 17px;
    position: relative;
    margin-bottom: 10px;
}
.about-content ul li:last-child {
    margin-bottom: 0;
}
.about-content ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--theme-bg-clr);
    left: 0;
    top: 7px;
}
@media screen and (max-width: 991px) {
    .about-thumb {
        margin-right: 30px;
    }
    .about-thumb::before {
        width: 200px;
        height: 200px;
    }
    .about-thumb .shape {
        top: 28%;
        max-width: 30px;
    }
    .about-thumb .thumb {
        padding: 0px 0px 30px 40px;
    }
}
@media screen and (max-width: 767px) {
    .about-wrapper {
        flex-direction: column;
    }
    .about-thumb {
        margin-right: 0;
        max-width: 500px;
    }
    .about-thumb .shape {
        display: none;
    }
    .about-content {
        margin-top: 40px;
        max-width: 500px;
    }
}
@media screen and (max-width: 575px) {
    .about-content {
        margin-top: 30px;
    }
    .about-content h4 {
        font-size: 22px;
    }
    .about-content p {
        margin-top: 15px;
    }
    .about-content ul {
        margin-top: 15px;
    }
}
.fMenu-v2-topbar {
    background: var(--white-bg-clr);
}
.fMenu-v2-topbar .fMenuV1-tab-navs .nav-tabs {
    background: transparent;
    border-radius: 0px;
}
.fMenuV2-tab-content {
    background: var(--food-menu-v2);
    backdrop-filter: blur(40px);
}
.fMenuV2-tab-content .fMenu-item-select {
    color: var(--font-txt-clr);
}
.fMenuV2-tab-content .fMenu-item-select .title .label-check .box {
    border: 1px solid var(--font-bdr-clr);
}
.fMenuV2-content {
    padding: 40px 150px 100px;
}
.singel-fMenu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.singel-fMenu-wrap:last-child {
    margin-bottom: 40px;
    border-bottom: 1px dashed red;
    padding-bottom: 40px;
}
.singel-fMenu-wrap:nth-child(even) {
    flex-direction: row-reverse;
}
.singel-fMenu-wrap:nth-child(even) .items {
    margin-right: 0;
    margin-left: 30px;
}
.singel-fMenu-wrap .items {
    max-width: 540px;
    width: 100%;
    margin-right: 30px;
}
.singel-fMenu-wrap .items .single-fMenu-item {
    width: 100%;
}
.singel-fMenu-wrap .thumb {
    max-width: 570px;
    width: 100%;
}
.singel-fMenu-wrap .thumb img {
    width: 100%;
}
.fMenuV2-totalPrice {
    border-top: 1px dashed var(--theme-bdr-clr);
    max-width: 100%;
}
.fMenuV2-totalPrice .inner {
    max-width: 470px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.fMenuV2-totalPrice .inner .content h3 {
    color: var(--theme-txt-clr);
}
.fMenuV2-totalPrice .inner .content span {
    color: var(--theme-txt-clr);
}
@media screen and (max-width: 1199px) {
    .fMenuV2-content {
        padding: 40px 50px 70px;
    }
    .singel-fMenu-wrap {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    .singel-fMenu-wrap {
        margin-bottom: 50px;
        flex-direction: column;
    }
    .singel-fMenu-wrap:nth-child(even) {
        flex-direction: column;
    }
    .singel-fMenu-wrap:nth-child(even) .items {
        margin-left: 0px;
    }
    .singel-fMenu-wrap .items {
        margin-right: 0px;
    }
    .singel-fMenu-wrap .thumb {
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .fMenu-v2-topbar .fMenuV1-tab-navs .nav-tabs .nav-link {
        padding: 30px 10px;
    }
}
@media screen and (max-width: 575px) {
    .fMenu-v2-topbar .fMenuV1-tab-navs .nav-tabs .nav-link {
        padding: 20px 10px;
    }
    .fMenuV2-content {
        padding: 30px 30px 50px;
    }
    .singel-fMenu-wrap {
        margin-bottom: 30px;
    }
    .singel-fMenu-wrap .thumb {
        margin-top: 30px;
    }
    .fMenuV2-totalPrice .inner {
        flex-direction: column;
    }
}
.comingSoon-wrapper {
    display: flex;
}
.comingSoon-img {
    position: relative;
    width: 50%;
}
.comingSoon-img .countdown-clock {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--snow-bg);
    border-radius: 20px 0px 0px 20px;
    padding: 30px;
}
.comingSoon-img .countdown-clock .countdown-item {
    margin-bottom: 30px;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    border: 1px solid var(--theme-bdr-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.comingSoon-img .countdown-clock .countdown-item:last-child {
    margin-bottom: 0;
}
.comingSoon-img .countdown-clock .countdown-item .ci-inner {
    font-size: 30px;
    font-weight: 700;
    color: var(--theme-txt-clr);
    line-height: 1;
}
.comingSoon-img .countdown-clock .countdown-item h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-txt-clr);
    line-height: 1;
    margin-top: 10px;
    font-family: var(--raleway);
}
.comingSonn-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
    z-index: 1;
    width: 50%;
}
.comingSonn-content .shape-01,
.comingSonn-content .shape-02,
.comingSonn-content .shape-03,
.comingSonn-content .shape-04,
.comingSonn-content .shape-05 {
    position: absolute;
    z-index: -1;
}
.comingSonn-content .shape-01 {
    top: 15%;
    left: 15%;
}
.comingSonn-content .shape-02 {
    top: 15%;
    right: 30%;
}
.comingSonn-content .shape-03 {
    bottom: 35%;
    right: 15%;
}
.comingSonn-content .shape-04 {
    bottom: 10%;
    right: 40%;
}
.comingSonn-content .shape-05 {
    bottom: 20%;
    left: 10%;
}
.comingSonn-content .content {
    max-width: 490px;
    margin-left: 140px;
}
.comingSonn-content .content h2 {
    color: var(--theme-txt-clr);
    font-family: var(--raleway);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}
.comingSonn-content .content p {
    margin-top: 10px;
}
.comingSonn-content .content a {
    font-size: 24px;
    line-height: 1.4;
    color: var(--font-txt-clr);
    font-weight: 700;
    max-width: 266px;
    display: block;
    text-decoration: underline;
    margin-top: 30px;
}
.comingSonn-content .content .input-fild {
    max-width: 400px;
    margin-top: 20px;
}
.comingSonn-content .content .input-fild button img,
.comingSonn-content .content .input-fild button svg {
    max-width: 40px;
    max-height: 40px;
}
@media screen and (max-width: 1199px) {
    .comingSoon-img {
        height: 600px;
    }
    .comingSoon-img img {
        height: 100%;
    }
    .comingSonn-content .content {
        margin-left: 50px;
    }
}
@media screen and (max-width: 991px) {
    .comingSoon-wrapper {
        position: relative;
        padding: 100px 30px 280px;
        z-index: 1;
    }
    .comingSoon-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .comingSoon-img.bg-overlay::before {
        background: var(--cpright);
        z-index: 0;
        opacity: 0.8;
    }
    .comingSoon-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .comingSoon-img .countdown-clock {
        top: auto;
        right: auto;
        transform: translateY(0);
        display: flex;
        bottom: 0;
        left: 0;
        padding: 50px 0px;
        width: 100%;
        border-radius: 0;
        justify-content: center;
    }
    .comingSoon-img .countdown-clock .countdown-item {
        margin: 0 10px;
    }
    .comingSonn-content {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }
    .comingSonn-content .shape-01 {
        top: -20%;
    }
    .comingSonn-content .shape-02 {
        top: -20%;
    }
    .comingSonn-content .shape-04 {
        bottom: -20%;
        right: 0;
    }
    .comingSonn-content .shape-05 {
        bottom: -20%;
        left: -10%;
    }
    .comingSonn-content .content {
        margin-left: 0;
        max-width: 100%;
    }
    .comingSonn-content .content p {
        color: var(--white-txt-clr);
    }
    .comingSonn-content .content a {
        color: var(--white-txt-clr);
    }
}
@media screen and (max-width: 575px) {
    .comingSoon-wrapper {
        padding: 50px 20px 200px;
    }
    .comingSonn-content .shape-01,
    .comingSonn-content .shape-02,
    .comingSonn-content .shape-03,
    .comingSonn-content .shape-04,
    .comingSonn-content .shape-05 {
        display: none;
    }
    .comingSonn-content .content h2 {
        font-size: 24px;
    }
    .comingSonn-content .content p {
        margin-top: 8px;
    }
    .comingSonn-content .content a {
        font-size: 18px;
        margin-top: 20px;
    }
    .comingSoon-img .countdown-clock {
        padding: 35px 0px;
    }
    .comingSoon-img .countdown-clock .countdown-item {
        height: 75px;
        width: 75px;
        border-radius: 5px;
        margin: 5px;
    }
    .comingSoon-img .countdown-clock .countdown-item .ci-inner {
        font-size: 24px;
    }
    .comingSoon-img .countdown-clock .countdown-item h4 {
        font-size: 15px;
        margin-top: 5px;
    }
}
.error-wrapper {
    display: flex;
    align-items: center;
    max-width: 1290px;
    margin: 0 auto;
    justify-content: space-between;
}
.error-content {
    max-width: 435px;
    width: 100%;
    margin-left: 30px;
}
.error-content > span {
    color: var(--body-txt-clr);
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}
.error-content h2 {
    font-size: 48px;
    color: var(--theme-txt-clr);
    line-height: 1;
    font-weight: 400;
    margin-top: 15px;
}
.error-content p {
    font-size: 20px;
    margin-top: 15px;
}
.error-content a {
    margin-top: 30px;
    background: var(--theme-bg-clr);
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.error-content a img,
.error-content a svg {
    margin-right: 8px;
    transition: all 0.3s ease-in-out;
}
.error-content a:hover {
    border-color: var(--theme-bg-clr);
    color: var(--theme-txt-clr);
    background: transparent;
}
.error-content a:hover img path,
.error-content a:hover svg path {
    fill: var(--theme-txt-clr);
}
@media screen and (max-width: 767px) {
    .error-content > span {
        font-size: 24px;
    }
    .error-content p {
        font-size: 18px;
    }
    .error-content a {
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px) {
    .error-wrapper {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .error-content {
        text-align: center;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .error-content h2 {
        margin-top: 10px;
    }
    .error-content p {
        margin-top: 10px;
    }
    .error-content a {
        margin-top: 15px;
        padding: 12px 20px;
    }
}
.profile-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}
.progile-img {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 70px;
}
.profile-content .title {
    font-size: 24px;
    font-weight: 600;
    color: var(--body-txt-clr);
    line-height: 1;
    display: block;
}
.profile-content .title span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.profile-content ul {
    margin-top: 40px;
}
.profile-content ul li {
    margin-bottom: 15px;
}
.profile-content ul li:last-child {
    margin-bottom: 0;
}
.profile-content ul li a {
    color: var(--font-txt-clr);
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    line-height: 1.3;
    display: block;
}
.profile-content ul li a img,
.profile-content ul li a svg {
    position: absolute;
    left: 0;
    top: 3px;
    max-width: 18px;
    color: var(--theme-txt-clr);
}
.profile-content .edit-info {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    border: 1px solid var(--body-txt-clr);
    color: var(--body-txt-clr);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 15px;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}
.profile-content .edit-info img,
.profile-content .edit-info svg {
    margin-right: 5px;
}
.profile-content .edit-info:hover {
    background: var(--body-bg-clr);
    color: var(--white-txt-clr);
}
.mp-history-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.mp-history-wrapper .title {
    margin-bottom: 50px;
}
.mp-history-wrapper .title h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    padding-left: 55px;
    color: var(--theme-txt-clr);
}
.mp-history-wrapper .title h2::before,
.mp-history-wrapper .title h2::after {
    position: absolute;
    content: "";
    height: 2px;
    background: var(--theme-txt-clr);
    left: 0;
}
.mp-history-wrapper .title h2::before {
    width: 35px;
    top: 2px;
}
.mp-history-wrapper .title h2::after {
    width: 15px;
    bottom: 2px;
}
#mp-hstry-table {
    border-bottom: inherit !important;
}
#mp-hstry-table .table-header tr {
    background: transparent;
}
#mp-hstry-table .table-header tr th {
    padding: 0px 0px 20px 0px;
    border-bottom: 1px dashed var(--theme-bdr-clr);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    width: calc(100% / 4);
    color: var(--theme-txt-clr);
}
#mp-hstry-table .table-header tr th:nth-child(3),
#mp-hstry-table .table-header tr th:nth-child(4) {
    text-align: center;
}
#mp-hstry-table .table-header tr th::before,
#mp-hstry-table .table-header tr th::after {
    display: none;
}
#mp-hstry-table .table-header tr th:last-child {
    text-align: right;
}
#mp-hstry-table .table-body tr td {
    border-bottom: 1px solid var(--light-gray-bdr);
    padding: 30px 0px;
}
#mp-hstry-table .table-body tr td:last-child {
    text-align: right;
}
#mp-hstry-table .table-body tr td:nth-child(3),
#mp-hstry-table .table-body tr td:nth-child(4) {
    text-align: center;
}
#mp-hstry-table .table-body tr td .pdct-info span {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--theme-txt-clr);
}
#mp-hstry-table .table-body tr td .pdct-info h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    font-family: var(--raleway);
    color: var(--font-txt-clr);
    margin-top: 10px;
}
#mp-hstry-table .table-body tr td .quantity span,
#mp-hstry-table .table-body tr td .status span,
#mp-hstry-table .table-body tr td .date span,
#mp-hstry-table .table-body tr td .price span {
    font-size: 18px;
    color: var(--body-txt-clr);
    line-height: 1;
}
#mp-hstry-table .table-body tr td .price span {
    font-weight: 600;
}
@media screen and (max-width: 991px) {
    .progile-img {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    .profile-content .title {
        font-size: 20px;
    }
    .profile-content .title span {
        font-size: 15px;
    }
    .profile-content ul {
        margin-top: 20px;
    }
    .profile-content ul li {
        margin-bottom: 10px;
    }
    .profile-content ul li a {
        font-size: 16px;
    }
    #mp-hstry-table .table-body tr td {
        padding: 20px 0px 20px 40px;
    }
    #mp-hstry-table .table-body tr td .pdct-info h4 {
        font-size: 16px;
        margin-top: 7px;
    }
    #mp-hstry-table .table-body tr td.dtr-control::before {
        left: 10px;
        height: 20px;
        width: 20px;
        margin-top: 0px;
        border: 0px;
        line-height: 20px;
        background-color: var(--theme-bg-clr);
        transform: translateY(-50%);
        box-shadow: none;
    }
    #mp-hstry-table .table-body tr td.child {
        text-align: left;
        padding: 10px 0px;
        background: var(--header-bg);
    }
    #mp-hstry-table .table-body tr td.child ul {
        display: block;
        text-align: left;
    }
    #mp-hstry-table .table-body tr td.child ul li {
        padding-left: 40px;
    }
    #mp-hstry-table .table-body tr td.child ul li span.dtr-title {
        margin-bottom: 5px;
        font-size: 17px;
        color: var(--theme-txt-clr);
    }
    #mp-hstry-table .table-body tr td.child ul li .quantity span,
    #mp-hstry-table .table-body tr td.child ul li .status span,
    #mp-hstry-table .table-body tr td.child ul li .date span,
    #mp-hstry-table .table-body tr td.child ul li .price span {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .profile-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .progile-img {
        max-width: 200px;
        width: 100%;
        margin: 0;
    }
    .profile-content {
        position: relative;
        margin-top: 30px;
        width: 100%;
    }
    .profile-content .edit-info {
        position: unset;
        display: inline-flex;
        margin-top: 20px;
    }
    .mp-history-wrapper .title {
        margin-bottom: 30px;
    }
    .mp-history-wrapper .title h2 {
        font-size: 20px;
    }
    #mp-hstry-table .table-header tr th {
        padding: 0px 0px 10px 0px;
        font-size: 17px;
    }
}
.w-2 {
    width: calc(100% / 2);
}
@media screen and (max-width: 1199px) {
    .w-2 {
        width: 66%;
    }
    .long-hight .singleAboutGallery {
        height: 555px;
    }
    .long-hight .singleAboutGallery .gallery-image {
        height: 100%;
    }
    .long-hight .singleAboutGallery .gallery-image img {
        height: 100%;
    }
}
@media screen and (max-width: 991px) {
    .w-2 {
        width: 100%;
    }
    .long-hight .singleAboutGallery {
        height: 624.38px;
    }
}
@media screen and (max-width: 767px) {
    .long-hight .singleAboutGallery {
        height: 637.38px;
    }
}
@media screen and (max-width: 767px) {
    .long-hight .singleAboutGallery {
        height: auto;
    }
}
.chif-awer {
    max-width: 1100px;
    margin: 0 auto 30px;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    background: var(--font-bg-clr);
}
.chif-awer .img {
    margin-right: 50px;
    width: 160px;
}
.chif-awer .content {
    flex: 1;
    padding-right: 145px;
    position: relative;
}
.chif-awer .content h2 {
    color: var(--theme-txt-clr);
    font-size: 48px;
    line-height: 1.2;
}
.chif-awer .content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-txt-clr);
    margin-top: 20px;
}
.chif-awer .content .shape {
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    max-width: 150px;
    animation: awer_shape 1s linear infinite alternate;
}
.chif-awer .content .shape img,
.chif-awer .content .shape svg {
    max-width: 100%;
    max-height: 100%;
}
@keyframes awer_shape {
    to {
        top: 0%;
        transform: rotate(0);
    }
    from {
        top: 20%;
        transform: rotate(10deg);
    }
}
.expertChef-title {
    max-width: 1100px;
    margin: 0 auto 20px;
}
.expertChef-title span {
    font-size: 20px;
    font-weight: 600;
    color: var(--font-txt-clr);
    line-height: 1;
}
.expertChef-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.single-expertChef {
    position: relative;
    overflow: hidden;
}
.single-expertChef:hover::before {
    opacity: 1;
}
.single-expertChef:hover .chef img {
    transform: scale(1.1) rotate(-5deg);
}
.single-expertChef:hover .title span,
.single-expertChef:hover .title a {
    opacity: 1;
    transform: translateY(0);
}
.single-expertChef:hover .social a:nth-child(1),
.single-expertChef:hover .social a:nth-child(2),
.single-expertChef:hover .social a:nth-child(3) {
    transform: translateY(0px);
    opacity: 1;
}
.single-expertChef::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--expert-chef);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.single-expertChef .chef img {
    transition: all 0.4s ease-in-out;
    width: 100%;
}
.single-expertChef .title {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 30px;
}
.single-expertChef .title a,
.single-expertChef .title span {
    color: var(--white-txt-clr);
    transition: all 0.4s ease-in-out;
    line-height: 1;
    opacity: 0;
    transform: translateY(50px);
}
.single-expertChef .title a {
    font-size: 20px;
    font-weight: 600;
    transition-delay: 0.3s;
    display: block;
}
.single-expertChef .title span {
    font-size: 16px;
    display: block;
    transition-delay: 0.4s;
    margin-top: 10px;
}
.single-expertChef .social {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
}
.single-expertChef .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--as-icon-bg);
    border-radius: 50%;
    color: var(--white-txt-clr);
    margin-bottom: 15px;
    position: relative;
}
.single-expertChef .social a:nth-child(1),
.single-expertChef .social a:nth-child(2),
.single-expertChef .social a:nth-child(3) {
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.single-expertChef .social a:nth-child(1) {
    transition-delay: 0.4s;
}
.single-expertChef .social a:nth-child(2) {
    transition-delay: 0.3s;
}
.single-expertChef .social a:nth-child(3) {
    transition-delay: 0.2s;
}
.single-expertChef .social a:last-child {
    margin-bottom: 0;
}
.single-expertChef .social a:hover::before {
    clip-path: circle(70.7% at 50% 50%);
}
.single-expertChef .social a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--theme-bg-clr);
    clip-path: circle(0% at 50% 50%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .chif-awer .img {
        margin-right: 30px;
        width: 120px;
    }
    .chif-awer .content {
        padding-right: 0;
    }
    .chif-awer .content .shape {
        display: none;
    }
    .chif-awer .content h2 {
        font-size: 40px;
    }
    .chif-awer .content p {
        font-size: 16px;
        margin-top: 10px;
    }
    .expertChef-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .chif-awer {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .chif-awer .img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .expertChef-wrapper {
        grid-gap: 20px;
    }
}
@media screen and (max-width: 575px) {
    .chif-awer {
        margin-bottom: 20px;
    }
    .chif-awer .img {
        width: 100px;
        margin-bottom: 15px;
    }
    .chif-awer .content h2 {
        font-size: 24px;
    }
    .expertChef-wrapper {
        grid-template-columns: 1fr;
    }
    .expertChef-wrapper .title {
        left: 20px;
        bottom: 20px;
    }
    .expertChef-wrapper .title a {
        font-size: 18px;
    }
}
.chef-profile-area {
    position: relative;
    z-index: 1;
}
.chef-profile-area .shape-01,
.chef-profile-area .shape-02,
.chef-profile-area .shape-03,
.chef-profile-area .shape-04,
.chef-profile-area .shape-05 {
    position: absolute;
    z-index: -1;
}
.chef-profile-area .shape-01 {
    top: 10%;
    left: 15%;
}
.chef-profile-area .shape-04 {
    bottom: 15%;
    left: 10%;
}
.chef-profile-area .shape-02 {
    top: 10%;
    right: 20%;
}
.chef-profile-area .shape-03 {
    top: 40%;
    right: 10%;
}
.chef-profile-area .shape-05 {
    bottom: 10%;
    right: 20%;
}
.chef-profile-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chefProfile {
    max-width: 440px;
    width: 100%;
    margin-right: 30px;
}
.chefProfile img {
    border-radius: 50%;
}
.chefContent {
    max-width: 600px;
    width: 100%;
}
.chefContent > a {
    font-size: 24px;
    font-weight: 700;
    color: var(--font-txt-clr);
    line-height: 1;
    display: block;
}
.chefContent > a span {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-top: 10px;
}
.chefContent p {
    font-size: 16px;
    color: var(--font-txt-clr);
    margin-top: 30px;
}
.chefContent .social-icon {
    margin-top: 30px;
}
.chefContent .social-icon a {
    border: 1px solid var(--theme-bdr-clr);
}
.cd-brand-wrapper {
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 50px 80px;
}
@media screen and (max-width: 1350px) {
    .chef-profile-area .shape-01 {
        top: 5%;
        left: 5%;
    }
    .chef-profile-area .shape-04 {
        bottom: 5%;
        left: 5%;
    }
    .chef-profile-area .shape-03 {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .chefProfile {
        max-width: 300px;
    }
    .cd-brand-wrapper {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 991px) {
    .chef-profile-area .shape-02 {
        top: 5%;
        right: 5%;
    }
    .chef-profile-area .shape-05 {
        bottom: 5%;
        right: 5%;
    }
    .cd-brand-wrapper {
        grid-gap: 50px;
    }
}
@media screen and (max-width: 767px) {
    .chef-profile-area .shape-01,
    .chef-profile-area .shape-04,
    .chef-profile-area .shape-02,
    .chef-profile-area .shape-05 {
        display: none;
    }
    .chef-profile-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .chefProfile {
        max-width: 200px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .chefContent > a {
        font-size: 20px;
    }
    .chefContent > a span {
        font-size: 16px;
        margin-top: 7px;
    }
    .chefContent p {
        font-size: 16px;
        margin-top: 20px;
    }
    .chefContent .social-icon {
        margin-top: 20px;
        justify-content: center;
    }
    .single-cd-brand {
        max-width: 150px;
    }
}
@media screen and (max-width: 575px) {
    .chefProfile {
        max-width: 150px;
    }
    .cd-brand-wrapper {
        grid-gap: 30px;
    }
    .single-cd-brand {
        max-width: 100px;
    }
}
.blog-title {
    max-width: 1305px;
    margin: 0 auto 20px;
}
.blog-title span {
    font-size: 20px;
    font-weight: 600;
    color: var(--font-txt-clr);
    line-height: 1;
}
.blog-wrapper {
    max-width: 1304px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.single-blog {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.single-blog:hover .blogImg img {
    transform: scale(1.1);
    filter: saturate(100%);
}
.single-blog:hover .blogContent {
    background: var(--white-bg-clr);
}
.single-blog:hover .blogContent .date span img,
.single-blog:hover .blogContent .date span svg {
    color: var(--theme-bg-clr);
}
.single-blog:hover .blogContent .date a {
    background: var(--theme-bg-clr);
}
.single-blog:hover .blogContent .button a {
    background: var(--theme-bg-clr);
}
.blogImg img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.blogContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    max-width: 466px;
    max-height: 247px;
    background: var(--blog);
    backdrop-filter: blur(20px);
    padding: 40px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}
.blogContent .date {
    display: flex;
    align-items: center;
}
.blogContent .date span {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--body-txt-clr);
}
.blogContent .date span img,
.blogContent .date span svg {
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
.blogContent .date a {
    background: var(--themev2-bg-clr);
    color: var(--white-txt-clr);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 40px;
    margin-left: 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.blogContent h4 {
    line-height: 1;
}
.blogContent h4 a {
    color: var(--font-txt-clr);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--raleway);
    display: block;
    margin-top: 15px;
    line-height: 1.5;
}
.blogContent .button {
    margin-top: 20px;
}
.blogContent .button a {
    padding: 12px 20px;
    background: var(--body-bg-clr);
    transition: all 0.3s ease-in-out;
}
@keyframes blog {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.4) rotate(15deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}
.blog-pagination {
    max-width: 1304px;
    margin: 50px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ls-gray-bg);
}
.blog-pagination a {
    padding: 16px 5px;
    margin: 0px 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: var(--body-txt-clr);
    position: relative;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}
.blog-pagination a:hover {
    border-color: var(--theme-bdr-clr);
    color: var(--theme-txt-clr);
}
@media screen and (max-width: 1199px) {
    .blogContent {
        padding: 30px;
    }
    .blogContent h4 a {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .blog-wrapper {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 767px) {
    .blog-wrapper {
        grid-gap: 20px;
    }
    .blog-pagination {
        margin: 30px auto 0px;
    }
    .blog-pagination a {
        padding: 15px 5px;
        margin: 0px 10px;
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .blog-title span {
        font-size: 18px;
    }
    .blogContent {
        width: 90%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        padding: 20px;
    }
    .blogContent .date span {
        font-size: 14px;
    }
    .blogContent .date span img,
    .blogContent .date span svg {
        font-size: 16px;
        margin-right: 5px;
    }
    .blogContent .date a {
        font-size: 14px;
        padding: 5px 8px;
        border-radius: 15px;
        margin-left: 10px;
    }
    .blogContent h4 a {
        font-size: 16px;
        margin-top: 10px;
    }
    .blogContent .button {
        margin-top: 10px;
    }
    .blogContent .button a {
        padding: 12px 15px;
    }
}
.blog-dtls-banner-area {
    padding-top: 430px;
}
.blog-dtls-banner-area::before {
    background: var(--blog-detls);
}
.bdb-content {
    max-width: 865px;
    margin: 0 auto;
}
.bdb-content h2 {
    color: var(--white-txt-clr);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    font-family: var(--raleway);
}
.bdb-content ul {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.bdb-content ul li {
    margin-right: 30px;
}
.bdb-content ul li:last-child {
    margin-right: 0;
}
.bdb-content ul li a {
    font-size: 18px;
    color: var(--white-txt-clr);
    font-weight: 500;
    line-height: 1;
}
.bdb-content ul li a img,
.bdb-content ul li a svg {
    margin-right: 10px;
}
.blog-details-wrapper {
    max-width: 865px;
    margin: 30px auto 0px;
}
.blog-details-wrapper p {
    color: var(--font-txt-clr);
    font-size: 18px;
}
.blog-details-wrapper .gallery {
    display: flex;
}
.blog-details-wrapper .gallery img {
    margin-right: 20px;
    width: calc(100% / 2 - 10px);
}
.blog-details-wrapper .gallery img:last-child {
    margin-right: 0px;
}
.blog-details-wrapper .quite {
    background: var(--ls-gray-bg);
    padding: 50px;
}
.blog-details-wrapper .quite .content {
    display: flex;
    align-items: center;
    max-width: 520px;
    margin: 0 auto;
}
.blog-details-wrapper .quite .content img,
.blog-details-wrapper .quite .content svg {
    max-width: 34px;
    max-height: 34px;
    width: 100%;
}
.blog-details-wrapper .quite .content img path,
.blog-details-wrapper .quite .content svg path {
    fill: var(--theme-txt-clr);
}
.blog-details-wrapper .quite .content h4 {
    font-size: 24px;
    line-height: 1.3;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 2px dashed var(--theme-bdr-clr);
}
.blog-details-wrapper h6 {
    font-size: 24px;
    font-family: var(--raleway);
    line-height: 1.4;
    font-weight: 600;
    max-width: 767px;
}
.blog-details-wrapper ul li {
    color: var(--font-txt-clr);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.blog-details-wrapper ul li:last-child {
    margin-bottom: 0;
}
.blog-details-wrapper ul li img,
.blog-details-wrapper ul li svg {
    color: var(--theme-txt-clr);
    margin-right: 10px;
    font-size: 20px;
}
.bd-share {
    background: var(--ls-gray-bg);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bd-share .profile {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.bd-share .profile .img {
    border-radius: 50%;
    padding: 5px;
    border: 1px solid var(--light-gray-bdr);
    margin-right: 20px;
    overflow: hidden;
}
.bd-share .profile .img img {
    border-radius: 50%;
}
.bd-share .profile .title a {
    display: block;
    font-size: 20px;
    color: var(--font-txt-clr);
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}
.bd-share .profile .title span {
    font-size: 14px;
    line-height: 1;
    color: var(--font-txt-clr);
    display: block;
    margin-top: 7px;
}
.bd-share .share .title span {
    color: var(--font-txt-clr);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
.bd-share .share .social {
    margin-top: 20px;
    display: flex;
}
.bd-share .share .social a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--font-txt-clr);
    font-weight: 600;
    line-height: 1;
    padding: 6px 10px;
    background: var(--light-gray-bg);
    transition: all 0.4s ease-in-out;
    margin-right: 10px;
}
.bd-share .share .social a:last-child {
    margin-right: 0;
}
.bd-share .share .social a img,
.bd-share .share .social a svg {
    color: var(--body-txt-clr);
    margin-right: 10px;
    font-size: 18px;
    transition: all 0.4s ease-in-out;
}
.bd-share .share .social a:hover {
    background: var(--theme-bg-clr);
    color: var(--white-txt-clr);
}
.bd-share .share .social a:hover img,
.bd-share .share .social a:hover svg {
    color: var(--white-txt-clr);
}
.blog-comment-wrapper {
    max-width: 865px;
    margin: 0 auto;
}
.blog-comment-wrapper .title {
    margin-bottom: 30px;
}
.blog-comment-wrapper .title h4 {
    font-size: 36px;
    font-weight: 400;
    color: var(--theme-txt-clr);
    line-height: 1;
}
.blog-comment-wrapper .title span {
    margin-top: 25px;
    display: block;
    width: 150px;
    height: 2px;
    background: var(--theme-bg-clr);
}
.blog-comment-wrapper .title span:last-child {
    width: 70px;
    margin-top: 15px;
}
.blog-comment-wrapper .textCenter {
    display: flex;
    align-items: flex-end;
    grid-gap: 40px;
}
.blog-comment-wrapper .textCenter .input {
    width: 50%;
}
.blog-comment-wrapper .textCenter .input input {
    padding: 20px;
}
.blog-comment-wrapper .textCenter .message {
    width: 50%;
}
.blog-comment-wrapper .textCenter .message textarea {
    padding: 20px;
    resize: none;
    height: 178px;
    margin-bottom: -10px;
}
.rltd-post-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.rltd-post-wrapper .blogContent {
    max-width: 370px;
    max-height: 200px;
    padding: 30px;
}
.rltd-post-wrapper .blogContent h4 a {
    font-size: 18px;
    margin-top: 10px;
}
.rltd-post-wrapper .blogContent .button {
    margin-top: 10px;
}
@media screen and (max-width: 1199px) {
    .rltd-post-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 991px) {
    .blog-dtls-banner-area {
        padding-top: 250px;
    }
    .bdb-content h2 {
        font-size: 40px;
    }
    .blog-comment-wrapper .textCenter {
        grid-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .blog-dtls-banner-area {
        padding-top: 200px;
    }
    .bdb-content h2 {
        font-size: 34px;
    }
    .bdb-content ul {
        margin-top: 20px;
    }
    .bdb-content ul li {
        margin-right: 20px;
    }
    .bdb-content ul li a {
        font-size: 16px;
    }
    .blog-details-wrapper p {
        font-size: 16px;
    }
    .bd-share {
        align-items: flex-start;
        flex-direction: column;
    }
    .bd-share .profile {
        margin-right: 30px;
    }
    .bd-share .share {
        margin-top: 20px;
    }
    .blog-comment-wrapper .textCenter {
        align-items: flex-start;
        grid-gap: 20px;
        flex-direction: column;
    }
    .blog-comment-wrapper .textCenter .input {
        width: 100%;
    }
    .blog-comment-wrapper .textCenter .message {
        width: 100%;
    }
    .rltd-post-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        max-width: 550px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 575px) {
    .blog-dtls-banner-area {
        padding-top: 150px;
    }
    .bdb-content h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .bdb-content ul {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .bdb-content ul li {
        margin-right: 15px;
    }
    .bdb-content ul li a {
        font-size: 16px;
        margin: 5px 0px;
    }
    .bdb-content ul li a:last-child {
        margin-bottom: 0;
    }
    .bdb-content ul li a img,
    .bdb-content ul li a svg {
        margin-right: 5px;
    }
    .blog-details-wrapper {
        margin-top: 20px;
    }
    .blog-details-wrapper .gallery {
        flex-direction: column;
    }
    .blog-details-wrapper .gallery img {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    .blog-details-wrapper .gallery img:last-child {
        margin-bottom: 0;
    }
    .blog-details-wrapper .quite {
        padding: 30px 20px;
    }
    .blog-details-wrapper .quite .content h4 {
        font-size: 18px;
        margin-left: 15px;
        padding-left: 15px;
    }
    .blog-details-wrapper h6 {
        font-size: 18px;
    }
    .blog-details-wrapper ul li {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .blog-details-wrapper ul li img,
    .blog-details-wrapper ul li svg {
        margin-right: 5px;
    }
    .bd-share {
        padding: 20px;
    }
    .bd-share .profile .img {
        margin-right: 10px;
        max-width: 80px;
        width: 100%;
    }
    .bd-share .profile .title a {
        font-size: 18px;
    }
    .bd-share .share .social {
        margin-top: 0px;
        flex-wrap: wrap;
    }
    .bd-share .share .social a {
        margin: 10px 10px 0px 0px;
    }
    .blog-comment-wrapper .title h4 {
        font-size: 24px;
    }
    .blog-comment-wrapper .title span {
        margin-top: 20px;
        width: 100px;
    }
    .blog-comment-wrapper .title span:last-child {
        width: 50px;
        margin-top: 10px;
    }
    .blog-comment-wrapper .textCenter .message textarea {
        height: 140px;
    }
}
.contact-area.bg-overlay::before {
    background: var(--contact);
    opacity: 0.7;
}
.contact-from {
    max-width: 585px;
    margin: 0 auto;
    background: var(--contact-from);
    border-radius: 10px;
    padding: 50px;
}
.contact-from h5 {
    color: var(--white-txt-clr);
    font-family: var(--raleway);
    line-height: 1;
    font-weight: 600;
}
.contact-from p {
    color: var(--ls-gray-txt);
    margin-top: 15px;
}
.contact-from .from {
    max-width: 420px;
}
.contact-from .from label {
    color: var(--ls-gray-txt);
}
.contact-from .from input,
.contact-from .from textarea {
    background-color: transparent;
    border-color: var(--light-gray-bdr);
    padding: 20px;
    color: var(--white-txt-clr);
    resize: none;
}
.contact-from .from input::-moz-placeholder,
.contact-from .from textarea::-moz-placeholder {
    color: var(--ls-gray-txt);
}
.contact-from .from input::placeholder,
.contact-from .from textarea::placeholder {
    color: var(--ls-gray-txt);
}
.contact-from .from textarea {
    height: 140px;
}
.contact-dec-area {
    background: var(--contact-dec);
}
.contact-dec-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-dec-wrapper .content {
    display: flex;
    align-items: center;
}
.contact-dec-wrapper .content .title {
    max-width: 300px;
    width: 100%;
    margin-right: 70px;
}
.contact-dec-wrapper .content .title h5 {
    color: var(--white-txt-clr);
    font-family: var(--raleway);
    line-height: 1;
    font-weight: 600;
}
.contact-dec-wrapper .content .title p {
    color: var(--ls-gray-txt);
    margin-top: 15px;
}
.contact-dec-wrapper .content .contact a {
    color: var(--white-txt-clr);
    display: inline-flex;
    align-items: center;
    margin: 5px 40px 5px 0px;
    line-height: 1;
}
.contact-dec-wrapper .content .contact a:first-child {
    margin-top: 0;
}
.contact-dec-wrapper .content .contact a:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.contact-dec-wrapper .content .contact a img,
.contact-dec-wrapper .content .contact a svg {
    color: var(--theme-txt-clr);
    font-size: 20px;
    margin-right: 10px;
}
.contact-social {
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--white-txt-clr);
    border: 1px solid var(--white-bdr-clr);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.contact-social a:last-child {
    margin-right: 0;
}
.contact-social a::before {
    position: absolute;
    content: "";
    width: 110%;
    height: 110%;
    bottom: 0;
    left: 0;
    background: var(--theme-bg-clr);
    clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.contact-social a:hover {
    border: transparent;
}
.contact-social a:hover::before {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .contact-dec-wrapper .content {
        align-items: flex-start;
        flex-direction: column;
        margin-right: 20px;
    }
    .contact-dec-wrapper .content .title {
        margin-right: 0;
    }
    .contact-dec-wrapper .content .contact {
        margin-top: 25px;
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 575px) {
    .contact-from {
        padding: 30px 20px 20px;
    }
    .contact-from .from textarea {
        height: 120px;
    }
    .contact-dec-wrapper {
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-dec-wrapper .content .contact a img,
    .contact-dec-wrapper .content .contact a svg {
        font-size: 18px;
    }
    .contact-social {
        max-width: 130px;
        margin-top: 25px;
    }
}
.reservation-wrap {
    max-width: 930px;
    margin: 0 auto;
    background: var(--contact-from);
    border-radius: 10px;
    padding: 50px;
}
.reservation-wrap .title {
    margin-bottom: 30px;
}
.reservation-wrap .title h3 {
    color: var(--white-txt-clr);
    line-height: 1;
}
.reservation-from {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.reservation-from label {
    color: var(--white-txt-clr);
    clip-path: polygon(100% 100%, 100% 0, 0 100%, 0 0);
}
.reservation-from input {
    background-color: transparent;
    border-color: var(--light-gray-bdr);
    padding: 20px;
    color: var(--white-txt-clr);
    position: relative;
}
.reservation-from input::-moz-placeholder {
    color: var(--ls-gray-txt);
}
.reservation-from input::placeholder {
    color: var(--ls-gray-txt);
}
.reservation-from input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: relative;
    z-index: 999;
}
.reservation-from button {
    z-index: 1;
}
.reservation-from .nice-select::before {
    position: absolute;
    content: "";
    width: 60px;
    height: calc(100% + 2px);
    background: var(--theme-bg-clr);
    right: -1px;
    top: -1px;
}
.reservation-from .nice-select::after {
    content: url("https://api.iconify.design/akar-icons/chevron-down.svg?color=white&width=20&height=20");
    top: 58%;
}
.reservation-from .nice-select.open::after {
    top: 31%;
}
.date-picker,
.time-picker {
    position: relative;
}
.date-picker button,
.time-picker button {
    pointer-events: none;
}
@media screen and (max-width: 991px) {
    .reservation-wrap {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 767px) {
    .reservation-wrap {
        max-width: 550px;
    }
    .reservation-from {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 767px) {
    .reservation-wrap {
        max-width: 550px;
        padding: 30px 20px 20px;
    }
    .reservation-wrap .title {
        margin-bottom: 20px;
    }
    .reservation-wrap .title h3 {
        font-size: 24px;
    }
    .reservation-from .nice-select {
        height: 50px;
    }
    .reservation-from .nice-select::before {
        width: 50px;
    }
}
.foodDetails-area {
    position: relative;
    z-index: 1;
}
.foodDetails-area .shape {
    position: absolute;
    max-width: 490px;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: -1;
}
.foodDetails-area .shape img,
.foodDetails-area .shape svg {
    max-width: 100%;
    max-height: 100%;
}
.foodDetails-banner .breadcrumb {
    justify-content: center;
    margin: 0;
    margin-top: 40px;
}
.foodDetails-banner .breadcrumb li.breadcrumb-item {
    font-weight: 600;
    font-size: 18px;
}
.foodDetails-banner .breadcrumb li.breadcrumb-item a {
    color: var(--body-txt-clr);
}
.foodDetails-banner .breadcrumb li.breadcrumb-item.active {
    color: var(--theme-txt-clr);
}
.foodDetails-wrapper {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.foodDetails-slider-wrap {
    max-width: 555px;
    width: 100%;
    margin-right: 60px;
    position: relative;
}
.foodDetails-slider-wrap .price {
    position: absolute;
    right: -45px;
    top: 30px;
    content: "";
    width: 94px;
    height: 94px;
    background: var(--theme-bg-clr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.foodDetails-slider-wrap .price span {
    color: var(--white-txt-clr);
    font-family: var(--lobster);
    font-size: 30px;
    line-height: 1;
}
.foodDetails-slider.owl-carousel {
    padding-bottom: 137px;
    width: auto;
}
.foodDetails-slider.owl-carousel div {
    width: 100%;
}
.foodDetails-slider.owl-carousel .owl-item .single-item {
    width: calc(100% - 2px);
}
.foodDetails-slider.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.foodDetails-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 117px;
    left: 0;
    display: flex;
}
.foodDetails-slider.owl-carousel .owl-dots .owl-dot {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    object-fit: cover;
    width: calc(100% / 3 - 16px) !important;
    height: calc(100% - 2px) !important;
    border-radius: 20px;
}
.foodDetails-slider.owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.foodDetails-slider-content {
    max-width: 446px;
    width: 100%;
}
.foodDetails-slider-content > .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--light-gray-bdr);
}
.foodDetails-slider-content > .title h3 {
    color: var(--theme-txt-clr);
    line-height: 1.3;
}
.foodDetails-slider-content > .title p {
    margin-top: 10px;
}
.foodDetails-slider-content .list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--light-gray-bdr);
}
.foodDetails-slider-content .list ul li {
    font-weight: 500;
    line-height: 1.3;
    padding-left: 17px;
    position: relative;
    margin-bottom: 10px;
}
.foodDetails-slider-content .list ul li:last-child {
    margin-bottom: 0;
}
.foodDetails-slider-content .list ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--theme-bg-clr);
    left: 0;
    top: 5px;
}
.foodDetails-slider-content .quantity {
    display: flex;
    align-items: center;
}
.foodDetails-slider-content .quantity .title {
    margin-right: 30px;
}
.foodDetails-slider-content .quantity .title span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--theme-txt-clr);
    display: block;
}
.foodDetails-slider-content .quantity .inc-dec {
    display: flex;
    align-items: center;
}
.foodDetails-slider-content .quantity .inc-dec input {
    text-align: center;
    height: 30px;
    width: 40px;
    color: var(--font-txt-clr);
    border: 0;
    outline: none;
    font-size: 18px;
    font-weight: 600;
}
.foodDetails-slider-content .quantity .inc-dec .button {
    background-color: var(--light-gray-bdr);
    height: 32px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    line-height: 1;
}
.foodDetails-slider-content .quantity .inc-dec .button button {
    color: var(--font-txt-clr);
    font-size: 16px;
}
.foodDetails-slider-content > .button {
    margin-top: 30px;
}
.foodDetails-slider-content > .button a {
    background: var(--theme-bg-clr);
    border: 1px solid transparent;
}
.foodDetails-slider-content > .button a img,
.foodDetails-slider-content > .button a svg {
    margin-right: 8px;
}
.foodDetails-slider-content > .button a:hover {
    border-color: var(--theme-bg-clr);
    color: var(--theme-txt-clr);
    background: var(--white-bg-clr);
}
.food-decption-wrapper {
    max-width: 1100px;
    margin: 40px auto 0px;
}
.fd-dcptn-tab-navs {
    max-width: 720px;
    border-bottom: 1px solid var(--theme-bdr-clr);
    padding-bottom: 30px;
}
.fd-dcptn-tab-navs .nav-tabs {
    border: 0;
}
.fd-dcptn-tab-navs .nav-tabs .nav-link {
    border: 0 !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: var(--font-txt-clr);
    border-radius: 0;
    display: block;
    padding: 0;
    transition: all 0.4s ease-in-out;
    margin-right: 100px;
}
.fd-dcptn-tab-navs .nav-tabs .nav-link:last-child {
    margin-right: 0;
}
.fd-dcptn-tab-navs .nav-tabs .nav-link:hover,
.fd-dcptn-tab-navs .nav-tabs .nav-link.active {
    color: var(--theme-txt-clr);
}
.fd-tab-content {
    margin-top: 25px;
}
.fd-description {
    max-width: 720px;
}
.fd-description p {
    color: var(--font-txt-clr);
}
.fd-description p.pd-2 {
    max-width: 540px;
}
.fd-description ul {
    max-width: 450px;
}
.fd-description ul li {
    font-weight: 500;
    padding-left: 17px;
    position: relative;
    margin-bottom: 10px;
}
.fd-description ul li:last-child {
    margin-bottom: 0;
}
.fd-description ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--theme-bg-clr);
    left: 0;
    top: 8px;
}
.fd-review {
    padding-bottom: 40px;
}
.fd-review .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.fd-review .owl-dots .owl-dot {
    background: var(--light-gray-bdr);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 10px;
    transition: all 0.3s ease-in-out;
}
.fd-review .owl-dots .owl-dot.active {
    background: var(--theme-bg-clr);
}
.single-review {
    position: relative;
    z-index: 1;
    padding: 30px;
}
.single-review::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--ls-gray-bg);
    opacity: 0.9;
    z-index: -1;
    top: 0;
    left: 0;
}
.single-review a {
    font-size: 20px;
    font-weight: 600;
    color: var(--font-txt-clr);
    line-height: 1;
    display: block;
}
.single-review a span {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-txt-clr);
    margin-top: 10px;
    line-height: 1;
    display: block;
}
.single-review p {
    margin-top: 10px;
    color: var(--font-txt-clr);
}
.single-review ul {
    margin-top: 10px;
    display: flex;
}
.single-review ul li {
    margin-right: 6px;
    color: var(--review-star-clr);
}
.single-review ul li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1350px) {
    .foodDetails-area .shape {
        max-width: 300px;
        right: 5%;
    }
}
@media screen and (max-width: 1199px) {
    .foodDetails-area .shape {
        max-width: 200px;
    }
}
@media screen and (max-width: 991px) {
    .foodDetails-slider-wrap {
        max-width: 400px;
        margin-right: 30px;
    }
    .foodDetails-slider-wrap .price {
        border-radius: 0px 20px 0px 20px;
        right: 3px;
        top: 0;
    }
    .fd-review {
        grid-gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .foodDetails-wrapper {
        flex-direction: column;
        max-width: 550px;
    }
    .foodDetails-slider-wrap {
        margin-right: 0;
        max-width: 100%;
    }
    .foodDetails-slider-wrap .price {
        width: 60px;
        height: 60px;
        border-radius: 0px 10px 0px 10px;
    }
    .foodDetails-slider-wrap .price span {
        font-size: 24px;
    }
    .foodDetails-slider.owl-carousel .owl-item img {
        border-radius: 10px;
    }
    .foodDetails-slider-content {
        margin-top: 30px;
        max-width: 100%;
    }
    .food-decption-wrapper {
        max-width: 550px;
    }
    .fd-dcptn-tab-navs {
        padding-bottom: 20px;
    }
    .fd-dcptn-tab-navs .nav-tabs .nav-link {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .foodDetails-area .shape {
        display: none;
    }
    .foodDetails-banner .breadcrumb {
        margin-top: 20px;
    }
    .foodDetails-banner .breadcrumb li.breadcrumb-item {
        font-size: 16px;
    }
    .foodDetails-slider.owl-carousel {
        padding-bottom: 90px;
    }
    .foodDetails-slider.owl-carousel .owl-dots {
        height: 80px;
    }
    .foodDetails-slider.owl-carousel .owl-dots .owl-dot {
        margin-right: 10px;
        border-radius: 10px;
    }
    .foodDetails-slider-content {
        margin-top: 20px;
    }
    .foodDetails-slider-content > .title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .foodDetails-slider-content > .title h3 {
        font-size: 24px;
    }
    .foodDetails-slider-content .list {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .foodDetails-slider-content > .button {
        margin-top: 20px;
    }
    .food-decption-wrapper {
        margin: 30px auto 0px;
    }
    .fd-dcptn-tab-navs {
        padding-bottom: 15px;
    }
    .fd-dcptn-tab-navs .nav-tabs .nav-link {
        font-size: 18px;
        margin-right: 30px;
    }
    .fd-tab-content {
        margin-top: 15px;
    }
    .fd-review {
        padding-bottom: 30px;
    }
    .fd-review .owl-dots .owl-dot {
        margin: 0px 5px;
    }
    .single-review {
        padding: 20px;
    }
    .single-review a {
        font-size: 18px;
    }
    .single-review a span {
        margin-top: 5px;
    }
}
.cartList-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}
#cartList-table {
    border-bottom: inherit !important;
}
#cartList-table .table-header tr {
    background: transparent;
}
#cartList-table .table-header tr th {
    padding: 0px 0px 20px 0px;
    border-bottom: 1px dashed var(--theme-bdr-clr);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    width: calc(100% / 4);
    color: var(--theme-txt-clr);
}
#cartList-table .table-header tr th:nth-child(3),
#cartList-table .table-header tr th:nth-child(4) {
    text-align: center;
}
#cartList-table .table-header tr th::before,
#cartList-table .table-header tr th::after {
    display: none;
}
#cartList-table .table-header tr th:last-child {
    text-align: right;
    width: 190px !important;
    display: flex !important;
    display: block !important;
    margin-top: 20px;
}
#cartList-table .table-body tr td {
    border-bottom: 1px solid var(--light-gray-bdr);
    padding: 30px 20px 30px 0px;
    position: relative;
}
#cartList-table .table-body tr td:last-child {
    padding-right: 0;
    display: table-cell !important;
}
#cartList-table .table-body tr td:nth-child(3),
#cartList-table .table-body tr td:nth-child(4) {
    text-align: center;
}
#cartList-table .table-body tr td .product {
    display: flex;
    align-items: center;
}
#cartList-table .table-body tr td .product .pdct-image {
    width: 60px;
    margin-right: 20px;
}
#cartList-table .table-body tr td .product .content span {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--theme-txt-clr);
}
#cartList-table .table-body tr td .product .content h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    font-family: var(--raleway);
    color: var(--font-txt-clr);
    margin-top: 10px;
}
#cartList-table .table-body tr td .inc-dec {
    display: flex;
    align-items: center;
    justify-content: center;
}
#cartList-table .table-body tr td .inc-dec input {
    text-align: center;
    height: 30px;
    width: 40px;
    color: var(--font-txt-clr);
    border: 0;
    outline: none;
    font-size: 18px;
    font-weight: 600;
}
#cartList-table .table-body tr td .inc-dec .button {
    background-color: var(--light-gray-bdr);
    height: 32px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    line-height: 1;
}
#cartList-table .table-body tr td .inc-dec .button button {
    color: var(--font-txt-clr);
    font-size: 16px;
}
#cartList-table .table-body tr td .total span,
#cartList-table .table-body tr td .price span {
    font-size: 20px;
    color: var(--body-txt-clr);
    line-height: 1;
    font-weight: 600;
}
#cartList-table .table-body tr td .tble-close {
    width: 45px;
    height: 45px;
    background-color: var(--light-gray-bdr);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    margin: 0px 0px 0px auto;
    cursor: pointer;
}
#cartList-table .table-body tr td .tble-close img,
#cartList-table .table-body tr td .tble-close svg {
    font-size: 24px;
}
#cartList-table .table-body tr td.dtr-control::before {
    left: unset !important;
    right: 6px;
    opacity: 0;
}
#cartList-table .table-body tr:hover td .tble-close {
    background-color: var(--theme-bg-clr);
    color: var(--white-txt-clr);
}
.cartList-bottom {
    max-width: 1000px;
    margin: 30px auto 0px;
}
.cartList-bottom .total-price {
    text-align: right;
}
.cartList-bottom .total-price p {
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-txt-clr);
    line-height: 1;
}
.cartList-bottom .button {
    text-align: center;
}
.cart-rp-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
@media screen and (max-width: 1199px) {
    #cartList-table .table-header tr th:last-child {
        width: 150px !important;
    }
}
@media screen and (max-width: 991px) {
    .cart-rp-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    #cartList-table .table-header tr th:last-child {
        width: 120px !important;
    }
    #cartList-table .table-body tr td {
        padding: 20px 40px 20px 0px;
    }
    #cartList-table .table-body tr td:last-child {
        padding-right: 40px;
    }
    #cartList-table .table-body tr td .product-info h4 {
        font-size: 16px;
        margin-top: 7px;
    }
    #cartList-table .table-body tr td.dtr-control::before {
        left: auto;
        right: 0;
        height: 20px;
        width: 20px;
        margin-top: 0px;
        border: 0px;
        line-height: 20px;
        background-color: var(--theme-bg-clr);
        transform: translateY(-50%);
        box-shadow: none;
        opacity: 1;
    }
    #cartList-table .table-body tr td.child {
        text-align: left;
        padding: 10px 0px;
        margin: 0;
        height: 100%;
        width: 100%;
        display: table-cell !important;
    }
    #cartList-table .table-body tr td.child ul {
        display: block;
        text-align: left;
    }
    #cartList-table .table-body tr td.child ul li {
        padding-left: 30px;
    }
    #cartList-table .table-body tr td.child ul li span.dtr-title {
        margin-bottom: 10px;
        font-size: 17px;
        color: var(--theme-txt-clr);
    }
    #cartList-table .table-body tr td.child ul li .total span,
    #cartList-table .table-body tr td.child ul li .price span {
        font-size: 16px;
    }
    #cartList-table .table-body tr td.child ul li .tble-close {
        margin: -15px auto 0px;
        width: 34px;
        height: 34px;
    }
    #cartList-table .table-body tr td.child ul li .tble-close img,
    #cartList-table .table-body tr td.child ul li .tble-close svg {
        font-size: 18px;
    }
    #cartList-table .table-body tr td.child ul li .inc-dec {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .cartList-bottom .total-price p {
        font-size: 20px;
    }
    .cart-rp-wrapper {
        grid-gap: 20px;
    }
}
@media screen and (max-width: 575px) {
    #cartList-table .table-header tr:last-child {
        width: 80px !important;
    }
    #cartList-table .table-header tr th {
        padding: 0px 0px 15px 0px;
    }
    #cartList-table .table-body tr td {
        padding: 15px 0px 20px 0px;
    }
    #cartList-table .table-body tr td:last-child {
        padding-right: 30px;
    }
    #cartList-table .table-body tr td .product .pdct-image {
        margin-right: 10px;
    }
    #cartList-table .table-body tr td .product .content h4 {
        font-size: 16px;
        margin-top: 5px;
    }
    #cartList-table .table-body tr td .product .content span {
        font-size: 12px;
    }
    #cartList-table .table-body tr td .tble-close {
        width: 34px;
        height: 34px;
    }
    #cartList-table .table-body tr td .tble-close img,
    #cartList-table .table-body tr td .tble-close svg {
        font-size: 20px;
    }
    #cartList-table .table-body tr td.child ul li {
        padding-left: 20px;
    }
    .cartList-bottom {
        margin-top: 20px;
    }
    .cartList-bottom .total-price {
        text-align: center;
    }
    .cartList-bottom .total-price p {
        font-size: 18px;
    }
    .cart-rp-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        max-width: 450px;
    }
}
@media screen and (max-width: 450px) {
    #cartList-table .table-body tr td .product {
        flex-direction: column;
        align-items: flex-start;
    }
    #cartList-table .table-body tr td .product .pdct-image {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.checkout-wrapper {
    max-width: 1375px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bi-wrapper {
    max-width: 860px;
    width: 100%;
    margin-right: 30px;
}
.bi-wrapper > .title {
    margin-bottom: 30px;
}
.bi-wrapper > .title h3 {
    color: var(--theme-txt-clr);
    line-height: 1;
}
.billing-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.billing-info .input-box label,
.billing-info .message-box label {
    font-weight: 600;
    font-size: 16px;
}
.billing-info .input-box .input-fild input,
.billing-info .input-box .input-fild textarea,
.billing-info .message-box .input-fild input,
.billing-info .message-box .input-fild textarea {
    background: transparent;
    padding: 20px;
    border-radius: 5px;
}
.billing-info .input-box .input-fild input::-webkit-outer-spin-button,
.billing-info .input-box .input-fild input::-webkit-inner-spin-button,
.billing-info .input-box .input-fild textarea::-webkit-outer-spin-button,
.billing-info .input-box .input-fild textarea::-webkit-inner-spin-button,
.billing-info .message-box .input-fild input::-webkit-outer-spin-button,
.billing-info .message-box .input-fild input::-webkit-inner-spin-button,
.billing-info .message-box .input-fild textarea::-webkit-outer-spin-button,
.billing-info .message-box .input-fild textarea::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.billing-info .input-box .input-fild input[type="number"],
.billing-info .input-box .input-fild textarea[type="number"],
.billing-info .message-box .input-fild input[type="number"],
.billing-info .message-box .input-fild textarea[type="number"] {
    -moz-appearance: textfield;
}
.billing-info .input-box .input-fild textarea,
.billing-info .message-box .input-fild textarea {
    height: 163px;
    resize: none;
}
.billing-info .nice-select {
    background: var(--ls-gray-bg);
    color: var(--font-txt-clr);
    border-color: transparent;
}
.billing-info .nice-select::after {
    border-color: var(--font-txt-clr);
}
.billing-info .message-box .title h4 {
    font-family: var(--raleway);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.product-info {
    max-width: 386px;
    width: 100%;
    background: var(--ls-gray-bg);
    padding: 40px;
    border-radius: 5px;
}
.product-info .title {
    margin-bottom: 30px;
}
.product-info .title h3 {
    color: var(--theme-txt-clr);
    line-height: 1;
}
.product-info .subtitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-txt-clr);
    line-height: 1;
    margin-top: 20px;
}
.single-pdct-info {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--light-gray-bdr);
}
.single-pdct-info .img {
    width: 60px;
    margin-right: 20px;
}
.single-pdct-info .content {
    flex: 1;
}
.single-pdct-info .content span {
    font-size: 14px;
    color: var(--theme-txt-clr);
    display: block;
    font-weight: 500;
}
.single-pdct-info .content a {
    color: var(--font-txt-clr);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin-top: 6px;
}
.single-pdct-info .content .quantity {
    font-weight: 600;
    margin-top: 10px;
    line-height: 1;
}
.single-pdct-info .content .price {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-txt-clr);
    margin-top: 10px;
    line-height: 1;
}
.payment-info-wrapper {
    max-width: 1375px;
    margin: 0 auto;
}
.payment-info {
    margin-top: 40px;
    padding: 30px 0px;
    max-width: 860px;
    border-width: 1px 0px 1px 0px;
    border-style: dashed;
    border-color: var(--theme-bdr-clr);
}
.payment-info .title {
    margin-bottom: 10px;
}
.payment-info .title h4 {
    font-weight: 600;
    line-height: 1;
    font-family: var(--raleway);
}
.pymnt-method {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-pymnt {
    padding: 20px 20px 0px 0px;
}
.single-pymnt .label-check {
    display: block;
    font-size: 18px;
    color: var(--font-txt-clr);
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: normal;
    font-weight: 600;
    user-select: none;
}
.single-pymnt .label-check input[type="radio"] {
    display: none;
}
.single-pymnt .label-check input[type="radio"]:checked ~ span::before {
    opacity: 1;
}
.single-pymnt .label-check span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--body-bdr-clr);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}
.single-pymnt .label-check span::before {
    width: 9px;
    height: 9px;
    position: absolute;
    content: "";
    background-color: var(--font-bdr-clr);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.single-pymnt p {
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
    color: var(--font-txt-clr);
}
.terms-conditions {
    margin-top: 40px;
}
.terms-conditions .label-check {
    display: block;
    font-size: 16px;
    color: var(--font-txt-clr);
    margin-bottom: 0;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: normal;
    font-weight: 400;
    user-select: none;
}
.terms-conditions .label-check input[type="checkbox"] {
    display: none;
}
.terms-conditions .label-check input[type="checkbox"]:checked ~ span::before {
    opacity: 1;
}
.terms-conditions .label-check span {
    width: 24px;
    height: 24px;
    border: 2px solid var(--body-bdr-clr);
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}
.terms-conditions .label-check span::before {
    position: absolute;
    content: url("https://api.iconify.design/akar-icons/check.svg?color=%23555&width=18&height=18");
    color: var(--body-txt-clr);
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 50%;
}
.terms-conditions .order-btn {
    margin-top: 30px;
}
@media screen and (max-width: 991px) {
    .checkout-wrapper {
        flex-direction: column;
    }
    .bi-wrapper {
        margin-right: 0;
    }
    .product-info {
        max-width: 100%;
        margin-top: 30px;
        padding: 30px;
    }
    .product-info .product {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .product-info .product .single-pdct-info {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .billing-info {
        grid-gap: 20px;
    }
    .billing-info .message-box .input-fild textarea {
        height: 120px;
    }
    .single-pdct-info .content a {
        font-size: 18px;
    }
    .single-pdct-info .content .price {
        font-size: 16px;
    }
    .payment-info {
        margin-top: 20px;
        padding: 20px 0px;
    }
    .pymnt-method {
        max-width: 500px;
    }
    .terms-conditions {
        margin-top: 20px;
    }
    .terms-conditions .label-check {
        padding-left: 30px;
    }
    .terms-conditions .label-check span {
        width: 24px;
        height: 24px;
    }
    .terms-conditions .label-check span::before {
        content: url("https://api.iconify.design/akar-icons/check.svg?color=%23555&width=18&height=18");
    }
    .terms-conditions .order-btn {
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px) {
    .bi-wrapper > .title {
        margin-bottom: 20px;
    }
    .bi-wrapper > .title h3 {
        font-size: 24px;
    }
    .billing-info {
        grid-template-columns: 1fr;
    }
    .billing-info .message-box .input-fild textarea {
        height: 120px;
    }
    .billing-info .message-box .title h4 {
        font-size: 20px;
    }
    .product-info {
        padding: 20px;
    }
    .product-info .title {
        margin-bottom: 20px;
    }
    .product-info .title h3 {
        font-size: 24px;
    }
    .product-info .subtitle {
        font-size: 18px;
        margin-top: 15px;
    }
    .product-info .product {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .single-pdct-info {
        padding-bottom: 20px;
    }
    .payment-info .title {
        margin-bottom: 0;
    }
    .payment-info .title h4 {
        font-size: 20px;
    }
    .single-pymnt {
        padding: 15px 20px 0px 0px;
    }
    .single-pymnt .label-check {
        font-size: 16px;
    }
    .single-pymnt p {
        margin-top: 5px;
    }
}
.shop-v1-topBar {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
    border-width: 1px 0px 1px 0px;
    border-style: dashed;
    border-color: var(--theme-bdr-clr);
}
.shop-v1-topBar .search {
    max-width: 420px;
    width: 100%;
    margin-right: 30px;
}
.shop-v1-topBar .search .input-fild input {
    padding: 20px 20px 20px 70px;
    height: 50px;
}
.shop-v1-topBar .search .input-fild button {
    right: auto;
    left: 0;
}
.category-select {
    display: flex;
    max-width: 606px;
    width: 100%;
}
.category-select .select-active {
    width: 50%;
    margin-right: 40px;
}
.category-select .select-active:last-child {
    margin-right: 0;
}
.category-select .select-active.nice-select {
    background: var(--light-gray-bg);
    color: var(--body-txt-clr);
    border-color: transparent;
    font-weight: 500;
    font-size: 16px;
    height: 50px;
}
.category-select .select-active.nice-select::after {
    content: url("https://api.iconify.design/akar-icons/chevron-down.svg?color=%23ea5455");
}
.category-select .select-active.nice-select .option {
    font-size: 15px;
}
.shop-v1-wrapper {
    max-width: 1080px;
    margin: 30px auto 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px;
}
.shop-card {
    position: relative;
}
.shop-card .discount {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 9;
    cursor: pointer;
}
.shop-card .discount span {
    background: var(--theme-bg-clr);
    color: var(--white-txt-clr);
    font-size: 18px;
    font-weight: 500;
    padding: 6px 10px;
    line-height: 1;
}
.shop-card:hover .cardImg .title {
    bottom: 0;
}
.shop-card:hover .cardImg .title span {
    animation: top 1s ease-in-out;
}
.shop-card:hover .content .price span {
    opacity: 0;
}
.shop-card .cardImg {
    position: relative;
    overflow: hidden;
}
.shop-card .cardImg img {
    width: 100%;
}
.shop-card .cardImg .title {
    position: absolute;
    content: "";
    bottom: -100%;
    left: 0;
    background: var(--theme-bg-clr);
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.shop-card .cardImg .title a {
    color: var(--white-txt-clr);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 20px;
    display: flex;
    align-items: center;
}
.shop-card .cardImg .title a img,
.shop-card .cardImg .title a svg {
    margin-right: 10px;
    font-size: 20px;
}
.shop-card .cardImg .title span {
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--white-bg-clr);
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    border: 5px solid var(--theme-bg-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: var(--lobster);
    color: var(--font-txt-clr);
}
.shop-card .content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.shop-card .content .title {
    margin-right: 20px;
}
.shop-card .content .title ul {
    display: flex;
    padding-top: 20px;
}
.shop-card .content .title ul li {
    color: var(--review-star-clr);
    margin-right: 10px;
    font-size: 15px;
}
.shop-card .content .title ul li:last-child {
    margin-right: 0;
}
.shop-card .content .title ul li.blank {
    color: var(--body-txt-clr);
}
.shop-card .content .title h4 {
    line-height: 1;
}
.shop-card .content .title h4 a {
    font-size: 18px;
    font-weight: 500;
    color: var(--font-txt-clr);
    font-family: var(--raleway);
    display: block;
    margin-top: 10px;
    line-height: 1.3;
}
.shop-card .content .price span {
    font-size: 20px;
    font-family: var(--lobster);
    color: var(--font-txt-clr);
    transition: all 0.3s ease-in-out;
}
.pagination {
    max-width: 1080px;
    margin: 50px auto 0px;
    display: flex;
    justify-content: center;
}
.pagination a {
    font-size: 22px;
    font-weight: 500;
    color: var(--body-txt-clr);
    line-height: 1;
    margin: 0px 15px;
    transition: all 0.3s ease-in-out;
}
.pagination a:hover {
    color: var(--theme-txt-clr);
}
@media screen and (max-width: 1199px) {
    .category-select .select-active {
        margin-right: 20px;
    }
}
@media screen and (max-width: 991px) {
    .shop-v1-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .shop-v1-topBar {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px 0px;
    }
    .category-select {
        margin-top: 20px;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .shop-v1-wrapper {
        grid-gap: 30px 20px;
    }
    .shop-card .cardImg .title a {
        font-size: 16px;
        padding: 15px;
    }
    .shop-card .cardImg .title span {
        width: 80px;
        height: 80px;
        font-size: 18px;
    }
    .shop-card .content .title {
        margin-right: 10px;
    }
    .shop-card .content .title ul {
        padding-top: 10px;
    }
    .shop-card .content .title h4 a {
        font-size: 18px;
        margin-top: 5px;
    }
    .shop-card .content .price span {
        font-size: 20px;
    }
    .pagination a {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .shop-v1-topBar {
        flex-direction: column;
        max-width: 450px;
    }
    .shop-v1-topBar .search {
        margin-right: 0;
        max-width: 100%;
    }
    .category-select {
        margin-top: 15px;
        max-width: 100%;
        flex-direction: column;
    }
    .category-select .select-active {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .category-select .select-active:last-child {
        margin-bottom: 0;
    }
    .shop-v1-wrapper {
        grid-gap: 20px;
        max-width: 450px;
        grid-template-columns: 1fr;
        margin: 20px auto 0px;
    }
    .shop-card .discount {
        top: 4px;
    }
    .shop-card .discount span {
        font-size: 16px;
    }
    .pagination {
        margin-top: 30px;
    }
    .pagination a {
        font-size: 18px;
        margin: 0px 10px;
    }
}
.shop-v2 {
    display: flex;
    justify-content: space-between;
    max-width: 1430px;
    margin: 0 auto;
}
.shop-v2-left {
    min-width: 280px;
    margin-right: 30px;
}
.single-spLeft-ctgry {
    background: var(--ls-gray-bg);
    padding: 30px 25px;
    margin-bottom: 20px;
}
.single-spLeft-ctgry:last-child {
    margin-bottom: 0;
}
.single-spLeft-ctgry > .title {
    margin-bottom: 20px;
}
.single-spLeft-ctgry > .title h5 {
    font-family: var(--raleway);
    font-weight: 600;
    line-height: 1.3;
}
.single-spLeft-ctgry > .title span {
    display: block;
    width: 30px;
    height: 2px;
    background: var(--theme-bg-clr);
    margin-top: 20px;
}
.single-fdCtgry-item {
    margin-bottom: 30px;
}
.single-fdCtgry-item:last-child {
    margin-bottom: 0;
}
.single-fdCtgry-item .title {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.single-fdCtgry-item .title h6 {
    font-family: var(--raleway);
    font-weight: 500;
    line-height: 1;
    margin-right: 10px;
}
.single-fdCtgry-item .title img,
.single-fdCtgry-item .title svg {
    color: var(--theme-txt-clr);
}
.single-fdCtgry-item .item {
    padding-left: 15px;
    display: none;
}
.single-fdCtgry-item .item a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--font-txt-clr);
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
}
.single-fdCtgry-item .item a:hover {
    color: var(--theme-txt-clr);
}
.priceRange {
    padding-left: 20px;
    padding-right: 20px;
}
.priceRange .price-filter .price-filter-content input {
    font-size: 18px;
    color: var(--body-txt-clr);
    font-weight: 500;
    border: none;
    background-color: transparent;
    pointer-events: none;
    width: 85px;
}
.priceRange #slider-container {
    height: 6px;
    width: calc(100% - 20px);
    background-color: #e74c3c;
    border-radius: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}
.priceRange #slider-container .ui-slider-range {
    height: 100%;
    width: 100%;
    background: #eee;
    z-index: -1;
    border-radius: 0px;
}
.priceRange span.ui-slider-handle.ui-state-default.ui-corner-all {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #e74c3c;
    z-index: 9999;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border: none;
    margin-left: 0px;
}
.arrivalFood-item a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--font-txt-clr);
    margin-bottom: 20px;
}
.arrivalFood-item a:last-child {
    margin-bottom: 0;
}
.shop-v2-right {
    max-width: 1080px;
    width: 100%;
}
.shop-v2-right .shop-v1-topBar {
    border: none;
    padding: 0;
    margin-bottom: 30px;
}
.shop-v2-right .shop-v1-topBar .category-select {
    max-width: 276px;
}
.shop-v2-right .shop-v1-topBar .category-select .select-active {
    width: 100%;
    margin-right: 0px;
}
@media screen and (max-width: 1199px) {
    .shop-v2 {
        flex-direction: column;
    }
    .shop-v2-left {
        display: grid;
        min-width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        margin-bottom: 30px;
    }
    .single-spLeft-ctgry {
        margin: 0;
    }
}
@media screen and (max-width: 991px) {
    .shop-v2-left {
        grid-template-columns: 1fr 1fr;
    }
    .shop-v2-right .shop-v1-topBar {
        flex-direction: row;
    }
    .shop-v2-right .shop-v1-topBar .category-select {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .single-spLeft-ctgry {
        padding: 20px;
    }
    .single-spLeft-ctgry > .title h5 {
        font-size: 18px;
    }
    .single-spLeft-ctgry > .title span {
        margin-top: 10px;
    }
    .single-fdCtgry-item {
        margin-bottom: 20px;
    }
    .single-fdCtgry-item .title h6 {
        font-size: 16px;
    }
    .single-fdCtgry-item .item a {
        font-size: 16px;
        margin-top: 10px;
    }
    .arrivalFood-item a {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 575px) {
    .shop-v2-left {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 450px;
        min-width: unset;
        margin: 0px auto 20px;
    }
    .shop-v2-right .shop-v1-topBar {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .shop-v2-right .shop-v1-topBar .category-select {
        margin-top: 20px;
        max-width: 100%;
    }
}
.platter-menu-wrapper {
    background: var(--food-menu-v2);
    backdrop-filter: blur(40px);
    padding: 100px 50px;
}
.platterMenu-top-bar {
    max-width: 1140px;
    margin: 0 auto;
    border-bottom: 1px solid var(--theme-bdr-clr);
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pmt-selectBox {
    flex: 1;
    display: flex;
    align-items: center;
}
.pmt-selectBox .label-check,
.platter-content .label-check {
    position: relative;
    user-select: none;
    cursor: pointer;
    margin-right: 50px;
}
.pmt-selectBox .label-check:last-child,
.platter-content .label-check:last-child {
    margin-right: 0;
}
.pmt-selectBox .label-check input[type="radio"],
.platter-content .label-check input[type="radio"] {
    display: none;
}
.pmt-selectBox .label-check input[type="radio"]:checked ~ .name,
.platter-content .label-check input[type="radio"]:checked ~ .name {
    color: var(--theme-txt-clr);
}
.pmt-selectBox .label-check input[type="radio"]:checked ~ .box,
.platter-content .label-check input[type="radio"]:checked ~ .box {
    border-color: var(--theme-bdr-clr);
}
.pmt-selectBox .label-check input[type="radio"]:checked ~ .box::before,
.platter-content .label-check input[type="radio"]:checked ~ .box::before {
    opacity: 1;
}
.pmt-selectBox .label-check .name,
.platter-content .label-check .name {
    font-size: 20px;
    line-height: 1.3;
    padding-left: 35px;
    transition: all 0.3s ease-in-out;
    display: block;
    font-family: var(--lobster);
    color: var(--font-txt-clr);
}
.pmt-selectBox .label-check .box,
.platter-content .label-check .box {
    width: 20px;
    height: 20px;
    border: 2px solid var(--font-bdr-clr);
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.pmt-selectBox .label-check .box::before,
.platter-content .label-check .box::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 12px;
    border-width: 0px 1.5px 1.5px 0px;
    border-color: var(--theme-bg-clr);
    border-style: solid;
    top: 1px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.pmt-optionSelect {
    max-width: 245px;
    width: 100%;
    margin-left: 30px;
}
.pmt-optionSelect .nice-select {
    background: var(--white-bg-clr);
    border: 1px solid transparent;
    color: var(--font-txt-clr);
    font-weight: 500;
    font-size: 16px;
    height: 50px;
}
.pmt-optionSelect .nice-select .option {
    font-size: 15px;
}
.platter-wrapper {
    max-width: 630px;
    margin: 40px auto 0px;
}
.single-platter {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    justify-content: space-between;
}
.single-platter:last-child {
    margin-bottom: 0;
}
.single-platter:nth-child(even) {
    flex-direction: row-reverse;
}
.single-platter:nth-child(even) .platter-img {
    margin-right: 0;
    margin-left: 40px;
    border-color: var(--body-bdr-clr);
}
.single-platter:nth-child(even) .platter-img .price {
    background: var(--body-bg-clr);
}
.platter-img {
    position: relative;
    border: 6px solid var(--theme-bdr-clr);
    border-radius: 50%;
    width: 320px;
    height: 320px;
    margin-right: 40px;
}
.platter-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.platter-img .price {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 6px solid var(--white-bdr-clr);
    background: var(--theme-bg-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    top: -10px;
}
.platter-img .price h4 {
    color: var(--white-txt-clr);
    line-height: 1;
}
.platter-content .label-check {
    margin: 0;
    margin-bottom: 20px;
}
.platter-content .label-check input[type="checkbox"] {
    display: none;
}
.platter-content .label-check input[type="checkbox"]:checked ~ .name {
    color: var(--font-txt-clr);
}
.platter-content .label-check input[type="checkbox"]:checked ~ .box {
    border-color: var(--theme-bdr-clr);
}
.platter-content .label-check input[type="checkbox"]:checked ~ .box::before {
    opacity: 1;
}
.platter-content ul {
    padding-left: 20px;
}
.platter-content ul li {
   /* list-style: auto;*/
    font-weight: 600;
    font-size: 18px;
    color: var(--body-txt-clr);
    line-height: 1;
    margin-bottom: 15px;
}
.platter-content ul li:last-child {
    margin-bottom: 0;
}
.platter-content ul li a {
    color: var(--body-txt-clr);
}
.platterTotal-price {
    max-width: 1140px;
    margin: 40px auto 0px;
    border-top: 1px dashed var(--theme-bdr-clr);
}
.platterTotal-price .fMenuV1-totalPrice .content h3 {
    color: var(--theme-txt-clr);
}
.platterTotal-price .fMenuV1-totalPrice .content span {
    color: var(--theme-txt-clr);
}
@media screen and (max-width: 1199px) {
    .platterMenu-top-bar {
        padding-bottom: 0px;
        align-items: flex-start;
    }
    .pmt-selectBox {
        flex-wrap: wrap;
    }
    .pmt-selectBox .label-check {
        margin: 0px 30px 20px 0px;
    }
}
@media screen and (max-width: 991px) {
    .platter-menu-wrapper {
        padding: 70px 40px;
    }
    .platter-content .label-check .name,
    .pmt-selectBox .label-check .name {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .platter-menu-wrapper {
        padding: 50px 30px;
    }
    .pmt-selectBox {
        flex-wrap: wrap;
    }
    .pmt-selectBox .label-check {
        margin: 0px 30px 20px 0px;
    }
    .platter-content .label-check .name,
    .pmt-selectBox .label-check .name {
        font-size: 18px;
        padding-left: 30px;
    }
    .platter-content .label-check .box,
    .pmt-selectBox .label-check .box {
        width: 20px;
        height: 20px;
    }
    .platter-content .label-check .box::before,
    .pmt-selectBox .label-check .box::before {
        width: 6px;
        height: 11px;
    }
    .pmt-optionSelect {
        max-width: 250px;
        margin-left: 20px;
    }
    .platter-wrapper {
        max-width: 500px;
        margin: 40px auto 0px;
    }
    .single-platter {
        margin-bottom: 40px;
    }
    .single-platter:nth-child(even) .platter-img {
        margin-left: 30px;
    }
    .platter-img {
        width: 220px;
        height: 220px;
        margin-right: 30px;
    }
    .platter-img .price {
        width: 70px;
        height: 70px;
        border-width: 4px;
    }
    .platter-img .price h4 {
        font-size: 20px;
    }
    .platter-content ul li {
        font-size: 16px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 575px) {
    .platter-menu-wrapper {
        padding: 50px 20px;
    }
    .platterMenu-top-bar {
        padding-bottom: 20px;
        flex-direction: column-reverse;
    }
    .pmt-optionSelect {
        max-width: 300px;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .pmt-selectBox .label-check {
        margin: 0px 20px 15px 0px;
    }
    .pmt-selectBox .label-check:last-child {
        margin-bottom: 0;
    }
    .single-platter {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .single-platter:nth-child(even) {
        flex-direction: column;
    }
    .single-platter:nth-child(even) .platter-img {
        margin: 0px 0px 20px;
    }
    .platter-img {
        margin: 0px 0px 20px;
        width: 170px;
        height: 170px;
        border-width: 4px;
    }
    .platter-img .price {
        width: 50px;
        height: 50px;
        border-width: 3px;
        top: -5px;
        right: -5px;
    }
    .platter-img .price h4 {
        font-size: 18px;
    }
    .platter-content .label-check {
        margin-bottom: 15px;
    }
    .platterTotal-price {
        margin: 30px auto 0px;
    }
}
.homeV1-banner-area {
    padding: 265px 0px 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.homeV1-banner-area::before {
    background: var(--hv1-banner);
}
.homeV1-banner-area .shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    animation: zoom 7s linear infinite alternate;
}
.homeV1-banner-area .shape img {
    width: 100%;
    height: 100%;
}
.hv1-banner-wrapper {
    padding-bottom: 165px;
    max-width: 945px;
    width: 100%;
    margin: 0 auto;
}
.hv1-banner-wrapper .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.hv1-banner-wrapper .owl-dots .owl-dot {
    background: var(--white-txt-clr);
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    transition: all 0.3s ease-in-out;
}
.hv1-banner-wrapper .owl-dots .owl-dot.active {
    background: var(--theme-bg-clr);
}
.hv1-banner-wrapper .owl-item .hv1-banner-content h2,
.hv1-banner-wrapper .owl-item .hv1-banner-content .title,
.hv1-banner-wrapper .owl-item .hv1-banner-content p,
.hv1-banner-wrapper .owl-item .hv1-banner-content a {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.hv1-banner-wrapper .owl-item .hv1-banner-content h2 {
    transition-duration: 1s;
}
.hv1-banner-wrapper .owl-item .hv1-banner-content .title {
    transition-duration: 0.9s;
}
.hv1-banner-wrapper .owl-item .hv1-banner-content p {
    transition-duration: 0.7s;
}
.hv1-banner-wrapper .owl-item .hv1-banner-content a {
    transition-duration: 0.5s;
}
.hv1-banner-wrapper .owl-item.active .hv1-banner-content h2,
.hv1-banner-wrapper .owl-item.active .hv1-banner-content .title,
.hv1-banner-wrapper .owl-item.active .hv1-banner-content p,
.hv1-banner-wrapper .owl-item.active .hv1-banner-content a,
.hv1-banner-wrapper .owl-item.cloned .hv1-banner-content h2,
.hv1-banner-wrapper .owl-item.cloned .hv1-banner-content .title,
.hv1-banner-wrapper .owl-item.cloned .hv1-banner-content p,
.hv1-banner-wrapper .owl-item.cloned .hv1-banner-content a {
    transform: translateY(0px);
    opacity: 1;
}
.hv1-banner-content {
    text-align: center;
}
.hv1-banner-content h2 {
    font-size: 48px;
    color: var(--theme-txt-clr);
    line-height: 1;
}
.hv1-banner-content .title {
    color: var(--white-txt-clr);
    display: block;
    font-size: 96px;
    font-weight: 800;
    line-height: 1;
    margin-top: 20px;
}
.hv1-banner-content p {
    max-width: 530px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white-txt-clr);
    margin: 20px auto 0px;
}
.hv1-banner-content a {
    margin-top: 30px;
    border: none;
}
@media screen and (max-width: 1199px) {
    .homeV1-banner-area {
        padding: 200px 0px 100px;
    }
    .hv1-banner-wrapper {
        padding-bottom: 100px;
    }
    .hv1-banner-content .title {
        font-size: 80px;
    }
}
@media screen and (max-width: 991px) {
    .homeV1-banner-area {
        padding: 150px 0px 70px;
    }
    .hv1-banner-content .title {
        font-size: 70px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .homeV1-banner-area {
        padding: 100px 0px 50px;
    }
    .hv1-banner-wrapper {
        padding-bottom: 50px;
    }
    .hv1-banner-content h2 {
        font-size: 34px;
    }
    .hv1-banner-content .title {
        font-size: 54px;
    }
    .hv1-banner-content a {
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px) {
    .homeV1-banner-area {
        padding-top: 70px;
    }
    .hv1-banner-wrapper {
        height: fit-content;
    }
    .hv1-banner-wrapper .owl-dots .owl-dot {
        margin: 0px 5px;
    }
    .hv1-banner-content h2 {
        font-size: 24px;
    }
    .hv1-banner-content .title {
        font-size: 34px;
        line-height: 1.2;
    }
    .hv1-banner-content p {
        font-size: 16px;
        margin-top: 10px;
    }
}
.hv1-gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.single-hv1-gallery {
    position: relative;
    overflow: hidden;
}
.single-hv1-gallery.overlay {
    position: relative;
    z-index: 1;
}
.single-hv1-gallery.overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--font-bg-clr);
    mix-blend-mode: multiply;
    backdrop-filter: blur(5px);
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.single-hv1-gallery:hover .hv1-g-content {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.single-hv1-gallery:hover .hv1-g-img img {
    transform: scale(1.1);
}
.hv1-g-img {
    overflow: hidden;
}
.hv1-g-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
    transform: scale(1.01);
}
.hv1-g-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    max-width: 365px;
    max-height: 275px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: rgba(31, 34, 40, 0.9);
    transition: all 0.4s ease-in-out;
    z-index: 99;
    opacity: 0;
}
.hv1-g-content h3 {
    color: var(--white-txt-clr);
    line-height: 1;
    position: relative;
    padding-left: 55px;
}
.hv1-g-content h3::before,
.hv1-g-content h3::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background: var(--white-bg-clr);
    left: 0;
}
.hv1-g-content h3::before {
    top: 5px;
}
.hv1-g-content h3::after {
    bottom: 5px;
    width: 15px;
}
.hv1-g-content p {
    color: var(--white-txt-clr);
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.hv1-g-content p img,
.hv1-g-content p svg {
    margin-right: 20px;
}
.hv1-g-content a {
    margin-top: 40px;
    border: none;
}
@media screen and (max-width: 1510px) {
    .hv1-g-content {
        padding: 30px;
    }
}
@media screen and (max-width: 1300px) {
    .hv1-gallery-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 991px) {
    .hv1-gallery-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .hv1-g-content h3 {
        padding-left: 45px;
        font-size: 24px;
    }
    .hv1-g-content p {
        font-size: 16px;
    }
    .hv1-g-content a {
        margin-top: 30px;
    }
}
@media screen and (max-width: 575px) {
    .hv1-gallery-wrapper {
        grid-template-columns: 1fr;
    }
}
.hv1-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    max-width: 1080px;
    margin: 0 auto;
}
.single-hv1-menu {
    text-align: center;
}
.single-hv1-menu:hover .image::before {
    opacity: 1;
}
.single-hv1-menu:hover .image img {
    transform: scale(1.2) rotate(10deg);
}
.single-hv1-menu:hover .image .button {
    top: 50%;
    opacity: 1;
}
.single-hv1-menu:hover .content h3 {
    color: var(--theme-txt-clr);
}
.single-hv1-menu .image {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.single-hv1-menu .image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--ab-chef-bg);
    transform: rotate(180deg);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.single-hv1-menu .image .discount {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
}
.single-hv1-menu .image .discount span {
    display: inline-block;
    padding: 8px 12px;
    background: var(--theme-bg-clr);
    color: var(--white-txt-clr);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}
.single-hv1-menu .image img {
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}
.single-hv1-menu .image .button {
    position: absolute;
    content: "";
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
    opacity: 0;
    z-index: 99;
}
.single-hv1-menu .image .button a {
    background: var(--theme-bg-clr);
}
.single-hv1-menu .image .button a img,
.single-hv1-menu .image .button a svg {
    margin-right: 10px;
}
.single-hv1-menu .image .button a:hover {
    background: var(--white-bg-clr);
    color: var(--theme-txt-clr);
}
.single-hv1-menu .content {
    margin-top: 20px;
}
.single-hv1-menu .content h3 {
    color: var(--body-txt-clr);
    line-height: 1;
    transition: all 0.3s ease-in;
}
.single-hv1-menu .content h4 {
    line-height: 1;
}
.single-hv1-menu .content h4 a {
    color: var(--body-txt-clr);
    font-family: var(--raleway);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin-top: 20px;
}
@media screen and (max-width: 991px) {
    .hv1-menu-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .single-hv1-menu .content h4 a {
        font-size: 18px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .hv1-menu-wrapper {
        grid-gap: 20px;
    }
    .single-hv1-menu .content h3 {
        font-size: 24px;
    }
    .single-hv1-menu .content h4 a {
        margin-top: 10px;
    }
}
@media screen and (max-width: 575px) {
    .hv1-menu-wrapper {
        grid-template-columns: 1fr;
        max-width: 450px;
    }
    .single-hv1-menu .content h3 {
        font-size: 24px;
    }
    .single-hv1-menu .content h4 a {
        margin-top: 10px;
    }
}
.hv1-vider-area {
    position: relative;
    height: 700px;
}
.hv1-vider-area .background-img::before {
    background: var(--font-bg-clr);
    mix-blend-mode: multiply;
    opacity: 0.3;
}
.hv1-video {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hv1-video a {
    width: 130px;
    height: 130px;
    background: var(--theme-bg-clr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.hv1-video a img,
.hv1-video a svg {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 1199px) {
    .hv1-vider-area {
        height: 500px;
    }
}
@media screen and (max-width: 991px) {
    .hv1-vider-area {
        height: 400px;
    }
    .hv1-video a {
        width: 100px;
        height: 100px;
        padding: 20px;
    }
}
@media screen and (max-width: 575px) {
    .hv1-vider-area {
        height: 300px;
    }
    .hv1-video a {
        width: 70px;
        height: 70px;
        padding: 12px;
    }
}
.hv1-testimonial-area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}
.hv1-testimonial-area .shape-1,
.hv1-testimonial-area .shape-2,
.hv1-testimonial-area .shape-3,
.hv1-testimonial-area .shape-4,
.hv1-testimonial-area .shape-5 {
    position: absolute;
    z-index: -1;
}
.hv1-testimonial-area .shape-1 {
    left: 0;
    top: 0;
}
.hv1-testimonial-area .shape-2 {
    top: 40%;
    left: 0;
}
.hv1-testimonial-area .shape-3 {
    bottom: 0;
    left: 0;
}
.hv1-testimonial-area .shape-4 {
    right: 0;
    top: 0;
}
.hv1-testimonial-area .shape-5 {
    bottom: 0;
    right: 0;
}
.hv1-tstimnl-wrapper {
    max-width: 580px;
    margin: 0 auto;
}
.hv1-tstimnl-wrapper .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.hv1-tstimnl-wrapper .owl-nav .owl-prev,
.hv1-tstimnl-wrapper .owl-nav .owl-next {
    position: absolute;
    width: 44px;
    height: 44px;
    background: var(--font-txt-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.hv1-tstimnl-wrapper .owl-nav .owl-prev img,
.hv1-tstimnl-wrapper .owl-nav .owl-prev svg,
.hv1-tstimnl-wrapper .owl-nav .owl-next img,
.hv1-tstimnl-wrapper .owl-nav .owl-next svg {
    width: 24px;
    height: 24px;
    max-width: 100%;
    max-height: 100%;
}
.hv1-tstimnl-wrapper .owl-nav .owl-prev img path,
.hv1-tstimnl-wrapper .owl-nav .owl-prev svg path,
.hv1-tstimnl-wrapper .owl-nav .owl-next img path,
.hv1-tstimnl-wrapper .owl-nav .owl-next svg path {
    color: var(--white-txt-clr);
    transition: all 0.3s ease-in;
}
.hv1-tstimnl-wrapper .owl-nav .owl-prev:hover img path,
.hv1-tstimnl-wrapper .owl-nav .owl-prev:hover svg path,
.hv1-tstimnl-wrapper .owl-nav .owl-next:hover img path,
.hv1-tstimnl-wrapper .owl-nav .owl-next:hover svg path {
    color: var(--theme-txt-clr);
}
.hv1-tstimnl-wrapper .owl-nav .owl-prev {
    left: -40%;
}
.hv1-tstimnl-wrapper .owl-nav .owl-next {
    right: -40%;
}
.single-hv1-tstimnl {
    text-align: center;
}
.single-hv1-tstimnl img,
.single-hv1-tstimnl svg {
    max-width: 32px;
    max-height: 23px;
    width: 100%;
    height: 100%;
}
.single-hv1-tstimnl img path,
.single-hv1-tstimnl svg path {
    fill: var(--theme-txt-clr);
}
.single-hv1-tstimnl h4 {
    color: var(--white-txt-clr);
    font-size: 18px;
    margin-top: 30px;
    font-family: var(--raleway);
}
.single-hv1-tstimnl .line {
    height: 32px;
    width: 2px;
    background: var(--theme-bg-clr);
    display: block;
    margin: 10px auto 0px;
}
.single-hv1-tstimnl a {
    color: var(--white-txt-clr);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-top: 10px;
}
.single-hv1-tstimnl a span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}
@media screen and (max-width: 1350px) {
    .hv1-testimonial-area .shape-5 {
        max-width: 300px;
    }
}
@media screen and (max-width: 1199px) {
    .hv1-testimonial-area .shape-1 {
        max-width: 280px;
    }
    .hv1-testimonial-area .shape-2 {
        top: 45%;
        max-width: 200px;
    }
    .hv1-tstimnl-wrapper .owl-nav .owl-next {
        right: -20%;
    }
    .hv1-tstimnl-wrapper .owl-nav .owl-prev {
        left: -20%;
    }
}
@media screen and (max-width: 991px) {
    .hv1-testimonial-area .shape-1 {
        max-width: 200px;
    }
    .hv1-testimonial-area .shape-2 {
        top: 50%;
        max-width: 150px;
    }
    .hv1-testimonial-area .shape-3 {
        max-width: 250px;
    }
    .hv1-testimonial-area .shape-4 {
        max-width: 200px;
    }
    .hv1-testimonial-area .shape-5 {
        max-width: 200px;
    }
    .hv1-tstimnl-wrapper .owl-nav .owl-next {
        right: -10%;
    }
    .hv1-tstimnl-wrapper .owl-nav .owl-prev {
        left: -10%;
    }
}
@media screen and (max-width: 767px) {
    .hv1-testimonial-area .shape-1 {
        max-width: 100px;
    }
    .hv1-testimonial-area .shape-2 {
        display: none;
    }
    .hv1-testimonial-area .shape-3 {
        max-width: 100px;
    }
    .hv1-testimonial-area .shape-4 {
        max-width: 100px;
    }
    .hv1-testimonial-area .shape-5 {
        max-width: 100px;
    }
    .hv1-tstimnl-wrapper {
        padding: 0px 60px;
    }
    .hv1-tstimnl-wrapper .owl-nav .owl-prev,
    .hv1-tstimnl-wrapper .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }
    .hv1-tstimnl-wrapper .owl-nav .owl-next {
        right: 0;
    }
    .hv1-tstimnl-wrapper .owl-nav .owl-prev {
        left: 0;
    }
}
@media screen and (max-width: 575px) {
    .hv1-testimonial-area .shape-1,
    .hv1-testimonial-area .shape-2,
    .hv1-testimonial-area .shape-3,
    .hv1-testimonial-area .shape-4,
    .hv1-testimonial-area .shape-5 {
        display: none;
    }
    .hv1-tstimnl-wrapper {
        padding: 0px 0px 50px 0px;
    }
    .hv1-tstimnl-wrapper .owl-nav {
        top: 90%;
        max-width: 100px;
    }
    .hv1-tstimnl-wrapper .owl-nav .owl-next {
        right: 0;
    }
    .hv1-tstimnl-wrapper .owl-nav .owl-prev {
        left: 0;
    }
    .single-hv1-tstimnl img,
    .single-hv1-tstimnl svg {
        width: 24px;
        height: 20px;
    }
    .single-hv1-tstimnl h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    .single-hv1-tstimnl a {
        font-size: 18px;
        margin-top: 10px;
    }
}
.hv2-banner-area {
    padding: 340px 0px 245px;
    background-image: url("../img/home-v2/banner/banner-01.jpg");
    transition: all 0.5s;
    animation-name: hv2_Banner;
    animation-duration: 20s;
    animation-direction: alternate-reverse;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
}
.hv2-banner-area.bg-overlay::before {
    background: var(--hdr-v2-bg);
    mix-blend-mode: multiply;
}
@keyframes hv2_Banner {
    0% {
        background-image: url("../img/home-v2/banner/banner-02.jpg");
    }
    25% {
        background-image: url("../img/home-v2/banner/banner-03.jpg");
    }
    50% {
        background-image: url("../img/home-v2/banner/banner-04.jpg");
    }
    75% {
        background-image: url("../img/home-v2/banner/banner-05.jpg");
    }
    100% {
        background-image: url("../img/home-v2/banner/banner-06.jpg");
    }
}
.hv2-banner-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.hv2-banner-content > span {
    font-size: 36px;
    font-weight: 600;
    color: var(--white-txt-clr);
    line-height: 1;
    display: block;
}
.hv2-banner-content h2 {
    font-size: 150px;
    color: var(--white-txt-clr);
    line-height: 1;
    margin-top: 20px;
    display: block;
}
.hv2-banner-content p {
    max-width: 530px;
    margin: 50px auto 0px;
    color: var(--white-txt-clr);
    font-size: 18px;
    font-weight: 500;
}
.hv2-banner-content a {
    margin-top: 30px;
}
@media screen and (max-width: 1199px) {
    .hv2-banner-content h2 {
        font-size: 130px;
    }
}
@media screen and (max-width: 991px) {
    .hv2-banner-area {
        padding: 250px 0px 170px;
    }
    .hv2-banner-content h2 {
        font-size: 100px;
    }
    .hv2-banner-content p {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .hv2-banner-area {
        padding: 200px 0px 100px;
    }
    .hv2-banner-content > span {
        font-size: 20px;
    }
    .hv2-banner-content h2 {
        font-size: 45px;
        margin-top: 15px;
    }
    .hv2-banner-content p {
        margin-top: 20px;
        font-size: 16px;
    }
    .hv2-banner-content a {
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px) {
    .hv2-banner-area {
        padding: 150px 0px 70px;
    }
    .hv2-banner-content > span {
        font-size: 18px;
    }
    .hv2-banner-content h2 {
        margin-top: 10px;
    }
    .hv2-banner-content p {
        margin-top: 20px;
        font-size: 16px;
    }
    .hv2-banner-content a {
        margin-top: 20px;
    }
}
.hv2-about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.hv2-about-content {
    padding: 0px 80px 30px 0px;
    position: relative;
    z-index: 1;
}
.hv2-about-content::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 40%;
    background: var(--themev2-bg-clr);
    bottom: 0;
    right: 0;
    z-index: -1;
}
.hv2-about-content .shape {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 65px;
    max-height: 65px;
}
.hv2-about-content .shape img,
.hv2-about-content .shape svg {
    max-width: 100%;
    max-height: 100%;
}
.hv2-about-content .shape img path,
.hv2-about-content .shape svg path {
    fill: var(--themev2-txt-clr);
}
.hv2-about-content .content {
    background: var(--font-bg-clr);
    padding: 100px;
}
.hv2-about-content .content .title {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.hv2-about-content .content .title h2 {
    color: var(--themev2-txt-clr);
    line-height: 1;
    margin: 0px 20px;
}
.hv2-about-content .content .title .line:first-child {
    transform: rotateY(180deg);
}
.hv2-about-content .content .title .line span {
    width: 35px;
    height: 2px;
    display: block;
    background: var(--themev2-bg-clr);
    margin: 10px 0px;
}
.hv2-about-content .content .title .line span:last-child {
    width: 15px;
}
.hv2-about-content .content h4 {
    color: var(--white-txt-clr);
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}
.hv2-about-content .content p {
    color: var(--white-txt-clr);
}
.hv2-about-content .content ul {
    margin-top: 20px;
    max-width: 475px;
}
.hv2-about-content .content ul li {
    padding-left: 17px;
    position: relative;
    margin-bottom: 10px;
    color: var(--themev2-txt-clr);
}
.hv2-about-content .content ul li:last-child {
    margin-bottom: 0;
}
.hv2-about-content .content ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--themev2-bg-clr);
    left: 0;
    top: 7px;
}
.hv2-about-thumb {
    position: relative;
}
.hv2-about-thumb .shape-01,
.hv2-about-thumb .shape-02,
.hv2-about-thumb .shape-03 {
    position: absolute;
    z-index: 2;
}
.hv2-about-thumb .shape-01 {
    top: 20px;
    left: 20px;
}
.hv2-about-thumb .shape-02 {
    right: 10%;
    top: 10%;
}
.hv2-about-thumb .shape-03 {
    bottom: 10%;
    left: 20%;
}
@media screen and (max-width: 1400px) {
    .hv2-about-thumb .shape-01,
    .hv2-about-thumb .shape-02,
    .hv2-about-thumb .shape-03 {
        max-width: 300px;
    }
}
@media screen and (max-width: 1199px) {
    .hv2-about-wrapper {
        display: flex;
        flex-direction: column;
    }
    .hv2-about-thumb {
        margin-top: 20px;
    }
    .hv2-about-thumb .shape-01,
    .hv2-about-thumb .shape-02,
    .hv2-about-thumb .shape-03 {
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .hv2-about-thumb .shape-01,
    .hv2-about-thumb .shape-02,
    .hv2-about-thumb .shape-03 {
        max-width: 340px;
    }
    .hv2-about-content .content {
        padding: 70px;
    }
}
@media screen and (max-width: 767px) {
    .hv2-about-content {
        padding: 0;
    }
    .hv2-about-content .shape {
        display: none;
    }
    .hv2-about-content::before {
        display: none;
    }
    .hv2-about-content .content {
        padding: 50px;
    }
    .hv2-about-thumb .shape-01,
    .hv2-about-thumb .shape-02,
    .hv2-about-thumb .shape-03 {
        max-width: 300px;
    }
}
@media screen and (max-width: 575px) {
    .hv2-about-thumb .shape-01,
    .hv2-about-thumb .shape-02,
    .hv2-about-thumb .shape-03 {
        max-width: 180px;
    }
    .hv2-about-content .content {
        padding: 30px 20px;
    }
    .hv2-about-content .content .title {
        margin-bottom: 30px;
    }
    .hv2-about-content .content .title .line span {
        margin: 5px 0px;
    }
    .hv2-about-content .content .title h2 {
        font-size: 24px;
        margin: 0px 10px;
    }
    .hv2-about-content .content h4 {
        font-size: 20px;
    }
}
.hv2-reservation-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hv2-reservation-area .shape-1,
.hv2-reservation-area .shape-2 {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
}
.hv2-reservation-area .shape-1 img,
.hv2-reservation-area .shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hv2-reservation-area .shape-1 {
    left: 5%;
}
.hv2-reservation-area .shape-2 {
    right: 5%;
}
.hv2-rsvvtn-form {
    background-color: var(--white-bg-clr);
    max-width: 940px;
    margin: 0 auto;
    box-shadow: 0px 10px 40px var(--register-sdw);
    border-radius: 20px;
    overflow: hidden;
}
.hv2-rsvvtn-form .reservation-wrap {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-width: 100%;
}
.hv2-rsvvtn-form .reservation-wrap .title h3 {
    color: var(--themev2-txt-clr);
}
.hv2-rsvvtn-form .reservation-wrap .input-fild:focus-within input {
    border-color: var(--themev2-bdr-clr);
}
.hv2-rsvvtn-form .reservation-wrap .input-fild button {
    background: var(--themev2-bg-clr);
}
.hv2-rsvvtn-form .reservation-wrap .reservation-from .nice-select:focus {
    border-color: var(--themev2-bdr-clr);
}
.hv2-rsvvtn-form .reservation-wrap .reservation-from .nice-select::before {
    background: var(--themev2-bg-clr);
}
.hv2-rsvvtn-form .dtp div.dtp-date,
.hv2-rsvvtn-form .dtp div.dtp-time {
    background: #0026ff !important;
}
.hv2-rsvvtn-content {
    padding: 45px 50px 50px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hv2-rsvvtn-content .content {
    max-width: 495px;
    width: 100%;
    margin-right: 30px;
}
.hv2-rsvvtn-content .content h4 {
    color: var(--themev2-txt-clr);
    line-height: 1;
}
.hv2-rsvvtn-content .content p {
    margin-top: 12px;
}
.hv2-rsvvtn-content .contact {
    max-width: 235px;
    width: 100%;
}
.hv2-rsvvtn-content .contact a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--font-txt-clr);
}
.hv2-rsvvtn-content .contact a:last-child {
    margin-bottom: 0;
}
.hv2-rsvvtn-content .contact a span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    background: var(--themev2-bg-clr);
    margin-right: 10px;
}
.hv2-rsvvtn-content .contact a span img,
.hv2-rsvvtn-content .contact a span svg {
    max-width: 100%;
    max-height: 100%;
    color: var(--white-txt-clr);
}
@media screen and (max-width: 1199px) {
    .hv2-reservation-area .shape-1,
    .hv2-reservation-area .shape-2 {
        max-width: 40%;
        top: 0;
    }
    .hv2-reservation-area .shape-1 {
        left: 1%;
    }
    .hv2-reservation-area .shape-2 {
        right: 1%;
    }
}
@media screen and (max-width: 767px) {
    .hv2-rsvvtn-form .reservation-wrap {
        padding-bottom: 30px;
    }
    .hv2-rsvvtn-content {
        padding: 20px;
    }
}
@media screen and (max-width: 575px) {
    .hv2-reservation-area .shape-1,
    .hv2-reservation-area .shape-2 {
        display: none;
    }
    .hv2-rsvvtn-form {
        border-radius: 10px;
    }
    .hv2-rsvvtn-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .hv2-rsvvtn-content .content {
        margin-right: 0;
    }
    .hv2-rsvvtn-content .content h3 {
        font-size: 20px;
    }
    .hv2-rsvvtn-content .content p {
        margin-top: 10px;
    }
    .hv2-rsvvtn-content .contact {
        margin-top: 20px;
    }
    .hv2-rsvvtn-content .contact a {
        font-size: 16px;
        margin-bottom: 15px;
    }
}
.hv2-menu-area {
    background: var(--font-bg-clr);
    z-index: 1;
}
.hv2-menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1350px;
    margin: 0 auto;
    grid-gap: 200px;
    position: relative;
}
.hv2-menu-wrapper::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--themev2-bg-clr);
}
.hv2-menu-wrapper .single-fMenu-item {
    width: 100%;
}
.hv2-menu-wrapper .single-fMenu-item > .title h2 {
    color: var(--themev2-txt-clr);
}
.hv2-menu-wrapper .fMenu-item-select::before {
    border-bottom: 1px dashed var(--themev2-bdr-clr);
}
.hv2-menu-wrapper .fMenu-item-select .title .label-check input[type="checkbox"]:checked ~ .name {
    color: var(--themev2-txt-clr);
}
.hv2-menu-wrapper .fMenu-item-select .title .label-check input[type="checkbox"] ~ .box {
    border-color: var(--themev2-bdr-clr);
}
.hv2-menu-wrapper .fMenu-item-select .title .label-check input[type="checkbox"] ~ .box::before {
    border-color: var(--themev2-bdr-clr);
}
@media screen and (max-width: 1199px) {
    .hv2-menu-wrapper {
        grid-gap: 100px;
    }
}
@media screen and (max-width: 991px) {
    .hv2-menu-wrapper {
        grid-gap: 100px;
        grid-template-columns: 1fr;
    }
    .hv2-menu-wrapper::before {
        width: 100%;
        height: 1px;
    }
}
@media screen and (max-width: 575px) {
    .hv2-menu-wrapper {
        grid-gap: 50px;
    }
}
.hv2-work-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.sing-hv2-work:hover .content .popup-video img,
.sing-hv2-work:hover .content .popup-video svg {
    transform: rotate(0deg);
}
.sing-hv2-work:first-child .content h4 {
    max-width: 260px;
}
.sing-hv2-work:last-child .content h4 {
    max-width: 190px;
}
.sing-hv2-work .content {
    padding: 310px 20px 200px;
    text-align: center;
}
.sing-hv2-work .content .popup-video {
    max-width: 78px;
    max-height: 78px;
}
.sing-hv2-work .content .popup-video img,
.sing-hv2-work .content .popup-video svg {
    max-width: 100%;
    max-height: 100%;
    transform: rotate(-50deg);
    transition: all 0.5s;
}
.sing-hv2-work .content p {
    color: var(--white-txt-clr);
    font-size: 14px;
    line-height: 1;
    margin-top: 40px;
}
.sing-hv2-work .content h4 {
    line-height: 1;
    max-width: 330px;
    width: 100%;
    margin: 10px auto 0px;
}
.sing-hv2-work .content h4 a {
    color: var(--white-txt-clr);
    font-size: 20px;
    font-family: var(--raleway);
}
@media screen and (max-width: 1199px) {
    .sing-hv2-work .content {
        padding: 200px 20px 150px;
    }
}
@media screen and (max-width: 991px) {
    .hv2-work-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .sing-hv2-work .content {
        padding: 130px 20px 100px;
    }
    .sing-hv2-work .content .popup-video {
        max-width: 50px;
        max-height: 50px;
    }
    .sing-hv2-work .content .popup-video img,
    .sing-hv2-work .content .popup-video svg {
        max-width: 60px;
        max-height: 60px;
    }
    .sing-hv2-work .content p {
        margin-top: 20px;
    }
    .sing-hv2-work .content h4 {
        margin: 5px auto 0px;
    }
    .sing-hv2-work .content h4 a {
        font-size: 18px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 575px) {
    .hv2-work-wrapper {
        grid-template-columns: 1fr;
    }
}
.hv2-testimonial-area {
    padding-bottom: 315px;
}
.hv2-testimonial .owl-nav .owl-prev,
.hv2-testimonial .owl-nav .owl-next {
    background: transparent;
}
.hv2-testimonial .owl-nav .owl-prev img,
.hv2-testimonial .owl-nav .owl-prev svg,
.hv2-testimonial .owl-nav .owl-next img,
.hv2-testimonial .owl-nav .owl-next svg {
    width: 30px;
    height: 30px;
}
.hv2-testimonial .owl-nav .owl-prev img path,
.hv2-testimonial .owl-nav .owl-prev svg path,
.hv2-testimonial .owl-nav .owl-next img path,
.hv2-testimonial .owl-nav .owl-next svg path {
    color: var(--font-txt-clr);
}
.hv2-testimonial .owl-nav .owl-prev:hover img path,
.hv2-testimonial .owl-nav .owl-prev:hover svg path,
.hv2-testimonial .owl-nav .owl-next:hover img path,
.hv2-testimonial .owl-nav .owl-next:hover svg path {
    color: var(--themev2-txt-clr);
}
.hv2-testimonial .single-hv1-tstimnl img path,
.hv2-testimonial .single-hv1-tstimnl svg path {
    fill: var(--themev2-txt-clr);
}
.hv2-testimonial .single-hv1-tstimnl h4 {
    color: var(--font-txt-clr);
}
.hv2-testimonial .single-hv1-tstimnl .line {
    background: var(--themev2-bg-clr);
}
.hv2-testimonial .single-hv1-tstimnl a {
    color: var(--font-txt-clr);
}
@media screen and (max-width: 1199px) {
    .hv2-testimonial-area {
        padding-bottom: 200px;
    }
    .hv2-testimonial-area::before {
        background-color: var(--white-bg-clr);
        opacity: 0.6;
    }
}
@media screen and (max-width: 991px) {
    .hv2-testimonial-area {
        padding-bottom: 150px;
    }
    .hv2-testimonial-area::before {
        background-color: var(--white-bg-clr);
        opacity: 0.8;
    }
}
@media screen and (max-width: 575px) {
    .hv2-testimonial-area {
        padding-bottom: 50px;
    }
    .hv2-testimonial-area::before {
        background: var(--white-bg-clr);
        opacity: 0.9;
    }
    .hv2-testimonial .owl-nav {
        max-width: 70px;
    }
    .hv2-testimonial .owl-nav .owl-prev img,
    .hv2-testimonial .owl-nav .owl-prev svg,
    .hv2-testimonial .owl-nav .owl-next img,
    .hv2-testimonial .owl-nav .owl-next svg {
        width: 24px;
        height: 24px;
    }
}
.hv2-reason-area::before {
    background: var(--reson-overlay);
}
.reson-v2-title {
    margin-bottom: 50px;
    margin-left: 110px;
}
.reson-v2-title h2 {
    color: var(--themev2-txt-clr);
    line-height: 1;
}
.hv2-reason-wrapper {
    max-width: 757px;
    margin-left: 110px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px 100px;
}
.single-hv2-reason {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.single-hv2-reason::before {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% + 70px);
    background: var(--themev2-bg-clr);
    top: 5px;
    left: 7px;
}
.single-hv2-reason:nth-child(4)::before,
.single-hv2-reason:nth-child(5)::before {
    height: 100%;
}
.single-hv2-reason .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--themev2-bg-clr);
    margin: 5px 30px 0px 0px;
}
.single-hv2-reason .content {
    flex: 1;
}
.single-hv2-reason .content h4 {
    color: var(--themev2-txt-clr);
    line-height: 1;
}
.single-hv2-reason .content p {
    color: var(--white-txt-clr);
    margin-top: 25px;
    font-size: 18px;
}
@media screen and (max-width: 1199px) {
    .reson-v2-title {
        margin-bottom: 50px;
        margin-left: 0px;
    }
    .hv2-reason-wrapper {
        margin-left: 0px;
    }
}
@media screen and (max-width: 991px) {
    .hv2-reason-wrapper {
        grid-gap: 50px 70px;
    }
}
@media screen and (max-width: 767px) {
    .hv2-reason-wrapper {
        grid-gap: 40px 30px;
    }
    .reson-v2-title {
        margin-bottom: 30px;
    }
    .reson-v2-title h2 {
        font-size: 24px;
    }
    .single-hv2-reason .content h4 {
        font-size: 20px;
    }
    .single-hv2-reason .content p {
        margin-top: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .hv2-reason-wrapper {
        grid-gap: 30px;
        grid-template-columns: 1fr;
    }
    .single-hv2-reason:nth-child(4)::before {
        height: calc(100% + 30px);
    }
    .single-hv2-reason .dot {
        margin-right: 20px;
    }
}
.hv2-chef-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.hv2-single-chif {
    overflow: hidden;
}
.hv2-single-chif:hover .content::before {
    clip-path: circle(70.7% at 50% 50%);
}
.hv2-single-chif:hover .content .content-inner .social a {
    color: var(--white-txt-clr);
}
.hv2-single-chif:hover .content .content-inner .title a,
.hv2-single-chif:hover .content .content-inner .title span {
    color: var(--white-txt-clr);
}
.hv2-single-chif .img {
    position: relative;
    z-index: -1;
}
.hv2-single-chif .img img {
    width: 100%;
}
.hv2-single-chif .content {
    overflow: hidden;
    border-radius: 0px 0px 30px 30px;
    position: relative;
    margin-top: -31px;
    z-index: 1;
    width: 100%;
}
.hv2-single-chif .content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -1px;
    background-image: url("../img/home-v2/cheaf-shape-clr.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    clip-path: circle(0% at 50% 0);
}
.hv2-single-chif .content .shape {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    left: 0;
}
.hv2-single-chif .content .shape img {
    width: 100%;
    height: 100%;
}
.hv2-single-chif .content .content-inner {
    text-align: center;
    padding: 60px 30px 30px;
}
.hv2-single-chif .content .content-inner .social {
    display: flex;
    justify-content: center;
}
.hv2-single-chif .content .content-inner .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 16px;
    color: var(--body-txt-clr);
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.hv2-single-chif .content .content-inner .social a:hover {
    color: var(--body-txt-clr);
}
.hv2-single-chif .content .content-inner .social a:hover::before {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
}
.hv2-single-chif .content .content-inner .social a::before {
    position: absolute;
    content: "";
    background: var(--white-bg-clr);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.hv2-single-chif .content .content-inner .title {
    text-align: center;
    margin-top: 15px;
}
.hv2-single-chif .content .content-inner .title a {
    display: block;
    color: var(--font-txt-clr);
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.hv2-single-chif .content .content-inner .title span {
    color: var(--font-txt-clr);
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
    .hv2-single-chif .content {
        margin-top: -41px;
    }
}
@media screen and (max-width: 991px) {
    .hv2-chef-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .hv2-chef-wrapper {
        grid-gap: 20px;
    }
    .hv2-single-chif .content .content-inner {
        padding: 60px 20px 30px;
    }
}
@media screen and (max-width: 575px) {
    .hv2-chef-wrapper {
        grid-template-columns: 1fr;
        max-width: 450px;
    }
    .hv2-single-chif .content {
        overflow: visible;
    }
    .hv2-single-chif .content::before {
        height: calc(100% + 12px);
        top: -12px;
        border-radius: 0px 0px 30px 30px;
    }
    .hv2-single-chif .content .content-inner {
        padding: 60px 20px 30px;
    }
    .hv2-single-chif .content .content-inner .title {
        margin-top: 10px;
    }
    .hv2-single-chif .content .content-inner .title a {
        font-size: 18px;
    }
    .hv2-single-chif .content .content-inner .title span {
        font-size: 15px;
    }
}
.hv2-subscrive .section-title h2 {
    color: var(--themev2-txt-clr);
}
.hv2-subscrive .section-title span {
    background: var(--themev2-bg-clr);
}
.hv2-subscrive .sb-from .sb-btn {
    background: var(--themev2-bg-clr);
    color: var(--font-txt-clr);
}
.homeV3-banner-area {
    padding: 390px 0px 110px;
    position: relative;
}
.homeV3-banner-area .shape-01,
.homeV3-banner-area .shape-02,
.homeV3-banner-area .shape-03,
.homeV3-banner-area .shape-04 {
    position: absolute;
    bottom: 0;
    animation: hv3_tpbm 1s linear infinite alternate;
}
.homeV3-banner-area .shape-01 {
    left: 0;
}
.homeV3-banner-area .shape-02 {
    left: 10%;
    animation-duration: 1.2s;
}
.homeV3-banner-area .shape-03 {
    left: 20%;
    animation-duration: 1.4s;
}
.homeV3-banner-area .shape-04 {
    left: 28%;
    animation-duration: 1.6s;
}
.hv3-banner-wrapper {
    max-width: 730px;
    position: relative;
    padding-bottom: 145px;
}
.hv3-banner-wrapper::before {
    position: absolute;
    content: "";
    background-image: url("../img/home-v3/banner/shape-01.png");
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
    z-index: -1;
}
.hv3-banner-wrapper .owl-dots {
    position: absolute;
    bottom: 0;
    left: 90%;
    display: flex;
    align-items: center;
}
.hv3-banner-wrapper .owl-dots .owl-dot {
    background: var(--white-bg-clr);
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    transition: all 0.3s ease-in-out;
}
.hv3-banner-wrapper .owl-dots .owl-dot.active {
    background: var(--themev3-bg-clr);
}
.hv3-banner-wrapper .owl-item .hv3-banner-content h2,
.hv3-banner-wrapper .owl-item .hv3-banner-content p,
.hv3-banner-wrapper .owl-item .hv3-banner-content a {
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.hv3-banner-wrapper .owl-item .hv3-banner-content h2 {
    transition-duration: 0.5s;
}
.hv3-banner-wrapper .owl-item .hv3-banner-content p {
    transition-duration: 0.7s;
}
.hv3-banner-wrapper .owl-item .hv3-banner-content a {
    transition-duration: 0.9s;
}
.hv3-banner-wrapper .owl-item.active .hv3-banner-content h2,
.hv3-banner-wrapper .owl-item.active .hv3-banner-content p,
.hv3-banner-wrapper .owl-item.active .hv3-banner-content a,
.hv3-banner-wrapper .owl-item.cloned .hv3-banner-content h2,
.hv3-banner-wrapper .owl-item.cloned .hv3-banner-content p,
.hv3-banner-wrapper .owl-item.cloned .hv3-banner-content a {
    transform: translateY(0px);
    opacity: 1;
}
.hv3-banner-content {
    padding-left: 20px;
}
.hv3-banner-content h2 {
    font-size: 75px;
    font-weight: 900;
    color: var(--white-txt-clr);
    font-family: var(--playFair);
    line-height: 1.2;
}
.hv3-banner-content h2 span {
    color: var(--themev3-txt-clr);
}
.hv3-banner-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-txt-clr);
    max-width: 507px;
    margin-top: 15px;
}
@media screen and (max-width: 1199px) {
    .homeV3-banner-area {
        padding: 280px 0px 100px;
    }
    .homeV3-banner-area .shape-02 {
        left: 15%;
    }
    .homeV3-banner-area .shape-03 {
        left: 30%;
    }
    .homeV3-banner-area .shape-04 {
        left: 40%;
    }
}
@media screen and (max-width: 991px) {
    .homeV3-banner-area {
        padding: 200px 0px 70px;
    }
    .homeV3-banner-area .shape-01 {
        max-width: 70px;
    }
    .homeV3-banner-area .shape-02 {
        left: 10%;
        max-width: 60px;
    }
    .homeV3-banner-area .shape-03 {
        left: 20%;
        max-width: 50px;
    }
    .homeV3-banner-area .shape-04 {
        left: 30%;
        max-width: 40px;
    }
    .hv3-banner-wrapper {
        padding-bottom: 70px;
    }
    .hv3-banner-wrapper .owl-dots {
        left: 50%;
    }
    .hv3-banner-content h2 {
        font-size: 64px;
    }
}
@media screen and (max-width: 767px) {
    .homeV3-banner-area {
        padding: 140px 0px 50px;
    }
    .homeV3-banner-area::before {
        background: var(--font-bg-clr);
        opacity: 0.7;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .homeV3-banner-area .shape-01 {
        max-width: 50px;
    }
    .homeV3-banner-area .shape-02 {
        left: 8%;
        max-width: 40px;
    }
    .homeV3-banner-area .shape-03 {
        left: 14%;
        max-width: 30px;
    }
    .homeV3-banner-area .shape-04 {
        left: 20%;
    }
    .hv3-banner-wrapper {
        padding-bottom: 70px;
        max-width: 445px;
    }
    .hv3-banner-wrapper .owl-dots {
        left: 50%;
    }
    .hv3-banner-content h2 {
        font-size: 44px;
    }
}
@media screen and (max-width: 575px) {
    .homeV3-banner-area {
        padding: 120px 0px 50px;
    }
    .homeV3-banner-area .shape-01,
    .homeV3-banner-area .shape-02,
    .homeV3-banner-area .shape-03,
    .homeV3-banner-area .shape-04 {
        display: none;
    }
    .hv3-banner-wrapper {
        padding-bottom: 40px;
        max-width: 300px;
    }
    .hv3-banner-wrapper::before {
        display: none;
    }
    .hv3-banner-wrapper .owl-dots {
        left: auto;
        right: 0;
    }
    .hv3-banner-content {
        padding-left: 10px;
    }
    .hv3-banner-content h2 {
        font-size: 30px;
    }
    .hv3-banner-content p {
        font-size: 16px;
    }
}
.hv3About-wrapper {
    padding: 0px 67px 105px 0px;
    max-width: 740px;
    margin-left: auto;
    margin-right: 180px;
    position: relative;
}
.hv3About-wrapper .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.hv3About-content {
    background: var(--hv3About-content);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 50px 65px;
    position: relative;
}
.hv3About-content h4 {
    color: var(--themev3-txt-clr);
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    font-family: var(--playFair);
}
.hv3About-content p {
    margin-top: 20px;
}
.hv3About-content ul {
    margin-top: 20px;
    max-width: 460px;
}
.hv3About-content ul li {
    padding-left: 17px;
    position: relative;
    margin-bottom: 10px;
}
.hv3About-content ul li:last-child {
    margin-bottom: 0;
}
.hv3About-content ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--themev3-bg-clr);
    left: 0;
    top: 7px;
}
@media screen and (max-width: 1199px) {
    .hv3About-wrapper {
        margin-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .hv3About-wrapper {
        padding: 0;
    }
    .hv3About-wrapper .shape {
        bottom: -5%;
        right: -5%;
    }
}
@media screen and (max-width: 767px) {
    .hv3About-wrapper .shape {
        bottom: -10%;
        right: 0%;
        max-width: 150px;
    }
    .hv3About-content {
        padding: 40px;
    }
}
@media screen and (max-width: 575px) {
    .hv3About-wrapper .shape {
        display: none;
    }
    .hv3About-content {
        padding: 20px;
    }
    .hv3About-content h4 {
        font-size: 22px;
    }
    .hv3About-content p {
        margin-top: 15px;
    }
    .hv3About-content ul {
        margin-top: 15px;
    }
}
.hv3-ctgry-area {
    background: var(--snow-bg);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hv3-ctgry-area .shape-01,
.hv3-ctgry-area .shape-02,
.hv3-ctgry-area .shape-03,
.hv3-ctgry-area .shape-04 {
    position: absolute;
    z-index: -1;
    top: 0;
    animation: cTop_bottom 10s linear infinite;
}
.hv3-ctgry-area .shape-02 {
    left: 20%;
    animation-delay: 12s;
}
.hv3-ctgry-area .shape-03 {
    right: 20%;
    animation-delay: 14s;
}
.hv3-ctgry-area .shape-04 {
    right: 2%;
    animation-delay: 16s;
}
.hv3-ctgry-wrapper {
    max-width: 1410px;
    margin: 0 auto;
}
.hv3Ctgry-tab-navs .nav-tabs {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 25px;
    flex-wrap: wrap;
}
.hv3Ctgry-tab-navs .nav-tabs .nav-link {
    border: 0 !important;
    padding: 27px 45px;
    background: var(--hv3ctgry-item);
    border-radius: 10px;
}
.hv3Ctgry-tab-navs .nav-tabs .nav-link img {
    margin-bottom: 15px;
    transition: all 0.3s ease-in;
}
.hv3Ctgry-tab-navs .nav-tabs .nav-link span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--font-txt-clr);
    margin-bottom: 8px;
}
.hv3Ctgry-tab-navs .nav-tabs .nav-link span:last-child {
    font-size: 24px;
    margin-bottom: 0;
}
.hv3Ctgry-tab-navs .nav-tabs .nav-link:hover,
.hv3Ctgry-tab-navs .nav-tabs .nav-link.active {
    box-shadow: -10px 30px 50px var(--hv3ctgry-sdow);
    background: var(--white-bg-clr);
}
.hv3Ctgry-tab-navs .nav-tabs .nav-link:hover img,
.hv3Ctgry-tab-navs .nav-tabs .nav-link.active img {
    transform: scale(1.1);
}
.hv3Ctgry-tab-content {
    margin-top: 50px;
}
.hv3-ctgry-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.hv3-ctgry-item {
    background: var(--hv3ctgry-item);
    padding: 13px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.hv3-ctgry-item:hover {
    box-shadow: -10px 30px 50px var(--hv3ctgry-sdow);
    background: var(--white-bg-clr);
}
.hv3-ctgry-item:hover .img img {
    transform: scale(1.2) rotate(3deg);
}
.hv3-ctgry-item:hover .img .button {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.hv3-ctgry-item .img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.hv3-ctgry-item .img img {
    width: 100%;
    transition: all 0.7s ease-in-out;
}
.hv3-ctgry-item .img .button {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: 70px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    display: flex;
    justify-content: center;
}
.hv3-ctgry-item .img .button a {
    border-radius: 5px;
    background: var(--themev3-bg-clr);
    align-items: center;
    display: flex;
    line-height: 1;
    border: 1px solid transparent;
}
.hv3-ctgry-item .img .button a img,
.hv3-ctgry-item .img .button a svg {
    margin-right: 10px;
    max-width: 20px;
    max-height: 20px;
}
.hv3-ctgry-item .img .button a img path,
.hv3-ctgry-item .img .button a svg path {
    transition: all 0.4s ease-in-out;
}
.hv3-ctgry-item .img .button a:hover {
    color: var(--themev3-txt-clr);
    background: var(--white-bg-clr);
    border-color: var(--themev3-bdr-clr);
}
.hv3-ctgry-item .img .button a:hover img path,
.hv3-ctgry-item .img .button a:hover svg path {
    fill: var(--themev3-txt-clr);
}
.hv3-ctgry-item .content {
    margin: 35px 10px 25px;
    text-align: center;
}
.hv3-ctgry-item .content h2 {
    font-family: var(--playFair);
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
}
.hv3-ctgry-item .content a {
    display: block;
    color: var(--font-txt-clr);
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
@media screen and (max-width: 1199px) {
    .hv3-ctgry-items {
        grid-gap: 30px;
    }
}
@media screen and (max-width: 991px) {
    .hv3Ctgry-tab-navs .nav-tabs {
        grid-gap: 20px;
    }
    .hv3Ctgry-tab-navs .nav-tabs .nav-link {
        padding: 20px 30px;
    }
    .hv3Ctgry-tab-navs .nav-tabs .nav-link img {
        margin-bottom: 10px;
    }
    .hv3Ctgry-tab-navs .nav-tabs .nav-link span {
        font-size: 16px;
    }
    .hv3Ctgry-tab-navs .nav-tabs .nav-link span:last-child {
        font-size: 20px;
    }
    .hv3-ctgry-items {
        grid-template-columns: 1fr 1fr;
    }
    .hv3-ctgry-item .img .button {
        bottom: 40px;
    }
    .hv3-ctgry-item .content {
        margin: 20px 10px 10px;
    }
    .hv3-ctgry-item .content h2 {
        font-size: 30px;
    }
    .hv3-ctgry-item .content a {
        margin-top: 10px;
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .hv3-ctgry-area .shape-01,
    .hv3-ctgry-area .shape-02,
    .hv3-ctgry-area .shape-03,
    .hv3-ctgry-area .shape-04 {
        max-width: 100px;
    }
    .hv3-ctgry-area .shape-01 img,
    .hv3-ctgry-area .shape-02 img,
    .hv3-ctgry-area .shape-03 img,
    .hv3-ctgry-area .shape-04 img {
        width: 100%;
    }
    .hv3Ctgry-tab-navs .nav-tabs {
        grid-gap: 15px;
    }
    .hv3Ctgry-tab-navs .nav-tabs .nav-link {
        padding: 15px 20px;
        border-radius: 5px;
    }
    .hv3Ctgry-tab-navs .nav-tabs .nav-link img {
        display: none;
    }
    .hv3Ctgry-tab-navs .nav-tabs .nav-link span {
        margin: 0;
    }
    .hv3Ctgry-tab-navs .nav-tabs .nav-link span:last-child {
        display: none;
    }
    .hv3Ctgry-tab-content {
        margin-top: 40px;
    }
    .hv3-ctgry-items {
        grid-gap: 20px;
    }
    .hv3-ctgry-item .img .button {
        bottom: 30px;
    }
    .hv3-ctgry-item .img .button img,
    .hv3-ctgry-item .img .button svg {
        max-width: 18px;
        max-height: 18px;
    }
}
@media screen and (max-width: 575px) {
    .hv3-ctgry-area .shape-01,
    .hv3-ctgry-area .shape-02,
    .hv3-ctgry-area .shape-03,
    .hv3-ctgry-area .shape-04 {
        max-width: 50px;
        animation-delay: 30s;
    }
    .hv3-ctgry-area .shape-02 {
        left: 10%;
        animation-delay: 32s;
    }
    .hv3-ctgry-area .shape-03 {
        right: 10%;
        animation-delay: 34s;
    }
    .hv3-ctgry-area .shape-04 {
        animation-delay: 36s;
    }
    .hv3Ctgry-tab-navs .nav-tabs {
        grid-gap: 10px;
    }
    .hv3Ctgry-tab-navs .nav-tabs .nav-link span {
        font-size: 14px;
    }
    .hv3Ctgry-tab-content {
        margin-top: 30px;
    }
    .hv3-ctgry-items {
        grid-template-columns: 1fr;
    }
    .hv3-ctgry-item .img .button {
        bottom: 30px;
    }
    .hv3-ctgry-item .content {
        margin: 20px 10px 10px;
    }
    .hv3-ctgry-item .content h2 {
        font-size: 28px;
    }
    .hv3-ctgry-item .content a {
        margin-top: 10px;
        font-size: 16px;
    }
}
.homeV3-work-area .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.homeV3-work-area .shape img {
    width: 100%;
    height: 100%;
}
.hv3-work-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hv3-work-img {
    position: relative;
    max-width: 502px;
    width: 100%;
    margin-right: 80px;
}
.hv3-work-img a {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -54px;
    width: 107px;
    height: 107px;
    background: var(--themev3-bg-clr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.hv3-work-img a img,
.hv3-work-img a svg {
    max-width: 100%;
    max-height: 100%;
}
.hv3-work-content {
    max-width: 514px;
    width: 100%;
}
.hv3-work-content h4 {
    font-family: var(--playFair);
    font-weight: 700;
    line-height: 1.2;
}
.hv3-work-content p {
    font-size: 18px;
    color: var(--font-txt-clr);
    margin-top: 22px;
}
@media screen and (max-width: 991px) {
    .homeV3-work-area .shape {
        max-width: 300px;
    }
}
@media screen and (max-width: 767px) {
    .hv3-work-wrapper {
        flex-direction: column;
        max-width: 600px;
    }
    .hv3-work-img {
        margin-right: 0px;
    }
    .hv3-work-img a {
        width: 90px;
        height: 90px;
        padding: 15px;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .hv3-work-content {
        margin-top: 30px;
    }
    .hv3-work-content p {
        margin-top: 15px;
    }
}
@media screen and (max-width: 575px) {
    .homeV3-work-area .shape {
        max-width: 200px;
    }
    .hv3-work-img {
        margin-right: 0px;
    }
    .hv3-work-img a {
        width: 70px;
        height: 70px;
        padding: 10px;
    }
    .hv3-work-content {
        margin-top: 20px;
    }
    .hv3-work-content h4 {
        font-style: 20px;
    }
    .hv3-work-content p {
        font-size: 16px;
        margin-top: 10px;
    }
}
.hv3-chef-area {
    position: relative;
    z-index: 1;
}
.hv3-chef-area .shape-01,
.hv3-chef-area .shape-02,
.hv3-chef-area .shape-03,
.hv3-chef-area .shape-04 {
    position: absolute;
    z-index: -1;
}
.hv3-chef-area .shape-02 {
    top: 10%;
    left: 15%;
}
.hv3-chef-area .shape-01 {
    bottom: 40%;
    left: 5%;
}
.hv3-chef-area .shape-04 {
    top: 20%;
    right: 10%;
}
.hv3-chef-area .shape-03 {
    bottom: 10%;
    right: 10%;
}
.hv3-single-chif {
    border-radius: 10px;
    overflow: hidden;
}
.hv3-single-chif:hover .img::before {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.hv3-single-chif:hover .content::before {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.hv3-single-chif:hover .content .social a {
    color: var(--white-txt-clr);
}
.hv3-single-chif:hover .content .title a,
.hv3-single-chif:hover .content .title span {
    color: var(--white-txt-clr);
}
.hv3-single-chif .img {
    position: relative;
}
.hv3-single-chif .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}
.hv3-single-chif .img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--hv3-chif);
    mix-blend-mode: multiply;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: all 0.4s ease-in-out;
    border-radius: 10px 10px 0px 0px;
}
.hv3-single-chif .content {
    text-align: center;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.hv3-single-chif .content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--themev3-bg-clr);
    z-index: -1;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    transition: all 0.4s ease-in-out;
    border-radius: 0px 0px 10px 10px;
}
.hv3-single-chif .content .social {
    display: flex;
    justify-content: center;
}
.hv3-single-chif .content .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 16px;
    color: var(--body-txt-clr);
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.hv3-single-chif .content .social a:hover {
    color: var(--body-txt-clr);
}
.hv3-single-chif .content .social a:hover::before {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
}
.hv3-single-chif .content .social a::before {
    position: absolute;
    content: "";
    background: var(--white-bg-clr);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.hv3-single-chif .content .title {
    text-align: center;
    margin-top: 15px;
}
.hv3-single-chif .content .title a {
    display: block;
    color: var(--font-txt-clr);
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.hv3-single-chif .content .title span {
    color: var(--font-txt-clr);
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
    .hv3-chef-area .shape-02 {
        top: 5%;
        left: 5%;
    }
    .hv3-chef-area .shape-01 {
        bottom: 5%;
        left: 5%;
    }
    .hv3-chef-area .shape-04 {
        top: 5%;
        right: 5%;
    }
    .hv3-chef-area .shape-03 {
        bottom: 5%;
        right: 5%;
    }
}
@media screen and (max-width: 767px) {
    .hv3-chef-area .shape-02,
    .hv3-chef-area .shape-01,
    .hv3-chef-area .shape-04,
    .hv3-chef-area .shape-03 {
        max-width: 50px;
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .hv3-chef-area .shape-02,
    .hv3-chef-area .shape-04 {
        display: none;
    }
    .hv3-single-chif .content {
        padding: 20px;
    }
    .hv3-single-chif .content .title {
        margin-top: 10px;
    }
    .hv3-single-chif .content .title a {
        font-size: 18px;
    }
    .hv3-single-chif .content .title span {
        font-size: 15px;
    }
}
.hv3-testimonial-area {
    position: relative;
    z-index: 1;
}
.hv3-testimonial-area .shape-1,
.hv3-testimonial-area .shape-2 {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}
.hv3-testimonial-area .shape-1 img,
.hv3-testimonial-area .shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hv3-testimonial-area .shape-1 {
    top: 0;
}
.hv3-testimonial-area .shape-2 {
    bottom: 0;
}
.hv3-tstimnl-wrapper {
    background: var(--blog);
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
}
.hv3-tstimnl-wrapper .shape {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 520px;
    z-index: -1;
}
.hv3-testimonial {
    max-width: 736px;
    margin: -42px auto -10px;
    margin: 0 auto;
}
.hv3-testimonial .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hv3-testimonial .owl-nav .owl-prev,
.hv3-testimonial .owl-nav .owl-next {
    position: absolute;
}
.hv3-testimonial .owl-nav .owl-prev img,
.hv3-testimonial .owl-nav .owl-prev svg,
.hv3-testimonial .owl-nav .owl-next img,
.hv3-testimonial .owl-nav .owl-next svg {
    width: 34px;
    height: 34px;
    max-width: 100%;
    max-height: 100%;
}
.hv3-testimonial .owl-nav .owl-prev img path,
.hv3-testimonial .owl-nav .owl-prev svg path,
.hv3-testimonial .owl-nav .owl-next img path,
.hv3-testimonial .owl-nav .owl-next svg path {
    color: var(--font-txt-clr);
    transition: all 0.3s ease-in;
}
.hv3-testimonial .owl-nav .owl-prev:hover img path,
.hv3-testimonial .owl-nav .owl-prev:hover svg path,
.hv3-testimonial .owl-nav .owl-next:hover img path,
.hv3-testimonial .owl-nav .owl-next:hover svg path {
    color: var(--themev3-txt-clr);
}
.hv3-testimonial .owl-nav .owl-prev {
    left: -20%;
}
.hv3-testimonial .owl-nav .owl-next {
    right: -20%;
}
.tmnl-inner {
    padding: 42px 0px 12px;
}
.single-v3-tstmnl {
    border: 1px solid var(--themev3-bdr-clr);
    text-align: center;
    padding: 0px 35px;
}
.single-v3-tstmnl .client {
    width: 85px;
    height: 85px;
    margin: -42px auto 30px;
    position: relative;
    z-index: 4;
}
.single-v3-tstmnl .client img {
    border-radius: 50%;
    z-index: 2;
    position: relative;
}
.single-v3-tstmnl .client::before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 50%;
    background: var(--white-bg-clr);
}
.single-v3-tstmnl a {
    color: var(--font-txt-clr);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-top: 10px;
}
.single-v3-tstmnl a span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}
.single-v3-tstmnl h4 {
    color: var(--font-txt-clr);
    font-size: 18px;
    margin-top: 10px;
    font-family: var(--raleway);
    font-weight: 400;
}
.single-v3-tstmnl .quite {
    margin: 30px auto -10px;
    position: relative;
    width: 32px;
    height: 25px;
}
.single-v3-tstmnl .quite::before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 50%;
    background: var(--white-bg-clr);
}
.single-v3-tstmnl .quite img,
.single-v3-tstmnl .quite svg {
    max-width: 32px;
    max-height: 23px;
    position: relative;
    z-index: 2;
}
.single-v3-tstmnl .quite img path,
.single-v3-tstmnl .quite svg path {
    fill: var(--themev3-txt-clr);
}
@media screen and (max-width: 1350px) {
    .hv3-testimonial .owl-nav .owl-prev {
        left: -10%;
    }
    .hv3-testimonial .owl-nav .owl-next {
        right: -10%;
    }
}
@media screen and (max-width: 991px) {
    .hv3-testimonial-area .shape-1,
    .hv3-testimonial-area .shape-2 {
        height: 30px;
    }
    .hv3-tstimnl-wrapper .shape {
        max-width: 200px;
    }
    .hv3-testimonial {
        padding-bottom: 30px;
    }
    .hv3-testimonial .owl-nav {
        top: 100%;
        transform: translate(-50%, 0%);
        max-width: 50px;
    }
    .hv3-testimonial .owl-nav .owl-next img,
    .hv3-testimonial .owl-nav .owl-next svg,
    .hv3-testimonial .owl-nav .owl-prev img,
    .hv3-testimonial .owl-nav .owl-prev svg {
        max-width: 24px;
        max-height: 24px;
    }
    .hv3-testimonial .owl-nav .owl-prev {
        left: -10%;
    }
    .hv3-testimonial .owl-nav .owl-next {
        right: -10%;
    }
}
@media screen and (max-width: 767px) {
    .hv3-testimonial-area .shape-1,
    .hv3-testimonial-area .shape-2 {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .single-v3-tstmnl {
        padding: 0px 10px;
    }
    .single-v3-tstmnl .client {
        margin-bottom: 20px;
    }
    .single-v3-tstmnl h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    .single-v3-tstmnl a {
        font-size: 18px;
        margin-top: 10px;
    }
    .single-v3-tstmnl .quite {
        margin: 20px auto -10px;
    }
}
.hv3-subscrive .section-title h2 {
    color: var(--themev3-txt-clr);
    font-family: var(--playFair);
    font-weight: 600;
}
.hv3-subscrive .section-title span {
    background: var(--themev3-bg-clr);
}
.hv3-subscrive .sb-from .sb-btn {
    background: var(--themev3-bg-clr);
    color: var(--white-txt-clr);
}
.hv3-reservation-area::before {
    background: var(--hv3-reservation);
}
.hv3-reservation {
    max-width: 940px;
    margin-left: auto;
}
.hv3-reservation .reservation-wrap .title h3 {
    color: var(--themev3-txt-clr);
    font-family: var(--playFair);
}
.hv3-reservation .reservation-wrap .input-fild:focus-within input {
    border-color: var(--themev3-bdr-clr);
}
.hv3-reservation .reservation-wrap .input-fild button {
    background: var(--themev3-bg-clr);
}
.hv3-reservation .reservation-wrap .reservation-from .nice-select:focus {
    border-color: var(--themev3-bdr-clr);
}
.hv3-reservation .reservation-wrap .reservation-from .nice-select::before {
    background: var(--themev3-bg-clr);
}
.hv3-reservation .hv2-rsvvtn-content .content h4 {
    color: var(--themev3-txt-clr);
    font-family: var(--playFair);
}
.hv3-reservation .hv2-rsvvtn-content .contact a span {
    background: var(--themev3-bg-clr);
}
.hv4-banner-area {
    padding: 278px 0px 147px;
    background: var(--ftr-v4-bg);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hv4-banner-area .shape-01,
.hv4-banner-area .shape-02,
.hv4-banner-area .shape-03,
.hv4-banner-area .shape-04,
.hv4-banner-area .shape-05,
.hv4-banner-area .shape-06 {
    position: absolute;
    z-index: -1;
}
.hv4-banner-area .shape-02,
.hv4-banner-area .shape-03,
.hv4-banner-area .shape-04,
.hv4-banner-area .shape-05,
.hv4-banner-area .shape-06 {
    animation: zoomIn 5s linear infinite;
}
.hv4-banner-area .shape-01 {
    width: 100%;
    left: 0;
    top: 0;
}
.hv4-banner-area .shape-02 {
    top: 30%;
    left: 10%;
    animation-delay: 6s;
}
.hv4-banner-area .shape-03 {
    bottom: 20%;
    left: 20%;
    animation-delay: 7s;
}
.hv4-banner-area .shape-04 {
    bottom: 5%;
    left: 5%;
    animation-delay: 8s;
}
.hv4-banner-area .shape-05 {
    bottom: 25%;
    left: 40%;
    animation-delay: 9s;
}
.hv4-banner-area .shape-06 {
    bottom: 5%;
    left: 40%;
    animation-delay: 10s;
}
.hv4-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1126px;
    margin-left: 105px;
}
.hv4-banner-content {
    max-width: 635px;
    width: 100%;
    margin-right: 40px;
}
.hv4-banner-content h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    font-family: var(--raleway);
}
.hv4-banner-content h2 {
    font-size: 70px;
    font-family: var(--comic);
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
}
.hv4-banner-content h2 span {
    color: var(--themev4-txt-clr);
}
.hv4-banner-content p {
    font-size: 18px;
    color: var(--font-txt-clr);
    font-weight: 500;
    max-width: 530px;
    margin-top: 40px;
}
.hv4-banner-content a {
    filter: drop-shadow(0px 20px 30px var(--crt-shadow));
}
.hv4-banner-content .social-icon {
    margin-top: 30px;
}
.hv4-banner-content .social-icon .button {
    box-shadow: 0px 20px 30px var(--crt-shadow);
}
.hv4-banner-content .social-icon .button img,
.hv4-banner-content .social-icon .button svg {
    color: var(--themev4-txt-clr);
}
.hv4-banner-content .social-icon .button:hover {
    background: var(--themev4-bg-clr);
}
.hv4-banner-content .social-icon .button:hover img,
.hv4-banner-content .social-icon .button:hover svg {
    color: var(--white-txt-clr);
}
.hv4-banner-thumb {
    max-width: 447px;
    width: 100%;
    position: relative;
}
.hv4-banner-thumb .tShape-1,
.hv4-banner-thumb .tShape-2,
.hv4-banner-thumb .tShape-3 {
    position: absolute;
}
.hv4-banner-thumb .tShape-1 {
    bottom: 85%;
    left: 0;
}
.hv4-banner-thumb .tShape-2 {
    bottom: 70%;
    right: -35%;
}
.hv4-banner-thumb .tShape-3 {
    top: 50%;
    right: -52%;
}
@media screen and (max-width: 1400px) {
    .hv4-banner-wrapper {
        margin-left: 0px;
    }
    .hv4-banner-thumb .tShape-1,
    .hv4-banner-thumb .tShape-2,
    .hv4-banner-thumb .tShape-3 {
        max-width: 150px;
    }
    .hv4-banner-thumb .tShape-2 {
        right: -10%;
    }
    .hv4-banner-thumb .tShape-3 {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .hv4-banner-area {
        padding: 150px 0px 100px;
    }
    .hv4-banner-content {
        margin-right: 30px;
    }
    .hv4-banner-content h3 {
        font-size: 24px;
    }
    .hv4-banner-content h2 {
        font-size: 50px;
        margin-top: 10px;
    }
    .hv4-banner-content p {
        margin-top: 20px;
    }
}
@media screen and (max-width: 991px) {
    .hv4-banner-area {
        padding: 150px 0px 70px;
    }
    .hv4-banner-area .shape-03 {
        bottom: 60%;
        max-width: 300px;
    }
    .hv4-banner-area .shape-05 {
        bottom: 70%;
        left: 70%;
    }
    .hv4-banner-wrapper {
        flex-direction: column;
    }
    .hv4-banner-content {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .hv4-banner-thumb {
        max-width: 400px;
    }
    .hv4-banner-thumb .tShape-1,
    .hv4-banner-thumb .tShape-2 {
        max-width: 100px;
    }
    .hv4-banner-thumb .tShape-2 {
        right: -15%;
    }
}
@media screen and (max-width: 767px) {
    .hv4-banner-content h3 {
        font-size: 20px;
    }
    .hv4-banner-content p {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .hv4-banner-area {
        padding: 120px 0px 50px;
    }
    .hv4-banner-area .shape-03 {
        max-width: 200px;
    }
    .hv4-banner-thumb .tShape-2,
    .hv4-banner-thumb .tShape-1 {
        display: none;
    }
    .hv4-banner-content h3 {
        font-size: 18px;
    }
    .hv4-banner-content h2 {
        font-size: 38px;
    }
    .hv4-banner-content p {
        margin-top: 15px;
    }
    .hv4-banner-content .social-icon {
        margin-top: 20px;
    }
}
.hv4-about-area {
    position: relative;
    z-index: 1;
}
.hv4-about-area > .shape {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.hv4-about-wrapper {
    max-width: 955px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hv4-about-thumb {
    max-width: 342px;
    width: 100%;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.hv4-about-thumb .thumb-01 {
    margin-bottom: -30px;
}
.hv4-about-thumb .thumb-03 {
    margin-top: -75px;
    margin-right: 5px;
}
.hv4-about-content {
    max-width: 514px;
    width: 100%;
}
.hv4-about-content h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    font-family: var(--raleway);
}
.hv4-about-content p {
    color: var(--font-txt-clr);
    font-size: 18px;
}
.hv4-about-content ul {
    margin-top: 20px;
    max-width: 475px;
}
.hv4-about-content ul li {
    padding-left: 17px;
    position: relative;
    margin-bottom: 10px;
    color: var(--font-txt-clr);
    font-size: 18px;
}
.hv4-about-content ul li:last-child {
    margin-bottom: 0;
}
.hv4-about-content ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--font-bg-clr);
    left: 0;
    top: 9px;
}
@media screen and (max-width: 991px) {
    .hv4-about-wrapper {
        flex-direction: column-reverse;
    }
    .hv4-about-thumb {
        margin: 0;
    }
    .hv4-about-content {
        margin-bottom: 30px;
    }
    .hv4-about-content .v4-section-title {
        margin: 0 auto 30px;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .hv4-about-content {
        margin-bottom: 30px;
    }
    .hv4-about-content .v4-section-title {
        margin: 0 auto 20px;
    }
    .hv4-about-content h4 {
        font-size: 20px;
    }
    .hv4-about-content p {
        font-size: 16px;
    }
    .hv4-about-content ul li {
        font-size: 16px;
    }
}
.hv4-ctgry-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.single-hv4-ctgry {
    text-align: center;
    overflow: hidden;
}
.single-hv4-ctgry .img {
    background-color: var(--ftr-v4-bg);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
}
.single-hv4-ctgry .img img {
    transition: all 0.3s ease-in-out;
}
.single-hv4-ctgry a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--font-txt-clr);
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.single-hv4-ctgry:hover .img img {
    transform: scale(1.1);
}
.single-hv4-ctgry:hover a {
    color: var(--themev4-txt-clr);
}
@media screen and (max-width: 1199px) {
    .hv4-ctgry-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 991px) {
    .hv4-ctgry-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .hv4-ctgry-wrapper {
        grid-gap: 20px;
    }
    .single-hv4-ctgry a {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .hv4-ctgry-wrapper {
        grid-template-columns: 1fr;
    }
    .single-hv4-ctgry a {
        font-size: 16px;
        margin-top: 15px;
    }
}
.hv4table-tab-navs .nav-tabs {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    flex-wrap: wrap;
}
.hv4table-tab-navs .nav-tabs .nav-link {
    border: 0 !important;
    padding: 15px 30px;
    background: var(--ftr-v4-bg);
    border-radius: 0px;
    font-family: var(--comic);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--font-txt-clr);
    transition: all 0.3s ease-in-out;
}
.hv4table-tab-navs .nav-tabs .nav-link:hover,
.hv4table-tab-navs .nav-tabs .nav-link.active {
    color: var(--themev4-txt-clr);
}
.hv4-table-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.single-hv4-table {
    background: var(--ftr-v4-bg);
    padding: 50px 60px;
}
.single-hv4-table.color {
    background: var(--hv4-tbl2-bg);
}
.single-hv4-table .content {
    margin: 20px 0px;
}
.single-hv4-table .content ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 30px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--theme-bdr-clr);
}
.single-hv4-table .content ul li:last-child {
    margin-bottom: 0;
}
.single-hv4-table .content ul li:hover a {
    color: var(--themev4-txt-clr);
}
.single-hv4-table .content ul li:hover .price {
    color: var(--themev4-txt-clr);
}
.single-hv4-table .content ul li a {
    display: block;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
    color: var(--font-txt-clr);
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}
.single-hv4-table .content ul li a span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--font-txt-clr);
    margin-top: 10px;
}
.single-hv4-table .content ul li .price {
    font-family: var(--comic);
    font-size: 24px;
    font-weight: 400;
    color: var(--font-txt-clr);
    line-height: 1;
    display: block;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
    .single-hv4-table {
        padding: 40px;
    }
    .single-hv4-table .content ul li {
        padding: 0px 0px 30px 0px;
    }
}
@media screen and (max-width: 991px) {
    .hv4table-tab-navs .nav-tabs .nav-link {
        padding: 12px 24px;
        font-size: 18px;
    }
    .hv4-table-wrapper {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 767px) {
    .hv4table-tab-navs .nav-tabs .nav-link {
        font-size: 16px;
    }
    .single-hv4-table {
        padding: 30px 30px;
    }
    .single-hv4-table .shape {
        max-width: 200px;
        margin: 0 auto;
    }
    .single-hv4-table .content ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .single-hv4-table .content ul li a {
        font-size: 20px;
    }
    .single-hv4-table .content ul li .price {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .single-hv4-table {
        padding: 30px 20px;
    }
    .single-hv4-table .shape {
        max-width: 150px;
        margin: 0 auto;
    }
    .single-hv4-table .content ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .single-hv4-table .content ul li a {
        margin-right: 10px;
        font-size: 18px;
    }
    .single-hv4-table .content ul li a span {
        margin-top: 7px;
    }
    .single-hv4-table .content ul li .price {
        font-size: 18px;
    }
}
.hv4-work-wrapper {
    padding: 200px 20px;
    border-radius: 10px;
    overflow: hidden;
}
.hv4-work-wrapper::before {
    background: var(--font-bg-clr);
    mix-blend-mode: multiply;
    opacity: 0.7;
    border-radius: 10px;
}
.hv4-work-content {
    text-align: center;
}
.hv4-work-content .popup-video {
    max-width: 78px;
    max-height: 78px;
    display: block;
    margin: 0 auto 40px;
}
.hv4-work-content .popup-video img,
.hv4-work-content .popup-video svg {
    max-width: 100%;
    max-height: 100%;
}
.hv4-work-content span {
    font-weight: 500;
    font-size: 16px;
    color: var(--white-txt-clr);
    display: block;
    line-height: 1;
}
.hv4-work-content .title {
    max-width: 329px;
    color: var(--white-txt-clr);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    display: inline-block;
    margin-top: 10px;
}
@media screen and (max-width: 991px) {
    .hv4-work-wrapper {
        padding: 120px 20px;
    }
}
@media screen and (max-width: 767px) {
    .hv4-work-wrapper {
        padding: 70px 20px;
    }
    .hv4-work-wrapper .popup-video {
        max-width: 60px;
        max-height: 60px;
        margin: 0 auto 25px;
    }
}
@media screen and (max-width: 575px) {
    .hv4-work-wrapper {
        padding: 50px 20px;
    }
    .hv4-work-wrapper .popup-video {
        max-width: 50px;
        max-height: 50px;
    }
    .hv4-work-wrapper .title {
        font-size: 18px;
        margin-top: 7px;
    }
}
.hv4-testimonial .owl-nav .owl-prev,
.hv4-testimonial .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background: var(--ftr-v4-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hv4-testimonial .owl-nav .owl-prev img,
.hv4-testimonial .owl-nav .owl-prev svg,
.hv4-testimonial .owl-nav .owl-next img,
.hv4-testimonial .owl-nav .owl-next svg {
    width: 25px;
    height: 25px;
}
.hv4-testimonial .owl-nav .owl-prev img path,
.hv4-testimonial .owl-nav .owl-prev svg path,
.hv4-testimonial .owl-nav .owl-next img path,
.hv4-testimonial .owl-nav .owl-next svg path {
    fill: var(--themev4-txt-clr);
}
.hv4-testimonial .owl-nav .owl-prev {
    left: -40%;
}
.hv4-testimonial .owl-nav .owl-next {
    right: -40%;
}
.hv4-testimonial .single-v3-tstmnl {
    border: none;
}
.hv4-testimonial .single-v3-tstmnl .client {
    width: 111px;
    height: 111px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}
.hv4-testimonial .single-v3-tstmnl .client img {
    width: 100%;
    height: 100%;
}
.hv4-testimonial .single-v3-tstmnl .client::before {
    display: none;
}
.hv4-testimonial .single-v3-tstmnl h4 {
    font-family: var(--raleway);
    margin-top: 40px;
}
.hv4-testimonial .single-v3-tstmnl .quite {
    margin: 40px auto 0px;
}
.hv4-testimonial .single-v3-tstmnl .quite::before {
    display: none;
}
.hv4-testimonial .single-v3-tstmnl .quite img path,
.hv4-testimonial .single-v3-tstmnl .quite svg path {
    fill: var(--themev4-txt-clr) !important;
}
@media screen and (max-width: 1350px) {
    .hv4-testimonial .owl-nav .owl-prev {
        left: -20%;
    }
    .hv4-testimonial .owl-nav .owl-next {
        right: -20%;
    }
}
@media screen and (max-width: 1199px) {
    .hv4-testimonial .owl-nav .owl-prev {
        left: -10%;
    }
    .hv4-testimonial .owl-nav .owl-next {
        right: -10%;
    }
}
@media screen and (max-width: 991px) {
    .hv4-testimonial {
        padding: 0px 60px;
    }
    .hv4-testimonial .owl-nav {
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
    }
    .hv4-testimonial .owl-nav .owl-prev {
        left: 0;
    }
    .hv4-testimonial .owl-nav .owl-next {
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .hv4-testimonial {
        padding: 0px 50px;
    }
    .hv4-testimonial .owl-nav .owl-prev,
    .hv4-testimonial .owl-nav .owl-next {
        width: 34px;
        height: 34px;
    }
    .hv4-testimonial .owl-nav .owl-prev img,
    .hv4-testimonial .owl-nav .owl-prev svg,
    .hv4-testimonial .owl-nav .owl-next img,
    .hv4-testimonial .owl-nav .owl-next svg {
        max-width: 20px;
        max-height: 20px;
    }
    .hv4-testimonial .single-v3-tstmnl .client {
        width: 80px;
        height: 80px;
    }
    .hv4-testimonial .single-v3-tstmnl a {
        font-size: 18px;
    }
    .hv4-testimonial .single-v3-tstmnl h4 {
        margin-top: 15px;
        font-size: 16px;
    }
    .hv4-testimonial .single-v3-tstmnl .quite {
        margin: 20px auto 0px;
    }
}
@media screen and (max-width: 575px) {
    .hv4-testimonial {
        padding: 0px 0px 60px;
    }
    .hv4-testimonial .owl-nav {
        top: auto;
        bottom: 34px;
        transform: translate(-50%, 0%);
        max-width: 85px;
    }
}
.hv4-chef-wrapper .hv3-single-chif {
    border-radius: 30px;
    overflow: inherit;
}
.hv4-chef-wrapper .hv3-single-chif:hover .content {
    filter: none;
}
.hv4-chef-wrapper .hv3-single-chif .img {
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}
.hv4-chef-wrapper .hv3-single-chif .img::before {
    display: none;
}
.hv4-chef-wrapper .hv3-single-chif .content {
    background: var(--white-bg-clr);
    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1));
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.hv4-chef-wrapper .hv3-single-chif .content::before {
    background: var(--themev4-bg-clr);
    border-radius: 0px 0px 30px 30px;
}
.hv4-chef-wrapper .hv3-single-chif .content .social a:hover {
    color: var(--themev4-txt-clr);
}
.demo-header {
    padding: 30px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.demo-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.demo-header-wrapper .logo {
    max-width: 236px;
}
.demo-header-wrapper .logo img,
.demo-header-wrapper .logo svg {
    max-width: 100%;
}
.demo-header-wrapper a {
    border: none;
}
.demo-header-wrapper .button {
    display: flex;
    flex-wrap: wrap;
}
.demo-header-wrapper .button .btn-anime {
    background-color: var(--font-bg-clr);
    margin-left: 10px;
}
.demo-header-wrapper .button .btn-anime span {
    color: var(--white-txt-clr);
}
.demo-header-wrapper .button .btn-anime:before {
    background-color: var(--white-bg-clr);
    color: var(--font-txt-clr);
    border: 1px solid var(--font-bdr-clr);
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .demo-header {
        padding: 20px 0px;
    }
    .demo-header-wrapper .logo {
        max-width: 160px;
    }
}
@media screen and (max-width: 575px) {
    .demo-header-wrapper {
        flex-direction: column;
    }
    .demo-header-wrapper .logo {
        margin: 0px 0px 20px 0px;
    }
}
.demo-banner-area {
    padding: 150px 0px 35px;
    overflow: hidden;
}
.demo-banner-area .background-img::before {
    background: linear-gradient(180deg, rgba(32, 34, 42, 0.3) 28.36%, #20222a 100%);
    mix-blend-mode: multiply;
    transform: rotate(-180deg);
}
.demo-banner-wrapper {
    border-radius: 30px;
}
.demo-banner-wrapper .shape {
    position: absolute;
    top: 40%;
    right: 10%;
    max-width: 30%;
}
.demo-banner-wrapper .shape img {
    width: 100%;
    height: 100%;
}
.d-banner-content {
    text-align: center;
}
.d-banner-content > h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--raleway);
    color: var(--white-txt-clr);
}
.d-banner-content > h2 span {
    color: var(--theme-txt-clr);
}
.d-banner-content > h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    font-size: 40px;
    font-weight: 500;
    color: var(--white-txt-clr);
    font-family: var(--raleway);
}
.d-banner-content > h4 img {
    position: relative;
    z-index: -1;
}
.p-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.p-number::before {
    position: absolute;
    content: "";
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300%;
    height: 300%;
    background-image: url("../img/demo/pn-shape.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.p-single-number {
    padding: 0px 30px;
    text-align: right;
}
.p-single-number h2 {
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
    display: inline-block;
    font-family: var(--raleway);
    color: var(--white-txt-clr);
}
.p-single-number h2.plus {
    position: relative;
}
.p-single-number h2.plus::before {
    position: absolute;
    content: "+";
    right: -20px;
    top: -25px;
    font-size: 70px;
    color: var(--white-txt-clr);
    font-weight: 300;
}
.p-single-number span {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: var(--white-txt-clr);
    display: block;
    margin-top: 10px;
}
.p-single-number.p-number-2 {
    text-align: left;
    position: relative;
}
.p-single-number.p-number-2::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background: var(--white-bg-clr);
    left: 0px;
    top: 20px;
}
.d-banner-thumb {
    margin-top: 100px;
    text-align: center;
    display: flex;
}
.d-banner-thumb .lThumb,
.d-banner-thumb .rThumb {
    transform: translateY(-60px);
    position: relative;
    z-index: -1;
}
.d-banner-thumb .lThumb .lt-1,
.d-banner-thumb .lThumb .lt-2,
.d-banner-thumb .lThumb .rt-1,
.d-banner-thumb .lThumb .rt-2,
.d-banner-thumb .rThumb .lt-1,
.d-banner-thumb .rThumb .lt-2,
.d-banner-thumb .rThumb .rt-1,
.d-banner-thumb .rThumb .rt-2 {
    border-radius: 10px;
    overflow: hidden;
}
.d-banner-thumb .lThumb .lt-1,
.d-banner-thumb .rThumb .lt-1 {
    transform: translateX(100px);
}
.d-banner-thumb .lThumb .rt-1,
.d-banner-thumb .rThumb .rt-1 {
    transform: translateX(-100px);
}
.d-banner-thumb .lThumb .lt-2,
.d-banner-thumb .lThumb .rt-2,
.d-banner-thumb .rThumb .lt-2,
.d-banner-thumb .rThumb .rt-2 {
    position: absolute;
    z-index: 2;
    top: -70px;
}
.d-banner-thumb .lThumb .lt-2,
.d-banner-thumb .rThumb .lt-2 {
    left: -20px;
}
.d-banner-thumb .lThumb .rt-2,
.d-banner-thumb .rThumb .rt-2 {
    right: -70px;
}
.d-banner-thumb .thumb {
    margin: 0 auto;
    max-width: 820px;
}
.d-banner-thumb .thumb img {
    width: 100%;
}
@media screen and (max-width: 1700px) {
    .d-banner-thumb .lThumb .lt-2,
    .d-banner-thumb .lThumb .rt-2,
    .d-banner-thumb .rThumb .lt-2,
    .d-banner-thumb .rThumb .rt-2 {
        left: 0;
        right: 0;
        width: 80%;
    }
}
@media screen and (max-width: 1199px) {
    .d-banner-content > h2 {
        font-size: 34px;
    }
    .d-banner-content > h4 {
        margin-top: -20px;
        font-size: 24px;
    }
    .d-banner-content > h4 img {
        max-width: 100px;
    }
    .p-single-number h2 {
        font-size: 50px;
    }
    .p-single-number span {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .d-banner-thumb .lThumb .lt-2,
    .d-banner-thumb .lThumb .rt-2,
    .d-banner-thumb .rThumb .lt-2,
    .d-banner-thumb .rThumb .rt-2 {
        display: none;
    }
    .d-banner-thumb .lThumb .lt-1,
    .d-banner-thumb .rThumb .lt-1 {
        transform: translateX(50px);
    }
    .d-banner-thumb .lThumb .rt-1,
    .d-banner-thumb .rThumb .rt-1 {
        transform: translateX(-50px);
    }
}
@media screen and (max-width: 575px) {
    .demo-banner-area {
        padding: 170px 0px 30px;
    }
    .demo-banner-wrapper {
        border-radius: 10px;
    }
    .demo-banner-wrapper .shape {
        right: 2%;
        top: 50%;
    }
    .d-banner-content > h2 {
        font-size: 24px;
    }
    .d-banner-content > h4 {
        margin-top: -10px;
        font-size: 20px;
    }
    .d-banner-content > h4 img {
        max-width: 70px;
    }
    .p-number {
        margin-top: 20px;
    }
    .p-number::before {
        width: 120%;
        height: 300%;
    }
    .p-single-number {
        padding: 0px 20px;
    }
    .p-single-number h2 {
        font-size: 34px;
    }
    .p-single-number h2.plus::before {
        right: -13px;
        top: -20px;
        font-size: 50px;
    }
    .p-single-number span {
        font-size: 18px;
    }
    .p-single-number.p-number-2::before {
        top: 5px;
    }
    .d-banner-thumb {
        margin-top: 50px;
    }
    .d-banner-thumb .lThumb .lt-2,
    .d-banner-thumb .lThumb .rt-2,
    .d-banner-thumb .rThumb .lt-2,
    .d-banner-thumb .rThumb .rt-2 {
        display: none;
    }
    .d-banner-thumb .lThumb .lt-1,
    .d-banner-thumb .lThumb .rt-1,
    .d-banner-thumb .rThumb .lt-1,
    .d-banner-thumb .rThumb .rt-1 {
        display: none;
    }
}
.demo-section-title {
    text-align: center;
    margin-bottom: 40px;
}
.demo-section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--theme-txt-clr);
    line-height: 1;
    font-family: var(--raleway);
}
.demo-section-title p {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 10px;
    color: var(--font-txt-clr);
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .demo-section-title {
        margin-bottom: 30px;
    }
    .demo-section-title h2 {
        font-size: 30px;
    }
    .demo-section-title p {
        font-size: 16px;
    }
}
.demo-home-page-area {
    background: var(--dh-bg);
}
.demo-hp-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.single-home-page {
    text-align: center;
}
.single-home-page:nth-child(2) a .image .ani-img {
    animation-duration: 85s;
}
.single-home-page:nth-child(3) a .image .ani-img {
    animation-duration: 70s;
}
.single-home-page:nth-child(4) a .image .ani-img {
    animation-duration: 60s;
}
.single-home-page:nth-child(3) {
    animation-delay: 75s;
}
.single-home-page:nth-child(4) {
    animation-delay: 70s;
}
.single-home-page a .image {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.single-home-page a .image img {
    width: 100%;
}
.single-home-page a .image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(26, 40, 49, 0.5);
    mix-blend-mode: multiply;
    backdrop-filter: blur(10px);
    transition: 0.3s ease-in;
    opacity: 0;
    z-index: 99;
}
.single-home-page a .image .ani-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    animation: scroll_grid 80s infinite linear;
    background-position: top left;
    background-repeat: repeat-y;
    background-size: contain;
    width: 100%;
    height: 7000px;
    transition: all 0.3s ease-in-out;
}
.single-home-page a span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: var(--font-txt-clr);
    margin-top: 30px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.single-home-page a:hover .image {
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.1));
    transform: translateY(-10px);
}
.single-home-page a:hover .image .ani-img {
    opacity: 0;
}
.single-home-page a:hover span {
    color: var(--theme-txt-clr);
}
.single-home-page.overlay a .image::before {
    opacity: 1;
}
@keyframes scroll_grid {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(0, -1500px, 0);
    }
}
@media screen and (max-width: 1199px) {
    .demo-hp-wrapper {
        grid-gap: 20px;
    }
}
@media screen and (max-width: 991px) {
    .demo-hp-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .single-home-page a span {
        font-size: 18px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px) {
    .demo-hp-wrapper {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    .single-home-page a .image {
        border-radius: 5px;
    }
    .single-home-page a span {
        font-size: 16px;
        margin-top: 15px;
    }
}
.d-mega-menu-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.d-mega-menu-area .shape-1,
.d-mega-menu-area .shape-2,
.d-mega-menu-area .shape-3,
.d-mega-menu-area .shape-4,
.d-mega-menu-area .shape-5,
.d-mega-menu-area .shape-6,
.d-mega-menu-area .shape-7 {
    position: absolute;
    z-index: -1;
}
.d-mega-menu-area .shape-1 img,
.d-mega-menu-area .shape-1 svg,
.d-mega-menu-area .shape-2 img,
.d-mega-menu-area .shape-2 svg,
.d-mega-menu-area .shape-3 img,
.d-mega-menu-area .shape-3 svg,
.d-mega-menu-area .shape-4 img,
.d-mega-menu-area .shape-4 svg,
.d-mega-menu-area .shape-5 img,
.d-mega-menu-area .shape-5 svg,
.d-mega-menu-area .shape-6 img,
.d-mega-menu-area .shape-6 svg,
.d-mega-menu-area .shape-7 img,
.d-mega-menu-area .shape-7 svg {
    max-width: 100%;
    max-height: 100%;
}
.d-mega-menu-area .shape-1 {
    top: -100px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    max-width: 900px;
}
.d-mega-menu-area .shape-2 {
    top: 50%;
    left: 0;
}
.d-mega-menu-area .shape-3 {
    right: 0;
    top: 10%;
}
.d-mega-menu-area .shape-4 {
    top: 15%;
    left: 15%;
}
.d-mega-menu-area .shape-5 {
    top: 15%;

    right: 15%;
}
.d-mega-menu-area .shape-6 {
    bottom: 15%;
    left: 15%;
}
.d-mega-menu-area .shape-7 {
    bottom: 15%;
    right: 15%;
}
.d-megamenu-thumb {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 30px;
}
.dMegamenu-slider {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-image: url("../img/demo/mega-menu/m1.png");
    transition: all 0.5s;
    animation-name: demo_megamenu;
    animation-duration: 5s;
    animation-direction: alternate-reverse;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
}
@keyframes demo_megamenu {
    0% {
        background-image: url("../img/demo/mega-menu/m2.png");
    }
    50% {
        background-image: url("../img/demo/mega-menu/m3.png");
    }
    100% {
        background-image: url("../img/demo/mega-menu/m4.png");
    }
}
@media screen and (max-width: 1350px) {
    .d-mega-menu-area .shape-2,
    .d-mega-menu-area .shape-3 {
        display: none;
    }
    .d-mega-menu-area .shape-1 {
        top: 0%;
    }
}
@media screen and (max-width: 1199px) {
    .d-mega-menu-area .shape-4,
    .d-mega-menu-area .shape-5 {
        top: 5%;
        max-width: 50px;
    }
    .d-mega-menu-area .shape-4,
    .d-mega-menu-area .shape-6 {
        left: 5%;
    }
    .d-mega-menu-area .shape-5,
    .d-mega-menu-area .shape-7 {
        right: 5%;
    }
    .d-mega-menu-area .shape-6,
    .d-mega-menu-area .shape-7 {
        bottom: 1%;
        max-width: 50px;
    }
}
@media screen and (max-width: 575px) {
    .d-mega-menu-area .shape-4,
    .d-mega-menu-area .shape-5,
    .d-mega-menu-area .shape-6,
    .d-mega-menu-area .shape-7 {
        display: none;
    }
}
.d-feature-area::before {
    background: rgba(0, 0, 0, 0.7);
    mix-blend-mode: normal;
    backdrop-filter: blur(20px);
}
.d-feature-wrapper {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.single-feature {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 10px 20px 30px -20px rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(60px);
    border-radius: 20px;
    padding: 30px;
}
.single-feature img {
    margin-right: 20px;
}
.single-feature h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--white-txt-clr);
    font-family: var(--raleway);
    margin-top: 12px;
}
.single-feature p {
    color: var(--white-txt-clr);
    margin-top: 10px;
}
.feature-title {
    position: absolute;
    content: "";
    right: -15%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
}
.feature-title span {
    font-size: 120px;
    font-weight: 700;
    font-family: var(--raleway);
    color: rgba(255, 255, 255, 0.1);
    display: block;
    line-height: 1;
}
@media screen and (max-width: 1590px) {
    .feature-title {
        right: -10%;
    }
}
@media screen and (max-width: 1500px) {
    .feature-title {
        position: unset;
        transform: rotate(0);
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    .feature-title span {
        font-size: 74px;
    }
}
@media screen and (max-width: 991px) {
    .d-feature-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .feature-title span {
        font-size: 66px;
    }
}
@media screen and (max-width: 767px) {
    .feature-title {
        margin-bottom: 30px;
    }
    .feature-title span {
        font-size: 46px;
    }
    .single-feature {
        border-radius: 15px;
        padding: 20px;
    }
}
@media screen and (max-width: 575px) {
    .feature-title {
        margin-bottom: 30px;
    }
    .feature-title span {
        font-size: 46px;
    }
    .d-feature-wrapper {
        grid-template-columns: 1fr;
    }
    .single-feature {
        border-radius: 15px;
        padding: 20px;
    }
}
.dAllPage-area {
    position: relative;
    z-index: 1;
}
.dAllPage-area .shape-1,
.dAllPage-area .shape-2,
.dAllPage-area .shape-3,
.dAllPage-area .shape-4,
.dAllPage-area .shape-5 {
    position: absolute;
    z-index: -1;
}
.dAllPage-area .shape-1 {
    transform: rotate(180deg);
    top: 0;
    left: 0;
    width: 10%;
}
.dAllPage-area .shape-2 {
    right: 10%;
    top: 10%;
}
.dAllPage-area .shape-3 {
    left: 30%;
    top: 15%;
}
.dAllPage-area .shape-5 {
    right: 5%;
    bottom: 5%;
}
.dAllPage-area .shape-4 {
    bottom: 15%;
    left: 20%;
}
.dAllPage-wrapper {
    display: flex;
    max-width: 1510px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.dAllPage-wrapper .demo-section-title {
    margin-right: 40px;
    margin-bottom: 0;
    max-width: 433px;
    width: 100%;
    text-align: left;
}
.dAllPage-wrapper .demo-section-title h2 {
    line-height: 1.2;
}
.dAllPage-wrapper .demo-section-title p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
}
.dAllPage-wrapper .thumb {
    max-width: 855px;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .dAllPage-area .shape-2 {
        right: 5%;
        top: 5%;
    }
    .dAllPage-area .shape-3 {
        left: 30%;
        top: 5%;
        max-width: 50px;
    }
    .dAllPage-area .shape-5 {
        right: 5%;
        bottom: 5%;
    }
    .dAllPage-area .shape-4 {
        bottom: 5%;
        left: 20%;
        max-width: 60px;
    }
}
@media screen and (max-width: 991px) {
    .dAllPage-wrapper .demo-section-title {
        margin-right: 30px;
    }
    .dAllPage-wrapper .demo-section-title h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .dAllPage-area .shape-2,
    .dAllPage-area .shape-3 {
        display: none;
    }
    .dAllPage-wrapper {
        flex-direction: column;
    }
    .dAllPage-wrapper .demo-section-title {
        text-align: center;
        margin-right: 0px;
        max-width: 500px;
        margin-bottom: 30px;
    }
    .dAllPage-wrapper .demo-section-title h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 575px) {
    .dAllPage-area .shape-4,
    .dAllPage-area .shape-5 {
        display: none;
    }
    .dAllPage-wrapper .demo-section-title {
        margin-bottom: 20px;
    }
    .dAllPage-wrapper .demo-section-title h2 {
        font-size: 24px;
    }
    .dAllPage-wrapper .demo-section-title p {
        margin-top: 15px;
    }
}
.d-footer-area {
    padding: 160px 0px;
    position: relative;
    z-index: 1;
}
.d-footer-area::before {
    background: rgba(234, 84, 85, 0.03);
}
.d-footer-area .shape-1,
.d-footer-area .shape-2,
.d-footer-area .shape-3,
.d-footer-area .shape-4,
.d-footer-area .shape-5,
.d-footer-area .shape-6 {
    position: absolute;
    z-index: -1;
}
.d-footer-area .shape-1 {
    top: 5%;
    left: 5%;
}
.d-footer-area .shape-2 {
    left: 15%;
    top: 40%;
}
.d-footer-area .shape-3 {
    bottom: 5%;
    left: 5%;
}
.d-footer-area .shape-4 {
    top: 5%;
    right: 5%;
}
.d-footer-area .shape-5 {
    right: 15%;
    top: 40%;
}
.d-footer-area .shape-6 {
    bottom: 5%;
    right: 5%;
}
.d-footer-content .demo-section-title {
    margin-bottom: 30px;
}
.d-footer-content .demo-section-title h2,
.d-footer-content .demo-section-title p {
    color: var(--font-txt-clr);
}
.d-footer-content .button .btn-anime {
    background-color: var(--theme-bg-clr);
    padding: 20px 45px;
}
.d-footer-content .button .btn-anime span {
    color: var(--white-txt-clr);
}
.d-footer-content .button .btn-anime:before {
    background-color: var(--white-bg-clr);
    color: var(--font-txt-clr);
    border-color: var(--theme-bdr-clr);
    border-radius: 5px;
}
@media screen and (max-width: 1199px) {
    .d-footer-area .shape-2,
    .d-footer-area .shape-5 {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .d-footer-area {
        padding: 100px 0px;
    }
    .d-footer-area .shape-1,
    .d-footer-area .shape-3,
    .d-footer-area .shape-4,
    .d-footer-area .shape-6 {
        max-width: 50px;
    }
    .d-footer-content .demo-section-title {
        margin-bottom: 20px;
    }
    .d-footer-content .demo-section-title h2 {
        font-size: 34px;
        line-height: 1.3;
    }
    .d-footer-content .demo-section-title p {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .d-footer-area {
        padding: 70px 0px;
    }
    .d-footer-area .shape-1,
    .d-footer-area .shape-3,
    .d-footer-area .shape-4,
    .d-footer-area .shape-6 {
        max-width: 50px;
    }
}
@media screen and (max-width: 575px) {
    .d-footer-area {
        padding: 50px 0px;
    }
    .d-footer-area .shape-1,
    .d-footer-area .shape-3,
    .d-footer-area .shape-4,
    .d-footer-area .shape-6 {
        max-width: 30px;
    }
    .d-footer-content {
        border-radius: 10px;
    }
    .d-footer-content .demo-section-title h2 {
        font-size: 24px;
    }
    .d-footer-content .demo-section-title p {
        font-size: 16px;
    }
    .d-footer-content .button .btn-anime {
        padding: 15px 30px;
    }
}

.logo{
	min-width:50px !important;
}

header{
	box-shadow: 2px 2px 5px #999;
}

.copyright{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
   /* background: #333;*/
    color: white;
    text-align: center;
    padding: 1em;
    /* margin-top: 200px; */
    z-index: 999999999;
}
section.cartList-area {
    padding-bottom: 50px;
}
