
@import url("special.css");


@font-face {
  font-family: "bakilda_histori";
  src: url("../fonts/text-fonts/bakilda-histori.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "abril_display";
  src: url("../fonts/text-fonts/abril_display_regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "abril_display";
  src: url("../fonts/text-fonts/abril_display_semibold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "abril_display";
  src: url("../fonts/text-fonts/abril_display_bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "value_sans_pro";
  src: url("../fonts/text-fonts/value_sans_pro_regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "value_sans_pro";
  src: url("../fonts/text-fonts/value_sans_pro_medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "value_sans_pro";
  src: url("../fonts/text-fonts/value_sans_pro_bold.ttf");
  font-weight: 700;
}
/* Media Query Variable */
/*CSS Variable*/


:root {
  /*font Variable*/
  --ff-value-sans-pro: "value_sans_pro";
  --ff-abril-display: "abril_display";
  --ff-bakilda-histori: "bakilda_histori";
  --ff-Urbanist: 'Urbanist', sans-serif;
  --ff-dm-sans: 'Urbanist', sans-serif;
  /*Color Variable*/
  --text-heading-black: #101113;
  --text-bogy-gray: #53565c;
  --primary-yellow: #fd9900;
  --coffee-color: #86371c;
  --orange-color: #ff6347;
  --color-off-white: #f8f8f8;
  --color-white: #fff;
}
:root .cloud-ktchen {
  --primary-color: #21773e;
  --secondary-color: #ffd746;
  --accent-color: #f172ac;
  --accent2-color: #ff6d6f;
}

a {
  color: unset;
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  text-decoration: none;
  color: unset;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: var(--text-heading-black);
  font-family: var(--ff-bakilda-histori);
  font-weight: 400;
  letter-spacing: unset;
}

h2.h2 {
  font-size: 24px;
  font-family: var(--ff-abril-display);
  font-weight: 700;
  letter-spacing: 0.24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  h2.h2 {
    font-size: 22px;
  }
}

html,
body {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-bogy-gray);
  font-family: var(--ff-value-sans-pro);
  line-height: 1.5;
}
html .cloud-ktchen,
body .cloud-ktchen {
  font-family: var(--ff-dm-sans);
}
html .cloud-ktchen h1,
html .cloud-ktchen h2,
html .cloud-ktchen h3,
html .cloud-ktchen h4,
html .cloud-ktchen h5,
html .cloud-ktchen h6,
body .cloud-ktchen h1,
body .cloud-ktchen h2,
body .cloud-ktchen h3,
body .cloud-ktchen h4,
body .cloud-ktchen h5,
body .cloud-ktchen h6 {
  font-family: var(--ff-Urbanist);
  font-weight: 400;
}
html .cloud-ktchen h2,
body .cloud-ktchen h2 {
  font-size: 60px;
  line-height: 140%;
  letter-spacing: -1.2px;
}
@media only screen and (max-width: 1399.98px) {
  html .cloud-ktchen h2,
  body .cloud-ktchen h2 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1199.98px) {
  html .cloud-ktchen h2,
  body .cloud-ktchen h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  html .cloud-ktchen h2,
  body .cloud-ktchen h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  html .cloud-ktchen h2,
  body .cloud-ktchen h2 {
    font-size: 30px;
  }
}
p {
  margin-bottom: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

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

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-96 {
  margin-bottom: 96px;
}

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

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

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

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

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

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

.z-index-one {
  z-index: 1 !important;
}

.z-index-minus-one {
  z-index: -1 !important;
}

@media only screen and (max-width: 991.98px) {
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mb-96 {
    margin-bottom: 36px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-96 {
    padding-top: 36px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .pb-96 {
    padding-bottom: 36px;
  }
}
.bg_color_off_white {
  background-color: var(--color-off-white);
}

.bg_color_off_black {
  background-color: var(--text-heading-black);
}

.bg_color_coffee {
  background-color: var(--coffee-color);
}

.bg_color_off_light_black {
  background-color: #17191e;
}

.bg_color_off_light_yellow {
  background-color: #fffaf2;
}

.bg_color_off_light_orange {
  background-color: #efece7;
}

.text_color_yellow {
  color: var(--primary-yellow);
}

.text_color_white {
  color: var(--color-white);
}

.text_color_coffee {
  color: #270a05;
}

.text_color_light_coffee {
   color:black;
   font-weight: 700;
}

.font-family-value-sans {
  font-family: var(--ff-value-sans-pro);
}

.font-family-abril-display {
  font-family: var(--ff-abril-display);
}

/*
============================================
============= Custom Scroll Bar CSS ================
*/
body::-webkit-scrollbar {
  width: 0.3em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

/*
============================================
============= Custom Scroll Bar CSS End ================
*/
/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--text-heading-black);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .spinner-wrap {
  width: 140px;
  height: 140px;
  position: relative;
}

.preloader .preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #040404;
  border-top: 3px solid var(--orange-color);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
============= Preloader CSS END ================
================================================
*/
/* Custom Cursor */
.cursor {
  pointer-events: none;
  position: fixed;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: exclusion;
  transition: transform 0.3s ease, opacity 0.4s ease;
  z-index: 99999;
  transform: translate(-50%, -50%) scale(1);
}

.cursor-active {
  transform: translate(-50%, -50%) scale(2);
  opacity: 0.1;
  cursor: pointer;
}

/* Custom Cursor End */
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.back-to-top-btn i {
  color: #000;
  font-size: 18px;
  transition: 0.3s;
  -webkit-text-stroke: 1px;
}
.back-to-top-btn i::before {
  vertical-align: middle;
}

/*Back to Top btn End*/
.section-title span {
  font-family: var(--ff-value-sans-pro);
  color: var(--primary-yellow);
  display: inline-block;
}
.section-title h2 {
  font-size: 44px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-title h2 {
    font-size: 26px;
  }
}
.section-title.section-title-coffee span {
  color: var(--coffee-color);
  position: relative;
  display: inline-block;
}
.section-title.section-title-coffee span::before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 50px;
  content: "";
}
.section-title.section-title-coffee span::after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: 50px;
  content: "";
}
.section-title.section-title-coffee span.only-left-sp {
  padding-right: 0px;
}
.section-title.section-title-coffee span.only-left-sp::after {
  display: none;
}
.section-title.section-title-coffee span.white-sp::before {

}
.section-title.section-title-coffee span.white-sp::after {

}
.section-title.section-title-coffee h2 {
  color: var(--coffee-color);
}
.section-title.section-title-coffee.orange span {
  color: var(--orange-color);
}
.section-title.section-title-coffee.orange span::before {

}
.section-title.section-title-coffee.orange span::after {

}
.section-title.section-title-coffee.orange h2 {
  color: var(--text-heading-black);
}

.cloud-ktchen__header .header-title {
  flex-direction: column;
  position: relative;
  color: var(--primary-color);
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .cloud-ktchen__header .header-title {
    margin-inline: auto;
  }
}
.cloud-ktchen__header .header-title .header-highlight {
  display: inline-block;
  color: var(--secondary-color);
}
.cloud-ktchen__header .header-title .header-highlight.accent {
  color: var(--accent-color);
}
.cloud-ktchen__header .header-title .top-tag,
.cloud-ktchen__header .header-title .bottom-tag {
  position: absolute;
  display: inline-block;
  text-align: center;
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  padding: 7.5px 16px;
  transform: rotate(-15deg);
  border-radius: 10px 0;
}
@media only screen and (max-width: 767.98px) {
  .cloud-ktchen__header .header-title .top-tag,
  .cloud-ktchen__header .header-title .bottom-tag {
    display: none;
  }
}
.cloud-ktchen__header .header-title .top-tag.round,
.cloud-ktchen__header .header-title .bottom-tag.round {
  border-radius: 100px;
}
.cloud-ktchen__header .header-title .top-tag.v2,
.cloud-ktchen__header .header-title .bottom-tag.v2 {
  background-color: var(--accent2-color);
}
.cloud-ktchen__header .header-title .top-tag {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  top: -18px;
  left: -59px;
}
.cloud-ktchen__header .header-title .bottom-tag {
  background-color: var(--accent-color);
  color: var(--color-white);
  bottom: 10px;
  right: -65px;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991.98px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-top {
  padding-top: 120px;
}
@media only screen and (max-width: 991.98px) {
  .section-padding-top {
    padding-top: 60px;
  }
}

.section-padding-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991.98px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}

.row-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .row-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.row-padding-top {
  padding-top: 60px;
}
@media only screen and (max-width: 991.98px) {
  .row-padding-top {
    padding-top: 40px;
  }
}

.row-padding-bottom {
  padding-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .row-padding-bottom {
    padding-bottom: 40px;
  }
}

.common-btn {
  overflow: hidden;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  background: var(--primary-yellow);
  line-height: 1;
}
.common-btn span {
  z-index: 10;
  display: block;
}
.common-btn:hover {
  color: #fff;
}
.common-btn:hover span {
  animation: UpInitial 0.3s, UpEnd 0.3s 0.3s;
}
.common-btn.bg-coffee {
  background: var(--coffee-color);
}
.common-btn.bg-orange {
  background: var(--orange-color);
}
.common-btn.style-border {
  color: var(--primary-yellow);
  border: 1px solid #fd9900;
  background: transparent;
}
.common-btn.style-border-coffee {
  color: var(--coffee-color);
  border: 1px solid var(--coffee-color);
  background: transparent;
}
.common-btn.style-border-orange {
  color: var(--orange-color);
  border: 1px solid var(--orange-color);
  background: transparent;
}
.common-btn.border-radius-0 {
  border-radius: unset;
}
.common-btn.border-radius-50 {
  border-radius: 50px;
}
.common-btn.sign-btn {
  color: var(--text-heading-black);
  display: flex;
  align-items: center;
  padding: 3px;
  background-color: unset;
  gap: 10px;
}
.common-btn.sign-btn i {
  font-size: 25px;
  transition: all 0.4s;
  line-height: 1;
}
.common-btn.sign-btn:hover {
  color: var(--text-heading-black);
}
.common-btn.sign-btn:hover i {
  color: var(--primary-yellow);
}
@media only screen and (max-width: 991.98px) {
  .common-btn.sign-btn {
    color: #fff;
    justify-content: center;
  }
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.submit-btn .text-wrap {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--primary-color);
  border-radius: 50px;
  padding: 12px 30px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.4s ease;
  height: 50px;
  display: flex;
  align-items: center;
}
.submit-btn .icon-wrap {
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  overflow: hidden;
}
.submit-btn .icon-wrap i {
  font-size: 24px;
}
.submit-btn .icon-wrap-left {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.submit-btn .icon-wrap-right {
  width: 50px;
  opacity: 1;
}
.submit-btn:hover .text-wrap {
  background-color: var(--primary-color);
  color: var(--color-white);
  border-color: var(--primary-color);
}
.submit-btn:hover .icon-wrap {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.submit-btn:hover .icon-wrap-left {
  width: 50px;
  opacity: 1;
}
.submit-btn:hover .icon-wrap-right {
  width: 0;
  opacity: 0;
}
.submit-btn.v2 .text-wrap {
  background-color: transparent;
  border: 1px solid var(--stroke-white-bg, rgba(33, 119, 62, 0.14));
}
.submit-btn.v2:hover .text-wrap {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
}
.submit-btn.v3:hover .text-wrap {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.submit-btn.v3:hover .icon-wrap {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

@keyframes UpInitial {
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0) scale3d(1, 2, 1);
  }
}
@keyframes UpEnd {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.two-btn-wrap {
  gap: 26px;
}

.breadcrumb-area {
  padding: 280px 0 86px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-area {
    padding: 200px 0 100px;
  }
}

.breadcrumb-info h1 {
  font-size: clamp(30px, 4vw, 54px);
}

.container.custom-container {
  margin-left: calc((100% - 1320px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .container.custom-container {
    margin-left: calc((100% - 1143px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container.custom-container {
    margin-left: calc((100% - 970px) / 2);
  }
}

@media (min-width: 1400px) {
  .large-container {
    max-width: 1367px;
  }
}
@media (min-width: 1400px) {
  .container.cloud-ktchen {
    max-width: 1300px;
  }
}
@media (min-width: 100px) {
  .container.custom-container {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container.custom-container {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .container.custom-container {
    margin-left: calc((100% - 970px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .container.custom-container {
    margin-left: calc((100% - 1143px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1400px) {
  .container.custom-container {
    margin-left: calc((100% - 1320px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1400px) {
  .container.resize {
    max-width: 1366px;
  }
}
/*================================================
2. Menu CSS
=================================================*/
.menu-area {
  width: 100%;
  padding: 18px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
}
.menu-area.menu-area-bottom-border {
  box-shadow: unset;
  border-bottom: 1px solid rgba(16, 17, 19, 0.1);
}

@keyframes slide_down_site {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainmenu ul ul li ul {
  left: 201px;
  top: 64px;
}
.mainmenu ul ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
}
.mainmenu li {
  display: inline-block;
  position: relative;
  padding: 0 38px 0 0;
}
.mainmenu li a {
  color: var(--text-heading-black);
  padding: 9px 0;
  font-weight: 500;
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mainmenu li {
    padding: 0 28px 0 0;
  }
  .mainmenu li a {
    font-size: 16px;
  }
}
.mainmenu li ul {
  position: absolute;
  background: #f3f3f3;
  width: 200px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: 9;
  transform: translateY(60px);
}
.mainmenu li ul li {
  text-align: left;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 3px;
}
.mainmenu li ul li > a {
  display: inline-block;
  width: 100%;
  color: #000;
  transition: 0.3s;
  font-size: 15px;
}
.mainmenu li ul li > a:hover {
  transform: translateX(2px);
}
.mainmenu li ul a {
  color: #fff;
  width: 85%;
  text-align: left;
  margin-left: 0px;
  padding: 7px 10px;
}
.mainmenu li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.mainmenu li:hover ul ul {
  visibility: hidden;
  opacity: 0;
}
.mainmenu li > a {
  transition: 0.3s;
}
.mainmenu li.has-child-menu > a {
  position: relative;
}
.mainmenu li.has-child-menu > a::before {
  position: absolute;
  left: 106%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-family: bootstrap-icons !important;
  content: "\f282";
  transition: all 0.5s;
}
.mainmenu li.has-child-menu:hover a::before {
  transform: translateY(-50%) rotate(180deg);
}
.mainmenu li.has-child-menu ul li.has-child-menu > a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-family: bootstrap-icons !important;
  -webkit-text-stroke: 1px;
  content: "\f285";
  transition: all 0.5s;
  color: #000;
}

@media only screen and (max-width: 991.98px) {
  .menu-logo-wrap img {
    max-width: 138px;
  }
}

/*Menu Meta*/
.search-wrap {
  width: 15px;
}
.search-wrap .search-icon.active i.cancel {
  opacity: 1;
  pointer-events: auto;
}
.search-wrap .search-icon.active i.search {
  opacity: 0;
  pointer-events: none;
}
.search-wrap .search-icon i {
  position: absolute;
  top: 50%;
  color: var(--text-heading-black);
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  line-height: 1;
  z-index: 1;
  cursor: pointer;
}
.search-wrap .search-icon i.cancel {
  opacity: 0;
  pointer-events: none;
}
.search-wrap .search-field {
  transition: all 0.4s ease;
  position: absolute;
  bottom: -100px;
  right: 0px;
  opacity: 0;
  pointer-events: none;
}
.search-wrap .search-field::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 20px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: 99%;
  right: 5px;
}
.search-wrap .search-field form {
  height: 50px;
  width: 300px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 3px;
  overflow: hidden;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.08);
}
.search-wrap .search-field form input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: none;
  padding: 0 45px 0 10px;
}
.search-wrap .search-field form i {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
}
.search-wrap .search-icon.active ~ .search-field {
  opacity: 1;
  pointer-events: auto;
  bottom: -84px;
}

.menu-info-item {
  gap: 90px;
}

.menu-meta {
  gap: 25px;
}
.menu-meta .cart-icon {
  color: var(--text-heading-black);
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.menu-meta .cart-icon span {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -25%;
  left: 70%;
  border-radius: 50%;
  background-color: var(--text-heading-black);
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  font-style: normal;
  font-weight: 600;
}

/*Menu Meta end*/
@media only screen and (max-width: 991.98px) {
  .main-menu-wrap li {
    margin: 0;
    padding: 0;
  }
  .main-menu-wrap li.has-child-menu .sub-menu .has-child-menu .sub-menu {
    position: relative;
    top: unset;
    left: unset;
  }
  .main-menu-wrap li.has-child-menu:hover > .sub-menu {
    transform: unset;
    opacity: unset;
    visibility: unset;
  }
  .main-menu-wrap li.has-child-menu .sub-menu li a {
    padding: 1em 10%;
  }
  .main-menu-wrap li.has-child-menu .sub-menu {
    position: relative;
    top: unset;
    min-width: unset;
    list-style: none;
    transform: unset;
    opacity: 1;
    visibility: visible;
    transition: unset;
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    border: unset;
    padding: 0;
  }
  .main-menu-wrap li.has-child-menu::before {
    display: none;
  }
  .mean-container .mean-nav {
    position: relative;
    margin-top: 48px;
  }
  .mean-container .mean-bar {
    position: absolute;
    background: transparent;
    padding: 0px 0;
    min-height: 0px;
    z-index: 2;
    top: 0;
    right: 0;
  }
  .mean-container a.meanmenu-reveal {
    right: 12px !important;
    color: #fff;
    font-weight: 600;
    background: var(--primary-yellow);
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: inline-grid;
    padding: 12px;
    top: -7px;
  }
  .mean-container a.meanmenu-reveal i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
  }
  .mean-container a.meanmenu-reveal span {
    background: #fff;
    height: 2px;
    margin-top: 2px;
  }
  .mean-container a.meanmenu-reveal span:first-child {
    margin-top: 0px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 33px;
    border-left: unset !important;
    border-bottom: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px !important;
    font-weight: 200;
    background: none;
  }
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
  }
  .main-menu-wrap li.has-child-menu .sub-menu li a {
    color: rgba(255, 255, 255, 0.9215686275);
    font-size: 14px;
  }
  .mean-container .mean-nav > ul {
    height: 47vh;
    overflow-y: auto;
  }
  /* Menu Search */
  .search-wrap {
    z-index: 99;
  }
  .search-wrap .search-field form {
    width: 200px;
  }
  .search-wrap .search-field {
    left: 0;
    right: auto;
  }
  /* Menu Search End */
  /* Menu button */
  .meanmenu-reveal ~ .mean-nav .menu-btn-wrap {
    display: none;
  }
  .meanmenu-reveal.meanclose ~ .mean-nav .menu-btn-wrap {
    display: block;
  }
  /* Menu button End */
  /* menu End */
}
.menu-area-two {
  box-shadow: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-area-two .mainmenu li a,
.menu-area-two .search-wrap .search-icon i,
.menu-area-two .menu-meta .cart-icon {
  color: #fff;
}
.menu-area-two .mainmenu li ul li > a {
  color: var(--text-bogy-gray);
}
.menu-area-two .menu-meta .cart-icon span {
  background-color: #fff;
  color: var(--primary-yellow);
}
.menu-area-two .sign-btn {
  color: var(--color-white);
}
.menu-area-two .sign-btn:hover {
  color: var(--color-white);
}
.menu-area-two .sign-btn:hover i {
  color: var(--color-white);
}
.menu-area-two .mean-container a.meanmenu-reveal {
  background: #000;
}

@media only screen and (min-width: 992px) {
  .menu-coffee .mainmenu li a,
  .menu-coffee .search-wrap .search-icon i,
  .menu-coffee .menu-meta .cart-icon,
  .menu-coffee .common-btn.sign-btn {
    color: #270a05;
  }
  .menu-coffee .menu-meta .cart-icon span {
    background: #270a05;
  }
}

/* Menu Toggle */
.menu-toggle-btn-full-shape.show-sidebar {
  transform: translateX(0) !important;
}

.menu-toggle-btn-full-shape {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  transform: translateX(100%);
  transition: all 1s ease 0s;
  background: rgba(0, 0, 0, 0.6);
}

.menu-toggle-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  max-width: 498px;
  overflow-y: auto;
  right: 0;
  box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
}

.cart-wrap {
  background: #fff5e6;
  padding: 30px;
}
.cart-wrap .cross-icon {
  cursor: pointer;
}

.menu-toggle-body {
  padding: 44px 30px 40px;
}

.cart-count-box-wrap .cart-count-box {
  gap: 26px;
}
.cart-count-box-wrap .cart-count-box:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .cart-count-box-wrap .cart-count-box {
    gap: 16px;
  }
}
.cart-count-box-wrap .cart-count-box .cart-count-img {
  border-radius: 8px;
  max-width: 120px;
  width: 100%;
}

/*================================================
3. CTA CSS
=================================================*/
.cta-area {
  padding: 80px 0;
  background: url(../images/shapes/cta-sp-bg.svg), linear-gradient(rgb(16, 17, 19) 100%, rgb(16, 17, 19) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991.98px) {
  .cta-area {
    padding: 60px 0;
  }
}
.cta-area.cta-area-two {
  padding: 100px 0 0;
  background: unset;
}
@media only screen and (max-width: 991.98px) {
  .cta-area.cta-area-two {
    padding: 60px 0 0;
  }
}

.cta-wrap .cta-single {
  position: relative;
}
.cta-wrap .cta-single:not(:last-child)::before {
  position: absolute;
  height: 200px;
  width: 2px;
  content: "";
  background-image: url(../images/shapes/cta-sp.svg);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
@media only screen and (max-width: 991.98px) {
  .cta-wrap .cta-single:not(:last-child)::before {
    display: none;
  }
}
.cta-wrap .cta-single.cta-single-orange:not(:last-child)::before {
  background-image: url(../images/shapes/cta-sp-orange.svg);
}
@media only screen and (max-width: 991.98px) {
  .cta-wrap .cta-single.cta-single-orange:not(:last-child)::before {
    display: none;
  }
}

.cta-info h2 {
  font-size: 66px;
}
@media only screen and (max-width: 991.98px) {
  .cta-info h2 {
    font-size: 55px;
  }
}
.cta-info h2 em {
  font-style: normal;
  margin-left: -10px;
  font-size: 48px;
}
.cta-info p {
  font-size: 24px;
  margin-top: 10px;
}
@media only screen and (max-width: 991.98px) {
  .cta-info p {
    font-size: 18px;
  }
}

.time-period-area {
  background-color: var(--text-heading-black);
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .time-period-area {
    padding: 60px 0;
  }
}

.coming-soon-time-wrap .coming-soon-single-time .time-wrap-round {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  padding: 3px;
  border-radius: 50%;
  margin-bottom: 30px;
  overflow: hidden;
  background-image: url(../images/shape/time-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.coming-soon-time-wrap .coming-soon-single-time .time-wrap-round h2 {
  line-height: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--text-heading-black);
}
.coming-soon-time-wrap .coming-soon-single-time h4 {
  font-family: var(--ff-abril-display);
  font-size: 24px;
}

.cta-single-orange .coming-soon-time-wrap .coming-soon-single-time .time-wrap-round {
  background-image: url(../images/shapes/time-bg-orange.svg);
}

/*================================================
4. About CSS
=================================================*/
.about-img-wrap {
  padding-right: 105px;
}
@media only screen and (max-width: 767.98px) {
  .about-img-wrap {
    padding-right: 50px;
  }
}
.about-img-wrap .about-img-main-wrap {
  max-width: 492px;
  width: 100%;
  height: 490px;
  background-image: url(../images/about/about-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 14px;
}
@media only screen and (max-width: 767.98px) {
  .about-img-wrap .about-img-main-wrap {
    height: 550px;
  }
}
.about-img-wrap .about-img-hover-wrap {
  border: 10px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 18px;
}
@media only screen and (max-width: 767.98px) {
  .about-img-wrap .about-img-hover-wrap {
    top: auto;
    bottom: 20px;
    transform: unset;
  }
}
.about-img-wrap .about-img-hover-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(16, 17, 19, 0.2);
}
.about-img-wrap .about-img-hover-wrap .vid {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.about-img-wrap .about-img-hover-wrap .vid .vid-icon {
  line-height: 1;
  font-size: 50px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  transform: scale(0.9);
}
.about-img-wrap .about-img-hover-wrap .vid .vid-icon:hover {
  transform: scale(1);
}

.about-img-wrap-pizza {
  padding-bottom: 74px;
}
.about-img-wrap-pizza img {
  border-radius: 14px;
}
.about-img-wrap-pizza .about-img-hover-wrap {
  overflow: hidden;
  border-radius: 14px;
  border: 5px solid #fff;
  max-width: 340px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-img-wrap-pizza .about-img-hover-wrap .hover-img {
  border-radius: 9px;
}
.about-img-wrap-pizza .about-img-hover-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(16, 17, 19, 0.2);
}
.about-img-wrap-pizza .about-img-hover-wrap .vid {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.about-img-wrap-pizza .about-img-hover-wrap .vid .vid-icon {
  line-height: 1;
  font-size: 50px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  transform: scale(0.9);
}
.about-img-wrap-pizza .about-img-hover-wrap .vid .vid-icon:hover {
  transform: scale(1);
}

.about-award-box {
  overflow: hidden;
}
.about-award-box img {
  height: 85px;
  width: 85px;
  filter: grayscale(100%);
  transition: all 0.5s;
}
.about-award-box:hover img {
  filter: grayscale(0);
}

.about-slider-wrap {
  max-width: 450px;
  margin: 0;
  width: 100%;
}
.about-slider-wrap::before, .about-slider-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 20px;
  z-index: 2;
  background: linear-gradient(90deg, #fff 0%, rgba(243, 243, 243, 0) 100%);
}
.about-slider-wrap::after {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(243, 243, 243, 0) 100%);
}
.about-slider-wrap .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.about-slider-wrap .swiper-slide {
  width: auto;
}

.about-video-area {
  background: linear-gradient(rgba(16, 17, 19, 0.5) 100%, rgba(16, 17, 19, 0.5) 100%), url(../images/about/page-video-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.about-page-video-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border: 1px dotted var(--primary-yellow);
  border-radius: 50%;
  padding: 2px;
  overflow: hidden;
}
.about-page-video-icon .vid {
  background-color: var(--primary-yellow);
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  line-height: 0;
  color: #fff;
  font-size: 30px;
}

.about-video-text {
  max-width: 484px;
  width: 100%;
  margin: 0 auto;
}

.visit-box {
  box-shadow: 0px 20px 60px 0px rgba(30, 34, 41, 0.06);
  padding: 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.visit-box h2 {
  margin: 20px 0 10px;
}
.visit-box:hover {
  transform: translateY(-6px);
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.check-list li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list li i {
  color: var(--primary-yellow);
  font-size: 20px;
  line-height: 0;
}
.check-list.check-list-coffee li {
  gap: 12px;
  color: rgba(39, 10, 5, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.check-list.check-list-coffee li i {
  color: rgba(39, 10, 5, 0.7);
}
.check-list.orange li {
  font-weight: 500;
}
.check-list.orange li i {
  color: var(--orange-color);
}

.wp-block-quote {
  border-radius: 10px;
  background: var(--color-white);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
  padding: 45px;
  z-index: 1;
}
.wp-block-quote::before {
  position: absolute;
  background-image: url(../images/icon/quote-up.svg);
  content: "";
  left: 15px;
  top: 15px;
  width: 60px;
  height: 60px;
  z-index: -1;
}
.wp-block-quote p {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
}
.wp-block-quote cite {
  font-size: 20px;
  font-family: var(--ff-abril-display);
  font-style: normal;
  font-weight: 700;
  color: var(--text-heading-black);
  margin-top: 15px;
  display: inline-block;
}

.details-tag-wrap {
  gap: 5px;
  padding: 20px 0;
  border-top: 1px solid #ecf0f5;
  border-bottom: 1px solid #ecf0f5;
}
.details-tag-wrap span {
  font-weight: 700;
  color: var(--text-heading-black);
}

.comments-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.comments-wrap .single-comments-box {
  display: flex;
  gap: 20px;
}
.comments-wrap .single-comments-box .comments-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 3px;
  border: 1px dashed var(--primary-yellow);
  overflow: hidden;
}
.comments-wrap .single-comments-box .comments-info h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--ff-abril-display);
  margin-bottom: 8px;
}
.comments-wrap .single-comments-box .comments-info h3 span {
  font-size: 16px;
  font-weight: 400;
}
.comments-wrap .single-comments-box .comments-info h3 a {
  float: right;
  font-family: var(--ff-value-sans-pro);
  font-size: 18px;
  font-weight: 700;
  color: #5b5b5b;
}
.comments-wrap .single-comments-box .comments-info h3 a i {
  margin-right: 4px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767.98px) {
  .comments-wrap .single-comments-box .comments-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .comments-wrap .single-comments-box .comments-info h3 {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    order: 1;
  }
}
.comments-wrap .single-comments-box:hover .comments-info h3 a i {
  color: var(--primary-yellow);
  transform: translateX(-3px);
}
.comments-wrap .single-comments-box:nth-child(even) {
  margin-left: 85px;
  border-bottom: 1px solid #ecf0f5;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .comments-wrap .single-comments-box:nth-child(even) {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .comments-wrap .single-comments-box {
    flex-direction: column;
  }
  .comments-wrap .single-comments-box:not(:last-child) {
    border-bottom: 1px solid #ecf0f5;
    padding-bottom: 25px;
  }
}
.comments-wrap.comments-wrap-rating .single-comments-box .social-btn {
  gap: 24px;
}
.comments-wrap.comments-wrap-rating .single-comments-box .social-btn li {
  font-size: 14px;
  font-weight: 500;
  color: rgba(16, 17, 19, 0.7);
  cursor: pointer;
}
.comments-wrap.comments-wrap-rating .single-comments-box:nth-child(even) {
  margin-left: 0px;
  border-bottom: unset;
  padding-bottom: unset;
}
.comments-wrap.comments-wrap-rating .single-comments-box:not(:last-child) {
  border-bottom: 1px solid #ecf0f5;
  padding-bottom: 24px;
}

.about-content-info-wrap {
  gap: 50px;
}
.about-content-info-wrap::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ddd;
  content: "";
  height: 100%;
  width: 1px;
}
@media only screen and (max-width: 575.98px) {
  .about-content-info-wrap.about-content-info-coffee-wrap {
    gap: 30px;
  }
  .about-content-info-wrap.about-content-info-coffee-wrap::before {
    display: none;
  }
}

.about-content-info-single {
  gap: 20px;
  flex-grow: 1;
}
.about-content-info-single .about-content-info-details p {
  font-size: 14px;
  margin-top: 5px;
}
.about-content-info-single.about-content-info-single-coffee .about-content-info-details p {
  max-width: 230px;
  font-size: 16px;
  margin-top: 10px;
}

.about-img-wrap-two {
  padding: 0 50px;
}
.about-img-wrap-two img {
  border-radius: 18px;
}
.about-img-wrap-two .about-two-cta {
  position: absolute;
  text-align: center;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  padding: 10px 20px;
}
.about-img-wrap-two .about-two-cta p {
  color: var(--text-heading-black);
  font-size: 18px;
}
.about-img-wrap-two .about-two-cta.one {
  top: 40px;
  right: 0;
  animation: slide_1 18s ease-in-out alternate infinite;
}
.about-img-wrap-two .about-two-cta.two {
  right: 0;
  bottom: 120px;
  animation: slide_2 15s ease-in-out alternate infinite;
}

.about-bg-sp {
  width: 64%;
}

.coffee-cta-video {
  border-radius: 0px 0px 12px 12px;
  background: #86371c;
  height: 326px;
  padding: 50px 10px;
}
.coffee-cta-video h2 {
  gap: 18px;
}
.coffee-cta-video h2 .vid i {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}
.coffee-cta-video .arrow-bottom {
  top: 30px;
  animation: up_to_bottom 1s alternate infinite linear;
}

@keyframes up_to_bottom {
  0% {
    top: 30px;
  }
  100% {
    top: 10px;
  }
}
.coffee-cta-info-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  position: relative;
  padding: 70px 10px;
}
.coffee-cta-info-wrap::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #efece7;
  height: 100%;
  width: 20000%;
  content: "";
  z-index: -1;
}
.coffee-cta-info-wrap .coffee-cta-info-single {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .coffee-cta-info-wrap .coffee-cta-info-single:not(:first-child)::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    background-color: rgba(39, 10, 5, 0.1);
    height: 120px;
    width: 1px;
    content: "";
    z-index: -1;
  }
}
.coffee-cta-info-wrap .coffee-cta-info-single h2 {
  margin-bottom: 24px;
}
.coffee-cta-info-wrap .coffee-cta-info-single .coffee-cta-info-text {
  max-width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .coffee-cta-info-wrap {
    grid-gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .coffee-cta-info-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .coffee-cta-info-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 10px;
  }
  .coffee-cta-info-wrap .coffee-cta-info-single h2 {
    margin-bottom: 14px;
  }
}

/*================================================
5. Trending CSS
=================================================*/
.trending-box {
  border-radius: 15px;
}
.trending-box img {
  transition: all 0.5s;
}
.trending-box .trending-hover-info {
  transition: all 0.3s;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
  left: 0;
  bottom: -50px;
  color: #fff;
  padding: 20px;
}
.trending-box .trending-hover-info i {
  font-size: 50px;
}
.trending-box .trending-hover-info .trending-category {
  color: var(--primary-yellow);
  margin: 11px 0 8px;
}
.trending-box .trending-hover-info .h2 {
  font-weight: 500;
}
.trending-box .trending-hover-info .line {
  text-align: center;
  height: 0.5px;
  width: 60px;
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 20px auto 30px;
}
.trending-box .trending-hover-info .trending-permalink {
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.trending-box:hover img {
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  transition: all 1s ease;
}
.trending-box:hover .trending-hover-info {
  bottom: 0;
}
.trending-box:hover .trending-hover-info .line {
  width: 100%;
  transition-duration: 0.8s;
}

.category {
  background: var(--primary-yellow);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  width: 40px;
  line-height: 1;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-20deg);
  z-index: 3;
  animation: beat_zm 0.7s ease infinite alternate;
}
.category::after, .category::before {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -2;
  transform: rotate(30deg);
}
.category::after {
  transform: rotate(60deg);
}
.category.category-trending {
  left: 30px;
  top: 30px;
}
.category.discount-category {
  height: 60px;
  width: 60px;
  margin: 0 auto 50px;
  font-size: 22px;
  font-weight: 700;
}

@keyframes beat_zm {
  0% {
    transform: rotate(-20deg) scale(1);
  }
  100% {
    transform: rotate(-20deg) scale(1.1);
  }
}
.slider-button-wrap {
  gap: 25px;
}
.slider-button-wrap .slide-btn-prev,
.slider-button-wrap .slide-btn-next {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1;
  color: var(--primary-yellow);
  border: 1px solid #fd9900;
}
.slider-button-wrap .slide-btn-prev i,
.slider-button-wrap .slide-btn-next i {
  -webkit-text-stroke: 0.5px;
}
.slider-button-wrap.slider-button-wrap-coffee {
  gap: 20px;
}
.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev,
.slider-button-wrap.slider-button-wrap-coffee .slide-btn-next {
  line-height: 0;
  color: var(--coffee-color);
  border: 1px dotted var(--coffee-color);
  transition: all 0.3s;
  opacity: 0.5;
}
.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev i,
.slider-button-wrap.slider-button-wrap-coffee .slide-btn-next i {
  -webkit-text-stroke: 0.5px;
}
.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev:hover,
.slider-button-wrap.slider-button-wrap-coffee .slide-btn-next:hover {
  opacity: 1;
}
.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev {
  transform: rotateY(190deg);
}
.slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-prev,
.slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-next {
  color: var(--orange-color);
  border: 1px dotted var(--orange-color);
}
.slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-prev:hover,
.slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-next:hover {
  opacity: 1;
  color: var(--color-white);
  border: 1px dotted var(--orange-color);
  background-color: var(--orange-color);
}

.trending-box-two {
  border-radius: 30px;
  border: 8px solid transparent;
  transition: all 0.4s linear;
}
.trending-box-two .trending-two-hover-info {
  padding: 50px;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
  transition: all 0.4s linear;
  opacity: 0;
  transform: translateY(50%);
}
.trending-box-two .trending-two-hover-info p {
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.24px;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  transition-delay: 0.1s;
}
.trending-box-two:hover {
  border: 8px solid rgba(16, 17, 19, 0.4);
}
.trending-box-two:hover .trending-two-hover-info {
  opacity: 1;
  transform: translateY(0);
}
.trending-box-two:hover .trending-two-hover-info p {
  transform: scaleY(1);
}

.trending-area-black .trending-box-two:hover {
  border: 8px solid rgba(254, 254, 254, 0.2);
}

/*================================================
6. Food Menu CSS
=================================================*/
.food-menu-category {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.food-menu-category .nav-item {
  border-bottom: 0.5px solid #d9d9d9;
  flex-grow: 1;
}
.food-menu-category .nav-item .nav-link {
  width: 100%;
  padding: 0 10px 12px;
  line-height: 1;
  font-family: var(--ff-abril-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.24px;
  color: var(--text-heading-black);
  border-radius: unset;
  white-space: nowrap;
}
.food-menu-category .nav-link.active,
.food-menu-category .show > .nav-link {
  border-bottom: 2px solid #fd9900;
  background-color: unset;
}
@media only screen and (max-width: 767.98px) {
  .food-menu-category {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

.food-menu-info {
  background: #fff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 15px;
}
.food-menu-info .food-menu-img {
  padding: 8px;
  border-radius: 50%;
  display: inline-block;
  border: 1px dashed #fd9900;
  overflow: hidden;
  margin-top: -96px;
}
@media only screen and (max-width: 991.98px) {
  .food-menu-info .food-menu-img {
    margin-top: 0px;
  }
}
.food-menu-info span {
  font-size: 12px;
  display: block;
}
.food-menu-info .food-menu-title {
  margin: 14px 0 5px;
}
.food-menu-info .food-menu-price {
  color: var(--primary-yellow);
  margin: 20px 0 5px;
}
.food-menu-info .common-btn span {
  font-size: 16px;
}
.food-menu-info.food-menu-info-shop {
  margin-top: 68px;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 991.98px) {
  .food-menu-info.food-menu-info-shop {
    margin-top: 0px;
  }
}
.food-menu-info.food-menu-info-shop .food-menu-title {
  font-size: 20px;
}
.food-menu-info.food-menu-info-shop .food-menu-price {
  margin: 6px 0 4px;
  color: var(--text-heading-black);
  font-weight: 800;
}
.food-menu-info.food-menu-info-shop .rating li {
  font-size: 11px;
}
.food-menu-info.food-menu-info-shop p {
  font-size: 15px;
}
.food-menu-info.food-menu-info-shop:hover {
  transform: translateY(-4px);
}

.food-slide {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  height: 280px;
}
.food-slide .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: none;
  width: 130px;
}
.food-slide .swiper-slide img {
  width: 100%;
  display: block;
}
.food-slide .swiper-slide.swiper-slide-active {
  z-index: 9;
}
.food-slide .swiper-slide.swiper-slide-active img {
  transform: scale(2);
  transition: all 0.5s;
}
@media only screen and (max-width: 767.98px) {
  .food-slide .swiper-slide.swiper-slide-active img {
    transform: scale(1.7);
  }
}

.food-slide-area {
  background-color: #101113;
  background: radial-gradient(55% 44% at top, rgba(0, 0, 0, 0.17) 16.65% 99%, #101113) top/100% 58% no-repeat, radial-gradient(55% 44% at bottom, #fff 99%, #101113) bottom/100% 58% no-repeat;
  margin-top: -80px;
}

.food-menu-two-box {
  border-radius: 20px;
}
.food-menu-two-box .food-menu-two-img img {
  transition: all 0.3s ease-in-out;
}
.food-menu-two-box .food-menu-two-info {
  border: 1px solid rgba(217, 217, 217, 0.6705882353);
  border-radius: 20px;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  border-top: unset;
  padding: 20px;
  margin-bottom: 1px;
}
.food-menu-two-box .food-menu-two-info span {
  font-size: 10px;
  letter-spacing: 0.1px;
}
.food-menu-two-box .food-menu-two-info p {
  margin: 10px 0;
}
.food-menu-two-box .food-menu-two-info h3 {
  font-family: var(--ff-abril-display);
  font-size: 24px;
  font-weight: 600;
}
.food-menu-two-box .food-menu-two-info h3 .add-cart-button {
  float: right;
  color: var(--primary-yellow);
  transition: all 0.3s linear;
}
.food-menu-two-box:hover .food-menu-two-img img {
  transform: scale(1.05);
}
.food-menu-two-box:hover .food-menu-two-info h3 .add-cart-button {
  transform: rotateY(180deg);
}

.food-menu-two-category {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.food-menu-two-category::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(16, 17, 19, 0.5);
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .food-menu-two-category {
    padding: 30px 0;
  }
}
.food-menu-two-category h2 {
  font-family: var(--ff-abril-display);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .food-menu-two-category h2 {
    font-size: 25px;
  }
}
.food-menu-two-category .slider-button-wrap .slide-btn-prev,
.food-menu-two-category .slider-button-wrap .slide-btn-next {
  color: var(--color-white);
  border: 1px solid #fff;
}

.discount-menu-box {
  padding: 20px;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  gap: 40px;
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .discount-menu-box {
    gap: 25px;
  }
}
.discount-menu-box .discount-menu-img {
  max-width: 263px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.discount-menu-box .discount-menu-img img {
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1399.98px) {
  .discount-menu-box .discount-menu-img {
    max-width: 232px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .discount-menu-box .discount-menu-img {
    max-width: 100%;
  }
}
.discount-menu-box .discount-menu-info h3 {
  font-family: var(--ff-abril-display);
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .discount-menu-box .discount-menu-info h3 {
    font-size: 20px;
  }
}
.discount-menu-box .discount-menu-info h3 del {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
}
.discount-menu-box:hover .discount-menu-img img {
  transform: scale(1.08);
}
.discount-menu-box:hover .discount-menu-info .rating {
  transform: rotateX(360deg);
  transition: all 0.3s;
}

.discount-menu-area-black .discount-menu-box {
  background: #1d1f28;
}
.discount-menu-area-black .discount-menu-box .discount-menu-info h2,
.discount-menu-area-black .discount-menu-box .discount-menu-info p,
.discount-menu-area-black .discount-menu-box .discount-menu-info h3 {
  color: var(--color-white);
}

.menu-book-box-wrap {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media only screen and (max-width: 991.98px) {
  .menu-book-box-wrap {
    display: flex;
    flex-direction: column;
    row-gap: unset;
    -moz-column-gap: unset;
         column-gap: unset;
    gap: 24px;
  }
}

.menu-book-box {
  border: 1px solid #ebecf1;
  border-radius: 18px;
  padding: 25px;
  transition: all 0.2s linear;
}
.menu-book-box .dots {
  flex-grow: 1;
  position: relative;
  padding: 0 40px;
  margin: 0 10px;
}
.menu-book-box .dots::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #d1d1d1;
}
.menu-book-box .menu-book-info-wrap {
  gap: 15px;
  position: relative;
}
.menu-book-box .menu-book-info-wrap .menu-book-img {
  max-width: 84px;
  height: 84px;
  width: 100%;
  padding: 10px;
  border-radius: 50%;
  background-color: var(--color-off-white);
  border: 1px dashed var(--primary-yellow);
}
.menu-book-box .menu-book-info-wrap .menu-book-info {
  width: 100%;
}
.menu-book-box .menu-book-info-wrap .menu-book-info h2 {
  font-size: 20px;
}
.menu-book-box .menu-book-info-wrap .menu-book-info p {
  font-size: 15px;
}
.menu-book-box .menu-book-price h2 {
  color: var(--primary-yellow);
}
@media only screen and (max-width: 767.98px) {
  .menu-book-box {
    padding: 15px;
  }
  .menu-book-box .menu-book-info-wrap .menu-book-info h2 {
    font-size: 18px;
  }
  .menu-book-box .dots {
    padding: 0 20px;
    margin: 0 10px;
  }
}
.menu-book-box:hover {
  transform: translateY(-6px);
}

.coffeemenu-book-box-wrap .menu-book-box .menu-book-info-wrap .menu-book-info p {
  color: rgba(39, 10, 5, 0.7);
}
.coffeemenu-book-box-wrap .menu-book-box .menu-book-info-wrap .menu-book-img {
  background-color: rgba(39, 10, 5, 0.1);
  border: 1px dashed var(--coffee-color);
}
.coffeemenu-book-box-wrap .menu-book-box .menu-book-price h2 {
  color: var(--coffee-color);
}

.pizzamenu-book-box-wrap .menu-book-box .menu-book-info-wrap .menu-book-img {
  padding: 0;
  background-color: unset;
  border: unset;
}
.pizzamenu-book-box-wrap .menu-book-box .menu-book-price h2 {
  color: var(--orange-color);
}

.food-menu-area-black .food-menu-category .nav-item {
  border-bottom: 0.5px solid rgba(235, 236, 241, 0.3882352941);
}
.food-menu-area-black .food-menu-category .nav-item .nav-link {
  color: var(--color-white);
}
.food-menu-area-black .menu-book-box .menu-book-info-wrap .menu-book-img {
  background-color: rgba(253, 153, 0, 0.0784313725);
}
.food-menu-area-black .menu-book-box .menu-book-info-wrap .menu-book-info h2,
.food-menu-area-black .menu-book-box .menu-book-info-wrap .menu-book-info p {
  color: var(--color-white);
}

/*================================================
7. Chef CSS
=================================================*/
.chefs-box {
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
@media only screen and (max-width: 767.98px) {
  .chefs-box {
    height: 400px;
  }
}
.chefs-box .chefs-hover-info {
  padding: 20px;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transform: translateY(-97px);
  transition: 0.7s;
}
.chefs-box .chefs-hover-info span {
  color: var(--primary-yellow);
  margin-bottom: 25px;
}
.chefs-box:hover .chefs-hover-info {
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translateY(0);
  transition: 0.7s;
  justify-content: center;
}
.chefs-box:hover .chefs-hover-info h2 {
  color: var(--color-white);
  transition: 0.3s;
}

.chef-two-box {
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
}
.chef-two-box img {
  transform: translateX(0) scale(1.05);
  transition: all 0.3s ease;
}
.chef-two-box .chef-two-info {
  padding: 30px 20px;
}
.chef-two-box .chef-two-info p {
  margin: 5px 0 10px;
}
.chef-two-box:hover img {
  transform: translateX(2%) scale(1.05);
}

.social-list li {
  font-size: 20px;
  transition: 0.4s;
}
.social-list li:not(:last-child) {
  margin-right: 8px;
}
.social-list li:hover {
  transform: translateY(-4px);
}
.social-list.chefs-social-list li {
  color: var(--color-white);
}
.social-list.chefs-social-list li:hover {
  color: var(--primary-yellow);
}
.social-list.chefs-social-two li {
  color: var(--primary-yellow);
}
.social-list.chefs-social-three li:not(:last-child) {
  margin-right: 22px;
}
.social-list.chefs-social-three li i {
  height: 27px;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-yellow);
  border-radius: 50%;
  color: var(--color-white);
  line-height: 0;
  font-size: 16px;
}

.coffee-team-area {
  background: url(../images/coffee/coff-team-bg-sp.png), linear-gradient(rgb(39, 10, 5) 100%, rgb(39, 10, 5) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.coffee-team-box .coffee-team-img {
  background-color: #efece7;
  border-radius: 20px;
  overflow: hidden;
}
.coffee-team-box .coffee-team-img .coffee-team-hover {
  height: 0;
  width: 90%;
  opacity: 0;
  transition: all 0.2s linear;
  background-color: rgba(244, 177, 131, 0.8);
  border-radius: 8px;
}
.coffee-team-box .coffee-team-img .coffee-team-hover .coffee-team-socil {
  gap: 21px;
}
.coffee-team-box:hover .coffee-team-img .coffee-team-hover {
  height: 90%;
  opacity: 1;
}
.coffee-team-box.pizza .coffee-team-hover {
  background-color: rgba(16, 17, 19, 0.4);
}

/*================================================
8. Info CSS
=================================================*/
.discount-box {
  height: 450px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.discount-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s;
}
.discount-box .discount-info-wrap h2 {
  margin: 10px 0 5px;
}

.info-slide-wrap .swiper-slide-active .discount-box::before {
  z-index: -1;
}

.info-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 20px !important;
}
.info-pagination span {
  background-color: #fff;
  height: 12px;
  width: 12px;
}
.info-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}

.common-pagination span {
  background-color: #000;
  height: 12px;
  width: 12px;
}
.common-pagination span.swiper-pagination-bullet-active {
  background-color: var(--primary-yellow);
}
.common-pagination.pizza-testimonial-pagination span.swiper-pagination-bullet-active {
  background-color: var(--orange-color);
}
.common-pagination.common-pagination-two span {
  background-color: #fff;
}
.common-pagination.common-pagination-two span.swiper-pagination-bullet-active {
  background-color: var(--primary-yellow);
}
.common-pagination.coffee-testimonial-pagination span {
  background-color: #eae7e6;
  height: 1.8px;
  width: 80px;
  opacity: 1;
  line-height: 1;
  border-radius: unset;
}
.common-pagination.coffee-testimonial-pagination span.swiper-pagination-bullet-active {
  background-color: var(--coffee-color);
  opacity: 1;
}

.info-opening-hours-wrap {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px;
}

.opening-hours-details {
  border-top: 1px solid rgba(221, 221, 221, 0.2784313725);
}
.opening-hours-details::before {
  position: absolute;
  background-color: rgba(253, 153, 0, 0.3215686275);
  width: 0.3px;
  height: 60%;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.opening-hours-details .opening-hours-cont h6 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .opening-hours-details .opening-hours-cont h6 {
    font-size: 15px;
  }
}
.opening-hours-details .opening-hours-cont .time {
  font-size: 20px;
}
.opening-hours-details .opening-hours-cont .time:not(:last-child) {
  margin-bottom: 10px;
}

/*================================================
9. Testimonial CSS
=================================================*/
.testimonial-single .testimonial-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.testimonial-single .testimonial-info .designation {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 3px 0 10px;
}
.testimonial-single .testimonial-info .testimonial-desc {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
.testimonial-single .testimonial-info .testimonial-desc span {
  position: absolute;
}
.testimonial-single .testimonial-info .testimonial-desc span svg {
  height: 40px;
  width: 40px;
}
.testimonial-single .testimonial-info .testimonial-desc span.quote-top {
  left: 0;
  bottom: 104%;
}
.testimonial-single .testimonial-info .testimonial-desc span.quote-bottom {
  right: 0;
  bottom: 0;
}

.rating li {
  color: var(--primary-yellow);
}
.rating li:not(:last-child) {
  margin-right: 5px;
}

.testimonial-anim-1 {
  animation: slide_1 18s ease-in-out alternate infinite;
  top: 50%;
  left: 100px;
}

.testimonial-anim-2 {
  animation: slide_2 15s ease-in-out alternate infinite;
  top: 40%;
  right: 150px;
}

@keyframes slide_1 {
  0% {
    transform: translate(0) rotate(0deg);
  }
  15% {
    transform: translate(10px, 10px) rotate(15deg);
  }
  30% {
    transform: translate(10px, -15px) rotate(0deg);
  }
  45% {
    transform: translate(-10px, -25px) rotate(-10deg);
  }
  60% {
    transform: translate(0, 25px) rotate(15deg);
  }
  75% {
    transform: translate(-10px, -15px) rotate(10deg);
  }
  90% {
    transform: translate(-5, -5px) rotate(-10deg);
  }
  100% {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes slide_2 {
  0% {
    transform: translate(0) rotate(0deg);
  }
  25% {
    transform: translate(15px, -5px) rotate(-15deg);
  }
  50% {
    transform: translate(-10px, 10px) rotate(0deg);
  }
  75% {
    transform: translate(5px, -5px) rotate(15deg);
  }
  100% {
    transform: translate(0) rotate(0deg);
  }
}
.swiper-slide.testimonial-card-single {
  border-radius: 18px;
  background: #fff;
  padding: 32px;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
}

.testimonial-card {
  max-width: 900px;
  height: auto;
}
.testimonial-card .swiper-slide-shadow {
  background: linear-gradient(180deg, rgba(255, 196, 81, 0.07) 0%, rgba(246, 250, 255, 0) 93.77%);
}

.testimonial-card-info h2 {
  margin: 10px 0 4px;
}
.testimonial-card-info p {
  margin-top: 20px;
}
.testimonial-card-info .rating {
  margin-top: 10px;
}

.testimonial-area-black .swiper-slide.testimonial-card-single {
  background: #1d1f28;
}
.testimonial-area-black .testimonial-card {
  max-width: 900px;
  height: auto;
}
.testimonial-area-black .testimonial-card .swiper-slide-shadow {
  background: linear-gradient(180deg, rgba(226, 220, 207, 0.09) 0%, rgba(100, 101, 103, 0.4) 93.77%);
}
.testimonial-area-black .testimonial-card-info p,
.testimonial-area-black .testimonial-card-info h2,
.testimonial-area-black .testimonial-card-info span {
  color: var(--color-white);
}

.coffee-testimonial-box {
  opacity: 1;
  transition: all 0.5s linear;
}
.coffee-testimonial-box .coffee-testimonial-info {
  border-radius: 14px;
  background: var(--color-white);
  border: 1px solid rgba(221, 221, 221, 0.2784313725);
  padding: 40px;
}
@media only screen and (max-width: 991.98px) {
  .coffee-testimonial-box .coffee-testimonial-info {
    padding: 20px;
  }
}
.coffee-testimonial-box .coffee-testimonial-info h2 {
  font-family: var(--ff-abril-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 172.727%;
}
.coffee-testimonial-box .coffee-testimonial-author-box {
  gap: 24px;
}

.coffee-testimonial-slide .swiper-slide-active .coffee-testimonial-box {
  opacity: 1;
}

.testimonial-coffee-anim-1 {
  top: 20px;
  left: 20px;
  animation: slide_1 18s ease-in-out alternate infinite;
  width: 9%;
}

.testimonial-coffee-anim-2 {
  top: 50%;
  right: 30px;
  animation: slide_2 18s ease-in-out alternate infinite;
  width: 9%;
}

.pizza-testimonial-info .pizza-testimonial-info-text {
  color: #270a05;
  font-size: 24px;
  line-height: 150%;
}
.pizza-testimonial-info .pizza-testimonial-author-box {
  padding-top: 34px;
  margin-top: 40px;
  border-top: 1px solid rgba(16, 17, 19, 0.1);
}
@media only screen and (max-width: 991.98px) {
  .pizza-testimonial-info .pizza-testimonial-author-box {
    padding-top: 24px;
    margin-top: 22px;
  }
}

/*================================================
10. Reservation CSS
=================================================*/
.reservation-area {

  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-position: center;
}
.reservation-area.reservation-area-padding {
  padding: 50px 0;
}
@media only screen and (max-width: 991.98px) {
  .reservation-area.reservation-area-padding {
    padding: 60px 0;
  }
}

.reservation-area-coffee {

  background-size: cover;
  background-position: center;
}
.reservation-area-coffee.reservation-area-padding {
  padding: 90px 0;
}
@media only screen and (max-width: 991.98px) {
  .reservation-area-coffee.reservation-area-padding {
    padding: 60px 0;
  }
}
.reservation-area-coffee.black-bg {
  background-image: url('../images/ara-gecis.png');
  background-repeat: no-repeat;
}

.ui-datepicker {
  font-size: 15px;
  color: #1b1b1b;
  background: #fff;
  z-index: 100 !important;
  border: 1px solid #fff;
  border-radius: 0px;
}
.ui-datepicker .ui-datepicker-header {
  background: #fd9900;
  border: #fd9900;
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev:after {
  font-size: 13px;
  content: "\f284";
  font-family: bootstrap-icons !important;
  color: #fff;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before {
  font-size: 13px;
  content: "\f285";
  font-family: bootstrap-icons !important;
  color: #fff;
  float: right;
  cursor: pointer;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #f8f5f0;
  background: #f8f5f0;
  color: #1b1b1b;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fd9900;
  background: #fd9900;
  font-weight: normal;
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: transparent;
  border: 1px solid transparent;
}

.select1_inner {
  position: relative;
}
.select1_inner::after {
  pointer-events: none;
  content: "";
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 500px;
}
.select2-container--default .select2-selection--single {
  background: none;
  border-radius: 0;
  border: none;
  height: auto;
  width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f4f4f4;
  color: var(--primary-yellow);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f4f4f4;
  color: var(--primary-yellow);
}

.selection {
  display: inline-flex;
  width: 100%;
}

.select2-dropdown {
  background: none;
  border-radius: 0;
  z-index: 100;
  min-width: 0px;
  border: none;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #ececec;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #ececec;
}

.select2-results__option {
  padding: 10px 30px;
  background: #fff;
  font-size: 15px;
  line-height: 20px;
  color: #1b1b1b;
  border: 1px solid #ececec;
  text-align: center;
}
.select2-results__option:first-child {
  border-top: none;
}

.small .select2-results__option {
  padding-left: 0;
}

.booking-form {
  background: rgba(16, 17, 19, 0.7);
  padding: 30px;
  z-index: 1;
  border-radius: 4px;
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.12) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.booking-form input,
.booking-form textarea,
.booking-form .select2 {
  position: relative;
  width: 100% !important;
  background: #fff;
  border: none;
  padding: 12px 25px;
  color: #1a1a1d;
  border-radius: 6px;
}
.booking-form input *:focus,
.booking-form textarea *:focus,
.booking-form .select2 *:focus {
  outline: none !important;
}
.booking-form input::-moz-placeholder, .booking-form textarea::-moz-placeholder, .booking-form .select2::-moz-placeholder {
  color: #8b8d8e;
}
.booking-form input::placeholder,
.booking-form textarea::placeholder,
.booking-form .select2::placeholder {
  color: #8b8d8e;
}
.booking-form .form-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(253, 153, 0, 0.9215686275);
  height: 17px;
  width: 17px;
}
.booking-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8b8d8e;
}
.booking-form.booking-form-two {
  border: unset;
  background: transparent;
  padding: 0;
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
}
.booking-form.booking-form-two input,
.booking-form.booking-form-two textarea,
.booking-form.booking-form-two .select2 {
  background: #fff;
  color: #000;
  border: 1px solid #e6e6e6;
}
.booking-form.booking-form-two input::-moz-placeholder, .booking-form.booking-form-two textarea::-moz-placeholder, .booking-form.booking-form-two .select2::-moz-placeholder {
  color: #a4aab2;
}
.booking-form.booking-form-two input::placeholder,
.booking-form.booking-form-two textarea::placeholder,
.booking-form.booking-form-two .select2::placeholder {
  color: #a4aab2;
}
.booking-form.coffee-booking-form {
  border-radius: 14px;
  background: rgba(134, 55, 28, 0.6);
}
.booking-form.coffee-booking-form input,
.booking-form.coffee-booking-form textarea,
.booking-form.coffee-booking-form .select2 {
  background: rgba(39, 10, 5, 0.6);
  color: #fff;
}
.booking-form.coffee-booking-form input::-moz-placeholder, .booking-form.coffee-booking-form textarea::-moz-placeholder, .booking-form.coffee-booking-form .select2::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.booking-form.coffee-booking-form input::placeholder,
.booking-form.coffee-booking-form textarea::placeholder,
.booking-form.coffee-booking-form .select2::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.booking-form.coffee-booking-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.booking-form.coffee-booking-form .form-icon {
  color: #f4b183;
}
.booking-form.coffee-booking-form .common-btn {
  background: #270a05;
}
.booking-form.booking-form-pizza {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
}
.booking-form.booking-form-pizza input,
.booking-form.booking-form-pizza textarea,
.booking-form.booking-form-pizza .select2 {
  background: rgba(16, 17, 19, 0.6);
  color: #fff;
}
.booking-form.booking-form-pizza input::-moz-placeholder, .booking-form.booking-form-pizza textarea::-moz-placeholder, .booking-form.booking-form-pizza .select2::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.booking-form.booking-form-pizza input::placeholder,
.booking-form.booking-form-pizza textarea::placeholder,
.booking-form.booking-form-pizza .select2::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.booking-form.booking-form-pizza .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.booking-form.booking-form-pizza .form-icon {
  color: #fff;
}
.booking-form.booking-form-pizza .common-btn {
  background: var(--text-heading-black);
}
.booking-form.booking-form-checkout {
  padding: 0;
}
.booking-form.booking-form-checkout input,
.booking-form.booking-form-checkout textarea,
.booking-form.booking-form-checkout .select2 {
  border: 1px solid #efefef;
}

/*================================================
11. Hero CSS
=================================================*/
.hero-area {
  padding: 200px 0 0;
}
@media only screen and (max-width: 991.98px) {
  .hero-area {
    padding: 150px 0 50px;
  }
}
.hero-area.pizza {
  padding: 180px 0 120px;
}
@media only screen and (max-width: 991.98px) {
  .hero-area.pizza {
    padding: 180px 0 50px;
  }
}

.hero-area-two {
  padding: 200px 0 192px;
  position: relative;
  z-index: 1;
}
.hero-area-two .img-layer {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: 10s ease-out;
  transform: scale(1.1) translateX(4%);
}
@media only screen and (max-width: 991.98px) {
  .hero-area-two {
    padding: 260px 0 132px;
  }
}

.hero-bg-slide .swiper-slide-active .hero-area-two .img-layer {
  transform: scale(1.25) translateX(-4%);
}

.hero-info .hero-tag {
  color: var(--text-heading-black);
  font-weight: 700;
  letter-spacing: 0.16px;
}
.hero-info h1 {
  font-size: clamp(34px, 4vw, 70px);
  line-height: 1.11;
  margin: 15px 0 20px;
}
@media only screen and (max-width: 991.98px) {
  .hero-info h1 {
    margin: 10px 0 15px;
  }
}
.hero-info.hero-info-video {
  padding: 50px 0;
}
.hero-info.hero-info-video .hero-tag {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid var(--color-white);
  line-height: 1;
  padding: 10px 25px;
  font-weight: 300;
}
.hero-info.hero-info-video h1 {
  margin: 20px 0 25px;
}
@media only screen and (max-width: 991.98px) {
  .hero-info.hero-info-video h1 {
    margin: 20px 0 10px;
  }
}
.hero-info.hero-info-video .hero-info-video-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 991.98px) {
  .hero-info.hero-info-video .hero-info-video-text {
    font-size: 18px;
  }
}
.hero-info.hero-info-one {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991.98px) {
  .hero-info.hero-info-one {
    padding-bottom: 0px;
  }
}
.hero-info.hero-info-one h1 {
  font-size: clamp(34px, 4vw, 70px);
}
.hero-info.hero-info-one p {
  max-width: 610px;
}
.hero-info.hero-info-one .common-btn {
  transition: all 0.4s linear;
  transform: translateY(50px);
}
.hero-info.hero-info-one.coffee-hero-info-one {
  padding-bottom: 0px;
}
.hero-info.hero-info-one.coffee-hero-info-one h1 {
  font-size: 110px;
  color: var(--coffee-color);
}
@media only screen and (max-width: 1399.98px) {
  .hero-info.hero-info-one.coffee-hero-info-one h1 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-info.hero-info-one.coffee-hero-info-one h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-info.hero-info-one.coffee-hero-info-one h1 {
    font-size: 60px;
  }
}
.hero-info.hero-info-one.coffee-hero-info-one h2 {
  font-size: 44px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-info.hero-info-one.coffee-hero-info-one h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-info.hero-info-one.coffee-hero-info-one h2 {
    font-size: 28px;
  }
}
.hero-info.hero-info-one.coffee-hero-info-one h1,
.hero-info.hero-info-one.coffee-hero-info-one h2 {
  color: #270a05;
}
.hero-info.hero-info-one.coffee-hero-info-one p {
  color: rgba(39, 10, 5, 0.6);
}

.hero-slide-control {
  gap: 30px;
}
.hero-slide-control .swiper-pagination-bullet {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0;
  background-size: 71%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff7ec;
  border: 5px solid #fff0da;
  opacity: 1;
}
.hero-slide-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 5px solid #fed391;
  background-color: #fee9c8;
}
.hero-slide-control .hero-img-pagination {
  width: auto;
  gap: 30px;
}
.hero-slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.hero-slide-control .hero-button-wrap i {
  width: 36px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  background: rgba(253, 153, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 1px;
  color: var(--primary-yellow);
}
.hero-slide-control.hero-slide-control-coffee {
  gap: 10px;
}
.hero-slide-control.hero-slide-control-coffee .hero-img-pagination {
  width: auto;
  gap: 10px;
}
.hero-slide-control.hero-slide-control-coffee .swiper-pagination-bullet {
  background-image: unset !important;
  width: 12px;
  height: 12px;
  background-color: #eae7e6;
  border: unset;
}
.hero-slide-control.hero-slide-control-coffee .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--coffee-color);
}
.hero-slide-control.hero-slide-control-coffee .hero-button-wrap i {
  width: unset;
  height: unset;
  background-color: unset;
  color: var(--coffee-color);
  font-size: 16px;
}
@media only screen and (max-width: 991.98px) {
  .hero-slide-control {
    gap: 10px;
  }
  .hero-slide-control .swiper-pagination-bullet {
    width: 70px;
    height: 70px;
  }
  .hero-slide-control .hero-img-pagination {
    gap: 10px;
  }
}

.hero-img-slide {
  max-width: 800px;
  margin-left: 0;
}
.hero-img-slide .swiper-slide .hero-food-img {
  transition: all 0.4s linear;
  transform: scale(0.4) translateY(-10%);
}
.hero-img-slide .swiper-slide.swiper-slide-active .hero-food-img {
  transform: scale(1) translateY(0);
}

.hero-info-slide .swiper-slide-active .common-btn {
  transform: translateY(0px);
}

.hero-video-area {
  min-height: 100vh;
}
.hero-video-area::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(16, 17, 19, 0.5);
  z-index: 0;
}

.hero-video-player {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.sp-hero-2 {
  animation: slide_1 18s ease-in-out alternate infinite;
  left: 30px;
  width: 3%;
}

.hero-info-grid {
  max-width: 700px;
}

.hero-info-grid-coffee {
  max-width: 740px;
}

.hero-cta-box {
  display: flex;
  flex-direction: column;
  gap: 130px;
}
.hero-cta-box .single-hero-cta-box {
  position: relative;
}
.hero-cta-box .single-hero-cta-box:not(:last-child)::before {
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: rgba(255, 99, 71, 0.5);
  content: "";
  left: 0;
  bottom: -94px;
}
.hero-cta-box.right .single-hero-cta-box:not(:last-child)::before {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 991.98px) {
  .hero-cta-box {
    gap: 60px;
  }
  .hero-cta-box .single-hero-cta-box {
    position: relative;
  }
  .hero-cta-box .single-hero-cta-box:not(:last-child)::before {
    height: 30px;
    left: 0;
    bottom: -42px;
  }
}

.hero-pizza-img-pagination {
  gap: 30px;
}
.hero-pizza-img-pagination .swiper-pagination-bullet {
  height: unset;
  width: unset;
  opacity: 1;
  border-radius: 0;
  background: unset;
  color: var(--text-heading-black);
  font-size: 24px;
  font-weight: 500;
  transition: all 0.2s;
}
.hero-pizza-img-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  text-decoration: underline;
  color: var(--orange-color);
}

.hero-cta-info-wrap {
  text-align: end;
}
.hero-cta-info-wrap h2 {
  font-size: 34px;
  font-family: var(--ff-abril-display);
  font-weight: 700;
}
.hero-cta-info-wrap p {
  font-size: 24px;
  color: var(--text-heading-black);
  font-weight: 400;
}

.hero-pizza-img-slide .swiper-slide img {
  transition: all 0.3s linear;
  transform: scale(0.6) translateY(-10%);
}
@media only screen and (max-width: 991.98px) {
  .hero-pizza-img-slide .swiper-slide img {
    max-width: 400px;
  }
}
.hero-pizza-img-slide .swiper-slide.swiper-slide-active img {
  transform: scale(1) translateY(0);
}

/*================================================
12. Footer CSS
=================================================*/
.footer-area {
  padding: 80px 0 30px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .footer-box {
    margin-bottom: 30px;
  }
}
.footer-box .footer-title {
  margin-bottom: 8px;
}

.footer-list li a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s;
}
.footer-list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-list li:hover a {
  color: var(--primary-yellow);
}

.footer-subscribe {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 12px;
}
.footer-subscribe .footer-subscribe-form {
  height: 50px;
}
.footer-subscribe .footer-subscribe-form input,
.footer-subscribe .footer-subscribe-form button {
  border-radius: 6px;
}

.copyright-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-menu {
  color: rgba(255, 255, 255, 0.8);
}
.footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s;
}
.footer-menu li:not(:last-child) {
  margin-right: 20px;
}
.footer-menu li:hover a {
  color: var(--primary-yellow);
}

.instagram-img-wrap {
  overflow: hidden;
}
.instagram-img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.instagram-img-wrap .instagram-icon {
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
  transition: all 0.4s ease-in-out;
  transform: translateY(100%);
}
.instagram-img-wrap .instagram-icon i {
  width: 50px;
  height: 50px;
  color: var(--color-off-white);
  background-color: var(--primary-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram-img-wrap:hover .instagram-icon {
  transform: translateY(0);
}
.instagram-img-wrap:hover .instagram-icon i {
  animation: leftInitial 0.6s ease-in-out alternate;
}

@keyframes leftInitial {
  0% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.footer-area-coffee .footer-list li:hover a {
  color: var(--coffee-color);
}
.footer-area-coffee .footer-subscribe-form .common-btn {
  background-color: var(--coffee-color);
}

/*================================================
13. Blog CSS
=================================================*/
.blog-wrap .blog-img {
  border-radius: 15px;
}
.blog-wrap .blog-img img {
  transition: all 0.5s;
}
.blog-wrap .blog-img .meta-date {
  left: 20px;
  top: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  background: #f8f8f8;
  color: var(--text-heading-black);
  font-weight: 500;
}
.blog-wrap .blog-img .meta-date span {
  display: block;
  font-size: 16px;
}
.blog-wrap:hover .blog-img img {
  transform: scale(1.09, 1.09);
  transition: all 1s ease;
}
.blog-wrap.blog-wrap-coffee .blog-img .meta-tag {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 7px;
  top: 20px;
  left: 20px;
  line-height: 0;
  padding: 22px 21px;
  background: rgba(255, 255, 255, 0.3);
}
.blog-wrap.blog-wrap-coffee .blog-info .coffee-blog-meta-info {
  margin: 14px 0 20px;
}
.blog-wrap.blog-wrap-coffee .blog-info .coffee-blog-meta-info li {
  font-size: 14px;
  color: rgba(39, 10, 5, 0.7);
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-wrap.blog-wrap-coffee.trending .blog-img .meta-tag {
  color: rgb(244, 177, 131);
  background: rgba(244, 177, 131, 0.3);
}

.blog-box .blog-box-img {
  border-radius: 15px;
}
.blog-box .blog-box-img img {
  transition: all 0.5s;
}
.blog-box .blog-box-meta {
  row-gap: 12px;
}
.blog-box .blog-box-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.14px;
  position: relative;
}
.blog-box .blog-box-meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}
.blog-box .blog-box-meta li:not(:last-child)::before {
  height: 60%;
  width: 0.5px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-box .blog-box-meta li i {
  color: var(--primary-yellow);
}
.blog-box h2 {
  font-size: clamp(28px, 4vw, 35px);
}
.blog-box .blog-btn {
  gap: 6px;
  line-height: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: var(--primary-yellow);
  transition: all 0.3s;
}
.blog-box .blog-btn:hover {
  gap: 10px;
}
.blog-box:hover .blog-box-img img {
  transform: scale(1.09, 1.09);
  transition: all 1s ease;
}

.recent-post-wrap {
  row-gap: 24px;
}
.recent-post-wrap .blog-box h2 {
  font-size: 18px;
}

.blog-post-wrap {
  row-gap: 50px;
}

.sidebar-wrap .sidebar-item {
  background: var(--color-white);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 25px;
  border-radius: 14px;
}
.sidebar-wrap .sidebar-item:not(:last-child) {
  margin-bottom: 24px;
}
.sidebar-wrap .sidebar-item .sidebar-title {
  font-family: var(--ff-value-sans-pro);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #ecf0f5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.sidebar-form {
  border-radius: 10px;
}
.sidebar-form input {
  width: 100%;
  background-color: #ecf0f5;
  border: none;
  padding: 12px 121px 12px 15px;
}
.sidebar-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: unset;
  gap: 7px;
  padding: 0 20px;
}

.sidebar-about-wrap .sidebar-about-img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}

.sidebar-tag {
  gap: 15px;
}
.sidebar-tag li {
  text-decoration: underline;
  text-underline-offset: 2.5px;
  text-decoration-color: var(--primary-yellow);
  transition: all 0.3s;
}
.sidebar-tag li:hover {
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.page-list {
  gap: 20px;
}
.page-list li {
  line-height: 1;
  font-weight: 500;
}
.page-list li i {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1.5px solid #7b7b7b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.page-list li.active {
  color: var(--primary-yellow);
}

.details-img-one-side {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.details-img-wrap-quote {
  font-size: 13px;
  color: #5b5b5b;
}

.blog-two-wrap .blog-two-img {
  border-radius: 18px;
  box-shadow: 0px 8px 24px -3px rgba(0, 0, 0, 0.15);
}
.blog-two-wrap .blog-two-img img {
  transition: all 0.5s;
}
.blog-two-wrap .blog-two-img .blog-two-date {
  display: inline-block;
  padding: 12px 15px;
  border-radius: 8px 0px 0px 8px;
  background: var(--primary-yellow);
  color: var(--color-white);
  top: 0px;
  font-size: 14px;
  transform-origin: left top;
  transform: rotate(270deg) translateX(-100%);
  left: 30px;
  line-height: 1;
  z-index: 1;
}
.blog-two-wrap .blog-two-img .blog-two-hover {
  padding: 30px;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.4) 90%);
  transition: all 0.3s linear;
  transform: translateY(50%);
  opacity: 0;
}
.blog-two-wrap .blog-two-img .blog-two-hover ul {
  gap: 16px;
}
.blog-two-wrap .blog-two-img .blog-two-hover ul li {
  display: inline-block;
  border-radius: 8px;
  background: var(--color-off-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 9px 12px 6px;
}
.blog-two-wrap .blog-two-img .blog-two-hover i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 30px;
  height: 30px;
  background-color: var(--color-off-white);
  border-radius: 50%;
}
.blog-two-wrap:hover .blog-two-img img {
  transform: scale(1.09);
  transition: all 1s ease;
}
.blog-two-wrap:hover .blog-two-img .blog-two-hover {
  transform: translateY(0);
  opacity: 1;
}

.pizza-blog-wrapper .pizza-blog-img {
  border-radius: 14px;
}
.pizza-blog-wrapper .pizza-blog-img::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(16, 17, 19, 0.4);
  transform: translateY(-100%);
  transition: all 0.3s linear;
}
.pizza-blog-wrapper .pizza-blog-img img {
  border-radius: 14px;
}
.pizza-blog-wrapper .pizza-blog-img ul {
  gap: 10px;
  padding: 20px 24px;
  transform: translateY(100%);
  transition: all 0.4s linear;
}
.pizza-blog-wrapper .pizza-blog-img ul li {
  line-height: 1;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 18px;
  transition: all 0.2s;
}
.pizza-blog-wrapper .pizza-blog-img ul li:hover {
  background-color: var(--orange-color);
  border: 1px solid var(--orange-color);
}
.pizza-blog-wrapper:hover .pizza-blog-img::before {
  transform: translateY(0);
}
.pizza-blog-wrapper:hover .pizza-blog-img img {
  border-radius: 14px;
}
.pizza-blog-wrapper:hover .pizza-blog-img ul {
  transform: translateY(0);
}

.shop-category-select {
  gap: 24px;
}
.shop-category-select .select2.select2-container {
  width: 100% !important;
  max-width: 160px;
  position: relative;
  z-index: 1;
}
.shop-category-select .select2.select2-container .select2-selection {
  border: 1px solid #ecf0f5;
  border-radius: 8px;
  height: 44px;
  outline: none !important;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.shop-category-select .dropdown-wrapper {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: -1;
}
.shop-category-select .dropdown-wrapper::before {
  position: absolute;
  font-family: bootstrap-icons !important;
  content: "\f282";
  line-height: 0;
  -webkit-text-stroke: 1px;
}
.shop-category-select .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: transparent;
}
.shop-category-select.shop-category-select-menu .select2.select2-container {
  max-width: 100%;
}
.shop-category-select.shop-category-select-menu .select2.select2-container .select2-selection {
  color: var(--text-heading-black);
  font-weight: 500;
}
.shop-category-select.shop-category-select-menu .dropdown-wrapper::before {
  color: var(--primary-yellow);
}
.shop-category-select.shop-category-select-include .select2.select2-container {
  max-width: 180px;
}
.shop-category-select.shop-category-select-coffee {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767.98px) {
  .shop-category-select.shop-category-select-coffee {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop-category-select.shop-category-select-coffee .select2.select2-container {
  max-width: 100%;
}

.shop-tag-wrap {
  gap: 10px;
}
.shop-tag-wrap li {
  border: 1px solid #ecf0f5;
  border-radius: 5px;
  padding: 16px 18px;
  color: var(--text-heading-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0.14px;
  transition: all 0.3s;
}
.shop-tag-wrap li a {
  display: block;
  height: 100%;
  width: 100%;
}
.shop-tag-wrap li:hover {
  background-color: var(--primary-yellow);
  color: var(--color-white);
}

/*================================================
14. Contact CSS
=================================================*/
.address-box {
  padding: 30px 20px;
  background: var(--color-white);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.address-box .address-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fffaf2;
  transition: 0.3s;
}
.address-box .address-icon i {
  font-size: 23px;
  line-height: 0;
  color: var(--primary-yellow);
}
.address-box p {
  margin: 15px 0 0px;
}
.address-box .address-link {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: var(--text-heading-black);
}
.address-box:hover .address-icon {
  background-color: var(--text-heading-black);
  animation: zoomInitial 0.4s ease-in-out alternate;
}
.address-box:hover .address-icon i {
  transition: 0.3s;
  color: var(--color-white);
}
.address-box.address-box-two {
  padding: 0;
  background: transparent;
  box-shadow: unset;
  gap: 20px;
}
.address-box.address-box-two .address-icon {
  margin: 0;
  border: 1px solid #ebebeb;
  background-color: var(--color-white);
}
.address-box.address-box-two .address-icon i {
  color: var(--text-heading-black);
}
.address-box.address-box-two p {
  color: var(--primary-yellow);
  font-weight: 500;
}

.contact-two-address-wrap {
  gap: 40px;
}

.address-area {
  margin-top: -70px;
}

.map-wrap {
  width: 100%;
  height: 400px;
}
.map-wrap iframe {
  height: 100%;
  width: 100%;
}

@keyframes zoomInitial {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.contact-submit-wrap label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}
.contact-submit-wrap input,
.contact-submit-wrap textarea {
  width: 100%;
  padding: 12px 25px;
  border: 1px solid #e6e6e6;
}
.contact-submit-wrap input::-moz-placeholder, .contact-submit-wrap textarea::-moz-placeholder {
  color: #a4aab2;
}
.contact-submit-wrap input::placeholder,
.contact-submit-wrap textarea::placeholder {
  color: #a4aab2;
}
.contact-submit-wrap.contact-submit-wrap-two {
  margin-bottom: -200px;
  position: relative;
  z-index: 2;
  padding: 20px;
}
.contact-submit-wrap.contact-submit-wrap-two input,
.contact-submit-wrap.contact-submit-wrap-two textarea {
  margin-bottom: 20px;
}

/*================================================
15. FAQ CSS
=================================================*/
.faq-wrap .accordion-item {
  background-color: var(--color-off-white);
  border: unset;
}
.faq-wrap .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.faq-wrap .accordion-item:first-of-type, .faq-wrap .accordion-item:last-of-type {
  border-radius: unset;
}
.faq-wrap .accordion-item .accordion-button {
  font-size: 20px;
  font-family: var(--ff-value-sans-pro);
  font-style: normal;
  font-weight: 500;
  color: var(--text-heading-black);
  background-color: transparent;
}
.faq-wrap .accordion-item .accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: bootstrap-icons !important;
  content: "\f4fe";
  background-image: unset;
  font-size: 25px;
}
.faq-wrap .accordion-item .accordion-button:focus {
  box-shadow: unset;
  border-color: #ddd;
}
.faq-wrap .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
  border-bottom: 1px solid #ddd;
}
.faq-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f2ea";
}

/*================================================
16. Coffee CSS
=================================================*/
.coffee-product-box .coffee-product-img {
  border-radius: 12px;
}
.coffee-product-box .coffee-product-img img {
  border-radius: 13px;
}
.coffee-product-box .coffee-product-img .coffee-product-hover {
  border-radius: 6px;
  background: rgba(39, 10, 5, 0.8);
  width: 88%;
  height: 0;
  padding: 48px 20px 20px;
  transition: all 0.5s linear;
  opacity: 0;
}
.coffee-product-box .coffee-product-img .coffee-product-hover .coffee-product-details-btn {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.coffee-product-box .coffee-product-img .coffee-product-hover .coffee-product-details-btn:hover {
  color: #fff;
}
.coffee-product-box .coffee-product-info .coffee-product-title {
  margin: 25px 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(16, 17, 19, 0.14);
}
.coffee-product-box:hover .coffee-product-img .coffee-product-hover {
  opacity: 1;
  height: 88%;
}
.coffee-product-box.pizza-product-box .coffee-product-box .coffee-product-img .coffee-product-hover {
  background: rgba(0, 0, 0, 0.5);
}
.coffee-product-box.pizza-product-box .coffee-product-info h3 {
  font-family: var(--ff-abril-display);
  font-size: 26px;
  font-weight: 700;
  gap: 15px;
}
.coffee-product-box.pizza-product-box .coffee-product-info h3 del {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
}

.number-input .number-btn {
  padding: 0;
  background: transparent;
}
.number-input .number {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0 12px;
}
.number-input.number-input-shop-info {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
}
.number-input.number-input-shop-info.number-input-shop-info-cart {
  max-width: 200px;
  margin: 0 auto;
}

.coffee-img-border-box {
  padding: 20px;
  background-image: url(../images/coffee/img-box-sp.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.coffee-img-border-box img {
  border-radius: 16px;
}

.cup-coffee {
  left: -80px;
  top: -10px;
  animation: rotational 20s linear infinite;
}

@keyframes rotational {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*================================================
17. Chose CSS
=================================================*/
.chose-info-count-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 767.98px) {
  .chose-info-count-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .chose-info-count-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.chose-info-count-wrap .chose-info-count-box {
  border-radius: 10px;
  border: 1.5px solid rgba(39, 10, 5, 0.1);
  padding: 20px 8px;
  position: relative;
}
.chose-info-count-wrap .chose-info-count-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid rgba(39, 10, 5, 0.1);
  content: "";
  transform: rotate(0deg);
  opacity: 0;
  transition: all 0.1s linear;
}
.chose-info-count-wrap .chose-info-count-box .counter-item {
  font-size: 44px;
  font-weight: 400;
}
.chose-info-count-wrap .chose-info-count-box .counter-item em {
  margin-left: -10px;
}
.chose-info-count-wrap .chose-info-count-box p {
  font-family: var(--ff-abril-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 8px;
}
.chose-info-count-wrap .chose-info-count-box:hover::before {
  transform: rotate(3deg);
  opacity: 1;
}

.choose-orange-box {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.choose-orange-box svg,
.choose-orange-box img,
.choose-orange-box i {
  padding-left: 24px;
  color: #000;
  transition: all 0.2s;
}
.choose-orange-box .choose-orange-info {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 24px;
}
.choose-orange-box .choose-orange-info h2 {
  margin: 30px 0 14px;
}
.choose-orange-box .choose-orange-info p {
  max-width: 300px;
}
.choose-orange-box:hover {
  transform: translateY(-4px);
}
.choose-orange-box:hover svg,
.choose-orange-box:hover img,
.choose-orange-box:hover i {
  color: var(--orange-color);
}
@media only screen and (max-width: 991.98px) {
  .choose-orange-box {
    text-align: center;
  }
  .choose-orange-box svg,
  .choose-orange-box img,
  .choose-orange-box i {
    padding-left: 0px;
  }
  .choose-orange-box .choose-orange-info {
    border-left: unset;
    padding-left: 0;
  }
  .choose-orange-box .choose-orange-info h2 {
    margin: 20px 0 10px;
  }
  .choose-orange-box .choose-orange-info p {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991.98px) {
  .choose-orange-img img {
    max-width: 400px;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .choose-orange-img {
    padding: 20px;
  }
  .choose-orange-img::before {
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/shape/choose-pizza-round-sp.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    animation: circle-rotate 40s linear infinite;
  }
}
@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}
/*================================================
18. Shop CSS
=================================================*/
.shop-main-img-wrap {
  position: relative;
  border-radius: 14px;
}
.shop-main-img-wrap .shop-main-zm {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px 0px;
  background: rgba(255, 255, 255, 0.7);
}

.shop-main-slide-control .swiper-pagination-bullet {
  width: 160px;
  height: 160px;
  margin: 0;
  opacity: 1;
  padding: 1px;
  border-radius: 8px;
}
.shop-main-slide-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.shop-main-slide-control .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  content: "";
  border: 1.5px solid var(--primary-yellow);
}
.shop-main-slide-control .shop-main-pagination {
  width: auto;
  gap: 14px;
}
.shop-main-slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .shop-main-slide-control .swiper-pagination-bullet {
    width: 70px;
    height: 70px;
  }
  .shop-main-slide-control .shop-main-pagination {
    gap: 10px;
  }
}

.shop-info-nav {
  gap: 100px;
  border-bottom: 1px solid rgba(16, 17, 19, 0.1);
}
@media only screen and (max-width: 991.98px) {
  .shop-info-nav {
    gap: 15px;
  }
}
.shop-info-nav .nav-link {
  padding: 0;
  color: var(--text-heading-black);
  font-family: var(--ff-abril-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  .shop-info-nav .nav-link {
    font-size: 18px;
  }
}
.shop-info-nav .nav-link.active,
.shop-info-nav .show > .nav-link {
  color: var(--text-heading-black);
  background-color: unset;
  position: relative;
}
.shop-info-nav .nav-link.active::before,
.shop-info-nav .show > .nav-link::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: var(--text-heading-black);
  content: "";
}

.shop-info-cta {
  border-top: 1px solid rgba(16, 17, 19, 0.1);
  gap: 35px;
}
.shop-info-cta li span {
  text-decoration: underline;
  margin-left: 10px;
}

.nutrition-box {
  border-radius: 14px;
  padding: 30px;
  background: rgba(253, 153, 0, 0.03);
}
@media only screen and (max-width: 991.98px) {
  .nutrition-box {
    padding: 15px;
  }
}
.nutrition-box ul li {
  font-family: var(--ff-value-sans-pro);
  font-size: 18px;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.18px;
  color: var(--text-heading-black);
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .nutrition-box ul li {
    font-size: 15px;
  }
}
.nutrition-box ul li:not(:last-child) {
  border-bottom: 1px solid rgba(253, 153, 0, 0.3);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.nutrition-box ul li.sub-nutrition {
  font-size: 16px;
  font-weight: 400;
  color: rgba(16, 17, 19, 0.7);
  padding-left: 14px;
}
.nutrition-box ul li.sub-nutrition::before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-yellow);
  left: 0;
  top: 10px;
  content: "";
}

.shop-info-rating-box {
  background-color: #fffcf7;
  padding: 40px 10px;
}

.shop-info-rating-histogram {
  max-width: 370px;
  margin: 14px auto 55px;
  padding: 40px 0;
  gap: 26px;
  border-top: 1px solid rgba(253, 153, 0, 0.2);
  border-bottom: 1px solid rgba(253, 153, 0, 0.2);
}
.shop-info-rating-histogram .single-rating-histogram .rating {
  font-size: 12px;
}
.shop-info-rating-histogram .single-rating-histogram .shop-histogram {
  max-width: 166px;
  width: 100%;
  background-color: #ffe9c6;
  height: 15px;
}
.shop-info-rating-histogram .single-rating-histogram .shop-histogram .shop-histogram-content {
  background-color: var(--primary-yellow);
}

.size-wrap {
  gap: 24px;
}
@media only screen and (max-width: 991.98px) {
  .size-wrap {
    gap: 14px;
  }
}
.size-wrap .size-group {
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .size-wrap .size-group {
    gap: 12px;
  }
}
.size-wrap .size-group .size-group-btn {
  display: inline-flex;
  cursor: pointer;
}
.size-wrap .size-group .size-box {
  font-size: 14px;
  display: block;
  text-align: center;
}
.size-wrap .size-group .size-box span {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 10px;
  color: var(--text-heading-black);
}
.size-wrap .size-group input[type=radio] {
  display: none;
}
.size-wrap .size-group input[type=radio]:checked ~ .size-box span {
  border: 1px solid var(--primary-yellow);
}
.size-wrap.size-wrap-coffee .option-info-title {
  border-bottom: 1px solid rgba(253, 153, 0, 0.1);
  padding-bottom: 5px;
}

.shop-details-info-wrap {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 14px;
}
.shop-details-info-wrap .review-number {
  gap: 9px;
  margin: 9px 0 20px;
}
.shop-details-info-wrap .review-number .rating li {
  font-size: 12px;
}
.shop-details-info-wrap .review-number p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 0;
}
.shop-details-info-wrap .stock {
  gap: 15px;
  margin: 30px 0 20px;
}
.shop-details-info-wrap .stock b {
  position: relative;
  padding-left: 15px;
}
.shop-details-info-wrap .stock b::before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary-yellow);
  content: "";
}
.shop-details-info-wrap .stock span {
  font-size: 14px;
  padding: 8px 15px 6px;
  border-radius: 6px;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--text-heading-black);
}
.shop-details-info-wrap .wishlist {
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
}
.shop-details-info-wrap .wishlist li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.shop-form-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  position: relative;
  width: 100%;
}
.shop-form-box li:not(:first-child)::before {
  position: absolute;
  left: -50%;
  top: 12px;
  border: 1px dotted rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 1px;
  content: "";
  z-index: -1;
}
.shop-form-box li span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid var(--primary-yellow);
  background-color: #fff;
}
.shop-form-box li.active span {
  background-color: var(--primary-yellow);
}
@media only screen and (max-width: 991.98px) {
  .shop-form-box li {
    font-size: 10px;
  }
}

.cart-product-details-wrap {
  padding-top: 35px;
  border-top: 1px solid #f5f5f5;
}
.cart-product-details-wrap .minus,
.cart-product-details-wrap .plus {
  width: 40px;
}
.cart-product-details-wrap .input-text.qty {
  width: 40px;
}
.cart-product-details-wrap tbody,
.cart-product-details-wrap td,
.cart-product-details-wrap tfoot,
.cart-product-details-wrap th,
.cart-product-details-wrap thead,
.cart-product-details-wrap tr {
  vertical-align: middle;
  text-align: center;
}
.cart-product-details-wrap th {
  font-weight: 500;
  font-size: 18px;
  background: #f5f5f5;
  position: relative;
}
.cart-product-details-wrap th:first-child {
  text-align: left;
}
.cart-product-details-wrap th:last-child:before {
  display: none;
}
.cart-product-details-wrap th:before {
  position: absolute;
  content: "";
  height: 85%;
  width: 1px;
  background: #fff;
  right: 0;
  top: 0;
}
.cart-product-details-wrap td {
  border-right: 1px solid #f4f4f4;
}
.cart-product-details-wrap td:last-child {
  border-right: 0;
}
.cart-product-details-wrap .table:last-child {
  margin-bottom: 0;
}
.cart-product-details-wrap tbody {
  border: 1px solid #f4f4f4;
  border-top: none;
}
.cart-product-details-wrap thead {
  border: 1px solid #f5f5f5;
}
.cart-product-details-wrap .table > :not(caption) > * > * {
  padding: 16px 10px;
}
.cart-product-details-wrap .table > :not(:last-child) > :last-child > * {
  border: none;
}
.cart-product-details-wrap .cart-quantity {
  justify-content: center;
}
.cart-product-details-wrap .cart-quantity .minus {
  border: none;
}
.cart-product-details-wrap .cart-quantity .plus {
  border: none;
}
.cart-product-details-wrap .cart-quantity .input-text.qty {
  border: 1px solid #f5f5f5;
  border-top: none;
  border-bottom: none;
}

.single-cart-product-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-cart-product-box .single-cart-img {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media only screen and (max-width: 767.98px) {
  .cart-product-details-wrap-responsive thead {
    display: none;
  }
  .cart-product-details-wrap-responsive td {
    display: block;
  }
  .cart-product-details-wrap-responsive tbody {
    border-top: 1px solid #f4f4f4;
  }
  .cart-product-details-wrap-responsive tr {
    display: inline;
    text-align: center;
  }
  .cart-product-details-wrap-responsive th:first-child {
    text-align: center;
  }
  .cart-product-details-wrap-responsive th:before {
    display: none;
  }
  .checkout-product-details-wrap th {
    font-size: 15px;
  }
}
#slider {
  margin: 50px;
}

.price-slider-range .value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;
  /* optional */
  color: #000;
  font-family: var(--ff-value-sans-pro);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.price-slider-range .price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}
.price-slider-range .price-range-both {
  display: none;
}
.price-slider-range .value i {
  font-style: normal;
}
.price-slider-range .ui-slider-range.ui-widget-header {
  background: var(--primary-yellow);
}
.price-slider-range .ui-state-hover,
.price-slider-range .ui-widget-content .ui-state-hover,
.price-slider-range .ui-widget-header .ui-state-hover,
.price-slider-range .ui-state-focus,
.price-slider-range .ui-widget-content .ui-state-focus,
.price-slider-range .ui-widget-header .ui-state-focus {
  background: var(--primary-yellow) !important;
}
.price-slider-range .ui-state-default,
.price-slider-range .ui-widget-content .ui-state-default,
.price-slider-range .ui-widget-header .ui-state-default {
  background: var(--primary-yellow) !important;
  border-radius: 50%;
  font-size: 21px;
  border: none !important;
}
.price-slider-range .ui-state-default:focus,
.price-slider-range .ui-widget-content .ui-state-default:focus,
.price-slider-range .ui-widget-header .ui-state-default:focus {
  outline: none;
}
.price-slider-range span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
}
.price-slider-range .ui-widget-content {
  border: unset;
  background: #ecf0f5;
}

.cart-form-wrapper label {
  color: var(--text-heading-black);
  font-weight: 500;
  margin-bottom: 20px;
}
.cart-form-wrapper input,
.cart-form-wrapper textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 20px;
}

.checkout-shop-info-wrap {
  gap: 24px;
}
.checkout-shop-info-wrap .single-checkout-shop {
  gap: 24px;
}
.checkout-shop-info-wrap .single-checkout-shop img {
  max-width: 100px;
  width: 100%;
}
.checkout-shop-info-wrap .single-checkout-shop .checkout-shop-info h4 {
  font-family: var(--ff-value-sans-pro);
  font-size: 18px;
  font-weight: 500;
  line-height: 144.444%;
  letter-spacing: 0.18px;
}
.checkout-shop-info-wrap .single-checkout-shop .checkout-shop-info h4 .dot-check {
  max-width: 80px;
  width: 100%;
  border-top: 1px dotted #ddd;
  margin: 0 20px;
}
.checkout-shop-info-wrap .single-checkout-shop .checkout-shop-info h4 .checkout-price-tag {
  float: right;
}
.checkout-shop-info-wrap .single-checkout-shop .checkout-shop-info p {
  max-width: 180px;
  width: 100%;
  margin-top: 8px;
}

.coupon-wrap {
  gap: 30px;
}
.coupon-wrap input {
  padding: 12px 25px;
  color: #1a1a1d;
  border-radius: 6px;
  border: 1px solid #efefef;
}
.coupon-wrap button {
  padding: 16px 30px;
}

.checkout-total-list {
  gap: 16px;
  border-bottom: 1px solid #000;
}
.checkout-total-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-heading-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.top-bottom-border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-bottom-border.checkout-total-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.categories-cloud-ktchen__navigation {
  display: inline-flex;
  gap: 6px;
}
.categories-cloud-ktchen__navigation .nav-button {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--primary-color);
  color: var(--color-white);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .categories-cloud-ktchen__navigation .nav-button {
    width: 45px;
    height: 45px;
  }
}
.categories-cloud-ktchen__navigation .nav-button:hover, .categories-cloud-ktchen__navigation .nav-button.active {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.categories-cloud-ktchen__item .item-thumb {
  aspect-ratio: 1/1;
  border-radius: 300px;
  overflow: hidden;
  margin-bottom: 30px;
}
.categories-cloud-ktchen__item .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.categories-cloud-ktchen__item .item-content .item-title {
  color: var(--primary-color);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .categories-cloud-ktchen__item .item-content .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .categories-cloud-ktchen__item .item-content .item-title {
    font-size: 20px;
  }
}
.categories-cloud-ktchen__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.categories-cloud-ktchen__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: var(--primary-color);
}

.contact-cloud-ktchen__wrapper {
  display: grid;
  grid-template-columns: 512px 1fr;
  gap: 100px;
  border-top: 1px solid rgba(33, 119, 62, 0.14);
}
@media only screen and (max-width: 1199.98px) {
  .contact-cloud-ktchen__wrapper {
    gap: 50px;
    grid-template-columns: 450px 1fr;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-cloud-ktchen__wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-cloud-ktchen__wrapper {
    gap: 30px;
  }
}
.contact-cloud-ktchen__thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.contact-cloud-ktchen__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-cloud-ktchen__thumb .contact-info-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: var(--secondary-color);
  background-image: url("../images/cloud-ktchen/contact/thumb-pattern-bg.png");
  background-position: center;
  border-radius: 16px;
  padding: 40px;
}
.contact-cloud-ktchen__thumb .contact-info-card .title {
  color: var(--primary-color);
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: -0.48px;
}
.contact-cloud-ktchen__thumb .contact-info-card .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-cloud-ktchen__thumb .contact-info-card .info-list li {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: var(--ff-dm-sans);
}
.contact-cloud-ktchen__thumb .contact-info-card .info-list li:last-child {
  margin-bottom: 0;
}
.contact-cloud-ktchen__thumb .contact-info-card .info-list li .label {
  font-weight: 400;
}
.contact-cloud-ktchen__thumb .contact-info-card .info-list li .value {
  font-weight: 500;
}
.contact-cloud-ktchen__form .form-group label {
  display: block;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}
.contact-cloud-ktchen__form .form-group .input-wrap {
  position: relative;
}
.contact-cloud-ktchen__form .form-group .input-wrap .form-control {
  width: 100%;
  height: 50px;
  background-color: #f9f7ed;
  border: 1px solid rgba(33, 119, 62, 0.14);
  border-radius: 10px;
  padding: 0 45px 0 16px;
  font-size: 14px;
  color: var(--text-heading-black);
}
.contact-cloud-ktchen__form .form-group .input-wrap .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}
.contact-cloud-ktchen__form .form-group .input-wrap .form-control::-moz-placeholder {
  color: #555;
}
.contact-cloud-ktchen__form .form-group .input-wrap .form-control::placeholder {
  color: #555;
}
.contact-cloud-ktchen__form .form-group .input-wrap textarea.form-control {
  height: 150px;
  padding-top: 15px;
  resize: none;
}
.contact-cloud-ktchen__form .form-group .input-wrap i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #1c1c1c;
  font-size: 16px;
  pointer-events: none;
}
.contact-cloud-ktchen__form .form-group .input-wrap textarea + i {
  top: 15px;
  transform: none;
}

.blog-cloud-ktchen__item:not(.item-as-list) {
  padding: 10px 10px 30px;
  background: #f9f7ed;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-thumb {
  flex-grow: 1;
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-thumb img {
  width: 100%;
  min-height: 300px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: transform 0.5s;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-thumb .post-date {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--secondary-color);
  border-radius: 16px;
  padding: 11px 16px;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-thumb .post-date span {
  font-family: var(--ff-Urbanist);
  color: var(--primary-color);
  text-align: center;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-thumb .post-date span.date {
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: -0.64px;
  line-height: 140%;
}
@media only screen and (max-width: 991.98px) {
  .blog-cloud-ktchen__item:not(.item-as-list) .item-thumb .post-date span.date {
    font-size: 28px;
  }
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-thumb .post-date span.month {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content {
  padding-inline: 20px;
}
@media only screen and (max-width: 767.98px) {
  .blog-cloud-ktchen__item:not(.item-as-list) .item-content {
    padding-inline: 10px;
  }
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-title {
  color: var(--primary-color);
  font-family: var(--ff-Urbanist);
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  padding-bottom: 38px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 1399.98px) {
  .blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-title {
    font-size: 24px;
  }
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-title a {
  color: transparent;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--accent-color) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 0.5s ease;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-title a:hover {
  background-position: 0 0;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-footer {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-footer .item-author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-footer .item-author .author-avata {
  width: 26px;
  height: 26px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-footer .item-author .author-avata img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-footer .item-author .author-name {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-footer .read-more {
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(33, 119, 62, 0.14);
  background: #f9f7ed;
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  padding: 16px 30px;
  transition: all 0.5s ease;
  overflow: hidden;
  z-index: 1;
  flex-shrink: 0;
}
@media only screen and (max-width: 991.98px) {
  .blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-footer .read-more {
    padding: 12px 20px;
    font-size: 12px;
  }
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-footer .read-more::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  border-radius: 100px;
  background-color: var(--primary-color);
  transform: scale(1);
  transition: all 0.5s ease;
  transform-origin: left center;
  width: 10px;
  height: 10px;
  z-index: -1;
  transform: translateY(-50%);
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-footer .read-more:hover {
  color: var(--secondary-color);
}
.blog-cloud-ktchen__item:not(.item-as-list) .item-content .item-footer .read-more:hover::before {
  transform: scale(30);
}
.blog-cloud-ktchen__item:not(.item-as-list):hover .item-thumb img {
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.blog-cloud-ktchen__item.item-as-list {
  background: #f9f7ed;
  border-radius: 20px;
  padding-inline: 10px 20px;
  padding-block: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 499.98px) {
  .blog-cloud-ktchen__item.item-as-list {
    flex-direction: column;
    padding-inline: 10px;
    padding-block: 10px 30px;
  }
}
.blog-cloud-ktchen__item.item-as-list .item-thumb {
  flex-shrink: 0;
  width: 190px;
  height: 170px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .blog-cloud-ktchen__item.item-as-list .item-thumb {
    width: 140px;
    height: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-cloud-ktchen__item.item-as-list .item-thumb {
    width: 190px;
    height: 170px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-cloud-ktchen__item.item-as-list .item-thumb {
    width: 150px;
    height: 130px;
  }
}
@media only screen and (max-width: 499.98px) {
  .blog-cloud-ktchen__item.item-as-list .item-thumb {
    width: 100%;
    height: 100%;
  }
}
.blog-cloud-ktchen__item.item-as-list .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: transform 0.5s;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.blog-cloud-ktchen__item.item-as-list .item-content {
  flex-grow: 1;
}
@media only screen and (max-width: 499.98px) {
  .blog-cloud-ktchen__item.item-as-list .item-content {
    padding-inline: 10px;
  }
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-meta span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767.98px) {
  .blog-cloud-ktchen__item.item-as-list .item-content .item-meta span {
    font-size: 14px;
  }
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-meta span.post-date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-meta span.post-date::before {
  content: "";
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--accent-color);
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-meta .item-author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-meta .item-author .author-avata {
  width: 26px;
  height: 26px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-meta .item-author .author-avata img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-title {
  color: var(--primary-color);
  font-family: var(--ff-Urbanist);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399.98px) {
  .blog-cloud-ktchen__item.item-as-list .item-content .item-title {
    font-size: 16px;
  }
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-title a {
  color: transparent;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--accent-color) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 0.5s ease;
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-title a:hover {
  background-position: 0 0;
}
.blog-cloud-ktchen__item.item-as-list:hover .item-thumb img {
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.cta-cloud-ktchen.section {
  background-image: url("../images/cloud-ktchen/cta/cta-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.cta-cloud-ktchen.section::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0.5;
  background: #000;
  z-index: -1;
  pointer-events: none;
}
.cta-cloud-ktchen__content {
  text-align: center;
}
.cta-cloud-ktchen__content .cloud-ktchen__header .header-title {
  color: #fff;
}
.cta-cloud-ktchen__content .cloud-ktchen__header .header-title .line-text {
  width: -moz-max-content;
  width: max-content;
}
.cta-cloud-ktchen__content .action-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 70px;
}
@media only screen and (max-width: 991.98px) {
  .cta-cloud-ktchen__content .action-group {
    margin-top: 40px;
  }
}
.cta-cloud-ktchen__content .action-group .phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.cta-cloud-ktchen__content .action-group .phone-btn .icon-wrapper {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff;
}
.cta-cloud-ktchen__content .action-group .phone-btn .icon-wrapper svg {
  width: 24px;
  height: 24px;
}
.cta-cloud-ktchen__content .action-group .phone-btn .text-wrap {
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .cta-cloud-ktchen__content .action-group .phone-btn .text-wrap {
    font-size: 20px;
  }
}
.cta-cloud-ktchen__content .action-group .phone-btn:hover .icon-wrapper {
  background-color: #fff;
  color: var(--primary-color);
  border-color: #fff;
  color: var(--primary-color);
}

.location-cloud-ktchen.section .cloud-ktchen__header {
  border-top: 1px solid rgba(33, 119, 62, 0.14);
}
.location-cloud-ktchen__slider {
  padding-bottom: 50px;
  margin-top: 50px;
  position: relative;
}
.location-cloud-ktchen__pagination.swiper-pagination-progressbar {
  position: relative;
  background: rgba(33, 119, 62, 0.14);
  height: 1px;
  bottom: 0;
  top: auto;
  width: 100%;
}
.location-cloud-ktchen__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary-color);
}
.location-cloud-ktchen__item {
  background-color: #f9f7ed;
  border: 1px solid rgba(33, 119, 62, 0.14);
  border-radius: 10px;
  height: 100%;
  transition: all 0.4s ease;
  overflow: hidden;
}
.location-cloud-ktchen__item .item-thumb {
  height: 200px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.location-cloud-ktchen__item .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.location-cloud-ktchen__item .item-content {
  padding-inline: 20px;
  padding-block: 23px 20px;
}
.location-cloud-ktchen__item .item-content .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.location-cloud-ktchen__item .item-content .item-header .item-title {
  margin-bottom: 0;
  font-family: var(--ff-Urbanist);
  font-size: 16px;
  color: var(--primary-color);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s ease;
}
.location-cloud-ktchen__item .item-content .item-header .item-title a {
  display: inline-block;
  color: inherit;
  transition: all 0.5s ease;
  font: inherit;
}
.location-cloud-ktchen__item .item-content .item-header .item-title a:hover {
  color: var(--accent-color);
}
.location-cloud-ktchen__item .item-content .item-header .item-icon {
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.location-cloud-ktchen__item .item-content .view-map {
  display: inline-block;
  border: 1px solid rgba(33, 119, 62, 0.14);
  border-radius: 100px;
  padding: 12px 30px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  color: var(--primary-color);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
  background: transparent;
  width: -moz-max-content;
  width: max-content;
}
.location-cloud-ktchen__item .item-content .view-map:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
}
.location-cloud-ktchen__item:hover {
  border-color: var(--primary-color);
}
.location-cloud-ktchen__item:hover .item-thumb img {
  transform: scale(1.1) rotate(3deg);
}

.branding-cloud-ktchen__content .cloud-ktchen__header {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .branding-cloud-ktchen__content .cloud-ktchen__header {
    margin-bottom: 40px;
  }
}
.branding-cloud-ktchen__brands {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 575px;
  margin-left: auto;
  gap: 2px;
}
@media only screen and (max-width: 991.98px) {
  .branding-cloud-ktchen__brands {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .branding-cloud-ktchen__brands {
    max-width: 100%;
  }
}
@media screen and (max-width: 399.99px) {
  .branding-cloud-ktchen__brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.branding-cloud-ktchen__brands .brand-item {
  display: grid;
  place-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: #f9f7ed;
  transition: all 0.5s ease;
}
.branding-cloud-ktchen__brands .brand-item i,
.branding-cloud-ktchen__brands .brand-item svg {
  color: var(--primary-color);
  transition: all 0.5s ease;
}
.branding-cloud-ktchen__brands .brand-item i .textPath,
.branding-cloud-ktchen__brands .brand-item svg .textPath {
  color: var(--color-white);
  transition: all 0.5s ease;
}
.branding-cloud-ktchen__brands .brand-item:hover, .branding-cloud-ktchen__brands .brand-item.active {
  background-color: var(--primary-color);
}
.branding-cloud-ktchen__brands .brand-item:hover i,
.branding-cloud-ktchen__brands .brand-item:hover svg, .branding-cloud-ktchen__brands .brand-item.active i,
.branding-cloud-ktchen__brands .brand-item.active svg {
  color: var(--secondary-color);
}
.branding-cloud-ktchen__brands .brand-item:hover i .textPath,
.branding-cloud-ktchen__brands .brand-item:hover svg .textPath, .branding-cloud-ktchen__brands .brand-item.active i .textPath,
.branding-cloud-ktchen__brands .brand-item.active svg .textPath {
  color: var(--primary-color);
}

.popular-dishes-cloud-ktchen.section {
  background-color: var(--primary-color);
  position: relative;
}
.popular-dishes-cloud-ktchen.section .cloud-ktchen__header .header-title {
  color: var(--color-white);
}
.popular-dishes-cloud-ktchen.section .shape-1 {
  position: absolute;
  left: 50px;
  top: 250px;
  pointer-events: none;
  animation: slide_1 18s ease-in-out alternate infinite;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-cloud-ktchen.section .shape-1 {
    top: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .popular-dishes-cloud-ktchen.section .shape-1 {
    display: none;
  }
}
.popular-dishes-cloud-ktchen.section .shape-2 {
  position: absolute;
  right: 20%;
  top: 290px;
  pointer-events: none;
  animation: slide_2 18s ease-in-out alternate infinite;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-cloud-ktchen.section .shape-2 {
    top: 180px;
    right: 10%;
  }
}
@media only screen and (max-width: 767.98px) {
  .popular-dishes-cloud-ktchen.section .shape-2 {
    display: none;
  }
}
.popular-dishes-cloud-ktchen__item {
  background-color: #f9f7ed;
  border-radius: 10px;
  padding: 10px 10px 30px;
  transition: all 0.4s ease;
}
.popular-dishes-cloud-ktchen__item .item-thumb {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-cloud-ktchen__item .item-thumb {
    margin-bottom: 20px;
  }
}
.popular-dishes-cloud-ktchen__item .item-thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -ms-transition: transform 500ms;
}
.popular-dishes-cloud-ktchen__item .item-thumb .item-tag {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 20px;
  border-radius: 10px 0;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding: 12px 16px 8px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-cloud-ktchen__item .item-thumb .item-tag {
    font-size: 12px;
  }
}
.popular-dishes-cloud-ktchen__item .item-thumb .item-tag.v2 {
  background: #ff4058;
  color: var(--color-white);
}
.popular-dishes-cloud-ktchen__item .item-thumb .item-tag.v3 {
  background: var(--primary-color);
  color: var(--color-white);
}
.popular-dishes-cloud-ktchen__item .item-content {
  padding: 0 20px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-cloud-ktchen__item .item-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .popular-dishes-cloud-ktchen__item .item-content {
    padding: 0 10px;
  }
}
.popular-dishes-cloud-ktchen__item .item-content .item-title {
  margin-bottom: 6px;
  font-family: var(--ff-Urbanist);
  font-size: 24px;
  color: var(--primary-color);
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: -0.48px;
  line-height: 140%;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-cloud-ktchen__item .item-content .item-title {
    font-size: 20px;
  }
}
.popular-dishes-cloud-ktchen__item .item-content .item-title a {
  display: inline-block;
  transition: all 0.3s ease;
  font: inherit;
  color: inherit;
}
.popular-dishes-cloud-ktchen__item .item-content .item-title a:hover {
  color: var(--accent-color);
}
.popular-dishes-cloud-ktchen__item .item-content p {
  color: #555;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 160%;
}
.popular-dishes-cloud-ktchen__item .item-content .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-cloud-ktchen__item .item-content .item-footer {
    margin-top: 20px;
  }
}
.popular-dishes-cloud-ktchen__item .item-content .item-footer .submit-btn .text-wrap {
  border: 1px solid rgba(33, 119, 62, 0.14);
  background: #f9f7ed;
  color: var(--primary-color);
}
.popular-dishes-cloud-ktchen__item .item-content .item-footer .submit-btn:hover .text-wrap {
  background-color: var(--secondary-color);
  border-color: rgba(33, 119, 62, 0.14);
  color: var(--primary-color);
}
.popular-dishes-cloud-ktchen__item .item-content .item-footer .price {
  display: grid;
  place-content: center;
  background-color: var(--primary-color);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  color: var(--secondary-color);
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.popular-dishes-cloud-ktchen__item:hover .item-thumb img {
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.process-cloud-ktchen.section {
  padding-top: 250px;
}
@media only screen and (max-width: 1399.98px) {
  .process-cloud-ktchen.section {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process-cloud-ktchen.section {
    padding-top: 60px;
  }
}
.process-cloud-ktchen__buttons {
  margin-top: -50px;
  border-bottom: 1px solid rgba(33, 119, 62, 0.14);
}
@media only screen and (max-width: 991.98px) {
  .process-cloud-ktchen__buttons {
    margin-top: 0px;
    padding-top: 40px;
  }
}
.process-cloud-ktchen__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .process-cloud-ktchen__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .process-cloud-ktchen__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.process-cloud-ktchen__items .process-cloud-ktchen__item:nth-of-type(1) {
  margin-top: -350px;
}
@media only screen and (max-width: 1399.98px) {
  .process-cloud-ktchen__items .process-cloud-ktchen__item:nth-of-type(1) {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process-cloud-ktchen__items .process-cloud-ktchen__item:nth-of-type(1) {
    margin-top: 0px;
  }
}
.process-cloud-ktchen__items .process-cloud-ktchen__item:nth-of-type(3) {
  margin-top: 65px;
}
@media only screen and (max-width: 991.98px) {
  .process-cloud-ktchen__items .process-cloud-ktchen__item:nth-of-type(3) {
    margin-top: 0px;
  }
}
.process-cloud-ktchen__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.process-cloud-ktchen__item .item-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.process-cloud-ktchen__item .item-thumb img {
  border-radius: 20px;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -ms-transition: transform 500ms;
}
.process-cloud-ktchen__item .item-thumb img:hover {
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.process-cloud-ktchen__item .item-content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.process-cloud-ktchen__item .item-content .item-title {
  color: var(--primary-color);
  font-family: var(--ff-Urbanist);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .process-cloud-ktchen__item .item-content .item-title {
    font-size: 18px;
  }
}
.process-cloud-ktchen__item .item-content .item-number {
  color: var(--color-white);
  text-align: right;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--stroke-white-bg, rgba(33, 119, 62, 0.14));
  font-family: var(--ff-Urbanist);
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399.98px) {
  .process-cloud-ktchen__item .item-content .item-number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .process-cloud-ktchen__item .item-content .item-number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .process-cloud-ktchen__item .item-content .item-number {
    font-size: 30px;
  }
}

.special-cloud-ktchen.section {
  position: relative;
  overflow: hidden;
  background: #f9f7ed;
}
.special-cloud-ktchen.section .pattern-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.special-cloud-ktchen.section .pattern-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.special-cloud-ktchen__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 991.98px) {
  .special-cloud-ktchen__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .special-cloud-ktchen__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.special-cloud-ktchen__items .special-cloud-ktchen__item:nth-of-type(3n + 1) {
  grid-column: 1;
}
.special-cloud-ktchen__items .special-cloud-ktchen__item:nth-of-type(3n + 2) {
  grid-column: 3;
  margin-top: 120px;
}
@media only screen and (max-width: 1399.98px) {
  .special-cloud-ktchen__items .special-cloud-ktchen__item:nth-of-type(3n + 2) {
    margin-top: 80px;
  }
}
.special-cloud-ktchen__items .special-cloud-ktchen__item:nth-of-type(3n + 3) {
  grid-column: 2;
  margin-block: 140px;
}
@media only screen and (max-width: 1399.98px) {
  .special-cloud-ktchen__items .special-cloud-ktchen__item:nth-of-type(3n + 3) {
    margin-block: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .special-cloud-ktchen__items .special-cloud-ktchen__item:nth-of-type(n) {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
    margin-block: 0;
  }
}
.special-cloud-ktchen__item {
  border-radius: 10px;
  padding: 10px 10px 30px;
  background: var(--secondary-color);
  height: -moz-max-content;
  height: max-content;
}
.special-cloud-ktchen__item .item-thumb {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .special-cloud-ktchen__item .item-thumb {
    margin-bottom: 20px;
  }
}
.special-cloud-ktchen__item .item-thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -ms-transition: transform 500ms;
}
.special-cloud-ktchen__item .item-thumb .item-tag {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 20px;
  border-radius: 10px 0;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding: 12px 16px 8px;
}
@media only screen and (max-width: 991.98px) {
  .special-cloud-ktchen__item .item-thumb .item-tag {
    font-size: 12px;
  }
}
.special-cloud-ktchen__item .item-thumb .item-tag.v2 {
  background: #ff4058;
  color: var(--color-white);
}
.special-cloud-ktchen__item .item-thumb .item-tag.v3 {
  background: var(--primary-color);
  color: var(--color-white);
}
.special-cloud-ktchen__item .item-content {
  padding: 0 20px;
}
@media only screen and (max-width: 1199.98px) {
  .special-cloud-ktchen__item .item-content {
    padding: 0 10px;
  }
}
.special-cloud-ktchen__item .item-content .item-title {
  margin-bottom: 6px;
  font-family: var(--ff-Urbanist);
  font-size: 24px;
  color: var(--primary-color);
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: -0.48px;
  line-height: 140%;
}
@media only screen and (max-width: 991.98px) {
  .special-cloud-ktchen__item .item-content .item-title {
    font-size: 20px;
  }
}
.special-cloud-ktchen__item .item-content .item-title a {
  display: inline-block;
  transition: all 0.3s ease;
  font: inherit;
  color: inherit;
}
.special-cloud-ktchen__item .item-content .item-title a:hover {
  color: var(--accent-color);
}
.special-cloud-ktchen__item .item-content p {
  color: #555;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 160%;
}
.special-cloud-ktchen__item .item-content .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 991.98px) {
  .special-cloud-ktchen__item .item-content .item-footer {
    margin-top: 20px;
  }
}
.special-cloud-ktchen__item .item-content .item-footer .submit-btn .text-wrap {
  border: 1px solid rgba(33, 119, 62, 0.14);
  background: var(--secondary-color);
  color: var(--primary-color);
}
.special-cloud-ktchen__item .item-content .item-footer .submit-btn:hover .text-wrap {
  background-color: var(--color-white);
  border-color: rgba(33, 119, 62, 0.14);
  color: var(--primary-color);
}
.special-cloud-ktchen__item .item-content .item-footer .price {
  display: grid;
  place-content: center;
  background-color: var(--primary-color);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  color: var(--secondary-color);
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.special-cloud-ktchen__item:hover .item-thumb img {
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.testimonials-cloud-ktchen.section {
  overflow: hidden;
}
.testimonials-cloud-ktchen__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonials-cloud-ktchen__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonials-cloud-ktchen__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 1) {
  background: var(--secondary-color);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 1) .item-header .stars ul li {
  color: var(--primary-color);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 1) .item-header .quote {
  color: var(--primary-color);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 1) .item-footer .author .author-info .author-name {
  color: var(--primary-color);
  font-family: var(--ff-Urbanist);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 1) .item-footer .author .author-info .author-position {
  color: #555;
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 2) {
  background: var(--accent-color);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 2) .item-header .stars ul li {
  color: var(--color-white);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 2) .item-header .quote {
  color: var(--color-white);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 2) .item-footer .author .author-info .author-name {
  color: var(--color-white);
  font-family: var(--ff-Urbanist);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 2) .item-footer .author .author-info .author-position {
  color: rgba(255, 255, 255, 0.8);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 3) {
  background: var(--primary-color);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 3) .item-header .stars ul li {
  color: var(--secondary-color);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 3) .item-header .quote {
  color: var(--color-white);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 3) .item-footer .author .author-info .author-name {
  color: var(--color-white);
  font-family: var(--ff-Urbanist);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 3) .item-footer .author .author-info .author-position {
  color: rgba(255, 255, 255, 0.8);
}
.testimonials-cloud-ktchen__item {
  padding: 30px;
  border-radius: 20px;
  border: 2px solid var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease;
  transform: rotate(0deg);
}
@media only screen and (max-width: 767.98px) {
  .testimonials-cloud-ktchen__item {
    padding: 20px;
  }
}
.testimonials-cloud-ktchen__item.active {
  transform: rotate(-10deg);
}
@media only screen and (max-width: 1199.98px) {
  .testimonials-cloud-ktchen__item.active {
    transform: rotate(0deg);
  }
}
.testimonials-cloud-ktchen__item .item-header {
  flex-grow: 1;
}
.testimonials-cloud-ktchen__item .item-header .stars {
  margin-bottom: 26px;
}
.testimonials-cloud-ktchen__item .item-header .stars ul {
  display: flex;
  list-style: none;
  gap: 4px;
  padding: 0;
  margin: 0;
}
.testimonials-cloud-ktchen__item .item-header .stars ul li {
  line-height: 1;
}
.testimonials-cloud-ktchen__item .item-header .stars ul li i,
.testimonials-cloud-ktchen__item .item-header .stars ul li svg {
  line-height: 1;
}
.testimonials-cloud-ktchen__item .item-header .quote {
  font-family: var(--ff-Urbanist);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .testimonials-cloud-ktchen__item .item-header .quote {
    letter-spacing: 0px;
  }
}
.testimonials-cloud-ktchen__item .item-footer {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonials-cloud-ktchen__item .item-footer {
    margin-top: 50px;
  }
}
.testimonials-cloud-ktchen__item .item-footer .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials-cloud-ktchen__item .item-footer .author .author-avatar {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 50px;
}
.testimonials-cloud-ktchen__item .item-footer .author .author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-cloud-ktchen__item .item-footer .author .author-info {
  margin-top: 5px;
}
.testimonials-cloud-ktchen__item .item-footer .author .author-info .author-name {
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  text-transform: uppercase;
}
.testimonials-cloud-ktchen__item .item-footer .author .author-info .author-position {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.testimonials-cloud-ktchen__ratings {
  text-align: center;
}
.testimonials-cloud-ktchen__ratings .ratings-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid rgba(33, 119, 62, 0.14);
  background: var(--color-white);
  padding: 20px;
}
@media only screen and (max-width: 767.98px) {
  .testimonials-cloud-ktchen__ratings .ratings-wrapper {
    padding: 15px;
  }
}
.testimonials-cloud-ktchen__ratings .ratings-wrapper .avatars {
  display: flex;
}
.testimonials-cloud-ktchen__ratings .ratings-wrapper .avatars .avatar {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
}
.testimonials-cloud-ktchen__ratings .ratings-wrapper .avatars .avatar:not(:first-child) {
  margin-left: -10px;
}
@media only screen and (max-width: 767.98px) {
  .testimonials-cloud-ktchen__ratings .ratings-wrapper .avatars .avatar:not(:first-child) {
    margin-left: -15px;
  }
}
.testimonials-cloud-ktchen__ratings .ratings-wrapper .avatars .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-cloud-ktchen__ratings .ratings-wrapper .rating-info .rating-stars {
  margin-bottom: 10px;
}
.testimonials-cloud-ktchen__ratings .ratings-wrapper .rating-info .rating-stars ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.testimonials-cloud-ktchen__ratings .ratings-wrapper .rating-info .rating-stars ul li {
  line-height: 1;
  color: var(--accent-color);
}
.testimonials-cloud-ktchen__ratings .ratings-wrapper .rating-info .rating-stars ul li i,
.testimonials-cloud-ktchen__ratings .ratings-wrapper .rating-info .rating-stars ul li svg {
  line-height: 1;
  color: var(--accent-color);
}
.testimonials-cloud-ktchen__ratings .ratings-wrapper .rating-info .rating-text {
  color: var(--primary-color);
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  text-align: starty;
}
@media only screen and (max-width: 767.98px) {
  .testimonials-cloud-ktchen__ratings .ratings-wrapper .rating-info .rating-text {
    font-size: 12px;
  }
}

.about-cloud-ktchen__wrapper {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 120px;
  border-top: 1px solid rgba(33, 119, 62, 0.14);
}
@media only screen and (max-width: 1599.98px) {
  .about-cloud-ktchen__wrapper {
    grid-template-columns: 500px 1fr;
    gap: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-cloud-ktchen__wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-cloud-ktchen__wrapper {
    gap: 40px;
  }
}
.about-cloud-ktchen__thumb {
  border-radius: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--primary-color);
  height: -moz-max-content;
  height: max-content;
}
.about-cloud-ktchen__thumb .thumb-image {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  position: relative;
}
.about-cloud-ktchen__thumb .thumb-image .rotating-text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.about-cloud-ktchen__thumb .thumb-image .rotating-text-area > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text .brand-logo {
  position: relative;
  z-index: 2;
  display: flex;
}
.about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text .text-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateme 10s linear infinite;
  padding: 5px;
}
.about-cloud-ktchen__thumb .thumb-info {
  padding: 30px;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 575.98px) {
  .about-cloud-ktchen__thumb .thumb-info {
    flex-direction: column;
  }
}
.about-cloud-ktchen__thumb .thumb-info .experience-info {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding-right: 24px;
}
@media only screen and (max-width: 575.98px) {
  .about-cloud-ktchen__thumb .thumb-info .experience-info {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 24px;
  }
}
.about-cloud-ktchen__thumb .thumb-info .experience-info .total-year {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  color: var(--color-white);
  font-family: var(--ff-Urbanist);
  font-size: 60px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1599.98px) {
  .about-cloud-ktchen__thumb .thumb-info .experience-info .total-year {
    font-size: 45px;
  }
}
.about-cloud-ktchen__thumb .thumb-info .experience-info .total-year em {
  display: inline-block;
  font-style: normal;
  color: var(--secondary-color);
}
.about-cloud-ktchen__thumb .thumb-info .experience-info p {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
}
@media only screen and (max-width: 1599.98px) {
  .about-cloud-ktchen__thumb .thumb-info .experience-info p {
    font-size: 14px;
  }
}
.about-cloud-ktchen__thumb .thumb-info .thumb-title {
  color: var(--secondary-color);
  font-family: var(--ff-Urbanist);
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1599.98px) {
  .about-cloud-ktchen__thumb .thumb-info .thumb-title {
    font-size: 20px;
  }
}
.about-cloud-ktchen__thumb .thumb-info .thumb-title span {
  display: inline-block;
  color: var(--color-white);
}
.about-cloud-ktchen__content .cloud-ktchen__header {
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(33, 119, 62, 0.14);
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .about-cloud-ktchen__content .cloud-ktchen__header {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.about-cloud-ktchen__content .cloud-ktchen__header p {
  margin-top: 25px;
  color: #555;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.about-cloud-ktchen__content .featcher-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 575.98px) {
  .about-cloud-ktchen__content .featcher-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.about-cloud-ktchen__content .featcher-wrapper .featcher-list {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.about-cloud-ktchen__content .featcher-wrapper .featcher-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767.98px) {
  .about-cloud-ktchen__content .featcher-wrapper .featcher-list ul {
    margin-bottom: 40px;
  }
}
.about-cloud-ktchen__content .featcher-wrapper .featcher-list ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.about-cloud-ktchen__content .featcher-wrapper .featcher-list ul li:not(:last-of-type) {
  margin-bottom: 14px;
}
.about-cloud-ktchen__content .featcher-wrapper .featcher-thumb {
  border-radius: 20px;
  overflow: hidden;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer-cloud-ktchen.section {
  position: relative;
  background-color: var(--primary-color);
}
.footer-cloud-ktchen.section .footer-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.footer-cloud-ktchen.section .footer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-cloud-ktchen__top .footer-top-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 0 0 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 767.98px) {
  .footer-cloud-ktchen__top .footer-top-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.footer-cloud-ktchen__top .footer-top-inner .social-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px;
  color: var(--secondary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.footer-cloud-ktchen__top .footer-top-inner .social-text:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 767.98px) {
  .footer-cloud-ktchen__top .footer-top-inner .social-text:not(:last-of-type) {
    border-right: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-cloud-ktchen__top .footer-top-inner .social-text:nth-of-type(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-cloud-ktchen__top .footer-top-inner .social-text:not(:nth-last-of-type(-n + 2)) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}
.footer-cloud-ktchen__top .footer-top-inner .social-text .icon {
  display: grid;
  place-content: center;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  color: var(--secondary-color);
}
.footer-cloud-ktchen__top .footer-top-inner .social-text .icon svg {
  width: 100%;
  height: 100%;
}
.footer-cloud-ktchen__top .footer-title {
  padding: 60px 0 90px;
}
@media only screen and (max-width: 991.98px) {
  .footer-cloud-ktchen__top .footer-title {
    padding: 40px 0;
  }
}
.footer-cloud-ktchen__top .footer-title img {
  width: 100%;
}
.footer-cloud-ktchen__main {
  padding: 0px 0 90px;
}
@media only screen and (max-width: 991.98px) {
  .footer-cloud-ktchen__main {
    padding: 0px 0px 40px;
  }
}
.footer-cloud-ktchen__main .footer-widget .widget-title {
  color: var(--secondary-color);
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-cloud-ktchen__main .footer-widget .widget-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-cloud-ktchen__main .footer-widget .widget-title {
    margin-bottom: 25px;
  }
}
.footer-cloud-ktchen__main .footer-widget > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-cloud-ktchen__main .footer-widget > ul {
    gap: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-cloud-ktchen__main .footer-widget > ul {
    gap: 12px;
  }
}
.footer-cloud-ktchen__main .footer-widget > ul li {
  color: var(--secondary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer-cloud-ktchen__main .footer-widget > ul li a {
  color: inherit;
  transition: all 0.5s ease;
}
.footer-cloud-ktchen__main .footer-widget > ul li a:hover {
  color: var(--color-white);
}
.footer-cloud-ktchen__main .footer-widget .contact-list li a {
  font-weight: 500;
}
.footer-cloud-ktchen__main .footer-widget.contact-info {
  padding-top: 18px;
  height: 100%;
}
@media only screen and (min-width: 1400px) {
  .footer-cloud-ktchen__main .footer-widget.contact-info {
    padding-left: 180px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-cloud-ktchen__main .footer-widget.contact-info {
    padding-top: 0px;
  }
}
.footer-cloud-ktchen__bottom .footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 767.98px) {
  .footer-cloud-ktchen__bottom .footer-bottom-inner {
    flex-direction: column;
    gap: 10px;
  }
}
.footer-cloud-ktchen__bottom .footer-bottom-inner .copyright,
.footer-cloud-ktchen__bottom .footer-bottom-inner .footer-links a {
  color: var(--secondary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.footer-cloud-ktchen__bottom .footer-bottom-inner .footer-links {
  display: inline-flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 767.98px) {
  .footer-cloud-ktchen__bottom .footer-bottom-inner .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

.hero-cloud-ktchen.section {
  padding-top: 180px;
  background-color: var(--primary-color);
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .hero-cloud-ktchen.section {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-cloud-ktchen.section {
    padding-top: 200px;
  }
}
.hero-cloud-ktchen.section .hero-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.hero-cloud-ktchen.section .hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-cloud-ktchen__content {
  padding-bottom: 380px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen__content {
    padding-bottom: 250px;
  }
}
.hero-cloud-ktchen__content .hero-reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.hero-cloud-ktchen__content .hero-reviews .avatars {
  display: flex;
  align-items: center;
}
.hero-cloud-ktchen__content .hero-reviews .avatars .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  overflow: hidden;
  margin-right: -15px;
}
.hero-cloud-ktchen__content .hero-reviews .avatars .avatar:last-child {
  margin-right: 0;
}
.hero-cloud-ktchen__content .hero-reviews .avatars .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-cloud-ktchen__content .hero-reviews .content {
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen__content .hero-reviews .content {
    text-align: left;
  }
}
.hero-cloud-ktchen__content .hero-reviews .content .stars {
  display: flex;
  gap: 5px;
  color: var(--secondary-color);
  font-size: 14px;
}
.hero-cloud-ktchen__content .hero-reviews .content p {
  margin-bottom: 0;
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
}
.hero-cloud-ktchen__content .hero-title {
  position: relative;
  flex-direction: column;
  color: var(--color-white);
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  font-size: 120px;
}
@media only screen and (max-width: 1399.98px) {
  .hero-cloud-ktchen__content .hero-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-cloud-ktchen__content .hero-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-cloud-ktchen__content .hero-title {
    font-size: 80px;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen__content .hero-title {
    font-size: 50px;
  }
}
.hero-cloud-ktchen__content .hero-title .hero-highlight {
  display: inline-block;
  color: var(--secondary-color);
}
.hero-cloud-ktchen__content .hero-title .hero-highlight.accent {
  color: var(--accent-color);
}
.hero-cloud-ktchen__content .hero-title .top-tag,
.hero-cloud-ktchen__content .hero-title .bottom-tag {
  position: absolute;
  display: inline-block;
  text-align: center;
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  padding: 7.5px 16px;
  transform: rotate(-15deg);
  border-radius: 10px 0;
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen__content .hero-title .top-tag,
  .hero-cloud-ktchen__content .hero-title .bottom-tag {
    display: none;
  }
}
.hero-cloud-ktchen__content .hero-title .top-tag.round,
.hero-cloud-ktchen__content .hero-title .bottom-tag.round {
  border-radius: 100px;
}
.hero-cloud-ktchen__content .hero-title .top-tag.v2,
.hero-cloud-ktchen__content .hero-title .bottom-tag.v2 {
  background-color: var(--accent2-color);
}
.hero-cloud-ktchen__content .hero-title .bottom-tag2 {
  position: absolute;
  display: inline-block;
  text-align: center;
  font-family: var(--ff-Urbanist);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  padding: 7.5px 16px;
  transform: rotate(21.95deg);
  border-radius: 10px 0;
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen__content .hero-title .bottom-tag2 {
    display: none;
  }
}
.hero-cloud-ktchen__content .hero-title .bottom-tag2.round {
  border-radius: 100px;
}
.hero-cloud-ktchen__content .hero-title .bottom-tag2.v2 {
  background-color: var(--accent2-color);
}
.hero-cloud-ktchen__content .hero-title .top-tag {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  top: -10px;
  left: 30px;
}
.hero-cloud-ktchen__content .hero-title .bottom-tag {
  background-color: var(--accent-color);
  color: var(--color-white);
  top: 60px;
  right: 21%;
}
.hero-cloud-ktchen__content .hero-title .bottom-tag2 {
  background-color: var(--accent-color);
  color: var(--color-white);
  bottom: 30px;
  left: -45px;
}
.hero-cloud-ktchen__content .hero-info {
  margin-top: 80px;
  max-width: 412px;
  margin-inline: auto;
  text-align: left;
}
@media only screen and (max-width: 1199.98px) {
  .hero-cloud-ktchen__content .hero-info {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen__content .hero-info {
    max-width: 100%;
    text-align: center;
  }
}
.hero-cloud-ktchen__content .hero-info p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 40px;
  text-wrap: pretty;
}
.hero-cloud-ktchen__video {
  background-color: var(--color-white);
}
.hero-cloud-ktchen__video .hero-cloud-ktchen-video {
  position: relative;
  margin-top: -290px;
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen__video .hero-cloud-ktchen-video {
    margin-top: -200px;
  }
}
.hero-cloud-ktchen__video .hero-cloud-ktchen-video video {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-mask-image: url("../images/cloud-ktchen/hero/hero-video-mask.png");
          mask-image: url("../images/cloud-ktchen/hero/hero-video-mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen__video .hero-cloud-ktchen-video video {
    height: 400px;
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.hero-cloud-ktchen__video .hero-cloud-ktchen-video .hero-cloud-ktchen-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.hero-cloud-ktchen__video .hero-cloud-ktchen-video .hero-cloud-ktchen-play:hover, .hero-cloud-ktchen__video .hero-cloud-ktchen-video .hero-cloud-ktchen-play:active, .hero-cloud-ktchen__video .hero-cloud-ktchen-video .hero-cloud-ktchen-play:focus, .hero-cloud-ktchen__video .hero-cloud-ktchen-video .hero-cloud-ktchen-play:focus-visible {
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen__video .hero-cloud-ktchen-video .hero-cloud-ktchen-play {
    width: 100px;
    height: 100px;
  }
  .hero-cloud-ktchen__video .hero-cloud-ktchen-video .hero-cloud-ktchen-play i,
  .hero-cloud-ktchen__video .hero-cloud-ktchen-video .hero-cloud-ktchen-play svg {
    width: inherit;
    height: inherit;
  }
}

.header-cloud-ktchen {
  border-bottom: none;
  padding-block: 25px;
}
@media only screen and (max-width: 991.98px) {
  .header-cloud-ktchen {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.header-cloud-ktchen .mainmenu > ul > li.has-child-menu {
  padding: 0 56px 0 0;
}
@media only screen and (max-width: 1199.98px) {
  .header-cloud-ktchen .mainmenu > ul > li.has-child-menu {
    padding: 0 40px 0 0;
  }
}
.header-cloud-ktchen .mainmenu > ul > li:not(.has-child-menu) {
  padding: 0 150px 0 0;
}
@media only screen and (max-width: 1199.98px) {
  .header-cloud-ktchen .mainmenu > ul > li:not(.has-child-menu) {
    padding: 0 40px 0 0;
  }
}
.header-cloud-ktchen .mainmenu > ul > li:last-of-type:not(.has-child-menu) {
  padding: 0 0px 0 0;
}
.header-cloud-ktchen .mainmenu > ul > li:last-of-type.has-child-menu {
  padding: 0 16px 0 0;
}
.header-cloud-ktchen .mainmenu > ul > li > a {
  color: var(--secondary-color);
  font-family: var(--ff-dm-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.header-cloud-ktchen .hamburger-menu .menu-info-item {
  gap: 30px;
}
.header-cloud-ktchen .hamburger-menu .menu-info-item .menu-meta {
  gap: 15px;
}
.header-cloud-ktchen .hamburger-menu .menu-info-item .menu-meta .cart-icon span {
  display: grid;
  place-content: center;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  background-color: purple;
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.header-cloud-ktchen .hamburger-menu .menu-info-item .menu-btn-wrap .account {
  padding: 13.5px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--primary-color);
  transition: all 0.3s ease;
}
.header-cloud-ktchen .hamburger-menu .menu-info-item .menu-btn-wrap .account span {
  display: inline-block;
  color: var(--secondary-color);
  text-align: center;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.header-cloud-ktchen .hamburger-menu .menu-info-item .menu-btn-wrap .account:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.header-cloud-ktchen .hamburger-menu .menu-info-item .menu-btn-wrap .account:hover span {
  color: var(--primary-color);
}/*# sourceMappingURL=style.css.map */
