@import url("https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
  --fontFamily: "Amaranth", sans-serif;
  --bodyFontFamily: "Josefin Sans", sans-serif;
  --mainColor: #FC4C4C;
  --headingColor: #000000;
  --bodyColor: #555555;
  --topTitleColor: #FC951C;
  --iconColor: #F8E117;
  --whateColor: #ffffff;
  --transition: all ease 0.7s;
  --fontSize: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--fontFamily);
  font-weight: 700;
  color: var(--headingColor);
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

a {
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  color: var(--mainColor);
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-family: var(--bodyFontFamily);
  color: var(--bodyColor);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

/* Default Btn CSS
================================*/
.default-btn {
  background-color: #FC4C4C;
  color: var(--whateColor);
  display: inline-block;
  overflow: hidden;
  padding: 14px 25px 13px 25px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--bodyFontFamily);
  position: relative;
  transition: var(--transition);
  z-index: 1;
}
.default-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 550px;
  margin: auto;
  background: var(--headingColor);
  border-radius: 50%;
  z-index: -1;
  transform-origin: top center;
  transform: translateX(-50%) translateY(-5%) scale(0.4);
  transition: transform 0.9s;
}
.default-btn i {
  margin-right: 10px;
  font-weight: normal;
  font-size: 20px;
}
.default-btn:hover {
  color: var(--whateColor);
}
.default-btn:hover:before {
  transition: transform 1s;
  transform: translateX(-45%) translateY(0) scale(1);
  transform-origin: bottom center;
}

/* section-title 
===============================*/
.section-title {
  text-align: center;
  margin-bottom: 35px;
}
.section-title.left-title {
  text-align: left;
}
.section-title.left-title h2 {
  margin-bottom: 20px;
}
.section-title .top-title {
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  color: #FC951C;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 44px;
  font-weight: 700;
}

/* Start Top bar Area  
==================================*/
.topvar-area {
  background-color: #070707;
  padding-top: 15px;
  padding-bottom: 15px;
}
.topvar-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.top-left {
  padding-left: 0;
  margin: 0;
}
.top-left li {
  list-style-type: none;
  display: inline-block;
  color: #E5E5E5;
  font-family: var(--bodyFontFamily);
  font-size: 14px;
  font-weight: normal;
  margin-right: 30px;
  position: relative;
  padding-left: 20px;
}
.top-left li:last-child {
  margin-right: 0;
}
.top-left li i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}

.top-right {
  padding-left: 0;
  margin: 0;
  text-align: right;
}
.top-right li {
  list-style-type: none;
  display: inline-block;
}
.top-right li a {
  background: rgba(255, 255, 255, 0.09);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 18px;
  color: var(--mainColor);
  text-align: center;
  margin-left: 10px;
  transition: var(--transition);
}
.top-right li a:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}

/* Start Navbar Area
=============================*/
.navbar-area.is-sticky {
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--whateColor);
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  transition: var(--transition);
  z-index: 999;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-area .others-option-for-responsive {
  display: none;
}

.main-nav {
  background-color: var(--whateColor);
  position: unset;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-nav.main-nav-two {
  background-color: #0F0E11;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-nav.main-nav-two nav .navbar-nav .nav-item .nav-link {
  color: var(--whateColor);
  transition: var(--transition);
}
.main-nav.main-nav-two .others-options-vgs .option-item .shopping-bg img {
  filter: invert(100%) sepia(0%) saturate(1092%) hue-rotate(59deg) brightness(118%) contrast(100%);
}
.main-nav .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.main-nav .white-logo {
  display: none;
}
.main-nav .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav nav .navbar-nav {
  margin-right: 55px;
}
.main-nav nav .navbar-nav .nav-item {
  margin-left: 45px;
  margin-right: 18px;
}
.main-nav nav .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.main-nav nav .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.main-nav nav .navbar-nav .nav-item.has-dropdown {
  margin-right: 0;
}
.main-nav nav .navbar-nav .nav-item .nav-link {
  color: #111111;
  text-transform: unset;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--bodyFontFamily);
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.main-nav nav .navbar-nav .nav-item .nav-link i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -19px;
}
.main-nav nav .navbar-nav .nav-item .nav-link.active {
  color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item .nav-link.active::before {
  opacity: 1;
}
.main-nav nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--whateColor);
  width: 250px;
  border: none;
  top: 68px;
  left: 0;
  border-radius: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
  padding-left: 8px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item {
  position: relative;
  transition: var(--transition);
  margin-left: 0;
  margin-right: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  color: #111111;
  font-family: var(--bodyFontFamily);
  font-size: 18px;
  font-weight: 500;
  padding: 8px 10px;
  position: relative;
  transition: var(--transition);
  position: relative;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link i {
  right: 8px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link::after {
  content: "\f1af";
  font-family: "remixicon";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--mainColor);
  padding-left: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover::after {
  opacity: 1;
  visibility: visible;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active {
  color: var(--mainColor);
  padding-left: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active::after {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  left: -110%;
}
.main-nav nav .navbar-nav .nav-item:hover ul {
  top: 127%;
}
.main-nav .others-options-vgs .option-item .shopping-bg {
  background: rgba(252, 76, 76, 0.1);
  width: 52px;
  height: 52px;
  border-radius: 52px;
  line-height: 48px;
  text-align: center;
  position: relative;
  transition: var(--transition);
}
.main-nav .others-options-vgs .option-item .shopping-bg:hover {
  background-color: var(--mainColor);
}
.main-nav .others-options-vgs .option-item .shopping-bg:hover img {
  filter: invert(100%) sepia(0%) saturate(1092%) hue-rotate(59deg) brightness(118%) contrast(100%);
}
.main-nav .others-options-vgs .option-item .shopping-bg img {
  width: 48%;
  transition: var(--transition);
}
.main-nav .others-options-vgs .option-item .shopping-bg span {
  width: 25px;
  height: 25px;
  line-height: 28px;
  border-radius: 50px;
  background-color: var(--mainColor);
  color: var(--whateColor);
  font-family: var(--bodyFontFamily);
  display: inline-block;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 5px;
  transition: var(--transition);
}
.main-nav .others-options-vgs .option-item .shopping-bg span:hover {
  background-color: var(--headingColor);
  color: var(--whateColor);
}
.main-nav .others-options-vgs .option-item .default-btn {
  padding: 11.5px 15px 8px 15px;
  margin-left: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 1px;
  font-size: 14px;
}
.main-nav .others-options-vgs .option-item .default-btn i {
  margin-right: 5px;
  position: relative;
  top: -1px;
  margin-right: 7px;
}

/* Start Banner Area 
==================================*/
.banner-area {
  overflow: hidden;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background: linear-gradient(255.24deg, rgba(255, 237, 237, 0.46) 17.97%, rgba(242, 199, 148, 0.14) 60.23%, rgba(215, 248, 255, 0.46) 100.06%);
  z-index: 1;
}
.banner-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.banner-area .banner-shape-4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-area .banner-shape-5 {
  position: absolute;
  top: 0;
  left: 100px;
  z-index: -1;
  animation: moveleftbounce 2s linear infinite;
}
.banner-area .banner-shape-6 {
  position: absolute;
  top: 80px;
  left: 100px;
  z-index: -1;
}
.banner-area .banner-shape-7 {
  position: absolute;
  left: 0;
  right: 5%;
  text-align: center;
  top: 15%;
  z-index: -1;
  animation: rotateme 7s linear infinite;
}
.banner-area .banner-shape-8 {
  position: absolute;
  left: 0;
  right: 21%;
  text-align: center;
  bottom: 18%;
  z-index: -1;
  animation: animationFramesOne 9s linear infinite;
}
.banner-area .banner-shape-9 {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: -1;
  animation: movebounce 3s linear infinite;
}
.banner-area .banner-shape-10 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.banner-area .banner-shape-11 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.banner-contant span {
  color: #FF8900;
  font-family: var(--bodyFontFamily);
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.banner-contant h1 {
  font-size: 85px;
  line-height: 90px;
  margin-bottom: 30px;
}
.banner-contant p {
  margin-bottom: 30px;
  max-width: 676px;
  font-family: var(--bodyFontFamilyTwo);
  font-size: 18px;
}
.banner-contant .default-btn {
  font-family: var(--bodyFontFamilyTwo);
  font-weight: 600;
  font-size: 18px;
}

.single-banner-image {
  position: relative;
}
.single-banner-image .banner-one-bg-img img {
  margin-top: -32px;
  position: relative;
}
.single-banner-image .banner-image {
  position: relative;
  z-index: 1;
  text-align: center;
}
.single-banner-image .banner-image .banner-shape-image {
  position: absolute;
  top: 0;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
.single-banner-image .banner-image .banner-shape-image img {
  animation: border-transform 7s linear infinite alternate forwards;
}
.single-banner-image .single-list-two {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 25px rgba(247, 105, 77, 0.1);
  position: absolute;
  right: 0;
  top: 27%;
  z-index: 2;
}
.single-banner-image .single-list-two .list-two {
  padding: 30px 30px 30px 100px;
  position: relative;
}
.single-banner-image .single-list-two .list-two img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.single-banner-image .single-list-two .list-two h3 {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 500;
  color: var(--headingColor);
  font-family: var(--bodyFontFamily);
}
.single-banner-image .single-list-two .list-two p {
  font-size: 16px;
  font-weight: 400;
}
.single-banner-image .banner-list-image {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 25px rgba(247, 105, 77, 0.1);
  padding: 25px;
  max-width: 300px;
  position: absolute;
  top: 46%;
  left: -15px;
  z-index: 2;
}
.single-banner-image .banner-list-image .single-image-list {
  padding-left: 0;
  margin: 0;
  margin-bottom: 15px;
}
.single-banner-image .banner-list-image .single-image-list li {
  list-style-type: none;
  display: inline-block;
  margin-left: -22px;
  transition: var(--transition);
}
.single-banner-image .banner-list-image .single-image-list li:first-child {
  margin-left: 0;
}
.single-banner-image .banner-list-image .single-image-list li img {
  border-radius: 50px;
  transition: var(--transition);
}
.single-banner-image .banner-list-image .single-banner-list {
  padding-left: 0;
  margin: 0;
}
.single-banner-image .banner-list-image .single-banner-list li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}
.single-banner-image .banner-list-image .single-banner-list li i {
  color: var(--iconColor);
}
.single-banner-image .banner-list-image .single-banner-list li span {
  font-size: 18px;
  font-family: var(--fontFamily);
  font-weight: 500;
  color: var(--headingColor);
  margin-left: 10px;
  position: relative;
  top: -2px;
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/* Start Banner Area Two 
======================================*/
.banner-area-two {
  background-color: #0F0E11;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-area-two .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.banner-area-two .banner-two-shape {
  position: absolute;
  top: 100px;
  right: 32%;
  z-index: -1;
  opacity: 0.2;
  animation: animationFramesOne 9s linear infinite;
}
.banner-area-two .banner-two-shape-1 {
  position: absolute;
  top: 30px;
  right: 0;
  max-width: 130px;
  z-index: -1;
  animation: movebounce 5s linear infinite;
}
.banner-area-two .banner-two-shape-2 {
  position: absolute;
  top: 28%;
  left: 4%;
  z-index: -1;
  animation: moveleftbounce 2s linear infinite;
}
.banner-area-two .banner-two-shape-3 {
  position: absolute;
  bottom: 16%;
  right: 26%;
  z-index: -1;
  transform: rotate(354deg);
  opacity: 0.2;
  animation: moveleftbounce 2s linear infinite;
}
.banner-area-two .banner-two-shape-4 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  max-width: 465px;
}
.banner-area-two .banner-two-shape-5 {
  position: absolute;
  bottom: 105px;
  right: 25%;
  z-index: -1;
  opacity: 0.2;
  animation: moveleftbounce 2s linear infinite;
}
.banner-area-two .banner-two-shape-6 {
  position: absolute;
  bottom: 80px;
  right: 6%;
  z-index: -1;
  animation: rotateme 9s linear infinite;
}

.single-banner-contant-two span {
  font-size: 24px;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  color: #FF8900;
  display: block;
  margin-bottom: 10px;
}
.single-banner-contant-two h1 {
  font-size: 75px;
  font-weight: bold;
  color: #E5E5E5;
  margin-bottom: 20px;
}
.single-banner-contant-two p {
  color: #E5E5E5;
  margin-bottom: 25px;
  font-size: 18px;
  font-family: var(--bodyFontFamilyTwo);
}
.single-banner-contant-two .default-btn {
  font-weight: 600;
}

/* single-banner-three 
================================*/
.banner-three-area {
  background: linear-gradient(255.24deg, rgba(255, 237, 237, 0.46) 5.8%, rgba(242, 199, 148, 0.14) 48.07%, rgba(215, 248, 255, 0.46) 87.9%);
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  z-index: 1;
}
.banner-three-area .banner-three-shape {
  position: absolute;
  z-index: -1;
  top: 75px;
  left: 14%;
  animation: animationFramesOne 9s linear infinite;
}
.banner-three-area .banner-three-shape-2 {
  position: absolute;
  top: 50px;
  left: 0;
  animation: movebounce 2s linear infinite;
}
.banner-three-area .banner-three-shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 415px;
}
.banner-three-area .banner-three-shape-4 {
  position: absolute;
  top: 0;
  right: 0;
}
.banner-three-area .banner-three-shape-5 {
  position: absolute;
  right: 15%;
  bottom: 15%;
  animation: rotateme 5s linear infinite;
}

.single-banner-three {
  text-align: center;
  max-width: 865px;
  margin: auto;
  vertical-align: middle;
}
.single-banner-three span {
  color: #FF8900;
  font-size: 24px;
  font-family: var(--bodyFontFamily);
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-banner-three h1 {
  font-size: 85px;
  font-family: var(--fontFamily);
  font-weight: bold;
  margin-bottom: 15px;
}
.single-banner-three p {
  margin-bottom: 30px;
  font-size: 18px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

/* Page Banner Area 
================================*/
.page-banner-area {
  background: linear-gradient(255.24deg, rgba(255, 237, 237, 0.46) 14.5%, rgba(242, 199, 148, 0.14) 56.77%, rgba(215, 248, 255, 0.46) 96.59%);
  overflow: hidden;
  position: relative;
  background-color: #FFEDED;
  padding-top: 130px;
  padding-bottom: 130px;
  z-index: 1;
}
.page-banner-area .page-banner-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.page-banner-area .page-banner-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page-banner-area .page-banner-shape-3 {
  position: absolute;
  top: 24%;
  left: 22%;
  z-index: -1;
}
.page-banner-area .page-banner-shape-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 500px;
}
.page-banner-area .page-banner-shape-5 {
  position: absolute;
  z-index: -1;
  top: 28%;
  left: 37%;
}
.page-banner-area .page-banner-shape-6 {
  position: absolute;
  z-index: -1;
  bottom: 50px;
  max-width: 300px;
  left: 0;
  animation: movebounce 4s linear infinite;
}
.page-banner-area .page-banner-shape-8 {
  position: absolute;
  top: 22%;
  left: 28%;
}

.page-banner-contant {
  text-align: center;
}
.page-banner-contant h1 {
  font-size: 44px;
  margin-bottom: 15px;
}
.page-banner-contant ul {
  padding-left: 0;
  margin: 0;
}
.page-banner-contant ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  color: var(--bodyColor);
  margin-right: 25px;
  position: relative;
}
.page-banner-contant ul li::after {
  content: "";
  position: absolute;
  background-color: #555555;
  width: 2px;
  height: 16px;
  right: -15px;
  top: 6px;
}
.page-banner-contant ul li:last-child {
  margin-right: 0;
}
.page-banner-contant ul li:last-child::after {
  display: none;
}
.page-banner-contant ul li a {
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  color: var(--mainColor);
  transition: var(--transition);
}
.page-banner-contant ul li a:hover {
  color: var(--bodyColor);
}

/* Pagination Area 
=================================*/
.pagination-area {
  text-align: center;
  margin-top: 20px;
}
.pagination-area .page-numbers {
  width: 47px;
  height: 43.5px;
  line-height: 43px;
  border: 1px solid rgba(250, 95, 95, 0.21);
  display: inline-block;
  color: var(--headingColor);
  font-family: var(--bodyFontFamily);
  margin: 0 5px;
  text-align: center;
  font-size: 22px;
  transition: var(--transition);
}
.pagination-area .page-numbers.current {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.pagination-area .page-numbers.next {
  position: relative;
  top: 5px;
}
.pagination-area .page-numbers:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}

/* 
=================================*/
.services-details-area {
  position: relative;
  overflow: hidden;
}

.single-services-details img {
  margin-bottom: 20px;
}
.single-services-details h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.single-services-details h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.single-services-details p {
  margin-bottom: 15px;
}
.single-services-details p:last-child {
  margin-bottom: 0;
}
.single-services-details .text-2 {
  margin-bottom: 23px;
}
.single-services-details .services-details-text {
  padding-left: 0;
  margin: 0;
  padding-top: 40px;
}
.single-services-details .services-details-text li {
  list-style-type: none;
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  color: var(--headingColor);
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}
.single-services-details .services-details-text li i {
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  color: var(--mainColor);
}
.single-services-details .details-image {
  margin-bottom: 20px;
}
.single-services-details .details-image img {
  margin-bottom: 0;
}

.single-services-details-content {
  padding-right: 30px;
}

.services-details-content h2 {
  font-size: 24px;
  color: var(--headingColor);
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.5);
  position: relative;
}
.services-details-content h2::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  width: 100px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -2px;
}
.services-details-content .details-list {
  padding-left: 0;
  margin: 0;
  margin-bottom: 40px !important;
}
.services-details-content .details-list li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
}
.services-details-content .details-list li:last-child {
  margin-bottom: 0;
}
.services-details-content .details-list li i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.services-details-content .details-list li a {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--bodyFontFamily);
  background-color: #F8F8F8;
  display: block;
  color: var(--headingColor);
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.services-details-content .details-list li a::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: var(--transition);
}
.services-details-content .details-list li a:hover {
  color: var(--whateColor);
}
.services-details-content .details-list li a:hover::before {
  width: 100%;
}

