@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,600;0,900;1,300;1,500;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&family=Yesteryear&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");

/*=========table of content start

  Template Name: Jhonherper
  Template URI: https://theme.bitspecksolutions.com/html-template/jhonherper
  Author: Bitspeck Solutions

==========================

CSS 

==========================

preloader

===============================


1. Header 
2. Mobile menu 
2. Banner 
5. About 
3. Signature Dishes 
6. Top Restaurants 
7. Cooking Course 
8. Cocking awards 
9. Video Are Button
10. Testimonial 
11. Page Breadcrumb
12. Cooking Course Details
13. Video
14. Signature Dishes
15. Dishes Details
16. Subscribe Newsletter
17. Site Footer
18. Contact Me

=================================

Index Page

==================================

==============table of content end*/

/*====================================
 global area - start
====================================*/
* {
  padding: 0;
  margin: 0;
  outline: 0px;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

html,
body,
.wrapper {
  height: 100%;
  width: 100%;
}

section {
  padding: 100px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: bold;
  line-height: 2.5rem;
  font-family: "Poppins";
  letter-spacing: 0;
  margin-bottom: 15px;
}
:root {
  --yellow: #fffd95;
  --darkyellow: #ffb609;
  --OakBuff: #cd9962;
  --oakbrighten: #ffebd5;
  --drkgreen: #1c7947;
  --brightgreen: #39a388;
  --purple: #2c2891;
  --white: #fff;
  --black: #000;
  --gray: #ccc;
  --barkgray: #666666;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
  max-width: 100%;
  margin-right: 10px;
}

a img,
button,
iframe {
  border: none;
  text-decoration: none !important;
}

p {
  font-family: "Rubik";
  color: #232323;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 200;
  margin-bottom: 20px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
}

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

nav li a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: var(--black);
}

b,
strong {
  font-weight: 600;
  line-height: 2rem;
}
span {
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  min-height: 50px;
}
/*__________top header __________*/

.header-top-icon ul {
  text-align: center;
  margin-top: 5px;
  display: flex !important;
}
.header-top-icon ul li:nth-child(1) {
  margin-left: 0px;
}

.header-top-icon ul li {
  margin-left: 20px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* ___________top heder end_________ */

:after,
:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x))
    translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
    skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
    scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  scroll-behavior: smooth;
}

/* @apply doesn't work in codepen */
/*.container {
  @apply py-8 sm:py-14 px-4 lg:max-w-5xl mx-auto text-center;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 0;
  text-align: center;
}

@media (min-width: 1024px)
.container {
    max-width: 64rem;
}
*/
/* .timeline {
  @apply relative overflow-hidden -my-12;
  overflow: hidden;
  position: relative;
}

.line {
  @apply bg-purple-300 absolute top-28 w-0.5 z-20;
      --tw-bg-opacity: 1;
  background-color: rgba(196,181,253,var(--tw-bg-opacity));
  position: absolute;
  top: 7rem;
  width: .125rem;
  z-index: 20;
  left: calc(50% - 1px);
  left: calc(50% - theme('spacing.px'));
}

.step {
  @apply flex items-center h-56 z-10 -translate-x-full relative opacity-0 duration-500;
  @apply font-medium last:text-xl text-gray-500 last:text-sky-500 text-lg;
  --tw-translate-x: -100%;
  align-items: center;
  color: rgba(107,114,128,var(--tw-text-opacity));
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  height: 14rem;
  opacity: 0;
  position: relative;
  transform: var(--tw-transform);
  transition-duration: .5s;
  z-index: 10;
}

.step:nth-child(odd) {
  @apply text-left flex-row-reverse translate-x-full;
  --tw-translate-x: 100%;
  flex-direction: row-reverse;
  text-align: left;
  transform: var(--tw-transform);
}

.step:nth-child(even) {
  @apply text-right;
  text-align: right;
}

.content {
  width: calc(50% - 32px);
}

.show-me:nth-child(n) {
  @apply transform-none opacity-100;
  opacity: 1;
  transform: none;
} */

/* ---------common css class-------- */
.common-style h2 {
  font-size: 50px;
  color: var(--OakBuff);
  font-family: "Allura", cursive;
}
.common-style h2 span {
  font-size: 50px;
  font-weight: bold;
  color: var(--black);
}

