/*==========

 

==========*/


/*==========
----- CSS INDEX ----
1.Typography CSS
2.Common CSS
3.Form CSS
4.Button CSS
5.Slider CSS
6.Overflow text CSS
7.White Text CSS
8.Header CSS
9.Banner sec CSS
10.Brands sec CSS
11.About sec CSS
12.Our Menu sec CSS
13.Two Col sec CSS
14.Book Table sec CSS
15.Our Team sec CSS
16.Testimonials sec CSS
17.Faq sec CSS
18.Blog sec CSS
19.Newslatter Sec CSS
20.Contact Sec CSS
21.Footer CSS
22.About Us Page CSS
23.Our Menu Page CSS
24.Gallery Sec Page CSS
25.Single Blog Sec Page CSS
26.Page Loader CSS
27.Scrolltop CSS
28.Responsive CSS
==========*/


/*==========Typography CSS==========*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 30px;
}

p {
    font-size: 16px;
    line-height: 30px;
}

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 900;
}

.h1-title {
    font-family: "EB Garamond", serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 18px;
}
body p{
    font-size: 1.25rem;
    color: #626262;
    line-height: 1.5;
    font-weight: 400;
}

.h2-title {
    font-size: 41px;
    line-height: 56px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}

.h3-title {
    font-size: 22px;
    line-height: 38px;
}

.h4-title {
    font-size: 26px;
    line-height: 36px;
}

.h5-title {
    font-size: 18px;
    line-height: 28px;
}

.h2-title span,
.h3-title span,
.h4-title span,
.h5-title span,
.sub-title span {
    display: block;
}

.xxl-title {
    text-transform: capitalize;
    font-size: 52px;
    line-height: 77px;
    margin-bottom: 30px;
}
.sec-title-shape img{
    display: none;
}
.two-col-sec2 .container{
    background: #fef1c2;
}
.sec-head{
        font-size: 50px;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 500;

}

/*==========Typography CSS End==========*/


/*==========Common CSS ==========*/

:root {
    --primary-color: #ff7e4c;
    --secondary-color: #f2f2f2;
    --silver-color: #bfbfbf;
    --silver-light-color: #f8f9fa;
    --yellow-color: #fcbc30;
    --body-bg: #f3f3f5;
    --dark-color: #0d0d25;
    --white-color: #ffffff;
    --red-color: #d91919;
    --gradient-color: linear-gradient( to bottom, rgba(246, 251, 246, 1) 55%, rgba(255, 255, 255, 0) 95%);
    --box-shadow: 0 0px 20px rgb(50 183 104 / 50%);
    --box-light-shadow: 0 0px 20px rgb(36 39 37 / 30%);
    --btn-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    --btn-hover-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
    --transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    --input-color: rgb(70 69 71 / 0.7);
    --body-font: "Roboto";
    --title-font: "Shippori Antique";
    --primary-overlay-color: 36, 77, 77;
    --scrollbar-thumb-color: #E5E342;
    --scrollbar-track-color: var(--dark-color);
    --selection-color: rgba(36, 77, 77, 0.1);
}

body {
    font-family: var(--body-font);
    text-rendering: optimizespeed !important;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: var(--silver-color);
}

::-webkit-scrollbar-thumb {
    background: #E5E342;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--yellow-color);
}

.body-fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: auto;
    left: auto;
}

body,
html {
    overflow-x: hidden;
}

* {
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
}

p a {
    color: #E5E342;
    transition: 0.3s;
}



a:hover {
    color: initial;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.sec-wp {
       position: relative;
       z-index: 4;
       background: #fffaf3;
       padding: 80px 0 80px 0;
       /* border-top: 1px solid #000; */
       /* margin-top: -60px; */
}

.sec-title-text {
    text-align: center;
}

.hidden-box {
    overflow: hidden;
}

.ani-line {
    width: 100%;
    height: 1px;
    display: block;
    background: #E5E342;
    opacity: 0.2;
    transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bottom-footer{
    background: #383f46;

}
.bottom-footer p{
    color: #302f2f !important;
    font-size: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.section {
    position: relative;
}
.disc{
    margin-top: 15px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--silver-light-color);
    opacity: 0.96;
}

.dark-overlay {
    background: var(--dark-color);
    opacity: 0.5;
}

.dark-bg {
    background: var(--dark-color);
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--gradient-color);
    opacity: 0.92;
}

.border-overlay {
    margin: 15px;
}

::selection {
    background: var(--selection-color);
}

::-moz-selection {
    background: var(--selection-color);
}

.sec-sub-title {
    text-transform: capitalize;
    display: inline-block;
    /* background: var(--body-bg);
    box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff;
    padding: 3px 20px;
    border-radius: 60px; */
    color: #E5E342;
    font-size: 14px;
}

.back-img {
    background-position: center;
    background-size: cover;
}

.repeat-img {
    background-size: contain;
    background-repeat: repeat;
}

.social-icon {
    margin: 15px 0 10px;
}

.social-icon ul li {
    display: inline-block;
    margin: 0 6px;
}

.social-icon ul li:last-child {
    margin-right: 0;
}

.social-icon ul li:first-child {
    margin-left: 0;
}

.social-icon ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow: 4px 4px 8px #9e9e9e, -4px -4px 8px #ffffff;
    color: var(--dark-color);
    font-size: 19px;
}

.social-icon ul li a:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.column-2 {
    column-count: 2;
}

.column-3 {
    column-count: 3;
}

.column-4 {
    column-count: 4;
}


/*==========Common CSS End==========*/


/*==========Form CSS==========*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 15px;
    right: 20px;
    pointer-events: none;
    color: #E5E342;
}

.form-input::-webkit-input-placeholder {
    color: var(--input-color);
}

.form-input::-moz-placeholder {
    color: var(--input-color);
}

.form-input:-ms-input-placeholder {
    color: var(--input-color);
}

.form-input::-ms-input-placeholder {
    color: var(--input-color);
}

.form-input::placeholder {
    color: var(--input-color);
}

select option {
    color: var(--dark-color) !important;
}

select {
    color: var(--input-color) !important;
}

select::-ms-expand {
    display: none;
}

.form-input,
select {
    width: 100%;
    height: 50px;
    outline: none !important;
    padding: 10px 15px;
    color: var(--dark-color);
    -webkit-appearance: none;
    border-radius: 10px;
    border: none;
    background: #f8f8f8;
    box-shadow: inset 6px 6px 8px #dadada, inset -6px -6px 8px #ffffff;
}

textarea.form-input {
    height: 160px;
    resize: none;
    display: block;
}

.form-input-wp label {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 10px;
}

.form-input-wp label span,
.contact-title p span {
    color: var(--red-color);
}

.form-input-wp {
    margin-bottom: 30px;
}

.form-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.form-flex-box .form-input-wp {
    margin: 0;
    flex: 1;
    padding-right: 60px;
}


/*==========Form CSS End==========*/


/*==========Button CSS==========*/

.sec-btn {
      min-width: 180px;
      min-height: 18px;
      /* background-image: linear-gradient(293deg, #FF7E4C 0%, #FFB599 100%); */
      display: inline-flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 10px 20px 0px rgba(153, 79.99999999999991, 30.99999999999999, 0.21);
      /* border-style: solid; */
      /* border-width: 4px 4px 4px 4px; */
      /* border-color: #fff; */
      border-radius: 16px 16px 16px 16px;
      padding: 14px 24px;
      -webkit-appearance: none;
      color: #fff;
      text-transform: capitalize;
      text-align: center;
      cursor: pointer;
      outline: none !important;
      transition: var(--transition);
      overflow: hidden;
      position: relative;
      z-index: 2;
      /* border: 4px solid #fff; */
      font-size: 18px;
      background: #000;
}

.sec-btn:hover {
       transform: scale(1.1);
}
/* 
.sec-btn.primary-btn {
    background: linear-gradient(145deg, #2da55e, #36c46f);
    color: var(--white-color);
    border: none;
    box-shadow: 4px 4px 8px #9e9e9e, -4px -4px 8px #ffffff;
}

.sec-btn.primary-btn:hover {
      transform: scale(1.1);
} */

.play-btn {
    width: 90px;
    height: 90px;
    background: var(--body-bg);
    box-shadow: var(--btn-shadow);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding-left: 4px;
    padding-top: 4px;
}

.play-btn:hover {
    box-shadow: var(--btn-hover-shadow);
}

.play-btn:hover svg path {
    fill: #E5E342;
}

.play-btn-wp {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn-wp span {
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--silver-color);
}

/* .read-more {
    text-transform: capitalize;
    font-size: 20px;
    font-family: "Oswald",sans-serif;
    color: #383f46;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}

.read-more svg {
    margin-left: 15px;
}

.read-more span {
    position: relative;
}

.read-more span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--secondary-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
}

.read-more:hover span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.read-more:hover {
    color: #E5E342;
} */

.explore-more-btn {
    margin-top: 43px;
    text-align: center;
}

.explore-more-link {
    color: var(--secondary-color);
    text-transform: capitalize;
    font-weight: 300;
    position: relative;
    padding-bottom: 3px;
    letter-spacing: 2px;
}

.explore-more-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: var(--secondary-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
}

.explore-more-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.video-play-btn {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    padding-top: 5px;
    padding-left: 3px;
    z-index: 2;
    transition: 0.3s;
}

.video-play-btn:hover {
    transform: scale(1.1);
}


/*==========Button CSS End==========*/


/*==========Slider Css==========*/

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-wp {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    position: unset;
    width: 60px;
    height: 60px;
    display: inline-flex;
    font-size: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    color: var(--dark-color);
    background: #ffffff;
    box-shadow: -20px 20px 60px #d4d4d4, 20px -20px 60px #ffffff;
    padding-top: 1px;
    padding-right: 2px;
    transition: 0.3s;
}

.swiper-button-next {
    box-shadow: 20px 20px 60px #d4d4d4, -20px -20px 60px #ffffff;
    padding-left: 3px;
}

.swiper-button-prev:hover {
    box-shadow: inset 5px 5px 20px #d4d4d4, inset -5px -5px 20px #ffffff;
}

.swiper-button-next:hover {
    box-shadow: inset -5px 5px 20px #d9d9d9, inset 5px -5px 20px #ffffff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: var(--yellow-color);
}

.swiper-pagination {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;
    max-width: fit-content;
    left: 50% !important;
    transform: translate(-50%, 0);
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
    border-radius: 10px;
    transition: var(--transition);
}