.details-contact {
  margin-bottom: 25px;
}
.details-contact h2 {
  font-size: 24px;
  color: var(--headingColor);
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.5);
  position: relative;
}
.details-contact h2::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  width: 100px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
}
.details-contact .details-item {
  padding: 10px 10px 10px 50px;
  position: relative;
  margin-bottom: 15px;
}
.details-contact .details-item i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(250, 95, 95, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: var(--mainColor);
  font-size: 18px;
  border-radius: 50px;
  transition: var(--transition);
}
.details-contact .details-item p {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}
.details-contact .details-item a {
  color: var(--bodyColor);
  font-size: 16px;
  font-weight: 400;
  transition: var(--transition);
  font-family: var(--bodyFontFamily);
}
.details-contact .details-item:hover a {
  color: var(--mainColor);
}
.details-contact .details-item:hover i {
  background-color: var(--mainColor);
  color: var(--whateColor);
}

.brochures h2 {
  font-size: 24px;
  color: var(--headingColor);
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.5);
  position: relative;
}
.brochures h2::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  width: 100px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
}
.brochures ul {
  padding-left: 0;
  margin: 0;
  padding-right: 0;
}
.brochures ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.brochures ul li:last-child {
  margin-bottom: 0;
}
.brochures ul li a {
  padding: 15px 15px 15px 50px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--bodyFontFamily);
  background-color: #F8F8F8;
  display: block;
  color: var(--headingColor);
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.brochures ul li a::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: var(--transition);
}
.brochures ul li a i {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 21px;
  font-size: 20px;
  font-weight: normal;
  color: var(--mainColor);
  transition: var(--transition);
}
.brochures ul li a:hover {
  color: var(--whateColor);
}
.brochures ul li a:hover::before {
  width: 100%;
}
.brochures ul li a:hover i {
  color: var(--whateColor);
}

/* Start Services Area 
=================================*/
.single-services-cart {
  background-color: var(--whiteColor);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  transition: var(--transition);
  margin-bottom: 30px;
}
.single-services-cart .services-icon {
  position: absolute;
  right: 20px;
  top: 18px;
  transition: var(--transition);
}
.single-services-cart .services-icon i {
  font-size: 97px;
  color: rgba(252, 76, 76, 0.1);
  transition: var(--transition);
}
.single-services-cart .services-shape {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  transition: var(--transition);
}
.single-services-cart .services-shape i {
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 33px;
  position: absolute;
  top: 15px;
  left: 25px;
  transition: var(--transition);
  z-index: 1;
}
.single-services-cart .services-shape img {
  opacity: 0.1;
  transition: var(--transition);
  z-index: -1;
}
.single-services-cart p {
  font-size: 16px;
  margin-bottom: 0;
  transition: var(--transition);
}
.single-services-cart a {
  color: var(--headingColor);
  transition: var(--transition);
}
.single-services-cart a h3 {
  font-size: 24px;
  margin-bottom: 15px;
  transition: var(--transition);
}
.single-services-cart:hover a h3 {
  color: var(--mainColor);
}
.single-services-cart:hover .services-shape i {
  color: var(--whateColor);
}
.single-services-cart:hover .services-shape img {
  opacity: 1;
}

/* Start About Area 
=================================*/
.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #F9F7F7;
}
.about-area .about-shape-1 {
  z-index: -1;
  position: absolute;
  bottom: 90px;
  max-width: 90px;
  left: 0;
  animation: movebounce 5s linear infinite;
}
.about-area .about-shape-2 {
  z-index: -1;
  position: absolute;
  top: 30px;
  max-width: 165px;
  right: 0;
  animation: movebounce 5s linear infinite;
}
.about-area .about-shape-3 {
  z-index: -1;
  position: absolute;
  left: -15%;
  right: 0;
  bottom: 20%;
  text-align: center;
  animation: animationFramesOne 9s linear infinite;
}

.about-image {
  position: relative;
}
.about-image .abouts-img {
  margin-right: -60px;
}
.about-image .single-about-img {
  position: absolute;
  left: 0;
  text-align: center;
  right: 0;
  z-index: -1;
  top: 45px;
  bottom: 0;
}
.about-image .single-about-img img {
  animation: border-transform 7s linear infinite alternate forwards;
}
.about-image .about-shape {
  position: absolute;
  right: 13%;
  top: 47%;
}

.single-about-contant {
  padding-right: 50px;
  padding-top: 23px;
}
.single-about-contant.about-page-content {
  padding-top: 68px;
}
.single-about-contant .section-title.left-title {
  margin-bottom: 25px;
}
.single-about-contant .section-title.left-title .top-title {
  margin-bottom: 8px;
}
.single-about-contant .section-title.left-title h2 {
  margin-bottom: 10px;
}
.single-about-contant .default-btn {
  margin-top: 20px;
}
.single-about-contant ul {
  padding-left: 0;
  margin: 0;
}
.single-about-contant ul li {
  list-style-type: none;
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  margin-bottom: 13px;
  color: var(--headingColor);
  padding-left: 25px;
  position: relative;
}
.single-about-contant ul li i {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Start Work With Us 
==============================*/
.work-three-area {
  position: relative;
  overflow: hidden;
  background-color: #F9F9F9;
  padding-top: 125px;
}
.work-three-area .work-three-shape-1 {
  position: absolute;
  right: 5%;
  top: 16%;
  animation: moveleftbounce 2s linear infinite;
}
.work-three-area .work-three-shape-2 {
  position: absolute;
  top: 18%;
  left: 50px;
  animation: movebounce 2s linear infinite;
}
.work-three-area .work-three-shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: moveleftbounce 2s linear infinite;
}

.work-three-image {
  position: relative;
  text-align: center;
}
.work-three-image .workbg-shape {
  position: relative;
  top: 30px;
  animation: border-transform 7s linear infinite alternate forwards;
}
.work-three-image .work-three-main-img {
  position: absolute;
  left: 0px;
  bottom: 0;
  right: 0px;
  text-align: center;
}
.work-three-image .work-three-logo {
  position: absolute;
  left: 56px;
  bottom: 36.5%;
}
.work-three-image .work-three-logo-2 {
  position: absolute;
  right: 178px;
  bottom: 95px;
}

.single-work-three-containt {
  padding-top: 65px;
  padding-left: 30px;
}
.single-work-three-containt .section-title.left-title {
  margin-bottom: 10px;
}
.single-work-three-containt .section-title.left-title h2 {
  margin-right: -20px;
}
.single-work-three-containt .section-title.left-title p {
  margin-right: -20px;
}
.single-work-three-containt .default-btn {
  margin-top: 23px;
  padding: 13px 30px 11px 30px;
}

/* Start Category Area
==================================*/
.category-three-area {
  text-align: center;
}

.category-three ul {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}
.category-three ul .category-three-list {
  list-style-type: none;
  flex: 0 0 20%;
  width: 20%;
  margin-top: 70px;
  padding-left: 10px;
  padding-right: 10px;
}
.category-three ul .category-three-list a {
  color: var(--headingColor);
}
.category-three ul .category-three-list a h3 {
  font-size: 24px;
  font-weight: 400;
  transition: var(--transition);
  margin-top: 20px;
}
.category-three ul .category-three-list a h3:hover {
  color: var(--mainColor);
}
.category-three ul .category-three-list.category-three-list-1 {
  margin-top: 35px;
}
.category-three ul .category-three-list.category-three-list-2 {
  margin-top: 0;
}
.category-three ul .category-three-list.category-three-list-3 {
  margin-top: 35px;
}
.category-three ul .category-three-list.category-three-list-4 {
  margin-top: 70px;
}

/* choose-area 
================================*/
.choose-area {
  background-color: #F9F9F9;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.choose-area .choose-shape {
  position: absolute;
  right: 0;
  top: 130px;
  z-index: -1;
  animation: movebounce 2s linear infinite;
}
.choose-area .choose-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 26%;
  left: 15px;
}

.choose-image {
  position: relative;
  text-align: center;
  z-index: 1;
}
.choose-image .choose-bgs-img {
  position: absolute;
  left: 78px;
  top: 100px;
  bottom: 0;
  text-align: center;
  z-index: -1;
}
.choose-image .choose-bgs-img img {
  animation: border-transform 7s linear infinite alternate forwards;
}

.single-choose-content {
  padding-top: 12px;
}
.single-choose-content .section-title.left-title {
  margin-bottom: 30px;
}

.choose-bgs-img-three {
  margin-left: 90px;
}