.mr-20 {
  margin-right: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-30 {
  margin-bottom: 2.5rem;
}
.m-b-20 {
  margin-bottom: 20px;
}
.p-10 {
  padding: 10px;
}
.p-50 {
  padding: 50px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px;
}
.p-r-30 {
  padding-right: 30px;
}

.rounded-border {
  border-radius: 1rem !important;
}

.text-medium {
  font-size: 1rem;
}
.text-small {
  font-size: 0.9rem !important;
}
.common-title h2 {
  color: #000;
}
.b-b-default {
  border-bottom: 1px solid #e0e0e0;
}

.text-muted {
  color: #919aa3 !important;
}

.b-b-default {
  border-bottom: 1px solid #e0e0e0;
}

.f-w-600 {
  font-weight: 600;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-300 {
  font-weight: 300;
}
.l-height-1 {
  line-height: 1;
}
.w-100 {
  width: 100% !important;
}
/* button */
.btn a {
  color: #fff;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}

/*----------multi-level-accordian-menu------------*/

/* preloader- start */

#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  overflow: visible;
  background: #fff url("../image/preloader.gif") no-repeat center center;
  animation: loader 5s infinite ease;
}

/* preloader - end */

/* header section - start
================================ */
.header-section {
  padding: 15px 0;
}
.header-section .main-menubar > ul {
  float: right;
  /* sub-menu - start */
  /* sub-menu - end */
  /* sub-menu >> sub-menu - start */
  /* sub-menu >> sub-menu - end */
}
.header-section .main-menubar > ul > li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.header-section .main-menubar > ul > li:last-child {
  margin-right: 0;
}
.header-section .main-menubar > ul > li > a {
  margin: 0;
  padding: 9px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  font-weight: 500;
}
.header-section .main-menubar > ul > li > a:before {
  left: -5px;
  right: 0;
  bottom: -25px;
  opacity: 0;
  z-index: 2;
  width: calc(100% + 10px);
  height: 2px;
  content: "";
  position: absolute;
  -webkit-transform: scaleX(0.5);
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
  background-color: var(--white);
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header-section .main-menubar ul li.active a:before,
.header-section .main-menubar ul li:hover > a:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.header-section .main-menubar > ul > .menu-item-has-child {
  position: relative;
}
.header-section .main-menubar > ul > .menu-item-has-child > .sub-menu {
  top: 26px;
  left: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  padding: 0;
  min-width: 200px;
  padding-top: 43px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-section .main-menubar > ul > .menu-item-has-child > .sub-menu:before {
  top: 43px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: var(--black);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 3px 4px 1px var(--black);
  box-shadow: 0 3px 4px 1px var(--black);
  -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.1);
}
.header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li {
  width: 100%;
  display: table;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  border-bottom: 1px solid var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > li:last-child {
  border-bottom: none;
}
.header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li > a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-transform: capitalize;
  color: #ff5e00;
  color: rgba(255, 255, 255, 0.5);
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > li:hover
  > a {
  color: #fff;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .active
  > a {
  color: #fff;
}
.header-section .main-menubar > ul > .menu-item-has-child:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child {
  position: relative;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu {
  top: 0;
  left: 150%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  padding: 0;
  min-width: 200px;
  position: absolute;
  visibility: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 0 4px 1px #000000;
  -webkit-box-shadow: 2px 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 4px 1px #000000;
  box-shadow: 2px 0 4px 1px rgba(0, 0, 0, 0.1);
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu
  > li {
  width: 100%;
  display: table;
  text-align: center;
  border-left: 1px solid #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu
  > li:last-child {
  border-bottom: none;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu
  > li
  > a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-transform: capitalize;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu
  > li:hover
  > a {
  color: #ffffff;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu
  > .active
  > a {
  color: #ffffff;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child:hover
  > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-section .main-menubar > .mobile-menu-btn {
  width: 50px;
  height: 50px;
  padding: 0;
  display: none;
  overflow: hidden;
  margin: 0 0;
  margin-left: 40px;
  text-align: center;
  border-radius: 100%;
}
.header-section .main-menubar > .mobile-menu-btn #left-sidebar-collapse {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

/* Navbar - start
==================================================================================================== */
.nav {
  height: 50px;
  width: 100%;
  background-color: #4d4d4d;
  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}

@media (max-width: 600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,
  .nav #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
/* Navbar - end
==================================================================================================== */

/* mobile-menu-container  - start
==================================================================================================== */
.cf-mobile-menubar {
  display: none;
}
.navbar {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: var(--white);
  background: var(--OakBuff);
  box-shadow: var(--shadow-large);
}
.navbar .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.navbar .burger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  transform: rotate(0deg);
  transition: 0.35s ease-in-out;
}
.navbar .burger-line {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: var(--white);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar .burger-line:nth-child(1) {
  top: 0;
}
.navbar .burger-line:nth-child(2),
.navbar .burger-line:nth-child(3) {
  top: 0.5rem;
}
.navbar .burger-line:nth-child(4) {
  top: 1rem;
}
.navbar .burger.active .burger-line:nth-child(1),
.navbar .burger.active .burger-line:nth-child(4) {
  top: 1.25rem;
  width: 0%;
  left: 50%;
}
.navbar .burger.active .burger-line:nth-child(2) {
  transform: rotate(45deg);
}
.navbar .burger.active .burger-line:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar .menu-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  border: none;
  color: var(--white);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease-in-out;
}
.navbar .menu-link.active,
.navbar .menu-link:hover {
  border: none;
  outline: none;
  color: var(--color-indigo);
}

@media only screen and (max-width: 991px) {
  .navbar .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .navbar .menu {
    width: 100%;
    max-height: 0rem;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.35s ease;
  }
  .navbar .menu.active {
    opacity: 1;
    visibility: visible;
    max-height: 350px !important;
  }
  .navbar .menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 0;
  }
}

/* Style for submenu items */
.mob-sub-menu li {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

/* Style for submenu links */
.mob-sub-menu li a {
  color: #232323;
  font-weight: 600;
}

/* Style for submenu links on hover */
.mob-sub-menu li:hover {
  background-color: #f5f5f5;
  opacity: 0.7;
}

/* mobile-menu-container  - end
=============================================================== */

/* header effects - start
==================================================================================================== */
/* sticky-header - start
================================================== */
.sticky-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: var(--OakBuff);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-header.stuck {
  background-color: var(--OakBuff);
  z-index: 9999;
}
.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 8px 1px #f3f3f3;
  -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 1px #cfcfcf;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
}
.sticky-header.stuck ul li a {
  color: var(--white);
}

.sticky-header.stuck .main-menubar > ul > li > a:before {
  color: var(--white);
}

/* sticky-header - end
================================================== */
/* header effects - end
==================================================================================================== */

/* banner-section - start
==================================================================================================== */

.cf-hero-section #cf-cafe {
  width: 100%;
  height: 100vh;
  display: inline-block;
  vertical-align: middle;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.cf-hero-section #cf-cafe .cf-inner-item {
  /* height/width of image */
  display: block;
}
.cf-hero-overlay {
  content: "";
  position: relative;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+27,ffffff+27,ffffff+34,ffffff+34,ffffff+100&1+34,1+34,1+37,0+100 */
  background: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 27%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 1) 37%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 27%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 1) 37%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 27%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 1) 37%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#ffffff',
      endColorstr='#00ffffff',
      GradientType=1
    ); /* IE6-9 fallback on horizontal gradient */

  opacity: 1;
  z-index: 9;
}

.greetings {
  font-size: 3.5rem;
  font-family: "Satisfy", cursive;
  line-height: 3.5rem;
  font-weight: 300;
}
.cf-hero-title {
  bottom: 0;
  top: 36%;
  left: 21%;
  right: 0;
  z-index: 99;
  position: absolute;
}
.cf-hero-title p {
  padding-right: 620px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.cf-hero-title > h1 > span {
  font-size: 55px;
}
.cf-hero-title h1 {
  font-size: 4rem;
  font-family: "Satisfy", cursive;
  color: var(--black);
}
.designation {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}

.cf-icons li a i {
  color: var(--black);
}

.cf-icons li a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.cf-icons li:hover i {
  color: var(--OakBuff);
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

/* default screen, non-retina */

.cf-hero-section #cf-cafe {
  background-image: url("../image/chef-banner-image.png");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 320px) {
  /* Small screen, non-retina */
  .cf-hero-section #cf-cafe {
    background-image: url("../image/chef-banner-image.png");
  }
}
@media only screen and (min-resolution: 2dppx) and (max-width: 320px) {
  /* Small screen, retina */
  .cf-hero-section #cf-cafe {
    background-image: url("../image/chef-banner-image.png");
  }
}
@media only screen and (min-width: 321px) and (max-width: 538px) {
  /* Medium screen, non-retina */
  .cf-hero-section #cf-cafe {
    background-image: url("../image/chef-banner-image.png");
  }
}
@media only screen and (min-resolution: 2dppx) and (min-width: 321px) and (max-width: 538px) {
  /* Medium screen, retina */
  .cf-hero-section #cf-cafe {
    background-image: url("../image/chef-banner-image.png");
  }
}
@media only screen and (min-resolution: 2dppx) and (min-width: 539px) {
  /* Large screen, retina */
  .cf-hero-section #cf-cafe {
    background-image: url("../image/chef-banner-image.png");
  }
}

/* banner-section - end
============================================ */

/* About Me - start
========================================== */

#cf-about-me {
  position: relative;
}

