/* Restoria - Restaurants HTML Template */


/* TABLE OF CONTENT 

1.Main Header style
2.Hidden Sidebar style
3.Hidden info bar style
4.Banner Slider Section
5.Title Box Section
6.We Offer Section
7.Story Section
8.Special Dish Section
9.Menu Section Tab Style
10.Special Offer Section
11.Testimonials Section
12.Reservation Section
13.Team Section
14.Intro Section
15.News Section
16.IG post Section
17.Main Footer
18.Inner page Banner Section
19.Fluid Section
20.Services Section
21.Testimonials two Section
22.Why Us Two Section
23.Chef Section 1
24.Image Gallery Section
25.Menu Section - menu style 1
26.Menu Section - menu style 2
27.Special Offer Section
28.Special Dish Section
29.Menu Two Section
30.Contact Page
31.Chef Page
32.Masonary Gallery
33.Hamburger section

*/

/*** 

====================================================================
      Fonts
====================================================================

 ***/


@import url('global.css');
@import url('swiper.css');
@import url('owl.css');
@import url('preloader.css');
@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');


/*** 
 
 ====================================================================
 
   Main Header style
 
 ====================================================================
 
 ***/

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: none;
    min-height: 0;
    z-index: 999;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.fixed-header.header-down {
    top: 0;
}
.fixed-header.header-up {
    top: -175px;
}
.main-header .auto-container {
    max-width: 1780px;
    padding: 0 20px;
}
.header-top {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background: none;
    color: #ffffff;
    border-bottom: 1px solid var(--white-color-opacity-four);
    display: none;
}
.header-top .top-left {
    position: relative;
    float: left;
    line-height: 30px;
}
.header-top .top-info {
    position: relative;
}
.header-top .top-info li {
    position: relative;
    float: left;
    margin-right: 70px;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.header-top .top-info li:last-child {
    margin-right: 0;
}
.header-top .top-info li .icon {
    position: relative;
    padding-right: 5px;
}
.header-top .top-info li:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 30px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid var(--main-color);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-top .top-info li:last-child:after {
    display: none;
}
.header-top .top-info li a {
    position: relative;
    display: block;
    line-height: 30px;
    color: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.header-top .top-info li a:hover {
    color: var(--main-color);
}
.header-top .top-right {
    position: relative;
    float: right;
    line-height: 30px;
}
.main-header .header-upper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    padding: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.fixed-header .header-upper {
    position: relative;
    /*top: 0;*/
    /*background: #202020;
   border-bottom-color: rgba(0,0,0,0.15);*/
    backdrop-filter: blur(9px);
    background-color: #013c3280;
}
.header-two.fixed-header .header-upper {
    background: #ffffff;
}
.main-header ul,
.main-header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-header .main-box {
    position: relative;
    padding: 0px;
}
.main-header .main-box .logo-box {
    position: relative;
    display: block;
    float: left;
    padding: 40px 0px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 5;
}
.fixed-header .main-box .logo-box {
    padding: 20px 0px;
}
.fixed-header .main-menu .navigation>li {
    padding: 10px 0px;
}
.main-header.fixed-header .main-menu .navigation>li>ul {
    top: 134%;
}
.main-header.fixed-header .header-upper .links-box {
    padding: 15px 0px;
}
.main-header .main-box .logo-box .logo {
    position: relative;
    display: block;
}
.main-header .main-box .logo-box .logo img {
    position: relative;
    display: block;
    height: 75px;
    z-index: 1;
}
.main-header .nav-box {
    position: static;
    float: right;
}
.main-header .header-upper .links-box {
    position: relative;
    float: left;
    padding-top: 38px;
    padding-bottom: 38px;
    margin-left: 150px;
}
.main-header .header-upper .links-box .link {
    position: relative;
    float: left;
    margin-left: 50px;
}
.main-header .header-upper .links-box .link:first-child {
    margin-left: 0;
}
.main-header .info-btn {
    position: relative;
    cursor: pointer;
    background: none;
    font-size: 16px;
    color: var(--white-color);
    padding-top: 15px;
    line-height: 34px;
}
.main-header .info-btn img {
    height: 20px;
}
.main-header .nav-toggler {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    padding: 0;
    margin-top: 40px;
    margin-left: 20px;
    display: none;
}
.fixed-header .nav-toggler {
    margin-top: 18px;
}
.main-header .nav-toggler button {
    position: relative;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #e1e1e1;
    font-size: 16px;
    margin: 0px;
    border-radius: 0px;
    outline: none !important;
}
.main-header .nav-toggler button img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.main-header .nav-outer {
    position: static;
    float: left;
}
.main-menu {
    position: static;
    display: block;
    padding: 0px 0px;
}
.main-menu .navbar-collapse {
    padding: 0px;
    margin: 0px;
    border: none;
    box-shadow: none;
}
.main-menu .navigation {
    position: static;
    z-index: 1;
}
.main-menu .navigation>li {
    position: static;
    display: block;
    float: left;
    padding: 30px 0px;
    margin-left: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--white-color);
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li.dropdown {
    position: relative;
}
.main-menu .navigation>li.dropdown.has-mega-menu {
    position: static;
}
.main-menu .navigation>li.dropdown>a {
    padding-right: 20px;
}
.main-menu .navigation>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 18px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    z-index: 5;
}
.main-menu .navigation>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    display: block;
    height: 5px;
    border-top: 1px solid var(--main-color);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li.dropdown>a:before {
    right: 20px;
}
.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li.current-menu-item>a:before {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: var(--main-color);
    text-decoration: none;
    opacity: 1;
}
.main-menu .navigation>li>ul {
    position: absolute;
    left: -35px;
    top: 100%;
    width: 280px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: var(--color-two);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.main-menu .navigation>li.dropdown.has-mega-menu>ul {
    left: 0;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 20px;
}
.main-menu .navigation>li.dropdown.has-mega-menu>ul .auto-container {
    max-width: 1200px;
}
.main-menu .navigation>li .mega-menu {
    position: relative;
}
.main-menu .navigation>li.dropdown.has-mega-menu>ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 2000px;
    height: 100%;
    background: var(--color-two);
}
.main-menu .navigation>li.dropdown.has-mega-menu>ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 2000px;
    height: 100%;
    background: var(--color-two);
}
.main-menu .navigation>li .mega-menu .menu-inner {
    position: relative;
}
.main-menu .navigation>li .mega-menu .row {
    margin: 0 -25px;
}
.main-menu .navigation>li .mega-menu .menu-block {
    position: relative;
    padding: 0 25px;
    margin-bottom: 30px;
    text-align: center;
}
.main-menu .navigation>li .mega-menu .menu-block .image {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li .mega-menu .menu-block:hover .image {
    border-color: var(--main-color);
    border-radius: 300px 300px 0 0;
}
.main-menu .navigation>li .mega-menu .menu-block .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li .mega-menu .menu-block:hover .image img {
    transform: scale(1.05);
    border-radius: 300px 300px 0 0;
}
.main-menu .navigation>li .mega-menu .menu-block .title {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.main-menu .navigation>li .mega-menu .menu-block .title a {
    position: relative;
    color: var(--white-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li .mega-menu .menu-block:hover .title a {
    color: var(--main-color);
}
.main-menu .navigation>li>ul>li {
    position: relative;
    margin-bottom: 10px;
}
.main-menu .navigation>li>ul>li:last-child {
    margin-bottom: 0;
}
.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    z-index: 5;
}
.main-menu .navigation>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -4px;
    height: 12px;
    width: 12px;
    /*background-color: var(--main-color);*/
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li.current>a:before {
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li.current>a {
    color: var(--main-color);
    padding-left: 55px;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 2px;
    width: 280px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: var(--color-two);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.main-menu .navigation>li>ul>li>ul:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 100%;
}
.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    margin-bottom: 10px;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
    margin-bottom: 0;
}
.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid var(--main-color);
    opacity: 0;
    visibility: hidden;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li.current>a:before {
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    z-index: 5;
}
.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a {
    color: var(--main-color);
    padding-left: 55px;
}
.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/*** 
 
 ====================================================================
   Hidden Sidebar style
 ====================================================================
 
 ***/

body.visible-sidebar {
    overflow-y: hidden;
}
.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: var(--black-color-opacity);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}
.hidden-bar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    background: var(--color-two);
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    visibility: hidden;
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}
.hidden-bar.visible-sidebar {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
    list-style-type: none;
    margin: 0px;
}
.hidden-bar .inner-box {
    position: relative;
    background-color: var(--color-two);
    padding-top: 75px;
    padding-bottom: 50px;
}
.hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: var(--white-color);
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}
.hidden-bar .inner-box .cross-icon:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}
.hidden-bar .inner-box .logo-box {
    position: relative;
    line-height: 50px;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.hidden-bar .inner-box .logo-box img {
    position: relative;
    max-height: 50px;
}
.hidden-bar h5 {
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.hidden-bar h5::before,
.hidden-bar h5::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.hidden-bar .info {
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.hidden-bar .info li {
    position: relative;
    line-height: 1.6em;
    color: var(--color-one);
    margin-bottom: 10px;
}
.hidden-bar .info li:last-child {
    margin-bottom: 0;
}
.hidden-bar .info li a {
    color: var(--color-one);
}
.hidden-bar .info li a:hover {
    color: var(--main-color);
}
.hidden-bar .separator {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hidden-bar .separator span {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    border: 1px solid var(--main-color);
    margin: 0 auto;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hidden-bar .booking-info {
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.hidden-bar .booking-info .bk-title {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.hidden-bar .booking-info .bk-no {
    position: relative;
    font-size: 30px;
    color: var(--main-color);
    line-height: 1em;
}
.hidden-bar .booking-info .bk-no a {
    position: relative;
    display: inline-block;
    color: var(--main-color);
}
.hidden-bar .booking-info .bk-no a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -7px;
    height: 5px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.hidden-bar .booking-info .bk-no a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}
.hidden-bar .side-menu {
    position: relative;
    display: block;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 100px;
}
.hidden-bar .side-menu ul {
    position: relative;
    border-top: 1px solid var(--white-color-opacity-four);
}
.hidden-bar .side-menu ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--white-color-opacity-four);
}
.hidden-bar .side-menu ul li a {
    position: relative;
    color: var(--white-color);
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.15em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
    color: var(--main-color);
}
.hidden-bar .side-menu ul li>a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    height: 12px;
    width: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hidden-bar .side-menu ul li:hover>a:before,
.hidden-bar .side-menu ul li.current>a:before {
    opacity: 1;
    visibility: visible;
}
.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul li.current>a {
    color: var(--main-color);
    padding-left: 20px;
}
.hidden-bar .side-menu ul li ul li:last-child {
    border-bottom: none;
}
.hidden-bar .side-menu ul li .btn-expander {
    position: absolute;
    top: 10px;
    right: 0px;
    background: none;
    color: var(--white-color);
    font-size: 12px;
    height: 30px;
    width: 30px;
    text-align: right;
    line-height: 30px;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    z-index: 1;
}
.hidden-bar .side-menu ul li .btn-expander i {
    font-weight: 700;
}

/*** 
 
 ====================================================================
   Hidden info bar style
 ====================================================================
 
 ***/

.info-bar {
    position: fixed;
    right: -440px;
    top: 0px;
    width: 100%;
    max-width: 440px;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    background: var(--color-two) url(../images/resource/pattern-dark.png) center top repeat;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.info-back-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: var(--black-color-opacity-two);
    visibility: hidden;
    z-index: 9990;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.side-content-visible .info-back-drop {
    opacity: 1;
    visibility: visible;
}
.side-content-visible .info-bar {
    right: 0px;
    opacity: 1;
    visibility: visible;
}
.info-bar .inner-box {
    position: relative;
    background: var(--color-two) url(../images/resource/pattern-dark.png) center top repeat;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.info-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: var(--white-color);
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}
.info-bar .inner-box .cross-icon:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}
.info-bar .inner-box .logo-box {
    position: relative;
    line-height: 50px;
    margin-bottom: 35px;
}
.info-bar .inner-box .logo-box img {
    position: relative;
    max-height: 50px;
}
.info-bar .inner-box .image-box {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 45px;
    border-radius: 300px 300px 0 0;
    display: inline-block;
}
.info-bar .inner-box .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 300px 300px 0 0;
}
.info-bar .inner-box .image-box::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 300px 300px 0 0;
    z-index: 100;
}

.info-bar h5 {
    position: relative;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.info-bar h5::before,
.info-bar h5::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.info-bar .info {
    position: relative;
    color: var(--white-color);
}
.info-bar .info li {
    position: relative;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.info-bar .info li:last-child {
    margin-top: 30px;
}
.info-bar .info li a {
    color: var(--white-color);
}
.info-bar .info li a:hover {
    color: var(--main-color);
}
.info-bar .info li .ib-ttl {
    text-transform: uppercase;
    color: var(--color-three);
}
.info-bar .booking-info {
    position: relative;
}
.info-bar .booking-info .bk-no {
    position: relative;
    color: var(--main-color);
    line-height: 1em;
}
.info-bar .booking-info .bk-no a {
    position: relative;
    display: inline-block;
    color: var(--main-color);
}
.info-bar .booking-info .bk-no a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -8px;
    height: 5px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid var(--main-color);
}
.info-bar .booking-info .bk-no a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

/*** 
 
 ====================================================================
   video hero Section
 ====================================================================
 
 ***/

/* hero video css start */

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(../../../../../../../designsupply-web.com/samplecontent/vender/codepen/20181014.html) no-repeat center center/cover;
}
.bg-video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}
.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    /*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
   background-size: 3px 3px;*/
    z-index: 2;
}
.bg-video-wrap .auto-container {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 100%;

}
.bg-video-wrap .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    padding-top: var(--padding-top-150);
    padding-bottom: var(--padding-bottom-50);
    height: 880px;
    min-height: 100vh;
    z-index: 10;
}

.bg-video-wrap .content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    z-index: 5;
}
.bg-video-wrap .inner {
    position: relative;
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}
.bg-video-wrap .subtitle {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: var(--font-12);
    letter-spacing: 0.40em;
    margin-bottom: var(--margin-bottom-10);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.bg-video-wrap .pattern-image {
    position: relative;
    width: 100px;
    margin: 0 auto;
    /*margin-bottom: var(--margin-bottom-30);*/
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.bg-video-wrap .subtitle,
.bg-video-wrap .pattern-image {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 500ms;
    -ms-transition: all 1000ms ease 500ms;
    -o-transition: all 1000ms ease 500ms;
    -moz-transition: all 1000ms ease 500ms;
    transition: all 1000ms ease 500ms;
}
.bg-video-wrap h1 {
    position: relative;
    font-size: 130px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.0em;
    margin: 0px 0px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.bg-video-wrap h1 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Herr Von Muellerhoff", cursive;
    font-size: 240px;
    text-transform: none;
    line-height: 0.2;
}

.bg-video-wrap .text {
    position: relative;
    display: block;
    font-size: var(--font-20);
    margin-top: var(--margin-top-10);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}



/* hero video css end */


.bg-video-wrap .book-btn {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 141px;
    /* full badge size */
    height: 141px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/resource/book-badge.png) no-repeat center center;
    background-size: contain;
    text-decoration: none;
    /* remove underline if any */
}
.bg-video-wrap .book-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 141px;
    height: 141px;
    background: url(../images/resource/book-badge.png) no-repeat center center;
    background-size: contain;
    /* ensures the image fits */
    z-index: 0;
}
.bg-video-wrap .book-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 83px;
    z-index: 1;
}
.bg-video-wrap .book-btn .icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}


/* Parent container to position it inside the banner */
.bg-video-wrap .banner-social-list {
    position: absolute;
    left: 30px;
    /* adjust as needed */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    /* stack vertically */
    align-items: center;
    gap: 10px;
    z-index: 10;
}
/* Top and bottom vertical lines */
.banner-social-list .line {
    width: 1px;
    height: 25px;
    background-color: var(--white-color);
}
/* Vertical list */
.banner-social-list .custom-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px;
}
.banner-social-list .custom-ul li {
    position: relative;
    font-size: 14px;
    color: var(--white-color);
    padding: 0 5px;
    transform: rotate(-90deg);
    transform-origin: center center;
}
.banner-social-list .custom-ul li a {
    color: var(--white-color);
}
.banner-social-list .custom-ul li a:hover {
    color: var(--main-color);
}

/* Add star only to non-last items */
.banner-social-list .custom-ul li:not(:first-child)::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/icons/star-element.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

/* Container positioning */
.bg-video-wrap .banner-call {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
    /* space between lines and text */
    z-index: 10;
}
/* Lines (above and below text) */
.banner-call .line {
    width: 1px;
    height: 25px;
    background-color: var(--white-color);
}
/* List styling */
.banner-call .call-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-call .call-ul li {
    transform: rotate(-90deg);
    transform-origin: center center;
    white-space: nowrap;
    /* prevent wrapping */
}
.banner-call .call-ul li a {
    font-size: 14px;
    color: var(--white-color);
    text-decoration: none;
}
.banner-call .call-ul li a:hover {
    color: var(--main-color);
}

/*** 
 
 ====================================================================
   Title Box Section
 ====================================================================
 
 ***/

.title-box {
    position: relative;
    padding-bottom: 30px;
}
.title-box.centered {
    margin: 0 auto;
    text-align: center;
    max-width: 860px;
}
.title-box .subtitle {
    position: relative;
    display: inline-flex;
    /* Make it inline so it wraps only around content */
    align-items: center;
    /* Vertically center the SVGs and text */
    gap: 8px;
    /* Space between SVG and text */
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: 14px;
    letter-spacing: 0.20em;
    line-height: 1em;
    margin-bottom: 10px;
}

.title-box .subtitle::before,
.title-box .subtitle::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.title-box .title-badge {
    width: 205px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 10px 0;
}

.title-box h2 {
    position: relative;
    margin-bottom: 0;
}
.title-box h3 {
    position: relative;
    margin-bottom: 0;
}
.title-box .text {
    position: relative;
    line-height: 1.85em;
}
.title-box.centered .text {
    max-width: 550px;
    margin: 0 auto;
    color: #013c32;
    line-height: 1.6em;
}
/*** 
 
 ====================================================================
   We Offer Section
 ====================================================================
 
 ***/

.we-offer-section {
    position: relative;
    background: var(--color-one);
}
.we-offer-section .auto-container {
    max-width: 1600px;
}
.offer-block {
    position: relative;
    display: flex;
}
.offer-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    max-width: 440px;
}
.offer-block:nth-child(1) {
    justify-content: flex-start;
    /* default: left */
}
.offer-block:nth-child(2) {
    justify-content: center;
    /* center align */
}
.offer-block:nth-child(3) {
    justify-content: flex-end;
    /* right align */
}
.offer-block .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    margin-bottom: 25px;
    border-radius: 500px 500px 0 0;
}
.offer-block .inner-box .image {
    position: relative;
    display: inline-block;
    border-radius: 500px 500px 0 0;
    overflow: hidden;
}
.offer-block .inner-box .image img {
    display: block;
    border-radius: 500px 500px 0 0;
    position: relative;
    z-index: 1;
}
.offer-block .inner-box .image::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    border-radius: 500px 500px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.offer-block .inner-box .image:after {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .4)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.offer-block .inner-box:hover .image:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.offer-block .inner-box:hover .image:before {
    transform: rotateY(180deg);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.offer-block .inner-box .image img {
    position: relative;
    display: block;
    /*width: 100%;*/
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.offer-block .inner-box:hover .image img {
    transform: scale(1.04, 1.04);
}
.offer-block h3 {
    position: relative;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.offer-block h3 a {
    color: var(--white-color);
}
.offer-block .more-link {
    position: relative;
    padding-top: 20px;
}
.offer-block .more-link a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    padding-bottom: 4px;
}
.offer-block .more-link a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid var(--main-color);
}
.offer-block .more-link a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}
.offer-block .more-link a:hover {
    color: var(--white-color);
    border-color: var(--white-color);
}
.we-offer-section .bg-text {
    font-size: 730px;
    line-height: 0.5em;
}
/*** 
 
 ====================================================================
   Story Section
 ====================================================================
 
 ***/