.choose-faps-item .faq-content .faq-accordion .accordion {
  padding-left: 0;
  margin: 0;
}
.choose-faps-item .faq-content .faq-accordion .accordion .accordion-item {
  list-style-type: none;
  border: none;
  background-color: transparent;
  margin-bottom: 30px;
}
.choose-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title {
  background-color: var(--whateColor);
  box-shadow: 0px 0px 25px rgba(252, 76, 76, 0.06);
  width: 100%;
  display: inline-block;
  padding: 15px 15px 12px 65px;
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  color: var(--headingColor);
  position: relative;
}
.choose-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title span {
  background-color: #FC4C4C;
  top: 0;
  left: 0;
  position: absolute;
  width: 51px;
  height: 54px;
  line-height: 57px;
  text-align: center;
  color: var(--whateColor);
}
.choose-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title .add {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.choose-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title .subtract {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: none;
}
.choose-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active .add {
  display: none;
}
.choose-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active .subtract {
  display: block;
}
.choose-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  margin-top: 25px;
}
.choose-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.single-faps-item {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.single-faps-item .faq-content .faq-accordion .accordion {
  padding-left: 0;
  margin: 0;
  padding-right: 0;
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item {
  list-style-type: none;
  margin-bottom: 25px;
  border: none;
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title {
  padding-left: 100px;
  height: 70px;
  line-height: 70px;
  color: var(--headingColor);
  position: relative;
  border: 1px solid rgba(250, 95, 95, 0.19);
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--bodyFontFamily);
  background-color: transparent;
  box-shadow: none;
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title .add {
  width: 80px;
  height: 70px;
  line-height: 70px;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  display: inline-block;
  text-align: center;
  color: white;
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title .add::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 13px;
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title i {
  font-size: 25px;
  font-weight: normal !important;
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title .subtract {
  position: absolute;
  display: none;
  left: 0;
  top: -1px;
  right: 0;
  bottom: 0;
  height: 70px;
  width: 80px;
  line-height: 70px;
  text-align: center;
  background-color: var(--mainColor);
  color: #ffffff;
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active {
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active .add {
  display: none;
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active .subtract {
  display: block;
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  margin-top: 15px;
}
.single-faps-item .faq-content .faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

/*  Start Shop Area 
================================*/
.single-shop-cart {
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.single-shop-cart .shop-img {
  position: relative;
  text-align: center;
  padding: 75px 0px;
}
.single-shop-cart .shop-img .shop-list {
  position: absolute;
  top: 20px;
  left: -147px;
  transition: var(--transition);
}
.single-shop-cart .shop-img .shop-list ul {
  padding-left: 0;
  margin: 0;
}
.single-shop-cart .shop-img .shop-list ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.single-shop-cart .shop-img .shop-list ul li:last-child {
  margin-right: 0;
}
.single-shop-cart .shop-img .shop-list ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  color: var(--whateColor);
  background-color: var(--headingColor);
  display: inline-block;
  text-align: center;
  transition: var(--transition);
}
.single-shop-cart .shop-img .shop-list ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.single-shop-cart .shop-cart {
  background-color: #F8F8F8;
  padding: 30px;
  text-align: center;
  transition: var(--transition);
}
.single-shop-cart .shop-cart.categories-details-card h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}
.single-shop-cart .shop-cart h2 {
  font-size: 22px;
  margin-bottom: 15px;
  transition: var(--transition);
  font-weight: 700;
}
.single-shop-cart .shop-cart span {
  font-size: 20px;
  color: var(--mainColor);
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  transition: var(--transition);
}
.single-shop-cart .shop-cart ul {
  padding-left: 0;
  margin: 0;
  transition: var(--transition);
}
.single-shop-cart .shop-cart ul li {
  list-style-type: none;
  display: inline-block;
  color: var(--iconColor);
  transition: var(--transition);
}
.single-shop-cart:hover {
  border: 1px solid var(--mainColor);
}
.single-shop-cart:hover .shop-img .shop-list {
  left: 20px;
}
.single-shop-cart:hover .shop-cart {
  background-color: var(--mainColor);
}
.single-shop-cart:hover .shop-cart span {
  color: var(--whateColor);
}
.single-shop-cart:hover .shop-cart h2 {
  color: var(--whateColor);
}

.showing {
  margin-bottom: 40px;
}
.showing .showingdowen-form .search .shop-form {
  position: relative;
}
.showing .showingdowen-form .search .shop-form .form-control {
  padding: 15px;
  border-radius: 0px;
  color: var(--bodyColor);
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  font-size: 16px;
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
  transition: var(--transition);
}
.showing .showingdowen-form .search .shop-form .form-control::-moz-placeholder {
  color: var(--bodyColor);
}
.showing .showingdowen-form .search .shop-form .form-control::placeholder {
  color: var(--bodyColor);
}
.showing .showingdowen-form .search .shop-form .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
}
.showing .showingdowen-form .search .shop-form .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.showing .showingdowen-form .search .shop-form .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.showing .showingdowen-form .search .shop-form .search-button {
  border: none;
  background-color: var(--mainColor);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: var(--whateColor);
  display: inline-block;
  padding: 10px 15px;
  transition: var(--transition);
}
.showing .showingdowen-form .search .shop-form .search-button img {
  position: relative;
  top: -2px;
}
.showing .showingdowen-form .search .shop-form .search-button:hover {
  background-color: var(--headingColor);
  color: var(--whateColor);
}
.showing .showingdowen-form .form-select {
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bodyFontFamily);
  color: var(--bodyColor);
  border-radius: 0px;
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
  transition: var(--transition);
}
.showing .showingdowen-form .form-select:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
}

.categories-select {
  max-width: 300px;
  margin-left: auto;
  margin-bottom: 30px;
}
.categories-select .form-select {
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bodyFontFamily);
  color: var(--bodyColor);
  border-radius: 0px;
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
  transition: var(--transition);
}
.categories-select .form-select:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
}

/* Range slider 
=================================*/
.categories-left-bar {
  padding-right: 25px;
}

.range-contant-card {
  max-width: 395px;
  margin-bottom: 30px;
}
.range-contant-card h2 {
  font-size: 24px;
  margin-bottom: 25px;
}

.price-range-bar {
  border: none;
  background: var(--mainColor);
  height: 3px;
  width: 100%;
  margin-bottom: 18px;
  margin-left: 0;
  position: relative;
  border-radius: 5px;
}
.price-range-bar .ui-slider-range {
  background: var(--mainColor);
}
.price-range-bar .ui-slider-handle {
  border: none;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--mainColor);
  height: 15px;
  width: 15px;
  top: -7px;
  cursor: pointer;
  background: var(--mainColor);
  position: absolute;
}
.price-range-bar .ui-slider-handle:focus {
  outline: 0;
}

.price-range-filter .btn {
  padding: 10px 35px;
  background-color: var(--mainColor);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  box-shadow: none;
}
.price-range-filter .btn:hover {
  background-color: var(--mainColor);
}

.price-range-filter-button {
  margin-top: 15px;
}

.price-range-filter-item {
  padding-left: 55px;
  position: relative;
}
.price-range-filter-item span {
  font-family: var(--bodyFontFamily);
  font-size: 16px;
  font-weight: 400;
  color: var(--bodyColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.price-range-filter-item h4 {
  font-size: 15px;
  color: #292929;
  margin-right: 10px;
  margin-bottom: 0;
}
.price-range-filter-item input {
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: var(--mainColor);
  background-color: transparent;
  outline: 0;
}
.price-range-filter-item input.input {
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: var(--mainColor);
  background-color: transparent;
  outline: 0;
}

/* Crispy Area
================================*/
.crispy-contant {
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.crispy-contant .crispy-image-2 {
  position: relative;
}
.crispy-contant .crispy-image-2 .crispy-shape {
  position: absolute;
  top: 45px;
  right: 34%;
}
.crispy-contant .crispy-image-2 .crispy-shape .text {
  position: absolute;
  top: 12px;
  left: 22px;
}
.crispy-contant .crispy-image-2 .crispy-shape .text span {
  color: var(--whateColor);
  font-family: var(--bodyFontFamily);
  font-size: 16px;
  font-weight: 400;
}
.crispy-contant .crispy-image-2 .crispy-shape .text p {
  color: var(--whateColor);
}
.crispy-contant .crispy-image {
  position: relative;
  left: 0;
}
.crispy-contant .crispy-image .crispy-shape {
  position: absolute;
  top: 35px;
  right: 35%;
}
.crispy-contant .crispy-image .crispy-shape .text {
  position: absolute;
  top: 12px;
  left: 21px;
}
.crispy-contant .crispy-image .crispy-shape .text span {
  color: var(--whateColor);
  font-family: var(--bodyFontFamily);
  font-size: 16px;
  font-weight: 400;
}
.crispy-contant .crispy-image .crispy-shape .text p {
  color: var(--whateColor);
}
.crispy-contant .crispy-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 50px;
}
.crispy-contant .crispy-text a {
  color: var(--mainColor);
  transition: var(--transition);
}
.crispy-contant .crispy-text a h5 {
  font-size: 30px;
  margin-bottom: 10px;
  transition: var(--transition);
  color: var(--mainColor);
  margin-right: -45px;
}
.crispy-contant .crispy-text p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.crispy-contant .crispy-text .default-btn {
  background-color: var(--headingColor);
  color: var(--whateColor);
  padding: 13px 30px 10px 30px;
}
.crispy-contant .crispy-text .default-btn::before {
  background-color: var(--mainColor);
}

.crispy-contant-2 {
  background-color: #fafafa;
  padding: 0px 0px 0px 50px;
}

/* Start Menu Details Area  
==================================*/
.menu-details {
  margin-bottom: 50px;
}
.menu-details.shop-single-details {
  max-width: 1120px;
}
.menu-details.shop-single-details .shop-single-list {
  margin-bottom: 20px !important;
  padding-left: 0;
  margin: 0;
}
.menu-details.shop-single-details .shop-single-list li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  color: #555555;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
}
.menu-details.shop-single-details .shop-single-list li span {
  font-size: 18px;
  color: var(--headingColor);
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  margin-right: 5px;
}
.menu-details.shop-single-details .shop-single-list li a {
  color: #555555;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  font-size: 16px;
}
.menu-details.shop-single-details .shop-share {
  padding-left: 0;
  margin: 0;
  margin-top: 20px !important;
  display: flex;
  align-items: center;
}
.menu-details.shop-single-details .shop-share li {
  list-style-type: none;
  display: inline-block;
}
.menu-details.shop-single-details .shop-share span {
  font-size: 18px;
  color: var(--headingColor);
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  margin-right: 5px;
}
.menu-details.shop-single-details .shop-share a {
  color: #555555;
  margin: 0 5px;
  transition: var(--transition);
}
.menu-details.shop-single-details .shop-share a:hover {
  color: var(--mainColor);
}
.menu-details.shop-single-details .d-flex.justify-content-between {
  position: relative;
}
.menu-details.shop-single-details .d-flex.justify-content-between .default-btn {
  left: 40% !important;
}
.menu-details.shop-single-details h2 {
  margin-bottom: 25px !important;
}
.menu-details.shop-single-details span {
  margin-bottom: 15px !important;
}
.menu-details.shop-single-details p {
  margin-bottom: 25px !important;
}
.menu-details .menu-details-img {
  margin-right: 30px;
  background-color: #f8f8f8;
  text-align: center;
  padding: 160px 70px;
}
.menu-details .single-menu-details-contant h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.menu-details .single-menu-details-contant .shop-star {
  padding-left: 0;
  margin: 0;
  margin-bottom: 10px !important;
}
.menu-details .single-menu-details-contant .shop-star li {
  list-style-type: none;
  display: inline-block;
  color: #FDC22D;
}
.menu-details .single-menu-details-contant .shop-star li span {
  color: #555555;
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  position: relative;
  top: -1px;
  left: 20px;
}
.menu-details .single-menu-details-contant p {
  margin-bottom: 30px;
}
.menu-details .single-menu-details-contant .details-two {
  color: var(--mainColor);
  font-size: 24px;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  margin-bottom: 30px;
  display: inline-block;
}
.menu-details .single-menu-details-contant .quantity-list {
  position: relative;
  padding-left: 0;
  margin: 0;
  display: inline-flex;
}
.menu-details .single-menu-details-contant .quantity-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 35px;
}
.menu-details .single-menu-details-contant .quantity-list li:last-child {
  margin-right: 0;
}
.menu-details .single-menu-details-contant .quantity-list li .pass-quantity .input-counter {
  width: 145px;
  background: rgba(250, 95, 95, 0.06);
  position: relative;
  padding: 10px 3px;
}
.menu-details .single-menu-details-contant .quantity-list li .pass-quantity .input-counter input {
  width: 50px;
  text-align: center;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid rgba(218, 13, 102, 0.1019607843);
  border-right: 1px solid rgba(218, 13, 102, 0.1019607843);
  background-color: transparent;
  position: relative;
  top: -5px;
}
.menu-details .single-menu-details-contant .quantity-list li .pass-quantity .input-counter input:focus-visible {
  display: none;
}
.menu-details .single-menu-details-contant .quantity-list li .pass-quantity .input-counter .minus-btn {
  margin: 0px 5px;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}
.menu-details .single-menu-details-contant .quantity-list li .pass-quantity .input-counter .plus-btn {
  margin: 0px 13px;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}
.menu-details .single-menu-details-contant .quantity-list li .default-btn {
  padding: 16px 41px 15px 41px;
  position: relative;
  border: none;
  font-size: 14px;
  background-color: var(--headingColor);
}
.menu-details .single-menu-details-contant .quantity-list li .default-btn::before {
  background-color: var(--mainColor);
}

.additional-information {
  border: 1px solid #f5f5f5;
  padding: 30px;
}
.additional-information .information {
  padding-left: 0;
  margin: 0;
}
.additional-information .information li {
  list-style-type: none;
  border: 1px solid #f5f5f5;
  padding: 15px;
  font-size: 18px;
  color: #555555;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
}
.additional-information .information li:last-child {
  margin-bottom: 0;
}
.additional-information .information li span {
  width: 50%;
  display: inline-block;
  font-size: 17px;
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  color: var(--headingColor);
}

.blog-details-from .single-comment p {
  margin-bottom: 0;
}
.blog-details-from .single-comment .single-shop-details-contant {
  padding-left: 120px;
  position: relative;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.blog-details-from .single-comment .single-shop-details-contant img {
  position: absolute;
  left: 0;
}
.blog-details-from .single-comment .single-shop-details-contant .reply-btn {
  position: absolute;
  top: 15%;
  right: 10px;
}
.blog-details-from .single-comment .single-shop-details-contant span {
  font-family: var(--bodyFontFamily);
  font-size: 15px;
  font-weight: normal;
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
}
.blog-details-from .single-comment .single-shop-details-contant h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-details-from .single-comment .single-shop-details-contant .single-menus-list ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 15px !important;
}
.blog-details-from .single-comment .single-shop-details-contant .single-menus-list ul li {
  list-style-type: none;
  display: inline-block;
}
.blog-details-from .single-comment .single-shop-details-contant .single-menus-list ul li i {
  color: #FDC22D;
}
.blog-details-from h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.blog-details-from p {
  margin-bottom: 15px;
}
.blog-details-from .details-from .form-control {
  padding: 15px;
  border-radius: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: var(--bodyColor);
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  transition: var(--transition);
}
.blog-details-from .details-from .form-control::-moz-placeholder {
  color: var(--bodyColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.blog-details-from .details-from .form-control::placeholder {
  color: var(--bodyColor);
  transition: var(--transition);
}
.blog-details-from .details-from .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
  transition: var(--transition);
}
.blog-details-from .details-from .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.blog-details-from .details-from .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.blog-details-from .default-btn {
  border: none;
  padding: 10px 15px;
  font-size: 12px;
}
.blog-details-from .form-check {
  margin-bottom: 20px;
}
.blog-details-from .form-check .form-check-input {
  margin-bottom: 20px;
  border-radius: 0px;
}
.blog-details-from .form-check .form-check-input:focus {
  box-shadow: none;
}
.blog-details-from .form-check .form-check-label {
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  font-size: 16px;
  color: var(--bodyColor);
}

.shop-single-tab .tab.top-selling-tab .tabs {
  padding-left: 0;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px;
}
.shop-single-tab .tab.top-selling-tab .tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 40px;
}
.shop-single-tab .tab.top-selling-tab .tabs li:last-child {
  margin-right: 0;
}
.shop-single-tab .tab.top-selling-tab .tabs li a {
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: bold;
  color: var(--bodyColor);
}
.shop-single-tab .tab.top-selling-tab .tabs li.current {
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 15px;
}
.shop-single-tab .tab.top-selling-tab .tabs li.current a {
  color: var(--headingColor);
}
.shop-single-tab .tab.top-selling-tab .tab_content .tabs_item {
  display: none;
}
.shop-single-tab .tab.top-selling-tab .tab_content .tabs_item:first-child {
  display: block;
}

/* Start Blog Details 
================================*/
.single-blog-details .blog-details-list ul {
  padding-left: 0;
  margin: 0;
  position: relative;
}
.single-blog-details .blog-details-list ul .blog-time {
  background-color: #FC4C4C;
  width: 84px;
  height: 91px;
  display: inline-block;
  line-height: 21px;
  text-align: center;
  color: var(--whateColor);
  position: absolute;
  margin: 0;
  right: 15px;
  bottom: 10px;
  list-style-type: none;
  transition: var(--transition);
}
.single-blog-details .blog-details-list ul .blog-time span {
  position: relative;
  top: 22px;
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  font-size: 24px;
}
.single-blog-details .blog-details-list ul .blog-time p {
  color: var(--whiteColor);
  position: relative;
  top: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  font-size: 24px;
}
.single-blog-details .blog-details-list ul .blog-time:hover {
  background-color: var(--headingColor);
}
.single-blog-details .blog-details-list ul li {
  list-style-type: none;
  display: inline-block;
  margin-top: 20px !important;
  margin: 0 5px;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
  color: #555555;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  font-size: 16px;
}
.single-blog-details .blog-details-list ul li i {
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: var(--mainColor);
}
.single-blog-details .blog-details-list ul li a {
  color: #555555;
  margin-left: 5px;
  transition: var(--transition);
}
.single-blog-details .blog-details-list ul li a:hover {
  color: var(--mainColor);
}
.single-blog-details p {
  margin-bottom: 15px;
  font-size: 18px;
  color: #000000;
}
.single-blog-details .details-text {
  margin-bottom: 30px;
}
.single-blog-details .details {
  margin-top: 30px;
}
.single-blog-details h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.single-blog-details h2 {
  margin-bottom: 20px;
  font-size: 36px;
}
.single-blog-details .blog-details-cart {
  background-color: #F8F8F8;
  padding: 50px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
.single-blog-details .blog-details-cart .blog-details-shape {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.single-blog-details .blog-details-cart::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--mainColor);
}
.single-blog-details .blog-details-cart::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  left: 50px;
  bottom: 63px;
  right: 0;
  background-color: #D9D8D8;
}
.single-blog-details .blog-details-cart span {
  position: relative;
  left: 70px;
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  color: #555555;
}
.single-blog-details a h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: var(--transition);
}
.single-blog-details a h3:hover {
  color: var(--mainColor);
}
.single-blog-details .d-flex {
  border: 1px solid rgba(217, 216, 216, 0.55);
  padding: 15px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.single-blog-details .d-flex.justify-content-between ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.single-blog-details .d-flex.justify-content-between ul li {
  list-style-type: none;
  display: inline-block;
  color: #555555;
}
.single-blog-details .d-flex.justify-content-between ul li span {
  font-size: 14px;
  font-weight: 700;
  color: var(--headingColor);
  font-family: var(--bodyFontFamily);
  margin-right: 10px;
}
.single-blog-details .d-flex.justify-content-between ul li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--bodyColor);
  font-family: var(--bodyFontFamily);
  transition: var(--transition);
  margin-left: 10px;
}
.single-blog-details .d-flex.justify-content-between ul li a:hover {
  color: var(--mainColor);
}
.single-blog-details .d-flex.justify-content-between .share p {
  font-size: 16px;
  font-weight: 600;
  color: var(--headingColor);
  margin-bottom: 0;
}
.single-blog-details .d-flex.justify-content-between .share a {
  font-size: 18px;
  color: var(--bodyColor);
  margin-left: 10px;
  transition: var(--transition);
}
.single-blog-details .d-flex.justify-content-between .share a:hover {
  color: var(--mainColor);
}