#cf-about-me::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 189px;
  background: #fff;
  right: 0;
  border-top: 10px solid #cd9962;
  top: -117px;
  z-index: 9;
  border-radius: 50%;
  transform: rotate(2deg);
  box-shadow: 0px -28px 23px -18px #0000003b;
}

.cf-about-image {
  position: relative;
}
.cf-about-image img {
  position: relative;
  z-index: 3;
}

.cf-about-image::after {
  content: "";
  height: 370px;
  width: 380px;
  position: absolute;
  background-color: #ffe6cb;
  z-index: -1;
  opacity: 1;
  border-radius: 200px;
  transform: translate(-407px, 70px);
  -webkit-transform: translate(-407px, 70px);
  -moz-transform: translate(-407px, 70px);
  -ms-transform: translate(-407px, 70px);
  -o-transform: translate(-407px, 70px);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}

.cf-about-image::before {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  background-color: white;
  border: 10px solid var(--OakBuff);
  z-index: 0;
  opacity: 1;
  border-radius: 200px;
}

#cf-about-me:hover .cf-about-image::after {
  background: var(--OakBuff);
}

.f-s-17 {
  font-size: 17px !important;
}

.cf-about-content > p > span {
  font-size: 19px;
  font-weight: 500;
  font-style: normal;
}
.cf-about-content > p {
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
  margin-bottom: 15px;
}
.cf-about-content {
  position: relative;
}
.about-bg-image {
  position: absolute;
  top: 0;
  height: 50%;
  width: 65%;
  left: 0;
  opacity: 0.2;
  bottom: 0;
  z-index: -1;
  right: 0;
  filter: blur(1px);
  transform: rotate(-45deg) translate(275px, 180px);
  -webkit-filter: blur(1px);
}

