/**
* Template Name: Yummy
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Amatic SC", sans-serif;
  --font-secondary: "Inter", sans-serif;
}

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #f41414;
  /*#82b441;*/
  /*#ce1212;*/
  --color-secondary: #37373f;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
  /* box-shadow: #212529; */
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #82b441;
  /* #ec2727; */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 50px 0;
}

.section-bg {
  background-color: #f8f9f9;
  /* background-image: url(../img/about-2.jpg); */
}

.section-header {
  text-align: center;
  padding-bottom: 0px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #f41414;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.section-header p {
  margin: 0;
  font-size: 36px;
  font-weight: bolder;
  color: #f41414;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  /*font-family: var(--font-primary);*/
}

.section-header p span {
  color: var(--color-primary);
}

@media (max-width: 575px) {
  .section-header p {
    margin: 0;
    font-size: 25px;
    font-weight: bolder;
    color: #f41414;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    /*font-family: var(--font-primary);*/
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  text-align: left;
  border-bottom: 1px solid #fff;
}

@media (max-width: 575px) {
  .breadcrumbs {
    height: 70px;
  }
}

.breadcrumbs.sticked {
  border-color: #fff;
  border-color: #eee;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.75);
}

.breadcrumbs .logo img {
  max-height: 60px;
  margin-right: 6px;
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 0px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #676775;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  /* background: var(--color-primary); */
  background: #f41414;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  box-shadow: #464646;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #99c030;
  /* #ec2727; */
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}


.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  z-index: 99999;
  background: #128c7e;
  box-shadow: #075e54;
  border-radius: 50px;
  border-color: #FFFFFF;
  border-width: 15px;
  transition: all 0.4s;
  left: 20px;
}

.whatsapp i {
  font-size: 32px;
  color: #fff;
  line-height: 0;
}

.whatsapp .animated {
  margin-bottom: 60px;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media screen and (max-width: 768px) {
  .whatsapp {
    width: 44px;
    height: 44px;
    bottom: 15px;
    left: 15px;
  }

  .whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
}


@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader img {
  width: 200px;
  /* Adjust size here */
  height: auto;
  animation: animate-preloader 1.5s ease-in-out infinite;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  /* border: 4px solid var(--color-primary); */
  /* border: 4px solid #f41414; */
  /* border-radius: 50%; */
  animation: animate-preloader 1.5s ease-in-out infinite;
  ;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

/* Hide preloader after fade */
#preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  border-bottom: 1px solid #fff;
}

.header .logo-text {
  font-size: 14px;
  color: white;
  line-height: 1;
}

@media (max-width: 575px) {
  .header {
    height: auto;
  }
}

.header .header-elements {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.75);
}

.header .info {
  float: left;
}


@media only screen and (max-width: 1026px) {
  .header .info {
    display: none;
  }
}

.header .logo i {
  font-size: large;
  padding-right: 10px;
}

.header .logo img {
  display: block;
  max-width: 170px;
  max-height: 100%;
  margin-top: 100px;
}

@media (max-width : 575px) {
  .header {
    display: none;
  }
}

@media (max-width: 768px) {
  .header .logo img {
    display: block;
    width: 100px;
    height: auto;
    margin: auto;
  }
}

section {
  scroll-margin-top: 90px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    /* background-color: var(--color-primary); */
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #f41414;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about .container {
  border-radius: 15px;
}

.about h3 {
  color: #f41414;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 35px;
}

.about .head-text {
  color: #f41414;
  font-size: 25px;
  font-weight: 700;
  margin-left: 0px;
}

.about p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  font-family: var(--font-default);
  text-indent: 30px;
  font-size: 16px;
  font-weight: 400;
}

.about .about-img img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}

.about .about-img img:hover {
  box-shadow: 0 0 2px 1px rgba(244, 20, 20, 0.5);
  transform: scale(1.01);
}

.about ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  font-size: 20px;
}

.about i {
  margin-right: 10px;
  font-size: x-large;
  color: green;
}

.about .content a {
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: #f41414;
}

.about .content a:hover {
  border-style: solid;
  border-radius: 5px;
  border-width: 5px;
  font-weight: bold;
}

.about .img img {
  border-radius: 15px;
  width: 500;
  height: 400;
}

@media (max-width: 767px) {

  .about .about-direction {
    display: flex;
    flex-direction: column-reverse;
  }

  .about .container {
    padding: 60px;
  }

  .about ul {
    font-size: 14px;
  }

  .about i {
    font-size: large;
  }

  .about .head-text {
    color: #f41414;
    font-size: 25px;
    font-weight: 700;
  }

  .about p {
    color: rgba(var(--color-secondary-rgb), 0.8);
    font-family: var(--font-default);
    text-indent: 30px;
    font-size: 14px;
    font-weight: 400;
  }

  .about .about-img {
    display: none;
  }
}


.why-box .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(130, 180, 65, 1) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-box .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(130, 180, 65, 1);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-box .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-box .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.why-box .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Rice Variety Section
--------------------------------------------------------------*/