.story-section {
    position: relative;
    background-color: var(--color-two);
}
.story-section .title-box {
    max-width: 1050px;
    margin-bottom: 10px;
}

.story-section .text-col {
    position: relative;
    z-index: 1000;
}
.story-section.home-page .title-box h2 {
    font-size: 70px;
}
.story-section .title-box h2 img {
    border-radius: 300px;
    margin: 0 10px;
}

.story-section .text-col .inner {
    position: relative;
    display: block;
    padding-top: 50px;
    padding-right: 20px;
    text-align: justify;
}
.story-section .feature-info {
    position: relative;
    padding: 30px 0 30px 0;
    display: flex;
}
.story-section .feature-info .feature-info-box {
    position: relative;
    width: 50%;
    padding-right: 20px;
}
.story-section .feature-info .feature-info-box .feature-title {
    display: flex;
    align-items: center;
    text-align: left;
}
.story-section .feature-info .feature-info-box .feature-title h6 {
    padding-left: 15px;
}
.story-section .feature-info .feature-info-box .infotext {
    font-size: 15px;
    line-height: 1.5em;
    padding: 20px 0 0 0;
    color: var(--color-three);
}
.story-section .feature-info .feature-info-box:hover .feature-title img {
    transform: rotateY(180deg);
    transition: transform 0.4s ease;
}
.story-section .booking-info {
    position: relative;
    display: flex;
}
.story-section .booking-info .bk-title {
    position: relative;
    text-transform: capitalize;
    margin-top: -5px;
    padding-right: 40px;
}
.story-section .booking-info .bk-no {
    font-size: 20px;
    color: var(--main-color);
    line-height: 1em;

}
.story-section .booking-info .bk-no a {
    color: var(--main-color);
    padding-bottom: 5px;
}
.story-section .booking-info .bk-no a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: 0px;
    height: 5px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.story-section .booking-info .bk-no a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}
.hidden-bar .booking-info .bk-no a:hover::before {
    opacity: 1;
}
.story-section .image-col {
    position: relative;
}
.story-section .image-col .inner {
    position: relative;
    display: block;
}

.story-section .image-col .images {
    position: relative;
}
.story-section .image-col .images img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    border-radius: 100% 100% 0 0;

}
.story-section .image-col .image {
    position: relative;
    display: inline-block;
}
.story-section .image-col .image::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 100% 100% 0 0;
    z-index: 100;
}

.side-image.storyside-img {
    left: 0;
    bottom: 70px;
}


/*** 
 
 ====================================================================
   Special Dish Section
 ====================================================================
 
 ***/

.special-dish {
    position: relative;
    background: var(--color-five);
}
.special-dish .right-bg {
    position: absolute;
    right: 0;
    bottom: 140px;
}
.special-dish .bottom-image {
    position: absolute;
    right: 0;
    bottom: -170px;
    z-index: 1;
}
.special-dish .outer-container {
    position: relative;
}
.special-dish .row {
    margin: 0 0;
}
.special-dish .image-col {
    position: relative;
    padding: 0 0;
}
.special-dish .image-col .inner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.special-dish .image-col .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.special-dish .image-col .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.special-dish .image-col .image {
    position: relative;
    display: none;
}
.special-dish .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
}
.special-dish .content-col {
    position: relative;
    padding: 0 0;
}
.special-dish .content-col .inner {
    position: relative;
    display: block;
    max-width: 600px;
    padding: 225px 20px 225px 130px;
}
.special-dish .content-col .badge-icon {
    position: absolute;
    left: -60px;
    top: 0;
}
.special-dish .title-box {
    margin-bottom: 40px;
}
.special-dish .price {
    position: relative;
    line-height: 30px;
}
.special-dish .price .old {
    position: relative;
    font-size: 18px;
    color: var(--color-three);
    padding-right: 20px;
}
.special-dish .price .new {
    position: relative;
    font-size: 24px;
    color: var(--main-color);
}
.special-dish .content-col .link-box {
    padding-top: 40px;
}
/*** 
 
 ====================================================================
   Menu Section Tab Style
 ====================================================================
 
 ***/

.menu-section {
    position: relative;
    overflow: hidden;
    background-color: var(--color-two);
}
.tabs-box {
    position: relative;
}
.tabs-box .tab-buttons {
    position: relative;
}
.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.tabs-box .tabs-content {
    position: relative;
    background-color: var(--color-two);
    background-image: url(../images/background/menu-bg-paper.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-size: cover;
}
.tabs-box .tabs-content:before {
    content: '';
    position: absolute;
    left: 0px;
    right: auto;
    top: 0;
    width: 70px;
    height: 100%;
    background-color: var(--color-two);
    background-image: url(../images/resource/pattern-black.png);
    background-repeat: repeat;
    background-position: top center;
}
.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
    padding: 60px 40px;
}
.tabs-box .tabs-content .active-tab {
    display: block;
}
.menu-tabs {
    position: relative;
}
.menu-tabs .buttons {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 0px;
}
.menu-tabs .buttons .tab-buttons {
    position: relative;
    text-align: center;
    font-family: var(--font-family-Fraunces);
}
.menu-tabs .buttons .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-family: var(--font-family-Urbanist);
}
.menu-tabs .buttons .tab-buttons .tab-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    border-top: 1px solid var(--main-color);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.menu-tabs .buttons .tab-buttons .tab-btn.active-btn:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.menu-tabs .buttons .tab-buttons .tab-btn:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 36px;
    top: 50%;
    margin-top: -8px;
    height: 14px;
    width: 14px;
    background: url(../images/icons/star-element.svg) no-repeat;
}
.menu-tabs .buttons .tab-buttons .tab-btn:last-child:after {
    display: none;
}
.tabs-box .tabs-content .tab .row {
    display: flex;
    align-items: center;
    /* This vertically centers the two columns */
    flex-wrap: wrap;
    /* Ensures responsiveness for smaller screens */
}
.menu-tabs .menu-col .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertical centering inside the column */
    height: 100%;
    padding-left: 70px;
}
.menu-tabs .menu-col.img-col {
    text-align: center;
    padding-top: 30px;
}
.menu-tabs .menu-col.img-col .inner {
    display: block;
}
.menu-tabs .menu-col:nth-child(2) .inner {
    padding-right: 0;
    border-right: none;
}
.menu-tabs .menu-col:nth-child(2) .inner:after {
    display: none;
}
.menu-tabs .menu-col.img-col .image {
    position: relative;
    display: inline-block;
}
.menu-tabs .menu-col.img-col .image img {
    display: block;
    border-radius: 300px 300px 0 0;
    position: relative;
    z-index: 1;
}
.menu-tabs .menu-col.img-col .image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    border-radius: 300px 300px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}
.menu-tabs .dish-block {
    position: relative;
    margin-bottom: 35px;
}
.menu-tabs .dish-block:last-child {
    margin-bottom: 0;
}
.menu-tabs .dish-block .inner-box {
    position: relative;
    padding-left: 120px;
    min-height: 100px;
    padding-top: 10px;
}
.menu-tabs .dish-block .dish-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 400px;
    overflow: hidden;
}
.menu-tabs .dish-block .dish-image img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 400px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu-tabs .dish-block .inner-box:hover .dish-image img {
    transform: rotate(90deg);
}
.menu-tabs .dish-block .title {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    display: flex;
}
.menu-tabs .dish-block .title .menu-list-line {
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: var(--white-color-opacity-three);
    height: 17px;
}
.menu-tabs .dish-block .title .ttl {
    position: relative;
    float: left;
    padding-right: 10px;
    text-transform: capitalize;
}
.menu-tabs .dish-block .title .ttl a {
    color: var(--white-color);
}
.menu-tabs .dish-block .title .ttl a:hover {
    color: var(--main-color);
}
.menu-tabs .dish-block .title .ttl .s-info {
    position: relative;
    display: inline-block;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
    color: var(--black-color);
    background: var(--main-color);
    margin-left: 8px;
}
.menu-tabs .dish-block .title .price {
    position: relative;
    float: right;
    font-size: 16px;
    color: var(--main-color);
    padding-left: 5px;
}
.menu-tabs .dish-block .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-three);
}
.menu-tabs .dish-block .desc a {
    color: var(--color-three);
}
.menu-section .open-timing {
    position: relative;
    text-align: center;
}
.menu-section .open-timing .hours {
    position: relative;
    padding: 25px 0;
}

/*** 
 
 ====================================================================
   Special Offer Section
 ====================================================================
 
 ***/

.special-offer {
    position: relative;
    background: var(--white-color);
}
.special-offer.pub {
    background: #001E19;
}
.special-offer.collabo {
    background: #EBEBEB;
}

section.fluid-section.alternate.special-dish-slider.ngabout .content-col .inner {
    background-color: var(--color-one);
    background: url(../images/resource/pattern-dark.png) repeat;
    /* padding: 335px 10px; */
    padding: 80px;
    height: 850px;
    position: relative;
}
section.fluid-section.alternate.special-dish-slider.ngabout .content-col .title-box h2,
section.fluid-section.alternate.special-dish-slider.ngabout .content-col .title-box p {
    text-align: left;
}
section.fluid-section.alternate.special-dish-slider.ngabout .content-col .title-box ul li {
    text-align: left;
    padding-bottom: 15px;
}


.special-offer .outer-container {
    position: relative;
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}
.fluid-section.special-dish-slider .title-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translate(50%, -50%) rotate(-90deg);
    transform-origin: center center;
    z-index: 100;
}
.fluid-section.special-dish-slider .special-title {
    border: solid 1px var(--white-color-opacity-three);
    padding: 14px 40px;
    margin: 0;
    background-color: #152c29;
}
.offer-block-two {
    position: relative;
    margin-bottom: 30px;
}
.special-offer .owl-theme .offer-block-two {
    margin-bottom: 0;
}
.offer-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
}
.offer-block-two .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: var(--main-color);
    border-radius: 0px;
}
.collaboration-slider .offer-block-two .inner-box .image a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.collaboration-slider .offer-block-two .inner-box .image a {
    display: block;
    height: 100%;
}
.offer-block-two .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.collaboration-slider .offer-block-two .inner-box .image{
    height: 140px;
}
.collaboration-slider .offer-block-two .inner-box .image img{
     height: 100%;
      object-fit: cover;
    object-position: top;
}
/*.offer-block-two .inner-box:hover .image img{*/
/*  opacity:0.60;*/
/*  transform:scale(1.05,1.05) rotate(2deg);*/
/*}*/

.offer-block-two .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.offer-block-two .inner-box:hover .image::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}
.offer-block-two .cat-name {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-color);
}
.offer-block-two h5 {
    position: relative;
    margin-bottom: 10px;
}
.offer-block-two h5 a {
    color: var(--white-color);
}
.offer-block-two h5 a:hover {
    color: var(--main-color);
}
.offer-block-two .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-three);
    margin-bottom: 15px;
}
.offer-block-two .price {
    position: relative;
    font-size: 16px;
    color: var(--main-color);
}
.special-offer .lower-link-box {
    margin-top: 40px;
}
.special-offer .owl-theme .owl-dots {
    display: none;
}
.special-offer .owl-theme .owl-nav {
    position: absolute;
    left: -100px;
    right: -100px;
    height: 0;
    top: 50%;
    margin-top: -22px;
}
.special-offer .owl-theme .owl-nav .owl-next, 
.special-offer .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    background: transparent;
    color: rgb(77 0 75);
    border-radius: 50%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 1px solid rgba(230, 177, 95, 1);
}
.special-offer .owl-theme .owl-nav .fa-angle-left::before,
.special-offer .owl-theme .owl-nav .fa-angle-right::before {
    color: rgba(230, 177, 95, 1);
}
.special-offer .owl-theme .owl-nav button:hover .fa-angle-left::before,
.special-offer .owl-theme .owl-nav button:hover .fa-angle-right::before{
    color: #fff;
}

.special-offer .owl-theme .owl-nav .owl-next span,
.special-offer .owl-theme .owl-nav .owl-prev span {
    position: relative;
    z-index: 1;
}
.special-offer .owl-theme .owl-nav .owl-next:before,
.special-offer .owl-theme .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--white-color-opacity-four);
    border-radius: 100px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.special-offer .owl-theme .owl-nav .owl-next {
    right: 15px;
    top: -9px;
}
.special-offer .owl-theme .owl-nav .owl-prev {
    left: 15px;
    top: -9px;
}
.special-offer .owl-theme .owl-nav .owl-next:hover,
.special-offer .owl-theme .owl-nav .owl-prev:hover {
    color: var(--black-color);
}
.special-offer .owl-theme .owl-nav .owl-next:hover:before,
.special-offer .owl-theme .owl-nav .owl-prev:hover:before {
    background: var(--main-color);
}
section.special-offer.section-kt .atl.owl-carousel .owl-dots.disabled,
section.special-offer.section-kt .atl.owl-carousel .owl-nav.disabled {
    display: unset;
}
.side-image.specialoffer-img {
    right: -30px;
    top: -200px;
    z-index: 100;
}
.special-offer .bg-text {
    font-size: 500px;
    line-height: 0.5em;
}

/*** 
 
 ====================================================================
   Testimonials Section
 ====================================================================
 
 ***/

.testimonials-section {
    position: relative;
    background: var(--color-one);
}
.testimonials-section .row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.testimonials-section .auto-container {
    max-width: 1600px;
}
.testimonials-section .carousel-img-col {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    /* Adjust this to control overlap */
    z-index: 1;
    padding: 0;
}
.testimonials-section .carousel-img-col img {
    width: 100%;
    border-radius: 200px 0 0 0;
}
.testimonials-section .carousel-img-col .carousel-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.testimonials-section .carousel-img-col .carousel-image .image-layer {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 200px 0 0 0;
}
.testimonials-section .carousel-img-col .carousel-image .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.testimonials-section .carousel-col {
    position: relative;
    border: solid 1px var(--main-color);
    border-radius: 0 200px 0 0;
    background: rgba(21, 44, 41, 0.70);
    padding: 80px;
    z-index: 100;
}
.testimonials-section .carousel-box {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}
.testimonials-section .testi-top {
    position: relative;
    text-align: center;
}
.testimonials-section .testi-top .quote-text {
    position: relative;
    line-height: 1.6em;
    font-size: 20px;
}
.testimonials-section .thumbs-carousel-box {
    position: relative;
    max-width: 390px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}
.testimonials-section .testi-thumbs {
    position: relative;
    max-width: 130px;
    margin: 0 auto;
    text-align: center;
}
.testimonials-section .testi-thumbs .owl-stage-outer {
    overflow: visible;
}
.testimonials-section .testi-thumbs .image {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    cursor: pointer;
    border-radius: 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.testimonials-section .testi-thumbs .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 50%;
}
.testimonials-section .testi-thumbs .active .image {
    -ms-transform: scale(1);
    transform: scale(1);
    border: solid 2px var(--main-color);
}
.testimonials-section .testi-thumbs .auth-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: 12px;
    letter-spacing: 0.20em;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.testimonials-section .testi-thumbs .active .auth-title {
    opacity: 1;
    visibility: visible;
}
.testimonials-section .owl-theme .owl-nav,
.testimonials-section .owl-theme .owl-dots {
    display: none;
}


/*** 
 
 ====================================================================
   Reservation Section - Common css and other css for different options
 ====================================================================
 
 ***/

.reserve-section {
    position: relative;
}
.reserve-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.50;
}
.reserve-section .outer-box {
    position: relative;
    z-index: 1;
}
.reserve-section .outer-box>.row {
    margin: 0 0;
}
.reserve-section .reserv-col {
    position: relative;
    padding: 0 0;
}
.reserve-section .reserv-col .inner {
    position: relative;
    min-height: 100%;
}
.reserve-section .reserv-col .title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.reserve-section .reserv-col .title h2 {
    line-height: 1.2em;
}
.reserve-section .reserv-col .request-info a {
    color: var(--main-color);
}
.reserve-section .reserv-col .request-info a:hover {
    color: var(--main-color);
    text-decoration: underline;
}
.reserve-section .reserv-col form .row {
    margin: 0 -10px;
}
.reserve-section .reserv-col form .row .form-group {
    padding: 0 10px;
    margin-bottom: 20px;
}
.reserve-section .reserv-col form .btn-style-one {
    display: block;
    width: 100%;
}
.reserve-section .reserv-col form .btn-style-one .btn-wrap .text-two,
.reserve-section .reserv-col form .btn-style-one .btn-wrap {
    width: 100%;
}

/* reservation split style ( common css used from above css) */
.reserve-section.splitscreen .graphic-col .graphic-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.reserve-section.splitscreen .graphic-col .image {
    display: none;
}
.reserve-section.splitscreen .reserv-col {
    background-color: var(--color-two);
}
.reserve-section.splitscreen .reserv-col .inner {
    background-color: var(--color-two);
}
.reserve-section.splitscreen .reserv-col .inner {
    background: url(../images/resource/pattern-dark.png) repeat;
    position: relative;
    padding: 150px 180px;
    min-height: 100%;
    display: inline-block;
}
.reserve-section.splitscreen .reserv-col .inner::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}
.reserve-section.splitscreen .reserv-col .inner .title-box h2 {
    padding-bottom: 0;
}

/* css for style two ( comon css used as above css) */
.reserve-section.style-two {
    position: relative;
    background-color: var(--black-color);
}
.reserve-section.style-two .outer-box {
    margin: 0 0;
    top: 0;
}
.reserve-section.style-two .reserv-col {
    background-color: var(--color-two);
}
.reserve-section.style-two .reserv-col .inner .title-box h2 {
    padding-bottom: 0;
}
.reserve-section.style-two .reserv-col .inner {
    background: url(../images/resource/pattern-dark.png) repeat;
    position: relative;
    padding: 75px 100px;
    min-height: 100%;
    display: inline-block;
}
.reserve-section.style-two .reserv-col .inner::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}


/* css for style two Reserve PAGE ( comon css used as above css) */
.reserve-section.style-two.reserve-page {
    padding-top: 200px;
}


/* css for style two Reserve PAGE 2 ( comon css used as above css) */
.reserve-section.style-two.reserve-page-2 .row {
    display: flex;
    align-items: center;
    /* vertically center columns */
    flex-wrap: wrap;
    /* keep responsiveness for smaller screens */
}

.reserve-section.style-two.reserve-page-2 {
    padding-top: 200px;
    background: url(../images/resource/pattern-dark.png) repeat;
    background-color: var(--color-one);
}
.reserve-section.style-two.reserve-page-2 .form-col {
    order: 4;
    padding: 0 50px;
}
.reserve-section.style-two.reserve-page-2 .last {
    order: 12;
}
.reserve-section.style-two.reserve-page-2 .reserv-col {
    background-color: inherit;
}
.reserve-section.style-two.reserve-page-2 .reserv-col .inner {
    background: none;
    position: relative;
    padding: 0;
    min-height: 100%;
    display: inline-block;
}
.reserve-section.style-two.reserve-page-2 .reserv-col .inner::before {
    display: none;
}
.reserve-section.style-two.reserve-page-2 .form-image {
    position: relative;
    display: inline-block;
    border-radius: 200px;
    overflow: hidden;
}
.reserve-section.style-two.reserve-page-2 .form-image img {
    display: block;
    border-radius: 200px;
    position: relative;
    z-index: 1;
}
.reserve-section.style-two.reserve-page-2 .form-image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    border-radius: calc(200px - 20px);
    /* Adjust for inner corner */
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}