.cf-about-btn {
  margin-top: 40px;
}

/* About Me - End
=========================================== */
/* signature dishes
========================================== */

.cf-dish-image,
.cf-nxt-dish {
  position: relative;
  margin-bottom: 50px;
}

.cf-dish-image::after {
  content: "";
  height: 200px;
  width: 200px;
  position: absolute;
  background-color: var(--OakBuff);
  z-index: -1;
  opacity: 1;
  border-radius: 200px;
  transform: translate(-100px, 145px);
  -webkit-transform: translate(-100px, 145px);
  -moz-transform: translate(-100px, 145px);
  -ms-transform: translate(-100px, 145px);
  -o-transform: translate(-100px, 145px);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}

.cf-nxt-dish::after {
  content: "";
  height: 200px;
  width: 200px;
  position: absolute;
  background-color: #7b9672;
  z-index: -1;
  opacity: 1;
  border-radius: 200px;
  transform: translate(-100px, 144px);
  -webkit-transform: translate(-100px, 144px);
  -moz-transform: translate(-100px, 144px);
  -ms-transform: translate(-100px, 144px);
  -o-transform: translate(-100px, 144px);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}

.cf-dish-content h4 {
  margin-bottom: 30px;
  margin-left: -97px;
  background: rgb(246, 241, 241);
  background: linear-gradient(
    72deg,
    rgba(246, 241, 241, 0.5718662464985995) 0%,
    rgba(247, 246, 250, 1) 0%,
    rgba(249, 249, 249, 0.7479866946778712) 14%,
    rgba(255, 255, 255, 0.5631127450980392) 28%,
    rgba(255, 255, 255, 0.011292016806722649) 42%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0) 75%,
    rgba(254, 254, 254, 0.12088585434173671) 90%
  );
  border-radius: 40px;
  padding: 10px 32px;
}

.cf-dish-content p {
  background: var(--white);
  margin-bottom: 25px;
  padding: 15px;
  font-size: 16px;
}
/* button- view details */
.cf-sigdish-btn a {
  color: #ccc;
}
.cf-sigdish-btn {
  display: block;
  background: transparent;
  justify-content: end;
}

.cf-effect-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #ffe6cb;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.cf-effect-btn:hover:before {
  width: 100%;
  background: #ffe6cb;
}
/*  */
.cf-effect-btn {
  position: relative;
  margin: auto;
  padding: 8px 16px;
  transition: all 0.2s ease;
}
.cf-effect-btn span {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
  color: var(--OakBuff);
}
.cf-effect-btn svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--OakBuff);
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cf-effect-btn:hover:before span {
  color: var(--black);
}
.cf-effect-btn:hover svg {
  transform: translateX(0);
}
.cf-effect-btn:active {
  transform: scale(0.96);
}

/* signature dishes  - End
======================================== */

.txt-sub-desc {
  font-size: 16px;
  margin-top: 20px;
}