.swiper-pagination-bullet-active {
    background: var(--yellow-color);
    width: 30px;
}


/*==========Slider Css End==========*/


/*==========Overflow CSS==========*/

.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
}

.overflow-text::-webkit-scrollbar {
    width: 3px;
}

.overflow-text::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-color);
}

.overflow-text::-webkit-scrollbar-track {
    background: var(--scrollbar-track-color);
}


/*==========Overflow CSS End==========*/


/*==========White text CSS==========*/

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li,
.white-text .read-more {
    color: var(--white-color);
}

.white-btn {
    background-color: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.white-form .form-input .white-form select {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.white-form .form-input::-webkit-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-moz-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input:-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::placeholder {
    color: var(--white-input-color);
}

.white-form select {
    color: var(--white-input-color) !important;
}

.white-form .form-element i {
    color: var(--white-color);
}

.white-form .wpcf7 form .wpcf7-response-output {
    color: var(--white-color);
}

.white-text .read-more svg path {
    fill: var(--white-color);
}

.white-explore-more-link {
    color: var(--white-color);
}

.white-explore-more-link:hover {
    color: var(--white-color);
    opacity: 0.8;
}

.white-explore-more-link:before {
    background: var(--white-color);
    opacity: 0.6;
}


/*==========White text CSS End==========*/


/*==========Header CSS==========*/

.site-header {
    position: initial;
    padding: 20px 0;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    POSITION: ABSOLUTE;
    width: 100%;
    z-index: 99;
    transition: 0.5s;
    border-bottom: none;
    background: #324b544f;
}

.site-header.sticky_head {
    background: rgb(0 0 0 / 80%);
    padding: 20px 0;
    border-color: var(--secondary-color);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.main-navigation {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.main-navigation .menu li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 6px;
}

.main-navigation .menu li:first-child {
    margin-left: 0;
}

.main-navigation .menu li:last-child {
    margin-right: 0;
}

.main-navigation .menu .sub-menu {
    position: absolute;
    display: inline-block;
    width: 200px;
    background: #E5E342;
    z-index: 9;
    top: 100%;
    left: 0;
    overflow: hidden;
    padding: 12px;
    box-shadow: var(--btn-shadow);
    margin-top: 30px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    margin: 0;
    border-radius: 10px;
}

.main-navigation .menu li:hover>ul,
.main-navigation .menu li.focus>ul {
    opacity: 1;
    margin-top: 6px;
    visibility: visible;
}

.main-navigation .menu ul ul a {
    width: 200px;
}

.main-navigation .menu ul li:hover>ul,
.main-navigation .menu ul li.focus>ul {
    left: auto;
}

.main-navigation .menu .sub-menu li a {
    color: var(--white-color);
    opacity: 1;
    font-size: 15px;
    justify-content: flex-start;
}

.main-navigation .menu .sub-menu li {
    margin-inline: 0;
    margin-bottom: 8px;
    display: block;
    float: none;
}

.main-navigation .menu .sub-menu li:last-child {
    margin: 0;
}

.main-navigation .menu li a {
    display: flex;
    transition: 0.3s;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 18px;
    font-family: "DM Sans", sans-serif;
}

.main-navigation .menu li a:hover,
.main-navigation .menu .dropdown-items:hover>a,
.main-navigation .menu li .active-menu,
.main-navigation .menu .sub-menu li .active-sub-menu {
    color: #000000;
    /* background: var(--body-bg);
    box-shadow: inset 8px 8px 12px #e2e2e2, inset -8px -8px 12px #ffffff; */
}

.main-navigation .menu li a .dropdown-icon {
    font-size: 12px;
    position: relative;
    top: 2px;
    transition: 0.3s;
    margin-left: 5px;
}

.main-navigation .menu li a:hover .dropdown-icon,
.main-navigation .menu .dropdown-items:hover>a .dropdown-icon {
    transform: rotate(180deg);
    top: 0;
}

.header-right {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 50px;
    border-left: 1px solid rgba(255, 255, 255, .7);
    padding-left: 20px;
}
.header-right a i {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 28px;
}
.header-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    margin-left: 20px;
    transition: 0.3s;
    box-shadow: inset 6px 6px 7px #dadada, inset -6px -6px 10px #ffffff;
    background: #E5E342;
}

.header-account-btn:hover svg path,
.header-btn:hover svg path {
    fill: #E5E342;
}

.cart-number {
    position: absolute;
    top: 25px;
    right: 77px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #cc0d39;
    font-size: 14px;
    border: 1px solid var(--silver-color);
    color: #ffffff;
}

.header-btn:hover {
    background: linear-gradient(145deg, #dcdcdc, #ffffff);
    box-shadow: 20px 20px 60px #cfcfd0, -20px -20px 60px #ffffff;
}

.header-search-form {
    position: relative;
}

.header-search-form button {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    height: 100%;
    opacity: 0.5;
}

.header-search-form .form-input {
    font-size: 14px;
    padding-right: 40px;
    width: 200px;
    height: 40px;
}


/*==========Header CSS End==========*/


/*==========Banner CSS==========*/


.js-parallax-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-img-wp {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 30px;
}

.banner-img {
     width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    /* animation: border-radius-ani 4.5s linear infinite alternate; */
    box-shadow: var(--box-light-shadow);
    border: 10px solid #fff;
}
.banner-img2{
        position: absolute;
    bottom: -94px;
    left: -46px;
    z-index: 9;
}

@-webkit-keyframes border-radius-ani {
    0% {
        border-radius: 48% 52% 57% 43% / 34% 44% 56% 66%;
    }
    25% {
        border-radius: 62% 38% 64% 36% / 34% 55% 45% 66%;
    }
    50% {
        border-radius: 43% 57% 51% 49% / 33% 42% 58% 67%;
    }
    100% {
        border-radius: 40% 60% 43% 57% / 52% 32% 68% 48%;
    }
}

@keyframes border-radius-ani {
    0% {
        border-radius: 48% 52% 57% 43% / 34% 44% 56% 66%;
    }
    25% {
        border-radius: 62% 38% 64% 36% / 34% 55% 45% 66%;
    }
    50% {
        border-radius: 43% 57% 51% 49% / 33% 42% 58% 67%;
    }
    100% {
        border-radius: 40% 60% 43% 57% / 52% 32% 68% 48%;
    }
}

.banner-img-text .h5-title {
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.banner-img-text {
    /* max-width: 400px; */
    text-align: end;
    width: 87%;
    float: right;
}

.banner-shape-1 img {
    position: absolute;
    left: 85%;
    top: -50px;
    max-width: 330px;
    pointer-events: none;
}

.banner-shape-2 {
    top: auto !important;
    bottom: 0;
}

.banner-shape-2 img {
    position: absolute;
    bottom: 0;
    right: 82% !important;
    max-width: 410px;
    pointer-events: none;
}

.inner-banner {
    padding: 50px 0 50px;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb-item,
.breadcrumb-item a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

.breadcrumb-item a {
    color: #fdc31f;
    text-decoration: underline !important;
}

.breadcrumb-item.active {
    color: #fff;
    opacity: 0.6;
}


/*==========Banner CSS End==========*/


/*==========Brands CSS==========*/

.brands-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.brands-box {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-box:hover {
    -webkit-filter: invert(1) brightness(0.5);
    filter: invert(1) brightness(0.5);
    opacity: 0.9;
}

.brand-title .h5-title {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0.6;
}


/*==========Brands CSS End==========*/


/*==========About CSS==========*/

.about-video-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    box-shadow: var(--box-light-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-btn img{
    width: auto !important;
    margin-right: 10px;
}

.h4-title {
    text-transform: capitalize;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 900;
    font-family: var(--title-font);
    color: var(--dark-color);
    transition: 0.3s;
}

.quantity {
    height: 48px;
    width: 150px;
    border: 1px solid #333;
    text-align: center;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity button {
    width: fit-content;
    font-size: 16px;
    line-height: normal;
    color: #000;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 17px;
    top: 7px;
    z-index: 1;
    border: none;
    outline: none;
}

.news-block-two.style-two .text {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 30px;
    color: #797979;
    font-weight: 400;
    font-family: "Yantramanav";
}

.quantity button:last-child {
    left: auto;
    right: 16px;
    top: 14px;
}
.quantity input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000;
    border: none;
    text-align: center;
    border-radius: inherit;
    background: transparent;
}

/*==========About CSS End==========*/


/*==========Our Menu CSS==========*/

.our-menu-shape img {
   width: 80%;
   background: #e1e1e1;
   border-radius: 20px;
}

.menu-tab ul {
    padding: 10px;
    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;
    position: relative;
    z-index: 2;
}

.menu-tab ul li,
.menu-tab ul .filter-active {
    display: inline-flex;
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}

.filter-active {
    position: absolute;
    left: 0;
    top: 12px;
    min-height: 50px;
    z-index: -1;
}

.menu-tab ul li img {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.menu-tab ul .filter-active {
    color: var(--white-color);
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}

.menu-list-row .bydefault_show .dish-box-wp {
    display: inline-block !important;
}

.dish-box-wp {
    display: none;
}

.dish-box {
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    display: flow-root;
    padding: 0px 30px 40px;
    padding-top: 0;
    margin: 130px 0 30px;
    transition: var(--transition);
}

.dish-box:hover {
    transform: scale(1.03);
}

.dist-img {
    margin-top: -130px;
    margin-bottom: 30px;
}

.dist-img img {
    box-shadow: 28px 28px 45px #d4d4d400, -28px -28px 45px #ffffff;
    border-radius: 15%;
    overflow: hidden;
}

.dish-rating {
    font-size: 20px;
    margin-bottom: 15px;
}
.banner-text{
    position: relative;
    z-index: 9;
    text-align: left;
}
.inner-banner{
    position: relative;
    /* background: url(../images/other-ban.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background: #373737;
}
/* .inner-banner::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.614);
} */
.dish-rating span {
    color: var(--yellow-color);
    margin-left: 2px;
    font-size: 22px;
}

.dish-title {
    padding: 0 30px;
}

.dish-title .h3-title {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: var(--title-font);
    font-weight: bold;
    color: var(--dark-color);
    transition: 0.3s;
 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 900;
}

.dish-title p {
    color: var(--silver-color);
}

.dish-info ul,
.dist-bottom-row ul {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.dish-info ul li {
    display: inline-block;
    flex: 1;
}

.dish-info ul li:last-child {
    text-align: right;
    border-left: 2px solid rgb(204 204 204 / 30%);
}

.dist-bottom-row ul li:last-child {
    text-align: right;
}

.dish-info ul li p {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 2px;
    font-weight: 300;
}

.dish-info ul li b {
    font-weight: 500;
    font-size: 13px;
}

.dish-info,
.dist-bottom-row {
    padding: 0;
}

.dish-info {
    border-bottom: 2px solid rgb(204 204 204 / 30%);
    margin: 10px 0 15px;
    padding-bottom: 10px;
}

.dist-bottom-row ul li {
    display: flex;
    align-items: center;
}

.dist-bottom-row ul li b {
    font-size: 30px;
    color: #ff7e4c;
}

/* .dish-add-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    color: var(--white-color);
    transition: 0.3s;
     background-image: linear-gradient(293deg, #FF7E4C 0%, #FFB599 100%);
}

.dish-add-btn:hover {
    background: linear-gradient(145deg, #e3a92b, #ffc933);
} */

.menu-tab-wp {
    margin-bottom: 80px;
}

.menu-box-right .dish-title .h3-title {
    padding-right: 50px;
}

.menu-img {
    width: 240px;
}

.menu-img img {
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

.menu-box-right {
    padding-left: 30px;
}

.menu-box:hover {
    transform: scale(1.03);
}


/*==========Our Menu CSS End==========*/


/*==========Two Col Sec CSS==========*/

.sec-img-shape {
    position: absolute;
    top: -60px;
    right: 22px;
}

.sec-img-shape.sec-img-shape2 {
    top: auto;
    bottom: -30px;
    right: auto;
}

.sec-img {
    position: relative;
    text-align: center;
}

.sec-img:hover img {
    transform: scale(1.05);
}

.sec-img img {
    transition: var(--transition);
}

.sec-text {
    padding: 60px 30px 0;
}
.two-col-sec .sec-img{
    margin-top: -51px;
    z-index: 9;
}

.sec-left-shape {
    right: auto;
}

.sec-img-shape.sec-right-shape {
    left: auto;
    right: 0;
}

.food-shape img {
    position: absolute;
    top: -70px;
    right: 70%;
    pointer-events: none;
}


/*==========Two Col Sec CSS End==========*/


/*==========Book Table CSS End==========*/

.book-table {
    overflow: hidden;
}

.book-table-shape img {
    position: absolute;
    top: -10px;
    right: 73%;
    width: 540px;
}

.book-table-shape.book-table-shape2 img {
    left: 74%;
    transform: scale(-1, 1);
}

.book-table-info {
    margin: 30px 0 20px;
}

#gallery {
    padding-top: 120px;
}

.call-now {
    /* border-left: 3px dotted rgb(13 13 37 / 50%); */
    /* border-right: 3px dotted rgb(13 13 37 / 50%); */
    padding: 15px 0;
    /* border: 1px solid #cfcfcf; */
    box-shadow: 1px 1px 4px 2px #dcdcdc;
    height: 200px;
}

.call-now i,
.contact-info i {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 26px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: var(--body-bg);
    box-shadow: var(--btn-shadow);
    color: #fdc31f;
}

.call-now p {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 300;
}

.call-now a {
    font-size: 32px;
    font-weight: 500;
    color: var(--dark-color);
    transition: var(--transition);
}

.call-now a:hover,
.contact-info a:hover {
    color: var(--yellow-color);
}

.table-title h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.table-title p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.book-table-img {
    height: 70vh;
    min-height: 500px;
    border-radius: 30px;
}


/*==========Book Table CSS End==========*/


/*==========Our Team CSS End==========*/

.team-slider {
    position: relative;
}

.our-team .food-shape img {
    right: auto;
    right: 70%;
    top: -50px;
}

.team-box {
    padding: 20px;
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
    transition: var(--transition);
}

.team-box:hover {
    transform: scale(1.03);
}

.team-img {
    width: 100%;
    height: 480px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 9px 9px 18px rgb(194 194 194 / 0.5), -9px -9px 18px rgb(255 255 255 / 0.5);
}

.team-box .h3-title {
    text-transform: capitalize;
    color: var(--yellow-color);
    font-weight: 600;
}

.team-box .social-icon ul li a {
    width: 40px;
    height: 40px;
    box-shadow: 4px 4px 8px #d0d0d0, -4px -4px 8px #ffffff;
    font-size: 16px;
}


/*==========Our Team CSS End==========*/


/*==========Testimonials CSS==========*/

.testimonials-box {
    display: flow-root;
    position: relative;
    padding: 30px;
    padding-top: 0;
    border-radius: 30px;
    margin: 50px 0 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
    transition: var(--transition);
    text-align: center;
}

.testimonials-box:hover {
    transform: scale(1.05);
    z-index: 2;
}

.testimonial-box-top {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-top: -56px;
    margin-bottom: 25px;
}


.testimonials-box-img {
    min-width: 100px;
    min-height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    box-shadow: 10px 10px 60px #d4d4d4;
}

.testimonials-box-text .h3-title {
    margin-bottom: 10px;
    text-transform: capitalize;
        font-size: 25px;
    text-align: center;
}

.testimonials-box-text p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
        text-align: center;
}

.testimonials-img {
    position: relative;
}

.testimonials-img img {
    position: absolute;
    top: 60px;
    right: 30px;
    width: calc(100% + 5vw);
    max-width: initial;
}

.star-rating-wp {
    display: block;
}

.star-rating {
    font-size: 22px;
    position: relative;
    margin-top: 20px;
    display: inline-block;
}

.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #c8c8c8;
    -webkit-filter: drop-shadow(0 0.6rem 0.3rem rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 0.6rem 0.3rem rgba(0, 0, 0, 0.05));
    letter-spacing: 4px;
}

.star-rating__fill {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: fill-star 2s ease-in-out;
}

.star-rating__fill:before {
    content: "\f005\f005\f005\f005\f005";
    color: var(--yellow-color);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    letter-spacing: 4px;
}

@keyframes fill-star {
    0% {
        width: 0;
    }
}


/*==========Testimonials CSS End==========*/


/*==========Faq Sec CSS==========*/

.faq-row {
    column-count: 3;
    margin: 0 -5px;
}

.faq-box {
    border: 1px solid var(--silver-color);
    border-radius: 30px;
    background: linear-gradient(145deg, #e4e4e4, #ffffff);
    break-inside: avoid;
    margin: 0px 5px 30px;
    box-shadow: 10px 10px 30px rgb(207 207 208 / 20%), -10px -10px 30px rgb(255 255 255 / 90%);
}

.faq-box .h4-title {
    padding: 16px 30px;
    border-bottom: 1px solid var(--silver-color);
    text-transform: capitalize;
    font-weight: 600;
}

.faq-box p {
    padding: 8px 30px 20px;
    margin: 0;
}

.faq-shape img {
    position: absolute;
    top: -100px;
    left: 82%;
    pointer-events: none;
}


/*==========Faq Sec CSS End==========*/


/*==========Blog Sec CSS==========*/

.blog-text .h4-title {
    text-transform: capitalize;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 900;
    font-family: var(--title-font);
    color: var(--dark-color);
    transition: 0.3s;
}

.blog-text .h4-title:hover {
    color: var(--yellow-color);
}

.blog-date {
    padding: 5px 15px;
    background: #f8f9fa;
    box-shadow: inset 5px 5px 10px #e2e2e2, inset -5px -5px 10px #e8e8e8;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-img {
    width: 100%;
    height: 280px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.blog-box {
    padding: 30px 25px;
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #fdfdfd);
    box-shadow: 30px 30px 50px #dcdcdc, -30px -30px 50px #ffffff;
    transition: var(--transition);
    margin-bottom: 30px;
}

.blog-box:hover {
    transform: scale(1.01);
}

.blog-shape img {
    position: absolute;
    top: -100px;
    right: 84%;
    pointer-events: none;
}


/*==========Blog Sec CSS End==========*/


/*==========Newslatter Sec CSS==========*/

.newslatter-box {
    padding: 60px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
        background-position: top;
}

.newslatter-form {
    margin-top: 20px;
    position: relative;
}

.newslatter-form button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0, -50%);
}

.newslatter-form .form-input {
    height: 68px;
    border-radius: 60px;
    padding: 0 150px 0 40px;
    background: linear-gradient(-145deg, #e4e4e4, #f9f9f9);
}

.newslatter-box-text {
    padding: 0 60px;
}

.newslatter-sec-shape img {
    position: absolute;
    left: 83%;
    top: -100px;
    pointer-events: none;
}

.newslatter-sec-shape2 img {
    position: absolute;
    bottom: -240px;
    right: 82%;
    z-index: 2;
    pointer-events: none;
}

.newslatter-sec-shape2 {
    position: relative;
    z-index: 2;
}


/*==========Newslatter Sec CSS End==========*/


/*==========Contact Sec CSS==========*/

.contact-info a {
    font-size: 18px;
    line-height: 28px;
    color: var(--dark-color);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.contact-info {
    padding: 0 30px;
}

.contact-form textarea.form-input {
    height: 210px;
}

.contact-sec-info {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
}

.contact-form-img-wp {
    position: relative;
    height: 100%;
}

.contact-form-img {
    width: calc(100% + 15vw);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 30px 30px 0;
}

.contact-form {
    padding: 60px 30px;
    padding-right: 0;
    position: relative;
}

.submit-btn .sec-btn {
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
}


/*==========Contact Sec CSS End==========*/


/*==========Footer CSS==========*/

.top-footer {
    border-top: 2px solid rgb(144 144 144 / 40%);
    position: relative;
    background: #fffaf3;
}
.bottom-footer {
    position: relative;
    background: #fffaf3;
    border-top: 1px solid #a0a0a0;
}
.footer-shape img {
    position: absolute;
    top: -90px;
    left: 90%;
    pointer-events: none;
}

.copyright-text p {
    margin: 0;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-info .social-icon {
    margin-top: 20px;
}

.footer-flex-box {
    display: flex;
    margin: 0 -10px;
}

.footer-flex-box>div {
    flex: 1;
    padding: 0 30px 0 0;
}

.footer-flex-box .h3-title {
    font-family: "EB Garamond", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #101010;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.top-footer p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #2f2f2f;
    margin-bottom: 40px;
    margin-top: 20px;
    /* padding: 20px; */
    /* border: 1px solid hsla(0, 0%, 100%, .1); */
}
.footer-menu ul li a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #181818;
    margin-bottom: 20px;
    margin-top: 18px;
    transition: 0.3s;
}

.footer-menu ul li a:hover,
.footer-menu ul li .footer-active-menu {
    color: #040404;
}
.bottom-footer p span {
    color: #cc0d39;
    font-family: "EB Garamond", serif;
}
.footer-menu ul li {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #1e1e1e;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-table-info ul li {
        font-family: "DM Sans", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        color: #2a2a2a;
        margin-bottom: 40px;
        margin-top: 20px;
}

.copyright-text {
    padding: 20px 0;
}


/*==========Footer CSS End==========*/


/*==========About Us Page CSS End==========*/

.about-page-img-box {
    width: 100%;
    height: 620px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.about-page-img-box-2 {
    height: 480px;
    border-radius: 20px;
    margin-left: -100px;
    margin-top: 80px;
}

.about-text {
    padding-top: 30px;
    padding-left: 30px;
}

.about-page-text {
    margin-top: -100px;
    padding-top: 330px;
}

.about-page-sec-img-wp img {
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translate(-50%, 0);
}

.about-page-sec-img {
    height: 80vh;
    margin: 0 60px;
    border-radius: 20px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page-sec-img .bg-overlay {
    opacity: 0.3;
}

.about-page-sec-img .xxl-title {
    margin: 0;
}

.about-page-sec-img .xxl-title span {
    display: block
}


/*==========About Us Page CSS End==========*/


/*==========Our Menu Page CSS==========*/

.menu-box {
    display: flex;
    position: relative;
    border-radius: 30px;
    background: linear-gradient( 145deg, #ececec, #ffffff);
    box-shadow: 24px 24px 45px #d4d4d4, -24px -24px 45px #ffffff;
    padding: 50px 30px 30px 30px;
    margin-bottom: 30px;
    transition: var(--transition);
    overflow: hidden;
}

.menu-rating {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 15px;
    background: var(--yellow-color);
    border-radius: 0px 0px 0px 30px;
    color: var(--white-color);
    min-width: 80px;
    display: flex;
    justify-content: center;
}

.menu-rating span {
    margin-left: 2px;
    font-size: 22px;
}


/*==========Our Menu Page CSS End==========*/


/*==========Gallery Sec Page CSS==========*/

.gallery-img-wp {
    padding: 20px;
    border-radius: 30px;
    background: linear-gradient( 145deg, #ececec, #ffffff);
    box-shadow: 20px 20px 60px #dadada, -20px -20px 60px #ffffff;
    transition: var(--transition);
    margin-bottom: 30px;
    display: flex;
}

.gallery-img {
    width: 100%;
    height: 340px;
    display: inline-block;
    border-radius: 10px;
}


/*==========Gallery Sec Page CSS End==========*/


/*==========Single Blog Sec Page CSS==========*/

.single-blog-img {
    width: 100%;
    height: 35vw;
    min-height: 550px;
    border-radius: 30px;
    margin-bottom: 40px;
}

.inner-banner.single-blog-banner {
    padding-bottom: 60px;
}

.single-post-img-wp {
    display: inline-block;
    width: 100%;
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
}

.single-post-img {
    width: 100%;
    height: 100%;
}

.single-blog-text .social-icon {
    margin-top: 30px;
}

.single-blog-text .social-icon ul li a {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    color: #E5E342;
}

.single-blog-text .social-icon ul li a:hover {
    color: var(--yellow-color);
}

.blog-form {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient( 145deg, #ececec, #fdfdfd);
    box-shadow: 30px 30px 50px #dcdcdc, -30px -30px 50px #ffffff;
}

.search-form .form-input {
    width: 100% !important;
}

.widget-area {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(145deg, #e8e8e8, #ffffff);
    box-shadow: var(--btn-shadow);
    margin-left: 30px;
}

.widget-recent-post {
    display: flex;
    margin-bottom: 20px;
}

.widget-recent-post-img {
    height: 100px;
    margin-right: 15px;
    flex: 0 0 100px;
    border-radius: 10px;
    overflow: hidden;
}

.widget-recent-post .h5-title {
    padding-top: 10px;
}

.widget-recent-post:hover .h5-title {
    text-decoration: underline;
}

.widget-tags li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}

.widget-tags li a {
    min-height: 35px;
    padding: 5px 15px;
    background: #f8f9fa;
    box-shadow: inset 3px 3px 10px #e2e2e2, inset -3px -3px 10px #e8e8e8;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
    color: var(--dark-color);
}

.widget-tags li a:hover {
    transform: scale(1.05);
}

.widget-recent-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-title.h3-title {
    color: var(--yellow-color);
}

.widget-categories ul li {
    margin-bottom: 10px;
}

.widget-categories ul li a {
    display: flex;
    justify-content: space-between;
    color: var(--dark-color);
    transition: 0.3s;
}

.widget-categories ul li a:hover {
    color: var(--yellow-color);
}


/*==========Single Blog Sec Page CSS End==========*/


/*==========Page Loader CSS==========*/

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: var(--white-color);
    z-index: 9999;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}


/*==========Page Loader CSS End==========*/


/*==========Scrolltop CSS End==========*/

.scrolltop {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--body-bg);
    box-shadow: var(--btn-shadow);
    color: #E5E342;
    font-size: 16px;
    transition: var(--transition);
    border: none;
}

.scrolltop:hover {
    box-shadow: var(--btn-hover-shadow);
    color: var(--darkc-color);
}


/*==========Scrolltop CSS End==========*/


/*==========Responsive Start==========*/

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
    #viewport {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #js-scroll-content {
        position: absolute;
        overflow: hidden;
        width: 100%;
        top: 0;
        left: 0;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1368px;
    }
}

@media(min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
    p,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 18px;
        line-height: 32px;
    }
}

@media(max-width: 1499px) {}

@media(max-width: 1399px) {
    .h1-title {
        font-size: 80px;
        line-height: 90px;
    }
    .h3-title {
        font-size: 26px;
        line-height: 36px;
    }
    .h4-title {
        font-size: 24px;
        line-height: 34px;
    }
    .h2-title {
        font-size: 38px;
        line-height: 48px;
    }
    .header-right {
        margin-left: 20px;
    }
    .main-navigation .menu li {
        margin: 0 3px;
    }
    .team-img {
        height: 400px;
    }
    .blog-box {
        padding: 30px 20px;
    }
    .menu-img {
        width: 160px;
    }
    .menu-box-right {
        padding-left: 15px;
    }
    .menu-box {
        box-shadow: 14px 14px 45px #d4d4d4, -14px -14px 45px #ffffff;
    }
    .menu-rating {
        font-size: 18px;
        padding: 10px 15px;
        min-width: 70px;
    }
    .dist-bottom-row ul li b {
        font-size: 25px;
    }
}

@media(max-width: 1199px) {
    .header-btn {
        margin-left: 10px;
    }
    .header-right {
        margin-left: 10px;
    }
    .main-navigation .menu li {
        margin: 0;
    }
    .main-navigation .menu li a {
        padding: 4px 15px;
        font-size: 15px;
    }
    .header-search-form .form-input {
        width: 170px;
    }
    .main-banner {
        padding: 200px 0;
    }
    .banner-img-wp {
        height: 360px;
    }
    .dish-box {
        padding: 0px 0px 40px;
    }
    .dist-img img {
        width: 220px;
    }
    .dist-img {
        margin-top: -110px;
    }
    .dist-bottom-row ul li b {
        font-size: 28px;
    }
    .sec-text {
        padding: 0;
    }
    .xxl-title {
        font-size: 46px;
        line-height: 66px;
    }
    .team-img {
        height: 340px;
    }
    .testimonials-box {
        padding: 30px 20px;
        margin: 26px 0 30px;
    }
    .testimonials-box-img {
        min-width: 80px;
        min-height: 80px;
        margin-top: -80px;
    }
    .faq-box .h4-title {
        padding: 16px 20px;
    }
    .faq-box p {
        padding: 8px 20px 20px;
    }
    .blog-img {
        height: 240px;
    }
    .newslatter-box-text {
        padding: 0;
    }
    .footer-flex-box>div {
        padding: 0 10px;
    }
    .star-rating {
        font-size: 19px;
    }
    .testimonial-box-top {
        margin-bottom: 10px;
    }
    .call-now a {
        font-size: 28px;
    }
    .menu-box {
        padding: 50px 20px 30px 20px;
    }
    .menu-img {
        width: 140px;
    }
    .gallery-img {
        height: 280px;
    }
    .gallery-img-wp {
        padding: 15px;
    }
    .widget-area {
        margin-left: 0;
        padding: 30px 15px;
    }
    .inner-banner.single-blog-banner {
        padding-bottom: 30px;
    }
    .single-blog-img {
        height: 45vw;
        min-height: 380px;
    }
    .single-post-img-wp {
        height: 400px;
    }
    .contact-info a {
        font-size: 20px;
        line-height: 30px;
    }
    .contact-form {
        padding: 60px 20px;
        padding-right: 0;
    }
}

@media(max-width: 991px) {
    .section {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .for-des {
        display: none !important
    }
    .for-mob {
        display: block !important
    }
    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }
    .site-header .container .row {
        margin: 0;
        height: 100%;
    }
    .site-header .container .row .col-lg-2 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 2;
        display: flex;
        align-items: center;
    }
    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 40px;
        height: 40px;
        transform: translate(0, -50%);
        z-index: 100;
        box-shadow: inset 6px 6px 7px #dadada, inset -6px -6px 10px #ffffff;
        border-radius: 10px;
        padding: 0 8px;
    }
    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: #E5E342;
        margin-bottom: 5px;
        transition: 0.3s;
        border-radius: 5px;
        position: relative;
    }
    .menu-toggle span:last-child {
        margin: 0;
    }
    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }
    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
        top: -4px;
    }
    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }
    .toggled .header-menu {
        transform: translatey(0);
    }
    .header-menu {
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: max(9vh, 30px);
        padding-left: max(6vh, 30px);
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translatey(-100%);
        background-image: url(../images/blog-pattern-bg.png);
        background-position: center;
        background-color: var(--body-bg);
    }
    .main-navigation .menu li {
        display: block;
        float: none;
        margin: 0;
        margin-bottom: max(20px, 4vh);
    }
    .main-navigation .menu li a {
        display: inline-block;
        font-size: max(16px, 2vh);
    }
    .main-navigation .menu .dropdown-items .for-mob {
        position: absolute;
        top: 0;
        right: 30px;
        transition: 0.3s;
        width: 30px;
        height: 30px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 2;
    }
    .main-navigation .menu .sub-menu {
        max-width: 220px;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .main-navigation .menu .sub-menu li {
        margin-bottom: 5px;
    }
    .main-navigation .menu li:last-child {
        margin: 0;
    }
    .main-navigation .menu .dropdown-items.dropdown-open .sub-menu {
        position: unset;
        display: block;
        width: auto;
        margin-top: 6px;
        padding: 0;
        background: transparent;
        box-shadow: none;
        margin-left: 15px;
        max-width: none;
    }
    .main-navigation .menu .dropdown-items.dropdown-open .for-mob {
        transform: rotate(180deg);
    }
    .main-navigation .menu .sub-menu li a {
        color: #E5E342;
    }
    .header-btn.header-cart {
        display: none;
    }
    .header-btn {
        margin: 0;
        margin-right: 70px;
    }
    .js-parallax-scene {
        display: none;
    }
    .main-banner {
        padding: 140px 0 60px;
    }
    .site-header {
        padding: 20px 0;
        box-shadow: 0px 10px 55px #d4d4d4;
    }
    .site-header.sticky_head,
    .site-header {
        background: rgb(255 255 255 / 90%);
    }
    .h1-title {
        font-size: 60px;
        line-height: 80px;
    }
    .xxl-title {
        font-size: 40px;
        line-height: 55px;
    }
    .banner-img-wp {
        padding: 0;
        height: 75vw;
        padding-top: 50px;
    }
    .brands-box {
        padding: 0 30px;
    }
    .brands-row {
        margin: 0 -30px;
    }
    .menu-tab ul {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .menu-tab ul::-webkit-scrollbar {
        height: 0;
    }
    .menu-tab {
        position: relative;
        display: flex;
    }
    .menu-tab:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
        pointer-events: none;
        opacity: 0.2;
        border-radius: 0 60px 60px 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }
    .sec-text {
        margin-top: 40px;
    }
    .call-now {
        border: none;
        margin: 40px 0;
        border-top: 3px dotted rgb(13 13 37 / 50%);
        border-bottom: 3px dotted rgb(13 13 37 / 50%);
        padding: 30px 0;
    }
    .book-table-info {
        max-width: 300px;
        margin: 30px auto 0;
    }
    .swiper-button-wp .swiper-button {
        display: none !important;
    }
    .testimonials-img img {
        position: unset;
        width: 100%;
    }
    .testimonials-img {
        margin-bottom: 60px;
    }
    .faq-row {
        column-count: 1;
        margin: 0;
    }
    .newslatter-box {
        padding: 40px;
    }
    .footer-info {
        margin-bottom: 50px;
    }
    .footer-flex-box {
        display: block;
        margin: 0;
    }
    .footer-flex-box>div {
        padding: 0;
        margin-bottom: 30px;
    }
    .faq-box {
        margin: 0;
        margin-bottom: 30px;
    }
    .footer-flex-box>div:last-child {
        margin: 0;
    }
    .scrolltop {
        bottom: 130px;
    }
    .footer-menu ul {
        max-width: 300px;
    }
    .inner-banner {
        padding: 140px 0 60px;
    }
    #gallery {
        padding-top: 90px;
    }
    .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 8px;
        height: 8px;
    }
    .swiper-pagination {
        padding: 6px 20px;
    }
    .swiper-button-wp {
        margin-top: 40px;
    }
    .swiper-pagination-bullet-active {
        width: 16px;
    }
    .about-page-text.section {
        padding: 180px 0 80px;
        margin-top: -60px;
    }
    .about-page-sec-img {
        margin: 0;
        min-height: 380px;
        height: 60vh;
    }
    .about-page-sec-img-wp img {
        width: 180px;
        height: 180px;
        bottom: -100px;
    }
    .dish-title .h3-title {
        display: block;
        min-height: auto;
        margin-bottom: 12px;
    }
    .menu-img {
        width: 180px;
        margin-inline: auto;
        margin-bottom: 20px;
    }
    .gallery-img {
        height: 30vw;
    }
    .widget-area {
        margin-top: 30px;
        padding: 30px;
    }
    .widget-recent-post {
        align-items: center;
    }
    .single-post-img-wp {
        height: 50vw;
    }
    .contact-form {
        padding: 0;
    }
    #js-scroll-content {
        transform: unset !important;
    }
    body {
        height: auto !important;
    }
}

@media(max-width: 767px) {
    .banner-img-wp {
        height: auto;
        width: auto;
        aspect-ratio: 1;
    }
    .dist-img img {
        width: 180px;
    }
    .dist-img {
        margin-top: -80px;
    }
    .menu-tab-wp {
        margin-bottom: 60px;
    }
    .dish-box {
        margin: 80px 0 30px;
    }
    .book-table-img {
        min-height: 340px;
        height: 60vh;
    }
    .team-img {
        height: 430px;
    }
    .dish-info ul li p {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }
    .dish-info ul li b {
        font-size: 14px;
    }
    .brands-box {
        padding: 0 25px;
    }
    .brands-row {
        margin: 0 -25px;
    }
    .menu-tab ul li {
        padding: 10px 20px;
    }
}

@media(max-width: 575px) {
    .container,
    .container-fluid {
        padding: 0 30px;
    }
    .h1-title {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .h1-title span {
        background-size: 100% 8px;
    }
    .banner-img-wp {
        height: 90vw;
    }
    .about-video-img {
        height: 30vw;
        min-height: 280px;
        border-radius: 30px;
    }
    .brands-box {
        padding: 0 15px;
        flex: 0 0 33%;
        margin-bottom: 30px;
    }
    .brands-row {
        margin: 0 -15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .dish-box {
        max-width: 340px;
        margin: 80px auto 30px;
        padding: 0px 0px 30px;
    }
    .newslatter-sec-shape,
    .newslatter-sec-shape2,
    .footer-shape,
    .faq-shape,
    .blog-shape {
        display: none;
    }
    .blog-sec.section {
        padding-bottom: 0;
    }
    .brands-box img {
        max-width: 80%;
    }
    .brand-title {
        text-align: center;
    }
    .play-btn {
        width: 70px;
        height: 70px;
    }
    .play-btn svg {
        width: 18px;
    }
    .play-btn-wp span {
        font-size: 18px;
    }
    .newslatter-box {
        padding: 15px;
    }
    .newslatter-form .form-input {
        padding: 0 130px 0 12px;
    }
    .menu-box {
        display: block;
        text-align: center;
    }
    .menu-box-right .dish-title .h3-title {
        padding: 0;
    }
    .gallery-img {
        height: 50vw;
    }
    .contact-info a {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width: 480px) {
    .team-img {
        height: 330px;
    }
}

@media(max-width: 400px) {
    .container,
    .container-fluid {
        padding: 0 15px;
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .header-btn {
        margin-right: 56px;
    }
    .menu-toggle {
        right: 15px;
    }
    .site-header .container .row .col-lg-2 {
        left: 15px;
    }
    .newslatter-form button {
        position: unset;
        transform: translate(0);
        box-shadow: none !important;
        margin-top: 20px;
    }
    .newslatter-form .form-input {
        padding: 0 30px;
    }
    .team-box .h3-title {
        min-height: 72px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .team-img {
        height: 280px;
    }
    .blog-box {
        padding: 20px;
    }
    .our-menu-shape,
    .food-shape {
        display: none;
    }
    .widget-area {
        padding: 30px 15px;
    }
    .single-blog-img {
        min-height: 280px;
    }
}


/*==========Responsive End==========*/







.prdc-nm {
    font-size: 19px;
    padding: 8px 0 3px 0;
}

.prdc-prc {
    font-size: 23px;
}


.cmn-sec {
    position: relative;
    background: url(../images/common-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 67px 0px;
    isolation: isolate;
    /* padding-bottom: 137px;*/
}

section.prdct-sec.ng-scope {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.cmn_btn {
    border: none;
    padding: 15px 25px;
    text-transform: capitalize;
    border-radius: 0px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    background-size: 200%;
    transition: 0.6s;
    background-image: linear-gradient(to left, #838383, #453f3f, #707070);
    background-position: right;
}
ul.nav.navbar-nav.navbar.navbar-left.show {
    display: inline-flex !important;
}
.quantity input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000;
    border: none;
    text-align: center;
    border-radius: inherit;
    background: transparent;
}
.quantity button:last-child {
    left: auto;
    right: 16px;
    top: 14px;
}

.quantity button {
    width: fit-content;
    font-size: 16px;
    line-height: normal;
    color: #000;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 17px;
    top: 7px;
    z-index: 1;
    border: none;
    outline: none;
}

.quantity {
    height: 48px;
    width: 150px;
    border: 1px solid #333;
    text-align: center;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_totals {
        position: relative;
    margin: 5px 0;
    background: #fafafa;
    border-radius: 5px;
    padding: 27px 24px 28px;
    border: 2px solid #30373e;
}

.cart_totals table, table.cart {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 3px;
}

.cart_totals table tr.cart-shipping th, .cart_totals table tr.cart-shipping td {
    padding-bottom: 21px;
}
.cart_totals table td, .cart_totals table th, table.cart td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.cart_totals table td, .cart_totals table th, table.cart td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.cartPageSection {
    position: relative; 
}

.woocommerce .shop_table.cart_table {
    border-spacing: 0;
    border: none;
    width: 100%;
    margin: 0;
}

.woocommerce .shop_table.cart_table tfoot tr td {
    border: none;
    border-top: 1px solid #dbdfe3;
    padding: 16px 0 0;
}

.inpt-style{
        background: transparent !important;
    height: 48px;
    border-radius: 0px;
    border: 1px solid #b1b1b1;
    margin-top: 3px;
    margin-bottom: 1rem;
    box-shadow: none;
}
.woocommerce .shop_table.cart_table tbody tr td.product-thumbnail {
    width: 103px;
}

.woocommerce .shop_table.cart_table tbody tr td {
    border: none;
    border-top: 1px solid #dbdfe3;
    padding: 15px;
}

.woocommerce .shop_table.cart_table thead tr th {
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    color: #1E1E1E;
    border: none;
    /* border: 1px solid #dbdfe3; */
    padding: 15px;
    font-family: "EB Garamond", serif;
    background: #E5E342;
}
.cartAccessRow {
    margin-top: 112px;
}

.shop-sec {
    padding: 0px 0;
    /* padding-bottom: 90px; */
}

.main-nav.py-lg-4 {
    background: #ffffff !important;
}

.con-info {
    padding: 30px;
    box-shadow: 0 0 40px #0001;
    margin: 1rem;
    height: 156px;
}


nav.breadcrumb2.h-100.d-flex.align-items-center {
    justify-content: end;
}

.product-detail {
    text-align: center;
}







.full-row {
    position: relative;
    width: 100%;
        padding: 31px 0 31px 0;
}

#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #000000;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #000000;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #000000;
    }


    .breadcrumb2
    {
        display: none !important;
    }










    button.btn-cart {
    border: none;
    padding: 0px;
    background: #fff0f3;
    border: 1px solid #c1c1c1;
    padding: 14px;
}

ul.main-menu.nav {
    align-items: center;
}

.des{
    width: 70%;
}
.cancel-page{
    padding: 100px 0;
}
.formContent{
    margin: 0 100px ;
}
.can-bttn{
    min-width: 120px;
    min-height: 58px;
    background: var(--body-bg);
    box-shadow: var(--btn-shadow);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    -webkit-appearance: none;
    color: var(--dark-color);
    text-transform: capitalize;
    text-align: center;
    border: none;
    cursor: pointer;
    outline: none !important;
    transition: var(--transition);
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 6px 76px;
    font-size: 20px;
    margin-top: 30px;
}

.ingre-title{
     font-size: 30px;
    margin: 40px 20px 20px 0;
    text-align: center;
    font-weight: 600;
}
.apps{
    background: url(../images/apps.jpg)no center;
    background: url(../images/apps.jpg)no-repeat right;
    background-size: cover;
    padding: 100px 0;
}



/*-----------------------------------------------------*/

.subscribe-section-two {
	background-color: #30373e;
}

.subscribe-section-two {
	position: relative;
	padding: 120px 0;
	border: none;
	z-index: 2
}

.subscribe-section-two .outer-box {
	background-color: #383f46;
	position: relative
}

.subscribe-section-two .image-column .inner-column {
	position: relative;
	margin-right: -70px;
	height: 100%
}

.subscribe-section-two .image-column .inner-column .image {
	margin-bottom: 0;
	height: 100%
}

.subscribe-section-two .image-column .inner-column .image:before {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 190px;
	bottom: -1px;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	content: "";
	background-color: #383f46;
	background-image: url(../images/cta-icon.e6485034.png);
	background-repeat: no-repeat;
	background-position: 90px 25px
}

.subscribe-section-two .image-column .inner-column .image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.subscribe-section-two .form-column .inner-column {
	padding-left: 55px;
	padding-top: 55px;
	padding-bottom: 56px
}
.subscribe-section-two .form-column .inner-column .sec-title {
	margin-bottom: 40px;
    width: 580px;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    z-index: 2;
}
.sec-title p {
    color: #777;
    font-size: 16px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    line-height: 28px;
}
.project-section-five {
    position: relative;
    background-color: #30373e;
    padding: 120px 0 90px;
}
.project-section-five .sec-title {
    margin-bottom: 60px;
}
.project-section-five .sec-title .sub-title {
    padding-left: 0;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    color: #E5E342;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 3.36px;
}
.project-section-five .sec-title .sub-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    z-index: 2;
}
.project-block-five {
	position: relative;
	margin-bottom: 30px
}

.project-block-five .inner-box:hover .info-box {
	bottom: 30px;
	opacity: 1;
	visibility: visible;
	transition: all .3s ease
}

@media (max-width:575.98px) {
	.project-block-five .inner-box:hover .info-box {
		bottom: 10px
	}
}

.project-block-five .inner-box:hover .image-box .image img {
	transform: scale(1.1);
	transition: all .3s ease
}

.project-block-five .inner-box:hover .image-box:before {
	height: 100%
}

.project-block-five .inner-box .image-box {
	position: relative
}

.project-block-five .inner-box .image-box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(180deg, rgba(48, 55, 62, 0), #30373e);
	pointer-events: none;
	transition: all .3s ease;
	transform-origin: bottom;
	z-index: 10
}

.project-block-five .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	z-index: 1
}

.project-block-five .inner-box .image-box .image img {
	width: 100%;
	transition: all .4s ease
}

.project-block-five .inner-box .info-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 25px 10px 30px;
	z-index: 3;
	opacity: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	visibility: hidden;
	transition: all .3s linear;
	z-index: 10
}

@media (max-width:575.98px) {
	.project-block-five .inner-box .info-box {
		padding: 0 10px 10px
	}
}

.project-block-five .inner-box .info-box .title {
	display: inline-block;
	color: #fff;
	margin-bottom: 7px
}

.project-block-five .inner-box .info-box .title:hover {
	color: #E5E342
}

@media (max-width:575.98px) {
	.project-block-five .inner-box .info-box .title {
		font-size: 16px
	}
}

.project-block-five .inner-box .info-box .text {
	color: #fff
}

@media (max-width:575.98px) {
	.project-block-five .inner-box .info-box .text {
		font-size: 14px;
		line-height: 16px
	}
}

.project-block-five .inner-box .info-box .btn-box {
	position: relative
}

.project-block-five .inner-box .info-box .btn-box .read-more {
	position: relative;
	display: inline-block;
	color: #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	z-index: 10;
	background-color: #E5E342
}

.project-block-five .inner-box .info-box .btn-box .read-more:hover {
	background-color: #fff;
	color: #E5E342
}

.main-banner {
    padding: 182px 0 10px;
    background: url(../images/banner-1.jpg);
    background-size: cover;
    min-height: 620px;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-text {
    
}
.banner-text h1 {
    letter-spacing: 0;
    font-family: "EB Garamond", serif;
    /* font-size: 70px; */
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 18px;
    font-size: 50px;
    text-align: left;
    font-size: 3.30rem;
    max-width: 516px;
}
.banner-text p {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #403f3f;
    margin-bottom: 32px;
    width: 82%;
    font-family: "DM Sans", sans-serif;
}

.btn-style-one{
    line-height: 20px;
    background: #000000;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    /* align-items: center; */
    justify-content: center;
    padding: 15px 37px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 12px;
    /* float: left; */
}
.btn-style-one:before{
    position:absolute;
    top:0;
    left:0;
    bottom:auto;
    width:7px;
    height:100%;
    background:#18191c;
    -webkit-transition:all 300ms ease;
    transition:all 300ms ease;
    opacity:.15;
    content:"";
    z-index:-1;
}
.btn-style-one i{
    position:relative;
    top:1px;
    display:block;
    margin-left:10px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.btn-style-one:hover i {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.btn-style-one:hover:before{
    width:100%;
    opacity:1;
}
.btn-style-one:hover{
    color:#fff;
}
.services-section-five {
    position: relative;
    background-color: #fafafa;
    padding: 120px 0 90px;
}
.services-section-five .sec-title .sub-title {
    padding-left: 0;
        position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #E5E342;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 3.36px;
}
.services-section-five .sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    color: #30373e;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    z-index: 2;
}
.services-block-five {
	position: relative;
	margin-bottom: 30px
}

.services-block-five .inner-box {
	position: relative;
	height: 100%;
	background-color: var(--theme-color-gray);
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.services-block-five .inner-box:hover .icon-box {
	transform: scaleX(-1);
	background-color: #E5E342;
	color: #fff
}

.services-block-five .inner-box .title-box {
	padding: 40px 40px 62px
}

@media (max-width:575.98px) {
	.services-block-five .inner-box .title-box {
		padding: 20px
	}
}

.services-block-five .inner-box .icon-box {
	position: relative;
	color: #E5E342;
	font-size: 55px;
	margin-bottom: 40px;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	transition: all .3s ease
}

.services-block-five .inner-box .icon-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #383f46;
	opacity: .2
}

.services-block-five .inner-box .title {
	color: #30373e;
	margin-bottom: 20px
}

.services-block-five .inner-box .title a:hover {
	color: #E5E342
}

.services-block-five .inner-box .text {
	color: #30373e
}

.services-block-five .inner-box .btn-box {
	position: relative;
	border-top: 1px solid rgba(48, 55, 62, .2);
	display: flex;
	align-items: center;
	justify-content: space-between
}

.services-block-five .inner-box .btn-box .read-more {
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	margin-left: 40px;
	letter-spacing: 1px;
	text-transform: capitalize;
    color: #383f46;
}
.services-block-five .inner-box .btn-box .read-more:hover {
    color: #E5E342;
}
.services-block-five .inner-box .btn-box .count {
	position: relative;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0
}

.services-block-five .inner-box .btn-box .count:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #383f46;
	opacity: .1
}
.product__section {
    padding: 80px 0 50px 0;
    background: #fffaf3;
}
.product__section .sec-title {
    margin-bottom: 60px;
}
.product__section .sec-title .sub-title {
    padding-left: 0;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #E5E342;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 3.36px;
}
.product__section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    color: #30373e;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    z-index: 2;
}
.team-block-five {
	position: relative;
	margin-bottom: 30px;
	/* background: #000; */
}

.team-block-five .inner-box {
	position: relative;
	transition: all .3s ease;
	background: #e1e1e1;
}

.team-block-five .inner-box:hover {
	transform: translateY(40px)
}

.team-block-five .inner-box:hover .image img {
	transform: scale(1.1)
}

.team-block-five .inner-box:hover .social-links a {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.team-block-five .inner-box:hover .info-box {
	border-color: #E5E342
}

.team-block-five .inner-box:hover .info-box .name {
	    color: #1E1E1E;
}

.team-block-five .inner-box:hover .info-box .designation {
	    color: #1E1E1E;
	transition: all .3s ease
}

.team-block-five .inner-box:hover .info-box .social-icons {
	transition: all .3s ease
}

.team-block-five .inner-box:hover .info-box .social-icons a {
	transition: all .3s ease;
	    color: #1E1E1E;
}

.team-block-five .image-box {
	position: relative
}

.team-block-five .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	z-index: 1
}

.team-block-five .image-box .image img {
	width: 100%;
	transition: all .4s ease
}

.team-block-five .info-box {
    position: relative;
    padding: 15px 10px 10px;
    /* margin: -100px 18px 0; */
    background-color: #fffaf3;
    text-align: center;
    transition: all .3s ease;
    z-index: 10;
    min-height: 235px;
    /* border: 1px solid #eee; */
}

@media (max-width:1199.98px) {
	.team-block-five .info-box {
		margin: 0;
		padding: 20px
	}
}

.team-block-five .info-box .name {
	margin-bottom: 5px;
    font-size: 20px;
    line-height: 32px;
}

.team-block-five .info-box .name:hover {
	color: #30373e
}

.team-block-five .info-box .designation {
	position: relative;
	margin-bottom: 15px;
	display: block;
	transition: all .3s ease
}

.team-block-five .info-box .social-icons {
	display: flex;
	align-items: center;
	justify-content: center
}

.team-block-five .info-box .social-icons a {
	position: relative;
	display: block;
	height: 35px;
	width: 55px;
	background-color: transparent;
	line-height: 33px;
	color: #30373e;
	transition: all .3s ease;
    border-radius: 5px;
    border: 2px solid #30373e;
}

.team-block-five .info-box .social-icons a:hover {
	color: #30373e !important;
    
}

.team-section-six {
	position: relative;
	padding: 120px 0 70px;
	overflow: hidden
}
.our-menu-pro {
    padding: 120px 0;
}
.product-details-content {
    position: relative;
}
.product-details-content h4 {
    font-family: "Oswald",sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #424242;
    margin-bottom: 15px;
    line-height: 30px;
}
.product-details-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Oswald",sans-serif;
    color: #383f46;
    margin-top: 0px;
    font-weight: 600;
}
.link-btn {
        display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.single-product-price {
    color: #010d4c;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.single-product-price .price.new-price {
    color: #E5E342;
}
.tp-about-list-pro {
    margin-bottom: 15px;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
}
.tp-about-list-pro ul li:not(:last-child) {
    margin-bottom: 10px;
}

.tp-about-list-pro ul li:not(:last-child) {
    margin-bottom: 15px;
}
.tp-about-list-pro ul li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    line-height: 26px;
}
.tp-about-list-pro ul li i {
    color: #E5E342;
    position: absolute;
    top: 5px;
    left: 0;
}
.single-product-quantity {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.single-product-quantity {
    overflow: hidden;
    margin-bottom: 30px;
}
.cart-quantity-bx {
    display: flex;
    align-items: center;
}
.cart-quantity-bx button.dec {
    border-radius: 5px 0 0 5px;
}
.cart-quantity-bx button {
    width: 40px;
    height: 55px;
    border: 1px solid #a9a9a9;
    font-size: 20px;
    color: #010d4c;
}
.cart-quantity-bx input {
    width: 70px;
    height: 55px;
    text-align: center;
    border: 1px solid #a9a9a9;
    font-size: 20px;
    border-left: none;
    border-right: none;
    color: #010d4c;
}
.sec1-prodiv-rgt h4 {
    font-size: 24px;
    color: #30373e;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.sec1-prodiv-rgt p {
    color: #30373e;
    font-size: 16px;
    line-height: 26px;
}
.checkout-payment {
    background: #f1f1f1;
    padding: 20px 50px;
}
.bill-sec {
    border-radius: 10px;
    border: 2px solid #30373e;
}


/*----------------------------------------------------------*/
.services-section-two {
    position: relative;
    padding: 120px 0 80px;
}
.bg-pattern-12 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/pattern-12.jpg);
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title .sub-title {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Lexend", sans-serif;
    color: #6f7174;
    text-transform: capitalize;
    letter-spacing: .1em;
    margin-bottom: 5px;
}
.sec-title h2 {
    position: relative;
    font-size: 50px;
    color: #fff;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.2em;
    margin-bottom: 0;
    z-index: 0;
}
.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -15px;
    display: none;
}
.sec-title h2:before {
    position: absolute;
    left: 5px;
    top: 32px;
    height: 30px;
    width: 38px;
    border-radius: 5px 5px 5px 0;
    background-color: #E5E342;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
    content: "";
}
.service-block-two {
	margin-bottom: 30px
}

.service-block-two .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-two .inner-box .image-box {
	position: relative
}

.service-block-two .inner-box .image-box .image {
	position: relative;
	margin-bottom: 0;
	background-color: #18191D
}

.service-block-two .inner-box .image-box .image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(-45deg, transparent, #18191D);
	opacity: .9;
	content: "";
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease
}

.service-block-two .inner-box .image-box .image img {
	width: 100%;
	min-height: 304px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-two .inner-box .title-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 25px 30px
}

.service-block-two .inner-box .title-box .title {
	color: #fff;
	margin-bottom: 18px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-two .inner-box .content-box {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #0e0f11;
	padding: 20px 30px;
	padding-left: 125px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	padding-left: 100px
}

.service-block-two .inner-box .content-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #E5E342;
	color: #18191D;
	font-size: 62px;
	z-index: 2;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 70px;
	font-size: 42px
}

.service-block-two .inner-box .content-box .text {
	font-size: 14px;
    line-height: 23px;
    color: #75767a;
    min-height: 70px;
}
 .info-btn {
    position: relative;
    font-size: 16px;
    padding-left: 34px;
    color: #777;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    line-height: 20px;
    margin-left: 40px;
    padding-right: 34px;
}
.info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    line-height: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1em;
    margin-right: 20px;
    padding-right: 20px;
}
.info-btn small {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    font-family: "DM Sans", sans-serif;
}
.marquee-section {
    position: relative;
    background-color: #E5E342;
    padding: 15px 0;
}
.marquee {
	position: relative;
	--duration: 30s;
	--gap: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	gap: 0px
}

.marquee .marquee-group {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 0px;
	min-width: 100%;
	-webkit-animation: scroll 30s linear infinite;
	animation: scroll 30s linear infinite
}

.marquee .text {
	font-size: 20px;
	line-height: 36px;
	color: #18191D;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: .1em;
	margin: 0 25px;
}

@media(prefers-reduced-motion:reduce) {
	.marquee .marquee-group {
		-webkit-animation-play-state: play;
		animation-play-state: play
	}
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(calc(-100% - 0px));
		transform: translateX(calc(-100% - 0px))
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(calc(-100% - 0px));
		transform: translateX(calc(-100% - 0px))
	}
}

.about-section-two {
	position: relative;
	padding: 120px 0 70px;
	overflow: hidden
}

.about-section-two .icon-line4 {
	top: 90px;
	left: -130px
}

.about-section-two .icon-line5 {
	right: -475px;
	top: -56px
}

.about-section-two .icon-arrow1 {
	left: -190px;
	top: 380px
}

.about-section-two .icon-speaker {
	left: -375px;
	top: 430px
}

.about-section-two .content-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 1
}

.about-section-two .content-column .inner-column {
	position: relative
}

.about-section-two .sec-title {
	margin-bottom: 35px
}

.about-section-two .info-box {
	position: relative;
	margin-bottom: 30px
}

.about-section-two .info-box .inner {
	position: relative
}

.about-section-two .info-box .inner:hover .icon {
	color: #E5E342
}

.about-section-two .info-box .icon {
	font-size: 14px;
	color: #E5E342;
	margin-right: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-two .info-box .title {
	margin-bottom: 20px
}

.about-section-two .info-box .text {
	margin-bottom: 0
}

.about-section-two .skills {
	margin-bottom: 45px
}

.about-section-two .image-column {
	position: relative;
	margin-bottom: 30px
}

@media(max-width:991.98px) {
	.about-section-two .image-column {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.about-section-two .image-column .inner-column {
	position: relative
}

.about-section-two .image-column .image-box {
	position: relative;
	padding-top: 100px
}

.about-section-two .image-column .image-box .icon-dots2 {
	position: absolute;
	left: 70px;
	top: 40px
}

@media(max-width:991.98px) {
	.about-section-two .image-column .image-box {
		text-align: center
	}
}

.about-section-two .image-column .image-1 {
	position: relative;
	margin-bottom: 0
}

.about-section-two .image-column .image-2 {
	position: absolute;
	right: 45px;
	top: 0;
	margin-bottom: 20px
}

.about-section-two .image-column .image-2 img {
	width: 100%
}

@media(max-width:991.98px) {
	.about-section-two .image-column .image-2 {
		display: none
	}
}

.about-section-two .image-column .exp-box {
	position: absolute;
	left: 220px;
	bottom: 55px;
	width: 275px;
	background-color: #18191D;
	padding: 10px;
	text-align: left
}

@media(max-width:1199.98px) {
	.about-section-two .image-column .exp-box {
		left: 15px;
		bottom: 15px
	}
}

@media(max-width:575.98px) {
	.about-section-two .image-column .exp-box {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%
	}
}

.about-section-two .image-column .exp-box .inner {
	position: relative;
    padding: 20px 30px 25px;
    padding-left: 130px;
    background-color: #fff;
    border: 4px solid #E5E342;
}

.about-section-two .image-column .exp-box .icon {
	position: absolute;
    left: 25px;
    top: 5px;
    display: block;
    font-size: 64px;
    font-weight: 400;
    color: #E5E342;
    z-index: 2;
    margin-bottom: 5px;
}

.about-section-two .image-column .exp-box .count {
	font-size: 25px;
    line-height: 1em;
    color: #18191D;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-section-two .image-column .exp-box .title {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0
}

.services-section {
	position: relative;
	padding: 120px 0 80px
}
.overlay-anim {
	position: relative
}

.overlay-anim:after {
	background: rgba(255, 255, 255, .3);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	z-index: 9;
	pointer-events: none
}

.overlay-anim:hover:after {
	height: 100%;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}
.anim-icons{
    z-index:3;
    pointer-events:none;
}
.contact-section .anim-icons .icon-line3{
    left:410px;
    top:30px;
}
.contact-section .anim-icons .icon-arrow1{
    left:-195px;
    top:230px;
}
.contact-section .anim-icons .icon-arrow2{
    top:75px;
    left:680px;
}
.about-section-two .icon-line4 {
    top: 90px;
    left: -130px;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon-line4 {
    width: 121px;
    height: 160px;
    background: url(../images/icon-line4.png);
}
.about-section-two .icon-line5 {
    right: -475px;
    top: -56px;
}
.icon-line5 {
    width: 415px;
    height: 352px;
    background: url(../images/icon-line5.png);
}
.about-section-two .icon-arrow1 {
    left: -190px;
    top: 380px;
}
.bounce-x {
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}
.icon-arrow1 {
    width: 93px;
    height: 97px;
    background: url(../images/icon-arrow1.png);
}
.about-section-two .icon-speaker {
    left: -375px;
    top: 430px;
}
.zoom-one {
    -webkit-animation: zoom-one 10s infinite linear;
    animation: zoom-one 10s infinite linear;
}

.icon-speaker {
    width: 160px;
    height: 277px;
    background: url(../images/icon-speaker.png);
}
@keyframes zoom-one {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
}
@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.projects-section {
    position: relative;
    padding: 120px 0 0px;
    z-index: 3;
    background: #fffaf3;
}
.project-block {
	position: relative;
}

.project-block .inner-box {
	position: relative;
	overflow: hidden
}

.project-block .inner-box:hover .content-box {
	opacity: 1;
	left: 0;
	visibility: visible
}

.project-block .inner-box:hover .content-box .icon {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}

.project-block .inner-box:hover .content-box .cat {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms
}

.project-block .inner-box:hover .content-box .title {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms
}

.project-block .image-box {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block .image-box .image {
	position: relative;
	margin-bottom: 0
}

.project-block .image-box .image a {
	display: block;
	width: 100%
}

.project-block .image-box .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.project-block .content-box {
	position: absolute;
	left: -20px;
	bottom: 0;
	padding: 40px 40px 30px;
	padding-left: 50px;
	z-index: 3;
	max-width: 280px;
	min-height: 250px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.project-block .content-box .icon {
	position: relative;
	display: block;
	height: 48px;
	width: 48px;
	font-size: 16px;
	color: #fff;
	background-color: #18191D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 35px;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block .content-box .icon:hover {
	background-color: #fff;
	color: #18191D
}

.project-block .content-box .cat {
	position: relative;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
	color: #18191D;
	display: block;
	text-transform: capitalize;
	margin-bottom: 2px;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block .content-box .title {
	color: #18191D;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block .content-box .title a:hover {
	text-decoration: underline
}
.why-choose-us-two {
    position: relative;
    background-color: #f2f3f6;
    padding: 0;
}
.why-choose-us-two .icon-arrow1 {
    top: 470px;
    left: -260px;
}
.content-column  {
    padding-top: 100px;
}
.icon-arrow1 {
    width: 93px;
    height: 97px;
    background-image: url(../images/icon-arrow1.png);
}
.why-choose-us-two .info-box {
	position: relative;
	margin-bottom: 35px
}

.why-choose-us-two .info-box .inner {
	position: relative
}

.why-choose-us-two .info-box .inner:hover .icon {
	background-color: #18191c;
	color: #E5E342
}

.why-choose-us-two .info-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 70px;
	background-color: #fff;
	color: #E5E342;
	font-size: 36px;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.why-choose-us-two .info-box .icon {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin: 0 auto 20px
	}
}

.why-choose-us-two .info-box .title-box {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 15px
}

@media(max-width:575.98px) {
	.why-choose-us-two .info-box .title-box {
		padding-left: 0;
		text-align: center;
		min-height: auto
	}
}

.why-choose-us-two .info-box .title {
	margin-bottom: 0
}

@media(max-width:575.98px) {
	.why-choose-us-two .info-box .title br {
		display: none
	}
}

.why-choose-us-two .info-box .text {
	line-height: 26px;
	margin-bottom: 0
}

@media(max-width:575.98px) {
	.why-choose-us-two .info-box .text {
		text-align: center
	}
}
.why-choose-us-two .image-column .inner-column {
    position: relative;
    height: 100%;
    padding-left: 100px;
    margin-right: -370px;
}
.why-choose-us-two .image-column .image-box {
    position: relative;
    height: 100%;
}
.why-choose-us-two .image-column .image-box .image {
    margin-bottom: 0;
    height: 100%;
}
.why-choose-us-two .image-column .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.why-choose-us-two .image-column .content-box {
    position: absolute;
    left: 0;
    top: 120px;
    background-color: rgba(24, 25, 28, .9);
    padding: 50px 60px 80px;
    max-width: 370px;
}
.why-choose-us-two .image-column .content-box .text {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    letter-spacing: -.04em;
    margin-bottom: 110px;
}
.why-choose-us-two .image-column .content-box .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E5E342;
    font-size: 22px;
    line-height: 30px;
    color: #18191c;
    font-weight: 700;
    padding: 25px 30px;
    text-align: center;
    letter-spacing: -.04em;
}


.kye-info-section {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 120px;
}
.kye-info-section .sigle-info-card .info-card {
    border-right: 1px solid #EEEEEE;
    width: 100%;
    padding: 50px 20px;
}
.kye-info-section .sigle-info-card .info-card .info-image img {
    margin-bottom: 15px;
}
.kye-info-section .sigle-info-card .info-card .info-content {
    max-width: 250px;
}
.kye-info-section .sigle-info-card .info-card .info-content h5 {
    font-family: "EB Garamond", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #1E1E1E;
    text-transform: capitalize;
    margin-bottom: 25px;
    max-width: 200px;
}
.kye-info-section .sigle-info-card .info-card .info-content p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #595959;
    margin-bottom: 0;
}
.kye-info-section .sigle-info-card:last-child .info-card {
    border-right: unset;
}
.spa-service-section {
    padding: 10px 0 90px;
}
.spa-section-title span {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #595959;
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    padding: 5px 15px 4px;
    display: inline-flex;
    margin-bottom: 15px;
}
.spa-section-title h2 {
    font-family: "EB Garamond", serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #1E1E1E;
}
.spa-section-title p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #595959;
    margin-bottom: 40px;
    margin-top: 20px;
}
.beauty-spa-service-card {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 30px;
}
.beauty-spa-service-card::before {
    content: "";
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: -105%;
    top: 0;
    height: 100%;
    width: 50%;
    transform: skewX(-25deg);
    transform-origin: right;
    transition: transform .4s ease-in;
    z-index: 5;
}
.beauty-spa-service-card .service-card-image {
    position: relative;
}
.beauty-spa-service-card .service-card-image::after {
    content: "";
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.25) 55.68%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.beauty-spa-service-card .service-card-content {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.beauty-spa-service-card .service-card-content span {
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .04em;
    text-align: left;
    color: #1E1E1E;
}
.beauty-spa-service-card .service-card-content .card-content-bottom h4 {
    margin-bottom: 23px;
    font-family: "EB Garamond", serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    transition: .35s;
}
.beauty-spa-service-card .service-card-content .card-content-bottom p {
    margin-bottom: 23px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    transition: .35s;
}
.beauty-spa-service-card:hover::before{
    transform-origin:left;
    animation:shine .85s;
}
.info-sec {
    padding: 200px 0;
    background: url(../images/info-ban.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.info-text {
    padding: 50px 0;
}
.info-text span {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    padding: 5px 15px 4px;
    display: inline-flex;
    margin-bottom: 15px;
}
.info-text h1 {
    font-family: "EB Garamond", serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.info-text p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px;
}
.info-div {
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .1);
    display: inline-flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px 25px;
    max-width: 336px;
    width: 100%;
    margin-bottom: 110px;
    margin-top: 50px;
}
.info-div h6 {
    font-family: "EB Garamond", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.info-div p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin-bottom: 15px;
}
.treatment-slider-section {
    background-color: #f5f1e9;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.treatment-slider-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 322px;
    height: 100%;
    background-color: #E5E342;
    z-index: -1;
}
.treatment-slider-section .spa-section-title {
    max-width: 660px;
    width: 100%;
}
.spa-section-title h2 {
    font-family: "EB Garamond", serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: capitalize;
}
.spa-section-title p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #595959;
    margin-bottom: 40px;
    margin-top: 20px;
}
.treatment-slider-section .verticle-text {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
}
.treatment-slider-section .verticle-text h2 {
    color: #eae6de;
    font-family: "EB Garamond", serif;
    font-size: 130px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .3em;
    margin: 0;
}
.treatment-card {
    position: relative;
    overflow: hidden;
}
.treatment-card .treatment-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.05) 55.41%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px 20px;
    z-index: 9;
}
.treatment-card::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.treatment-card .treatment-content-wrap .treatment-content {
    transform: translateY(55px);
    transition: transform .5s ease;
}
.treatment-card .treatment-content-wrap .treatment-content h5 {
    color: #fff;
    font-family: "EB Garamond", serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 0;
}
.treatment-card .treatment-content-wrap .book-btn {
    transition: .5s;
    opacity: 0;
    transform: translateY(100%);
    transition: transform .5s ease;
    transform-origin: bottom;
    margin-top: 20px;
}
.treatment-card:hover::after{
    height:250%;
    transition:all 600ms linear;
    background-color:transparent;
}
.treatment-card:hover .treatment-content-wrap .treatment-content{
    transform:translateY(0);
}
.treatment-card:hover .treatment-content-wrap .book-btn{
    transform:translateY(0);
    opacity:1;
}
.single-gallery-img {
    position: relative;
    line-height: 1;
    transition: .35s;
    display: flex;
}
.single-gallery-img {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    position: absolute;
    top: 15px;
    left: 0;
    transition: .35s;
    opacity: 0;
}
.single-gallery-img h6 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #fff;
    max-width: 40px;
}
.single-gallery-img:hover {
    opacity:1;
}
.cartHeader h3 {
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #1E1E1E;
    text-transform: capitalize;
    margin-bottom: 18px;
}

/***********************************/

.t1 {
    -webkit-text-stroke: 1px #000000;
    color: #ffd21d;
}
.btn1{
    float: left;
}
.product-img{
    display: flex;
    margin-top: 40px;
}
.pro{
    border: 1px solid #000;
    padding: 14px;
    border-radius: 24px;
}
.pro-txt{
    margin: 10px 0 0 20px;
}
.pro-txt h4{
    font-size: 22px;
}
.latest{
    background-color: #fff;
    padding: 80px 0;
}
.abt-img img{
    border-radius: 30px;
    width: 90%;
}
.abt-img1 img{
        border-radius: 120px 120px 0 0;
}
.spc1{
        position: relative;
}
.spc-con{
    position: absolute;
    top: 160px;
    right: 100px;
    text-align: center;
}
.spc1 img{
    margin-left: -12px;
}
.spc2{
    position: relative;
}
.spc-con1{
    position: absolute;
    top: 110px;
    /* right: 10px; */
    text-align: left;
    left: 40px;
}
.spc-con1 h3{
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
}
.spc2 img{
        margin: 0 10px 0 11px;
}
.special-offer{
        background: #ffe7ea;
}
#declineCookie{
    color: #000!important;
}
.terms_sec{
    
    background: #fffaf3;
    padding: 60px 0 0 0;
}
.privacy_sec {
    background: #fffaf3;
    padding: 60px 0 0 0;
}