.drtails-from h2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--headingColor);
}
.drtails-from .form-control {
  padding: 15px;
  border-radius: 0px;
  border: 1px solid #f8f8f8;
  background-color: #F8F8F8;
  margin-bottom: 20px;
  transition: var(--transition);
  font-family: var(--bodyFontFamily);
  font-size: 16px;
  font-weight: 400;
  color: var(--bodyColor);
}
.drtails-from .form-control.blog-control {
  padding: 15px 15px 70px 15px;
}
.drtails-from .form-control::-moz-placeholder {
  color: var(--bodyColor);
}
.drtails-from .form-control::placeholder {
  color: var(--bodyColor);
}
.drtails-from .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
  transition: var(--transition);
}
.drtails-from .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.drtails-from .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.drtails-from .form-check {
  margin-bottom: 30px;
}
.drtails-from .form-check .form-check-input {
  border-radius: 0px;
}
.drtails-from .form-check .form-check-input:focus {
  box-shadow: none;
}
.drtails-from .form-check .form-check-label {
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  font-size: 16px;
  color: var(--bodyColor);
}
.drtails-from .default-btn {
  border: none;
}

.tage-list h2 {
  font-size: 24px;
  color: var(--headingColor);
  margin-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.5);
  position: relative;
}
.tage-list h2::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  width: 100px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
}
.tage-list ul {
  padding-left: 0;
  margin: 0;
}
.tage-list ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 40px;
  margin-right: 10px;
}
.tage-list ul li:last-child {
  margin-bottom: 0;
}
.tage-list ul li a {
  padding: 15px 20px;
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  color: #555555;
  background-color: #F8F8F8;
  transition: var(--transition);
}
.tage-list ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}

/* Account From
=================================*/
.account-from {
  max-width: 800px;
  margin: auto;
}
.account-from p {
  margin-top: 20px;
  color: var(--mainColor);
}
.account-from .form-check {
  margin-bottom: 20px;
  margin-top: 20px;
}
.account-from .form-check .form-check-label {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--bodyFontFamily);
  color: #555555;
}
.account-from .form-check .form-check-input {
  border-radius: 0px;
}
.account-from .form-check .form-check-input:focus {
  box-shadow: none;
}
.account-from .form-control {
  padding: 15px 25px;
  border: none;
  margin-bottom: 10px;
  background-color: #F8F8F8;
  color: #555555;
  border-radius: 0px;
  border: 1px solid #f8f8f8;
  transition: var(--transition);
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
}
.account-from .form-control::-moz-placeholder {
  color: var(--bodyColor);
}
.account-from .form-control::placeholder {
  color: var(--bodyColor);
}
.account-from .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
  transition: var(--transition);
}
.account-from .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.account-from .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.account-from .default-btn {
  border: none;
}

/* Cart Area 
===================================*/
.table-responsive {
  overflow: hidden;
}
.table-responsive .table {
  border: none;
  border-bottom: 1px solid #f5f5f5 !important;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 0;
}
.table-responsive .table.table-bordered thead {
  background-color: #F8F8F8;
}
.table-responsive .table.table-bordered thead tr {
  text-align: center;
  border: none;
}
.table-responsive .table.table-bordered thead tr th {
  color: var(--headingColor);
  font-size: 18px;
  border: none;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  color: var(--headingColor);
  padding: 15px;
  white-space: nowrap;
  text-align: left;
}
.table-responsive .table.table-bordered tbody tr {
  text-align: center;
  border-top: none;
}
.table-responsive .table.table-bordered tbody tr .table-img {
  padding-left: 0;
}
.table-responsive .table.table-bordered tbody tr th {
  border: none;
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  color: #555555;
  font-weight: 400;
  padding: 20px 15px;
  white-space: nowrap;
  text-align: left;
}
.table-responsive .table.table-bordered tbody tr th .table-icon {
  background-color: #F8F8F8;
  padding: 25px 0px;
  text-align: center;
}
.table-responsive .table.table-bordered tbody tr th a {
  color: var(--headingColor);
  transition: var(--transition);
}
.table-responsive .table.table-bordered tbody tr th a:hover {
  color: var(--mainColor);
}
.table-responsive .table.table-bordered tbody tr th .delete-bin {
  text-align: right;
}
.table-responsive .table.table-bordered tbody tr th .delete-bin i {
  color: var(--mainColor);
}
.table-responsive .table.table-bordered tbody tr th .default-btn {
  color: var(--whiteColor);
}
.table-responsive .table.table-bordered tbody tr th .pass-quantity .input-counter {
  width: 170px;
  background: rgba(250, 95, 95, 0.06);
  position: relative;
  padding: 6px 2px;
}
.table-responsive .table.table-bordered tbody tr th .pass-quantity .input-counter input {
  width: 50px;
  text-align: center;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid rgba(218, 13, 102, 0.1019607843);
  border-right: 1px solid rgba(218, 13, 102, 0.1019607843);
  background-color: transparent;
  position: relative;
  top: -5px;
}
.table-responsive .table.table-bordered tbody tr th .pass-quantity .input-counter input:focus-visible {
  display: none;
}
.table-responsive .table.table-bordered tbody tr th .pass-quantity .input-counter .minus-btn {
  margin: 0px 13px;
  position: relative;
  top: 2px;
  font-size: 25px;
  cursor: pointer;
}
.table-responsive .table.table-bordered tbody tr th .pass-quantity .input-counter .plus-btn {
  margin: 0px 13px;
  position: relative;
  top: 2px;
  font-size: 24px;
  cursor: pointer;
}
.table-responsive .table > :not(:first-child) {
  border-top: 0;
}

.checkout {
  max-width: 500px;
  background-color: var(--whiteColor);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin: auto;
  padding: 30px;
  margin-top: 50px !important;
  margin-bottom: 30px;
}
.checkout ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 30px !important;
}
.checkout ul li {
  list-style-type: none;
  border: 1px solid #f5f5f5;
  padding: 15px;
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  color: var(--headingColor);
  vertical-align: middle;
}
.checkout .checkout-working h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--headingColor);
  font-family: var(--bodyFontFamily);
  margin-bottom: 15px;
}

.mb-3 {
  margin-bottom: 0 !important;
}

.coupon-code {
  margin-top: 45px;
}
.coupon-code .coupon .coupon-group-form {
  position: relative;
}
.coupon-code .coupon .coupon-group-form .form-control {
  border-radius: 0px;
  color: var(--bodyColor);
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  transition: var(--transition);
  padding: 17px;
}
.coupon-code .coupon .coupon-group-form .form-control::-moz-placeholder {
  color: var(--bodyColor);
}
.coupon-code .coupon .coupon-group-form .form-control::placeholder {
  color: var(--bodyColor);
}
.coupon-code .coupon .coupon-group-form .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
  transition: var(--transition);
}
.coupon-code .coupon .coupon-group-form .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.coupon-code .coupon .coupon-group-form .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.coupon-code .coupon .coupon-group-form .default-btn {
  border: none;
  position: absolute;
  top: 4px;
  right: 5px;
  padding: 12px 30px 12px 30px;
}
.coupon-code .bottom {
  text-align: right;
}
.coupon-code .bottom .default-btn {
  background: rgba(250, 95, 95, 0.1);
  color: var(--mainColor);
}
.coupon-code .bottom .default-btn:hover {
  color: var(--whateColor);
}

/* Start Checkout Area 
=================================*/
.checkout-from {
  padding-right: 30px;
}
.checkout-from h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.checkout-from .form-group {
  margin-bottom: 20px;
}
.checkout-from .form-group.group-contact {
  margin-bottom: 0;
}
.checkout-from .form-group .form-label {
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: #000000;
}
.checkout-from .form-group .form-control {
  padding: 15px;
  border-radius: 0px;
  background: #F8F8F8;
  border: 1px solid #F8F8F8;
  color: var(--bodyColor);
  transition: var(--transition);
  color: var(--bodyColor);
}
.checkout-from .form-group .form-control::-moz-placeholder {
  color: var(--bodyColor);
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
}
.checkout-from .form-group .form-control::placeholder {
  color: var(--bodyColor);
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
}
.checkout-from .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
  transition: var(--transition);
}
.checkout-from .form-check {
  margin-bottom: 20px;
}
.checkout-from .form-check .form-check-input:focus {
  box-shadow: none;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
}
.checkout-from .form-check .form-check-input:checked {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
}
.checkout-from .form-check .form-check-label {
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: var(--bodyColor);
}
.checkout-from .form-select {
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: var(--bodyColor);
  border: none;
  padding: 15px;
  background-color: #f8f8f8;
}
.checkout-from .form-select:focus {
  box-shadow: none;
}

.checkout-right h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-checkout-cart {
  margin-bottom: 30px;
}
.single-checkout-cart .table-responsive .table.table-bordered thead {
  border: 1px solid #f5f5f5;
  background-color: transparent;
}
.single-checkout-cart .table-responsive .table.table-bordered thead tr th {
  text-align: left !important;
  border-right: 1px solid #f5f5f5;
  font-size: 18px;
  padding-left: 25px !important;
  font-weight: 600;
  font-family: var(--bodyFontFamily);
  padding: 10px;
  color: var(--headingColor);
}
.single-checkout-cart .table-responsive .table.table-bordered tbody tr {
  border-bottom: none;
}
.single-checkout-cart .table-responsive .table.table-bordered tbody tr th {
  text-align: left !important;
  padding-left: 25px !important;
  font-size: 16px;
  padding-left: 25px;
  padding: 10px;
  font-weight: 500;
  font-family: var(--bodyFontFamily);
  color: #555555;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
.single-checkout-cart .table-responsive .table.table-bordered tbody .black th {
  border-bottom: 1px solid #f5f5f5;
}
.single-checkout-cart .table-responsive .table.table-bordered tbody .card-subtotal th {
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  color: var(--headingColor);
}
.single-checkout-cart .table > :not(:first-child) {
  border-top: 0;
}

.checkout-card-item [type=radio]:checked + label::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #CD9453;
  top: 5px;
  left: 6px;
  transition: all 0.2s ease;
}

.returning-customer {
  background-color: #F8F8F8;
  padding: 15px;
  margin-bottom: 30px;
}
.returning-customer p {
  color: var(--mainColor);
}
.returning-customer p img {
  max-width: 20px;
  transform: rotate(272deg);
  position: relative;
  top: -3px;
  margin-right: 5px;
  filter: invert(53%) sepia(92%) saturate(6135%) hue-rotate(343deg) brightness(105%) contrast(105%);
}
.returning-customer p a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--bodyFontFamily);
  color: var(--headingColor);
  margin-left: 8px;
  transition: var(--transition);
}
.returning-customer p a:hover {
  color: var(--mainColor);
}

.bg-albastor {
  background-color: var(--whateColor);
  box-shadow: 0px 0px 20px rgba(85, 85, 85, 0.1);
  padding: 30px;
}
.bg-albastor .bill-details .bill-item-wrap .payment-box .payment-method input#direct-bank-transfer {
  display: none;
}
.bg-albastor .bill-details .bill-item-wrap .payment-box .payment-method input#paypal {
  display: none;
}
.bg-albastor .bill-details .bill-item-wrap .payment-box .payment-method input#cash-on-delivery {
  display: none;
}
.bg-albastor .bill-details .bill-item-wrap .payment-box .payment-method .chack-text {
  padding-left: 0;
  margin-bottom: 0;
}
.bg-albastor .bill-details .bill-item-wrap .payment-box .payment-method p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.bg-albastor .bill-details .bill-item-wrap .payment-box .payment-method p label {
  font-size: 18px;
  font-weight: 600;
  color: var(--headingColor);
  font-family: var(--bodyFontFamily);
}
.bg-albastor .bill-details .bill-item-wrap .payment-box .payment-method p [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  width: 9px;
  height: 9px;
  border-radius: 0px;
  left: 3px;
  top: 45%;
  transform: translateY(-50%);
}
.bg-albastor .bill-details .bill-item-wrap .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  border: 1px solid var(--mainColor);
  width: 15px;
  height: 15px;
  border-radius: 0px;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}
.bg-albastor .bill-details .bill-item-wrap .payment-box .payment-method p [type=radio]:checked + label::after {
  content: "";
  position: absolute;
  border: 1px solid var(--mainColor);
  width: 15px;
  height: 15px;
  border-radius: 0px;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}
.bg-albastor .default-btn {
  border: none;
}