.cf-image-container {
  width: 350px;
  height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cf-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.cf-image-container .cf-inner-content {
  top: 404px;
  height: 165px;
  width: 300px;
  position: absolute;
  bottom: -140px;
  left: 60px;
  padding: 10px;
  border-radius: 10px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  transition: all 1s;
  overflow: hidden;
  text-align: center;
}
.cf-inner-content h4 {
  color: #fff;
}
.cf-inner-content p {
  background: transparent;
  color: #fff;
}

.cf-image-container:hover .cf-inner-content {
  bottom: 14px;
  top: 95px;
  left: 35px;
}

/* top resturent i worked - start
============================ */
.items {
  width: 100%;
  margin: 0px auto;
  margin-top: 50px;
}
.slick-slide {
  margin: 0px 0px 0px 0px;
}
.cf-resturent-items .slick-dots {
  display: none;
}

.slick-slide img {
  width: 100%;
  border: 10px solid #fff;
}
.slick-slide:hover img {
  border-color: var(--OakBuff);
}
/* top resturent i worked - - End
============================= */

/* Cocking Courses - start 
================================*/
.cf-course-image {
  position: relative;
}

.cf-course-image img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.cf-coures-overlay {
  content: "";
  position: absolute;
  border-radius: 25px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(246, 241, 241);
  background: linear-gradient(
    0deg,
    rgba(246, 241, 241, 0.5718662464985995) 0%,
    rgba(0, 0, 0, 0.8824404761904762) 0%,
    rgba(0, 0, 0, 0.7591911764705882) 14%,
    rgba(0, 0, 0, 0.663953081232493) 28%,
    rgba(0, 0, 0, 0.5883228291316527) 42%,
    rgba(0, 0, 0, 0.4202556022408963) 61%,
    rgba(0, 0, 0, 0.23818277310924374) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 1;
  z-index: 9;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.cf-course-text {
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 0;
  font-size: 17px;
}
.cf-course-text p {
  color: #dcdcdc;
}

/*  Cocking Courses - End
================================*/

/* Cocking awards -start 
=============================== */
.cf-award-name {
  font-size: 17px;
  font-weight: 600;
}
.cf-awards-vedio {
  position: relative;
}
.cf-awards-vedio img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.cf-awards-vedio::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cd9962;
  bottom: -40px;
  border-radius: 24px;
}

#video-area:after {
  background-color: #222222;
  content: "";
  left: 0;
  opacity: 0.65;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.cf-video-icon {
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 30px;
  height: 115px;
  line-height: 115px;
  margin: auto;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 115px;
  padding: 0px 50px;
  transform: translate(212px, -304px);
  -webkit-transform: translate(212px, -304px);
  -moz-transform: translate(212px, -304px);
  -ms-transform: translate(212px, -304px);
  -o-transform: translate(212px, -304px);
}

.cf-video-icon i {
  color: var(--OakBuff);
}

.cf-video-block .award-videos {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 250px;
  left: 50%;
  opacity: 0;
  margin-left: -125px;
  margin-top: -125px;
  position: absolute;
  top: 50%;
  width: 250px;
}
/* popup */
.video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
.popup-btn,
.close-btn {
  background-color: transparent;
}
.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
  z-index: 999;
}
.popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}

/*Video Area Button*/

.cf-video-block .award-videos {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: waves;
  animation-name: waves;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.cf-video-block .wave-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.cf-video-block .wave-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.cf-video-block .wave-3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes videos {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

#carouselExampleSlidesOnly {
  background: #fff1e2;
  padding: 30px;
  border-radius: 20px;
}

/* Cocking awards - End 
=============================== */

/*  testimonials - start
=============================== */

.cf-testimonial-slider {
  width: 750px;
  margin: 0 auto;
}
.cf-client-quote p {
  font-size: 16px;
  color: var(--black);
  line-height: 24px;
}
.cf-client-quote h5 {
  color: var(--OakBuff);
  font-family: "Poppins";
  font-size: 18px;
}
.cf-client-quote h5 small {
  color: #909090;
  font-family: "OpenSans-Regular";
}
.cf-client-quote h5:before {
  content: "";
  height: 2px;
  width: 25px;
  background: #7c9773;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.testimonial {
  padding: 20px;
  display: block !important;
  border-bottom: 2px solid var(--OakBuff);
  margin: 50px auto 40px 0;
}
.client-gorup {
  margin: 60px 0 30px;
}
.slick-slide > div + div .testimonial {
  margin: 0 0 25px auto;
}

/* testimonial - End
=============================== */

/* page breadcrumb - start
================================= */
#page-breadcrumb {
  height: 500px;
  background-image: url(../image/chef-banner-image.png);
  z-index: -1;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}
#page-breadcrumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 189px;
  background: #fff;
  right: 0;
  border-top: 10px solid #cd9962;
  bottom: -70px;
  z-index: 9;
  border-radius: 50%;
  transform: rotate(2deg);
  box-shadow: 0px -28px 23px -18px #0000003b;
}
.common-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+27,ffffff+27,ffffff+34,ffffff+34,ffffff+100&1+34,1+34,1+37,0+100 */
  background: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 27%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 1) 37%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 27%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 1) 37%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 27%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 1) 37%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#ffffff',
      endColorstr='#00ffffff',
      GradientType=1
    ); /* IE6-9 fallback on horizontal gradient */
  z-index: 0;
}
.breadcrumb-menu {
  position: relative;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  margin-top: 55px;
}
.breadcrumb-menu > ul > li > svg {
  height: 20px;
  padding: 8px 0px 0px 0px;
  width: 25px;
}
.breadcrumb-menu h3 {
  text-align: left;
  font-size: 34px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--black);
  margin-bottom: 15px;
}

#breadcrumbs {
  display: flex;
}

#breadcrumbs > li {
  margin: 15px;
  margin-left: 0px;
  color: var(--black);
  list-style-type: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

#breadcrumbs > li > a {
  color: var(--barkgray);
  text-decoration: none;
}

#breadcrumbs > li > a:hover {
  transition-delay: 50ms;
  transition: 50ms;
  color: var(--gray);
}

/* page breadcrumb - End
================================= */

/* Cocking course detail - start
=============================== */

.cf-cocking-vedio {
  margin-top: -250px;
  position: relative;
}
.cf-cocking-vedio img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.cf-recommend-text p {
  font-size: 18px;
  font-style: italic;
  border-left: 1px solid #ccc;
  padding: 0px 14px 0px;
  margin-bottom: 0px;
}
.cf-dp-info {
  margin-left: 20px;
}