/*** 
 
 ====================================================================
   Team Section
 ====================================================================
 
 ***/

.team-section {
    position: relative;
    background-color: rgba(0, 0, 0, .5);
}
.team-section .row {
    margin: 0 -25px;
}
.team-block {
    position: relative;
    margin-bottom: 30px;
}
.team-section .row .team-block {
    padding: 0 25px;
    margin-bottom: 40px;
}
.team-block .inner-box {
    position: relative;
    display: block;
}
.team-block .inner-box .image {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.team-block .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    /* border-radius: 400px 400px 0 0; */
}
.team-block .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;

}
.team-block .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.40;
    background-color: var(--main-color);
    border-radius: 400px 400px 0 0;
}
.team-block .overlay-box .overlay-inner {
    position: relative;
    text-align: center;
}
.team-block .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.team-block .social-box {
    position: relative;
}
.team-block .social-box li {
    position: relative;
    margin: 0px 1px;
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
}
.team-block .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--black-color);
    border-radius: 200px;
}
.team-block .social-box li a:hover {
    background: var(--main-color);
    color: var(--color-five);
}
.team-block h5 {
    position: relative;
    margin-bottom: 4px;
    text-align: center;
}
.team-block h5 a {
    color: var(--white-color);
}
.team-block h5 a:hover {
    color: var(--main-color);
}
.team-block .designation {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: 14px;
    letter-spacing: 0.10em;
    margin-bottom: 5px;
    text-align: center;
}
.team-block .desc {
    position: relative;
    font-size: 16px;
    color: var(--white-color);
    text-align: center;
}
/*** 
 
 ====================================================================
   Intro Section
 ====================================================================
 
 ***/

.intro-section {
    position: relative;
    padding: 300px 0;
    background: var(--color-two);
}
.intro-section .image-layer {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.intro-section .content-box {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.intro-section .content-box .play-btn {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.intro-section .content-box .play-btn .theme-btn {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 140px;
    font-size: 24px;
    color: var(--color-one);
    background-color: var(--white-color);
    border: 2px solid var(--white-color);
    border-radius: 50%;
}
.intro-section .content-box .play-btn .theme-btn:hover {
    color: var(--main-color);
    border-color: var(--color-one);
    background-color: var(--color-one);
}
.intro-section .content-box .play-btn .ripple,
.intro-section .content-box .play-btn .ripple:before,
.intro-section .content-box .play-btn .ripple:after {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -1px;
    margin-left: -1px;
    /* -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%); */
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.intro-section .content-box .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.intro-section .content-box .play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.intro-section .intro-anim-image {
    position: absolute;
    z-index: 100;
    top: -200px;
    left: -600px;
    right: 0;
    text-align: center;
}

/*** 
 
 ====================================================================
   News Section
 ====================================================================
 
 ***/

.news-section {
    position: relative;
    background: var(--color-one);
}
.news-section .auto-container {
    max-width: 1600px;
}
.news-section .row {
    margin: 0 -25px;
}
.news-block {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}
.news-block:nth-child(1) {
    justify-content: flex-start;
    /* default: left */
}
.news-block:nth-child(2) {
    justify-content: center;
    /* center align */
}
.news-block:nth-child(3) {
    justify-content: flex-end;
    /* right align */
}
.news-section .row .news-block {
    padding: 0 25px;
    margin-bottom: 40px;
}
.news-block .inner-box {
    position: relative;
    display: block;
    max-width: 440px;
}
.news-block .image-box {
    position: relative;
    display: block;
}
.news-block .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    background: rgba(0, 0, 0, 0.70);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0));
    z-index: 1;
}
.news-block .image {
    position: relative;
    display: block;
    z-index: 0;
    overflow: hidden;
}
.news-block .image img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-block .image.rounded img {
    border-radius: 500px 500px 0 0;
}
.news-block .image.rounded {
    overflow: hidden;
    border-radius: 500px 500px 0 0;
}
.news-block .date {
    font-size: 23px;
    letter-spacing: 0.10em;
    border-bottom: solid 1px var(--white-color);
    display: inline-block;
}
.news-block .date span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}
.news-block .over-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 30px 30px;
    z-index: 3;
}
.news-block .cat {
    position: relative;
    color: var(--main-color);
    padding: 20px 0 10px 0;
    text-transform: capitalize;
}
.news-block h4 {
    position: relative;
    margin-bottom: 0;
}
.news-block h4 a {
    color: var(--white-color);
}


/*** 
 
 ====================================================================
   IG post Section
 ====================================================================
 
 ***/

.ig-post-section {
    position: relative;
    background: var(--white-color);
}
.ig-post-section .ig-post-block .ig-post-image img {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 10px;
    margin-top: 20px;
}
.ig-post-section .ig-post-block .ig-post-image:hover img {
    transform: scale(1.05, 1.05);
}
.ig-post-section .ig-post-block .subtitle span {
    color: #013c32;
    text-transform: capitalize;
}
.ig-post-image {
    position: relative;
    display: block;
    overflow: hidden;
}
.image-wrapper {
    display: inline-block;
    position: relative;
}
/* Triangle corner background behind icon */
.image-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid #013c32;
    /* corner color */
    border-top: 100px solid transparent;
    z-index: 1;
}
.ig-icon {
    position: absolute;
    bottom: 5%;
    left: 2%;
    background-color: #ffffff;
    color: #013c32;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 2;
    /* Above triangle */
}
.ig-icon:hover {
    background-color: #4D004B;
    color: #ffffff;
}


/*** 
 
 ====================================================================
   blog list page Section
 ====================================================================
 
 ***/

.blog_list_section {
    position: relative;
    z-index: 9;
}
.blog_list_section .blog_left_side {
    padding: 0 20px 0 0;
}
.blog_list_section .blog_left_side .blog_panel {
    margin-bottom: 50px;
}
.blog_list_section .blog_left_side .blog_panel .main_img {
    overflow: hidden;
    display: block;
}
.blog_list_section .blog_left_side .blog_panel .main_img img {
    width: 100%;
    transition: transform 0.5s ease;
    display: block;
}
.blog_list_section .blog_left_side .blog_panel:hover .main_img img {
    transform: scale(1.05);
}
.blog_list_section .blog_left_side .blog_panel .blog_info {
    padding: 30px 0;
}
.blog_list_section .blog_left_side .blog_panel .blog_info ul,
.blog_detail_section .blog_info ul {
    position: relative;
}
.blog_list_section .blog_left_side .blog_panel .blog_info ul li,
.blog_detail_section .blog_info ul li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white-color-opacity-three);
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.blog_list_section .blog_left_side .blog_panel .blog_info ul li a,
.blog_detail_section .blog_info ul li a {
    color: var(--main-color);
}
.blog_list_section .blog_left_side .blog_panel .blog_info ul li:not(:last-child)::after,
.blog_detail_section .blog_info ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: var(--white-color-opacity-three);
}

.blog_list_section .blog_left_side .blog_panel .blog_info h4 {
    display: block;
    transition: .4s all;
    margin-bottom: 15px;
    margin-top: 5px;
    letter-spacing: 1px;
}
.blog_list_section .blog_left_side .blog_panel .blog_info h4 a {
    color: var(--white-color);
    display: block;
    transition: .4s all;
    margin-bottom: 15px;
    margin-top: 15px;
}
.blog_list_section .blog_left_side .blog_panel .blog_info h4:hover a {
    color: var(--main-color);
}
.blog_list_section .blog_left_side .blog_panel .blog_info p {
    padding-bottom: 10px;
    color: var(--white-color-opacity-two);
}

/* -----blog-right-side------ */
.blog_list_section .blog_right_side {
    border-left: 1px solid var(--white-color-opacity-four);
    padding: 0 0 0 50px;
}
.blog_list_section .blog_right_side .bg_box {
    margin-bottom: 60px;
}
.blog_list_section .blog_right_side .blog_search_block form label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog_list_section .blog_right_side .blog_search_block form .form_inner {
    position: relative;
    width: 100%;
    height: 60px;
}
.blog_list_section .blog_right_side .blog_search_block form .form_inner .form-control {
    height: 100%;
    border-radius: 0;
    border: 1px solid var(--white-color-opacity-four);
    padding-right: 50px;
    color: var(--white-color);
    background-color: var(--color-two);
}
.blog_list_section .blog_right_side .blog_search_block form .form_inner button {
    font-size: 20px;
    position: absolute;
    background-color: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    padding: 5px;
    transition: .4s all;
    color: var(--white-color);
}
.blog_list_section .blog_right_side .blog_search_block form .form_inner button:hover {
    color: var(--main-color);
}
/* Recent Blog Css Start */

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li:last-child a {
    margin-bottom: 10px;
    transition: .4s all;
}
.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .img {
    width: 80px;
}
.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .img img {
    width: 100%;
}
.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text {
    width: calc(100% - 100px);
}
.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text p {
    color: var(--white-color);
    font-size: 16px;
    transition: .4s all;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a:hover p {
    color: var(--main-color);
}
.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text span {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--white-color-opacity-three);
    letter-spacing: 2px;
}
/* Categories block Css */

.blog_list_section .blog_right_side .categories_block ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
}
.blog_list_section .blog_right_side .categories_block ul li:last-child {
    margin-bottom: 0;
}
.blog_list_section .blog_right_side .categories_block ul li .cat {
    width: 75%;
    transition: .4s all;
    color: var(--white-color);
}
.blog_list_section .blog_right_side .categories_block ul li .cat:hover {
    color: var(--main-color);
}
.blog_list_section .blog_right_side .categories_block ul li span {
    color: var(--white-color-opacity-three);
}

/* Tag Blocks Css Start */

.blog_list_section .blog_right_side .tags_block ul {
    display: flex;
    flex-wrap: wrap;
}
.blog_list_section .blog_right_side .tags_block ul li a {
    display: inline-block;
    padding: 4px 14px;
    margin: 0 15px 15px 0;
    transition: .4s all;
    border: solid 1px var(--white-color-opacity-three);
    color: var(--white-color);
    font-size: 14px;
}
.blog_list_section .blog_right_side .tags_block ul li a:hover {
    background-color: var(--main-color);
    color: var(--black-color);
    border: solid 1px var(--main-color);

}
.blog_list_section .blog_right_side h6 {
    border-bottom: solid 1px var(--white-color-opacity-four);
    padding-bottom: 10px;
    margin-bottom: 30px;
}


/* Pagination Css Start */
.pagination_block ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.pagination_block ul li a {
    margin: 0 5px;
    transition: 0.4s all;
    display: block;
    width: 39px;
    height: 39px;
    background-color: none;
    text-align: center;
    line-height: 39px;
    color: var(--white-color);
    border: 1px solid #696969;
}
.pagination_block ul li a:hover,
.pagination_block ul li a.active {
    background-color: var(--main-color);
    color: var(--white-color);
    border-color: var(--main-color);
}
.pagination_block ul li a:hover i {
    color: var(--white-color);
}
.pagination_block ul li:first-child a:hover {
    color: var(--main-color);
}
.pagination_block ul li:last-child a:hover {
    color: var(--main-color);
}

/* Blog Single Css Start */
.blog_detail_section .container {
    max-width: 1010px;
}
.blog_detail_section .blog_info h2 {
    color: var(--white-color);
    display: block;
    transition: .4s all;
    margin-bottom: 15px;
    margin-top: 5px;
}

/* Blog Detail */
.blog_detail_section .blog_inner_pannel {
    padding: 0 100px;
    position: relative;
}
.blog_detail_section .blog_inner_pannel p {
    color: var(--white-color-opacity-two);
}
.blog_detail_section .blog_inner_pannel .review {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.blog_detail_section .blog_inner_pannel .review span {
    line-height: 1;
}
.blog_detail_section .blog_inner_pannel .review span:first-child {
    color: var(--main-color);
    display: inline-block;
    font-weight: 700;
}
.blog_detail_section .blog_inner_pannel .review span:last-child {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;

}
.blog_detail_section .blog_inner_pannel .section_title {
    margin-bottom: 40px;
}
.blog_detail_section .blog_inner_pannel .section_title h2 {
    margin-bottom: 0;
}
.blog_detail_section .blog_inner_pannel img {
    max-width: 100%;
}
.blog_detail_section .blog_inner_pannel .main_img {
    margin: 50px 0;
}
.blog_detail_section .blog_inner_pannel .main_img img {
    width: 100%;
}
.blog_detail_section .blog_inner_pannel .main_img iframe {
    width: 100%;
    height: 510px;
}
.blog_detail_section .blog_inner_pannel .info {
    padding: 0 80px;
}
.blog_detail_section .blog_inner_pannel .info h3 {
    color: var(--white-color);
    margin-top: 30px;
    margin-bottom: 15px;
}
.blog_detail_section .blog_inner_pannel .info ul {
    margin-bottom: 10px;
}
.blog_detail_section .blog_inner_pannel .info ul li p {
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
    font-size: 16px;
}
.blog_detail_section .blog_inner_pannel .info ul li p .icon {
    position: absolute;
    left: 0;
}
.blog_detail_section .blog_inner_pannel .two_img {
    margin-bottom: 70px;
}
.blog_detail_section .blog_inner_pannel .quote_block {
    background-color: var(--color-two);
    padding: 55px 35px 30px 45px;
    position: relative;
    margin: 40px 80px 40px 80px;
    border: solid 1px var(--main-color);
}
.blog_detail_section .blog_inner_pannel .quote_block h5 {
    color: var(--white-color);
    margin: 15px 0;
    line-height: 33px;
}
.blog_detail_section .blog_inner_pannel .quote_block .q_icon {
    font-size: 80px;
    color: var(--white-color);
    font-family: var(--font-family-Fraunces);
    line-height: 0.2;
    display: block;
}
.blog_detail_section .blog_inner_pannel .quote_block .q_icon:last-child {
    text-align: right;
    line-height: 0.5;
}
.blog_detail_section .blog_inner_pannel .blog_authore {
    padding: 0 80px;
    margin: 35px 0;
}
/* Social Media link list */

.blog_detail_section .blog_inner_pannel .blog_authore .social_media h6 {
    padding-bottom: 20px;
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul {
    display: flex;
}
.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    border: 1px solid var(--white-color-opacity-four);
    border-radius: 50px;
    margin-right: 10px;
    transition: 0.4s all;
    color: var(--white-color-opacity-two);
}
.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
/* comment section Css Start */
.comment_section {
    padding-bottom: 100px;
}
.comment_section .blog_cooment_block {
    padding: 0 100px;
}
.comment_section .blog_cooment_block .posted_cooment {
    margin-bottom: 60px;
}
.comment_section .blog_cooment_block .posted_cooment .section_title {
    text-align: left;
}
.comment_section ul {
    margin-top: 30px;
}
.comment_section ul li {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid var(--white-color-opacity-four);
}
.comment_section ul li:last-child {
    border-bottom: 1px solid var(--white-color-opacity-four);
}
.comment_section ul li.replay_comment {
    margin-left: 110px;
}
.comment_section ul li .authore_info {
    display: flex;
    align-items: center;
    width: 260px;
}
.comment_section ul li .authore_info .avtar {
    width: 88px;
    margin-right: 20px;
}
.comment_section ul li .authore_info .avtar img {
    border-radius: 200px;
    border-color: 2 solid var(--white-color-opacity-four);
}
.comment_section ul li .authore_info .text {
    width: calc(100% - 108px);
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
.comment_section ul li .authore_info .text span {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--white-color-opacity-two);
}
.comment_section ul li .comment {
    width: calc(100% - 310px);
    margin-left: 50px;
}
.comment_section ul li .comment p {
    margin-bottom: 0;
    color: var(--white-color-opacity-two);
}
/* comment-form-section */
.comment_form_section .section_title {
    text-align: left;
}
.comment_form_section form {
    margin-top: 30px;
}
.comment_form_section form .form-group .form-control {
    height: 60px;
    margin-bottom: 30px;
    color: var(--white-color);
    padding: 15px;
    border: 1px solid var(--white-color-opacity-four);
    background-color: var(--color-one);
    border-radius: 0px;
}
.comment_form_section form .form-group .form-control::placeholder {
    color: var(--white-color);
}
.comment_form_section form .form-group textarea.form-control {
    height: 140px;
    padding-top: 15px;
    resize: none;
}
.comment_form_section .coment-btn {
    text-align: right;
}



/*** 
 
 ====================================================================
   Main Footer
 ====================================================================
 
 ***/

.main-footer {
    position: relative;
    background-color: var(--color-one);
    z-index: 1;
}
.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(to bottom, var(--color-one) 10%, transparent 60%),
        url(../images/background/footer-bg.jpg) no-repeat;
    background-attachment: scroll;
    background-size: cover;
    opacity: 0.2;
    /* Keep it 1 if you already fade via gradient */
    z-index: -1;
}
.main-footer .upper-section {
    position: relative;
    text-align: center;
}
.main-footer .upper-section .row {
    display: flex;
    align-items: center;
    /* vertically center columns */
    flex-wrap: wrap;
    /* keep responsiveness for smaller screens */
}
.main-footer .footer-col {
    position: relative;
    text-align: center;
}
.main-footer .footer-image-col {
    position: relative;
}
.main-footer .footer-image-col .footer-image {
    position: relative;
    display: inline-block;
    border-radius: 200px;
    overflow: hidden;
}
.main-footer .footer-image-col .footer-image img {
    display: block;
    border-radius: 200px;
    position: relative;
    z-index: 1;
}
.main-footer .footer-image-col .footer-image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    border-radius: calc(200px - 20px);
    /* Adjust for inner corner */
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}
.main-footer .footer-image-col.last {
    order: 12;
}
.main-footer .info-col {
    position: relative;
    color: var(--color-one);
    order: 4;
}
.main-footer .footer-image-col .inner {
    position: relative;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 100%;
}
.main-footer .info-col .inner {
    position: relative;
    max-width: 1440px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
.main-footer .info-col .content {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
}
.main-footer .info-col .logo {
    position: relative;
    margin-bottom: 40px;
}
.main-footer .info-col .info h6 {
    gap: 8px;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: var(--main-color);
    text-transform: uppercase;
    padding-bottom: 15px;
}
.main-footer .info-col .info h6::before,
.main-footer .info-col .info h6::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.main-footer .info-col .info li {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 5px;
    color: var(--white-color);
}
.main-footer .info-col .info li:last-child {
    margin-bottom: 0;
}
.main-footer .info-col .info li a {
    color: var(--white-color);
}
.main-footer .info-col .info li a:hover {
    color: var(--main-color);
}
.main-footer .info-col .separator {
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.main-footer .info-col .separator span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    height: 14px;
    width: 14px;
    background: url(../images/icons/star-element.svg) no-repeat;
}
.main-footer .info-col .separator span:before {
    content: '';
    position: absolute;
    left: auto;
    right: auto;
    top: -25px;
    width: 1px;
    height: 18px;
    background-color: var(--main-color);
}
.main-footer .info-col .separator span:after {
    content: '';
    position: absolute;
    left: auto;
    right: auto;
    bottom: -25px;
    width: 1px;
    height: 18px;
    background-color: var(--main-color);
}
.main-footer .info-col .newsletter {
    position: relative;
}
.main-footer .info-col .newsletter h3 {
    margin-bottom: 0;
}
.main-footer .info-col .newsletter .text {
    line-height: 1.5em;
    font-size: 14px;
    color: var(--heading-color);
    text-align: center;
}
.main-footer .info-col .newsletter-form {
    position: relative;
    margin-top: 30px;
}
.main-footer .info-col .newsletter-form .form-group {
    position: relative;
    margin-bottom: 0;
}
.main-footer .info-col .newsletter-form .alt-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    z-index: 1;
    pointer-events: none;
}
.main-footer .info-col .newsletter-form .form-group input[type="text"],
.main-footer .info-col .newsletter-form input[type="email"],
.main-footer .info-col .newsletter-form input[type="password"] {
    position: relative;
    display: block;
    height: 56px;
    width: 100%;
    font-size: 14px;
    color: var(--heading-color);
    line-height: 34px;
    font-weight: 600;
    padding: 10px 20px 10px 40px;
    background-color: var(--color-one);
    border: 1px solid var(--heading-color);
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer .info-col .newsletter-form .form-group input[type="text"]:focus,
.main-footer .info-col .newsletter-form input[type="email"]:focus,
.main-footer .info-col .newsletter-form input[type="password"]:focus {
    border-color: var(--main-color);
}
.main-footer .info-col .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 56px;
    line-height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.btn-style-one .btn-title {
    line-height: 22px;
}
.main-footer .footer-bottom {
    position: relative;
    text-align: center;
}

/* footer last */
footer .bottom_footer {
    position: relative;
}
footer .bottom_footer .auto-container {
    border-top: solid 1px var(--heading-color);
    padding: 30px 0;
}
footer .bottom_footer p {
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--heading-color);
    letter-spacing: normal;
}
footer .bottom_footer .developer_text {
    text-align: right;
}
footer .bottom_footer .developer_text a {
    text-decoration: underline;
}
footer .bottom_footer .developer_text a:hover {
    color: var(--white-color);
}
/* footer social media icon */
footer .bottom_footer .social_media {
    justify-content: center;
}