/* Start contact cart 
=================================*/
.contact-cart {
  background-color: #F8F8F8;
  padding: 30px 22px 26px 122px;
  position: relative;
}
.contact-cart .contact-icon {
  position: absolute;
  left: 38px;
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 23px;
  z-index: 1;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
}
.contact-cart .contact-icon::after {
  content: "";
  position: absolute;
  background-color: var(--whateColor);
  width: 55px;
  height: 55px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: rotate(45deg);
  transition: var(--transition);
}
.contact-cart .contact-icon::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(250, 95, 95, 0.2);
  width: 57px;
  height: 57px;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: rotate(45deg);
  transition: var(--transition);
}
.contact-cart .contact-icon i {
  color: var(--mainColor);
  transition: var(--transition);
}
.contact-cart h4 {
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-cart p {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-cart p:last-child {
  margin-bottom: 0;
}
.contact-cart span {
  color: var(--bodyColor);
  font-family: var(--bodyFontFamily);
  font-size: 16px;
  font-weight: 400;
}
.contact-cart ul {
  padding-left: 0;
  margin: 0;
}
.contact-cart ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.contact-cart ul li:last-child {
  margin-bottom: 0;
}
.contact-cart ul li a {
  color: var(--bodyColor);
  font-family: var(--bodyFontFamily);
  font-size: 16px;
  font-weight: 400;
  transition: var(--transition);
}
.contact-cart ul li a:hover {
  color: var(--mainColor);
}
.contact-cart:hover .contact-icon i {
  color: var(--whateColor);
}
.contact-cart:hover .contact-icon::after {
  background-color: var(--mainColor);
  animation: rotateme 9s linear infinite;
}
.contact-cart:hover .contact-icon::before {
  border: 1px solid var(--mainColor);
  animation: rotateme 9s linear infinite;
}

.google-map {
  width: 100%;
  height: 100%;
}
.google-map .maps {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-from-area .section-title.left-title {
  margin-bottom: 25px;
}
.contact-from-area .section-title.left-title h2 {
  font-size: 36px;
  font-family: var(--fontFamily);
  margin-bottom: 10px;
}

.contact-from .form-group .list-unstyled {
  color: var(--mainColor);
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  font-size: 16px;
}
.contact-from .form-group .form-control {
  padding: 13px 13px 13px 20px;
  margin-bottom: 20px;
  border: 1px solid #f8f8f8;
  background-color: #F8F8F8;
  border-radius: 0px;
  transition: var(--transition);
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: var(--bodyColor);
}
.contact-from .form-group .form-control::-moz-placeholder {
  color: var(--bodyColor);
}
.contact-from .form-group .form-control::placeholder {
  color: var(--bodyColor);
}
.contact-from .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
  transition: var(--transition);
}
.contact-from .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.contact-from .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.contact-from .form-group .form-check {
  margin-bottom: 20px;
}
.contact-from .form-group .form-check .form-check-input {
  border-radius: 0px;
}
.contact-from .form-group .form-check .form-check-input:focus {
  box-shadow: none;
}
.contact-from .form-group .form-check .form-check-label {
  font-family: var(--bodyFontFamily);
  font-size: var(--bodyColor);
  font-weight: 400;
  font-size: 16px;
}
.contact-from .form-group .form-check .form-check-label a {
  color: var(--mainColor);
  position: relative;
}
.contact-from .form-group .form-check .form-check-label a::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: var(--transition);
}
.contact-from .form-group .form-check .form-check-label a:hover::before {
  width: 100%;
}
.contact-from .default-btn {
  border: none;
}
.contact-from .h4.text-danger {
  font-size: 20px;
  margin-top: 10px;
  color: var(--mainColor);
}

.single-contact-form {
  padding-left: 20px;
}

/* Start Chef Single Area 
=================================*/
.chef-area {
  position: relative;
  overflow: hidden;
}

.chef-single-tabs .tab.chef-menu-tab .tabs {
  padding-left: 0;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 40px;
}
.chef-single-tabs .tab.chef-menu-tab .tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
.chef-single-tabs .tab.chef-menu-tab .tabs li:last-child {
  margin-right: 0;
}
.chef-single-tabs .tab.chef-menu-tab .tabs li a {
  font-family: var(--bodyFontFamily);
  font-weight: bold;
  font-size: 18px;
  color: var(--headingColor);
  transition: var(--transition);
}
.chef-single-tabs .tab.chef-menu-tab .tabs li a:hover {
  color: var(--mainColor);
}
.chef-single-tabs .tab.chef-menu-tab .tabs li.current {
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 20px;
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item {
  display: none;
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item:first-child {
  display: block;
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers {
  position: relative;
  background-color: #f8f8f8;
  padding: 30px;
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers .testimonials-three-item {
  position: relative;
  padding: 17px 17px 17px 114px;
  margin-bottom: 20px;
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers .testimonials-three-item img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers .testimonials-three-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers .testimonials-three-item p {
  margin-top: 0;
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers span {
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  font-size: 16px;
  color: var(--bodyColor);
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers .replay {
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  right: 30px;
  top: 57%;
  transform: translateY(-50%);
  background-color: rgba(250, 95, 95, 0.1);
  display: inline-block;
  padding: 8px 20px 7px 20px;
  transition: var(--transition);
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers .replay a {
  color: var(--mainColor);
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers .replay:hover {
  background-color: var(--mainColor);
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers .replay:hover a {
  color: var(--whateColor);
}
.chef-single-tabs .tab.chef-menu-tab .tab_content .tabs_item .single-testimonials-cart.followers p {
  margin-top: 20px;
}

.single-chef-from h2 {
  font-size: 24px;
  color: var(--headingColor);
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.5);
  position: relative;
}
.single-chef-from h2::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  width: 100px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-chef-from .chef-from .form-control {
  border-radius: 0px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  margin-bottom: 15px;
  padding: 15px;
  transition: var(--transition);
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  font-size: 16px;
  color: var(--bodyColor);
}
.single-chef-from .chef-from .form-control::-moz-placeholder {
  color: var(--bodyColor);
}
.single-chef-from .chef-from .form-control::placeholder {
  color: var(--bodyColor);
}
.single-chef-from .chef-from .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
  transition: var(--transition);
}
.single-chef-from .chef-from .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.single-chef-from .chef-from .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.single-chef-from .default-btn {
  width: 100%;
  border: none;
  display: inline-block;
  text-align: center;
}

.chef-single-right {
  padding-left: 30px;
}

.chef-single-cart {
  background-color: var(--whiteColor);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  padding-top: 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.chef-single-cart .chef-shape {
  position: absolute;
  right: 14%;
  bottom: 30%;
  z-index: -1;
}
.chef-single-cart .chef-single-item {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px;
}
.chef-single-cart .chef-single-item .chef-single-img {
  margin-top: -24px;
}
.chef-single-cart .chef-single-item .chef-single-text .chef-star {
  padding-left: 0;
  margin: 0;
  margin-bottom: 8px !important;
}
.chef-single-cart .chef-single-item .chef-single-text .chef-star li {
  list-style-type: none;
  display: inline-block;
  color: #F8E117;
}
.chef-single-cart .chef-single-item .chef-single-text h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
.chef-single-cart .chef-single-item .chef-single-text p {
  margin-bottom: 0;
}
.chef-single-cart .chef-single-item .chef-single-list {
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.chef-single-cart .chef-single-item .chef-single-list li {
  list-style-type: none;
  display: inline-block;
}
.chef-single-cart .chef-single-item .chef-single-list li a {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  color: var(--mainColor);
  font-size: 18px;
  background: rgba(250, 95, 95, 0.08);
  transition: var(--transition);
  margin: 0 5px;
}
.chef-single-cart .chef-single-item .chef-single-list li a:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.chef-single-cart p {
  margin-bottom: 30px;
}
.chef-single-cart .location {
  padding-left: 0;
  margin: 0;
  margin-bottom: 30px !important;
}
.chef-single-cart .location .chef-left span {
  margin-right: 50px;
}
.chef-single-cart .location .chef-left-2 span {
  margin-right: 42px;
}
.chef-single-cart .location li {
  list-style-type: none;
  font-size: 16px;
  color: #555555;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  margin-bottom: 10px;
}
.chef-single-cart .location li span {
  font-size: 18px;
  color: var(--headingColor);
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  margin-right: 29px;
}
.chef-single-cart .food-menu-recipe .food-menus-cart {
  text-align: center;
  background: rgba(250, 95, 95, 0.08);
  padding: 30px 30px 25px 30px;
}
.chef-single-cart .food-menu-recipe .food-menus-cart p {
  margin-bottom: 0;
  color: #666666;
}
.chef-single-cart .food-menu-recipe .food-menus-cart span {
  color: var(--mainColor);
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

/* Services Three Area 
=================================*/
.services-three-cart {
  background-color: var(--whiteColor);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px 40px 30px 40px;
  margin: 4px;
  margin-bottom: 30px;
  position: relative;
  transition: var(--transition);
}
.services-three-cart i {
  width: 91px;
  height: 86px;
  line-height: 92px;
  border: 1px solid rgba(250, 95, 95, 0.17);
  display: block;
  text-align: center;
  color: var(--mainColor);
  font-size: 50px;
  transition: var(--transition);
  margin-bottom: 20px;
}
.services-three-cart h3 {
  font-size: 24px;
  color: var(--headingColor);
  margin-bottom: 15px;
  transition: var(--transition);
}
.services-three-cart .services-three-shape {
  position: absolute;
  top: 0;
  right: 0;
  transition: var(--transition);
}
.services-three-cart .services-three-shape img {
  width: auto;
  margin: 0;
}
.services-three-cart:hover h3 {
  color: var(--mainColor);
}
.services-three-cart:hover i {
  background-color: var(--mainColor);
  color: var(--whateColor);
}

.services-three-slider.owl-theme .owl-nav .owl-prev, .services-three-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -65px;
  background-color: #ededed;
  color: var(--mainColor);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.services-three-slider.owl-theme .owl-nav .owl-prev:hover, .services-three-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--mainColor);
  color: #f5f5f5;
}
.services-three-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -65px;
}

.services-three-area {
  position: relative;
  overflow: hidden;
}

/* Start Popular Menu Area 
====================================*/
.torado-popular-area {
  background-color: #0F0E11;
  position: relative;
  overflow: hidden;
}
.torado-popular-area .section-title {
  margin-bottom: 50px;
}
.torado-popular-area .section-title h2 {
  color: var(--whateColor);
}

.singlie-popular-menu {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.singlie-popular-menu::after {
  content: "";
  position: absolute;
  width: 0.5px;
  height: 110%;
  right: -13px;
  top: -12px;
  background-color: rgba(249, 249, 249, 0.2);
}
.singlie-popular-menu::before {
  content: "";
  position: absolute;
  width: 103.8%;
  height: 0.5px;
  bottom: 0;
  background-color: rgba(249, 249, 249, 0.2);
  left: 0;
  right: 0;
}
.singlie-popular-menu.border-bottom-2::before {
  display: none;
}
.singlie-popular-menu.border-bottom-2::after {
  height: 100%;
}
.singlie-popular-menu.border-right-none::after {
  display: none;
}
.singlie-popular-menu.border-right-none::before {
  width: 100%;
}
.singlie-popular-menu.border-right-three::after {
  display: none;
}
.singlie-popular-menu.border-right-three::before {
  display: none;
}
.singlie-popular-menu .popular-image {
  background-image: url(../images/our-menu/our-menu-img-1.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  height: 180px;
  width: 195px;
  margin-left: 20px;
}
.singlie-popular-menu .popular-image.popular-menu-2 {
  background-image: url(../images/our-menu/our-menu-img-2.png);
}
.singlie-popular-menu .popular-image.popular-menu-3 {
  background-image: url(../images/our-menu/our-menu-img-3.png);
}
.singlie-popular-menu .popular-image.popular-menu-4 {
  background-image: url(../images/our-menu/our-menu-img-4.png);
}
.singlie-popular-menu .popular-image.popular-menu-5 {
  background-image: url(../images/our-menu/our-menu-img-5.png);
}
.singlie-popular-menu .popular-image.popular-menu-6 {
  background-image: url(../images/our-menu/our-menu-img-6.png);
}
.singlie-popular-menu .popular-image.popular-menu-7 {
  background-image: url(../images/our-menu/our-menu-img-7.png);
}
.singlie-popular-menu .single-popular-contant {
  margin-left: 25px;
}
.singlie-popular-menu .single-popular-contant .d-flex {
  margin-bottom: 12px;
  transition: var(--transition);
}
.singlie-popular-menu .single-popular-contant .d-flex h3 {
  color: var(--whateColor);
  font-size: 22px;
  transition: var(--transition);
}
.singlie-popular-menu .single-popular-contant .d-flex span {
  color: var(--mainColor);
  margin-bottom: 0;
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  right: 25px;
}
.singlie-popular-menu .single-popular-contant span {
  color: var(--whateColor);
  font-family: 16px;
  font-weight: 400;
  font-family: var(--bodyFontFamily);
  display: inline-block;
  margin-bottom: 8px;
}
.singlie-popular-menu .single-popular-contant p {
  color: var(--whateColor);
}
.singlie-popular-menu .single-popular-contant .default-btn {
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 30px 8px 30px;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
  transition: var(--transition);
  font-family: var(--bodyFontFamily);
}
.singlie-popular-menu:hover .single-popular-contant .d-flex h3 {
  color: var(--mainColor);
}
.singlie-popular-menu:hover .single-popular-contant .default-btn {
  color: var(--whateColor);
}
.singlie-popular-menu:hover .single-popular-contant .default-btn::before {
  background-color: var(--mainColor);
}

.menu-btn {
  text-align: center;
  margin-top: 25px;
}

/* Start Our Menu 
==============================*/
.our-menu-area {
  background-color: #0F0E11;
  overflow: hidden;
}
.our-menu-area .container-fluid {
  overflow: hidden;
  position: relative;
  left: calc((100% - 1320px) / 2);
}
.our-menu-area .section-title.left-title h2 {
  color: #f5f5f5;
  max-width: 567px;
}

.single-our-menu-cart {
  background: rgba(255, 255, 255, 0.09);
}
.single-our-menu-cart.chef-tabs-bg-color {
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
}
.single-our-menu-cart.chef-tabs-bg-color .single-menu-contant h3 {
  color: var(--headingColor);
}
.single-our-menu-cart.chef-tabs-bg-color .single-menu-contant p {
  color: var(--bodyColor);
}
.single-our-menu-cart.chef-tabs-bg-color .single-menu-contant .default-btn {
  background: rgba(250, 95, 95, 0.1);
}
.single-our-menu-cart .our-menu-img {
  position: relative;
  overflow: hidden;
  height: 256px;
}
.single-our-menu-cart .our-menu-img a img {
  transition: var(--transition);
}
.single-our-menu-cart .our-menu-img a img:hover img {
  transform: scale(1);
}
.single-our-menu-cart .our-menu-img .menu-text {
  position: absolute;
  background-color: #f5f5f5;
  color: var(--mainColor);
  padding: 6px 15px 3px;
  text-align: center;
  left: 20px;
  top: 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--bodyFontFamily);
  transition: var(--transition);
}
.single-our-menu-cart .our-menu-img .menu-text:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.single-our-menu-cart .single-menu-contant {
  padding: 27px 22px 27px 22px;
}
.single-our-menu-cart .single-menu-contant a h3 {
  font-size: 22px;
  margin-bottom: 18px;
  transition: var(--transition);
  color: var(--whateColor);
}
.single-our-menu-cart .single-menu-contant a h3:hover {
  color: var(--mainColor);
}
.single-our-menu-cart .single-menu-contant p {
  color: #f5f5f5;
  margin-bottom: 5px;
}
.single-our-menu-cart .single-menu-contant .our-text {
  margin-bottom: 23px;
}
.single-our-menu-cart .single-menu-contant .default-btn {
  background-color: transparent;
  border: 1px solid rgba(245, 245, 245, 0.2);
  color: var(--mainColor);
  font-size: 18px;
  padding: 13px 28px 10px 28px;
  font-weight: 600;
}
.single-our-menu-cart .single-menu-contant .default-btn::before {
  background-color: var(--mainColor);
}
.single-our-menu-cart .single-menu-contant .default-btn:hover {
  color: var(--whateColor);
}

.our-menu-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  top: -28%;
  right: 15%;
}
.our-menu-slider.owl-theme .owl-nav .owl-prev, .our-menu-slider.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(252, 76, 76, 0.06);
  color: var(--mainColor);
  display: inline-block;
  font-size: 25px;
  padding: 0;
  transition: var(--transition);
}
.our-menu-slider.owl-theme .owl-nav .owl-prev:hover, .our-menu-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}

.our-menu-tabs .tab.popular-menu-tab .tabs {
  margin-bottom: 0;
}
.our-menu-tabs .tab.popular-menu-tab .tabs li {
  margin-right: 0;
  padding: 0;
  width: 195px;
  height: 66px;
  line-height: 66px;
  margin-right: auto !important;
  position: relative;
  left: -15px;
  margin-bottom: 34px;
  background-color: #252426;
}
.our-menu-tabs .tab.popular-menu-tab .tabs li a {
  color: var(--whateColor);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--bodyFontFamily);
}
.our-menu-tabs .tab.popular-menu-tab .tabs li.current {
  border: none;
}
.our-menu-tabs .tab.popular-menu-tab .tabs li:last-child {
  margin-bottom: 0;
}

/* Category Area
==============================*/
.category-page-list-card {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.category-page-list-card li {
  list-style-type: none;
  flex: 0 0 20%;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.single-category-cart {
  text-align: center;
  margin-bottom: 30px;
}
.single-category-cart .category-image {
  position: relative;
  margin-bottom: 25px;
}
.single-category-cart .category-image img {
  animation: border-transform 7s linear infinite alternate forwards;
}
.single-category-cart .category-image .category-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.single-category-cart h3 {
  font-size: 24px;
  font-weight: 500;
  transition: var(--transition);
}
.single-category-cart h3:hover {
  color: var(--mainColor);
}

.category-btn {
  text-align: center;
  margin-top: 20px;
}

/* Start How it Work 
===============================*/
.work-area {
  background: linear-gradient(255.24deg, rgba(255, 237, 237, 0.46) 17.38%, rgba(242, 199, 148, 0.14) 59.64%, rgba(215, 248, 255, 0.46) 99.47%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.work-area .work-shape-1 {
  position: absolute;
  z-index: -1;
  left: 2%;
  top: 14%;
  animation: movebounce 1s linear infinite;
}
.work-area .work-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.work-image {
  position: relative;
  margin-right: 40px;
}
.work-image .work-shape {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  margin-left: -45px;
  text-align: center;
  z-index: -1;
}
.work-image .work-shape img {
  animation: border-transform 7s linear infinite alternate forwards;
}
.work-image .work-logo {
  position: absolute;
  bottom: 140px;
  right: 50px;
}

.single-contant {
  padding-left: 0;
  padding-top: 100px;
}
.single-contant .section-title.left-title {
  margin-bottom: 15px;
}
.single-contant .section-title.left-title h2 {
  margin-right: -20px;
}
.single-contant .single-card {
  background-color: var(--whateColor);
  padding: 30px 20px 30px 95px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.single-contant .single-card img {
  position: absolute;
  left: 28px;
  top: 45%;
  transform: translateY(-50%);
}
.single-contant .single-card .work-shape-bgs {
  position: absolute;
  left: 15px;
  top: 86%;
  transform: translateY(-50%);
  z-index: -1;
}
.single-contant .single-card .work-shape-bgs img {
  position: unset;
}
.single-contant .single-card h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--fontFamily);
  margin-bottom: 0;
}

/* Start Popular Menu Area 
==================================*/
.popular-menu-area {
  overflow: hidden;
  position: relative;
}

.tab.popular-menu-tab .tabs {
  padding-left: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
}
.tab.popular-menu-tab .tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  background-color: #F8F8F8;
  padding: 10px 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.tab.popular-menu-tab .tabs li:last-child {
  margin-right: 0;
}
.tab.popular-menu-tab .tabs li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 550px;
  margin: auto;
  background: #FC4C4C;
  border-radius: 50%;
  z-index: -1;
  transform-origin: top center;
  transform: translateX(-50%) translateY(-5%) scale(0.4);
  transition: transform 0.9s;
}
.tab.popular-menu-tab .tabs li a {
  font-size: 16px;
  color: #111111;
  font-family: var(--bodyFontFamily);
  font-weight: 600;
}
.tab.popular-menu-tab .tabs li.current {
  position: relative;
  z-index: 1;
  border: 1px dashed #FFFFFF;
  background-color: #FC4C4C;
  border-radius: 0px !important;
}
.tab.popular-menu-tab .tabs li.current a {
  color: var(--whateColor);
}
.tab.popular-menu-tab .tabs li:hover::after {
  transition: transform 2s;
  transform: translateX(-45%) translateY(0) scale(1);
  transform-origin: bottom center;
}
.tab.popular-menu-tab .tabs li:hover a {
  color: var(--whateColor);
}
.tab.popular-menu-tab .tab_content .tabs_item {
  display: none;
}
.tab.popular-menu-tab .tab_content .tabs_item:first-child {
  display: block;
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card {
  background-color: var(--whateColor);
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  padding: 25px;
  margin-bottom: 30px;
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .popular-image {
  position: relative;
  overflow: hidden;
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .popular-image img {
  transition: var(--transition);
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .popular-image:hover img {
  transform: scale(1.1);
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant .d-flex h3 {
  font-size: 22px;
  margin-bottom: 10px;
  transition: var(--transition);
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant .d-flex h3:hover {
  color: var(--mainColor);
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant .d-flex ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 10px;
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant .d-flex ul li {
  list-style-type: none;
  display: inline-block;
  color: var(--iconColor);
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant span {
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: var(--bodyColor);
  display: inline-block;
  margin-bottom: 5px;
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant p {
  margin-bottom: 15px;
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant .d-flex .default-btn {
  background-color: transparent;
  border: 1px solid rgba(252, 76, 76, 0.1);
  color: #FC4C4C;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 20px 9px 20px;
  font-family: var(--bodyFontFamily);
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant .d-flex .default-btn::before {
  background: rgba(252, 76, 76, 0.1);
}
.tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant .d-flex .dolar {
  font-size: 20px;
  font-weight: 600;
  color: var(--mainColor);
  font-family: var(--bodyFontFamily);
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.popular-menu-btn {
  text-align: center;
  margin-top: 20px;
}

.popular-menu-details {
  margin-top: 50px;
}
.popular-menu-details h2 {
  font-size: 44px;
  margin-bottom: 30px;
}
.popular-menu-details .singlie-popular-menu-details {
  background-color: var(--whateColor);
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  margin-bottom: 30px;
  margin: 2px;
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant {
  padding: 25px;
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant .d-flex h3 {
  font-size: 22px;
  margin-bottom: 10px;
  transition: var(--transition);
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant .d-flex h3:hover {
  color: var(--mainColor);
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant .d-flex span {
  margin-bottom: 0;
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant .d-flex span ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 10px;
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant .d-flex span ul li {
  list-style-type: none;
  display: inline-block;
  color: var(--iconColor);
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant span {
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: var(--bodyColor);
  display: inline-block;
  margin-bottom: 5px;
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant p {
  margin-bottom: 15px;
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant .d-flex .default-btn {
  background-color: transparent;
  border: 1px solid rgba(252, 76, 76, 0.1);
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  padding: 8px 20px;
  font-family: var(--bodyFontFamily);
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant .d-flex .default-btn::before {
  background: rgba(252, 76, 76, 0.1);
}
.popular-menu-details .singlie-popular-menu-details .single-popular-contant .d-flex .dolar {
  font-size: 18px;
  font-weight: 600;
  color: var(--mainColor);
  font-family: var(--bodyFontFamily);
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.popular-menu-details-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.popular-menu-details-slider.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  background-color: #FCE6E6;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 23px;
  color: var(--mainColor);
  border: 3px solid var(--whateColor);
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: -30px;
  transition: var(--transition);
}
.popular-menu-details-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.popular-menu-details-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -30px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area {
  margin-left: 30px;
}
.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  font-size: 24px;
  color: var(--headingColor);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.5);
  position: relative;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  width: 100px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -2px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .search-field {
  border: 1px solid #E5E7EC;
  height: 50px;
  padding: 16px 65px 15px 15px;
  width: 100%;
  display: block;
  outline: 0;
  transition: var(--transition);
  border-radius: 0;
  color: var(--bodyColor);
  font-family: var(--bodyFontFamily);
  font-weight: 400;
}
.widget-area .widget_search form .search-field::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--bodyColor);
}
.widget-area .widget_search form .search-field::placeholder {
  transition: var(--transition);
  color: var(--bodyColor);
}
.widget-area .widget_search form .search-field:focus {
  border-color: var(--primaryColor);
}
.widget-area .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.widget-area .widget_search form button {
  border: none;
  background-color: var(--mainColor);
  color: var(--whateColor);
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  padding: 0;
  transition: var(--transition);
  top: 0;
  font-size: 20px;
  border-radius: 0px;
  cursor: pointer;
}
.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 18px;
  margin-right: 0;
  transform: translateY(-50%);
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: var(--primaryColor);
  color: var(--whateColor);
}
.widget-area .widget_torado_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_torado_posts_thumb .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.widget-area .widget_torado_posts_thumb .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget-area .widget_torado_posts_thumb .item .thumb {
  float: left;
  overflow: hidden;
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_torado_posts_thumb .item .thumb .fullimage {
  width: 90px;
  height: 90px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_torado_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/our-menu/recent-post-img-1.jpg);
}
.widget-area .widget_torado_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../images/our-menu/recent-post-img-2.jpg);
}
.widget-area .widget_torado_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../images/our-menu/recent-post-img-3.png);
}
.widget-area .widget_torado_posts_thumb .item .thumb::before, .widget-area .widget_torado_posts_thumb .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: var(--whateColor);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.widget-area .widget_torado_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.widget-area .widget_torado_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}
.widget-area .widget_torado_posts_thumb .item .info {
  overflow: hidden;
}
.widget-area .widget_torado_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  transition: var(--transition);
  font-family: var(--fontFamily);
}
.widget-area .widget_torado_posts_thumb .item .info .title a {
  display: inline-block;
  color: var(--secondaryColor);
  transition: var(--transition);
}
.widget-area .widget_torado_posts_thumb .item .info span {
  display: inline-block;
  color: var(--bodyColor);
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 7px;
}
.widget-area .widget_torado_posts_thumb .item:hover .info .title a {
  color: var(--primaryColor);
}
.widget-area .widget_torado_posts_thumb .item:hover .thumb::before, .widget-area .widget_torado_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.widget-area .widget_torado_posts_thumb .item .number {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  background: var(--primaryColor);
  z-index: 1;
  font-size: 16px;
  color: var(--whateColor);
}

/* Start our offer 
===================================*/
.our-offer-area {
  overflow: hidden;
  position: relative;
  background: linear-gradient(255.24deg, rgba(255, 237, 237, 0.46) 17.38%, rgba(242, 199, 148, 0.14) 59.64%, rgba(215, 248, 255, 0.46) 99.47%);
  z-index: 1;
}
.our-offer-area .container-fluid {
  overflow: hidden;
  position: relative;
  left: calc((100% - 1320px) / 2);
}
.our-offer-area .our-offer-shape {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 110px;
  text-align: center;
  animation: movebounce 1s linear infinite;
  z-index: -1;
}

.single-offer-contant {
  max-width: 715px;
}
.single-offer-contant span {
  font-size: 18px;
  color: var(--topTitleColor);
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.single-offer-contant h2 {
  font-size: 48px;
  margin-bottom: 20px;
  margin-right: -20px;
}
.single-offer-contant p {
  margin-bottom: 15px;
  margin-right: -20px;
}
.single-offer-contant .default-btn {
  margin-top: 10px;
}

.single-offer-image {
  overflow: hidden;
  position: relative;
  transition: var(--transition);
}
.single-offer-image img {
  width: auto !important;
}
.single-offer-image .top-single-list {
  background-color: var(--whateColor);
  padding: 20px;
  position: absolute;
  bottom: -105px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: var(--transition);
}
.single-offer-image .top-single-list .d-flex {
  margin-bottom: 15px;
}
.single-offer-image .top-single-list .d-flex ul {
  padding-left: 0;
  margin: 0;
}
.single-offer-image .top-single-list .d-flex ul li {
  list-style-type: none;
  display: inline-block;
}
.single-offer-image .top-single-list .d-flex ul li i {
  color: var(--iconColor);
}
.single-offer-image .top-single-list .d-flex span {
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: var(--topTitleColor);
}
.single-offer-image .top-single-list h4 {
  font-size: 20px;
  transition: var(--transition);
}
.single-offer-image .top-single-list h4:hover {
  color: var(--mainColor);
}
.single-offer-image:hover .top-single-list {
  opacity: 1;
  bottom: 0;
}

.our-offer-slider {
  margin-left: 85px;
}
.our-offer-slider.owl-theme .owl-nav {
  margin-top: 30px;
}
.our-offer-slider.owl-theme .owl-nav [class*=owl-] {
  font-size: 26px;
  padding: 0;
  background-color: var(--whateColor);
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  color: var(--mainColor);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
  transition: var(--transition);
}
.our-offer-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}

/* Start Downlood Area 
=====================================*/
.downlood-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(255.24deg, rgba(255, 237, 237, 0.46) 19.45%, rgba(242, 199, 148, 0.14) 61.72%, rgba(215, 248, 255, 0.46) 101.54%);
}
.downlood-area.downlood-three-area {
  background: #F9F9F9;
}
.downlood-area.downlood-three-area .downlood-shape-2 {
  bottom: 54%;
  left: 6%;
}
.downlood-area .downlood-shape-2 {
  position: absolute;
  bottom: 20%;
  max-width: 68px;
  transform: translateY(-50%);
  left: 23px;
  z-index: -1;
  animation: movebounce 3s linear infinite;
}
.downlood-area .downlood-shape-4 {
  position: absolute;
  top: 40%;
  max-width: 68px;
  left: 7%;
  z-index: -1;
  animation: movebounce 3s linear infinite;
}
.downlood-area .downlood-shape-3 {
  position: absolute;
  right: 0;
  bottom: 100px;
  animation: movebounce 5s linear infinite;
  z-index: -1;
  max-width: 175px;
}

.single-downlood-image {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-right: 30px;
}
.single-downlood-image .downlood-two-img img {
  animation: border-transform 7s linear infinite alternate forwards;
}
.single-downlood-image .downlood-img {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
}

.downlood-contant {
  padding-left: 30px;
}
.downlood-contant.downlood-contant-two {
  padding-left: 0;
  padding-right: 81px;
}
.downlood-contant .section-title.left-title {
  margin-bottom: 30px;
}
.downlood-contant .section-title.left-title h2 {
  margin-right: -31px;
}
.downlood-contant .section-title.left-title .downlood-text {
  margin-bottom: 10px;
}
.downlood-contant .section-title.left-title p {
  margin-right: -15px;
}
.downlood-contant .downlood-btn {
  max-width: 398px;
}
.downlood-contant .downlood-btn .downlood-single-cart {
  background-color: #FC4C4C;
  padding: 10px 10px 10px 68px;
  position: relative;
  transition: var(--transition);
}
.downlood-contant .downlood-btn .downlood-single-cart i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  color: var(--whateColor);
  transition: var(--transition);
}
.downlood-contant .downlood-btn .downlood-single-cart p {
  color: var(--whateColor);
  transition: var(--transition);
  font-size: 14px;
}
.downlood-contant .downlood-btn .downlood-single-cart h5 {
  font-size: 18px;
  color: var(--whateColor);
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  transition: var(--transition);
}
.downlood-contant .downlood-btn .downlood-single-cart:hover {
  background-color: var(--headingColor);
}

/* Start popular chef  
======================================*/
.popular-chef-area {
  overflow: hidden;
  position: relative;
}

.popular-chef-contant {
  background-color: var(--whateColor);
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  border: 1px solid #f5f5f5;
  position: relative;
  overflow: hidden;
}
.popular-chef-contant.popular-chef-mb {
  margin-bottom: 30px;
  border: none;
}
.popular-chef-contant .chef-image {
  position: relative;
  z-index: 1;
  text-align: center;
}
.popular-chef-contant .chef-image a img {
  padding: 20px;
}
.popular-chef-contant .chef-image .chef-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.popular-chef-contant .popular-bg-chef {
  padding: 0px 26px 22px 26px;
  position: relative;
}
.popular-chef-contant .popular-bg-chef::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 95px;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
}
.popular-chef-contant .popular-bg-chef .chef-list {
  padding-left: 0;
  margin: 0;
}
.popular-chef-contant .popular-bg-chef .chef-list li {
  list-style-type: none;
  display: inline-block;
  color: #F8E117;
  margin-bottom: 10px;
}
.popular-chef-contant .popular-bg-chef .d-flex.justify-content-between a {
  color: var(--headingColor);
}
.popular-chef-contant .popular-bg-chef .d-flex.justify-content-between a h3 {
  font-size: 22px;
  margin-bottom: 0;
  position: relative;
  top: 5px;
  transition: var(--transition);
}
.popular-chef-contant .popular-bg-chef .d-flex.justify-content-between a h3:hover {
  color: var(--mainColor);
}
.popular-chef-contant .popular-bg-chef .d-flex.justify-content-between span .default-btn {
  background-color: #E5E5E5;
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--bodyFontFamily);
  padding: 10px 25px 5px 25px;
}
.popular-chef-contant .popular-bg-chef .d-flex.justify-content-between span .default-btn::before {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.popular-chef-contant .popular-bg-chef .d-flex.justify-content-between span .default-btn:hover {
  color: var(--whateColor);
}
.popular-chef-contant .popular-bg-chef p {
  padding-bottom: 40px;
}
.popular-chef-contant .popular-bg-chef .single-chef-item ul {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.popular-chef-contant .popular-bg-chef .single-chef-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 80px;
  text-align: center;
}
.popular-chef-contant .popular-bg-chef .single-chef-item ul li:last-child {
  margin-right: 0;
}
.popular-chef-contant .popular-bg-chef .single-chef-item ul li .chef-cart span {
  font-size: 16px;
  color: var(--mainColor);
  font-weight: 600;
  font-family: var(--bodyFontFamily);
  display: inline-block;
  margin-bottom: 5px;
}
.popular-chef-contant .popular-bg-chef .single-chef-item ul li .chef-cart p {
  padding-bottom: 0;
}

.popular-home-chef-slider.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  color: var(--mainColor);
  line-height: 45px;
  background: rgba(250, 95, 95, 0.1);
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: -63px;
  transform: translateY(-50%);
  transition: var(--transition);
}
.popular-home-chef-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.popular-home-chef-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -63px;
}

/* testimonials-card 
====================================*/
.testimonials-area {
  position: relative;
  overflow: hidden;
  background: linear-gradient(255.24deg, rgba(255, 237, 237, 0.46) 13.38%, rgba(242, 199, 148, 0.14) 55.65%, rgba(215, 248, 255, 0.46) 95.48%);
  z-index: 1;
}
.testimonials-area.bg-color-1 {
  background: transparent;
}
.testimonials-area .testimonials-shape {
  position: absolute;
  bottom: 75px;
  left: 0;
}
.testimonials-area .testimonials-shape-2 {
  position: absolute;
  top: 100px;
  right: 100px;
  animation: moveleftbounce 1s linear infinite;
}

.testimonials-card {
  background-color: var(--whateColor);
  padding: 50px 45px;
}
.testimonials-card.testimonials-two-card {
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.06);
  margin: 5px;
}
.testimonials-card p {
  font-size: 18px;
  font-weight: 400;
}
.testimonials-card.testimonials-three-card {
  background-color: var(--whateColor);
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.06);
  margin: 7px;
  position: relative;
  overflow: hidden;
  padding: 40px 30px 40px 40px;
}
.testimonials-card.testimonials-three-card p {
  font-size: 18px;
  font-weight: 400;
}
.testimonials-card.testimonials-three-card.testimonials-page {
  margin-bottom: 30px;
}
.testimonials-card.testimonials-three-card.testimonials-page .followers {
  margin-bottom: 10px;
}
.testimonials-card.testimonials-three-card.testimonials-page .followers h6 {
  font-size: 18px;
  margin-bottom: 5px;
}
.testimonials-card.testimonials-three-card.testimonials-page .followers p {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--bodyFontFamily);
}
.testimonials-card.testimonials-three-card .testimonials-image .quotes {
  top: -45px;
  transform: translateY(0);
  right: -40px;
  background: rgba(250, 95, 95, 0.1);
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
}
.testimonials-card.testimonials-three-card .testimonials-image .quotes img {
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 26px;
}
.testimonials-card .testimonials-image {
  padding: 18px 10px 18px 120px;
  position: relative;
  margin-bottom: 20px;
}
.testimonials-card .testimonials-image img {
  width: auto !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonials-card .testimonials-image .testimonials-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.testimonials-card .testimonials-image .quotes {
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
}
.testimonials-card .testimonials-image .quotes img {
  position: relative;
}
.testimonials-card ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 15px;
}
.testimonials-card ul li {
  list-style-type: none;
  display: inline-block;
  color: var(--iconColor);
}

.testimonials-slider.owl-theme .owl-nav {
  margin-top: 25px;
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  background-color: var(--whateColor);
  font-size: 25px;
  margin-bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--mainColor);
  transition: var(--transition);
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}

.testimonials-two-slider.owl-theme .owl-nav {
  margin-top: 25px;
}
.testimonials-two-slider.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  background: rgba(250, 95, 95, 0.1);
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  font-size: 25px;
  margin-bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--mainColor);
  transition: var(--transition);
}
.testimonials-two-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}

.testimonials-three-slider.owl-theme .owl-nav {
  margin-top: 20px;
}
.testimonials-three-slider.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  background: rgba(250, 95, 95, 0.1);
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  font-size: 25px;
  margin-bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--mainColor);
  transition: var(--transition);
}
.testimonials-three-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}

/*  Start Newsletter 
==============================*/
.subscribe-area {
  background-color: #0F0E11;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.subscribe-area.account {
  background-color: #F8F8F8;
}
.subscribe-area.account .section-title h2 {
  color: var(--headingColor);
}
.subscribe-area.account .section-title p {
  margin-top: 20px;
}
.subscribe-area .section-title {
  margin-bottom: 30px;
}
.subscribe-area .section-title h2 {
  color: #f5f5f5;
}
.subscribe-area .newsletter-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  animation: moveleftbounce 5s linear infinite;
  z-index: -1;
}
.subscribe-area .newsletter-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  z-index: -1;
}
.subscribe-area .newsletter-shape-3 {
  position: absolute;
  left: 12%;
  bottom: 0;
  opacity: 0.3;
  animation: moveleftbounce 2s linear infinite;
  z-index: -1;
}
.subscribe-area .newsletter-shape-4 {
  position: absolute;
  top: 34%;
  left: 27%;
  opacity: 0.3;
  animation: animationFramesOne 8s linear infinite;
  z-index: -1;
}
.subscribe-area .newsletter-shape-5 {
  position: absolute;
  top: 35%;
  right: 18%;
  opacity: 0.3;
  animation: animationFramesOne 8s linear infinite;
  z-index: -1;
}
.subscribe-area .newsletter-shape-6 {
  position: absolute;
  top: 0;
  left: 4%;
  opacity: 0.3;
  animation: moveleftbounce 5s linear infinite;
  z-index: -1;
}
.subscribe-area .newsletter-shape-7 {
  position: absolute;
  right: 20%;
  top: 35%;
  opacity: 0.3;
  z-index: -1;
  animation: moveleftbounce 2s linear infinite;
}
.subscribe-area .newsletter-shape-8 {
  position: absolute;
  left: 28%;
  top: 23%;
  opacity: 0.3;
  animation: moveleftbounce 2s linear infinite;
  z-index: -1;
}
.subscribe-area .newsletter-shape-9 {
  position: absolute;
  bottom: 0;
  left: 20%;
  opacity: 0.3;
  z-index: -1;
}
.subscribe-area .newsletter-shape-10 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
}

.subscribe-from {
  max-width: 870px;
  margin: auto;
  z-index: 2;
}
.subscribe-from .newsletter-form {
  position: relative;
}
.subscribe-from .newsletter-form.account-from .form-control {
  border: 1px solid var(--whateColor);
  color: var(--headingColor);
  background-color: var(--whateColor);
  box-shadow: 0px 0px 25px rgba(252, 76, 76, 0.1);
}
.subscribe-from .newsletter-form.account-from .form-control::-moz-placeholder {
  color: var(--bodyColor);
}
.subscribe-from .newsletter-form.account-from .form-control::placeholder {
  color: var(--bodyColor);
}
.subscribe-from .newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0);
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  color: var(--whateColor);
  border-radius: 0px;
}
.subscribe-from .newsletter-form .form-control::-moz-placeholder {
  color: #A7A1A1;
}
.subscribe-from .newsletter-form .form-control::placeholder {
  color: #A7A1A1;
}
.subscribe-from .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
}
.subscribe-from .newsletter-form .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.subscribe-from .newsletter-form .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.subscribe-from .newsletter-form .default-btn {
  position: absolute;
  top: 5px;
  border: none;
  padding: 18px 20px 14px 20px;
  right: 4px;
}
.subscribe-from .newsletter-form div#validator-newsletter {
  color: var(--mainColor);
  position: absolute;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
}