.cf-class-details {
  margin-top: 30px;
}
.cf-class-details p {
  font-size: 17px;
}
.cf-class-highlights p {
  font-size: 17px;
}

/* review class */
.cf-reviews-container {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
}

.cf-review {
  border: 1px solid transparent;
  border-radius: 5px;
  color: #777;
  display: flex;
  font-size: 12px;
  align-items: center;
  padding: 10px;
  margin: 5px 0;
}

.cf-progress {
  background-color: rgba(100, 100, 100, 0.2);
  border-radius: 5px;
  position: relative;
  margin: 0 10px;
  height: 10px;
  width: 200px;
}

.cf-progress-done {
  background: linear-gradient(to left, var(--OakBuff), var(--darkyellow));
  border-radius: 5px;
  height: 10px;
  width: 0;
  transition: width 1s ease 0.3s;
}

.percent {
  color: #333;
}

/* SOCIAL PANEL CSS */
.social-panel-container {
  position: fixed;
  right: 0;
  bottom: 80px;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}

.social-panel-container.visible {
  transform: translateX(-10px);
}

.social-panel {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 31px -17px rgba(0, 31, 97, 0.6);
  border: 5px solid #001f61;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Muli";
  position: relative;
  height: 169px;
  width: 370px;
  max-width: calc(100% - 10px);
}

.social-panel button.close-btn {
  border: 0;
  color: #97a5ce;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.social-panel button.close-btn:focus {
  outline: none;
}

.social-panel p {
  background-color: #001f61;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 17px 6px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  width: 235px;
}

.social-panel p i {
  margin: 0 5px;
}

.social-panel p a {
  color: #ff7500;
  text-decoration: none;
}

.social-panel h4 {
  margin: 20px 0;
  color: #97a5ce;
  font-family: "Muli";
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.social-panel ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-panel ul li {
  margin: 0 10px;
}

.social-panel ul li a {
  border: 1px solid #dce1f2;
  border-radius: 50%;
  color: #001f61;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  text-decoration: none;
}

.social-panel ul li a:hover {
  border-color: #ff6a00;
  box-shadow: 0 9px 12px -9px #ff6a00;
}

.floating-btn {
  border-radius: 26.5px;
  background-color: #001f61;
  border: 1px solid #001f61;
  box-shadow: 0 16px 22px -17px #03153b;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.floating-btn:hover {
  background-color: #ffffff;
  color: #001f61;
}

.floating-btn:focus {
  outline: none;
}

.floating-text {
  background-color: #001f61;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: "Muli";
  padding: 7px 15px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 998;
}

.floating-text a {
  color: #ff7500;
  text-decoration: none;
}
.cf-img-setup {
  margin-top: 40px;
}
.cf-img-setup2 {
  margin-top: 170px;
}
.cf-img-setup3 {
  margin-top: -165px;
}
.cf-img-setup img,
.cf-img-setup2 img,
.cf-img-setup3 img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

@media screen and (max-width: 480px) {
  .social-panel-container.visible {
    transform: translateX(0px);
  }

  .floating-btn {
    right: 10px;
  }
}

/* vedio area */

#video-area:after {
  background-color: #222222;
  content: "";
  left: 0;
  opacity: 0.65;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.video-icon {
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 30px;
  height: 115px;
  line-height: 115px;
  margin: auto;
  transform: translate(212px, -338px);
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 115px;
  padding: 0px 50px;
  -webkit-transform: translate(212px, -338px);
  -moz-transform: translate(212px, -338px);
  -ms-transform: translate(212px, -338px);
  -o-transform: translate(212px, -338px);
}

.video-icon i {
  color: var(--OakBuff);
}

.video-block .videos {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 250px;
  left: 50%;
  opacity: 0;
  margin-left: -125px;
  margin-top: -125px;
  position: absolute;
  top: 50%;
  width: 250px;
}

/*Video Area Button*/

/*vedio popup*/

.popup-btn,
.close-btn {
  background-color: transparent;
}
.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
  z-index: 999;
}
.popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}

.video-block .videos {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: waves;
  animation-name: waves;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.video-block .wave-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-block .wave-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-block .wave-3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes videos {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/* Cocking course details - End
=============================== */

/* more signature dish -start
============================== */
#cf-more-dishes {
  background: rgb(214, 162, 83);
  background: linear-gradient(
    180deg,
    rgb(214 162 83 / 20%) 0%,
    rgb(214 162 83 / 23%) 14%,
    rgb(214 162 83 / 20%) 30%,
    rgb(214 162 83 / 20%) 44%,
    rgba(214, 162, 83, 0.16815476190476186) 63%,
    rgba(214, 162, 83, 0.10933123249299714) 86%,
    rgb(214 162 83 / 0%) 100%
  );
}
.cf-dish-main {
  margin-top: -190px;
}
.cf-dish-card {
  background-color: transparent;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-bottom: 5px solid #eddcca61;
}
.cf-dish-card:hover {
  border-bottom: 5px solid #cd9962;
}
.cf-dish-info h4 {
  margin-bottom: 0.5rem;
}
/* button- view details */
.cf-details-btn a {
  color: #ccc;
}
.cf-details-btn {
  display: block;
  background: transparent;
  justify-content: end;
}

.cf-view-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #ffcb94b0;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.cf-view-btn:hover:before {
  width: 100%;
  background: var(--white);
}