footer .bottom_footer .social_media {
    display: flex;
    justify-content: center;
}
/* footer link list */
footer .bottom_footer .social_media li a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    color: var(--white-color);
    border: 1px solid var(--heading-color);
    border-radius: 50px;
    margin-right: 10px;
    transition: .4s all;
}
footer .bottom_footer .social_media li a:hover {
    background-color: var(--main-color);
    color: var(--color-one);
}

/*** 
 
 ====================================================================
   Inner page Banner Section
 ====================================================================
 
 ***/

.inner-banner {
    position: relative;
    padding: 230px 0 170px 0;
    background: var(--black-color);
}
.inner-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.50;
}
.inner-banner .inner {
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}
.inner-banner .inner .sub_text {
    padding: 0 150px;
}
.inner-banner .inner .subtitle {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: 12px;
    letter-spacing: 0.40em;
    margin-bottom: 0px;
}
.inner-banner .inner h1 {
    position: relative;
    text-transform: none;
    line-height: 1.0em;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: top;
}
.inner-banner .inner .sub_text p {
    font-weight: 300;
    font-size: 20px;
    padding-top: 10px;
}
.inner-banner .inner .sub_text .primary-color {
    color: var(--main-color);
}


/*** 
 
 ====================================================================
   Fluid Section
 ====================================================================
 
 ***/

.fluid-section {
    position: relative;
    background: var(--white-color);
}
.fluid-section .outer-container {
    position: relative;
}
.fluid-section .row {
    margin: 0 0;
}
.fluid-section .image-col {
    position: relative;
    padding: 0 0;
}
.fluid-section.alternate .image-col {
    order: 12;
}
.fluid-section .image-col .inner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.fluid-section .image-col .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 17px 0 17px 17px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
section.fluid-section.chef-bio.ngabout .image-col .image-layer {
    border-width: 0;
}
.fluid-section .image-col .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.fluid-section .image-col .image {
    position: relative;
    display: none;
}
.fluid-section .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
}
.fluid-section .content-col {
    position: relative;
    padding: 0 0;
    text-align: center;
    background-color: #ffffff;
    z-index: 6;
}
section.fluid-section.chef-bio.ngabout {
    z-index: unset;
}
section.fluid-section.chef-bio.ngabout .content-col .inner {
    /* padding: 308px 10px; */
    height: 854px;
    padding: 120px;
}
section.fluid-section.chef-bio.ngabout .content-col .inner .title-box h2,
section.fluid-section.chef-bio.ngabout .content-col .inner .title-box p {
    text-align: left;
}
section.fluid-section.chef-bio.ngabout .content-col .inner .title-box ul li {
    text-align: left;
    padding-bottom: 15px;
}
.fluid-section .content-col::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0 0 0 / 5%), rgba(0 0 0 / 5%)), url(../images/background/public_ng.png) no-repeat center center;
    /*background-attachment: scroll;*/
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    background-size: cover;
    opacity: 8.4;
    /* Keep it 1 if you already fade via gradient */
    z-index: -1;
}
section.fluid-section.chef-bio.ngabout .content-col::before {
    content: "";
    position: absolute;
    background: #013C32;
    /*background-attachment: scroll;*/
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 0px solid var(--main-color);
    background-size: cover;
    opacity: 8.4;
    /* Keep it 1 if you already fade via gradient */
    z-index: 0;
}
section.fluid-section.alternate.special-dish-slider.ngabout .content-col::before {
    position: absolute;
    background: #013c32;
    /*background-attachment: scroll;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: unset;
    background-size: cover;
    opacity: 8.4;
    /* Keep it 1 if you already fade via gradient */
    z-index: 0;
}
.fluid-section.alternate .content-col {
    order: 0;
}
.fluid-section .content-col .inner {
    position: relative;
    display: block;
    padding: 150px 20px;
}
.fluid-section .content-col .content-box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 960px;
}
.fluid-section .content-col .content-box .chef-thumb {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
    display: inline-block;
}

.fluid-section .content-col .content-box .chef-thumb::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 100px 100px 0 0;
    z-index: 100;
}

.fluid-section .content-col .content-box .chef-thumb img {
    border-radius: 100px 100px 0 0;
}

.fluid-section.alternate .content-col .content-box {
    float: right;
}
.fluid-section.alternate .content-col .link-box {
    padding-top: 0px;
}
/*** 
 
 ====================================================================
   Services Section
 ====================================================================
 
 ***/

.services-section {
    position: relative;
    background-color: var(--color-one);
    z-index: 1;
}
.services-section .row {
    display: flex;
    align-items: center;
    /* Vertically center columns */
    flex-wrap: wrap;
    /* Allow wrapping on smaller screens */
}
.services-section .s-col {
    position: relative;
    padding-right: 50px;
}
.services-section .s-col .inner {
    position: relative;
    display: block;
}
.services-section .s-col.last {
    order: 12;
    padding-left: 50px;
    padding-right: 0;
}
.services-section .image-col {
    position: relative;
    order: 5;
}
.services-section .image-col .image-box {
    position: relative;
    display: inline-block;
    text-align: center;
}
.services-section .image-col .image-box img {
    position: relative;
    z-index: 1;
    border-radius: 200px 200px 0 0;
}
.services-section .image-col .image-box::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 200px 200px 0 0;
    z-index: 100;
}
.services-section .s-block {
    position: relative;
    margin-bottom: 100px;
}
.services-section .s-col .s-block:last-child {
    margin-bottom: 0;
}
.services-section .s-block .inner {
    position: relative;
    display: block;
    min-height: 100px;
}
.services-section .s-block.alternate .inner {
    padding-left: 0;
    text-align: right;
}
.services-section .s-block .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.s-block .inner:hover .icon-box {
    transform: rotateY(180deg);
}
.services-section .s-block.alternate .icon-box {
    left: auto;
    right: 0;
}
.services-section .s-block .icon-box img {
    max-height: 80px;
}
.services-section .s-block.alternate h6 {
    padding-top: 15px;
    padding-right: 70px;
}
.services-section .s-block h6 {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 70px;
}
.services-section .s-block .text {
    position: relative;
    color: var(--color-three);
    padding-top: 15px;
}


/*** 
 
 ====================================================================
   Testimonials two Section
 ====================================================================
 
 ***/

.testimonials-two {
    position: relative;
    background: var(--color-two);
}
.special-offer .carousel-box {
    position: relative;
}
.testimonials-two .testi-block {
    position: relative;
}
.testimonials-two .testi-block .inner-box {
    position: relative;
    padding: 40px;
    background: var(--color-one);
    border: solid 1px var(--color-four);
    text-align: center;
}
.testimonials-two .testi-block .rating {
    position: relative;
    font-size: 12px;
    color: var(--main-color);
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px;
}
.testimonials-two .testi-block .text {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 35px;
}
.testimonials-two .testi-block .auth-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.testimonials-two .testi-block .auth-info .auth-title {
    position: relative;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 14px;
    letter-spacing: 0.10em;
    padding-top: 10px;
}
.testimonials-two .testi-block .auth-info .location {
    position: relative;
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: normal;
}
.testimonials-two .testi-block .auth-info .image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials-two .testi-block .auth-info .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonials-two .owl-theme .owl-dots {
    display: none;
}
.testimonials-two .owl-theme .owl-nav {
    position: absolute;
    left: -100px;
    right: -100px;
    height: 0;
    top: 50%;
    margin-top: -22px;
}
.testimonials-two .owl-theme .owl-nav .owl-next,
.testimonials-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    background: transparent;
    color: var(--main-color);
    border-radius: 0%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.testimonials-two .owl-theme .owl-nav .owl-next span,
.testimonials-two .owl-theme .owl-nav .owl-prev span {
    position: relative;
    z-index: 1;
}
.testimonials-two .owl-theme .owl-nav .owl-next:before,
.testimonials-two .owl-theme .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    border-radius: 200px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.testimonials-two .owl-theme .owl-nav .owl-next {
    right: 15px;
}
.testimonials-two .owl-theme .owl-nav .owl-prev {
    left: 15px;
}
.testimonials-two .owl-theme .owl-nav .owl-next:hover,
.testimonials-two .owl-theme .owl-nav .owl-prev:hover {
    color: var(--black-color);
}
.testimonials-two .owl-theme .owl-nav .owl-next:hover:before,
.testimonials-two .owl-theme .owl-nav .owl-prev:hover:before {
    background: var(--main-color);
}


/*** 
 
 ====================================================================
   Testimonials page - masonry style
 ====================================================================
 
 ***/


.testimonials-masonry {
    position: relative;
}
.testimonials-masonry .google_rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* optional spacing between stars and text */
    text-align: center;
    flex-wrap: wrap;
    /* optional if it may break on small screens */
    padding-bottom: 25px;
}
.testimonials-masonry .google_rating .star {
    font-size: 12px;
    display: flex;
    gap: 2px;
    border: solid 1px var(--white-color-opacity-three);
    background-color: var(--color-two);
    color: var(--main-color);
    padding: 0 14px;
    border-radius: 100px;
}
.testimonials-masonry .google_rating p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonials-masonry .google_rating .rate_link img {
    height: 25px;
    margin-right: 5px;
}
.testimonials-masonry .google_rating a.rate_link {
    color: var(--white-color);
}
.testimonials-masonry .google_rating:hover .star {
    border: solid 1px var(--main-color);
    background-color: var(--main-color);
    color: var(--white-color);
    transition: all ease .3s;
}


.testimonials-masonry .testimonial-boxlist {
    column-count: 2;
    column-gap: 30px;
    /* space between the columns */
}
.testimonials-masonry .testimonial-boxlist .testi-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    /* vertical spacing between boxes */
}
.testimonials-masonry .testi-block {
    position: relative;
}
.testimonials-masonry .testi-block .inner-box {
    position: relative;
    padding: 40px;
    background: var(--color-one);
    border: solid 1px var(--color-four);
    text-align: center;
}
.testimonials-masonry .testi-block .rating {
    position: relative;
    font-size: 12px;
    color: var(--main-color);
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px;
}
.testimonials-masonry .testi-block .text {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 35px;
}
.testimonials-masonry .testi-block .auth-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.testimonials-masonry .testi-block .auth-info .auth-title {
    position: relative;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 14px;
    letter-spacing: 0.10em;
    padding-top: 10px;
}
.testimonials-masonry .testi-block .auth-info .location {
    position: relative;
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: normal;
}
.testimonials-masonry .testi-block .auth-info .image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials-masonry .testi-block .auth-info .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


/*** 
 
 ====================================================================
   Why Us Two Section
 ====================================================================
 
 ***/

.why-us-two {
    position: relative;
    background-color: var(--color-one);
}
.why-us-two .left-bg {
    position: absolute;
    left: 0;
    bottom: 80px;
}
.why-us-two .right-bg {
    position: absolute;
    right: 0;
    top: -100px;
}
.why-block-two {
    position: relative;
    margin-bottom: 30px;
}
.why-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
}
.why-block-two .image-box {
    position: relative;
    overflow: hidden;
}
.why-block-two .inner-box:hover .image-box img {
    opacity: 0.70;
    transform: scale(1.05, 1.05);
}
.why-block-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 200px 200px 0 0;
}
.why-block-two .image-box::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.why-block-two .inner-box:hover .image-box::after {
    -webkit-animation: circle .95s;
    animation: circle .95s;
    border-radius: 200px 200px 0 0;
}
.why-block-two .over-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 30px 30px;
    z-index: 3;
}
.why-block-two .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, 0.70);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.05));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.05));
    z-index: 1;
}

.why-block-two h6 {
    position: relative;
}
.why-block-two h6 a {
    color: var(--white-color);
}
.why-block-two h6 a:hover {
    color: var(--main-color);
}
.why-block-two .text {
    position: relative;
    font-size: 14px;
    color: var(--color-one);
}

.fact-counter {
    position: relative;
    padding-top: 50px;
}
.fact-counter .fact-block .inner .fact-count {
    font-family: var(--font-family-Fraunces);
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 20px;
}
.fact-counter .fact-block .inner .fact-title {
    font-size: 14px;
    color: var(--main-color);
    text-transform: uppercase;
}
.fact-counter .fact-block .inner p {
    color: var(--color-three);
    padding-right: 25px;
    padding-top: 15px;
}



/*** 
 
 ====================================================================
   Chef Section 1
 ====================================================================
 
 ***/

.chef-section-1 {
    position: relative;
    background-color: var(--color-two);
}
.chef-section-1 .title-box {
    padding-right: 100px;
}
.chef-section-1 .title-box p {
    /*padding-bottom: 25px;*/
    text-align: justify;
}
.chef-section-1 .chef-image {
    position: relative;
    text-align: right;
    margin: 0 auto;
}
.chef-section-1 .chef-image.image1 img {
    border-radius: 200px;
}
.chef-section-1 .chef-image.image2 img {
    border-radius: 200px;
    text-align: right;
}
.chef-section-1 .chef-image.image5 img {
    border-radius: 50px;
    text-align: right;
}
.chef-section-1 .chef-image.image3 {
    margin-top: auto;
    text-align: right;
}
.chef-section-1 .chef-image.image3 img {
    border-radius: 200px 200px 0 0;
    text-align: right;
}
.chef-section-1 .chef-image.image4 img {
    border-radius: 0px 0px 200px 200px;
    text-align: right;
}
.chef-section-1 .row>.col-xl-4:last-child {
    display: flex;
    flex-direction: column;
}
.chef-section-1 .chef-image.image1 {
    position: relative;
    display: inline-block;
    border-radius: 200px;
    overflow: hidden;
}
.chef-section-1 .chef-image.image1 img {
    display: block;
    border-radius: 200px;
    position: relative;
    z-index: 1;
}
.chef-section-1 .chef-image.image1::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    border-radius: calc(200px - 20px);
    /* Adjust for inner corner */
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}
.chef-section-1 .round-stamp {
    position: absolute;
    left: -30px;
    bottom: 65px;
    width: 133px;
    height: 133px;
    display: flex;
    /* Flexbox added */
    align-items: center;
    /* Vertical centering */
    justify-content: center;
    /* Horizontal centering */
    z-index: 100;
}
.chef-section-1 .round-stamp .stamp_icon {
    position: relative;
    z-index: 100;
}
.chef-section-1 .round-stamp:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/resource/chefbadge.png) no-repeat;
}
/*** 
 
 ====================================================================
   Image Gallery Section
 ====================================================================
 
 ***/

.image-gallery {
    position: relative;
    background-color: var(--color-one);
    overflow: hidden;
}
.image-gallery .carousel-box {
    position: relative;
}
.image-gallery .auto-container {
    max-width: 860px;
}
.image-gallery .image-gallery-slider {
    position: static;
}
.image-gallery .image-gallery-slider .owl-stage-outer {
    overflow: visible;
}
.image-gallery .gallery-block {
    position: relative;
}
.image-gallery .gallery-block .content-box .play-btn {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
   inset: 0;
}
.image-gallery .gallery-block .content-box .play-btn .theme-btn {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    color: var(--color-one);
    background-color: var(--white-color);
    border: 2px solid var(--white-color);
    border-radius: 50%;
}
.image-gallery .gallery-block .content-box .play-btn .theme-btn:hover {
    color: var(--main-color);
    border-color: var(--color-one);
    background-color: var(--color-one);
}
.image-gallery .gallery-block .content-box .play-btn .ripple,
.image-gallery .gallery-block .content-box .play-btn .ripple:before,
.image-gallery .gallery-block .content-box .play-btn .ripple:after {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -1px;
    margin-left: -1px;
    /* -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%); */
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.image-gallery .gallery-block .content-box .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.image-gallery .gallery-block .content-box .play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.image-gallery .gallery-block .image {
    position: relative;
}
.image-gallery .gallery-block .image img {
    position: relative;
    display: block;
    width: 100%;
}
.image-gallery .owl-theme .owl-dots {
    display: none;
}
.image-gallery .owl-theme .owl-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 0;
    top: 60%;
    margin-top: -22px;
}
.image-gallery .owl-theme .owl-nav .owl-next,
.image-gallery .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    background: transparent;
    color: var(--main-color);
    border-radius: 0%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.image-gallery .owl-theme .owl-nav .owl-next span,
.image-gallery .owl-theme .owl-nav .owl-prev span {
    position: relative;
    z-index: 1;
}
.image-gallery .owl-theme .owl-nav .owl-next:before,
.image-gallery .owl-theme .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    border-radius: 100px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.image-gallery .owl-theme .owl-nav .owl-next {
    right: 15px;
}
.image-gallery .owl-theme .owl-nav .owl-prev {
    left: 15px;
}
.image-gallery .owl-theme .owl-nav .owl-next:hover,
.image-gallery .owl-theme .owl-nav .owl-prev:hover {
    color: var(--black-color);
}
.image-gallery .owl-theme .owl-nav .owl-next:hover:before,
.image-gallery .owl-theme .owl-nav .owl-prev:hover:before {
    background: var(--main-color);
}
/*** 
 
 ====================================================================
   Menu Section - menu style 1
 ====================================================================
 
 ***/