.account-area.login-form .section-title h2 {
  margin-bottom: 15px;
}

/* Privacy Area
==============================*/
.privacy-text h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.privacy-text p {
  margin-bottom: 20px;
}
.privacy-text p:last-child {
  margin-bottom: 0;
}

/* Start Coming Soon 
=================================*/
.coming-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-img {
  display: none;
}

.coming-soon-area {
  background-image: url(../images/coming-soon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  z-index: 1;
}
.coming-soon-area::before {
  content: "";
  position: absolute;
  background-color: rgba(37, 36, 38, 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.coming-soon-contant {
  background-color: #f8f8f8;
  padding: 70px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  text-align: center;
  position: relative;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
          clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.coming-soon-contant h2 {
  margin-bottom: 30px;
}
.coming-soon-contant p {
  margin-bottom: 30px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.coming-soon-contant img {
  margin-bottom: 20px;
}
.coming-soon-contant .newsletter-form {
  position: relative;
  margin-bottom: 50px;
}
.coming-soon-contant .newsletter-form .form-control {
  height: 70px;
  border-radius: 0px;
  background-color: var(--whateColor);
  border: 1px solid var(--mainColor);
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
.coming-soon-contant .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
}
.coming-soon-contant .newsletter-form .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.coming-soon-contant .newsletter-form .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.coming-soon-contant .newsletter-form div#validator-newsletter {
  position: absolute;
  left: 70px;
  top: 75px;
  display: block;
  color: var(--mainColor);
}
.coming-soon-contant .newsletter-form .default-btn {
  border: none;
  border-radius: 0px;
  position: absolute;
  height: 70px;
  font-family: var(--bodyFontFamily);
  top: 0;
  right: 66px;
}
.coming-soon-contant #timer {
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: bold;
  font-family: var(--bodyFontFamily);
  position: relative;
  color: var(--secondaryColor);
}
.coming-soon-contant #timer div {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}
.coming-soon-contant #timer span {
  font-size: 16px;
  font-weight: 500;
  color: var(--bodyColor);
  font-family: var(--bodyFontFamily);
  position: absolute;
  bottom: -20px;
  left: 3px;
}
.coming-soon-contant .coming-soon-list {
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.coming-soon-contant .coming-soon-list li {
  display: inline-block;
  margin-right: 10px;
}
.coming-soon-contant .coming-soon-list li:last-child {
  margin-right: 0;
}
.coming-soon-contant .coming-soon-list li a {
  background-color: #F8F8F8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  justify-content: center;
  display: block;
  align-items: center;
  color: var(--whateColor);
  transition: var(--transition);
}
.coming-soon-contant .coming-soon-list li a i {
  font-size: 15px;
  transition: var(--transition);
}
.coming-soon-contant .coming-soon-list li a:hover {
  background-color: var(--mainColor);
  border-radius: 50px;
}
.coming-soon-contant .coming-soon-list li a:hover i {
  color: var(--whiteColor);
}

/* error-contant
=================================*/
.error-contant {
  text-align: center;
}
.error-contant h1 {
  font-size: 260px;
  color: var(--headingColor);
  font-weight: bold;
  line-height: 0.8;
  display: inline-flex;
  position: relative;
  top: -32px;
}
.error-contant h1 span {
  color: var(--mainColor);
  margin: 0 60px;
}
.error-contant h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.error-contant p {
  margin-bottom: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Start Top Selling 
============================*/
.top-selling-area {
  overflow: hidden;
  position: relative;
}

.selling-tabs .tab.top-selling-tab .tabs {
  padding-left: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
}
.selling-tabs .tab.top-selling-tab .tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  background-color: #F8F8F8;
  border: 1px dashed #F8F8F8;
  padding: 8px 22px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.selling-tabs .tab.top-selling-tab .tabs li:last-child {
  margin-right: 0;
}
.selling-tabs .tab.top-selling-tab .tabs li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 550px;
  margin: auto;
  background: var(--mainColor);
  border-radius: 50%;
  z-index: -1;
  transform-origin: top center;
  transform: translateX(-50%) translateY(-5%) scale(0.4);
  transition: transform 0.9s;
}
.selling-tabs .tab.top-selling-tab .tabs li a {
  font-size: 16px;
  color: #111111;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
}
.selling-tabs .tab.top-selling-tab .tabs li.current {
  position: relative;
  z-index: 1;
  border: 1px dashed #ffffff;
  background-color: var(--mainColor);
}
.selling-tabs .tab.top-selling-tab .tabs li.current a {
  color: var(--whateColor);
}
.selling-tabs .tab.top-selling-tab .tabs li:hover::after {
  transition: transform 2s;
  transform: translateX(-45%) translateY(0) scale(1);
  transform-origin: bottom center;
}
.selling-tabs .tab.top-selling-tab .tabs li:hover a {
  color: var(--whateColor);
}
.selling-tabs .tab.top-selling-tab .tab_content .tabs_item {
  display: none;
}
.selling-tabs .tab.top-selling-tab .tab_content .tabs_item:first-child {
  display: block;
}

.tab-selling-slader.owl-theme .owl-nav .owl-prev, .tab-selling-slader.owl-theme .owl-nav .owl-next {
  background-color: #F8F8F8;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  left: -63px;
  top: 50%;
  color: var(--mainColor);
  font-size: 25px;
  font-weight: 500;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: var(--transition);
}
.tab-selling-slader.owl-theme .owl-nav .owl-prev:hover, .tab-selling-slader.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.tab-selling-slader.owl-theme .owl-nav .owl-prev:hover i, .tab-selling-slader.owl-theme .owl-nav .owl-next:hover i {
  color: var(--whateColor);
}
.tab-selling-slader.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -63px;
  transition: var(--transition);
}

.single-selling-item.special-dishes-content {
  background-color: var(--whateColor);
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  border: 1px solid rgba(229, 229, 229, 0.2);
  margin-bottom: 30px;
}
.single-selling-item.special-dishes-content .top-single-list {
  background-color: transparent;
  padding: 25px;
}
.single-selling-item.special-dishes-content .top-single-list .d-flex {
  margin-bottom: 15px;
}
.single-selling-item.special-dishes-content .default-btn {
  background-color: transparent;
  border: 1px solid rgba(250, 95, 95, 0.17);
  color: var(--mainColor);
  margin-top: 25px;
  padding: 13px 24px 10px 24px;
}
.single-selling-item.special-dishes-content .default-btn::before {
  background-color: var(--mainColor);
}
.single-selling-item.special-dishes-content .default-btn:hover {
  color: var(--whateColor);
}
.single-selling-item .selling-image {
  position: relative;
  overflow: hidden;
}
.single-selling-item .selling-image .selling-item-list {
  position: absolute;
  top: 20px;
  left: -190px;
  padding-left: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.48);
  padding: 10px;
  border-radius: 0px 50px 50px 0px;
  opacity: 0;
  transition: var(--transition);
}
.single-selling-item .selling-image .selling-item-list li {
  list-style-type: none;
  display: inline-block;
}
.single-selling-item .selling-image .selling-item-list li a {
  background-color: var(--whateColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: 0 5px;
  font-size: 20px;
  border-radius: 50px;
  color: #555555;
  transition: var(--transition);
}
.single-selling-item .selling-image .selling-item-list li a:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.single-selling-item .top-single-list {
  background-color: #F8F8F8;
  padding: 30px;
}
.single-selling-item .top-single-list .d-flex {
  margin-bottom: 10px;
}
.single-selling-item .top-single-list .d-flex.justify-content-between ul {
  padding-left: 0;
  margin: 0;
}
.single-selling-item .top-single-list .d-flex.justify-content-between ul li {
  list-style-type: none;
  display: inline-block;
  color: #F8E117;
}
.single-selling-item .top-single-list .d-flex.justify-content-between span {
  color: var(--mainColor);
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.single-selling-item .top-single-list a {
  color: var(--headingColor);
}
.single-selling-item .top-single-list a h4 {
  font-size: 22px;
  margin-bottom: 0;
  transition: var(--transition);
}
.single-selling-item .top-single-list a h4:hover {
  color: var(--mainColor);
}
.single-selling-item:hover .selling-image .selling-item-list {
  opacity: 1;
  left: 0;
}

.special-dishes-slader.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.special-dishes-slader.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  background: rgba(250, 95, 95, 0.1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: var(--mainColor);
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -90px;
  transition: var(--transition);
}
.special-dishes-slader.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.special-dishes-slader.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -90px;
}

.special-dishes-area {
  position: relative;
  overflow: hidden;
}

/* Start Grt It Area 
=============================*/
.git-it-area {
  background: linear-gradient(270deg, #F9F7F7 51.38%, rgba(249, 247, 247, 0.18) 64.45%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.git-it-area .git-shape-1 {
  position: absolute;
  top: 20%;
  left: 4%;
  z-index: -1;
  animation: animationFramesOne 8s linear infinite;
}
.git-it-area .git-shape-2 {
  position: absolute;
  bottom: 20%;
  right: 20%;
  z-index: -1;
  animation: moveleftbounce 2s linear infinite;
}
.git-it-area .git-shape-3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  animation: movebounce 5s linear infinite;
}

.git-image {
  text-align: center;
}
.git-image img {
  opacity: 0.77;
}

.single-git-contant .section-title.left-title {
  margin-bottom: 23px;
}
.single-git-contant .section-title.left-title .top-title {
  font-family: var(--bodyFontFamily);
}
.single-git-contant .section-title.left-title h2 {
  max-width: 610px;
}

/* Blog Area 
===============================*/
.blog-page-area {
  position: relative;
  overflow: hidden;
}
.blog-page-area .pagination-area {
  margin-top: 0;
}

.blog-area {
  position: relative;
  overflow: hidden;
}
.blog-area .section-title {
  margin-bottom: 0;
}
.blog-area .section-title.left-title .top-title {
  font-weight: 500;
}
.blog-area .section-title.left-title h2 {
  margin-bottom: 30px;
}
.blog-area .blog-btn {
  text-align: right;
  margin-bottom: 30px;
}

.blog-cart {
  position: relative;
  background-color: var(--whateColor);
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
}
.blog-cart.single-blog-card .blog-contant {
  padding: 30px 30px 23px 30px;
}
.blog-cart.single-blog-card .blog-contant ul .blog-time {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(0);
  margin-right: 0;
}
.blog-cart.single-blog-card-three {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.blog-cart.single-blog-card-three .blog-contant {
  padding: 30px 30px 0px 0px;
}
.blog-cart.single-blog-card-three .blog-contant h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 35px;
}
.blog-cart .blog-contant {
  padding: 0px 20px 15px 20px;
}
.blog-cart .blog-contant ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 10px;
}
.blog-cart .blog-contant ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: var(--bodyColor);
  margin-right: 15px;
  padding-left: 20px;
  position: relative;
}
.blog-cart .blog-contant ul li:last-child {
  margin-right: 0;
}
.blog-cart .blog-contant ul li i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 37%;
  transform: translateY(-50%);
}
.blog-cart .blog-contant ul li a {
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: var(--bodyColor);
  margin-left: 5px;
  transition: var(--transition);
}
.blog-cart .blog-contant ul li a:hover {
  color: var(--mainColor);
}
.blog-cart .blog-contant ul .blog-time {
  background-color: #FC4C4C;
  position: relative;
  transform: translateY(-24%);
  margin-right: 15px;
  width: 64px;
  display: inline-block;
  height: 67px;
  padding-left: 0;
  transition: var(--transition);
  text-align: center;
}
.blog-cart .blog-contant ul .blog-time p {
  color: var(--whateColor);
  font-size: 18px;
  transition: var(--transition);
  font-weight: 600;
  position: relative;
  top: 2px;
}
.blog-cart .blog-contant ul .blog-time span {
  color: var(--whateColor);
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  transition: var(--transition);
  position: relative;
  top: 10px;
}
.blog-cart .blog-contant ul .blog-time:hover {
  background-color: var(--headingColor);
}
.blog-cart .blog-contant ul .blog-time:hover p {
  color: var(--whateColor);
}
.blog-cart .blog-contant ul .blog-time:hover span {
  color: var(--whateColor);
}
.blog-cart .blog-contant h3 {
  font-size: 24px;
  margin-bottom: 15px;
  transition: var(--transition);
}
.blog-cart:hover .blog-contant a h3 {
  color: var(--mainColor);
}