.rice-variety img {
  width: 100%;
  height: auto;
}

.rice-variety .ctf-logo {
  padding: 0 20px 0 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 250px;
  height: 250px;
}

.rice-variety .ctf-logo img {
  transition: all 0.3s ease-in-out;
  /* filter: grayscale(100%); */
}

.rice-variety .ctf-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

@media (max-with: 575px) {
  .rice-variety .ctf-logo {
    /* padding: 0 10px 0 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 250px;
    height: 250px;
  }

  .rice-variety .rice-img {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 8px; */
  }
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/

.why-us .why-box {
  padding: 30px;
  /* background: var(--color-primary); */
  color: black;
  border-radius: 10px;
}

.why-us img {
  width: 100%;
  height: auto;
}

.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
  font-size: x-large;
  font-weight: bold;
  color: #6d822c;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: var(--color-primary);
  background: #fff;
}

.why-us .icon-bg {
  width: 100px;
  height: 100px;
  margin-top: 50px;
  float: left;
  margin-left: 10px;
  background: #82b441;
  /* #a83e3e; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-us .icon-box {
  text-align: center;
  /* background: #fff; */
  /* padding: 40px 30px; */
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* border: 1px solid rgba(55, 55, 63, 0.1); */
  transition: 0.3s;
}

.why-us .icon-box svg {
  position: relative;
}

.why-us .icon-box img {
  margin-bottom: 30px;
  width: 70px;
  height: 70px;
  position: absolute;
  align-self: last baseline baseline;
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: var(--font-secondary);
}

.why-us .icon-box p {
  font-size: 15px;
  color: #0e0e0e;
}

.why-us .ctf-wrapper {
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.why-us .ctf-logo {
  padding: 0 20px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 250px;
  height: 250px;
}

.why-us .ctf-logo img {
  transition: all 0.3s ease-in-out;
  /* filter: grayscale(100%); */
}

.why-us .ctf-logo:hover img {
  filter: none;
  transform: scale(1.1);
}


@media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
}

/*** service Start ***/
.service .service-item .service-content {
  position: relative;
  width: 250px;
  height: 130px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*** service End ***/


/*--------------------------------------------------------------
# product Section
--------------------------------------------------------------*/

.product .section-header {
  margin: 10px 0 30px 0;
}

.product .nav-tabs {
  border: 0;
}

.product .nav-link {
  margin: 0 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf;
}

@media (max-width: 575px) {
  .product .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}

.product .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.product .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-secondary);
}

@media (max-width: 575px) {
  .product .nav-link h4 {
    font-size: 16px;
  }
}

.product .nav-link:hover {
  color: var(--color-primary);
}

.product .nav-link.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.product .tab-content .tab-header {
  padding: 30px 0;
}

.product .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.product .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}

.product .tab-content .product-item {
  display: inline-block;
  -moz-text-align-last: center;
  text-align-last: center;
  padding: 30px 0 30px 0;
  /* padding: 10px; */
  /* border: 1px solid transparent;
  transition: all 0.3s ease; */
  /* position: relative;
  width: 300px; 
  height: 200px; 
  overflow: hidden; */

}

.product .tab-content .image-wrapper {
  display: block;
  max-width: 80%;
  /* or 60%, 300px, etc. */
  margin: 0 auto;
  /* center the image */
}

.product .tab-content .product-item .product-img {
  padding: 0 60px;
  margin-bottom: 15px;
  /* height: 90%; */
}

.product .tab-content .product-item .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/gallery/gallery-1.jpg');
  /* Set the path to your alternate image */
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.product .tab-content .product-item:hover .overlay-image {
  opacity: 1;
}

.product .tab-content .product-item h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 30px;
  margin-bottom: 5px;
  padding: 10px 0 10px 0;
}

.product .tab-content .product-item h5 {
  display: inline;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-primary);
  font-weight: 700;
}

.product .tab-content .product-item p {
  display: inline;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #282829;
}

.product .tab-content .product-item .ingredients {
  font-family: var(--font-secondary);
  color: #8d8d9b;
  margin-bottom: 5px;
}

.product .tab-content .product-item .product-footer {
  border-top: 1px solid #e7e7e7;
  margin: 10px 0 0 -10px;
  overflow: hidden;
  padding-top: 15px;
  max-width: 80%;
  /* or 60%, or a fixed width like 250px */
  margin: 0 auto;
  /* center it */
  text-align: center;
  /* optional, aligns the text nicely */
}

.product .tab-content .product-item .product-footer ul {
  /* margin-left: -30px; */
  float: left;
  list-style-type: none;
}

.product .tab-content .product-item .product-footer li {
  display: inline-block;
  /* margin-right: 10px; */
}

.product .tab-content .product-item .product-footer>a {
  float: right;
  font-weight: bold;
  border-width: 2px;
  margin: 0px 5px 0px 0px;
}

.product .tab-content .product-item .product-footer .list-font {
  font-size: 12px !important;
}

.product .product-item .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}