.menu-one {
    position: relative;
    overflow: hidden;
    background-color: var(--color-one);
}
.menu-one .row {
    background-color: var(--color-two);
    background-image: url(../images/background/menu-bg-paper.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-size: cover;
    align-items: center;
}
.menu-one .image-col {
    position: relative;
    margin-bottom: 40px;
}
.menu-one.alternate .image-col {
    order: 12;
}
.menu-one .image-col .inner {
    position: relative;
    display: block;
    padding: 60px 0;

}
.menu-one.alternate .image-col .vertical-title {
    position: absolute;
    top: auto;
    right: 30px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;

    font-size: 130px;
    text-transform: uppercase;
    color: var(--main-color);
    font-family: var(--font-family-Fraunces);
    white-space: nowrap;
    line-height: 1;
    z-index: 2;
    pointer-events: none;
}
.menu-one .image-col .vertical-title {
    position: absolute;
    top: 103%;
    left: 30px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;

    font-size: 130px;
    text-transform: uppercase;
    color: var(--main-color);
    font-family: var(--font-family-Fraunces);
    white-space: nowrap;
    line-height: 1;
    z-index: 2;
    pointer-events: none;
}
.menu-one.alternate .image-col .image {
    /*margin-right: 100px;*/
    margin-left: 20px;
}
.menu-one .menu-col .inner:before {
    content: '';
    position: absolute;
    right: -15px;
    left: auto;
    top: 0;
    width: 70px;
    height: 100%;
    background-color: var(--color-two);
    background-image: url(../images/resource/pattern-black.png);
    background-repeat: repeat;
    background-position: top center;
}
.menu-one.alternate .menu-col .inner:before {
    left: -15px;
    right: 0;
}
.menu-one .image-col .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 120px;
}
.menu-one .image-col .image img {
    display: block;
    border-radius: 300px 300px 0 0;
    position: relative;
    z-index: 1;
}
.menu-one .image-col .image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    border-radius: 300px 300px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}
.menu-one .menu-col {
    position: relative;
}
.menu-one.alternate .menu-col {
    order: 0;
}
.menu-one .menu-col .inner {
    position: relative;
    display: block;
    min-height: 100%;
    padding: 60px 100px 60px 0;
}
.menu-one.alternate .menu-col .inner {
    padding: 60px 0 60px 100px;
}
.menu-one .menu-col .inner .title-box h3 {
    padding-left: 30px;
}
.menu-one .menu-col .inner .title-box h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/star-element.svg);
}
.menu-one .menu-col .dish-block {
    position: relative;
    margin-bottom: 35px;
}
.menu-one .menu-col .dish-block .inner-box {
    position: relative;
}
.menu-one .menu-col .dish-block .title {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: var(--font-family-Fraunces);
    display: flex;
}
.menu-one .menu-col .dish-block .title .ttl {
    position: relative;
    float: left;
    text-transform: capitalize;
}
.menu-one .menu-col .dish-block .title .menu-list-line {
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: var(--white-color-opacity-three);
    height: 17px;
}
.menu-one .menu-col .dish-block .title .ttl a {
    color: var(--white-color);
}
.menu-one .menu-col .dish-block .title .ttl a:hover {
    color: var(--main-color);
}
.menu-one .menu-col .dish-block .title .ttl .s-info {
    position: relative;
    display: inline-block;
    line-height: 16px;
    padding: 2px 6px;
    font-size: 12px;
    color: var(--color-one);
    background: var(--main-color);
    margin-left: 6px;
    border-radius: 3px;
}
.menu-one .menu-col .dish-block .title .price {
    position: relative;
    float: right;
    font-size: 16px;
    color: var(--main-color);
    font-family: var(--font-family-Urbanist);
}
.menu-one .menu-col .dish-block .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-one);
    max-width: 430px;
}
.menu-one .menu-col .dish-block .desc a {
    color: var(--color-three);
}


/*** 
 
 ====================================================================
   Menu Section - menu style 2
 ====================================================================
 
 ***/

.menu-card-style-section {
    position: relative;
    overflow: hidden;
    background-color: var(--color-one);
}
.menu-card-style-section .title-box {
    z-index: 100;
}
.menu-card-main .top-pattern {
    background-image: url(../images/resource/pattern-bg-dark.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 350px;
    left: 0;
    top: 0;
    position: absolute;
}
.menu-card-main {
    position: relative;
    padding: 80px 70px;

    background: #112220;
    background: -webkit-linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
    background: linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112220", endColorstr="#112220", GradientType=1);
}
.menu-card-main::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: var(--black-color);
    transform: translateX(-50%);
    z-index: 1;
}
.menu-card-style .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* vertically center image-col and menu-col */
}
.menu-card-main .menu-card-corner {
    position: absolute;
}
.menu-card-main .menu-card-corner.top-left {
    top: -2px;
    left: -2px;
}
.menu-card-main .menu-card-corner.top-right {
    top: -2px;
    right: -2px;
}
.menu-card-main .menu-card-corner.bottom-left {
    bottom: -2px;
    left: -2px;
}
.menu-card-main .menu-card-corner.bottom-right {
    bottom: -2px;
    right: -2px;
}
.menu-card-style,
.menu-card-style.alternate {
    padding-bottom: 100px;
}
.menu-card-style.last,
.menu-card-style.alternate.last {
    padding-bottom: 0;
}
.menu-card-style .image-col {
    position: relative;
}
.menu-card-style.alternate .image-col {
    order: 12;
}
.menu-card-style .image-col .inner {
    position: relative;
    display: block;
    text-align: left;
}
.menu-card-style.alternate .image-col .inner {
    position: relative;
    display: block;
    text-align: right;
}
.menu-card-style .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
}
.menu-card-style .image-col .image,
.menu-card-style.alternate .image-col .image {
    position: relative;
    display: inline-block;
    border-radius: 400px 400px 0 0;
    overflow: hidden;
}
.menu-card-style .image-col .image img,
.menu-card-style.alternate .image-col .image img {
    display: block;
    border-radius: 400px 400px 0 0;
    position: relative;
    z-index: 1;
}
.menu-card-style .image-col .image::before,
.menu-card-style.alternate .image-col .image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    border-radius: 400px 400px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}
.menu-card-style .menu-col {
    position: relative;
}
.menu-card-style.alternate .menu-col {
    order: 0;
}
.menu-card-style .menu-col .inner {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 100%;
    padding: 0 0 0 100px;
}
.menu-card-style.alternate .menu-col .inner {
    padding: 0 100px 0 0;
}
.menu-card-style .menu-col .dish-block {
    position: relative;
    margin-bottom: 30px;
}
.menu-card-style .menu-col .dish-block .inner-box {
    position: relative;
}
.menu-card-style .menu-col .dish-block .title {
    position: relative;
    line-height: 24px;
    margin-bottom: 5px;
    display: flex;
}
.menu-card-style .menu-col .dish-block .title .menu-list-line {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: var(--white-color-opacity-three);
    height: 17px;

}
.menu-card-style .menu-col .dish-block .title .ttl {
    position: relative;
    float: left;
    text-transform: capitalize;
}
.menu-card-style .menu-col .dish-block .title .ttl a {
    color: var(--white-color);
}
.menu-card-style .menu-col .dish-block .title .ttl a:hover {
    color: var(--main-color);
}
.menu-card-style .menu-col .dish-block .title .ttl .s-info {
    position: relative;
    display: inline-block;
    line-height: 16px;
    padding: 0 5px;
    font-size: 12px;
    color: var(--black-color);
    background: var(--main-color);
    margin-left: 8px;
    border-radius: 2px;
}
.menu-card-style .menu-col .dish-block .title .price {
    position: relative;
    float: right;
    font-size: 16px;
    color: var(--main-color);
    font-family: var(--font-family-Urbanist);
}
.menu-card-style .menu-col .dish-block .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-one);
    max-width: 350px;
}
.menu-card-style .menu-col .dish-block .desc a {
    color: var(--color-three);
}
.hero-wrapper {
    position: relative;
    overflow: hidden;
}
section {
    position: relative;
    z-index: 99;
}
.hero-section {
    display: flex;
    height: 60vh;
    width: 100%;
    position: relative;
    background: var(--black-color);
    margin-bottom: 100px;
    overflow: hidden;
}
.hero-col {
    flex: 1 1 auto;
    flex-basis: 33.33%;
    position: relative;
    overflow: hidden;
    transition: flex-basis 0.6s ease;
    z-index: 1;
    border-right: 1px solid var(--white-color-opacity-two);
}
.hero-col:last-child {
    border-right: none;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: 1;
}
.hero-button,
.hero-titles .hero-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.hero-button {
    bottom: 80px;
}
.hero-titles {
    display: contents;
}
.hero-titles .hero-title {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
}
/* On hover: expand this column */
.hero-col:hover {
    flex-basis: 100%;
    z-index: 5;
}
/* On hover: zoom image */
.hero-col:hover .hero-bg {
    transform: scale(1.05);
}
/* On hover: fade other columns */
.hero-col:hover~.hero-col {
    opacity: 0.2;
    transition: opacity 0.3s ease;
}
/* On hover: show button + title */
.hero-col:hover .hero-button,
.hero-col:hover .hero-title {
    opacity: 1;
}
.hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    /* Always visible */
}

@keyframes fadeZoomIn {
    0% {
        opacity: 0;
        transform: scale(1.02);
    }
    100% {
        opacity: 1;
        transform: scale(1.05);
    }}

/* Bring hovered column above others */
.hero-col:hover {
    z-index: 10;
}
/* Always-visible titles on top */
.hero-titles {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 20;
    pointer-events: none;
}

.hero-title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-Fraunces);
    font-size: 60px;
    font-weight: normal;
    color: var(--white-color);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: normal;

    text-shadow:
        1px 1px 0 #000,
        2px 2px 3px rgba(0, 0, 0, 0.7);
}
.vertical-line {
    width: 1px;
    background-color: var(--white-color-opacity-two);
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 50;
    /* higher than hovered image */
}
/* Position the lines exactly between columns */
.vertical-line:nth-of-type(2) {
    left: 33.33%;
}
.vertical-line:nth-of-type(4) {
    left: 66.66%;
}

.hero-button {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 15;
    pointer-events: auto;
}
.hero-col:hover .hero-button {
    opacity: 1;
    visibility: visible;
}
/*** 
 
 ====================================================================
   Special Offer Section
 ====================================================================
 
 ***/

.special-offer-two {
    position: relative;
    background-color: var(--color-one);
}
.special-offer-two .auto-container {
    max-width: 1600px;
}
.special-offer-two .row.clearfix {
    display: flex;
    flex-wrap: wrap;
}
.special-offer-two.main-dish {
    background-color: var(--color-two);
}
.offer-block-three {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.offer-block-three .inner-box.special-box {
    position: relative;
    display: block;
    text-align: center;
    border: solid 1px var(--main-color);
    border-radius: 500px 500px 0 0;
    padding: 0 0 65px 0;
}
.offer-block-three .special-box .desc {
    padding: 0 60px;
}
.offer-block-three .inner-box.special-box .image img {
    border-radius: 300px 300px 0 0;
    position: relative;
    z-index: 1;
}
.offer-block-three .inner-box.special-box:hover .image img {
    transform: inherit;
}
.offer-block-three .inner-box.special-box .special-tag {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: var(--main-color);
    color: var(--color-one);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 2px 14px;
    font-weight: 700;
}

.offer-block-three .inner-box.special-box:hover .special-tag {
    background-color: var(--white-color);
    color: var(--color-one);
    transition: all ease .3s;
}

.offer-block-three .inner-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: solid 1px var(--main-color);
    border-radius: 500px 500px 0 0;
    padding: 65px;
}
.offer-block-three .inner-box .image {
    position: relative;
    display: block;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
.offer-block-three .inner-box .image img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.offer-block-three .inner-box:hover .image img {
    transform: rotate(90deg);
}
.offer-block-three h5 {
    position: relative;
    margin-bottom: 10px;
}
.offer-block-three h5 a {
    color: var(--white-color);
}
.offer-block-three h5 a:hover {
    color: var(--main-color);
}
.offer-block-three .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-three);
    margin-bottom: 15px;
    padding: 0 30px;
}
.offer-block-three .price {
    position: relative;
    font-size: 20px;
    color: var(--main-color);
}
/*** 
 
 ====================================================================
   Special Dish Section
 ====================================================================
 
 ***/

.chef-selection {
    position: relative;
    background-color: var(--color-four);
}
.chef-selection .outer-container {
    position: relative;
    background: var(--color-five);
    border-radius: 20px;
    overflow: hidden;
}
.chef-selection .row {
    margin: 0 0;
}
.chef-selection .image-col {
    position: relative;
    padding: 0 0;
}
.chef-selection .image-col .inner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.chef-selection .image-col .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.chef-selection .image-col .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.chef-selection .image-col .image {
    position: relative;
    display: none;
}
.chef-selection .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
}
.chef-selection .content-col {
    position: relative;
    padding: 0 0;
}
.chef-selection .content-col .inner {
    position: relative;
    display: block;
    max-width: 600px;
    padding: 140px 20px 140px 130px;
}
.chef-selection .content-col .badge-icon {
    position: absolute;
    left: -60px;
    top: 0;
}
.chef-selection .title-box {
    margin-bottom: 40px;
}
.chef-selection .title-box h3 {
    font-size: 40px;
}
.chef-selection .price {
    position: relative;
    line-height: 30px;
}
.chef-selection .price .old {
    position: relative;
    font-size: 18px;
    color: var(--color-three);
    padding-right: 20px;
}
.chef-selection .price .new {
    position: relative;
    font-size: 24px;
    color: var(--main-color);
}
.chef-selection .content-col .link-box {
    padding-top: 40px;
}
/*** 
 
 ====================================================================
   Menu Two Section
 ====================================================================
 
 ***/

.menu-two {
    position: relative;
    background-color: var(--color-one);
}
.menu-two.alt-bg {
    background-color: var(--color-two);
}
.menu-two .menu-col .inner {
    position: relative;
    display: block;
    padding-right: 80px;
    min-height: 100%;
}
.menu-two .menu-col .inner:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 50px;
    border-right: 1px solid var(--white-color-opacity-four);
}
.menu-two .menu-col:nth-child(2) .inner {
    padding-right: 0;
    padding-left: 80px;
    border-right: none;
}
.menu-two .menu-col:nth-child(2) .inner:after {
    display: none;
}
.menu-two .dish-block {
    position: relative;
    margin-bottom: 55px;
}
.menu-two .dish-block .inner-box {
    position: relative;
    padding-left: 120px;
    min-height: 100px;
    padding-top: 10px;
}
.menu-two .dish-block .dish-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 200px;
    overflow: hidden;
}
.dish-block .inner-box:hover img {
    transform: rotate(90deg);

}
.menu-two .dish-block .dish-image img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu-two .dish-block .title {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    display: flex;
}
.menu-two .dish-block .title .menu-list-line {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: var(--white-color-opacity-three);
    height: 17px;
}
.menu-two .dish-block .title .ttl {
    position: relative;
    float: left;
    padding-right: 5px;
    text-transform: capitalize;
}
.menu-two .dish-block .title .ttl a {
    color: var(--white-color);
}
.menu-two .dish-block .title .ttl a:hover {
    color: var(--main-color);
}
.menu-two .dish-block .title .ttl .s-info {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
    color: var(--black-color);
    background-color: var(--main-color);
    margin-left: 5px;
    border-radius: 3px;
}
.menu-two .dish-block .title .price {
    position: relative;
    float: right;
    font-size: 16px;
    color: var(--main-color);
    padding-left: 5px;
}
.menu-two .dish-block .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-one);
}
.menu-two .dish-block .desc a {
    color: var(--color-three);
}

/*** 
 
 ====================================================================
   Contact Page
 ====================================================================
 
 ***/

.contact-page {
    position: relative;
    background: var(--color-one);
}
.contact-page .loc-block.info-block {
    text-align: center;
}
.contact-page .loc-block.info-block h5 {
    color: var(--main-color);
    padding-bottom: 20px;
}
.contact-page .loc-block.info-block h5::before,
.contact-page .loc-block.info-block h5::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.contact-page .loc-block .contact-image {
    position: relative;
    display: inline-block;
    border-radius: 500px 500px 0 0;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.contact-page .loc-block .contact-image img {
    display: block;
    border-radius: 500px 500px 0 0;
    position: relative;
    z-index: 1;
}
.contact-page .loc-block .contact-image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    border-radius: 500px 500px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}
.c-page-form-box {
    position: relative;
}
.c-page-form-box .form-group {
    width: 100%;
    margin-bottom: 20px;
}
.form-group {
    width: 100%;
    text-align: center;
}
.contact-page .loc-block.info-block .c-info-ttl {
    text-transform: uppercase;
    color: var(--color-three);
}
.contact-page .loc-block.info-block .more-link {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.contact-page .loc-block.info-block .more-link a {
    display: inline-block;
    vertical-align: top;
    color: var(--white-color);
    line-height: 1.5em;
    padding-bottom: 4px;
}
.contact-page .loc-block.info-block .more-link a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid var(--main-color);
}
.contact-page .loc-block.info-block a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}
.contact-page .loc-block.info-block a:hover {
    color: var(--main-color);
    border-color: var(--white-color);
}
.contact-page .loc-block .form-side {
    padding: 0 100px;
}
.contact-page .loc-block .form-side .text.desc {
    color: var(--color-three);
}
.contact-map {
    background-color: var(--color-one);
    position: relative;
}
.contact-page .loc-block {
    margin-bottom: 0;
    position: relative;
}

.middle-line-wrapper {
    align-items: stretch;
    /* makes it match height of tallest column */
    position: relative;
}
.middle-line-container {
    position: relative;
    width: 1px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.v-line {
    flex-grow: 1;
    width: 1px;
    background-color: var(--main-color);
}
.dot {
    width: 13px;
    height: 13px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -1px;
}
.dot.bottom-dot {
    margin-top: -1px;
}

/*** 
 
 ====================================================================
   Chef Page
 ====================================================================
 
 ***/

.chef-section {
    position: relative;
    background: var(--color-two);
}
.chef-section .title-box.centered {
    max-width: 1000px;
}
.chef-section .outer-container {
    position: relative;
}
.chef-section .row {
    margin: 0 0;
}
.chef-section .image-col {
    position: relative;
    padding: 0 0;
}
.chef-section.alternate .image-col {
    order: 12;
}
.chef-section .image-col .inner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.chef-section .image-col .image {
    position: relative;
    display: inline-block;
    border-radius: 500px 500px 0 0;
    overflow: hidden;
}
.chef-section .image-col .image img {
    display: block;
    border-radius: 500px 500px 0 0;
    position: relative;
    z-index: 1;
}
.chef-section .image-col .image::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    border-radius: 500px 500px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}
.chef-section .content-col {
    position: relative;
    padding: 0 0;
    text-align: left;
}
.chef-section.alternate .content-col {
    order: 0;
}
.chef-section .content-col .inner {
    position: relative;
    display: block;
    padding: 50px 100px 0 20px;
}
.chef-section .content-col .content-box {
    position: relative;
    display: block;
    width: 100%;
}
.chef-section .content-col .content-box .side-image {
    text-align: right;
    margin-top: 100px;
}
.chef-section .content-col .content-box .side-image img {
    border-radius: 100px 0 100px 0;
}
.chef-section.alternate .content-col .content-box {
    float: right;
}
.chef-section .content-col .content-box h5 {
    padding-bottom: 25px;
}
.chef-section .content-col .author {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: 12px;
    letter-spacing: 0.20em;
    margin-top: 5px;
}
.chef-section.alternate .content-col .link-box {
    padding-top: 0px;
}
.intro-section.quote {
    position: relative;
    padding: 200px 0;
    background: var(--black-color);
}
.chef-section .image-col .round-stamp-2 {
    position: absolute;
    right: 0px;
    top: 65px;
    z-index: 3;
    width: 133px;
    height: 133px;
    display: flex;
    /* Flexbox added */
    align-items: center;
    /* Vertical centering */
    justify-content: center;
    /* Horizontal centering */
    z-index: 100;
}
.chef-section .image-col .round-stamp-2 .stamp_icon {
    position: relative;
    z-index: 100;
}
.chef-section .image-col .round-stamp-2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/resource/chefbadge.png) no-repeat;
}
.chef-tagline {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 500;
    color: #e6b15f;
    text-align: center;
    width: 100%;
    z-index: 10;
}