/* btn css */
.cf-view-btn {
  position: relative;
  margin: auto;
  padding: 8px 16px;
  transition: all 0.2s ease;
}
.cf-view-btn span {
  position: relative;
  font-size: 12px;
  line-height: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  vertical-align: middle;
  color: var(--OakBuff);
}
.cf-view-btn svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--OakBuff);
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cf-view-btn:hover:before span {
  color: #000;
}
.cf-view-btn:hover svg {
  transform: translateX(0);
}
.cf-view-btn:active {
  transform: scale(0.96);
}
/* More signature dish - end 
============================= */

/* Dishes details - start
============================= */
.cf-dish-details {
  margin-top: -250px;
  position: relative;
}
.cf-dish-details img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.cf-recommend-text p {
  font-size: 17px;
  font-style: italic;
  border-left: 1px solid #ccc;
  padding: 0px 14px 0px;
  margin-bottom: 0px;
}

.cf-discrib {
  margin-top: 30px;
}
.cf-describ p {
  font-size: 17px;
}
.cf-dish-highlights p {
  font-size: 17px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.cf-item-setup img,
.cf-item-setup2 img,
.cf-item-setup3 img,
.cf-item-setup4 img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.cf-item-setup2 {
  margin-top: 100px;
}
.cf-item-setup3 {
  margin-top: -100px;
}
/* ==== */
.cf-dish-ingerdients {
  column-count: 2;
}

.cf-dish-ingerdients li {
  break-inside: avoid;
  padding: 6px 12px;
  margin: 5px;
  background: #ffe3c5;
  list-style-type: none !important;
  line-height: 30px;
  font-size: 17px;
}
.cf-quote {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 30px;
}
.cf-recipe-tagline {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cf-right-side-item img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/*  */
.cf-recipe-directions-list {
  counter-reset: item;
  list-style-type: none;
}
.cf-recipe-directions-list li {
  display: flex;
  margin-bottom: 30px;
  padding-right: 40px;
}
.cf-recipe-directions-list li:before {
  content: counter(item) ".";
  counter-increment: item;
  font-size: 25px;
  font-weight: 700;
  margin-right: 14px;
}
.cf-recipe-directions h2 {
  margin-top: 60px;
}

.f-s-17 {
  font-size: 17px;
}

/* dish slider */
.cf-more-items .slick-slide img {
  width: 90%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.cf-imge-slide {
  position: relative;
}
.cf-imge-slide::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  border-radius: 20px;
  z-index: 1;
  background-color: #00000054;
}
.cf-overlay-slide {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0px;
  top: 100px;
  height: 100%;
  width: 90%;
  text-align: center;
  z-index: 999;
}
.cf-overlay-slide h4 {
  font-size: 30px;
  font-family: "Allura", cursive;
  color: #fff;
}
.cf-media > a > h5 {
  color: var(--OakBuff);
  font-weight: 400;
}

/* Dish detail - End 
============================= */
/* subscribe newsletter - start
============================= */

.cf-newsletter-subscibe {
  padding: 50px;
  background: var(--OakBuff);
  margin-bottom: -60px;
  border-radius: 40px;
}
.subcribe-form h4 {
  font-weight: 500;
  font-size: 24px;
  color: var(--white);
}

.bbb-wrapper .subcribe-form p {
  color: #fff;
  font-size: 14px;
}
.subcribe-form p {
  padding: 0px 200px 0px 200px;
  text-align: center;
}
.bbb-wrapper .subcribe-form form {
  max-width: 450px;
  margin: 15px auto;
  position: relative;
}

.bbb-wrapper .subcribe-form #subscribe input {
  width: 100%;
  height: 48px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 1px;
  padding: 0 30px;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
  height: 38px;
  padding: 0 30px;
  border-radius: 3px;
  border: none;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
}

.subscribe-message {
  color: #fff;
  float: left;
  margin-top: 10px;
  text-align: left;
  font-weight: 500;
  line-height: 19px;
}

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

#subscribe-button:hover {
  background: var(--brightgreen);
  color: #fff;
}

.cf-map iframe {
  width: 100% !important;
}

/* subscribe newsletter - end
============================= */

/* site footer - start
============================= */
#cf-site-footer {
  padding: 100px 0px 0px;
}