.product .product-item .card .card-title {
  display: inline;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 30px;
  margin-bottom: 5px;
  padding: 10px 0 10px 0;
}

.product .tab-content .product-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

.product .tab-content .item1:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
  border-radius: 10px;
  border: #4f4f5a;
  border-width: 3cm;
  /* background-image: linear-gradient(0deg,#e1e119 20%, transparent 60%, transparent 100% ); */
}

.product .tab-content .item1:hover .product-footer>a {
  color: #f41414;
  /* background-color: #e1e119; */
  border-color: #f41414;
}

.product .tab-content .item1 .product-footer>a:hover {
  transform: scale(1.02);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
  background-color: #fff;
}

.product .tab-content .item2:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
  border-radius: 10px;
  border: #4f4f5a;
  border-width: 3cm;
  background-image: linear-gradient(0deg, #e00b0b, hsl(0, 72%, 92%));
}

.product .tab-content .item2:hover .product-footer>a {
  color: #f41414;
  background-color: #e00b0b;
  border-color: #f41414;
}

.product .tab-content .item2 .product-footer>a:hover {
  transform: scale(1.02);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
  ;
}


.product .tab-content .item3:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
  border-radius: 10px;
  border: #4f4f5a;
  border-width: 3cm;
  /* background-image: linear-gradient(0deg, #e1e119, hsl(60, 3%, 85%) ); */
}

.product .tab-content .item3:hover .product-footer>a {
  color: #f41414;
  /* background-color: #e1e119; */
  border-color: #f41414;
}

.product .tab-content .item3 .product-footer>a:hover {
  transform: scale(1.02);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
  ;
}

/*--------------------------------------------------------------
# Cooking Methods Section
--------------------------------------------------------------*/

@media (min-width: 1365px) {
  .cooking-met {
    background-attachment: fixed;
  }
}

.cooking-met .cook-img {
  min-height: 500px;
  /* width: 450px; */
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/cooking-methods/cook1.jpg);
  background-position: center;
}

.cooking-met .cook-mets {
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}

.cooking-met .cook-mets .cook-images {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 15px;
  /* border: 2px solid #8dc2f1; */
  /* border-radius: 50px; */
  transition: 0.5s;
}

.cooking-met .cook-mets .title {
  background-color: #d61100;
  padding: 10px;
  border-radius: 230px 100px;
}

.cooking-met .cook-mets .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
  /* background-color: #059652; */
}

.cooking-met .cook-mets img {
  height: 80px;
  width: 100px;
}

.cooking-met .cook-mets h4 {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
  color: #FFFFFF;
}


.services .img {
  border-radius: 8px;
  overflow: hidden;
  /* width: 50%;
  height: 50%; */
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.services .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: var(--color-primary);
}

.services .service-item:hover .details .icon {
  background: var(--color-white);
  border: 2px solid var(--color-primary);
}

.services .service-item:hover .details .icon i {
  color: var(--color-primary);
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  /* background: #f4f4f4; */
  padding: 30px;
  height: 100%;
  justify-content: space-between;
}

.contact .info-item-call {
  background: #f4f4f4;
  padding: 30px;
  height: 100%;
  justify-content: space-between;
}

.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  /* background: var(--color-primary); */
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  /* color: #6c757d; */
  font-weight: 700;
  margin: 0 0 5px 0;
}

.contact .info-item a {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  color: #1f1f24;
}

.contact .info-item a:hover {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  color: var(--color-primary);
  transform: scale3d(0.5em);
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55, 55, 63, 0.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
}

.contact .info-item .social-links a:hover {
  color: var(--color-primary);
}

.contact .custom-contact-form input.form-control:focus,
.contact .custom-contact-form textarea.form-control:focus {
  border-color: #bebaba;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  outline: none;
}

.contact .custom-contact-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .custom-contact-form button[type=submit]:hover{
  background: var(--color-primary);
  border-style: solid;
  border-radius: 5px;
  border-width: 5px;
  font-weight: bold;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.carousel-indicators .active {
  background-color: var(--color-primary);
  /* border-color: #eee; */
}

.hero h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: var(--font-primary);
}

.hero h2 span {
  color: var(--color-primary);
}

.hero p {
  color: #4f4f5a;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
  background: rgba(206, 18, 18, 0.8);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--font-secondary);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero .btn-watch-video:hover i {
  color: rgba(206, 18, 18, 0.8);
}

@media (max-width: 640px) {
  #hero .carousel-container {
    top: 58px;
  }

  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

@media (max-width: 778px) {
  #hero {
    position: relative;
    display: none !important;
  }

  #hero .carousel #hero .carousel-inner,
  #hero .carousel-item,
  #hero .carousel-item::before {
    position: absolute;
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #hero {
    height: 30vh;
    /* or any other height that suits tablet layout */
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-image: url("../img/footer.png");
  background-size: cover;
  padding: 50px 0;
  color: rgb(255, 255, 255);
}

.footer .icon {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 h5 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  color: #fff;
}

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

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

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}