/*** 
 
 ====================================================================
   Masonary Gallery
 ====================================================================
 
 ***/

.gallery-page {
    background-color: var(--color-one);
}
.masonry {
    column-count: 3;
    column-gap: 2em;
}
.masonry-item {
    break-inside: avoid;
    margin-bottom: 2em;
}
.masonry-item img {
    width: 100%;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.masonry-item img:hover {
    transform: scale(1.03);
}
@media (max-width: 992px) {
    .masonry {
        column-count: 2;
    }}
@media (max-width: 576px) {
    .masonry {
        column-count: 1;
    }}



/*** 
 
 ====================================================================
   hamburger section
 ====================================================================
 
 ***/


.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}
.hamburger span {
    /* align-self: flex-end; */
    height: 2px;
    width: 83.33333333%;
    background: #ffffff;
    transition: all 400ms ease-in-out;
}
.hamburger .meat {
    width: 100%;
    transition: all 200ms ease-in-out;
}
.hamburger .bottom-bun {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
}
.hamburger:hover span {
    width: 100%;
}

html:not(.body-menu-opened) .hamburger .top-bun {
    -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
}
html:not(.body-menu-opened) .hamburger .meat {
    -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
}
html:not(.body-menu-opened) .hamburger .bottom-bun {
    -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
}
@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }}
@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }}























section.inner-banner.blog-list-inner-banner .image-layer {
    opacity: 1;
}
section.inner-banner.blog-list-inner-banner .sub_text p {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    max-width: 492px;
    width: 100%;
    margin: 14px auto 0px;
}
section.inner-banner.blog-list-inner-banner .sub_text p span {
    color: rgba(230, 177, 95, 1);
}
body:is(.blog, .tag, .category) .blog-list-wrap {
    background-color: rgba(235, 235, 235, 1);
    padding-top: 130px;
    position: relative;
}
body:is(.blog, .tag, .category) .blog-list-wrap .container {
    max-width: 1425px;
    width: 100%;
}
body:is(.blog, .tag, .category) .blog-list-wrap .title-box.centered {
    padding-bottom: 37px;
}
body:is(.blog, .tag, .category) .latest-post>p {
    color: #18312e;
    font-size: 18px;
}
.blog-list-wrap .blog-box-slide {
    text-align: center;
}
.blog-box-slider .blog-box-slide figure {
    height: 330px;
    margin-bottom: 27px;
    overflow: hidden;
}
.blog-box-slider .blog-box-slide figure img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-box-slider .blog-box-slide:hover figure img {
    transform: scale(1.1);
}
.blog-box-slider .blog-box-slide .blog-tag-list {
    font-size: 13px;
    line-height: 25px;
    color: rgba(230, 177, 95, 1);
    letter-spacing: 1px;
    margin-bottom: 3px;
}
.blog-box-slider .blog-box-slide .blog-tag-list a:hover {
    color: rgba(230, 177, 95, 1);
}
.blog-box-slider .blog-box-slide h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    transition: all 0.5s;
    max-width: 318px;
    width: 100%;
    margin: 0px auto 8px;
}
.blog-box-slider .blog-box-slide h3 a {
    color: rgba(255, 255, 255, 1);
}
.blog-box-slider .blog-box-slide:hover h3 a {
    color: rgba(230, 177, 95, 1);
}
.blog-box-slider .blog-box-slide .post-date p {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.2px;
    margin-bottom: 25px;
    pointer-events: none;
}
.blog-list-wrap .category-section.category-1 {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}
.blog-list-wrap .category-section.category-2 {
    margin-top: 68px;
    background-color: rgba(235, 235, 235, 1);
    padding: 58px 100px 64px;
    position: relative;
}
.blog-list-wrap .category-section.category-2 .title-box h2 {
    color: rgba(1, 60, 50, 1);
}
.blog-list-wrap .category-section.category-2 .blog-box-slide h3 {
    color: rgba(1, 60, 50, 1);
}
.blog-list-wrap .category-section.category-2 .blog-box-slide h3 a {
    color: rgba(1, 60, 50, 1);
}
.blog-list-wrap .category-section.category-2 .blog-box-slide .post-date p {
    color: rgba(230, 177, 95, 1);
}
body:is(.blog) .blog-list-wrap:before {
    position: absolute;
    content: "";
    height: calc(100vh + 100px);
    width: 100%;
    top: 0;
    left: 0;
    background-color: #18312e;
}
.insider-category-sec .blog-sidebar input.search-btn{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M17.5076 14.834C17.8064 15.166 17.8064 15.6641 17.4744 15.9629L16.5447 16.8926C16.2459 17.2246 15.7479 17.2246 15.4158 16.8926L12.1287 13.6055C11.9627 13.4395 11.8963 13.2402 11.8963 13.041V12.4766C10.701 13.4062 9.24004 13.9375 7.64629 13.9375C3.82793 13.9375 0.74004 10.8496 0.74004 7.03125C0.74004 3.24609 3.82793 0.125 7.64629 0.125C11.4314 0.125 14.5525 3.24609 14.5525 7.03125C14.5525 8.6582 13.9881 10.1191 13.0916 11.2812H13.6229C13.8221 11.2812 14.0213 11.3809 14.1873 11.5137L17.5076 14.834ZM7.64629 11.2812C9.97051 11.2812 11.8963 9.38867 11.8963 7.03125C11.8963 4.70703 9.97051 2.78125 7.64629 2.78125C5.28887 2.78125 3.39629 4.70703 3.39629 7.03125C3.39629 9.38867 5.28887 11.2812 7.64629 11.2812Z" fill="%23e6b15f"/></svg>') !important;
}

.blog-list-wrap .blog_sidebar_search_wrap,
.ih-highlight-wrap .blog_sidebar_search_wrap {
    margin-bottom: 50px;
}
.blog_sidebar_search_wrap .search_bar,
.ih-highlight-wrap .blog_sidebar_search_wrap .search_bar {
    position: relative;
    border: 1px solid rgba(14, 25, 39, 1);
}
.blog-list-wrap .blog_sidebar_search_wrap .form-control,
.ih-highlight-wrap .blog_sidebar_search_wrap .form-control {
    border: 0px;
    border-radius: 5px;
    height: 46px;
    padding-left: 20px;
    font-size: 15px;
    color: #000;
    font-family: var(--font-family-Urbanist);
    background-color: rgba(235, 235, 235, 1);
}
.blog-list-wrap .blog_sidebar_search_wrap .form-control::placeholder,
.ih-highlight-wrap .blog_sidebar_search_wrap .form-control::placeholder {
    color: #0e1927;
}
.blog-list-wrap .blog_sidebar_search_wrap .form-control:focus,
.blog-list-wrap .blog_sidebar_search_wrap .form-control:hover,
.ih-highlight-wrap .blog_sidebar_search_wrap .form-control:focus,
.ih-highlight-wrap .blog_sidebar_search_wrap .form-control:hover {
    box-shadow: unset;
    border: 0px;
}
.blog_sidebar_search_wrap .search_bar input.search-btn {
    position: absolute;
    width: 45px;
    height: 46px;
    right: 0;
    top: 0;
    background-color: #ebebeb;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M17.5076 14.834C17.8064 15.166 17.8064 15.6641 17.4744 15.9629L16.5447 16.8926C16.2459 17.2246 15.7479 17.2246 15.4158 16.8926L12.1287 13.6055C11.9627 13.4395 11.8963 13.2402 11.8963 13.041V12.4766C10.701 13.4062 9.24004 13.9375 7.64629 13.9375C3.82793 13.9375 0.74004 10.8496 0.74004 7.03125C0.74004 3.24609 3.82793 0.125 7.64629 0.125C11.4314 0.125 14.5525 3.24609 14.5525 7.03125C14.5525 8.6582 13.9881 10.1191 13.0916 11.2812H13.6229C13.8221 11.2812 14.0213 11.3809 14.1873 11.5137L17.5076 14.834ZM7.64629 11.2812C9.97051 11.2812 11.8963 9.38867 11.8963 7.03125C11.8963 4.70703 9.97051 2.78125 7.64629 2.78125C5.28887 2.78125 3.39629 4.70703 3.39629 7.03125C3.39629 9.38867 5.28887 11.2812 7.64629 11.2812Z" fill="%230e1927"/></svg>');
    /* background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5076 14.834C17.8064 15.166 17.8064 15.6641 17.4744 15.9629L16.5447 16.8926C16.2459 17.2246 15.7479 17.2246 15.4158 16.8926L12.1287 13.6055C11.9627 13.4395 11.8963 13.2402 11.8963 13.041V12.4766C10.701 13.4062 9.24004 13.9375 7.64629 13.9375C3.82793 13.9375 0.74004 10.8496 0.74004 7.03125C0.74004 3.24609 3.82793 0.125 7.64629 0.125C11.4314 0.125 14.5525 3.24609 14.5525 7.03125C14.5525 8.6582 13.9881 10.1191 13.0916 11.2812H13.6229C13.8221 11.2812 14.0213 11.3809 14.1873 11.5137L17.5076 14.834ZM7.64629 11.2812C9.97051 11.2812 11.8963 9.38867 11.8963 7.03125C11.8963 4.70703 9.97051 2.78125 7.64629 2.78125C5.28887 2.78125 3.39629 4.70703 3.39629 7.03125C3.39629 9.38867 5.28887 11.2812 7.64629 11.2812Z" fill="%23E6C9A2"/></svg>'); */
}
.latest-post-wrap .title-box h2 {
    color: rgba(14, 25, 39, 1);
    padding-bottom: 0px;
}
.latest-post-wrap .title-box {
    padding-bottom: 60px;
}
.blog-list-wrap .latest-post-wrap {
    padding: 0px 100px 67px;
}
.blog-list-wrap .blog-sidebar, .ih-highlight-wrap .blog-sidebar {
    height: fit-content;
    position: sticky;
    top: 100px;
    max-width: 370px;
    width: 100%;
    margin-left: auto;
}
.blog-list-wrap .blog-sidebar h4,
.ih-highlight-wrap .blog-sidebar h4 {
    border: 1px solid rgba(24, 49, 46, 1);
    background-color: rgba(235, 235, 235, 1);
    height: 63px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(230, 177, 95, 1);
    line-height: 63px;
    padding-left: 30px;
    font-family: "Inter", sans-serif;
    letter-spacing: 1.8px;
}
.blog-list-wrap .blog-sidebar .blog_sidebar_categories ul,
.ih-highlight-wrap .blog-sidebar .blog_sidebar_categories ul {
    margin-bottom: 50px;
    background-color: rgba(24, 49, 46, 1);
    padding: 30px;
}
.blog-sidebar .blog_sidebar_categories ul li,
.ih-highlight-wrap .blog_sidebar_categories ul li {
    margin-bottom: 10px;
}
.blog-sidebar .blog_sidebar_categories ul li:last-child,
.ih-highlight-wrap .blog_sidebar_categories ul li:last-child {
    margin-bottom: 0px;
}
.blog-sidebar .blog_sidebar_categories ul li a {
    font-size: 17px;
    font-weight: 400;
    transition: all 0.5s;
}
.blog-sidebar .blog_sidebar_categories ul li a:hover,
.blog-sidebar .blog_sidebar_categories ul li.active a {
    color: rgba(255, 255, 255, 1);
}
.blog-list-wrap .blog-sidebar .blog_sidebar_tags .tag-list,
.ih-highlight-wrap .blog-sidebar .blog_sidebar_tags .tag-list {
    padding: 33px 30px;
    background-color: rgba(24, 49, 46, 1);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-sidebar .blog_sidebar_tags .tag-list a {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0px 20px;
    border: 1px solid rgba(230, 177, 95, 1);
    font-size: 13px;
    transition: all 0.5s;
}
.blog-sidebar .blog_sidebar_tags .tag-list a:hover,
.blog-sidebar .blog_sidebar_tags .tag-list a.active {
    background-color: rgba(230, 177, 95, 1);
    color: rgba(24, 49, 46, 1);
}

.blog-list-wrap .latest-post-wrap .latest-post .latest-post-item {
    display: flex;
    gap: 27px;
    padding: 56px 0px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    align-items: center;
}
.latest-post .latest-post-item .latest-post-content {
    max-width: 370px;
    width: 100%;
}
.latest-post .latest-post-item .latest-post-image,
.collaboration-sec .latest-post-wrap div#insider-results .title_row:first-child + .top_series_wrap .row > * .ts_box .image {
    height: 286px;
    width: 370px;
    overflow: hidden;
    margin-bottom: 0px;
}
.latest-post .latest-post-item .latest-post-image img ,
.collaboration-sec .latest-post-wrap div#insider-results .title_row:first-child + .top_series_wrap .row > * .ts_box .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.latest-post .latest-post-item:hover .latest-post-image img {
    transform: scale(1.1);
}
.blog-list-wrap .latest-post-wrap .latest-post .latest-post-item:first-child {
    padding-top: 0px;
}
.latest-post .latest-post-item .latest-post-tags {
    margin-bottom: 5px;
}
.latest-post .latest-post-item .latest-post-tags a {
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(1, 60, 50, 1);
    line-height: 25px;
}
.latest-post .latest-post-item h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    color: rgba(1, 60, 50, 1);
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.latest-post .latest-post-item h4 a {
    color: rgba(1, 60, 50, 1);
    transition: all 0.5s;
}
.latest-post .latest-post-item h4 a:hover {
    color: rgba(230, 177, 95, 1);
}
.latest-post .latest-post-item .latest-post-excerpt {
    font-size: 16px;
    color: rgba(1, 60, 50, 1);
    line-height: 21px;
    margin-bottom: 10px;
}
.latest-post .latest-post-item span.post-date {
    font-size: 13px;
    color: rgba(1, 60, 50, 1);
    line-height: 25px;
}
.blog-list-wrap .latest-post-wrap .latest-post .latest-post-item:last-child {
    border-bottom: 0px;
}
section.ig-post-section.section-kt .row .ig-post-block:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}
.main-footer .upper-section.section-kt .footer-col:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}










.ng-insider-banner .sub_text p span {
    color: rgba(230, 177, 95, 1);
}
.inner-banner.ng-insider-banner .image-layer {
    opacity: 1;
}
section.story-section.ng-insider-story-sec {
    background-color: rgba(24, 49, 46, 1);
    padding: 95px 0px;
}
section.story-section.ng-insider-story-sec .auto-container {
    max-width: 1200px;
    padding: 0px 70px;
    width: 100%;
}
section.story-section.ng-insider-story-sec .inner {
    height: 100%;
    display: flex;
    align-items: center;
}
section.story-section.ng-insider-story-sec .inner .text {
    max-width: 411px;
    width: 100%;
}
section.instagram-highlights-sec {
    background-color: rgba(235, 235, 235, 1);
    position: relative;
}
section.instagram-highlights-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background-color: #18312e;
    z-index: -1;
}
.instagram-highlights-sec .container {
    max-width: 1425px;
    width: 100%;
    background-color: #ebebeb;
    padding: 68px 100px 45px;
}
section.instagram-highlights-sec h2 {
    color: rgba(14, 25, 39, 1);
    padding-bottom: 0px;
}
.instagram-highlights-sec .ih-highlight-wrap .blog_sidebar_tags {
    margin-bottom: 50px;
}
.instagram-highlights-sec .ih-highlight-wrap .blog_sidebar_latest_post {
    margin-bottom: 50px;
}
.ih-highlight-wrap .blog_sidebar_latest_post .latest-post {
    background-color: rgba(24, 49, 46, 1);
    padding: 38px 30px;
}
.ih-highlight-wrap .blog_sidebar_latest_post .latest-post .latest-post-item {
    border-bottom: 1px solid rgba(230, 177, 95, 0.29);
    padding-bottom: 24px;
    margin-bottom: 28px;
}
.ih-highlight-wrap .blog_sidebar_latest_post .latest-post .latest-post-item:last-child {
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.ih-highlight-wrap .blog_sidebar_latest_post .latest-post .latest-post-item a {
    display: flex;
    gap: 15px;
}
.ih-highlight-wrap .blog_sidebar_latest_post .latest-post .latest-post-item .latest-post-image {
    min-width: 76px;
    height: 82px;
    width: 76px;
}
.ih-highlight-wrap .blog_sidebar_latest_post .latest-post .latest-post-item .latest-post-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ih-highlight-wrap .blog_sidebar_latest_post .latest-post .latest-post-item .latest-post-content h4 {
    background: transparent;
    padding: 0;
    height: auto;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.2px;
    text-transform: none;
    font-family: var(--font-family-Fraunces);
    transition: all 0.5s;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ih-highlight-wrap .blog_sidebar_latest_post .latest-post .latest-post-item:hover .latest-post-content h4 {
    color: rgba(230, 177, 95, 1);
    ;
}
.ih-highlight-wrap .blog_sidebar_latest_post .latest-post .latest-post-item .latest-post-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ih-highlight-wrap .blog_sidebar_latest_post .latest-post .latest-post-item span.post-date {
    font-size: 15px;
    font-weight: 400;
    color: rgba(230, 177, 95, 1);
    letter-spacing: 0.2px;
    font-family: "DM Sans", sans-serif;
}
.ih-highlight-wrap .title-box {
    padding-bottom: 60px;
}
.ih-highlight-wrap .top_series_wrap .ts_box .image,
.latest-insider-wrap .ts_box .image {
    margin-bottom: 25px;
    overflow: hidden;
    height: 370px;
}
.ih-highlight-wrap .top_series_wrap .ts_box {
    margin-bottom: 50px;
}
.ih-highlight-wrap .top_series_wrap .ts_box .image img ,
.latest-insider-wrap .ts_box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.ih-highlight-wrap .top_series_wrap .ts_box:hover .image img ,
.latest-insider-wrap .ts_box:hover .image img{
    transform: scale(1.1);
}
.ih-highlight-wrap .top_series_wrap .ts_box h4, 
.latest-insider-wrap .ts_box h4 {
    font-size: 26px;
    font-weight: 600;
    color: rgb(230 177 95);
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}
.ih-highlight-wrap .top_series_wrap .ts_box h4,
.latest-insider-wrap .ts_box h4{
    color: rgba(1, 60, 50, 1);
}
.ih-highlight-wrap .top_series_wrap .ts_box h4 a,
.latest-insider-wrap .ts_box h4 a {
    color: rgba(1, 60, 50, 1);
    transition: all 0.5s;
}
.ih-highlight-wrap .top_series_wrap .ts_box:hover h4 a,
.latest-insider-wrap .ts_box:hover h4 a {
    color: rgb(230, 177, 95);
}
.ih-highlight-wrap .top_series_wrap .ts_box p,
.latest-insider-wrap .ts_box p {
    font-size: 16px;
    color: rgba(1, 60, 50, 1);
    letter-spacing: 0.2px;
    line-height: 21px;
}
.ih-highlight-wrap .top_series_wrap .ts_box .content,
.latest-insider-wrap .ts_box .content {
    max-width: 352px;
    width: 100%;
}



.top_series_wrap ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.top_series_wrap ul.page-numbers .page-numbers {
    font-size: 0;
    width: 6px;
    height: 6px;
    display: block;
    background: #18312E;
    border-radius: 50px;
}
.top_series_wrap ul.page-numbers .page-numbers.current,
.top_series_wrap ul.page-numbers .page-numbers:hover {
    background: #E6B15F;
}
.tax-insider_category section.instagram-highlights-sec:before,
.tax-insider_tag section.instagram-highlights-sec:before {
    display: none;
}


#blog-details {
    background: #EBEBEB;
    padding-block: 100px;
}
#blog-details>.container {
    width: 1250px;
    max-width: 100%;
    padding: 0 25px;
}
#blog-details .blog-title {
    font-family: Fraunces;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 1.27px;
    text-transform: capitalize;
    color: #013C32;
    padding-bottom: 0;
    margin-bottom: 30px;
}
#blog-details .pcont {
    color: #013C32;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.15px;
}
#blog-details .pcont p {
    line-height: inherit;
}
#blog-details .pcont iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}
#blog-details .pcont blockquote {
    padding: 30px 50px 30px 0;
    margin: 40px 0;
    border: 1px solid #C8C8C899;
    border-inline: 0;
    font-family: 'Fraunces';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #013C32;
}
#blog-details .pcont blockquote h6 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.2px;
    color: #E6B15F;
    margin-top: 0;
    margin-bottom: 0;
}
#blog-details .pcont blockquote h6:before {
    content: '';
    display: block;
    width: 52px;
    min-width: 52px;
    height: 1px;
    background: #E6B15F;
}
#blog-details .pcont :is(h2, h3, h4, h5, h6) {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 1.3px;
    text-transform: capitalize;
    color: #013C32;
    margin-top: 32px;
    margin-bottom: 8px;
    padding-bottom: 0;
}
#blog-details .pcont h3 {
    font-size: 24px;
}
#blog-details .pcont h4 {
    font-size: 22px;
}
#blog-details .pcont h5 {
    font-size: 20px;
}
#blog-details .pcont h6 {
    font-size: 16px;
}
#blog-details .pcont ul {
    margin-bottom: 20px;
}
#blog-details .pcont ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #013C32;
    margin-bottom: 6px;
}
#blog-details .pcont ul li:before {
    content: '';
    display: block;
    width: 4px;
    min-width: 4px;
    height: 4px;
    background: #013C32;
    border-radius: 10px;
}
#blog-details .instalink {
    background: #18312E;
    padding: 27px 20px;
    margin-block: 40px;
}
#blog-details .instalink a {
    display: block;
    font-family: 'Fraunces';
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.15px;
    color: #E6B15F;
}
#blog-details .instalink a:hover {
    color: #FFF;
}
#blog-details .blgtags {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 40px;
}
#blog-details .blgtags h2 {
    font-family: 'Fraunces';
    font-size: 25px;
    letter-spacing: 1.3px;
    text-transform: capitalize;
    color: #013C32;
    font-weight: 500;
    padding: 0;
}
#blog-details .blgtags .latest-post-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
#blog-details .blgtags .latest-post-tags a {
    display: block;
    background: var(--main-color);
    padding: 0 18px;
    line-height: 34px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #18312E;
}
#blog-details .blgtags .latest-post-tags a:hover {
    background: #18312e;
    color: #FFF;
}
.single-post .inner-banner .image-layer:before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.7;
}
.author-info {
    margin-bottom: 50px;
}
.author-info .image {
    width: 328px;
    max-width: 100%;
    height: 328px;
    border: 1px solid #E6C9A2;
    border-radius: 200px;
    margin: 0 auto 20px;
    padding: 18px;
}
.author-info .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
}
.author-info .txt {
    text-align: center;
}
.author-info .txt h5 {
    font-weight: 400;
    font-size: 13px;
    line-height: 192%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #013C32;
    margin-bottom: 6px;
}
.author-info .txt h3 {
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: #013C32;
    margin-bottom: 16px;
}
.author-info .txt p {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #013C32;
}