.cf-footer .heading {
  max-width: 1210px;
  width: 90%;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 3rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.cf-footer .cf-content {
  display: flex;
  justify-content: space-evenly;
  padding: 120px 0px 60px;
  background: var(--oakbrighten);
}

.cf-footer .cf-content p {
  margin-bottom: 1.3rem;
  color: rgba(0, 0, 0, 0.829);
  font-size: 17px;
}

.cf-footer .cf-content a {
  text-decoration: none;
  color: rgb(0, 0, 0, 0.829);
}
.cf-footer .cf-services a:hover,
.cf-footer .cf-social-media a:hover {
  color: var(--OakBuff);
}
/*  */
.cf-links li a {
  text-decoration: none;
  display: block;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #0f0f0f,
    #d6a253 50%,
    rgb(0, 0, 0) 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.cf-links li a:before {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  bottom: 5px;
  left: 0;
  bottom: -3px;
  z-index: 0;
  position: absolute;
  border-radius: 5px;
  background: var(--OakBuff);
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.cf-links li a:hover {
  background-position: 0%;
}
.cf-links li a:hover:before {
  width: 30%;
}
footer {
  text-align: center;
  padding: 20px 10px;
}

/*  */
.cf-services ul li,
.cf-social-media ul li,
.cf-links ul li {
  font-size: 17px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.cf-services h2,
.cf-social-media h2,
.cf-links h2 {
  font-size: 27px;
}
.cf-footer .cf-content h4 {
  margin-bottom: 1.3rem;
  font-size: 19px;
}
.scrollToTop {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 5px;
  bottom: 6px;
  background-color: var(--OakBuff);
  border: 1px solid var(--OakBuff);
  border-radius: 25px;
  padding: 8px 8px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  z-index: 999;
}
.scrollToTop i {
  color: #ffff;
  font-size: 30px;
}

@media (max-width: 767px) {
  .cf-footer .cf-content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding-left: 50px;
  }

  .cf-footer {
    position: unset;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cf-footer .cf-content,
  .cf-footer {
    font-size: 14px;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .cf-footer {
    position: unset;
  }
}

/* site footer - End
============================= */

/* Contact me - start
============================= */

.cf-info-item > i {
  color: var(--OakBuff);
  margin-bottom: 10px;
}
.cf-contact-heading > h4 {
  color: var(--OakBuff);
}
.cf-contact-btn {
  background-color: var(--OakBuff);
  color: var(--white);
  border: 1px solid var(--OakBuff);
}
.reset-btn {
  background-color: transparent;
  margin-top: 5px;
}

/* contact me - end
============================ */

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

 ========index page - start

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

.indexlink {
  background: #f26522;
  color: #fff !important;
}
.image-container span img {
  height: auto;
  max-width: 50%;
}
.features-item {
  background-color: #eeeeeebf;
  padding: 30px;
}
.features-item .title-text {
  font-size: 18px;
  margin-top: 16px;
}
#preview-section .section-tittle::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #f26522;
}
.image-container a img {
  position: relative;
}
.overlay-preview {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(164, 122, 78, 0.5);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.overlay-preview:hover {
  background-color: rgba(164, 122, 78, 0.8);
  cursor: pointer;
}
.overlay-preview .title-text {
  color: #fff !important;
  align-items: center;
  font-size: 20px;
  transform: translateY(180px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.overlay-preview:hover .title-text {
  font-size: 26px;
  font-weight: 700;
}
.banner-content-preview {
  transform: translateY(500px);
}
.preview-h1 {
  color: #fff;
  background: none !important;
  font-family: "Satisfy", cursive;
}
.preview-item-img {
  height: 70vh;
}
.preview-desc p {
  color: #fff;
}
.preview-button {
  background-color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
}
.preview-button a {
  color: #cd9962;
}
.preview-button a i {
  margin-left: 5px;
  color: #0e4d8e;
}
#preview-banner-section {
  background-color: #0e4d8e;
}
.preview-menu-sticky {
  background: #ffffff;
  border-bottom: 1px solid #0e4d8e;
}

.preview-content {
  padding-top: 215px;
}
.indexmenusticky {
  border-bottom: 1px solid #f1f1f11c;
}
.preview-item .image-container img {
  width: 350px;
  height: auto;
}

.register_section {
  background-image: linear-gradient(rgb(137 95 0 / 56%), rgb(205 153 98)),
    url(../image/signature-dish-breadcrumb.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
.register_content h2 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 30px;
  font-family: "Satisfy", cursive;
}
.register_content h6 {
  font-size: 41px;
  font-weight: 700;
  line-height: 48px;
  color: #efefef;
}
.indexmenusticky .navbar-collapse {
  justify-content: center;
}
.indexmenusticky .navbar-nav .nav-item .nav-link {
  padding: 10px 10px;
}
.indexmenu-header {
  padding: 0px 0px;
}
.stuck .indexmenusticky .navbar {
  background-color: #a47a4e;
}
.preview-item-img {
  background-image: linear-gradient(rgb(0 0 255 / 32%), rgb(205 153 98)),
    url(../image/chef-banner-image.png);
}

.privacy-list {
  list-style: none;
}
.privacy-list li {
  font-weight: 300;
  font-size: 15px;
  line-height: 40px;
  padding-left: 1.5em;
  /* text-indent: 1.5em; */
}
.privacy-list li strong {
  color: #000;
  font-weight: 500;
}
.privacy-list li::before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  margin-right: 5px;
  margin-bottom: 2.5px;
}

.content-text p {
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 12px;
}