.blog-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.blog-slider.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  background: rgba(250, 95, 95, 0.1);
  color: var(--mainColor);
  font-size: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -63px;
  transition: var(--transition);
}
.blog-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.blog-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -63px;
}

/* footer widget area 
===============================*/
.footer-widget-area {
  background-color: #161616;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.footer-widget-area .footer-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  animation: moveleftbounce 2s linear infinite;
  opacity: 0.5;
}
.footer-widget-area .footer-shape-3 {
  position: absolute;
  left: 12%;
  animation-duration: 5s;
  opacity: 0.5;
}
.footer-widget-area .footer-shape-4 {
  position: absolute;
  right: 0;
  top: 15%;
  animation: movebounce 2s linear infinite;
  opacity: 0.5;
}
.footer-widget-area .footer-shape-5 {
  position: absolute;
  left: 0;
  top: 15%;
  transform: translateY(-50%);
  animation: movebounce 2s linear infinite;
  opacity: 0.5;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget.footer-services {
  padding-left: 110px;
}
.footer-widget img {
  margin-bottom: 20px;
}
.footer-widget p {
  color: #D9D8D8;
  font-size: 16px;
}
.footer-widget .footer-widget-list {
  padding-left: 0;
  margin: 0;
  margin-top: 25px;
}
.footer-widget .footer-widget-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.footer-widget .footer-widget-list li:last-child {
  margin-right: 0;
}
.footer-widget .footer-widget-list li a {
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: var(--mainColor);
  display: inline-block;
  text-align: center;
  transition: var(--transition);
}
.footer-widget .footer-widget-list li a:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.footer-widget h2 {
  color: var(--whateColor);
  font-size: 20px;
  margin-bottom: 30px;
}
.footer-widget .footer-list {
  padding-left: 0;
  margin: 0;
}
.footer-widget .footer-list li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-list li i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: normal;
  transition: var(--transition);
}
.footer-widget .footer-list li a {
  font-family: var(--bodyFontFamily);
  color: #D9D8D8;
  font-weight: 400;
  transition: var(--transition);
}
.footer-widget .footer-list li:hover a {
  color: var(--mainColor);
}
.footer-widget .footer-list li:hover i {
  color: var(--mainColor);
}
.footer-widget .footer-item {
  padding: 8px 10px 10px 55px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 15px;
}
.footer-widget .footer-item:last-child {
  padding: 0px 10px 10px 55px;
  margin-bottom: 0;
}
.footer-widget .footer-item:last-child i {
  top: 38%;
}
.footer-widget .footer-item i {
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  color: var(--whateColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.footer-widget .footer-item a {
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  color: #D9D8D8;
  transition: var(--transition);
}
.footer-widget .footer-item:hover i {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.footer-widget .footer-item:hover a {
  color: var(--mainColor);
}

/* copyright-area 
================================*/
.copyright-area {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #161616;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.copyright-area .footer-shape-2 {
  position: absolute;
  right: 50px;
  bottom: 20px;
  animation-duration: 5s;
  opacity: 0.2;
}

.copyright-contant p {
  color: #D9D8D8;
}
.copyright-contant p i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.copyright-contant p a {
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 600;
  color: var(--mainColor);
  transition: var(--transition);
}
.copyright-contant p a:hover {
  color: var(--whateColor);
}

/* Preloader CSS
=================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  text-align: center;
  margin: 5px;
  border-radius: 50%;
  border: 4px solid #FF375F;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  transform-style: preserve-3d;
  position: relative;
}

.loader-inner-1 {
  animation-delay: 0.2s;
  animation: change_first_circle 4s ease-in-out infinite;
}

.loader-inner-2 {
  animation-delay: 0.2s;
  animation: change_second_circle 4s ease-in-out infinite;
}

.loader-inner-3 {
  animation-delay: 0.2s;
  width: 40px;
  height: 40px;
  animation: change_last_circle 4s linear infinite;
}
@keyframes change_first_circle {
  50% {
    transform: rotateX(360deg) scale(0.8);
  }
}
@keyframes change_second_circle {
  50% {
    transform: rotateY(360deg) scale(0.8);
  }
}
@keyframes change_last_circle {
  50% {
    transform: rotateX(360deg) scale(0.8);
  }
}
/** Go Top CSS
====================**/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 93%;
  right: -10%;
  background-color: var(--headingColor);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--mainColor);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: var(--mainColor);
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 20px;
  top: 94%;
}

/* Animate 
==============================*/
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Responsive Style */
@media only screen and (max-width: 991px) {
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 11px;
    z-index: 999;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
  }
  .mean-container .mean-bar {
    background-color: #000;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 15px 15px 0 0;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .main-nav {
    display: none !important;
  }
}
/* Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 55px;
  top: -11px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: all ease 0.5s;
  background-color: #182333;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #d83030;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.others-option-for-responsive .others-options {
  background-color: #ededed;
  padding: 15px;
  text-align: center;
}
.others-option-for-responsive .others-options ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.others-option-for-responsive .others-options ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 15px;
}
.others-option-for-responsive .others-options ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.others-option-for-responsive .others-options .search-form {
  position: relative;
  margin-left: 20px;
}
.others-option-for-responsive .others-options .search-form .src-btn {
  position: absolute;
  top: 11px;
  right: 15px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  transition: all ease 0.5s;
  color: #1b2336;
  background-color: transparent;
  border: none;
}
.others-option-for-responsive .others-options .search-form .src-btn:hover {
  color: #1b2336;
}

/* Modal CSS 
====================================*/
.productsQuickView .modal-dialog {
  max-width: 950px;
  margin: 0 auto;
}
.productsQuickView .modal-dialog .modal-content {
  border: none;
  padding: 40px 25px;
  border-radius: 0;
}
.productsQuickView .modal-dialog .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #111111;
  transition: var(--transition);
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
}
.productsQuickView .modal-dialog .modal-content .close:hover {
  background-color: var(--mainColor);
  color: var(--whateColor);
}
.productsQuickView .modal-dialog .modal-content .menu-details {
  margin-bottom: 0;
}
.productsQuickView .modal-dialog .modal-content .menu-details.shop-single-details p {
  margin-bottom: 15px !important;
}
.productsQuickView .modal-dialog .modal-content .menu-details.shop-single-details .shop-single-list li {
  margin-bottom: 5px;
}/*# sourceMappingURL=style.css.map */