section.inner-banner.blog-list-inner-banner.inside-inner-banner .sub_text {
    padding: 0px;
}
section.inner-banner.blog-list-inner-banner.inside-inner-banner .inner,
section.inner-banner.blog-list-inner-banner.inside-inner-banner .sub_text p {
    max-width: 810px;
}
section.insider-detail-sec {
    background-color: #18312E;
    padding: 150px 0px 175px;
}
section.insider-detail-sec .container {
    max-width: 1440px;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.insider-detail-sec .insider-item {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 80px;
}
.insider-detail-sec .insider-item .insider-image {
    min-width: 370px;
    max-width: 370px;
    width: 100%;
}
.insider-detail-sec .insider-item .insider-image img{
     max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.insider-detail-sec .insider-item:nth-child(even){
    flex-direction: row-reverse;
}
.insider-detail-sec .insider-item:last-child{
    margin-bottom: 0px;
}


.insider-detail-sec .insider-item h2,
.insider-detail-sec .insider-item h3,
.insider-detail-sec .insider-item span {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #E6B15F;
    padding-bottom: 0px;
    line-height: 45px;
}
.insider-detail-sec .insider-item span.insider-location{
     margin-top: 5px;
    display: block;
    font-family: var(--font-family-Fraunces);
    padding-left: 46px;
    position: relative;
}
.insider-detail-sec .insider-item span.insider-location:before{
     content: "";
    height: 32px;
    width: 32px;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28 13.3333C28 22.6666 16 30.6666 16 30.6666C16 30.6666 4 22.6666 4 13.3333C4 10.1507 5.26428 7.09847 7.51472 4.84803C9.76515 2.59759 12.8174 1.33331 16 1.33331C19.1826 1.33331 22.2348 2.59759 24.4853 4.84803C26.7357 7.09847 28 10.1507 28 13.3333Z" fill="%23E6B15F"/><path d="M16 17.3333C18.2091 17.3333 20 15.5425 20 13.3333C20 11.1242 18.2091 9.33331 16 9.33331C13.7909 9.33331 12 11.1242 12 13.3333C12 15.5425 13.7909 17.3333 16 17.3333Z" fill="%2318312E"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.insider-detail-sec .insider-item p{
     margin: 17px 0px 0px;
    letter-spacing: 0.2px;
    line-height: 27px;
    font-weight: 300;
}
section.inner-banner.blog-list-inner-banner.inside-inner-banner .image-layer {
    /* opacity: 0.5; */
}














section.press-listing {
    padding: 116px 0px 80px;
    background-color: rgba(235, 235, 235, 1);
}
.latest-press-post-wrap .press-item,
.latest-press-post-wrap .published-item {
    display: flex;
    gap: 57px;
    margin-bottom: 65px;
}
.latest-press-post-wrap .press-item .press-image,
.latest-press-post-wrap .published-item .published-image {
    min-width: 265px;
    max-width: 265px;
    width: 100%;
    height: 327px;
    overflow: hidden;
}
.latest-press-post-wrap .press-item .press-image img,
.latest-press-post-wrap .published-item  .published-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.latest-press-post-wrap .press-item:hover .press-image img,
.latest-press-post-wrap .published-item:hover  .published-image img{
    transform: scale(1.05);
}
.press-item h3,
.published-item h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: rgba(1, 60, 50, 1);
    margin-bottom: 20px;
}
.press-item h3 a,
.published-item h3 a{
    color: rgba(1, 60, 50, 1);
    transition: all 0.5s;
}
.press-item:hover h3 a,
.published-item:hover h3{
    color: rgb(230,177,95);
}
.press-item p,
.published-item p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(1, 60, 50, 1);
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.press-item p strong,
.published-item p strong{
    color: rgba(230, 177, 95, 1);
}
.press-listing .container {
    max-width: 1385px;
    width: 100%;
}
.press-item a.read-more-btn,
.published-item a.read-more-btn {
    padding: 0px 28px;
    background-color: rgba(1, 60, 50, 1);
    line-height: 50px;
    height: 50px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
}
.press-item a.read-more-btn:hover,
.published-item a.read-more-btn:hover{
    background-color: rgb(230,177,95);
    color: #000;
}

 .press-detail-wrap {
    padding-top: 145px !important;
    padding-bottom: 60px !important;
}
.press-detail-wrap .press-meta {
    background-color: rgba(14, 25, 39, 1);
    line-height: 25px;
    padding: 13px 30px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
}
.press-detail-wrap .press-meta span.press-category {
    margin-left: 27px;
}
.press-detail-wrap h2.press-title {
    font-size: 48px;
    font-weight: 600;
    color: rgba(1, 60, 50, 1);
    line-height: 57px;
    text-transform: capitalize;
    letter-spacing: 1.27px;
    margin-bottom: 47px;
    padding-bottom: 0px;
}
.press-detail-wrap p,
.collaboration-detail-wrap .collaboration-content {
    font-size: 15px;
    color: rgba(1, 60, 50, 1);
    line-height: 21px;
    letter-spacing: 0.15px;
    margin-bottom: 20px;
}
.press-detail-wrap p strong {
    color: rgba(230, 177, 95, 1);
}
.press-detail-wrap blockquote {
    padding-top: 20px;
    border-top: 1px solid rgba(200, 200, 200, 0.6);
}
.press-detail-wrap blockquote p {
    font-size: 16px;
    margin-bottom: 43px;
}
.press-detail-wrap .press-detail-image img {
    width: 100%;
}
.press-detail-wrap a.btn.artical-btn {
    background-color: rgba(24, 49, 46, 1);
    width: 100%;
    border-radius: 0px;
    padding: 27px 20px;
    line-height: 21px;
    font-size: 20px;
    color: rgba(230, 177, 95, 1);
    font-weight: 600;
    letter-spacing: 0.15px;
    font-family: var(--font-family-Fraunces);
    transition: all 0.5s;
}
.press-detail-wrap a.btn.artical-btn:hover{
    background-color: rgba(230, 177, 95, 1);
    color: #000;
}
.published-list-wrap .published-detail-image img {
    width: 100%;
}
section.blog-grid.search-grid {
    padding: 116px 0px 80px;
    background-color: rgba(235, 235, 235, 1);
}
section.search-grid .latest-post {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    gap: 50px 30px;
}
section.search-grid .latest-post .latest-post-item {
    text-align: center;
}
section.search-grid .latest-post .latest-post-item {
    text-align: center;
}
section.search-grid .latest-post .latest-post-item .latest-post-image {
    margin: 0px auto 20px;
}
section.search-grid .latest-post .latest-post-item  .latest-post-content {
    max-width: 100%;
}
section.search-grid .latest-post .latest-post-item .blog-tag-list {
    font-size: 13px;
    line-height: 25px;
    color: rgba(230, 177, 95, 1);
    letter-spacing: 1px;
    margin-bottom: 0;
}
section.search-grid .latest-post .latest-post-item .blog-tag-list a:hover{
    color: rgba(1, 60, 50, 1);
}
section.search-grid .latest-post .latest-post-item  h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    transition: all 0.5s;
    margin-bottom: 0px;
}
section.search-grid .latest-post .latest-post-item span.post-date {
    letter-spacing: 0.2px;
    color: rgba(230, 177, 95, 1);
}



















.insider-accordion .parent-header {
    display: flex;
    align-items: center;
}
.blog-sidebar .blog_sidebar_categories ul.insider-accordion li.parent-item .parent-header {
    font-size: 17px;
    font-weight: 400;
    transition: all 0.5s;
    cursor: pointer;
    color: rgb(230,177,95);
    padding: 0px;
    position: relative;
}
.blog-sidebar .blog_sidebar_categories ul.insider-accordion li.parent-item .parent-header:after {
    content: "";
    height: 18px;
    width: 18px;
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6.75L9 11.25L13.5 6.75" stroke="%23E6B15F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 46px;
    transition: all 0.5s;
}
.blog-sidebar .blog_sidebar_categories ul.insider-accordion li.parent-item .parent-header.open::after {
    transform: rotate(180deg);
}
.blog-sidebar .blog_sidebar_categories ul.insider-accordion li.parent-item ul.child-list {
    padding: 0px;
    margin: 0px 0px 17px 20px;
}
.blog-sidebar .blog_sidebar_categories ul.insider-accordion li.parent-item ul.child-list li {
    margin-bottom: 0px;
    line-height: 26px;
}
.blog-sidebar .blog_sidebar_categories ul.insider-accordion li.parent-item ul.child-list li a{
     font-size: 14px;
    font-weight: 200;
    color: rgba(230, 177, 95, 1);
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.2px;
}
.blog-sidebar .blog_sidebar_categories ul.insider-accordion li.parent-item ul.child-list li:hover a{
    color: #fff;
}
.instagram-highlights-sec .title-box.ng-takes-title {
    margin-top: 15px;
}
.ng-takes-wrap .ng-takes-box {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-bottom: 50px;
}
.ng-takes-wrap .ng-takes-box:last-child{
    margin-bottom: 0px;
}
.ng-takes-wrap .ng-takes-box .image {
    min-width: 240px;
    width: 100%;
    max-width: 240px;
    height: 390px;
    position: relative;
    overflow: hidden;
}
.ng-takes-wrap .ng-takes-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.ng-takes-wrap .ng-takes-box  a.ng-takes-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 52px;
    transition: all 0.5s;
    background-image: url('data:image/svg+xml,<svg width="68" height="68" viewBox="0 0 68 68" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_1374_225)"><rect x="8" y="4" width="52" height="52" rx="26" fill="%23E6B15F"/><path d="M27.7822 18.1304L46.4344 29.7173L27.7822 41.3043V18.1304Z" fill="%23013C32"/></g><defs><filter id="filter0_d_1374_225" x="0" y="0" width="68" height="68" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feMorphology radius="4" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_1374_225"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.29 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1374_225"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1374_225" result="shape"/></filter></defs></svg>');
}
.ng-takes-wrap .ng-takes-box:hover img {
    transform: scale(1.1);
}
.ng-takes-wrap .ng-takes-box h4 {
    font-size: 26px;
    font-weight: 600;
    color: rgba(1, 60, 50, 1);
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.ng-takes-wrap .ng-takes-box h4 a {
    color: rgba(1, 60, 50, 1);
}
.ng-takes-wrap .ng-takes-box:hover h4 a{
    color: rgb(230,177,95);
}
.ng-takes-wrap .ng-takes-box p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(1, 60, 50, 1);
    line-height: 21px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    max-width: 915px;
    width: 100%;
    margin: 25px 0px;
}
.ng-takes-wrap .ng-takes-box:nth-child(even) .content {
    /* order: -1; */
}
.fluid-section.special-dish-slider .title-wrapper h2 {
    padding-bottom: 0px;
}


section.story-section.section-kt:before {
    position: absolute;
    content: "";
    width: 424px;
    height: 240px;
    top: 0px;
    right: 0;
    margin: auto;
    left: 0;
    background-image: url(https://dreamsdesign.us/ng/wp-content/uploads/2025/11/ng-transperent-logo.png);
    background-size: contain;
    background-position: center;
}
section.story-section.section-kt{
    padding-top: 150px;
}
section.story-section.section-kt .title-box h2 p {
    line-height: 78px;
}
section.team-section.award-section {
    background-color: rgba(21, 44, 41, 1);
}
.special-offer.collabo .dish-gallery-slider .inner-box .image {
    height: 208px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
section.ngabout.pt-sec h2 {
    line-height: 60px;
}
section.fluid-section.chef-bio.ngabout a:hover {
    color: #fff;
}
section.special-offer.association-sec {
    background-color: rgba(21, 44, 41, 1);
}
section.ig-post-section.social-sec {
    background-color: rgba(235, 235, 235, 1);
}
section.special-offer.ba-sec {
    background-color: rgba(235, 235, 235, 1);
}
section.story-section.ng-insider-story-sec.section-kt{
    padding-top: 95px;
}
section.story-section.ng-insider-story-sec.section-kt::before {
    display: none;
}
.fluid-section.special-dish-slider .special-title h2 {
    text-transform: lowercase;
}
body.error404 .notfound {
    margin-top: 200px;
    text-align: center;
}
body.error404 .notfound .loweest_proces_part {
    margin-bottom: 30px;
}
section.blog-grid.search-grid p.no-results {
    color: #013c32;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.insider-loader {
    text-align: center;
    padding: 20px 0;
}

.insider-loader .spinner,
.press-loader .spinner,
.published-loader .spinner,
.collaboration-loader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top-color: #333;
    border-radius: 50%;
    animation: spinInsider 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes spinInsider {
    to { transform: rotate(360deg); }
}
.latest-press-post-wrap .row > *:last-child .press-item {
    margin-bottom: 0px;
}
.latest-post-wrap #insider-results .no-results p,
.latest-press-post-wrap #press-results p.error-msg,
.latest-press-post-wrap #published-results p.error-msg {
    font-size: 0px;
}
.latest-press-post-wrap div#published-message,
.latest-press-post-wrap div#press-message,
.latest-post-wrap div#insider-message,
.latest-post-wrap div#collaboration-message {
    font-size: 22px;
    color: #18312e;
    text-transform: capitalize;
    font-family: var(--font-family-Fraunces);
    margin-bottom: 30px;
    text-align: center;
}
.instagram-highlights-sec .title_row {
    padding-bottom: 40px;
}
.instagram-highlights-sec .title_row .title-box{
    padding-bottom: 0px;
}
.latest-post-wrap a.btn.view-all-btn,
.insider-category-sec .latest-post-wrap .ts_box a.know-more-btn,
.ng-takes-wrap .ng-takes-box a.btn.read-more-btn,
.instagram-highlights-sec .title_row a.btn.view-all-btn {
    background-color: rgba(230, 177, 95, 1);
    border: 1px solid rgba(230, 177, 95, 1);
    border-radius: 0px;
    padding: 0px 20px;
    height: 34px;
    line-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(24, 49, 46, 1);
    transition: all 0.5s;
}
.latest-post-wrap a.btn.view-all-btn:hover,
.ng-takes-wrap .ng-takes-box a.btn.read-more-btn:hover,
.instagram-highlights-sec .title_row a.btn.view-all-btn:hover{
    background-color: rgba(24, 49, 46, 1);
    border: 1px solid rgba(24, 49, 46, 1);
    color: #fff;
}
.insider-category-sec .latest-post-wrap .ts_box a.know-more-btn:hover{
    border: 1px solid rgba(230, 177, 95, 1);
    color: rgba(230, 177, 95, 1);
    background-color: transparent;
}
section.inner-banner.ng-insider-category-banner {
    padding-bottom: 122px;
}
section.inner-banner.ng-insider-category-banner .sub_text {
    padding: 0px;
}
section.inner-banner.ng-insider-category-banner .inner {
    max-width: 832px;
}
.insider-category-sec .latest-post-wrap .ts_box .content {
    max-width: 100%;
}
section.instagram-highlights-sec.insider-category-sec,
section.instagram-highlights-sec.insider-category-sec .container {
    background-color: rgba(24, 49, 46, 1);
}
section.instagram-highlights-sec.insider-category-sec .container{
    padding: 92px 100px 100px;
}
.insider-category-sec .title-box h2 {
    color: #fff;
}
.insider-category-sec .title-box {
    padding-bottom: 70px;
}
.insider-category-sec .latest-post-wrap .ts_box h4 a {
    color: rgba(230, 177, 95, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.instagram-highlights-sec .title_row a.btn.view-all-btn {
    margin-bottom: 15px;
}
.insider-category-sec .latest-post-wrap .ts_box p {
    color: #fff;
}
.insider-category-sec .latest-post-wrap .ts_box {
    margin-bottom: 65px;
}
.insider-category-sec .blog-sidebar .search_bar,
body.archive .blog-sidebar .search_bar {
    border: 1px solid rgba(230, 177, 95, 1);
}
.insider-category-sec .blog-sidebar .search_bar .form-control,
.insider-category-sec .blog-sidebar .search_bar input.search-btn {
    background-color: rgba(24, 49, 46, 1);
    color: rgba(230, 177, 95, 1);
}
body.archive.date .blog-sidebar .search_bar .form-control,
body.archive.date .blog-sidebar .search_bar input.search-btn{
    background-color: rgb(1 60 50);
    color: rgba(230, 177, 95, 1);
}
.insider-category-sec .blog-sidebar .search_bar .form-control::placeholder,
body.archive .blog-sidebar .search_bar .form-control::placeholder{
     color: rgba(230, 177, 95, 1);
}
.insider-category-sec .blog-sidebar .blog_sidebar_categories,
.insider-category-sec .blog-sidebar .blog_sidebar_tags,
.insider-category-sec .blog-sidebar .blog_sidebar_latest_post,
body.archive .blog-sidebar .blog_sidebar_categories,
body.archive .blog-sidebar .blog_sidebar_tags,
body.archive .blog-sidebar .blog_sidebar_latest_post {
    border: 1px solid rgba(230, 177, 95, 1);
    margin-bottom: 40px;
}
.insider-category-sec .blog-sidebar .blog_sidebar_categories h4, 
.insider-category-sec .blog-sidebar .blog_sidebar_tags h4, 
.insider-category-sec .blog-sidebar .blog_sidebar_latest_post > h4,
body.archive .blog-sidebar .blog_sidebar_categories h4, 
body.archive .blog-sidebar .blog_sidebar_tags h4, 
body.archive .blog-sidebar .blog_sidebar_latest_post > h4 {
    border: 0px;
    color: rgba(1, 60, 50, 1);
    border-bottom: 1px solid rgba(230, 177, 95, 1);
}
.insider-category-sec .blog-sidebar .blog_sidebar_categories ul,
body.archive .blog-sidebar .blog_sidebar_categories ul {
    margin-bottom: 0px;
}
body.archive.date .blog-sidebar .blog_sidebar_categories ul{
    background-color: rgb(1 60 50);
}
body.archive .blog-list-wrap .blog-sidebar .blog_sidebar_tags .tag-list{
    background-color: rgb(1 60 50);
}
.blog_sidebar_tags.blog_siderbar_archieve .tag-list a {
    padding: 0px 26px;
}
section.insider-category-sec .blog-sidebar .author-info .txt h5,
section.insider-category-sec .blog-sidebar .author-info .txt h3,
section.insider-category-sec .blog-sidebar .author-info .txt p {
    color: #fff;
}
.nonchalant-takes-single .takes-featured img {
    width: 100%;
    object-fit: cover;
}
.nonchalant-takes-single .takes-content h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 1.27px;
    margin: 46px 0px;
    text-transform: capitalize;
}
.nonchalant-takes-single .takes-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.15px;
    margin-bottom: 20px;
}
.nonchalant-takes-single .takes-content p strong {
    color: rgba(230, 177, 95, 1);
}
.nonchalant-takes-single .takes-content blockquote {
    padding-top: 20px;
    border-top: 1px solid rgba(230, 177, 95, 1);
}
.nonchalant-takes-single .takes-content blockquote p {
    font-size: 16px;
    margin-bottom: 43px;
}
.nonchalant-takes-single a.download-artical-btn {
    background-color: rgba(230, 177, 95, 1);
    border: 1px solid rgba(230, 177, 95, 1);
    width: 100%;
    border-radius: 0px;
    padding: 27px 20px;
    line-height: 21px;
    font-size: 20px;
    color: rgba(1, 60, 50, 1);
    font-weight: 600;
    letter-spacing: 0.15px;
    font-family: var(--font-family-Fraunces);
    transition: all 0.5s;
    display: block;
    text-align: center;
}
.nonchalant-takes-single a.download-artical-btn:hover{
    background-color: transparent;
    color: rgba(230, 177, 95, 1);
}
body.archive section.inner-banner.blog-list-inner-banner .image-layer {
    opacity: 0.5;
}
body.archive .blog-list-wrap {
    position: relative;
}
body.archive .blog-list-wrap .category-section.category-2 {
    background-color: #013c32;
    margin-top: 0px;
    padding-bottom: 0px;
}
body.archive .blog-list-wrap .category-section.category-2 .title-box h2 {
    color: #fff;
}
body.archive .blog-list-wrap .category-section p {
    text-align: center;
}
body.archive .blog-list-wrap .category-section {
    margin-top: 100px;
}
body.archive .latest-post-wrap {
    padding: 100px 0px 67px;
}
body.archive .latest-post-wrap .title-box h2 {
    color: #fff;
}
body.archive .latest-post-wrap .latest-post-tags a,
body.archive .latest-post-wrap .latest-post-item h4 a{
    color: #d8b15c;
}
body.archive .latest-post-wrap .latest-post-item .latest-post-excerpt{
    color: #fff;
}
.insider-category-sec .latest-post-wrap .row > *:nth-last-child(-n + 2 ) .ts_box {
    margin-bottom: 0 !important;
}
.insider-category-sec .latest-post-wrap div#insider-message {
    color: #fff;
}
body.tax-insider_category .insider-category-sec div#insider-results .error-msg {
    font-size: 0px;
}
.ih-highlight-wrap .top_series_wrap .ts_box {
    margin-bottom: 65px;
}

















.nonchalant-takes-single .blog-sidebar .search_bar{
    border: 0px;
}
.nonchalant-takes-single .blog-sidebar .search_bar .form-control{
    border: 1px solid rgba(230, 177, 95, 1);
    border-radius: 0px;
}
.nonchalant-takes-single .blog-sidebar .search_bar .search-btn {
    border: 1px solid rgba(230, 177, 95, 1);
    border-left: 0px;
}





/* Wrapper */
#insider-suggestions,
#collaboration-suggestions{
    width: 100%;
    border: 1px solid #e6b15f;
    border-top: none;
    overflow-y: auto;
    display: none;
    z-index: 9999;
    background-color: #18312e;
    padding: 20px;
}

/* Each Result Item */
#insider-suggestions div,
#collaboration-suggestions div{
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
    transition: all 0.5s;
    margin-bottom: 10px;
    color: #e6b15f;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* Last item without border */
#insider-suggestions div:last-child,
#collaboration-suggestions div:last-child {
    margin-bottom: 0px;
}

/* Hover Effect */
#insider-suggestions div:hover,
#collaboration-suggestions div:hover
#insider-suggestions .insider-result-item:hover div,
#collaboration-suggestions .collaboration-result-item:hover div{
    color: #f7f7f7;
}

/* "No results" message */
#insider-suggestions div.no-results,
#collaboration-suggestions div.no-results{
    color: #999;
    cursor: default;
    font-style: italic;
}

#insider-suggestions .insider-result-item,
#press-suggestions .press-result-item,
#published-suggestions .published-result-item,
#blog-suggestions .blog-result-item,
#collaboration-suggestions .collaboration-result-item{
    display: flex;
    gap: 20px;
    align-items: center;
}
#press-suggestions .press-result-item,
#published-suggestions .published-result-item,
#blog-suggestions .blog-result-item,
#collaboration-suggestions .collaboration-result-item{
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
    transition: all 0.5s;
    margin-bottom: 10px;
    color: rgba(14, 25, 39, 1);
}
#press-suggestions .press-result-item:last-child,
#insider-suggestions .insider-result-item:last-child,
#published-suggestions .published-result-item:last-child,
#blog-suggestions .blog-result-item:last-child,
#collaboration-suggestions .collaboration-result-item:last-child{
    margin-bottom: 0px;
}
#insider-suggestions .insider-result-item .insider-thumb-wrap,
#press-suggestions .press-result-item .press-thumb-wrap,
#published-suggestions .published-result-item .published-thumb-wrap,
#blog-suggestions .blog-result-item img ,
#collaboration-suggestions .collaboration-result-item .collaboration-thumb-wrap{
    width: 100%;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    margin-bottom: 0px;
    overflow: hidden;
}
#insider-suggestions .insider-result-item .insider-thumb-wrap img.insider-thumb,
#press-suggestions .press-result-item .press-thumb-wrap img.press-thumb,
#published-suggestions .published-result-item .published-thumb-wrap img.published-thumb,
#collaboration-suggestions .collaboration-result-item .collaboration-thumb-wrap img.collaboration-thumb {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
#insider-suggestions .insider-result-item:hover .insider-thumb-wrap img.insider-thumb,
#press-suggestions .press-result-item:hover .press-thumb-wrap img.press-thumb,
#published-suggestions .published-result-item:hover .published-thumb-wrap img.published-thumb,
#collaboration-suggestions .collaboration-result-item:hover .collaboration-thumb-wrap img.collaboration-thumb{
    transform: scale(1.1);
}
body.tax-collaboration_category div#collaboration-message {
    color: #fff;
}


























/* Press autocomplete styles (minimal) */
#press-suggestions,
#published-suggestions,
#blog-suggestions {
   width: 100%;
   border: 1px solid rgba(14, 25, 39, 1);
    border-top: none;
    overflow-y: auto;
    display: none;
    z-index: 9999;
    background-color: transparent;
    padding: 20px;
}
.press-detail-wrap .search_bar{
    border: 0px !important;
}
.press-detail-wrap .search_bar input.form-control,
#blog-details .blog_sidebar_search_wrap .search_bar input.form-control {
     border: 1px solid rgba(14, 25, 39, 1);
     border-radius: 0px;
}
.press-detail-wrap .search_bar input.form-control:hover,
.press-detail-wrap .search_bar input.form-control:focus{
     border: 1px solid rgba(14, 25, 39, 1);
}
.press-detail-wrap .search_bar input.search-btn,
#blog-details .blog_sidebar_search_wrap .search_bar input.search-btn{
     border: 1px solid rgba(14, 25, 39, 1);
     border-left: 0px;
}

#press-suggestions .press-result-item:hover,
#published-suggestions .published-result-item:hover,
#blog-suggestions .blog-result-item:hover .blog-title {
    color: rgba(24, 49, 46, 1);
}
#press-suggestions .press-result-item .press-meta, 
#published-suggestions .published-result-item .published-meta, 
#blog-suggestions .blog-result-item .blog-title {
    background-color: transparent;
    line-height: 1.4;
    padding: 0px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    font-family: var(--font-family-Urbanist);
    color: rgba(14, 25, 39, 1);
}
.press-title,
.published-title {
     font-weight: 600; 
     font-size: 15px;
     .press-title, .published-title {
    font-weight: 600;
    font-size: 15px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
 }
.press-no-results,
.published-no-results,
.blog-no-results {
     color: #18312e; 
     font-weight: 600;
}
#blog-details .blog_sidebar_search_wrap .search_bar {
    border: 0px;
}
section.inner-banner.blog-list-inner-banner .inner .sub_text p {
    max-width: 100%;
}
section.inner-banner.blog-list-inner-banner .inner .sub_text {
    padding: 0px 50px;
}
.insider-category-sec .ts_box .image,
.insider-detail-sec .insider-item .insider-image {
    padding: 15px;
    border: 1px solid #e6b15f;
    transition: all 0.5s;
}
.insider-category-sec .latest-post-wrap .ts_box:hover .image {
     border: 1px solid #e6b15f00;
}

.nonchalant-takes-single .takes-content .wp-video {
    width: 100% !important;
    margin-bottom: 30px;
}
.nonchalant-takes-single .takes-content .wp-video .wp-video-shortcode {
    width: 100% !important;
    height: 800px !important;
}
.nonchalant-takes-single .takes-content .wp-video video.wp-video-shortcode {
    height: 100% !important;
    width: 100% !important;
}
.btn.focus, .btn:focus {
    box-shadow: unset;
}
section.inner-banner.single-insider-video-banner .inner {
    max-width: 1200px !important;
    width: 100%;
}
.main-footer .info-col .newsletter h4 {
    margin-bottom: 6px;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: none;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
}
footer .bottom_footer p a:hover {
    color: #fff;
}
body.page-template-about section.inner-banner .sub_text span.primary-color:nth-child(2) {
    display: none;
}
body.tag .inner-banner .inner h1,
body.category .inner-banner .inner h1 {
    text-transform: capitalize;
}
body.tag .blog-list-wrap .latest-post-wrap,
body.category .blog-list-wrap .latest-post-wrap {
    padding-top: 0px;
}
body.tag .blog-list-wrap .latest-post-wrap h2,
body.category .blog-list-wrap .latest-post-wrap h2 {
    color: rgba(14, 25, 39, 1);
}
body.tag .blog-list-wrap .latest-post-wrap .latest-post-item a,
body.category .blog-list-wrap .latest-post-wrap .latest-post-item a,
body.tag .blog-list-wrap .latest-post-item h4,
body.category .blog-list-wrap .latest-post-item h4,
body.tag .blog-list-wrap .latest-post-item .latest-post-excerpt,
body.category .blog-list-wrap .latest-post-item .latest-post-excerpt {
    color: rgba(1, 60, 50, 1);
}
body.tag .blog-list-wrap .latest-post-item .latest-post-content,
body.category .blog-list-wrap .latest-post-item .latest-post-content{
    max-width: 470px;
}
body.tag .blog-list-wrap .blog-sidebar .search_bar,
body.category .blog-list-wrap .blog-sidebar .search_bar,
body.tag .blog-list-wrap .blog_sidebar_categories,
body.category .blog-list-wrap .blog_sidebar_categories,
body.tag .blog-list-wrap .blog_sidebar_tags,
body.category .blog-list-wrap .blog_sidebar_tags{
    border-color: #0e1927;
}
body.tag .blog-list-wrap .blog_sidebar_categories h4,
body.category .blog-list-wrap .blog_sidebar_categories h4,
body.tag .blog-list-wrap .blog_sidebar_tags h4
body.category .blog-list-wrap .blog_sidebar_tags h4{
    border-bottom: 0px;
}
body.tag .blog-list-wrap .blog-sidebar .search_bar input.form-control,
body.category .blog-list-wrap .blog-sidebar .search_bar input.form-control,
body.tag .blog-list-wrap .blog-sidebar .search_bar input.form-control::placeholder,
body.category .blog-list-wrap .blog-sidebar .search_bar input.form-control::placeholder {
    color: #0e1927;
}
body.tag .blog-list-wrap .blog_sidebar_tags .tag-list,
body.category .blog-list-wrap .blog_sidebar_tags .tag-list {
    background-color: rgb(24, 49, 46) !important;
}
.preloader-close{
    display: none;
}
/* .scroll-to-top:hover {
    background: rgb(230,177,95);
    color: #013C32;
    box-shadow: unset;
} */
section.instagram-highlights-sec.collaboration-sec::before {
    display: none;
}
section.instagram-highlights-sec.collaboration-sec .container {
    padding: 116px 100px 80px;
}
.collaboration-sec .latest-post-wrap div#insider-results .title_row:first-child + .top_series_wrap .row > * {
    max-width: 100%;
    min-width: 100%;
}
.collaboration-sec .latest-post-wrap div#insider-results .title_row:first-child + .top_series_wrap .row > * .ts_box {
    display: flex;
    gap: 27px;
    padding-bottom: 56px;
    margin-bottom: 56px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    align-items: center;
    justify-content: space-evenly;
}
.collaboration-sec .latest-post-wrap div#insider-results .title_row:first-child + .top_series_wrap .row > *:nth-child(even) .ts_box {
    flex-direction: row-reverse;
}
.collaboration-sec .latest-post-wrap div#insider-results .title_row:first-child + .top_series_wrap .row > *:last-child .ts_box {
    border-bottom: 0px;
}
.collaboration-sec .top_series_wrap .ts_box .image,
body.post-type-archive-collaboration section.instagram-highlights-sec .top_series_wrap .ts_box .image,
body.tax-collaboration_tag section.instagram-highlights-sec .top_series_wrap .ts_box .image{
    height: 248px !important;
}
.collaboration-sec .latest-post-wrap div#collaboration-results .top_series_wrap:nth-child(6) .ts_box .image,
body.post-type-archive-collaboration section.instagram-highlights-sec .top_series_wrap:nth-child(6) .ts_box .image,
body.tax-collaboration_tag section.instagram-highlights-sec .top_series_wrap:nth-child(6) .ts_box .image{
    height: 480px !important;
}
body.tax-collaboration_category .top_series_wrap .ts_box .image {
    height: 250px;
}
body.tax-collaboration_category.term-books .top_series_wrap .ts_box .image {
    height: 480px;
}
body.tax-collaboration_category.term-books .top_series_wrap .ts_box  .content,
body.post-type-archive-collaboration section.instagram-highlights-sec .top_series_wrap:nth-child(6) .ts_box .content,
body.tax-collaboration_tag section.instagram-highlights-sec .top_series_wrap:nth-child(6) .ts_box  .content {
    display: none;
}
body.post-type-archive-collaboration section.instagram-highlights-sec,
body.post-type-archive-collaboration section.instagram-highlights-sec .container {
    background-color: rgba(235, 235, 235, 1);
}
body.post-type-archive-collaboration section.instagram-highlights-sec:before{
    display: none;
}
body.post-type-archive-collaboration section.instagram-highlights-sec .blog-sidebar .blog_sidebar_tags .tag-list {
    background-color: #013c32;
}
body.post-type-archive-collaboration section.instagram-highlights-sec .title-box h2,
body.tax-collaboration_tag  section.instagram-highlights-sec .title-box h2{
    color: rgba(14, 25, 39, 1);
}
body.tax-collaboration_tag section.instagram-highlights-sec:before{
    display: none;
}
body.tax-collaboration_tag section.instagram-highlights-sec p.no-posts-message {
    color: rgba(14, 25, 39, 1);
    font-size: 18px;
}
.collaboration-detail-wrap .collaboration-featured-image {
    margin-bottom: 40px;
}
.collaboration-detail-wrap .collaboration-title {
    margin-bottom: 25px !important;
}
body.single-collaboration .collaboration-detail-wrap .collaboration-meta.press-meta {
    padding: 0px;
    background-color: transparent;
}
body.single-collaboration .collaboration-detail-wrap .collaboration-meta.press-meta {
    padding: 0px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #013c32;
    margin-bottom: 10px;
    letter-spacing: 0px;
    display: flex;
}
body.single-collaboration .collaboration-detail-wrap .collaboration-meta.press-meta span.collaboration-category {
    margin-left: 0px;
    padding-left: 15px;
    border-left: 1px solid #0000003b;
}
body.single-collaboration .collaboration-detail-wrap .collaboration-meta.press-meta span.collaboration-date{
    padding-right: 10px;
}
.single-collaboration .collaboration-detail-wrap a.btn.artical-btn {
    margin-top: 40px;
}
body.tax-collaboration_category .latest-post-wrap {
    padding-bottom: 0px;
}
body.tax-collaboration_tag .latest-post-wrap {
    padding:50px 0px 0px;
}
body.post-type-archive-collaboration .latest-post-wrap{
    padding-top: 50px;
}
body.page-template-nonchalant-collaboration .no-results p {
    display: none;
}
#collaboration-suggestions .collaboration-result-item .collaboration-title {
    margin-bottom: 0px !important;
}
.collaboration-sec .latest-post-wrap div#collaboration-results .top_series_wrap:nth-child(6) .row > *:last-child .ts_box, 
body.post-type-archive-collaboration section.instagram-highlights-sec .top_series_wrap:nth-child(6) .row > *:last-child .ts_box, 
body.tax-collaboration_tag section.instagram-highlights-sec .top_series_wrap:nth-child(6) .row > *:last-child .ts_box, 
body.tax-collaboration_category.term-books .top_series_wrap .row > *:last-child .ts_box{
    margin-bottom: 0px;
}
.collaboration-sec .latest-post-wrap div#collaboration-results .top_series_wrap:nth-child(6), 
body.post-type-archive-collaboration section.instagram-highlights-sec .top_series_wrap:nth-child(6), 
body.tax-collaboration_tag section.instagram-highlights-sec .top_series_wrap:nth-child(6), 
body.tax-collaboration_category.term-books .top_series_wrap{
    margin-bottom: 0px !important;
}