@charset "UTF-8";
/*! 
Template Name: Dinevo – Modern Restaurant & Cafe HTML Template
Template Url: https://dinevo-html.netlify.app/
Author  : wprealizer
Author URI: https://themeforest.net/user/wprealizer
Developer: wprealizer
Description: Dinevo is a Multi-Concept Food & Restaurant HTML Template with 5 unique demo layouts including Cloud Kitchen, Cafe Bistro, Fine Dining Restaurant, Sushi Bar, and Patisserie. Built with Bootstrap 5, GSAP animations, and modern JavaScript for a premium, pixel-perfect experience.
Version: 1.0.0
Text Domain: dinevo
Tags: dinevo, restaurant, cafe, food, multi-concept, bootstrap 5, cloud kitchen, sushi bar, patisserie, cafe bistro, fine dining, food business, menu, reservation, gsap, animation, responsive, clean, modern, landing page, html template, sakibul islam
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Normalize
# Configuration
# Typography
# Global CSS
# Layout CSS
# Components CSS
# Pages CSS
# Helper CSS
--------------------------------------------------------------*/
/*
< --- ============================== --->
              Google Fonts
< --- ============================== --- > 
*/
@import url("https://fonts.googleapis.com/css2?family=Boldonse&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Calligraffitti&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
}

html:has(.offcanvas.show),
body:has(.offcanvas.show) {
  overflow: hidden;
}

main {
  display: block;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --ff-boldonse: "Boldonse", system-ui;
  --ff-dm-sans: "DM Sans", sans-serif;
  --ff-calligraffitti: "Calligraffitti", cursive;
  --ff-fontawesome: "Font Awesome 7 pro", sans-serif;
  --ff-mona-sans: "Mona Sans", sans-serif;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-black: #000;
  --color-black-rgb: 0, 0, 0;
  --color-black2: #101113;
  --color-black2-rgb: 16, 17, 19;
  --color-gray: #555;
  --color-gray-rgb: 85, 85, 85;
  --root-color: #f9f7ed;
  --root-color-rgb: 249, 247, 237;
  --mega-menus-color1: #f4f0e9;
  --mega-menus-color1-rgb: 244, 240, 233;
  --mega-menus-color2: #d9d9d9;
  --mega-menus-color2-rgb: 217, 217, 217;
  --mega-menus-color3: #1a453b;
  --mega-menus-color3-rgb: 26, 69, 59;
  --mega-menus-color4: #ffe62e;
  --mega-menus-color4-rgb: 255, 230, 46;
  --mega-menus-color5: #0b2919;
  --mega-menus-color5-rgb: 11, 41, 25;
  --mega-menus-color6: #eaff81;
  --mega-menus-color6-rgb: 234, 255, 129;
  --mega-menus-color7: #21773e;
  --mega-menus-color7-rgb: 33, 119, 62;
  --mega-menus-color8: #6f4e37;
  --mega-menus-color8-rgb: 111, 78, 55;
  --mega-menus-color9: #3e2723;
  --mega-menus-color9-rgb: 62, 39, 35;
  --mega-menus-color10: #a72644;
  --mega-menus-color10-rgb: 167, 38, 68;
  --mega-menus-color11: #f172ac;
  --mega-menus-color11-rgb: 241, 114, 172;
  --mega-menus-color12: #8b1e1e;
  --mega-menus-color12-rgb: 139, 30, 30;
  --container: 1300px;
  --container-small: 1289px;
  --medium-container: 1760px;
  --large-container: 1800px;
  --extra-large-container: 1820px;
  --container-gutters: 24px;
  --container-padding-left: calc(var(--container-gutters) / 2);
  --container-padding-right: calc(var(--container-gutters) / 2);
  --fs-base: 16px;
  --fs-h1: 120px;
  --fs-h2: 100px;
  --fs-h3: 42px;
  --fs-h4: 32px;
  --fs-h5: 30px;
  --fs-h6: 20px;
  --fs-22: 22px;
  --fs-21: 21px;
  --fs-20: 20px;
  --fs-19: 19px;
  --fs-18: 18px;
  --fs-17: 17px;
  --fs-16: 16px;
  --fs-15: 15px;
  --fs-14: 14px;
  --fs-13: 13px;
  --fs-12: 12px;
}
:root .cloud-ktchen {
  --primary-color: #21773e;
  --primary-color-rgb: 33, 119, 62;
  --secondary-color: #FFE62E;
  --secondary-color-rgb: 255, 230, 46;
  --accent-color: #f172ac;
  --accent-color-rgb: 241, 114, 172;
  --accent2-color: #ff6d6f;
  --accent2-color-rgb: 255, 109, 111;
  --accent3-color: #f4f0e9;
  --accent3-color-rgb: 244, 240, 233;
}
:root .cafe-page {
  --primary-color: #3e2723;
  --primary-color-rgb: 62, 39, 35;
  --secondary-color: #6f4e37;
  --secondary-color-rgb: 111, 78, 55;
  --accent-color: #f4f0e9;
  --accent-color-rgb: 244, 240, 233;
  --accent-color2: #3b3030;
  --accent-color2-rgb: 59, 48, 48;
  --accent-color3: #555;
  --accent-color3-rgb: 85, 85, 85;
  --accent-color4: #b59859;
  --accent-color4-rgb: 181, 152, 89;
}
:root .restaurant-page {
  --primary-color: #8b1e1e;
  --primary-color-rgb: 139, 30, 30;
  --secondary-color: #b59859;
  --secondary-color-rgb: 181, 152, 89;
  --accent-color: #f4f0e9;
  --accent-color-rgb: 244, 240, 233;
  --accent-color2: #3b3030;
  --accent-color2-rgb: 59, 48, 48;
}
:root .sushi-restaurant-page {
  --primary-color: #0b2919;
  --primary-color-rgb: 11, 41, 25;
  --secondary-color: #eaff81;
  --secondary-color-rgb: 234, 255, 129;
  --accent-color: #f172ac;
  --accent-color-rgb: 241, 114, 172;
  --accent-color2: #3b3030;
  --accent-color2-rgb: 59, 48, 48;
  --accent-color3: #f7fbe4;
  --accent-color3-rgb: 247, 251, 228;
}
:root .patisserie-page {
  --primary-color: #a72644;
  --primary-color-rgb: 167, 38, 68;
  --secondary-color: #f172ac;
  --secondary-color-rgb: 241, 114, 172;
  --accent-color: #f4f0e9;
  --accent-color-rgb: 244, 240, 233;
  --accent-color2: #3b3030;
  --accent-color2-rgb: 59, 48, 48;
}

/*=====================****===================== */
/* browser prefix adding  */
@media only screen and (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--container) + var(--container-gutters));
    padding-left: var(--container-padding-left);
    padding-right: var(--container-padding-right);
  }
}
@media only screen and (min-width: 1400px) {
  .container-xxl.container-small,
  .container-xl.container-small,
  .container-lg.container-small,
  .container-md.container-small,
  .container-sm.container-small,
  .container.container-small {
    max-width: calc(var(--container-small) + var(--container-gutters));
    padding-left: var(--container-padding-left);
    padding-right: var(--container-padding-right);
  }
}
@media only screen and (min-width: 1400px) {
  .container-xxl.medium-container,
  .container-xl.medium-container,
  .container-lg.medium-container,
  .container-md.medium-container,
  .container-sm.medium-container,
  .container.medium-container {
    max-width: calc(var(--medium-container) + var(--container-gutters));
    padding-left: var(--container-padding-left);
    padding-right: var(--container-padding-right);
  }
}
@media only screen and (min-width: 1400px) {
  .container-xxl.large-container,
  .container-xl.large-container,
  .container-lg.large-container,
  .container-md.large-container,
  .container-sm.large-container,
  .container.large-container {
    max-width: calc(var(--large-container) + var(--container-gutters));
    padding-left: var(--container-padding-left);
    padding-right: var(--container-padding-right);
  }
}
@media only screen and (min-width: 1400px) {
  .container-xxl.extra-large-container,
  .container-xl.extra-large-container,
  .container-lg.extra-large-container,
  .container-md.extra-large-container,
  .container-sm.extra-large-container,
  .container.extra-large-container {
    max-width: calc(var(--extra-large-container) + var(--container-gutters));
    padding-left: var(--container-padding-left);
    padding-right: var(--container-padding-right);
  }
}

/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.blog-one-details__wrapper, .blog-one-details__single .blog-content-area .blog-thumb .blog-date, .blog-one-details__single .blog-content-area .blog-content .blog-details-meta, .blog-one-details__single .blog-content-area .blog-content .blog-details-meta .author, .blog-one-details__single .blog-content-area .blog-content .blog-details-meta .meta-comments, .blog-one-details__single .blog-content-area .blog-content .check-list, .blog-one-details__single .blog-content-area .blog-content .check-list li, .blog-one-details__single .blog-content-area .blog-content .check-list li .icon, .blog-one-details__single .blog-content-area .blog-content .blog-details-footer, .blog-one-details__single .blog-content-area .blog-content .blog-details-footer .tags, .blog-one-details__single .blog-content-area .blog-content .blog-details-footer .tags a, .blog-one-details__single .blog-content-area .blog-content .blog-details-footer .social-share, .blog-one-details__single .post-author, .blog-one-details__single .blog-comment-form .submit-group, .shop-one-details__item, .shop-one-details__item .item-content .rating-wrap, .shop-one-details__item .item-content .rating-wrap .stars, .shop-one-details__item .item-content .action-wrap, .shop-one-details__item .item-content .action-wrap .quantity-box, .shop-one-details__item .item-content .action-wrap .quantity-box .qty-control, .shop-one-details__item .item-content .action-wrap .btn-group, .shop-one-details__item .item-content .action-wrap .btn-group .add-to-cart-btn, .shop-one-details__item .item-content .action-wrap .btn-group .icon-btn, .shop-one-details__item .item-content .social-links, .shop-one-details__item .item-content .social-links a, .shop-one-details__review .review-tab-content .aditional-info, .shop-one-details__review .review-tab-content .review-wrap .review-item, .shop-one-details__review .review-tab-content .review-wrap .review-form .rating-select, .check-cloud-kitchen__wrapper, .check-cloud-kitchen__order .order-table .order-table-header, .check-cloud-kitchen__order .order-table .order-table-list li, .check-cloud-kitchen__order .order-table .order-table-subtotal, .check-cloud-kitchen__order .order-table .order-table-total, .check-two__wrapper, .check-two__order .order-table .order-table-header, .check-two__order .order-table .order-table-list li, .check-two__order .order-table .order-table-subtotal, .check-two__order .order-table .order-table-total, .error-cloud-kitchen.section, .error-cloud-kitchen__content, .error-cloud-kitchen__content .back-button, .error-common.section, .error-common__content, .error-common__content .back-button, .cart-cloud-kitchen__carts .cart-item .remove-col, .cart-cloud-kitchen__carts .cart-item .remove-col .remove-btn, .cart-cloud-kitchen__carts .cart-item .img-col, .cart-cloud-kitchen__carts .cart-item .quantity, .cart-cloud-kitchen__carts .cart-item .quantity .number-input, .cart-cloud-kitchen__carts .cart-item .quantity .number-input .number-btn, .cart-cloud-kitchen__bottom, .cart-cloud-kitchen__bottom .cupon-code, .cart-cloud-kitchen__total, .cart-cloud-kitchen__total .total-box .total-list li, .cart-two__carts .cart-item .remove-col, .cart-two__carts .cart-item .remove-col .remove-btn, .cart-two__carts .cart-item .img-col, .cart-two__carts .cart-item .quantity, .cart-two__carts .cart-item .quantity .number-input, .cart-two__carts .cart-item .quantity .number-input .number-btn, .cart-two__bottom, .cart-two__bottom .cupon-code, .cart-two__total, .cart-two__total .total-box .total-list li, .cart-three__carts .cart-item .remove-col, .cart-three__carts .cart-item .remove-col .remove-btn, .cart-three__carts .cart-item .img-col, .cart-three__carts .cart-item .quantity, .cart-three__carts .cart-item .quantity .number-input, .cart-three__carts .cart-item .quantity .number-input .number-btn, .cart-three__bottom, .cart-three__bottom .cupon-code, .cart-three__total, .cart-three__total .total-box .total-list li, .cart-four__carts .cart-item .remove-col, .cart-four__carts .cart-item .remove-col .remove-btn, .cart-four__carts .cart-item .img-col, .cart-four__carts .cart-item .quantity, .cart-four__carts .cart-item .quantity .number-input, .cart-four__carts .cart-item .quantity .number-input .number-btn, .cart-four__bottom, .cart-four__bottom .cupon-code, .cart-four__total, .cart-four__total .total-box .total-list li, .faq-cloud-kitchen__main, .faq-cloud-kitchen__accordion, .faq-cloud-kitchen__accordion .accordion-item .accordion-header .accordion-button::after, .faq-common__main, .faq-common__accordion, .faq-common__accordion .accordion-item .accordion-header .accordion-button::after, .login-main__form .form-group.submit-group, .login-main__form .form-group.submit-group .submit-btn, .login-main__form .form-group.submit-group .remember-me-wrap, .login-main__form .form-group.submit-group .remember-me-wrap input[type=checkbox], .contact-map__item, .contact-map__item .item-header, .achievements-one__wrapper, .achievements-one__content .awards, .achievements-one__list .achievements-checklist .checklist-item, .related-one__slider-pagination, .related-one__item .item-thumb, .related-one__item .item-thumb .item-action, .related-one__item .item-thumb .item-action .add-btn, .related-one__item .item-thumb .item-action .wishlist-btn, .related-one__item .item-content, .related-one__item.v2 .item-content, .history-one__item, .history-one__item .item-content, .history-two__item, .history-two__item .item-content, .blog-grid__item .blog-thumb .blog-date, .blog-grid__item .blog-content .content-footer, .blog-grid__item .blog-content .content-footer .author, .blog-grid__item .blog-content .content-footer .read-more-btn, .shop-five__item .item-thumb, .shop-five__item .item-thumb .item-action, .shop-five__item .item-thumb .item-action .add-btn, .shop-five__item .item-thumb .item-action .wishlist-btn, .shop-five__item .item-content, .shop-one-main .widget-shop-one__sidebar, .shop-one-main__wrapper, .shop-one-main__options, .shop-one-main__options .sort-wrap, .shop-one-main__options .sort-wrap .sort-selected, .shop-one-main__item .item-thumb, .shop-one-main__item .item-thumb .item-action, .shop-one-main__item .item-thumb .item-action .add-btn, .shop-one-main__item .item-thumb .item-action .wishlist-btn, .shop-one-main__item .item-content, .shop-one-main__item.v2 .item-content, .contact-cloud-ktchen__form .submit-group, .contact-cloud-ktchen__form .submit-group .submit-btn, .contact2-cloud-ktchen__content, .contact2-cloud-ktchen__content .content-icon-wrapper, .contact2-cloud-ktchen__info, .contact-five__content, .contact-five__content .content-icon-wrapper, .contact-five__info, .blog-one-main__wrapper, .blog-one-main__item .blog-thumb .blog-date, .blog-one-main__item .blog-content .content-footer, .blog-one-main__item .blog-content .content-footer .author, .blog-one-main__item .blog-content .content-footer .read-more-btn, .opening-five__wrapper, .chefs-one__wrapper, .chefs-four__wrapper, .special-menu-four__wrapper, .special-menu-four__list-wrapper, .special-menu-four__list, .special-menu-four__item .item-header, .special-menu-four__buttons, .reservation-three__thumb, .reservation-three__thumb .thumb-info, .reservation-three__form .input-wrap .icon, .instagram-three__wrapper, .popular-dishes-three__item .item-content, .testimonials-cloud-ktchen.v2 .cloud-ktchen__header, .testimonial-two__item-wrapper, .testimonial-two__item-wrapper .row-wrapper, .testimonial-two__comment, .testimonial-two__comment .item-footer .item-info, .testimonial-two__comment .item-footer .item-info .info-title, .testimonial-two__recommend, .testimonial-two__quote, .testimonial-two__quote .quote-footer, .testimonial-two__testimonial, .testimonial-two__testimonial .item-content, .testimonial-two__testimonial .item-content .item-footer, .testimonial-three__item, .testimonial-three__item .item-header .rating ul, .testimonial-three__item .item-footer, .testimonial-three__item .item-footer .author-info, .testimonial-three__item .item-footer .author-info .author-content, .testimonial-three__ratings, .testimonial-three__ratings .author-thumbs, .testimonial-three__ratings .rating-content, .testimonial-three__ratings .rating-content .rating ul, .testimonial-four__item, .testimonial-four__item .item-header .rating ul, .testimonial-four__item .item-footer, .testimonial-four__item .item-footer .author-info, .testimonial-four__item .item-footer .author-info .author-content, .testimonial-five__content, .testimonial-five__slider-wrapper, .testimonial-five__slider-wrapper .testimonial-five__item, .testimonial-five__slider-wrapper .testimonial-five__item .item-icon, .testimonial-five__slider-wrapper .testimonial-five__item .item-footer, .testimonial-five__slider-wrapper .testimonial-five__item .item-footer .author, .testimonial-five__slider-wrapper .testimonial-five__item .item-footer .author .author-info, .testimonial-five__slider-wrapper .testimonial-five__item .item-footer .item-number, .testimonial-five__footer, .testimonial-five__footer .ratings, .testimonial-five__footer .ratings .author-thumbs, .testimonial-five__footer .ratings .rating-content, .testimonial-five__footer .ratings .rating-content .rating ul, .testimonial-five__stats, .testimonial-five__stats .stat-item, .testimonial-six__item, .testimonial-six__item .item-header .rating ul, .testimonial-six__item .item-footer, .testimonial-six__item .item-footer .author-info, .testimonial-six__item .item-footer .author-info .author-content, .testimonial-six__ratings, .testimonial-six__ratings .author-thumbs, .testimonial-six__ratings .rating-content, .testimonial-six__ratings .rating-content .rating ul, .book-table__wrapper, .book-table__wrapper .thumb-info, .book-table__wrapper .thumb-info .contact-box, .book-table__form .input-wrap .icon, .book-table-two__form .input-wrap .icon, .cta-two__wrapper .cta-contact .contact-info, .cta-three__wrapper .buttons-group, .cta-five__content .content-box, .choose-us-two__items, .choose-us-two__item, .choose-us-two__item .item-content, .choose-us-two__item .item-icon, .choose-us-three__wrapper, .choose-us-three__list, .choose-us-three__item, .choose-us-five__wrapper, .choose-us-five__item, .choose-us-five__item .item-icon, .menu-two__items, .menu-two__item .item-header, .menu-three__wrapper, .menu-three__list-wrapper, .menu-three__list-wrapper .menu-list, .menu-three__item, .menu-three__item .item-content .item-header, .menu-three__buttons, .menu-five__tabs, .menu-five__wrapper, .menu-five__list, .menu-five__item .item-header, .menu-five__buttons, .menu-six__item .item-header, .menu-six__item .item-list .list-header, .gallery-two__pagination, .gallery-three__row, .faq-one__wrapper, .faq-one__accordion, .faq-one__accordion .accordion-item .accordion-header .accordion-button::after, .faq-two__accordion, .faq-five__accordion, .brands-two__items, .brands-three__items, .brands-three__items .slide-track, .brands-three__items .slide-track .js-marquee-wrapper, .brands-three__items .slide-track .js-marquee-wrapper *, .team__item .item-content, .team__item .item-content .item-info, .team-three__item .item-content, .team-three__item .item-content .item-info, .team-four__item .item-content, .team-four__item .item-content .item-info, .team-details__wrapper, .category-five__item .item-thumb, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text .brand-logo, .about-cloud-ktchen__content .featcher-wrapper, .about-cloud-ktchen__content .featcher-wrapper .featcher-list, .about-cloud-ktchen__content .featcher-wrapper .featcher-list ul li, .about2-cloud-ktchen__content .featcher-wrapper, .about2-cloud-ktchen__content .featcher-wrapper .featcher-list, .about2-cloud-ktchen__content .featcher-wrapper .featcher-list ul li, .about-three__content .highlight-items, .about-three__content .highlight-items .highlight-item, .about-three__content .about-info, .about-three__content .about-info .info-left, .about-three__content .about-info .info-left .ratings, .about-three__content .about-info .info-left .ratings .author-thumbs, .about-three__content .about-info .info-left .ratings .rating-content, .about-three__content .about-info .info-left .ratings .rating-content .rating ul, .about-four__content .reservation-form .input-row, .about-four__content .reservation-form .button-group, .about-five__content .main-content, .about-five__content .main-content .left-content .mission-vision-tabs .nav-pills, .about-five__content .main-content .left-content .ratings, .about-five__content .main-content .left-content .ratings .author-thumbs, .about-five__content .main-content .left-content .ratings .rating-content, .about-five__content .main-content .left-content .ratings .rating-content .rating ul, .about-five__content .main-content .left-content .content-footer, .about-five__content .main-content .right-content .established-box, .about-main-one__content, .about-main-one__content .rotating-badge-wrapper, .about-main-one__content .rotating-badge-wrapper .rotating-text-area, .about-main-one__content .rotating-badge-wrapper .rotating-text-area .rorating-text, .about-main-one__content .rotating-badge-wrapper .rotating-text-area .rorating-text .brand-logo, .about-main-one__stats, .about-main-one__stats .stat-item .stat-number, .about-main-two__content, .about-main-two__content .rotating-badge-wrapper, .about-main-two__stats, .about-main-two__stats .stat-item .stat-number, .hero-cloud-ktchen__content .hero-reviews, .hero-cloud-ktchen__content .hero-reviews .avatars, .hero-cloud-ktchen__content .hero-reviews .content .stars, .hero-two__content, .hero-two__content .main-content .cafe__header .section-title, .hero-two__content .info-content .brand-info, .hero-two__content .info-content .brand-info .avatars, .hero-two__content .info-content .brand-info .brand-text .stars, .hero-three.section, .hero-three__content, .hero-three__content .content-info .hero-info, .hero-three__content .content-info .hero-info .rating-details, .hero-three__content .content-info .hero-info .rating-details .rating-stars, .hero-three__content .content-info .hero-info .rating-details .rating-stars ul, .hero-four__wrapper, .hero-four__content .content-wrapper, .hero-four__content .content-wrapper .ratings, .hero-four__content .content-wrapper .ratings .author-thumbs, .hero-four__content .content-wrapper .ratings .rating-content, .hero-four__content .content-wrapper .ratings .rating-content .rating ul, .hero-five__wrapper, .hero-five__thumb-pagination, .submit-btn .text-wrap, .submit-btn .icon-wrap, .widget__search-form form, .widget__recent-posts .posts-list, .widget__recent-posts .post-item, .widget__recent-posts .post-item .item-content, .widget__tags .tag-list, .widget__cta, .widget__cta .cta-content, .widget__cta .cta-icon, .widget-shop-one__sidebar .widget-title.v2, .widget-shop-one__filter .price-filter, .widget-shop-one__filter .price-filter__values, .widget-shop-one__filter .price-filter__values .price-label, .widget-shop-one__category .widget-title, .widget-shop-one__best-sell .best-sell-item, .widget-shop-one__tags .tag-list, .footer-two__main .main-wrapper .footer-widget .widget-content, .footer-two__main .main-wrapper .footer-widget .widget-social, .footer-two__main .main-wrapper .footer-widget .widget-social .social-links, .footer-two__main .main-wrapper .footer-widget .link-list, .footer-two__bottom .bottom-werappe .werappe-right, .footer-three__top .footer-top-inner .social-text, .footer-three__main .main-wrapper .footer-widget .widget-content, .footer-three__main .main-wrapper .footer-widget .widget-social, .footer-three__main .main-wrapper .footer-widget .widget-social .social-links, .footer-three__main .main-wrapper .footer-widget .link-list, .footer-three__bottom .bottom-werappe .werappe-right, .footer-four__main .main-wrapper .footer-widget .widget-content, .footer-four__main .main-wrapper .footer-widget .widget-social, .footer-four__main .main-wrapper .footer-widget .widget-social .social-links, .footer-four__main .main-wrapper .footer-widget .link-list, .footer-four__bottom .bottom-werappe .werappe-right, .footer-five__main .main-wrapper, .footer-five__bottom .bottom-werappe .werappe-right, .breadcrumb-two.section, .breadcrumb-two__header nav .breadcrumb, .breadcrumb-two__header nav .breadcrumb .breadcrumb-item + .breadcrumb-item, .mainmenu li.has-mega-menu .mega-menu, .mainmenu li.has-mega-menu .mega-menu__left, .mainmenu li.has-mega-menu .mega-menu__col, .mainmenu li.has-mega-menu .mega-menu__item, .mainmenu li.has-mega-menu .mega-menu__item .text, .mainmenu li.has-mega-menu .mega-menu__item .text .title, .mainmenu li.has-mega-menu .mega-menu__right, .mainmenu li.has-mega-menu .mega-menu__card, .search-wrap .search-field form, .menu-meta .cart-icon span, .cart-count-box-wrap .cart-count-box, .header-two__wrapper .left-wrapper, .header-two .header__right-hamburger, .header-three .header__right-hamburger, .header-four .header__right-hamburger, .header-five .header__right-hamburger, .hamburger-area .hamburger_menu, .hamburger-area .hamburger-infos .contact-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.check-cloud-kitchen__order .order-payment .payment-method .custom-radio, .check-two__order .order-payment .payment-method .custom-radio, .tricker-five.section *, .reservation-three__thumb .thumb-info .info-block, .cta-three__wrapper .buttons-group .contact-number, .menu-four__item .item-content .item-title a, .menu-four__item .item-content .item-title a .item-icon, .menu-five__tabs .nav-link, .faq-two__accordion .accordion-button::after, .faq-five__accordion .accordion-button::after, .categories-cloud-ktchen__navigation, .about-cloud-ktchen__thumb .thumb-info .experience-info .total-year, .hero-five__content .content-buttons, .cafe__header .section-sub-title,
.restaurant__header .section-sub-title,
.sushi__header .section-sub-title, .submit-btn, .common-button-two, .common-button-three, .common-button-four, .common-button-five, .widget__tags .tag-list .tag-btn, .footer-cloud-ktchen__tricker *, .footer-two__tricker *, .footer-three__tricker *, .footer-five__tricker * {
  display: inline-flex;
}

.blog-one-details__single .blog-content-area .blog-thumb .blog-date, .blog-one-details__single .blog-content-area .blog-content .check-list, .shop-one-details__review .review-tab-content .aditional-info, .error-cloud-kitchen__content, .error-common__content, .faq-cloud-kitchen__accordion, .faq-common__accordion, .contact-map__item, .history-one__item .item-content, .history-two__item .item-content, .blog-grid__item .blog-thumb .blog-date, .shop-one-main .widget-shop-one__sidebar, .contact2-cloud-ktchen__content, .contact2-cloud-ktchen__content .content-icon-wrapper, .contact2-cloud-ktchen__info, .contact-five__content, .contact-five__content .content-icon-wrapper, .contact-five__info, .blog-one-main__item .blog-thumb .blog-date, .special-menu-four__list-wrapper, .special-menu-four__list, .reservation-three__thumb .thumb-info .info-block, .testimonial-two__comment, .testimonial-two__recommend, .testimonial-two__quote, .testimonial-two__testimonial .item-content, .testimonial-three__item, .testimonial-three__item .item-footer .author-info .author-content, .testimonial-three__ratings .rating-content, .testimonial-four__item, .testimonial-four__item .item-footer .author-info .author-content, .testimonial-five__slider-wrapper, .testimonial-five__slider-wrapper .testimonial-five__item, .testimonial-five__slider-wrapper .testimonial-five__item .item-footer .author .author-info, .testimonial-five__footer .ratings .rating-content, .testimonial-five__stats, .testimonial-five__stats .stat-item, .testimonial-six__item, .testimonial-six__item .item-footer .author-info .author-content, .testimonial-six__ratings .rating-content, .book-table__wrapper .thumb-info .contact-box, .cta-two__wrapper .cta-contact .contact-info, .cta-five__content .content-box, .choose-us-two__items, .choose-us-two__item .item-content, .choose-us-three__list, .choose-us-three__item, .menu-two__items, .menu-three__list-wrapper, .menu-three__list-wrapper .menu-list, .menu-five__list, .faq-one__accordion, .faq-two__accordion, .faq-five__accordion, .team__item .item-content .item-info, .team-three__item .item-content .item-info, .team-four__item .item-content .item-info, .about-cloud-ktchen__content .featcher-wrapper .featcher-list, .about2-cloud-ktchen__content .featcher-wrapper .featcher-list, .about-three__content .about-info .info-left, .about-three__content .about-info .info-left .ratings .rating-content, .about-five__content .main-content .left-content .ratings .rating-content, .about-five__content .main-content .right-content .established-box, .hero-cloud-ktchen__content .hero-title, .hero-two__content .main-content .cafe__header .section-title, .hero-three.section, .hero-three__content .content-info .hero-info, .hero-four__content .content-wrapper .ratings .rating-content, .widget__recent-posts .posts-list, .widget__recent-posts .post-item .item-content, .widget__cta .cta-content, .widget-shop-one__filter .price-filter, .footer-two__main .main-wrapper .footer-widget .widget-social, .footer-three__main .main-wrapper .footer-widget .widget-social, .footer-four__main .main-wrapper .footer-widget .widget-social, .mainmenu li.has-mega-menu .mega-menu__col, .mainmenu li.has-mega-menu .mega-menu__item .text, .mainmenu li.has-mega-menu .mega-menu__card, .header-two .header__right-hamburger, .header-three .header__right-hamburger, .header-four .header__right-hamburger, .header-five .header__right-hamburger {
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.contact-map__item .item-header .item-incon, .tricker-five.section * .tricker-icon, .contact2-cloud-ktchen__content .content-icon-wrapper .content-icon, .contact-five__content .content-icon-wrapper .content-icon, .opening-four__content .icon, .opening-five__content .icon, .instagram-three__item .item-content, .testimonial-two__comment .item-header .item-icon, .testimonial-two__quote .quote-icon, .testimonial-two__testimonial .item-content .item-icon, .testimonial-three__item .item-footer .quote-icon, .testimonial-four__item .item-footer .quote-icon, .testimonial-six__item .item-footer .quote-icon, .cta-three__wrapper .buttons-group .contact-number .contact-icon, .cta-five__content, .choose-us-three.section .shape-1, .choose-us-three__item .item-icon, .menu-three__item .item-icon, .menu-five__tabs .nav-link .icon, .menu-five__thumb, .menu-six__nav .nav-tabs .icon, .menu-six__item .item-header .item-icon, .brands-two__item, .brands-three__item, .team__item .item-content .item-icon, .team-three__item .item-content .item-icon, .team-four__item .item-content .item-icon, .categories-cloud-ktchen__navigation .nav-button, .category-two__item .item-icon, .about-two__content .main-content .rotating-badge, .about-three__content .highlight-items .highlight-item .highlight-icon, .about-main-one__content .rotating-badge-wrapper .rotating-badge, .about-main-two__content .rotating-badge-wrapper .rotating-badge, .hero-three__content .rotating-badge, .hero-five__thumb .rotating-badge, .cafe__header .section-sub-title .icon,
.restaurant__header .section-sub-title .icon,
.sushi__header .section-sub-title .icon, .common-button-two .btn-icon, .common-button-three .btn-icon, .common-button-four .btn-icon, .common-button-five .btn-icon, .widget__search-form form button, .pagination-common .pagination .page-item .page-link, .footer-cloud-ktchen__tricker * .trackir-icon, .footer-two__instagram-item .item-icon, .footer-two__tricker * .trackir-icon, .footer-two__main .main-wrapper .footer-widget .widget-social .social-links li a, .footer-three__main .main-wrapper .footer-widget .widget-social .social-links li a, .footer-three__tricker * .trackir-icon, .footer-four__instagram-item .item-icon, .footer-four__main .main-wrapper .footer-widget .widget-social .social-links li a, .footer-five__instagram-item .item-icon, .footer-five__tricker * .trackir-icon, .mainmenu li.has-mega-menu .mega-menu__item .icon, .mainmenu li.has-mega-menu .mega-menu__item .text .title .tag, .header__right-hamburger, .tw-clip-anim {
  place-content: center;
}

.shop-one-details__review .review-tab-content .review-wrap .review-item__img, .contact-map__item .item-header .item-incon, .related-one__item .item-thumb .item-action .wishlist-btn, .history-one__item .item-thumb, .history-two__item .item-thumb, .shop-one-main__item .item-thumb .item-action .wishlist-btn, .testimonial-two__item-wrapper .row-wrapper, .testimonial-two__comment, .testimonial-two__recommend, .testimonial-two__quote, .testimonial-five__thumb, .testimonial-five__stats, .menu-three__item .item-icon, .menu-six__nav .nav-tabs .icon, .menu-six__item .item-header .item-icon, .about-cloud-ktchen__thumb .thumb-info .experience-info .total-year, .about-cloud-ktchen__content .featcher-wrapper .featcher-list, .about2-cloud-ktchen__content .featcher-wrapper .featcher-list, .about-three__content .about-info .info-left, .widget__search-form form button, .widget__recent-posts .post-item .item-thumb, .header-two .header__right-hamburger .line, .header-three .header__right-hamburger .line, .header-four .header__right-hamburger .line, .header-five .header__right-hamburger .line {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.shop-one-details__item .item-content .action-wrap, .blog-one-main__item.v2 .blog-content .content-footer, .menu-six__nav .nav-tabs, .widget-shop-one__tags .tag-list {
  flex-wrap: wrap;
}

.special-menu-four__list, .menu-five__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog-one-details__single .blog-content-area .blog-thumb, .blog-one-details__single .blog-comment-form .form-group .input-wrap, .shop-one-details__review, .check-cloud-kitchen__billing .billing-form .form-group .input-wrapper, .check-cloud-kitchen__order .order-payment .payment-method .custom-radio .checkmark, .check-two__billing .billing-form .form-group .input-wrapper, .check-two__order .order-payment .payment-method .custom-radio .checkmark, .error-common.section, .login-main__form .form-group .input-wrap, .achievements-one__list .achievements-checklist .checklist-item .icon, .related-one__item .item-thumb, .blog-grid__item .blog-thumb, .shop-five__item .item-thumb, .shop-one-main__options .sort-wrap, .shop-one-main__item .item-thumb, .contact-cloud-ktchen__form .form-group .input-wrap .custom-date-picker, .blog-one-main__item .blog-thumb, .process-cloud-ktchen__buttons, .process2-cloud-ktchen__buttons, .story-four.section, .chefs-one__content .content-icon .icon-line, .chefs-four__content .content-icon .icon-line, .special-cloud-ktchen__items, .reservation-three__thumb, .reservation-three__form .input-wrap, .instagram-three.section, .instagram-three__wrapper, .testimonial-two__comment, .testimonial-two__comment .item-footer .item-info .info-title, .testimonial-two__recommend, .testimonial-two__quote, .testimonial-two__testimonial, .book-table.section, .book-table__wrapper, .book-table__form .input-wrap, .book-table-two__form .input-wrap, .book-table-two__form .input-wrap .custom-date-picker, .cta-cloud-ktchen__wrapper, .cta-two.section, .cta-two__wrapper, .cta-three__wrapper, .cta-four__wrapper, .cta-five__content, .choose-us-two.section, .choose-us-three.section, .menu-two.section, .menu-four__item .item-content .item-title a .item-icon, .gallery-three__rows, .gallery-four__item, .brands-three__items, .team-details__thumb, .category-five__item .item-thumb, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text .brand-logo, .about-cloud-ktchen__thumb .thumb-info .experience-info, .about2-cloud-ktchen__thumb .thumb-image, .about-two__content .main-content .rotating-badge, .about-four__thumb, .about-four__thumb .thumb-img, .about-four__content, .about-four__content .reservation-form .input-form, .about-five.section, .about-main-one__content .rotating-badge-wrapper .rotating-badge, .about-main-one__content .rotating-badge-wrapper .rotating-text-area .rorating-text .brand-logo, .about-main-two__content .rotating-badge-wrapper .rotating-badge, .hero-cloud-ktchen__content .hero-title, .hero-two.section, .hero-two__wrapper, .hero-two__content .main-content .cafe__header, .hero-two__thumb .hero-thumb, .hero-three.section, .hero-three__content .rotating-badge, .hero-five.section, .hero-five__thumb, .cloud-ktchen__header .header-title, .patisserie__header .header-title, .common-button-two, .common-button-three, .common-button-four, .common-button-five, .preloader .spinner-wrap, .preloader .spinner, .widget__cta, .widget__cta .cta-content, .widget-shop-one__search .search-form form, .footer-two__instagram-item, .footer-two__main .main-wrapper .widget-opening-hours, .footer-three__main .main-wrapper .widget-opening-hours, .footer-four__instagram, .footer-four__instagram-wrapper, .footer-four__instagram-item, .footer-four__main .main-wrapper .widget-opening-hours, .footer-five__instagram-item, .breadcrumb-two.section, .breadcrumb-two__header nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before, .mainmenu li, .mainmenu li.has-child-menu > a, .menu-meta .cart-icon, .tw-clip-anim {
  position: relative;
}

.blog-one-details__single .blog-content-area .blog-thumb .blog-date, .blog-one-details__single .blog-comment-form .form-group .input-wrap i, .check-cloud-kitchen__billing .billing-form .form-group .input-wrapper i,
.check-cloud-kitchen__billing .billing-form .form-group .input-wrapper svg, .check-cloud-kitchen__order .order-payment .payment-method .custom-radio .checkmark::after, .check-two__billing .billing-form .form-group .input-wrapper i,
.check-two__billing .billing-form .form-group .input-wrapper svg, .check-two__order .order-payment .payment-method .custom-radio .checkmark::after, .error-common.section::before, .login-main__form .form-group .input-wrap i, .related-one__item .item-thumb .item-action, .blog-grid__item .blog-thumb .blog-date, .shop-five__item .item-thumb .item-action, .shop-one-main__options .sort-wrap .sort-selected::after, .shop-one-main__options .sort-wrap .sort-dropdown, .shop-one-main__item .item-thumb .item-action, .blog-one-main__item .blog-thumb .blog-date, .story-four.section .icon-1,
.story-four.section .icon-2, .chefs-one__content .content-icon .icon-line::before, .chefs-four__content .content-icon .icon-line::before, .reservation-three__thumb .thumb-info, .reservation-three__form .input-wrap .icon, .instagram-three.section .gradient-overlay-left,
.instagram-three.section .gradient-overlay-right, .instagram-three__wrapper .instagram-brand-label, .instagram-three__slider, .instagram-three__item, .instagram-three__item .item-content, .testimonial-two__comment::before, .testimonial-two__recommend .recommend-shape, .book-table__form .input-wrap .icon, .book-table-two__form .input-wrap .icon, .cta-two__wrapper .thumb-1, .cta-two__wrapper .thumb-2, .cta-three__wrapper .icon-1,
.cta-three__wrapper .icon-2,
.cta-three__wrapper .icon-3,
.cta-three__wrapper .icon-4, .cta-three__wrapper .cta-title, .cta-four__wrapper::before, .cta-five__content .rotating-text, .choose-us-three.section .shape-1, .menu-two.section .shape-1,
.menu-two.section .shape-2, .menu-four__item .item-content .item-title a .item-icon svg, .brands-three__items::before, .brands-three__items::after, .team-details__thumb .sub-thumb, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text .text-animation, .about-two__content .main-content .rotating-badge .rotating-text, .about-four__thumb .thumb-info, .about-four__content .reservation-form .input-form::after, .about-four__content .reservation-form .input-form .fa-calendar, .about-five.section .about-icon, .about-main-one__content .rotating-badge-wrapper .rotating-badge .badge-text, .about-main-one__content .rotating-badge-wrapper .rotating-text-area, .about-main-one__content .rotating-badge-wrapper .rotating-text-area .rorating-text, .about-main-one__content .rotating-badge-wrapper .rotating-text-area .rorating-text .text-animation, .about-main-two__content .rotating-badge-wrapper .rotating-badge .badge-text, .hero-cloud-ktchen.section .hero-bg, .hero-cloud-ktchen__content .hero-title .top-tag,
.hero-cloud-ktchen__content .hero-title .bottom-tag, .hero-cloud-ktchen__content .hero-title .bottom-tag2, .hero-cloud-ktchen__video .hero-cloud-ktchen-video .hero-cloud-ktchen-play, .hero-two.section .shape-2, .hero-two__content .main-content .cafe__header .shape-1, .hero-two__thumb .hero-thumb .shape-3, .hero-three.section::before, .hero-three__bg-slider, .hero-three__content .rotating-badge .badge-text, .hero-five.section .icon-1, .hero-five.section .icon-2, .hero-five__thumb::before, .hero-five__thumb .rotating-badge, .hero-five__thumb .rotating-badge .badge-text, .hero-five__thumb-pagination, .patisserie__header .header-title .top-tag,
.patisserie__header .header-title .bottom-tag, .progress-wrap::after, .common-button-five::before, .preloader .preloader-logo, .preloader .spinner, .widget__cta::before, .widget__cta::after, .widget__cta.v2::after, .widget-shop-one__search .search-form form button, .footer-two__instagram-item .item-icon, .footer-four__instagram-content .title, .footer-four__instagram-item .item-icon, .footer-five__instagram-item .item-icon, .breadcrumb-two.section::before, .mainmenu li.has-child-menu > a::before, .mainmenu li.has-child-menu ul li.has-child-menu > a::before, .mainmenu li.has-mega-menu .mega-menu, .search-wrap .search-icon i, .search-wrap .search-field, .search-wrap .search-field::before, .search-wrap .search-field form i, .hamburger-area .hamburger_search form button, .hamburger-area .hamburger_menu .mean-container .mean-nav ul li a.mean-expand::before {
  position: absolute;
  content: "";
}

.mainmenu li.has-mega-menu .mega-menu__card .card-img-wrap, .search-wrap .search-field form {
  overflow: hidden;
}

.search-wrap .search-icon i, .search-wrap .search-field form i {
  cursor: pointer;
}

.testimonial-five__content, .mainmenu li ul li > a, .mainmenu li.has-mega-menu .mega-menu__card .card-img-wrap, .mainmenu li.has-mega-menu .mega-menu__card .card-img-wrap img, .search-wrap .search-field form input, input,
textarea,
select {
  width: 100%;
}

.mainmenu li.has-mega-menu .mega-menu__card .card-img-wrap img, .search-wrap .search-field form input {
  height: 100%;
}

.mainmenu li.has-mega-menu .mega-menu__item .text .title, .mainmenu li.has-mega-menu .mega-menu__card .card-title, body {
  font-weight: 400;
}

.mainmenu li a, .mainmenu li ul li > a, .mainmenu li.has-mega-menu .mega-menu__item .text .desc {
  font-weight: 500;
}

.menu-meta .cart-icon span {
  font-weight: 600;
}

.blog-one-details__single .blog-content-area .blog-content .check-list li .icon, .blog-one-details__single .blog-content-area .blog-content .blog-details-footer .tags a, .shop-one-details__item .item-content .action-wrap .btn-group .add-to-cart-btn, .shop-one-details__item .item-content .action-wrap .btn-group .icon-btn, .shop-one-details__item .item-content .social-links a, .error-cloud-kitchen__content, .error-cloud-kitchen__content .back-button, .error-common__content, .error-common__content .back-button, .cart-cloud-kitchen__carts .cart-item .remove-col .remove-btn, .cart-cloud-kitchen__carts .cart-item .quantity .number-input .number-btn, .cart-two__carts .cart-item .remove-col .remove-btn, .cart-two__carts .cart-item .quantity .number-input .number-btn, .cart-three__carts .cart-item .remove-col .remove-btn, .cart-three__carts .cart-item .quantity .number-input .number-btn, .cart-four__carts .cart-item .remove-col .remove-btn, .cart-four__carts .cart-item .quantity .number-input .number-btn, .faq-cloud-kitchen__accordion .accordion-item .accordion-header .accordion-button::after, .faq-common__accordion .accordion-item .accordion-header .accordion-button::after, .login-main__form .form-group.submit-group .submit-btn, .login-main__form .form-group.submit-group .remember-me-wrap input[type=checkbox], .grid-menu__tabs, .related-one__slider-pagination, .related-one__item .item-thumb, .related-one__item .item-thumb .item-action .add-btn, .related-one__item .item-thumb .item-action .wishlist-btn, .blog-grid__item .blog-thumb .blog-date, .blog-grid__item .blog-content .content-footer .read-more-btn, .shop-five__item .item-thumb, .shop-five__item .item-thumb .item-action .add-btn, .shop-five__item .item-thumb .item-action .wishlist-btn, .shop-one-main__item .item-thumb, .shop-one-main__item .item-thumb .item-action .add-btn, .shop-one-main__item .item-thumb .item-action .wishlist-btn, .contact-cloud-ktchen__form .submit-group .submit-btn, .blog-one-main__item .blog-thumb .blog-date, .blog-one-main__item .blog-content .content-footer .read-more-btn, .special-menu-four__buttons, .reservation-three__thumb .thumb-info .info-block, .reservation-three__form .input-wrap .icon, .instagram-three__wrapper, .testimonials-cloud-ktchen.v2 .cloud-ktchen__header, .testimonial-three__item .item-footer .author-info .author-content, .testimonial-three__ratings, .testimonial-three__ratings .author-thumbs, .testimonial-three__ratings .rating-content, .testimonial-four__item .item-footer .author-info .author-content, .testimonial-five__slider-wrapper .testimonial-five__item .item-icon, .testimonial-six__item .item-footer .author-info .author-content, .testimonial-six__ratings, .testimonial-six__ratings .author-thumbs, .testimonial-six__ratings .rating-content, .book-table__wrapper .thumb-info .contact-box, .book-table__form .input-wrap .icon, .book-table__form .common-button-two, .book-table-two__form .input-wrap .icon, .cta-two__wrapper .cta-contact .contact-info, .cta-three__wrapper .buttons-group, .cta-five__content .content-box, .choose-us-two__item .item-icon, .choose-us-five__item .item-icon, .menu-three__buttons, .menu-four__item .item-content .item-title a .item-icon, .menu-five__tabs, .menu-five__buttons, .gallery-two__pagination, .faq-one__accordion .accordion-item .accordion-header .accordion-button::after, .faq-two__accordion .accordion-button::after, .faq-five__accordion .accordion-button::after, .brands-two__items, .brands-three__items, .team__item .item-content .item-info, .category-five__item .item-thumb, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text, .about-three__content .about-info .info-left, .about-three__content .about-info .info-left .ratings .author-thumbs, .about-three__content .about-info .info-left .ratings .rating-content, .about-four__content .reservation-form .input-row, .about-four__content .reservation-form .button-group, .about-main-one__content .rotating-badge-wrapper, .about-main-one__content .rotating-badge-wrapper .rotating-text-area, .about-main-one__content .rotating-badge-wrapper .rotating-text-area .rorating-text, .about-main-one__stats .stat-item .stat-number, .about-main-two__content .rotating-badge-wrapper, .about-main-two__stats .stat-item .stat-number, .hero-cloud-ktchen__content .hero-reviews, .hero-three__content .content-info .hero-info, .hero-four__content .content-wrapper .ratings .author-thumbs, .hero-four__content .content-wrapper .ratings .rating-content, .hero-five__thumb-pagination, .submit-btn .icon-wrap, .common-button-two, .common-button-three, .common-button-four, .common-button-five, .widget__tags .tag-list .tag-btn, .widget__cta, .widget__cta .cta-content, .widget__cta .cta-icon, .pagination-common .pagination, .breadcrumb-two.section, .breadcrumb-two__header nav .breadcrumb, .menu-meta .cart-icon span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-one-details__wrapper, .blog-one-details__single .blog-content-area .blog-thumb .blog-date, .blog-one-details__single .blog-content-area .blog-content .blog-details-footer, .shop-one-details__item .item-content .action-wrap .quantity-box, .check-cloud-kitchen__wrapper, .check-cloud-kitchen__order .order-table .order-table-header, .check-cloud-kitchen__order .order-table .order-table-list li, .check-cloud-kitchen__order .order-table .order-table-subtotal, .check-cloud-kitchen__order .order-table .order-table-total, .check-two__wrapper, .check-two__order .order-table .order-table-header, .check-two__order .order-table .order-table-list li, .check-two__order .order-table .order-table-subtotal, .check-two__order .order-table .order-table-total, .cart-cloud-kitchen__bottom, .cart-cloud-kitchen__total .total-box .total-list li, .cart-two__bottom, .cart-two__total .total-box .total-list li, .cart-three__bottom, .cart-three__total .total-box .total-list li, .cart-four__bottom, .cart-four__total .total-box .total-list li, .faq-cloud-kitchen__main, .faq-common__main, .contact-map__item, .achievements-one__wrapper, .achievements-one__list .achievements-checklist .checklist-item, .related-one__item .item-content, .related-one__item.v2 .item-content, .history-one__item .item-content, .history-two__item .item-content, .blog-grid__item .blog-content .content-footer, .shop-five__item .item-content, .shop-one-main__wrapper, .shop-one-main__options, .shop-one-main__item .item-content, .shop-one-main__item.v2 .item-content, .contact2-cloud-ktchen__content, .contact-five__content, .blog-one-main__wrapper, .blog-one-main__item .blog-content .content-footer, .opening-five__wrapper, .chefs-one__wrapper, .chefs-four__wrapper, .special-menu-four__wrapper, .special-menu-four__list, .special-menu-four__item .item-header, .reservation-three__thumb .thumb-info, .popular-dishes-three__item .item-content, .testimonial-two__comment, .testimonial-two__comment .item-footer .item-info, .testimonial-two__recommend, .testimonial-two__quote, .testimonial-two__quote .quote-footer, .testimonial-two__testimonial .item-content, .testimonial-two__testimonial .item-content .item-footer, .testimonial-three__item, .testimonial-three__item .item-footer, .testimonial-four__item, .testimonial-four__item .item-footer, .testimonial-five__content, .testimonial-five__slider-wrapper, .testimonial-five__slider-wrapper .testimonial-five__item .item-footer, .testimonial-five__footer, .testimonial-five__stats, .testimonial-six__item, .testimonial-six__item .item-footer, .book-table__wrapper, .choose-us-two__item, .choose-us-two__item .item-content, .choose-us-three__wrapper, .choose-us-three__list, .choose-us-five__wrapper, .choose-us-five__item, .menu-three__wrapper, .menu-three__list-wrapper, .menu-five__wrapper, .menu-five__list, .menu-five__item .item-header, .menu-six__nav .nav-tabs, .menu-six__item .item-header, .menu-six__item .item-list .list-header, .gallery-three__row, .faq-one__wrapper, .team__item .item-content, .team-three__item .item-content, .team-three__item .item-content .item-info, .team-four__item .item-content, .team-four__item .item-content .item-info, .team-details__wrapper, .about-cloud-ktchen__content .featcher-wrapper, .about2-cloud-ktchen__content .featcher-wrapper, .about-five__content .main-content, .about-main-one__content, .about-main-one__stats, .about-main-two__content, .about-main-two__stats, .hero-two__content, .hero-three__content, .hero-four__wrapper, .hero-five__wrapper, .widget-shop-one__sidebar .widget-title.v2, .widget-shop-one__filter .price-filter__values, .widget-shop-one__category .widget-title, .footer-three__top .footer-top-inner .social-text, .footer-five__main .main-wrapper, .mainmenu li.has-mega-menu .mega-menu {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.cart-cloud-kitchen__total, .cart-two__total, .cart-three__total, .cart-four__total, .achievements-one__content .awards, .testimonial-three__ratings .rating-content .rating ul, .testimonial-six__ratings .rating-content .rating ul, .about-three__content .about-info .info-left .ratings, .about-three__content .about-info .info-left .ratings .rating-content .rating ul, .hero-four__content .content-wrapper .ratings, .hero-four__content .content-wrapper .ratings .rating-content .rating ul {
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.about-cloud-ktchen__content .featcher-wrapper .featcher-list, .about2-cloud-ktchen__content .featcher-wrapper .featcher-list, .hero-three.section, .footer-two__bottom .bottom-werappe .werappe-right, .footer-three__bottom .bottom-werappe .werappe-right, .footer-four__bottom .bottom-werappe .werappe-right, .footer-five__bottom .bottom-werappe .werappe-right {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.contact-map__item .item-header .item-incon, .tricker-five.section * .tricker-icon, .contact2-cloud-ktchen__content .content-icon-wrapper .content-icon, .contact-five__content .content-icon-wrapper .content-icon, .opening-four__content .icon, .opening-five__content .icon, .instagram-three__item .item-content, .testimonial-two__comment .item-header .item-icon, .testimonial-two__quote .quote-icon, .testimonial-two__testimonial .item-content .item-icon, .testimonial-three__item .item-footer .quote-icon, .testimonial-four__item .item-footer .quote-icon, .testimonial-six__item .item-footer .quote-icon, .cta-three__wrapper .buttons-group .contact-number .contact-icon, .cta-five__content, .choose-us-three.section .shape-1, .choose-us-three__item .item-icon, .menu-three__item .item-icon, .menu-five__tabs .nav-link .icon, .menu-five__thumb, .menu-six__nav .nav-tabs .icon, .menu-six__item .item-header .item-icon, .brands-two__item, .brands-three__item, .team__item .item-content .item-icon, .team-three__item .item-content .item-icon, .team-four__item .item-content .item-icon, .categories-cloud-ktchen__navigation .nav-button, .category-two__item .item-icon, .about-two__content .main-content .rotating-badge, .about-three__content .highlight-items .highlight-item .highlight-icon, .about-main-one__content .rotating-badge-wrapper .rotating-badge, .about-main-two__content .rotating-badge-wrapper .rotating-badge, .hero-three__content .rotating-badge, .hero-five__thumb .rotating-badge, .cafe__header .section-sub-title .icon,
.restaurant__header .section-sub-title .icon,
.sushi__header .section-sub-title .icon, .common-button-two .btn-icon, .common-button-three .btn-icon, .common-button-four .btn-icon, .common-button-five .btn-icon, .widget__search-form form button, .pagination-common .pagination .page-item .page-link, .footer-cloud-ktchen__tricker * .trackir-icon, .footer-two__instagram-item .item-icon, .footer-two__tricker * .trackir-icon, .footer-two__main .main-wrapper .footer-widget .widget-social .social-links li a, .footer-three__main .main-wrapper .footer-widget .widget-social .social-links li a, .footer-three__tricker * .trackir-icon, .footer-four__instagram-item .item-icon, .footer-four__main .main-wrapper .footer-widget .widget-social .social-links li a, .footer-five__instagram-item .item-icon, .footer-five__tricker * .trackir-icon, .mainmenu li.has-mega-menu .mega-menu__item .icon, .mainmenu li.has-mega-menu .mega-menu__item .text .title .tag, .header__right-hamburger, .tw-clip-anim {
  place-content: center;
}

.blog-one-details__wrapper, .related-one__item .item-content, .related-one__item.v2 .item-content, .shop-five__item .item-content, .shop-one-main__wrapper, .shop-one-main__item .item-content, .shop-one-main__item.v2 .item-content, .contact2-cloud-ktchen__content .content-icon-wrapper, .contact-five__content .content-icon-wrapper, .blog-one-main__wrapper, .testimonial-three__ratings .rating-content, .testimonial-five__stats .stat-item, .testimonial-six__ratings .rating-content, .book-table__wrapper .thumb-info .contact-box, .choose-us-three__item, .about-three__content .about-info .info-left .ratings .rating-content, .hero-two__content, .hero-four__content .content-wrapper .ratings .rating-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.blog-one-details__single .blog-content-area .blog-thumb .blog-date, .blog-one-details__single .blog-content-area .blog-content .blog-details-meta, .blog-one-details__single .blog-content-area .blog-content .blog-details-meta .author, .blog-one-details__single .blog-content-area .blog-content .blog-details-meta .meta-comments, .blog-one-details__single .blog-content-area .blog-content .check-list li, .blog-one-details__single .blog-content-area .blog-content .check-list li .icon, .blog-one-details__single .blog-content-area .blog-content .blog-details-footer, .blog-one-details__single .blog-content-area .blog-content .blog-details-footer .tags, .blog-one-details__single .blog-content-area .blog-content .blog-details-footer .tags a, .blog-one-details__single .blog-content-area .blog-content .blog-details-footer .social-share, .blog-one-details__single .post-author, .blog-one-details__single .blog-comment-form .submit-group, .shop-one-details__item .item-content .rating-wrap, .shop-one-details__item .item-content .rating-wrap .stars, .shop-one-details__item .item-content .action-wrap, .shop-one-details__item .item-content .action-wrap .quantity-box, .shop-one-details__item .item-content .action-wrap .quantity-box .qty-control, .shop-one-details__item .item-content .action-wrap .btn-group, .shop-one-details__item .item-content .action-wrap .btn-group .add-to-cart-btn, .shop-one-details__item .item-content .action-wrap .btn-group .icon-btn, .shop-one-details__item .item-content .social-links, .shop-one-details__item .item-content .social-links a, .shop-one-details__review .review-tab-content .review-wrap .review-item, .shop-one-details__review .review-tab-content .review-wrap .review-form .rating-select, .check-cloud-kitchen__order .order-table .order-table-header, .check-cloud-kitchen__order .order-table .order-table-list li, .check-cloud-kitchen__order .order-table .order-table-subtotal, .check-cloud-kitchen__order .order-table .order-table-total, .check-cloud-kitchen__order .order-payment .payment-method .custom-radio, .check-two__order .order-table .order-table-header, .check-two__order .order-table .order-table-list li, .check-two__order .order-table .order-table-subtotal, .check-two__order .order-table .order-table-total, .check-two__order .order-payment .payment-method .custom-radio, .error-cloud-kitchen.section, .error-cloud-kitchen__content .back-button, .error-common.section, .error-common__content .back-button, .cart-cloud-kitchen__carts .cart-header, .cart-cloud-kitchen__carts .cart-item, .cart-cloud-kitchen__carts .cart-item .remove-col .remove-btn, .cart-cloud-kitchen__carts .cart-item .quantity .number-input, .cart-cloud-kitchen__carts .cart-item .quantity .number-input .number-btn, .cart-cloud-kitchen__bottom, .cart-cloud-kitchen__bottom .cupon-code, .cart-cloud-kitchen__total .total-box .total-list li, .cart-two__carts .cart-header, .cart-two__carts .cart-item, .cart-two__carts .cart-item .remove-col .remove-btn, .cart-two__carts .cart-item .quantity .number-input, .cart-two__carts .cart-item .quantity .number-input .number-btn, .cart-two__bottom, .cart-two__bottom .cupon-code, .cart-two__total .total-box .total-list li, .cart-three__carts .cart-header, .cart-three__carts .cart-item, .cart-three__carts .cart-item .remove-col .remove-btn, .cart-three__carts .cart-item .quantity .number-input, .cart-three__carts .cart-item .quantity .number-input .number-btn, .cart-three__bottom, .cart-three__bottom .cupon-code, .cart-three__total .total-box .total-list li, .cart-four__carts .cart-header, .cart-four__carts .cart-item, .cart-four__carts .cart-item .remove-col .remove-btn, .cart-four__carts .cart-item .quantity .number-input, .cart-four__carts .cart-item .quantity .number-input .number-btn, .cart-four__bottom, .cart-four__bottom .cupon-code, .cart-four__total .total-box .total-list li, .faq-cloud-kitchen__accordion .accordion-item .accordion-header .accordion-button::after, .faq-common__accordion .accordion-item .accordion-header .accordion-button::after, .login-main__form .form-group.submit-group, .login-main__form .form-group.submit-group .submit-btn, .login-main__form .form-group.submit-group .remember-me-wrap, .login-main__form .form-group.submit-group .remember-me-wrap input[type=checkbox], .contact-map__item .item-header, .achievements-one__content .awards, .achievements-one__list .achievements-checklist .checklist-item, .related-one__item .item-thumb, .related-one__item .item-thumb .item-action, .related-one__item .item-thumb .item-action .add-btn, .related-one__item .item-thumb .item-action .wishlist-btn, .blog-grid__item .blog-thumb .blog-date, .blog-grid__item .blog-content .content-footer, .blog-grid__item .blog-content .content-footer .author, .blog-grid__item .blog-content .content-footer .read-more-btn, .tricker-five.section *, .shop-five__item .item-thumb, .shop-five__item .item-thumb .item-action, .shop-five__item .item-thumb .item-action .add-btn, .shop-five__item .item-thumb .item-action .wishlist-btn, .shop-one-main__options, .shop-one-main__options .sort-wrap, .shop-one-main__options .sort-wrap .sort-selected, .shop-one-main__item .item-thumb, .shop-one-main__item .item-thumb .item-action, .shop-one-main__item .item-thumb .item-action .add-btn, .shop-one-main__item .item-thumb .item-action .wishlist-btn, .contact-cloud-ktchen__form .submit-group, .contact-cloud-ktchen__form .submit-group .submit-btn, .blog-one-main__item .blog-thumb .blog-date, .blog-one-main__item .blog-content .content-footer, .blog-one-main__item .blog-content .content-footer .author, .blog-one-main__item .blog-content .content-footer .read-more-btn, .reservation-three__form .input-wrap .icon, .popular-dishes-three__item .item-content, .testimonials-cloud-ktchen.v2 .cloud-ktchen__header, .testimonial-two__comment .item-footer .item-info, .testimonial-two__comment .item-footer .item-info .info-title, .testimonial-two__quote .quote-footer, .testimonial-two__testimonial, .testimonial-two__testimonial .item-content .item-footer, .testimonial-three__item .item-header .rating ul, .testimonial-three__item .item-footer, .testimonial-three__item .item-footer .author-info, .testimonial-three__ratings, .testimonial-three__ratings .author-thumbs, .testimonial-three__ratings .rating-content .rating ul, .testimonial-four__item .item-header .rating ul, .testimonial-four__item .item-footer, .testimonial-four__item .item-footer .author-info, .testimonial-five__slider-wrapper .testimonial-five__item .item-icon, .testimonial-five__slider-wrapper .testimonial-five__item .item-footer, .testimonial-five__slider-wrapper .testimonial-five__item .item-footer .author, .testimonial-five__footer, .testimonial-five__footer .ratings, .testimonial-five__footer .ratings .author-thumbs, .testimonial-five__footer .ratings .rating-content .rating ul, .testimonial-six__item .item-header .rating ul, .testimonial-six__item .item-footer, .testimonial-six__item .item-footer .author-info, .testimonial-six__ratings, .testimonial-six__ratings .author-thumbs, .testimonial-six__ratings .rating-content .rating ul, .book-table__form .input-wrap .icon, .book-table-two__form .input-wrap .icon, .cta-two__wrapper .cta-contact .contact-info, .cta-three__wrapper .buttons-group, .cta-three__wrapper .buttons-group .contact-number, .cta-five__content .content-box, .choose-us-two__item, .choose-us-two__item .item-icon, .choose-us-five__item, .choose-us-five__item .item-icon, .menu-three__item, .menu-three__item .item-content .item-header, .menu-four__item .item-content .item-title a, .menu-four__item .item-content .item-title a .item-icon, .menu-five__tabs .nav-link, .menu-six__nav .nav-tabs, .menu-six__item .item-header, .menu-six__item .item-list .list-header, .gallery-three__row, .faq-one__accordion .accordion-item .accordion-header .accordion-button::after, .faq-two__accordion .accordion-button::after, .faq-five__accordion .accordion-button::after, .brands-three__items .slide-track, .brands-three__items .slide-track .js-marquee-wrapper, .brands-three__items .slide-track .js-marquee-wrapper *, .team-three__item .item-content, .team-four__item .item-content, .category-five__item .item-thumb, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area, .about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text, .about-cloud-ktchen__thumb .thumb-info .experience-info .total-year, .about-cloud-ktchen__content .featcher-wrapper .featcher-list ul li, .about2-cloud-ktchen__wrapper, .about2-cloud-ktchen__content .featcher-wrapper .featcher-list ul li, .about-three__content .highlight-items .highlight-item, .about-three__content .about-info .info-left .ratings, .about-three__content .about-info .info-left .ratings .author-thumbs, .about-three__content .about-info .info-left .ratings .rating-content .rating ul, .about-four__content .reservation-form .input-row, .about-five__content .main-content .left-content .mission-vision-tabs .nav-pills, .about-five__content .main-content .left-content .ratings, .about-five__content .main-content .left-content .ratings .author-thumbs, .about-five__content .main-content .left-content .ratings .rating-content .rating ul, .about-five__content .main-content .left-content .content-footer, .about-main-one__content, .about-main-one__content .rotating-badge-wrapper .rotating-text-area, .about-main-one__content .rotating-badge-wrapper .rotating-text-area .rorating-text, .about-main-two__content, .hero-cloud-ktchen__content .hero-reviews, .hero-cloud-ktchen__content .hero-reviews .avatars, .hero-two__content .info-content .brand-info, .hero-two__content .info-content .brand-info .avatars, .hero-three__content .content-info .hero-info .rating-details, .hero-three__content .content-info .hero-info .rating-details .rating-stars ul, .hero-four__wrapper, .hero-four__content .content-wrapper, .hero-four__content .content-wrapper .ratings, .hero-four__content .content-wrapper .ratings .author-thumbs, .hero-four__content .content-wrapper .ratings .rating-content .rating ul, .hero-five__wrapper, .hero-five__content .content-buttons, .hero-five__thumb-pagination, .cafe__header .section-sub-title,
.restaurant__header .section-sub-title,
.sushi__header .section-sub-title, .submit-btn, .submit-btn .text-wrap, .submit-btn .icon-wrap, .common-button-two, .common-button-three, .common-button-four, .common-button-five, .widget__search-form form, .widget__recent-posts .post-item, .widget__tags .tag-list .tag-btn, .widget__cta, .widget__cta .cta-content, .widget__cta .cta-icon, .widget-shop-one__sidebar .widget-title.v2, .widget-shop-one__filter .price-filter__values, .widget-shop-one__filter .price-filter__values .price-label, .widget-shop-one__category .widget-title, .widget-shop-one__best-sell .best-sell-item, .footer-cloud-ktchen__tricker *, .footer-two__tricker *, .footer-two__main .main-wrapper .footer-widget .widget-social .social-links, .footer-two__bottom .bottom-werappe .werappe-right, .footer-three__top .footer-top-inner .social-text, .footer-three__main .main-wrapper .footer-widget .widget-social .social-links, .footer-three__bottom .bottom-werappe .werappe-right, .footer-three__tricker *, .footer-four__main .main-wrapper .footer-widget .widget-social .social-links, .footer-four__bottom .bottom-werappe .werappe-right, .footer-five__tricker *, .footer-five__bottom .bottom-werappe .werappe-right, .breadcrumb-two.section, .breadcrumb-two__header nav .breadcrumb, .breadcrumb-two__header nav .breadcrumb .breadcrumb-item + .breadcrumb-item, .mainmenu li.has-mega-menu .mega-menu__item, .mainmenu li.has-mega-menu .mega-menu__item .text .title, .mainmenu li.has-mega-menu .mega-menu__card, .search-wrap .search-field form, .menu-meta .cart-icon span, .cart-count-box-wrap .cart-count-box, .header-two__wrapper .left-wrapper, .header-two .header__right-hamburger, .header-three .header__right-hamburger, .header-four .header__right-hamburger, .header-five .header__right-hamburger, .hamburger-area .hamburger-infos .contact-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.book-table__wrapper, .menu-two__item .item-header, .about-five__content .main-content, .about-main-one__stats .stat-item .stat-number, .about-main-two__stats .stat-item .stat-number, .hero-three__content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .item-number {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.check-cloud-kitchen__order .order-payment .payment-method .custom-radio input, .check-cloud-kitchen__order .order-payment .payment-method .custom-radio .checkmark::after, .check-cloud-kitchen__order .order-payment .payment-method .payment-description, .check-two__order .order-payment .payment-method .custom-radio input, .check-two__order .order-payment .payment-method .custom-radio .checkmark::after, .check-two__order .order-payment .payment-method .payment-description, .shop-one-main__options .sort-wrap .sort-dropdown {
  display: -webkit-none;
  display: -ms-none;
  display: none;
}

.blog-one-details__single .blog-content-area .blog-thumb img, .blog-one-details__single .blog-content-area .blog-thumb .blog-date .day-text, .blog-one-details__single .blog-content-area .blog-thumb .blog-date .month-text, .blog-one-details__single .post-author .author-info .designation, .blog-one-details__single .blog-comment-form .form-group label, .check-cloud-kitchen__billing .billing-form .form-group label, .check-cloud-kitchen__order .order-payment .payment-method .custom-radio input:checked ~ .checkmark::after, .check-cloud-kitchen__order .order-payment .payment-method.active .payment-description, .check-two__billing .billing-form .form-group label, .check-two__order .order-payment .payment-method .custom-radio input:checked ~ .checkmark::after, .check-two__order .order-payment .payment-method.active .payment-description, .check-two.v3 .check-two__order .order-payment .payment-method .custom-radio input:checked ~ .checkmark::after, .check-two.v4 .check-two__order .order-payment .payment-method .custom-radio input:checked ~ .checkmark::after, .cart-cloud-kitchen__carts .cart-header p.h-empty, .cart-two__carts .cart-header p.h-empty, .cart-three__carts .cart-header p.h-empty, .cart-four__carts .cart-header p.h-empty, .login-main__form .form-group label, .login-main__form .lost-password, .contact-map__map iframe, .related-one__item .item-thumb a, .blog-grid__item .blog-thumb a, .shop-one-main__item .item-thumb a, .blog-one-main__item .blog-thumb a, .reservation-three__form, .reservation-three__form .form-label, .instagram-three__item, .video-one__video video,
.video-three__video video,
.video-four__video video,
.video-five__video video, .testimonial-three__item .item-footer .author-info .author-content .author-designation, .testimonial-four__item .item-footer .author-info .author-content .author-designation, .testimonial-six__item .item-footer .author-info .author-content .author-designation, .book-table__form, .book-table__form .form-label, .book-table-two__form form, .book-table-two__form .form-label, .menu-four__item .item-thumb, .team-details__content .line, .about-four__thumb .thumb-img, .about-four__thumb .thumb-info .info-title span, .about-five__content .main-content .right-content .established-box .label, .about-five__content .main-content .right-content .established-box .year, .hero-two__content .main-content .cafe__header .section-title .no-fill, .hero-four__content .header-subtitle, .progress-wrap, .progress-wrap::after, .widget__recent-posts .post-item .item-thumb, .widget__recent-posts .post-item .item-content .post-date, .widget__cta .cta-title .cta-subtitle, .widget-shop-one__sidebar .widget-title.v2::after, .breadcrumb-two__header nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before, .mainmenu li ul li, .header-two .header__right-hamburger .line, .header-three .header__right-hamburger .line, .header-four .header__right-hamburger .line, .header-five .header__right-hamburger .line {
  display: -webkit-block;
  display: -ms-block;
  display: block;
}

.check-cloud-kitchen__order .order-table .order-table-header span, .check-two__order .order-table .order-table-header span, .history-one__item .item-content .content-header .year, .history-one__item .item-content .content-body .content-title .highlight, .history-two__item .item-content .content-header .year, .history-two__item .item-content .content-body .content-title .highlight, .opening-four__content .verticle-line, .opening-five__content .verticle-line, .chefs-one__content .content-icon .icon-line, .chefs-four__content .content-icon .icon-line, .instagram-three__wrapper .instagram-brand-label, .testimonial-two__recommend .recommend-header .recommend-text, .testimonial-two__recommend .recommend-footer .counter-item, .testimonial-two__quote .quote-footer .author-info .author-designation, .testimonial-two__testimonial .item-content .item-footer .author-info .author-designation, .menu-three__item .item-content .item-header .item-price, .menu-six__item .item-list .list-header .header-title, .team-three__item .item-content .item-info .item-title a, .team-three__item .item-content .item-info .item-designation, .team-four__item .item-content .item-info .item-title a, .team-four__item .item-content .item-info .item-designation, .about-cloud-ktchen__thumb .thumb-info .experience-info .total-year em, .about-cloud-ktchen__thumb .thumb-info .thumb-title span, .about-three__content .about-info .experience-info .counter-item, .about-four__thumb .thumb-info .arrow-icon, .about-main-one__stats .stat-item .stat-number .counter-item,
.about-main-one__stats .stat-item .stat-number .highlight, .about-main-one__stats .stat-item .stat-label, .about-main-two__stats .stat-item .stat-number .counter-item,
.about-main-two__stats .stat-item .stat-number .highlight, .about-main-two__stats .stat-item .stat-label, .hero-cloud-ktchen__content .hero-title .top-tag,
.hero-cloud-ktchen__content .hero-title .bottom-tag, .hero-cloud-ktchen__content .hero-title .bottom-tag2, .hero-three__content .content-info .hero-title span, .sushi__header .section-title span, .patisserie__header .header-title .top-tag,
.patisserie__header .header-title .bottom-tag, .common-button-two .btn-text, .common-button-three .btn-text, .common-button-four .btn-text, .common-button-five .btn-text, .mainmenu li, .mainmenu li a, .mainmenu li ul li > a {
  display: -webkit-inline-block;
  display: -ms-inline-block;
  display: inline-block;
}

.cart-cloud-kitchen__carts .cart-header, .cart-cloud-kitchen__carts .cart-item, .cart-two__carts .cart-header, .cart-two__carts .cart-item, .cart-three__carts .cart-header, .cart-three__carts .cart-item, .cart-four__carts .cart-header, .cart-four__carts .cart-item, .contact-map__items, .contact-map__item .item-header .item-incon, .grid-menu__items, .blog-grid__items, .tricker-five.section * .tricker-icon, .shop-one-main__items, .contact2-cloud-ktchen__wrapper, .contact2-cloud-ktchen__content .content-icon-wrapper .content-icon, .contact-five__wrapper, .contact-five__content .content-icon-wrapper .content-icon, .blog-one-main__items, .opening-four__content .icon, .opening-five__content .icon, .reservation-three__wrapper, .instagram-three__item .item-content, .popular-dishes-three__wrapper, .testimonial-two__comment .item-header .item-icon, .testimonial-two__quote .quote-icon, .testimonial-two__testimonial .item-content .item-icon, .testimonial-three__item .item-footer .quote-icon, .testimonial-four__item .item-footer .quote-icon, .testimonial-five__wrapper, .testimonial-six__item .item-footer .quote-icon, .cta-three__wrapper .buttons-group .contact-number .contact-icon, .cta-five__content, .choose-us-three.section .shape-1, .choose-us-three__item .item-icon, .menu-three__item .item-icon, .menu-five__tabs .nav-link .icon, .menu-five__thumb, .menu-six__nav .nav-tabs .icon, .menu-six__items, .menu-six__item .item-header .item-icon, .gallery-four__items, .brands-two__item, .brands-three__item, .team__item .item-content .item-icon, .team-three__item .item-content .item-icon, .team-four__item .item-content .item-icon, .categories-cloud-ktchen__navigation .nav-button, .category-two__item .item-icon, .about-cloud-ktchen__wrapper, .about2-cloud-ktchen__wrapper, .about-two__wrapper, .about-two__content .main-content .rotating-badge, .about-three__wrapper, .about-three__content .highlight-items .highlight-item .highlight-icon, .about-five__wrapper, .about-main-one__thumbs, .about-main-one__content .rotating-badge-wrapper .rotating-badge, .about-main-two__thumbs, .about-main-two__content .rotating-badge-wrapper .rotating-badge, .hero-three__content .rotating-badge, .hero-five__thumb .rotating-badge, .cafe__header .section-sub-title .icon,
.restaurant__header .section-sub-title .icon,
.sushi__header .section-sub-title .icon, .common-button-two .btn-icon, .common-button-three .btn-icon, .common-button-four .btn-icon, .common-button-five .btn-icon, .widget__search-form form button, .pagination-common .pagination .page-item .page-link, .footer-cloud-ktchen__tricker * .trackir-icon, .footer-two__instagram-wrapper, .footer-two__instagram-item .item-icon, .footer-two__tricker * .trackir-icon, .footer-two__main .main-wrapper, .footer-two__main .main-wrapper .footer-widget .widget-social .social-links li a, .footer-two__bottom .bottom-werappe, .footer-three__top .footer-top-inner, .footer-three__main .main-wrapper, .footer-three__main .main-wrapper .footer-widget .widget-social .social-links li a, .footer-three__bottom .bottom-werappe, .footer-three__tricker * .trackir-icon, .footer-four__instagram-wrapper, .footer-four__instagram-item .item-icon, .footer-four__main .main-wrapper, .footer-four__main .main-wrapper .footer-widget .widget-social .social-links li a, .footer-four__bottom .bottom-werappe, .footer-five__instagram-wrapper, .footer-five__instagram-item .item-icon, .footer-five__tricker * .trackir-icon, .footer-five__bottom .bottom-werappe, .mainmenu li.has-mega-menu .mega-menu__item .icon, .mainmenu li.has-mega-menu .mega-menu__item .text .title .tag, .header__right-hamburger, .tw-clip-anim {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.special-menu-four__list-wrapper, .testimonial-five__slider-wrapper, .choose-us-three__item .item-content, .menu-three__item .item-content, .menu-three__item .item-content .item-header .item-line, .about-cloud-ktchen__content .featcher-wrapper .featcher-list ul, .about-main-one__content .rotating-badge-wrapper, .about-main-two__content .rotating-badge-wrapper, .widget__search-form form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mainmenu li.has-mega-menu .mega-menu__item .text .title, .mainmenu li.has-mega-menu .mega-menu__card .card-title {
  text-transform: uppercase;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.mainmenu li.has-mega-menu .mega-menu {
  background-color: var(--color-white);
}

.blog-one-details__single .blog-content-area .blog-thumb .blog-date .day-text, .blog-one-details__single .blog-content-area .blog-thumb .blog-date .month-text, .testimonials-cloud-ktchen.v2 .cloud-ktchen__header, .patisserie__header .header-title .top-tag,
.patisserie__header .header-title .bottom-tag, .breadcrumb-two__header, .mainmenu li.has-mega-menu .mega-menu__card .card-title {
  text-align: center;
}

.mainmenu li ul li {
  text-align: left;
}

.blog-one-details__single .blog-content-area .blog-content .check-list, .shop-one-details__item .item-content .meta-list, .widget-shop-one__category .category-list, .mainmenu ul, li {
  list-style: none;
}

/* @@@@@@@@@@@@@  Extend Property Margin 0 - 50 CSS Writing Now  @@@@@@@@@@@@@@ */
.blog-one-details__single .blog-content-area .blog-content .check-list, .widget-shop-one__category .category-list, .mainmenu ul, ul {
  margin: 0;
}

/* @@@@@@@@@@@@@  Extend Property padding 0 - 50 CSS Writing Now  @@@@@@@@@@@@@@ */
.blog-one-details__single .blog-content-area .blog-content .check-list, .shop-one-details__item .item-content .meta-list, .widget-shop-one__category .category-list, .mainmenu ul, ul {
  padding: 0;
}

/**
 * Basic typography style for copy text
 */
body {
  line-height: 1;
  font-size: var(--fs-base);
  color: var(--color-black);
  font-family: var(--ff-primary);
}

.cloud-ktchen {
  font-family: var(--ff-dm-sans);
}
.cloud-ktchen h1,
.cloud-ktchen h2,
.cloud-ktchen h3,
.cloud-ktchen h4,
.cloud-ktchen h5,
.cloud-ktchen h6 {
  font-family: var(--ff-boldonse);
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.cloud-ktchen h2 {
  font-size: 60px;
  line-height: 140%;
  letter-spacing: -1.2px;
}
@media only screen and (max-width: 1399.98px) {
  .cloud-ktchen h2 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .cloud-ktchen h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cloud-ktchen h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cloud-ktchen h2 {
    font-size: 30px;
  }
}

.cafe-page,
.restaurant-page,
.sushi-restaurant-page,
.patisserie-page {
  font-family: var(--ff-dm-sans);
  color: var(--primary-color);
}
.cafe-page h1,
.cafe-page h2,
.cafe-page h3,
.cafe-page h4,
.cafe-page h5,
.cafe-page h6,
.restaurant-page h1,
.restaurant-page h2,
.restaurant-page h3,
.restaurant-page h4,
.restaurant-page h5,
.restaurant-page h6,
.sushi-restaurant-page h1,
.sushi-restaurant-page h2,
.sushi-restaurant-page h3,
.sushi-restaurant-page h4,
.sushi-restaurant-page h5,
.sushi-restaurant-page h6,
.patisserie-page h1,
.patisserie-page h2,
.patisserie-page h3,
.patisserie-page h4,
.patisserie-page h5,
.patisserie-page h6 {
  font-family: var(--ff-boldonse);
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.cafe-page h2,
.restaurant-page h2,
.sushi-restaurant-page h2,
.patisserie-page h2 {
  font-size: 48px;
  line-height: 150%;
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 1399.98px) {
  .cafe-page h2,
  .restaurant-page h2,
  .sushi-restaurant-page h2,
  .patisserie-page h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .cafe-page h2,
  .restaurant-page h2,
  .sushi-restaurant-page h2,
  .patisserie-page h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cafe-page h2,
  .restaurant-page h2,
  .sushi-restaurant-page h2,
  .patisserie-page h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cafe-page h2,
  .restaurant-page h2,
  .sushi-restaurant-page h2,
  .patisserie-page h2 {
    font-size: 22px;
  }
}

img {
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

p {
  line-height: 133.333%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

button {
  border: none;
  background-color: transparent;
}

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

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(var(--primary-color-rgb), 0.5);
  box-shadow: inset 0 0 6px var(--color-gray);
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
}

html:has(.modal-open) {
  overflow: hidden;
}

.comon-modal-content {
  background-color: transparent;
  border: none;
}
.comon-modal-content .modal-header {
  padding: 0;
  border: none;
}
.comon-modal-content .modal-header button {
  border: none;
  background-color: var(--color-white);
  opacity: 1;
  border-radius: 0;
  margin: 0;
  margin-left: auto;
  color: var(--color-white);
  margin-bottom: 5px;
  background: none;
}
.comon-modal-content .modal-body {
  padding: 0;
  background-color: transparent;
}
.comon-modal-content .modal-body * {
  background-color: transparent;
}

.background-image,
[data-background] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mask-image,
[data-mask] {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center center;
}

.tw-clip-anim {
  width: 100%;
  overflow: hidden;
}
.tw-clip-anim .tw-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.tw-clip-anim .mask {
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.005);
  -ms-transform: scale(1.005);
  transform: scale(1.005);
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce-y-5 {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  }
  20% {
    -webkit-transform: translate3d(15px, -15px, 20px) rotate3d(1, -1, 0, 10deg);
    -ms-transform: translate3d(15px, -15px, 20px) rotate3d(1, -1, 0, 10deg);
    transform: translate3d(15px, -15px, 20px) rotate3d(1, -1, 0, 10deg);
  }
  40% {
    -webkit-transform: translate3d(25px, 15px, -10px) rotate3d(0, 1, 1, -15deg);
    -ms-transform: translate3d(25px, 15px, -10px) rotate3d(0, 1, 1, -15deg);
    transform: translate3d(25px, 15px, -10px) rotate3d(0, 1, 1, -15deg);
  }
  60% {
    -webkit-transform: translate3d(-15px, 20px, 30px) rotate3d(-1, 0, 1, 15deg);
    -ms-transform: translate3d(-15px, 20px, 30px) rotate3d(-1, 0, 1, 15deg);
    transform: translate3d(-15px, 20px, 30px) rotate3d(-1, 0, 1, 15deg);
  }
  80% {
    -webkit-transform: translate3d(-25px, -15px, -20px) rotate3d(1, 1, -1, -10deg);
    -ms-transform: translate3d(-25px, -15px, -20px) rotate3d(1, 1, -1, -10deg);
    transform: translate3d(-25px, -15px, -20px) rotate3d(1, 1, -1, -10deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes up-down {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slide_down_site {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@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);
  }
}
.section-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 991.98px) {
  .section-padding {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

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

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

.section-margin {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 991.98px) {
  .section-margin {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.section-margin-top {
  margin-top: 130px;
}
@media only screen and (max-width: 991.98px) {
  .section-margin-top {
    margin-top: 65px;
  }
}

.section-margin-bottom {
  margin-bottom: 130px;
}
@media only screen and (max-width: 991.98px) {
  .section-margin-bottom {
    margin-bottom: 65px;
  }
}

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

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

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

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

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

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

.hamburger-area {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.hamburger-area.opened {
  visibility: visible;
  opacity: 1;
}
.hamburger-area.opened .hamburger_wrapper {
  transform: translateX(0);
}
.hamburger-area.opened .hamburger_bg {
  opacity: 1;
  visibility: visible;
}
.hamburger-area .hamburger_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-black2-rgb), 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.hamburger-area .hamburger_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: #f9f7ed;
  padding: 30px;
  padding-top: 50px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 575.98px) {
  .hamburger-area .hamburger_wrapper {
    width: 300px;
  }
}
.hamburger-area .hamburger_top {
  margin-bottom: 30px;
}
.hamburger-area .hamburger_logo img {
  max-width: 150px;
}
.hamburger-area .hamburger_close_btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-black2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color-white);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.hamburger-area .hamburger_close_btn:hover {
  background-color: var(--color-black2);
  color: var(--color-white);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hamburger-area .hamburger_search {
  position: relative;
  margin-bottom: 30px;
}
.hamburger-area .hamburger_search form {
  position: relative;
}
.hamburger-area .hamburger_search form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  padding-right: 50px;
  background-color: var(--color-white);
  border: none;
  border-radius: 5px;
  color: var(--color-black2);
}
.hamburger-area .hamburger_search form input::placeholder {
  color: var(--color-black2);
  opacity: 0.8;
}
.hamburger-area .hamburger_search form input:focus {
  outline: none;
}
.hamburger-area .hamburger_search form button {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: var(--color-black2);
  color: var(--color-white);
  border-radius: 0 5px 5px 0;
}
.hamburger-area .hamburger_menu {
  margin-bottom: 15px;
}
.hamburger-area .hamburger_menu .mean-container {
  width: 100%;
}
.hamburger-area .hamburger_menu .mean-container .mean-nav {
  background: transparent;
  margin-top: 0;
}
.hamburger-area .hamburger_menu .mean-container .mean-nav > ul {
  display: block !important;
}
.hamburger-area .hamburger_menu .mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  border: none;
}
.hamburger-area .hamburger_menu .mean-container .mean-nav ul li {
  background-color: transparent;
  border: none;
  padding: 0;
}
.hamburger-area .hamburger_menu .mean-container .mean-nav ul li a {
  padding: 10px 0;
  border-top: none;
  border-bottom: 1px solid rgba(var(--color-black2-rgb), 0.05);
  color: var(--color-black2);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 1;
  width: 100%;
}
.hamburger-area .hamburger_menu .mean-container .mean-nav ul li a:hover {
  color: var(--primary-color);
}
.hamburger-area .hamburger_menu .mean-container .mean-nav ul li a.mean-expand {
  height: 20px;
  width: 20px;
  line-height: 20px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: var(--color-black2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
}
.hamburger-area .hamburger_menu .mean-container .mean-nav ul li a.mean-expand::before {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(30);
  -ms-transform: scale(30);
  transform: scale(30);
}
.hamburger-area .hamburger_menu .mean-container .mean-nav ul li ul {
  padding-left: 20px;
}
.hamburger-area .hamburger_menu .mean-container .mean-nav ul li:last-child a {
  border-bottom: none;
}
.hamburger-area .hamburger_menu .mean-container .mean-bar {
  background: transparent;
  padding: 0;
  min-height: auto;
}
.hamburger-area .hamburger_menu .mean-container .mean-bar .meanmenu-reveal {
  display: none !important;
}
.hamburger-area .hamburger-infos {
  margin-bottom: 30px;
}
.hamburger-area .hamburger-infos .hamburger-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--color-black2);
}
.hamburger-area .hamburger-infos .hamburger-text {
  margin-bottom: 20px;
  color: var(--color-gray);
  font-size: 16px;
  font-weight: 400;
}
.hamburger-area .hamburger-infos .submit-btn,
.hamburger-area .hamburger-infos .common-button-three,
.hamburger-area .hamburger-infos .common-button-four,
.hamburger-area .hamburger-infos .common-button-five,
.hamburger-area .hamburger-infos .common-button-two {
  margin-bottom: 50px;
}
.hamburger-area .hamburger-infos .contact-item {
  gap: 15px;
  margin-bottom: 15px;
}
.hamburger-area .hamburger-infos .contact-item .icon {
  color: var(--color-black2);
  font-size: 18px;
  margin-top: 5px;
}
.hamburger-area .hamburger-infos .contact-item .contact-text a,
.hamburger-area .hamburger-infos .contact-item .contact-text .text {
  color: rgba(var(--color-black2-rgb), 0.5);
  font-size: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.hamburger-area .hamburger-infos .contact-item .contact-text a:hover {
  color: var(--color-black2);
}
.hamburger-area .hamburger-socials ul {
  display: flex;
  gap: 10px;
}
.hamburger-area .hamburger-socials ul li a {
  width: 40px;
  height: 40px;
  background: var(--color-black2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.hamburger-area .hamburger-socials ul li a:hover {
  background: var(--color-gray);
  color: var(--color-white);
}

.menu-area {
  width: 100%;
  padding: 18px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  box-shadow: 0px 20px 60px 0px rgba(var(--color-black-rgb), 0.06);
  overflow-x: clip;
}
.menu-area.menu-area-bottom-border {
  box-shadow: unset;
  border-bottom: 1px solid rgba(16, 17, 19, 0.1);
}

.mainmenu ul ul li ul {
  left: 102%;
  top: 0px;
}
.mainmenu ul ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
}
.mainmenu > ul > li {
  padding: 0 38px 0 0;
}
.mainmenu li a {
  color: var(--text-heading-black);
  padding: 9px 0;
  font-size: 17px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
@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: 260px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  padding-block: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.mainmenu li ul li > a {
  color: var(--color-black);
  font-size: var(--fs-14);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.mainmenu li ul li > a:hover {
  text-indent: 7px;
}
.mainmenu li ul a {
  color: #fff;
  width: 85%;
  text-align: left;
  margin-left: 0px;
  padding: 10px 30px;
}
.mainmenu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.mainmenu li:hover > ul ul {
  visibility: hidden;
  opacity: 0;
}
.mainmenu li > a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.mainmenu li.has-child-menu > a::before {
  left: 106%;
  top: 50%;
  content: "\f107";
  font: var(--fa-font-light);
  font-size: 11px;
  transform-origin: center center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainmenu li.has-child-menu:hover a::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.mainmenu li.has-child-menu ul li.has-child-menu > a::before {
  left: 90%;
  top: 50%;
  -webkit-text-stroke: 1px;
  content: "\f107";
  font: var(--fa-font-light);
  font-size: 10px;
  color: var(--color-black);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainmenu li.has-child-menu ul li.has-child-menu:hover a::before,
.mainmenu li.has-child-menu ul li.has-child-menu ul:hover::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

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

.mainmenu li.has-mega-menu {
  position: static;
}
.mainmenu li.has-mega-menu > ul {
  display: none !important;
}
.mainmenu li.has-mega-menu .mega-menu {
  left: 15px;
  right: 15px;
  top: 100%;
  box-shadow: 0px 4px 50px 30px rgba(var(--color-black-rgb), 0.05);
  padding: 50px 40px;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  gap: 20px;
  transform-origin: top;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
@media only screen and (max-width: 1199.98px) {
  .mainmenu li.has-mega-menu .mega-menu {
    padding: 35px 30px;
  }
}
.mainmenu li.has-mega-menu .mega-menu__left {
  gap: 50px;
}
@media only screen and (max-width: 1439.98px) {
  .mainmenu li.has-mega-menu .mega-menu__left {
    gap: 30px;
  }
}
.mainmenu li.has-mega-menu .mega-menu__col {
  gap: 30px;
}
.mainmenu li.has-mega-menu .mega-menu__item {
  gap: 15px;
  padding: 0 !important;
  color: inherit;
}
@media only screen and (max-width: 1439.98px) {
  .mainmenu li.has-mega-menu .mega-menu__item {
    gap: 10px;
  }
}
.mainmenu li.has-mega-menu .mega-menu__item .icon {
  width: 40px;
  height: 40px;
  background: var(--mega-menus-color1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.mainmenu li.has-mega-menu .mega-menu__item .icon svg {
  width: 24px;
  height: 24px;
  color: var(--primary-color);
}
.mainmenu li.has-mega-menu .mega-menu__item .text {
  gap: 5px;
  margin-top: 5px;
}
.mainmenu li.has-mega-menu .mega-menu__item .text .title {
  font-family: var(--ff-boldonse);
  color: var(--mega-menus-color3);
  font-size: var(--fs-12);
  line-height: 1;
  letter-spacing: -0.24px;
  gap: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1439.98px) {
  .mainmenu li.has-mega-menu .mega-menu__item .text .title {
    font-size: 10px;
  }
}
.mainmenu li.has-mega-menu .mega-menu__item .text .title:hover {
  color: var(--mega-menus-color7);
}
.mainmenu li.has-mega-menu .mega-menu__item .text .title .tag {
  padding: 4px 6px;
  font-family: var(--ff-mona-sans);
  font-size: var(--fs-12);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 1439.98px) {
  .mainmenu li.has-mega-menu .mega-menu__item .text .title .tag {
    font-size: 10px;
  }
}
.mainmenu li.has-mega-menu .mega-menu__item .text .title .tag-hot {
  background: var(--mega-menus-color4);
  color: var(--mega-menus-color5);
}
.mainmenu li.has-mega-menu .mega-menu__item .text .title .tag-new {
  background: var(--mega-menus-color5);
  color: var(--mega-menus-color6);
}
.mainmenu li.has-mega-menu .mega-menu__item .text .desc {
  font-size: var(--fs-14);
  color: var(--color-gray);
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1439.98px) {
  .mainmenu li.has-mega-menu .mega-menu__item .text .desc {
    font-size: var(--fs-12);
  }
}
.mainmenu li.has-mega-menu .mega-menu__divider {
  width: 1px;
  background: var(--mega-menus-color2);
}
.mainmenu li.has-mega-menu .mega-menu__right {
  gap: 10px;
  height: 100%;
}
.mainmenu li.has-mega-menu .mega-menu__card {
  gap: 18px;
  flex: 1;
}
.mainmenu li.has-mega-menu .mega-menu__card .card-img-wrap {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media only screen and (max-width: 1199.98px) {
  .mainmenu li.has-mega-menu .mega-menu__card .card-img-wrap {
    width: 120px;
    height: 120px;
  }
}
.mainmenu li.has-mega-menu .mega-menu__card .card-img-wrap img {
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.mainmenu li.has-mega-menu .mega-menu__card .card-title {
  font-family: var(--ff-boldonse);
  color: var(--mega-menus-color3);
  font-size: var(--fs-12);
  line-height: 1;
  letter-spacing: -0.24px;
}
.mainmenu li.has-mega-menu .mega-menu__card:hover .card-img-wrap img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mainmenu li.has-mega-menu .mega-menu.v2 .mega-menu__item .icon svg {
  color: var(--mega-menus-color8);
}
.mainmenu li.has-mega-menu .mega-menu.v2 .mega-menu__item .text .title {
  color: var(--mega-menus-color9);
}
.mainmenu li.has-mega-menu .mega-menu.v2 .mega-menu__item .text .title:hover {
  color: var(--mega-menus-color8);
}
.mainmenu li.has-mega-menu .mega-menu.v2 .mega-menu__item .text .title .tag-hot {
  background: var(--mega-menus-color10);
  color: var(--color-white);
}
.mainmenu li.has-mega-menu .mega-menu.v2 .mega-menu__item .text .title .tag-new {
  background: var(--mega-menus-color11);
  color: var(--color-white);
}
.mainmenu li.has-mega-menu .mega-menu.v2 .mega-menu__card .card-title {
  color: var(--mega-menus-color9);
}
.mainmenu li.has-mega-menu .mega-menu.v3 {
  border-radius: 0;
}
.mainmenu li.has-mega-menu .mega-menu.v3 .mega-menu__item .icon {
  border-radius: 0;
}
.mainmenu li.has-mega-menu .mega-menu.v3 .mega-menu__item .icon svg {
  color: var(--mega-menus-color12);
}
.mainmenu li.has-mega-menu .mega-menu.v3 .mega-menu__item .text .title {
  color: var(--mega-menus-color12);
}
.mainmenu li.has-mega-menu .mega-menu.v3 .mega-menu__item .text .title:hover {
  color: var(--mega-menus-color8);
}
.mainmenu li.has-mega-menu .mega-menu.v3 .mega-menu__item .text .title .tag-hot {
  background: var(--mega-menus-color10);
  color: var(--color-white);
}
.mainmenu li.has-mega-menu .mega-menu.v3 .mega-menu__item .text .title .tag-new {
  background: var(--mega-menus-color7);
  color: var(--color-white);
}
.mainmenu li.has-mega-menu .mega-menu.v3 .mega-menu__card .card-img-wrap {
  border-radius: 0;
}
.mainmenu li.has-mega-menu .mega-menu.v3 .mega-menu__card .card-title {
  color: var(--mega-menus-color12);
}
.mainmenu li.has-mega-menu .mega-menu.v4 {
  border-radius: 0;
}
.mainmenu li.has-mega-menu .mega-menu.v4 .mega-menu__item .icon {
  border-radius: 0;
}
.mainmenu li.has-mega-menu .mega-menu.v4 .mega-menu__item .icon svg {
  color: var(--mega-menus-color5);
}
.mainmenu li.has-mega-menu .mega-menu.v4 .mega-menu__item .text .title {
  color: var(--mega-menus-color5);
}
.mainmenu li.has-mega-menu .mega-menu.v4 .mega-menu__item .text .title:hover {
  color: var(--mega-menus-color7);
}
.mainmenu li.has-mega-menu .mega-menu.v4 .mega-menu__item .text .title .tag-hot {
  background: var(--mega-menus-color11);
  color: var(--color-white);
}
.mainmenu li.has-mega-menu .mega-menu.v4 .mega-menu__item .text .title .tag-new {
  background: var(--mega-menus-color5);
  color: var(--mega-menus-color6);
}
.mainmenu li.has-mega-menu .mega-menu.v4 .mega-menu__card .card-img-wrap {
  border-radius: 0;
}
.mainmenu li.has-mega-menu .mega-menu.v4 .mega-menu__card .card-title {
  color: var(--mega-menus-color5);
}
.mainmenu li.has-mega-menu .mega-menu.v5 {
  border-radius: 0;
}
.mainmenu li.has-mega-menu .mega-menu.v5 .mega-menu__item .icon {
  border-radius: 0;
}
.mainmenu li.has-mega-menu .mega-menu.v5 .mega-menu__item .icon svg {
  color: var(--mega-menus-color10);
}
.mainmenu li.has-mega-menu .mega-menu.v5 .mega-menu__item .text .title {
  color: var(--mega-menus-color10);
}
.mainmenu li.has-mega-menu .mega-menu.v5 .mega-menu__item .text .title:hover {
  color: var(--mega-menus-color11);
}
.mainmenu li.has-mega-menu .mega-menu.v5 .mega-menu__item .text .title .tag-hot {
  background: var(--mega-menus-color10);
  color: var(--color-white);
}
.mainmenu li.has-mega-menu .mega-menu.v5 .mega-menu__item .text .title .tag-new {
  background: var(--mega-menus-color11);
  color: var(--color-white);
}
.mainmenu li.has-mega-menu .mega-menu.v5 .mega-menu__card .card-img-wrap {
  border-radius: 0;
}
.mainmenu li.has-mega-menu .mega-menu.v5 .mega-menu__card .card-title {
  color: var(--mega-menus-color10);
}
.mainmenu li.has-mega-menu:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

/*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 {
  top: 50%;
  color: var(--text-heading-black);
  left: 50%;
  font-size: 20px;
  line-height: 1;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.search-wrap .search-icon i.cancel {
  opacity: 0;
  pointer-events: none;
}
.search-wrap .search-field {
  bottom: -100px;
  right: 0px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.search-wrap .search-field::before {
  height: 10px;
  width: 20px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: 99%;
  right: 5px;
}
.search-wrap .search-field form {
  height: 50px;
  width: 300px;
  padding: 3px;
  box-shadow: 0 2px 40px rgba(var(--color-black-rgb), 0.08);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.search-wrap .search-field form input {
  border: none;
  padding: 0 45px 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.search-wrap .search-field form i {
  right: 20px;
  top: 50%;
  font-size: 19px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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;
  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: var(--color-white);
  font-size: 10px;
  line-height: 2;
  font-style: normal;
}

/*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-nav .mega-menu {
    display: none !important;
  }
  .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;
  }
  /* 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(--color-black);
}
.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(var(--color-black-rgb), 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;
}
.cart-wrap h2.h2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.24px;
  margin-bottom: 0;
}

.font-family-abril-display {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300 !important;
  letter-spacing: unset;
}

.menu-toggle-body {
  padding: 44px 30px 40px;
  gap: 50px;
}
.menu-toggle-body .cart-total p {
  font-weight: 400;
  font-size: 16px;
  color: #53565c;
  line-height: 1.5;
}

.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;
  }
}
@media only screen and (max-width: 424.98px) {
  .cart-count-box-wrap .cart-count-box {
    flex-direction: column;
  }
}
.cart-count-box-wrap .cart-count-box .cart-count-img {
  border-radius: 8px;
  max-width: 120px;
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .cart-count-box-wrap .cart-count-box .cart-count-img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 424.98px) {
  .cart-count-box-wrap .cart-count-box .cart-count-img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 424.98px) {
  .cart-count-box-wrap .cart-count-box .cart-count-info {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 424.98px) {
  .cart-count-box-wrap .cart-count-box .cart-count-info .font-family-abril-display {
    font-size: 14px;
  }
}

.header-cloud-ktchen:has(.header-cloud-ktchen__wrapper) {
  padding-block: 0;
  border-bottom: none;
}
.header-cloud-ktchen,
.header-cloud-ktchen .header-cloud-ktchen__wrapper {
  border-bottom: none;
  padding-block: 25px;
}
@media only screen and (max-width: 991.98px) {
  .header-cloud-ktchen,
  .header-cloud-ktchen .header-cloud-ktchen__wrapper {
    padding-block: 10px;
    border-bottom: 1px solid rgba(var(--color-white-rgb), 0.2);
  }
}
.header-cloud-ktchen__top-header {
  padding-block: 14px 10px;
  background-color: var(--secondary-color);
}
@media only screen and (max-width: 991.98px) {
  .header-cloud-ktchen__top-header {
    padding-block: 12px 8px;
  }
}
.header-cloud-ktchen__top-header p {
  text-align: center;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .header-cloud-ktchen__top-header p {
    font-size: 10px;
  }
}
.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 50px 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: 16px;
  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: 20px;
}
.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: var(--secondary-color);
  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);
}
.header-cloud-ktchen.v2 .mainmenu ul li a {
  color: var(--primary-color);
}
.header-cloud-ktchen.v2 .mainmenu ul li a::before, .header-cloud-ktchen.v2 .mainmenu ul li a::after {
  color: var(--primary-color);
}
.header-cloud-ktchen.v2 .mainmenu ul li.has-child-menu > a::before {
  color: var(--primary-color);
}
.header-cloud-ktchen.v2 .mainmenu li a,
.header-cloud-ktchen.v2 .search-wrap .search-icon i,
.header-cloud-ktchen.v2 .menu-meta .cart-icon {
  color: var(--primary-color);
}
.header-cloud-ktchen.v2 .hamburger-menu .menu-info-item .menu-meta .cart-icon span {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.header-cloud-ktchen.v2 .hamburger-menu .menu-info-item .menu-btn-wrap .account {
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background-color: transparent;
}
.header-cloud-ktchen.v2 .hamburger-menu .menu-info-item .menu-btn-wrap .account span {
  color: var(--primary-color);
}
.header-cloud-ktchen.v2 .hamburger-menu .menu-info-item .menu-btn-wrap .account:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.header-cloud-ktchen.v2 .hamburger-menu .menu-info-item .menu-btn-wrap .account:hover span {
  color: var(--color-white);
}

.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(var(--color-black-rgb), 0.2);
  padding: 10px 15px;
}
.number-input.number-input-shop-info.number-input-shop-info-cart {
  max-width: 200px;
  margin: 0 auto;
}

.header__right-hamburger {
  color: var(--color-white);
  font-size: 18px;
  width: 40px;
  height: 40px;
  background-color: var(--color-black);
  border-radius: 100%;
  cursor: pointer;
}

.header-two {
  border: none;
}
.header-two__wrapper {
  background-color: var(--secondary-color);
  padding: 25px;
  border-radius: 6px;
}
@media only screen and (max-width: 991.98px) {
  .header-two__wrapper {
    padding: 15px;
  }
}
.header-two__wrapper .left-wrapper {
  gap: 90px;
}
@media only screen and (max-width: 991.98px) {
  .header-two__wrapper .left-wrapper {
    gap: 0px;
  }
}
.header-two__wrapper .mainmenu > ul > li > a {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.header-two__wrapper .mainmenu .has-child-menu > a::before {
  font-size: 12px;
}
.header-two .menu-info-item {
  gap: 30px;
}
.header-two .menu-info-item .menu-meta .cart-icon span {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  width: 18px;
  height: 18px;
  font-family: var(--ff-dm-sans);
}
.header-two .header__right-hamburger {
  gap: 8px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 0;
}
.header-two .header__right-hamburger .line {
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
}

.inner-page .header-two__wrapper {
  background-color: var(--color-white);
}
.inner-page .header-two__wrapper .mainmenu > ul > li > a {
  color: var(--primary-color);
}
.inner-page .header-two__wrapper .menu-meta .cart-icon {
  color: var(--primary-color);
}
.inner-page .header-two__wrapper .menu-meta .cart-icon span {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.inner-page .header-two__wrapper .header__right-hamburger .line {
  background-color: var(--primary-color);
}

.header-three {
  border: none;
}
.header-three .mainmenu > ul > li > a {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.header-three .mainmenu .has-child-menu > a::before {
  font-size: 12px;
}
.header-three .menu-info-item {
  gap: 30px;
}
.header-three .menu-info-item .menu-meta .cart-icon span {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  width: 18px;
  height: 18px;
  font-family: var(--ff-dm-sans);
}
.header-three .menu-info-item .menu-meta .phone-call {
  color: var(--color-white);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Boldonse;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.header-three .header__right-hamburger {
  gap: 8px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 0;
}
.header-three .header__right-hamburger .line {
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
}

.header-four {
  border: none;
}
.header-four .mainmenu > ul > li > a {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.header-four .mainmenu > ul > li > a::before, .header-four .mainmenu > ul > li > a::after {
  color: var(--primary-color);
}
.header-four .mainmenu > ul .has-child-menu > a::before {
  color: var(--primary-color);
}
.header-four .mainmenu li.has-child-menu ul a {
  color: var(--primary-color);
}
.header-four .mainmenu li.has-child-menu ul li.has-child-menu > a::before {
  color: var(--primary-color);
}
.header-four .menu-info-item {
  gap: 30px;
}
.header-four .menu-info-item .menu-meta .cart-icon span {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  width: 18px;
  height: 18px;
  font-family: var(--ff-dm-sans);
}
.header-four .menu-info-item .menu-meta .phone-call,
.header-four .menu-info-item .menu-meta .cart-icon {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.header-four .header__right-hamburger {
  gap: 8px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 0;
}
.header-four .header__right-hamburger .line {
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
.header-four.inner-page .mainmenu > ul > li > a {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.header-four.inner-page .mainmenu > ul > li > a::before, .header-four.inner-page .mainmenu > ul > li > a::after {
  color: var(--color-white);
}
.header-four.inner-page .mainmenu > ul .has-child-menu > a::before {
  font-size: 12px;
  color: var(--color-white);
}
.header-four.inner-page .mainmenu li.has-child-menu ul a {
  color: var(--color-black);
}
.header-four.inner-page .mainmenu li.has-child-menu ul li.has-child-menu > a::before {
  color: var(--color-black);
}
.header-four.inner-page .menu-info-item .menu-meta .cart-icon span {
  color: var(--color-white);
}
.header-four.inner-page .menu-info-item .menu-meta .phone-call,
.header-four.inner-page .menu-info-item .menu-meta .cart-icon {
  color: var(--color-white);
}
.header-four.inner-page .header__right-hamburger .line {
  background-color: var(--color-white);
}

.header-five {
  border: none;
}
.header-five .mainmenu > ul > li > a {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.header-five .mainmenu > ul > li > a::before, .header-five .mainmenu > ul > li > a::after {
  color: var(--primary-color);
}
.header-five .mainmenu > ul .has-child-menu > a::before {
  font-size: 12px;
  color: var(--primary-color);
}
.header-five .menu-info-item {
  gap: 30px;
}
.header-five .menu-info-item .menu-meta .cart-icon span {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  width: 18px;
  height: 18px;
  font-family: var(--ff-dm-sans);
}
.header-five .menu-info-item .menu-meta .phone-call,
.header-five .menu-info-item .menu-meta .cart-icon {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.header-five .header__right-hamburger {
  gap: 8px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 0;
}
.header-five .header__right-hamburger .line {
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}

.header-top {
  background-color: var(--primary-color);
  padding-block: 12px;
}
.header-top__content p {
  color: var(--color-white);
  text-align: center;
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .header-top__content p {
    font-size: 10px;
  }
}
.header-top + .menu-area {
  top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .header-top + .menu-area {
    top: 38px;
  }
}

.breadcrumb-cloud-ktchen.section {
  padding-block: 260px 200px;
  background-color: var(--primary-color);
}
@media only screen and (max-width: 1439.98px) {
  .breadcrumb-cloud-ktchen.section {
    padding-block: 180px 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-cloud-ktchen.section {
    padding-block: 150px 80px;
  }
}
.breadcrumb-cloud-ktchen.section .cloud-ktchen__header .header-title {
  margin-inline: auto;
  margin-bottom: 0;
  text-align: center;
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 120px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .breadcrumb-cloud-ktchen.section .cloud-ktchen__header .header-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .breadcrumb-cloud-ktchen.section .cloud-ktchen__header .header-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-cloud-ktchen.section .cloud-ktchen__header .header-title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-cloud-ktchen.section .cloud-ktchen__header .header-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .breadcrumb-cloud-ktchen.section .cloud-ktchen__header .header-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 320.98px) {
  .breadcrumb-cloud-ktchen.section .cloud-ktchen__header .header-title {
    font-size: 42px;
  }
}
.breadcrumb-cloud-ktchen.section .cloud-ktchen__header .header-title .top-tag {
  top: -10px;
  left: -15px;
}

.breadcrumb-two.section {
  z-index: 2;
}
.breadcrumb-two.section::before {
  inset: 0;
  z-index: -1;
  background: rgba(var(--color-black-rgb), 0.4);
  pointer-events: none;
}
.breadcrumb-two.section.v2 {
  background: rgba(var(--color-black-rgb), 0.5);
}
.breadcrumb-two__header {
  padding: 260px 0 150px;
}
@media only screen and (max-width: 1439.98px) {
  .breadcrumb-two__header {
    padding: 180px 0 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-two__header {
    padding: 150px 0 80px;
  }
}
.breadcrumb-two__header .header-title {
  color: var(--color-white);
  font-size: 80px;
  font-family: var(--ff-boldonse);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-two__header .header-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .breadcrumb-two__header .header-title {
    font-size: 40px;
  }
}
.breadcrumb-two__header nav {
  margin-top: 38px;
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-two__header nav {
    margin-top: 20px;
  }
}
.breadcrumb-two__header nav .breadcrumb {
  gap: 14px;
}
.breadcrumb-two__header nav .breadcrumb .breadcrumb-item {
  color: var(--color-white);
  font-size: 16px;
  font-family: var(--ff-boldonse);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-two__header nav .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
.breadcrumb-two__header nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  gap: 14px;
  padding: 0;
}
.breadcrumb-two__header nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  float: unset;
  width: 17px;
  height: 2px;
  background-color: var(--color-white);
}
.breadcrumb-two__header nav .breadcrumb .breadcrumb-item a {
  font: inherit;
  color: inherit;
}

.breadcrumb-five.section {
  background-color: var(--accent-color);
}
.breadcrumb-five__header {
  padding: 252px 0 210px;
}
@media only screen and (max-width: 1439.98px) {
  .breadcrumb-five__header {
    padding: 180px 0 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-five__header {
    padding: 150px 0 80px;
  }
}
.breadcrumb-five__header.patisserie__header .header-title {
  margin-inline: auto;
  font-size: 80px;
  line-height: 140%;
  letter-spacing: -1.6px;
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-five__header.patisserie__header .header-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .breadcrumb-five__header.patisserie__header .header-title {
    font-size: 40px;
  }
}
.breadcrumb-five__header.patisserie__header .header-title .top-tag,
.breadcrumb-five__header.patisserie__header .header-title .bottom-tag {
  letter-spacing: 0;
}
.breadcrumb-five__header.patisserie__header .header-title .top-tag {
  top: 0px;
  left: -35px;
}
.breadcrumb-five__header.patisserie__header .header-title .bottom-tag {
  bottom: 10px;
  right: -55px;
}

.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%;
  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(var(--color-white-rgb), 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__tricker {
  overflow: hidden;
  pointer-events: none;
  padding: 60px 0 90px;
}
@media only screen and (max-width: 991.98px) {
  .footer-cloud-ktchen__tricker {
    padding: 40px 0;
  }
}
.footer-cloud-ktchen__tricker * {
  gap: 30px;
  font-size: 206px;
  color: var(--secondary-color);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .footer-cloud-ktchen__tricker * {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-cloud-ktchen__tricker * {
    font-size: 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-cloud-ktchen__tricker * {
    font-size: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-cloud-ktchen__tricker * {
    font-size: 100px;
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-cloud-ktchen__tricker * {
    font-size: 80px;
  }
}
@media only screen and (max-width: 320.98px) {
  .footer-cloud-ktchen__tricker * {
    font-size: 50px;
  }
}
.footer-cloud-ktchen__tricker * .no-fill {
  -webkit-text-stroke: 1px var(--secondary-color);
  -webkit-text-fill-color: transparent;
}
.footer-cloud-ktchen__tricker * .trackir-icon {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 991.98px) {
  .footer-cloud-ktchen__tricker * .trackir-icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-cloud-ktchen__tricker * .trackir-icon {
    width: 60px;
    height: 60px;
  }
}
.footer-cloud-ktchen__tricker * .trackir-icon i,
.footer-cloud-ktchen__tricker * .trackir-icon svg {
  width: 100%;
  height: 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(--color-white);
  font-family: var(--ff-boldonse);
  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: 19px;
}
@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(--color-white);
  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(--secondary-color);
}
.footer-cloud-ktchen__main .footer-widget .contact-list li {
  color: var(--secondary-color);
}
.footer-cloud-ktchen__main .footer-widget .contact-list li a {
  font-weight: 500;
  color: inherit;
}
.footer-cloud-ktchen__main .footer-widget.contact-info {
  padding-top: 25px;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .footer-cloud-ktchen__main .footer-widget.contact-info {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-cloud-ktchen__main .footer-widget.contact-info {
    padding-left: 180px;
  }
}
@media only screen and (max-width: 1199.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(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-cloud-ktchen__bottom .footer-bottom-inner .copyright:hover,
.footer-cloud-ktchen__bottom .footer-bottom-inner .footer-links a:hover {
  color: var(--secondary-color);
}
.footer-cloud-ktchen__bottom .footer-bottom-inner .copyright:hover {
  color: var(--color-white);
}
.footer-cloud-ktchen__bottom .footer-bottom-inner .copyright a:hover {
  color: var(--secondary-color);
}
.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;
  }
}

.footer-two.section {
  background-color: var(--primary-color);
}
.footer-two__instagram {
  padding-block: 100px;
}
@media only screen and (max-width: 991.98px) {
  .footer-two__instagram {
    padding-block: 50px;
  }
}
.footer-two__instagram-wrapper {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 1439.98px) {
  .footer-two__instagram-wrapper {
    gap: 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-two__instagram-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-two__instagram-wrapper {
    gap: 5px;
  }
}
.footer-two__instagram-item {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .footer-two__instagram-item {
    border-radius: 5px;
  }
}
.footer-two__instagram-item .item-thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .footer-two__instagram-item .item-thumb {
    border-radius: 5px;
  }
}
.footer-two__instagram-item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-two__instagram-item .item-icon {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: 23px;
  color: var(--color-white);
  background: rgba(var(--primary-color-rgb), 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer-two__instagram-item:hover .item-icon {
  opacity: 1;
  visibility: visible;
}
.footer-two__tricker {
  overflow: hidden;
  pointer-events: none;
}
.footer-two__tricker * {
  gap: 30px;
  font-size: 120px;
  color: var(--secondary-color);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .footer-two__tricker * {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-two__tricker * {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-two__tricker * {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-two__tricker * {
    font-size: 60px;
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-two__tricker * {
    font-size: 50px;
  }
}
.footer-two__tricker * .no-fill {
  -webkit-text-stroke: 1px var(--secondary-color);
  -webkit-text-fill-color: transparent;
}
.footer-two__tricker * .trackir-icon {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 991.98px) {
  .footer-two__tricker * .trackir-icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-two__tricker * .trackir-icon {
    width: 60px;
    height: 60px;
  }
}
.footer-two__tricker * .trackir-icon i,
.footer-two__tricker * .trackir-icon svg {
  width: 100%;
  height: 100%;
}
.footer-two__main {
  padding-block: 100px;
}
@media only screen and (max-width: 991.98px) {
  .footer-two__main {
    padding-block: 50px;
  }
}
.footer-two__main .main-wrapper {
  grid-template-columns: 8fr 3fr 2fr 2fr;
  gap: 120px;
}
@media only screen and (max-width: 1439.98px) {
  .footer-two__main .main-wrapper {
    grid-template-columns: 7fr 4fr 2fr 2fr;
    gap: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-two__main .main-wrapper {
    grid-template-columns: 6fr 4fr 2fr 2fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-two__main .main-wrapper {
    grid-template-columns: 2fr 1fr 1fr;
    row-gap: 50px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-two__main .main-wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-two__main .main-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-two__main .main-wrapper .footer-widget {
  height: 100%;
}
.footer-two__main .main-wrapper .footer-widget .widget-title {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991.98px) {
  .footer-two__main .main-wrapper .footer-widget .widget-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-two__main .main-wrapper .footer-widget .widget-title {
    margin-bottom: 20px;
  }
}
.footer-two__main .main-wrapper .footer-widget .widget-content {
  flex-direction: column;
  gap: 10px;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  color: rgba(var(--color-white-rgb), 0.8);
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 767.98px) {
  .footer-two__main .main-wrapper .footer-widget .widget-content {
    gap: 15px;
  }
}
.footer-two__main .main-wrapper .footer-widget .widget-content p {
  line-height: 1.4;
  font-weight: 400;
}
.footer-two__main .main-wrapper .footer-widget .widget-content .label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  color: rgba(var(--color-white-rgb), 0.8);
}
.footer-two__main .main-wrapper .footer-widget .widget-content a {
  color: rgba(var(--color-white-rgb), 0.8);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-two__main .main-wrapper .footer-widget .widget-content a:hover {
  color: var(--color-white);
}
.footer-two__main .main-wrapper .footer-widget .widget-social {
  gap: 20px;
  margin-top: 35px;
}
@media only screen and (max-width: 767.98px) {
  .footer-two__main .main-wrapper .footer-widget .widget-social {
    gap: 15px;
    margin-top: 25px;
  }
}
.footer-two__main .main-wrapper .footer-widget .widget-social .title {
  font-family: var(--ff-dm-sans);
  font-weight: 500;
  font-size: 14px;
  color: var(--color-white);
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin-right: 15px;
  margin-bottom: 0;
}
.footer-two__main .main-wrapper .footer-widget .widget-social .social-links {
  gap: 10px;
}
.footer-two__main .main-wrapper .footer-widget .widget-social .social-links li a {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background-color: #3e2723;
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
  color: var(--color-white);
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-two__main .main-wrapper .footer-widget .widget-social .social-links li a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--color-white);
}
.footer-two__main .main-wrapper .footer-widget .link-list {
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .footer-two__main .main-wrapper .footer-widget .link-list {
    gap: 15px;
  }
}
.footer-two__main .main-wrapper .footer-widget .link-list li a {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  color: rgba(var(--color-white-rgb), 0.8);
  letter-spacing: -0.32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-two__main .main-wrapper .footer-widget .link-list li a:hover {
  color: var(--color-white);
}
.footer-two__main .main-wrapper .widget-opening-hours {
  border-right: 1px solid rgba(var(--color-white-rgb), 0.14);
}
@media only screen and (max-width: 991.98px) {
  .footer-two__main .main-wrapper .widget-opening-hours {
    grid-column: span 3/span 3;
    border: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-two__main .main-wrapper .widget-opening-hours {
    grid-column: span 1/span 1;
  }
}
.footer-two__bottom .bottom-werappe {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding-block: 18px;
  border-top: 1px solid rgba(var(--color-white-rgb), 0.14);
}
@media only screen and (max-width: 991.98px) {
  .footer-two__bottom .bottom-werappe {
    gap: 5px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
  }
}
.footer-two__bottom .bottom-werappe .werappe-left {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.footer-two__bottom .bottom-werappe .werappe-left a {
  color: var(--color-white);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-two__bottom .bottom-werappe .werappe-left a:hover {
  color: rgba(var(--color-white-rgb), 0.6);
}
.footer-two__bottom .bottom-werappe .werappe-right {
  gap: 50px;
}
@media only screen and (max-width: 991.98px) {
  .footer-two__bottom .bottom-werappe .werappe-right {
    gap: 20px;
    justify-content: center;
  }
}
.footer-two__bottom .bottom-werappe .werappe-right a {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-two__bottom .bottom-werappe .werappe-right a:hover {
  color: rgba(var(--color-white-rgb), 0.6);
}

.footer-three.section {
  background-color: var(--primary-color);
  padding-bottom: 40px;
}
.footer-three__top .footer-top-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 0 0 10px 10px;
  border: 1px dashed rgba(var(--color-white-rgb), 0.14);
}
@media only screen and (max-width: 575.98px) {
  .footer-three__top .footer-top-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.footer-three__top .footer-top-inner .social-text {
  gap: 10px;
  padding: 20px;
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.footer-three__top .footer-top-inner .social-text:not(:last-of-type) {
  border-right: 1px dashed rgba(var(--color-white-rgb), 0.14);
}
@media only screen and (max-width: 575.98px) {
  .footer-three__top .footer-top-inner .social-text:not(:last-of-type) {
    border-right: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-three__top .footer-top-inner .social-text:nth-of-type(odd) {
    border-right: 1px dashed rgba(var(--color-white-rgb), 0.14);
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-three__top .footer-top-inner .social-text:not(:nth-last-of-type(-n + 2)) {
    border-bottom: 1px dashed rgba(var(--color-white-rgb), 0.14);
  }
}
.footer-three__top .footer-top-inner .social-text .icon {
  display: grid;
  place-content: center;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  color: var(--color-white);
}
.footer-three__top .footer-top-inner .social-text .icon svg {
  width: 100%;
  height: 100%;
}
.footer-three__main {
  padding-block: 100px;
}
@media only screen and (max-width: 991.98px) {
  .footer-three__main {
    padding-block: 50px;
  }
}
.footer-three__main .main-wrapper {
  grid-template-columns: 8fr 3fr 2fr 2fr;
  gap: 120px;
}
@media only screen and (max-width: 1439.98px) {
  .footer-three__main .main-wrapper {
    grid-template-columns: 7fr 4fr 2fr 2fr;
    gap: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-three__main .main-wrapper {
    grid-template-columns: 6fr 4fr 2fr 2fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-three__main .main-wrapper {
    grid-template-columns: 2fr 1fr 1fr;
    row-gap: 50px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-three__main .main-wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-three__main .main-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-three__main .main-wrapper .footer-widget {
  height: 100%;
}
.footer-three__main .main-wrapper .footer-widget .widget-title {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991.98px) {
  .footer-three__main .main-wrapper .footer-widget .widget-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-three__main .main-wrapper .footer-widget .widget-title {
    margin-bottom: 20px;
  }
}
.footer-three__main .main-wrapper .footer-widget .widget-content {
  flex-direction: column;
  gap: 10px;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  color: rgba(var(--color-white-rgb), 0.8);
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 767.98px) {
  .footer-three__main .main-wrapper .footer-widget .widget-content {
    gap: 15px;
  }
}
.footer-three__main .main-wrapper .footer-widget .widget-content p {
  line-height: 1.4;
  font-weight: 400;
}
.footer-three__main .main-wrapper .footer-widget .widget-content .label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  color: rgba(var(--color-white-rgb), 0.8);
}
.footer-three__main .main-wrapper .footer-widget .widget-content a {
  color: rgba(var(--color-white-rgb), 0.8);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-three__main .main-wrapper .footer-widget .widget-content a:hover {
  color: var(--color-white);
}
.footer-three__main .main-wrapper .footer-widget .widget-social {
  gap: 20px;
  margin-top: 35px;
}
@media only screen and (max-width: 767.98px) {
  .footer-three__main .main-wrapper .footer-widget .widget-social {
    gap: 15px;
    margin-top: 25px;
  }
}
.footer-three__main .main-wrapper .footer-widget .widget-social .title {
  font-family: var(--ff-dm-sans);
  font-weight: 500;
  font-size: 14px;
  color: var(--color-white);
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin-right: 15px;
  margin-bottom: 0;
}
.footer-three__main .main-wrapper .footer-widget .widget-social .social-links {
  gap: 10px;
}
.footer-three__main .main-wrapper .footer-widget .widget-social .social-links li a {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background-color: var(--primary-color);
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
  color: var(--color-white);
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-three__main .main-wrapper .footer-widget .widget-social .social-links li a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--color-white);
}
.footer-three__main .main-wrapper .footer-widget .link-list {
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .footer-three__main .main-wrapper .footer-widget .link-list {
    gap: 15px;
  }
}
.footer-three__main .main-wrapper .footer-widget .link-list li a {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  color: rgba(var(--color-white-rgb), 0.8);
  letter-spacing: -0.32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-three__main .main-wrapper .footer-widget .link-list li a:hover {
  color: var(--color-white);
}
.footer-three__main .main-wrapper .widget-opening-hours {
  border-right: 1px dashed rgba(var(--color-white-rgb), 0.14);
}
@media only screen and (max-width: 991.98px) {
  .footer-three__main .main-wrapper .widget-opening-hours {
    grid-column: span 3/span 3;
    border: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-three__main .main-wrapper .widget-opening-hours {
    grid-column: span 1/span 1;
  }
}
.footer-three__bottom .bottom-werappe {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding-top: 18px;
  padding-bottom: 45px;
  border-top: 1px dashed rgba(var(--color-white-rgb), 0.14);
}
@media only screen and (max-width: 991.98px) {
  .footer-three__bottom .bottom-werappe {
    gap: 5px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
  }
}
.footer-three__bottom .bottom-werappe .werappe-left {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.footer-three__bottom .bottom-werappe .werappe-left a {
  color: var(--color-white);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-three__bottom .bottom-werappe .werappe-left a:hover {
  color: rgba(var(--color-white-rgb), 0.6);
}
.footer-three__bottom .bottom-werappe .werappe-right {
  gap: 50px;
}
@media only screen and (max-width: 991.98px) {
  .footer-three__bottom .bottom-werappe .werappe-right {
    gap: 20px;
    justify-content: center;
  }
}
.footer-three__bottom .bottom-werappe .werappe-right a {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-three__bottom .bottom-werappe .werappe-right a:hover {
  color: rgba(var(--color-white-rgb), 0.6);
}
.footer-three__tricker {
  overflow: hidden;
  pointer-events: none;
}
.footer-three__tricker * {
  gap: 30px;
  font-size: 120px;
  color: rgba(var(--color-white-rgb), 0.34);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .footer-three__tricker * {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-three__tricker * {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-three__tricker * {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-three__tricker * {
    font-size: 60px;
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-three__tricker * {
    font-size: 50px;
  }
}
.footer-three__tricker * .tricker-text {
  color: var(--color-white);
}
.footer-three__tricker * .no-fill {
  -webkit-text-stroke: 1px rgba(var(--color-white-rgb), 0.14);
  -webkit-text-fill-color: transparent;
}
.footer-three__tricker * .trackir-icon {
  width: 145px;
  height: 145px;
  aspect-ratio: 1/1;
  color: rgba(var(--color-white-rgb), 0.1);
}
@media only screen and (max-width: 991.98px) {
  .footer-three__tricker * .trackir-icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-three__tricker * .trackir-icon {
    width: 60px;
    height: 60px;
  }
}
.footer-three__tricker * .trackir-icon i,
.footer-three__tricker * .trackir-icon svg {
  width: 100%;
  height: 100%;
}

.footer-four.section {
  background-color: var(--color-white);
}
.footer-four__instagram-title {
  text-align: center;
  margin-bottom: 30px;
}
.footer-four__instagram-title .title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.footer-four__instagram-content {
  text-align: center;
}
.footer-four__instagram-content .title {
  bottom: 42px;
  left: 50%;
  font-family: var(--ff-boldonse);
  font-size: 140px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(var(--primary-color-rgb), 0) 33.23%, rgba(var(--primary-color-rgb), 0.1) 95.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199.98px) {
  .footer-four__instagram-content .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-four__instagram-content .title {
    font-size: 80px;
    position: relative;
    bottom: 0;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-four__instagram-content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-four__instagram-content .title {
    font-size: 60px;
  }
}
.footer-four__instagram-wrapper {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}
@media only screen and (max-width: 1439.98px) {
  .footer-four__instagram-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-four__instagram-wrapper {
    gap: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-four__instagram-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(1) {
  margin-top: 122px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 991.98px) {
  .footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(1) {
    margin: 0px;
  }
}
.footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(2) {
  margin-top: 42px;
  margin-bottom: 122px;
}
@media only screen and (max-width: 991.98px) {
  .footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(2) {
    margin: 0px;
  }
}
.footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(3) {
  margin-bottom: 164px;
}
@media only screen and (max-width: 991.98px) {
  .footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(3) {
    margin: 0px;
  }
}
.footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(4) {
  margin-top: 42px;
  margin-bottom: 122px;
}
@media only screen and (max-width: 991.98px) {
  .footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(4) {
    margin: 0px;
  }
}
.footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(5) {
  margin-top: 122px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 991.98px) {
  .footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(5) {
    margin: 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-four__instagram-wrapper .footer-four__instagram-item:nth-child(5) {
    grid-column: span 2/span 2;
  }
}
.footer-four__instagram-item {
  overflow: hidden;
}
.footer-four__instagram-item .item-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer-four__instagram-item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-four__instagram-item .item-icon {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: 23px;
  color: var(--color-white);
  background: rgba(var(--color-black-rgb), 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer-four__instagram-item:hover .item-icon {
  opacity: 1;
  visibility: visible;
}
.footer-four__main {
  padding-block: 58px 100px;
}
@media only screen and (max-width: 991.98px) {
  .footer-four__main {
    padding-block: 50px;
  }
}
.footer-four__main .main-wrapper {
  grid-template-columns: 8fr 3fr 2fr 2fr;
  gap: 120px;
}
@media only screen and (max-width: 1439.98px) {
  .footer-four__main .main-wrapper {
    grid-template-columns: 7fr 4fr 2fr 2fr;
    gap: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-four__main .main-wrapper {
    grid-template-columns: 6fr 4fr 2fr 2fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-four__main .main-wrapper {
    grid-template-columns: 2fr 1fr 1fr;
    row-gap: 50px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-four__main .main-wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-four__main .main-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-four__main .main-wrapper .footer-widget {
  height: 100%;
}
.footer-four__main .main-wrapper .footer-widget .widget-title {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991.98px) {
  .footer-four__main .main-wrapper .footer-widget .widget-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-four__main .main-wrapper .footer-widget .widget-title {
    margin-bottom: 20px;
  }
}
.footer-four__main .main-wrapper .footer-widget .widget-content {
  flex-direction: column;
  gap: 10px;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  color: var(--color-gray);
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 767.98px) {
  .footer-four__main .main-wrapper .footer-widget .widget-content {
    gap: 15px;
  }
}
.footer-four__main .main-wrapper .footer-widget .widget-content p {
  line-height: 1.4;
  font-weight: 400;
}
.footer-four__main .main-wrapper .footer-widget .widget-content .label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  color: var(--color-gray);
}
.footer-four__main .main-wrapper .footer-widget .widget-content a {
  color: var(--color-gray);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-four__main .main-wrapper .footer-widget .widget-content a:hover {
  color: var(--primary-color);
}
.footer-four__main .main-wrapper .footer-widget .widget-social {
  gap: 20px;
  margin-top: 35px;
}
@media only screen and (max-width: 767.98px) {
  .footer-four__main .main-wrapper .footer-widget .widget-social {
    gap: 15px;
    margin-top: 25px;
  }
}
.footer-four__main .main-wrapper .footer-widget .widget-social .title {
  font-family: var(--ff-dm-sans);
  font-weight: 500;
  font-size: 14px;
  color: var(--primary-color);
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin-right: 15px;
  margin-bottom: 0;
}
.footer-four__main .main-wrapper .footer-widget .widget-social .social-links {
  gap: 10px;
}
.footer-four__main .main-wrapper .footer-widget .widget-social .social-links li a {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  color: var(--primary-color);
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-four__main .main-wrapper .footer-widget .widget-social .social-links li a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--secondary-color);
}
.footer-four__main .main-wrapper .footer-widget .link-list {
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .footer-four__main .main-wrapper .footer-widget .link-list {
    gap: 15px;
  }
}
.footer-four__main .main-wrapper .footer-widget .link-list li a {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  color: var(--color-gray);
  letter-spacing: -0.32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-four__main .main-wrapper .footer-widget .link-list li a:hover {
  color: var(--primary-color);
}
.footer-four__main .main-wrapper .widget-opening-hours {
  border-right: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 991.98px) {
  .footer-four__main .main-wrapper .widget-opening-hours {
    grid-column: span 3/span 3;
    border: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-four__main .main-wrapper .widget-opening-hours {
    grid-column: span 1/span 1;
  }
}
.footer-four__bottom .bottom-werappe {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding-block: 18px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 991.98px) {
  .footer-four__bottom .bottom-werappe {
    gap: 5px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
  }
}
.footer-four__bottom .bottom-werappe .werappe-left {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.footer-four__bottom .bottom-werappe .werappe-left a {
  color: var(--primary-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-four__bottom .bottom-werappe .werappe-left a:hover {
  color: rgba(var(--primary-color-rgb), 0.6);
}
.footer-four__bottom .bottom-werappe .werappe-right {
  gap: 50px;
}
@media only screen and (max-width: 991.98px) {
  .footer-four__bottom .bottom-werappe .werappe-right {
    gap: 20px;
    justify-content: center;
  }
}
.footer-four__bottom .bottom-werappe .werappe-right a {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-four__bottom .bottom-werappe .werappe-right a:hover {
  color: rgba(var(--primary-color-rgb), 0.6);
}

.footer-five.section {
  background-color: var(--accent-color);
}
.footer-five.section.v2 {
  background-color: var(--color-white);
}
.footer-five__instagram {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991.98px) {
  .footer-five__instagram {
    padding-bottom: 40px;
  }
}
.footer-five__instagram-wrapper {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 1439.98px) {
  .footer-five__instagram-wrapper {
    gap: 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-five__instagram-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-five__instagram-wrapper {
    gap: 5px;
  }
}
.footer-five__instagram-item {
  overflow: hidden;
}
.footer-five__instagram-item .item-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer-five__instagram-item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-five__instagram-item .item-icon {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: 23px;
  color: var(--color-white);
  background: rgba(var(--primary-color-rgb), 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer-five__instagram-item:hover .item-icon {
  opacity: 1;
  visibility: visible;
}
.footer-five__tricker {
  overflow: hidden;
  pointer-events: none;
}
.footer-five__tricker * {
  gap: 30px;
  font-size: 120px;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .footer-five__tricker * {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-five__tricker * {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-five__tricker * {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-five__tricker * {
    font-size: 60px;
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-five__tricker * {
    font-size: 50px;
  }
}
.footer-five__tricker * .no-fill {
  -webkit-text-stroke: 1px var(--primary-color);
  -webkit-text-fill-color: transparent;
}
.footer-five__tricker * .trackir-icon {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 991.98px) {
  .footer-five__tricker * .trackir-icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-five__tricker * .trackir-icon {
    width: 60px;
    height: 60px;
  }
}
.footer-five__tricker * .trackir-icon i,
.footer-five__tricker * .trackir-icon svg {
  width: 100%;
  height: 100%;
}
.footer-five__main {
  padding-block: 100px 90px;
}
@media only screen and (max-width: 991.98px) {
  .footer-five__main {
    padding-block: 70px 50px;
  }
}
.footer-five__main .main-wrapper {
  gap: 40px;
}
@media only screen and (max-width: 991.98px) {
  .footer-five__main .main-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-five__main .main-wrapper {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.footer-five__main .main-wrapper .footer-widget.widget-subscribe {
  max-width: 420px;
  width: 100%;
  margin-left: 100px;
}
@media only screen and (max-width: 1599.98px) {
  .footer-five__main .main-wrapper .footer-widget.widget-subscribe {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1439.98px) {
  .footer-five__main .main-wrapper .footer-widget.widget-subscribe {
    max-width: 320px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-five__main .main-wrapper .footer-widget.widget-subscribe {
    max-width: 100%;
    grid-column: span 1;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-five__main .main-wrapper .footer-widget.widget-subscribe {
    grid-column: span 1;
  }
}
.footer-five__main .main-wrapper .footer-widget .widget-title {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  color: var(--primary-color);
  line-height: 1.4;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .footer-five__main .main-wrapper .footer-widget .widget-title {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.footer-five__main .main-wrapper .footer-widget .widget-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  color: var(--color-gray);
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 767.98px) {
  .footer-five__main .main-wrapper .footer-widget .widget-content {
    gap: 15px;
  }
}
.footer-five__main .main-wrapper .footer-widget .widget-content p {
  line-height: 1.4;
  font-weight: 400;
}
.footer-five__main .main-wrapper .footer-widget .widget-content .label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  color: var(--color-gray);
}
.footer-five__main .main-wrapper .footer-widget .widget-content a {
  color: var(--color-gray);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-five__main .main-wrapper .footer-widget .widget-content a:hover {
  color: var(--primary-color);
}
.footer-five__main .main-wrapper .footer-widget .link-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 767.98px) {
  .footer-five__main .main-wrapper .footer-widget .link-list {
    gap: 12px;
  }
}
.footer-five__main .main-wrapper .footer-widget .link-list li a {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  color: var(--color-gray);
  letter-spacing: -0.32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-five__main .main-wrapper .footer-widget .link-list li a:hover {
  color: var(--primary-color);
}
.footer-five__main .main-wrapper .widget-subscribe .widget-content {
  gap: 50px;
}
@media only screen and (max-width: 767.98px) {
  .footer-five__main .main-wrapper .widget-subscribe .widget-content {
    gap: 30px;
  }
}
.footer-five__main .main-wrapper .widget-subscribe .widget-content .subscribe-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding-bottom: 15px;
}
.footer-five__main .main-wrapper .widget-subscribe .widget-content .subscribe-form input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  color: var(--color-gray);
  letter-spacing: -0.32px;
  padding: 0;
  margin-right: 15px;
}
.footer-five__main .main-wrapper .widget-subscribe .widget-content .subscribe-form input::placeholder {
  color: var(--color-gray);
}
.footer-five__main .main-wrapper .widget-subscribe .widget-content .subscribe-form input:focus {
  outline: none;
}
.footer-five__main .main-wrapper .widget-subscribe .widget-content .subscribe-form button {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: var(--ff-boldonse);
  font-size: 12px;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: -0.24px;
  line-height: 1;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.footer-five__bottom .bottom-werappe {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding-block: 18px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 991.98px) {
  .footer-five__bottom .bottom-werappe {
    gap: 5px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
  }
}
.footer-five__bottom .bottom-werappe .werappe-left {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.footer-five__bottom .bottom-werappe .werappe-left a {
  color: var(--primary-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-five__bottom .bottom-werappe .werappe-left a:hover {
  color: rgba(var(--primary-color-rgb), 0.6);
}
.footer-five__bottom .bottom-werappe .werappe-right {
  gap: 50px;
}
@media only screen and (max-width: 991.98px) {
  .footer-five__bottom .bottom-werappe .werappe-right {
    gap: 20px;
    justify-content: center;
  }
}
.footer-five__bottom .bottom-werappe .werappe-right a {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-five__bottom .bottom-werappe .werappe-right a:hover {
  color: rgba(var(--primary-color-rgb), 0.6);
}

.pagination-common .pagination {
  gap: 6px;
}
.pagination-common .pagination .page-item .page-link {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--accent3-color);
  border: none;
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767.98px) {
  .pagination-common .pagination .page-item .page-link {
    width: 45px;
    height: 45px;
  }
}
.pagination-common .pagination .page-item .page-link:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.pagination-common .pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.pagination-common.v2 .pagination .page-item .page-link {
  background-color: var(--accent-color);
  color: var(--secondary-color);
}
.pagination-common.v2 .pagination .page-item .page-link:hover {
  background-color: var(--secondary-color);
  color: var(--color-white);
}
.pagination-common.v2 .pagination .page-item.active .page-link {
  color: var(--color-white);
  background-color: var(--secondary-color);
}
.pagination-common.v3 .pagination .page-item .page-link {
  background-color: var(--accent-color);
  color: var(--primary-color);
}
.pagination-common.v3 .pagination .page-item .page-link:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.pagination-common.v3 .pagination .page-item.active .page-link {
  color: var(--color-white);
  background-color: var(--primary-color);
}
.pagination-common.v4 .pagination .page-item .page-link {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.pagination-common.v4 .pagination .page-item .page-link:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
  border-color: var(--primary-color);
}
.pagination-common.v4 .pagination .page-item.active .page-link {
  color: var(--color-white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.widget {
  background-color: var(--color-white);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1439.98px) {
  .widget {
    padding: 25px 20px;
  }
}
.widget .widget-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding-bottom: 24px;
}
.widget.v3 {
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  border-radius: 0;
}
.widget.v3 .widget-title {
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.widget.v4 {
  border-radius: 0;
}
.widget.v5 {
  border-radius: 0;
}
.widget__search-form form input {
  height: 50px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-right: none;
  border-radius: 10px 0 0 10px;
  padding: 0 15px;
  color: var(--color-gray);
  font-size: 16px;
  outline: none;
  font-family: var(--ff-dm-sans);
  background-color: transparent;
  min-width: 0;
}
.widget__search-form form input::placeholder {
  color: var(--color-gray);
  opacity: 0.5;
}
.widget__search-form form button {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border: none;
  border-radius: 0 10px 10px 0;
  color: var(--color-white);
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.widget__search-form form button:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.widget__search.v3 .widget__search-form form input {
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.widget__search.v3 .widget__search-form form input,
.widget__search.v3 .widget__search-form form button {
  border-radius: 0;
}
.widget__search.v4 .widget__search-form form input,
.widget__search.v4 .widget__search-form form button {
  border-radius: 0;
}
.widget__search.v5 .widget__search-form form input,
.widget__search.v5 .widget__search-form form button {
  border-radius: 0;
}
.widget__recent-posts .posts-list {
  gap: 24px;
}
.widget__recent-posts .post-item {
  gap: 20px;
}
@media only screen and (max-width: 1439.98px) {
  .widget__recent-posts .post-item {
    gap: 15px;
  }
}
.widget__recent-posts .post-item .item-thumb {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 575.98px) {
  .widget__recent-posts .post-item .item-thumb {
    width: 80px;
    height: 80px;
  }
}
.widget__recent-posts .post-item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.widget__recent-posts .post-item .item-content {
  gap: 16px;
  padding-top: 4px;
}
.widget__recent-posts .post-item .item-content .post-date {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575.98px) {
  .widget__recent-posts .post-item .item-content .post-date {
    font-size: 10px;
  }
}
.widget__recent-posts .post-item .item-content .post-title a {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1439.98px) {
  .widget__recent-posts .post-item .item-content .post-title a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .widget__recent-posts .post-item .item-content .post-title a {
    font-size: 12px;
  }
}
.widget__recent-posts .post-item .item-content .post-title a:hover {
  opacity: 0.75;
}
.widget__recent-posts .post-item:hover .item-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.widget__recent-posts.v3 .post-item .item-thumb {
  border-radius: 0;
}
.widget__recent-posts.v4 .post-item .item-thumb {
  border-radius: 0;
}
.widget__recent-posts.v5 .post-item .item-thumb {
  border-radius: 0;
}
.widget__recent-posts.v5 .post-item .item-content .post-title a {
  color: var(--primary-color);
}
.widget__recent-posts.v5 .post-item .item-content .post-title a:hover {
  color: var(--secondary-color);
  opacity: 1;
}
.widget__tags .tag-list {
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 10px;
}
.widget__tags .tag-list .tag-btn {
  height: 34px;
  padding: 0 16px;
  border-radius: 100px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background-color: var(--color-white);
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  white-space: nowrap;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.widget__tags .tag-list .tag-btn:hover, .widget__tags .tag-list .tag-btn.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--primary-color);
}
.widget__tags.v2 .tag-list .tag-btn:hover, .widget__tags.v2 .tag-list .tag-btn.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}
.widget__tags.v3 .tag-list .tag-btn:hover, .widget__tags.v3 .tag-list .tag-btn.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}
.widget__tags.v4 .tag-list .tag-btn:hover, .widget__tags.v4 .tag-list .tag-btn.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}
.widget__tags.v5 .tag-list .tag-btn:hover, .widget__tags.v5 .tag-list .tag-btn.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}
.widget__cta {
  border: none;
  overflow: hidden;
  padding: 20px;
}
.widget__cta::before {
  content: "";
  inset: 0;
  background-color: rgba(var(--color-black-rgb), 0.5);
  border-radius: 20px;
  z-index: 0;
  pointer-events: none;
}
.widget__cta::after {
  inset: 20px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
}
.widget__cta .cta-content {
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 575.98px) {
  .widget__cta .cta-content {
    padding: 30px 10px;
  }
}
.widget__cta .cta-title {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.68px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 575.98px) {
  .widget__cta .cta-title {
    font-size: 28px;
  }
}
.widget__cta .cta-title .highlight {
  color: var(--secondary-color);
}
.widget__cta .cta-title .cta-subtitle {
  font-size: 20px;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 575.98px) {
  .widget__cta .cta-title .cta-subtitle {
    font-size: 16px;
  }
}
.widget__cta .cta-icon {
  color: var(--secondary-color);
  margin-block: 45px 142px;
}
.widget__cta .cta-icon svg {
  width: 100px;
  height: 90px;
}
.widget__cta.v2::before {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(var(--primary-color-rgb), 0) 32.98%, rgba(var(--primary-color-rgb), 0.3) 100%);
}
.widget__cta.v2::after {
  inset: 20px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
}
.widget__cta.v2 .cta-content .cta-icon {
  color: var(--color-white);
  margin: 0;
  margin-top: 90px;
}
.widget__cta.v2 .cta-content .cta-title {
  margin-block: 25px 35px;
}
.widget__cta.v2 .cta-content .cta-title .highlight {
  color: var(--accent-color4);
}
.widget__cta.v3 {
  border: none;
}
.widget__cta.v3::before, .widget__cta.v3::after {
  border-radius: 0;
}
.widget__cta.v3 .cta-content {
  border-radius: 0;
}
.widget__cta.v3 .cta-icon {
  color: var(--color-white);
}
.widget__cta.v3 .cta-icon svg {
  width: 100px;
  height: 90px;
}
.widget__cta.v4::before {
  border-radius: 0px;
  background: linear-gradient(180deg, rgba(var(--primary-color-rgb), 0) 32.98%, rgba(var(--primary-color-rgb), 0.3) 100%);
}
.widget__cta.v4::after {
  border-radius: 0px;
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
}
.widget__cta.v4 .cta-content .cta-icon {
  color: var(--color-white);
  margin: 0;
  margin-top: 150px;
}
@media only screen and (max-width: 991.98px) {
  .widget__cta.v4 .cta-content .cta-icon {
    margin-top: 90px;
  }
}
.widget__cta.v4 .cta-content .cta-title {
  margin-block: 25px 35px;
}
.widget__cta.v4 .cta-content .cta-title .highlight {
  color: var(--accent-color);
}
.widget__cta.v5::before {
  border-radius: 0px;
  background: linear-gradient(180deg, rgba(var(--color-black-rgb), 0.3) 4.33%, rgba(var(--color-black-rgb), 0) 54.71%);
}
.widget__cta.v5::after {
  border-radius: 0px;
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
}
.widget__cta.v5 .cta-content {
  margin-bottom: 150px;
}
@media only screen and (max-width: 991.98px) {
  .widget__cta.v5 .cta-content {
    margin-bottom: 90px;
  }
}
.widget__cta.v5 .cta-content .cta-icon {
  color: var(--color-white);
  margin: 0;
}
.widget__cta.v5 .cta-content .cta-title {
  margin-block: 25px 35px;
}
.widget__cta.v5 .cta-content .cta-title .highlight {
  color: var(--secondary-color);
}

.widget-shop-one__sidebar .widget-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.widget-shop-one__sidebar .widget-title.v2::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--primary-color);
  opacity: 0;
}
.widget-shop-one__filter .price-filter {
  gap: 20px;
}
.widget-shop-one__filter .price-filter__slider {
  position: relative;
  height: 2px;
  background-color: rgba(var(--primary-color-rgb), 0.2);
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.widget-shop-one__filter .price-filter__slider .price-filter__progress {
  position: absolute;
  height: 100%;
  border-radius: 2px;
  background-color: var(--primary-color);
  left: 0%;
  right: 0%;
}
.widget-shop-one__filter .price-filter__slider input[type=range] {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.widget-shop-one__filter .price-filter__slider input[type=range]::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 0px;
}
.widget-shop-one__filter .price-filter__slider input[type=range]::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  border: none;
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
  margin-top: 0px;
}
.widget-shop-one__filter .price-filter__values .price-label {
  gap: 6px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
}
.widget-shop-one__filter .price-filter__values .price-filter__btn {
  background-color: transparent;
  color: var(--primary-color);
  border: none;
  padding: 0;
  font-family: var(--ff-dm-sans);
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.widget-shop-one__filter .price-filter__values .price-filter__btn:hover {
  color: var(--primary-color);
  text-decoration-color: var(--primary-color);
}
.widget-shop-one__filter.v2 .price-filter__values .price-label {
  color: var(--primary-color);
}
.widget-shop-one__search .widget-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.widget-shop-one__search .search-form form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background-color: transparent;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  padding: 10px 30px 10px 0;
  outline: none;
  border-radius: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.widget-shop-one__search .search-form form input::placeholder {
  color: var(--color-gray);
  opacity: 1;
}
.widget-shop-one__search .search-form form input:focus {
  border-bottom-color: var(--primary-color);
}
.widget-shop-one__search .search-form form button {
  right: 0;
  top: 50%;
  background: none;
  border: none;
  color: var(--primary-color);
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.widget-shop-one__search .search-form form button:hover {
  opacity: 0.7;
}
.widget-shop-one__search.v2 .search-form form input {
  color: var(--primary-color);
}
.widget-shop-one__search.v2 .search-form form input::placeholder {
  color: var(--primary-color);
  opacity: 0.8;
}
.widget-shop-one__category .widget-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: var(--primary-color);
}
.widget-shop-one__category .category-list li {
  margin-bottom: 12px;
}
.widget-shop-one__category .category-list li:last-child {
  margin-bottom: 0;
}
.widget-shop-one__category .category-list li a {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.widget-shop-one__category .category-list li a:hover {
  color: var(--primary-color);
}
.widget-shop-one__category .category-list.v3 li a {
  color: var(--primary-color);
}
.widget-shop-one__best-sell .best-sell-item {
  gap: 16px;
  margin-bottom: 18px;
}
.widget-shop-one__best-sell .best-sell-item:last-child {
  margin-bottom: 0;
}
.widget-shop-one__best-sell .best-sell-item__img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.widget-shop-one__best-sell .best-sell-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.widget-shop-one__best-sell .best-sell-item__info .title {
  margin-bottom: 10px;
}
.widget-shop-one__best-sell .best-sell-item__info .title a {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.widget-shop-one__best-sell .best-sell-item__info .title a:hover {
  color: var(--secondary-color);
}
.widget-shop-one__best-sell .best-sell-item__info .price {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.widget-shop-one__best-sell .best-sell-item:hover .best-sell-item__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.widget-shop-one__best-sell .best-sell-item.v3 .best-sell-item__img {
  border-radius: 0;
}
.widget-shop-one__best-sell .best-sell-item.v3 .best-sell-item__info .price {
  font-weight: 500;
  color: var(--primary-color);
}
.widget-shop-one__best-sell .best-sell-item.v4 .best-sell-item__img {
  border-radius: 0;
}
.widget-shop-one__best-sell .best-sell-item.v4 .best-sell-item__info .title a:hover {
  color: var(--accent-color);
}
.widget-shop-one__best-sell .best-sell-item.v4 .best-sell-item__info .price {
  font-weight: 500;
  color: var(--primary-color);
}
.widget-shop-one__tags .tag-list {
  gap: 10px;
}
.widget-shop-one__tags .tag-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.widget-shop-one__tags .tag-list a:hover, .widget-shop-one__tags .tag-list a.active {
  background-color: var(--primary-color);
  color: var(--color-white);
  border-color: var(--primary-color);
}

/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--color-black2);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader .spinner-wrap {
  width: 140px;
  height: 140px;
}
.preloader .preloader-logo {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .spinner {
  width: 100%;
  height: 100%;
  border: 2px solid #040404;
  border-top: 3px solid var(--secondary-color);
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 2s infinite linear;
}
.preloader.v2 .spinner {
  border-color: var(--color-gray);
  border-top: 3px solid var(--secondary-color);
}
.preloader.v5 .spinner {
  border-color: rgba(var(--color-white-rgb), 0.1);
  border-top: 3px solid var(--secondary-color);
}

/*
============= Preloader CSS END ================
================================================
*/
.common-btn {
  overflow: hidden;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 500;
  color: var(--color-white);
  background: var(--primary-color);
  line-height: 1;
}
.common-btn span {
  z-index: 10;
  display: block;
}
.common-btn:hover {
  color: var(--color-white);
}
.common-btn:hover span {
  animation: UpInitial 0.3s, UpEnd 0.3s 0.3s;
}
.common-btn.style-border {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: transparent;
}
.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: var(--color-white);
    justify-content: center;
  }
}

.submit-btn {
  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: 14px 30px 10px;
  font-family: var(--ff-boldonse);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  height: 50px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
@media only screen and (max-width: 767.98px) {
  .submit-btn .text-wrap {
    height: 45px;
    padding: 12px 25px 8px;
    font-size: 12px;
  }
}
.submit-btn .icon-wrap {
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
@media only screen and (max-width: 767.98px) {
  .submit-btn .icon-wrap {
    height: 45px;
    width: 45px;
  }
}
.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;
}
@media only screen and (max-width: 767.98px) {
  .submit-btn .icon-wrap-right {
    height: 45px;
    width: 45px;
  }
}
.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);
}
.submit-btn.v4 .text-wrap {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}
.submit-btn.v4 .icon-wrap {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}
.submit-btn.v4:hover .text-wrap {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.submit-btn.v4:hover .icon-wrap {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.common-button-two {
  gap: 8px;
  width: max-content;
  height: max-content;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  overflow: hidden;
  padding-block: 17px;
  padding-inline: 23px;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.24px;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-two .btn-text {
  color: inherit;
  font: inherit;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-two .btn-icon {
  width: 18px;
  height: 14px;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-two .btn-icon i,
.common-button-two .btn-icon svg {
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  transform-origin: bottom center;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-two:hover {
  border-color: var(--primary-color);
  color: var(--color-white);
}
.common-button-two:hover::before {
  transform: scaleY(3);
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2);
}
.common-button-two.v2 {
  border: none;
  color: var(--primary-color);
  background-color: var(--color-white);
}
.common-button-two.v2:hover {
  color: var(--color-white);
  border: none;
}
.common-button-two.v3 {
  border: none;
  color: var(--color-white);
  background-color: var(--secondary-color);
}
.common-button-two.v3:hover {
  color: var(--color-white);
  background-color: var(--primary-color);
  border: none;
}
.common-button-two.v4 {
  border: none;
  color: var(--color-white);
  background-color: var(--primary-color);
}
.common-button-two.v4::before {
  background-color: var(--secondary-color);
}
.common-button-two.v4:hover {
  color: var(--color-white);
  background-color: var(--secondary-color);
  border: none;
}

.common-button-three {
  gap: 8px;
  width: max-content;
  height: max-content;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  overflow: hidden;
  padding-block: 17px;
  padding-inline: 23px;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.24px;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-three .btn-text {
  color: inherit;
  font: inherit;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-three .btn-icon {
  width: 18px;
  height: 14px;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-three .btn-icon i,
.common-button-three .btn-icon svg {
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  transform-origin: bottom center;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-three:hover {
  border-color: var(--primary-color);
  color: var(--color-white);
}
.common-button-three:hover::before {
  transform: scaleY(3);
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2);
}
.common-button-three.v2 {
  background-color: var(--primary-color);
  color: var(--color-white);
  border-color: var(--primary-color);
}
.common-button-three.v2::before {
  background-color: var(--secondary-color);
}
.common-button-three.v2:hover {
  background-color: var(--secondary-color);
  color: var(--color-white);
  border-color: var(--secondary-color);
}
.common-button-three.v3 {
  border-color: var(--color-white);
  background-color: var(--color-white);
}

.common-button-four {
  gap: 8px;
  width: max-content;
  height: max-content;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  overflow: hidden;
  padding-block: 16px 12px;
  padding-inline: 32px;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.24px;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  .common-button-four {
    font-size: 12px;
    padding-block: 12px 8px;
    padding-inline: 20px;
  }
}
.common-button-four .btn-text {
  color: inherit;
  font: inherit;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-four .btn-icon {
  width: 18px;
  height: 14px;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-four .btn-icon i,
.common-button-four .btn-icon svg {
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  transform-origin: bottom center;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-four:hover {
  border-color: var(--primary-color);
  color: var(--color-white);
}
.common-button-four:hover::before {
  transform: scaleY(3);
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2);
}
.common-button-four.v2 {
  background-color: var(--accent-color);
  color: var(--color-white);
  border-color: var(--accent-color);
}
.common-button-four.v2::before {
  background-color: var(--primary-color);
}
.common-button-four.v2:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
  border-color: var(--primary-color);
}
.common-button-four.v3 {
  background-color: var(--primary-color);
  color: var(--color-white);
  border-color: var(--primary-color);
}
.common-button-four.v3::before {
  background-color: var(--accent-color);
}
.common-button-four.v3:hover {
  background-color: var(--accent-color);
  color: var(--color-white);
  border-color: var(--accent-color);
}

.common-button-five {
  gap: 8px;
  width: max-content;
  height: max-content;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  overflow: hidden;
  padding-block: 16px 12px;
  padding-inline: 32px;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.24px;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  .common-button-five {
    font-size: 12px;
    padding-block: 12px 8px;
    padding-inline: 20px;
  }
}
.common-button-five .btn-text {
  color: inherit;
  font: inherit;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-five .btn-icon {
  width: 18px;
  height: 14px;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-five .btn-icon i,
.common-button-five .btn-icon svg {
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-five::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  transform-origin: bottom center;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.common-button-five:hover {
  border-color: var(--primary-color);
  color: var(--color-white);
}
.common-button-five:hover::before {
  transform: scaleY(3);
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2);
}
.common-button-five.v2 {
  background-color: var(--primary-color);
  color: var(--color-white);
  border: none;
}
.common-button-five.v2::before {
  background-color: var(--secondary-color);
}
.common-button-five.v2:hover {
  background-color: var(--secondary-color);
  color: var(--color-white);
  border: none;
}
.common-button-five.v3 {
  background-color: var(--color-white);
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.common-button-five.v3::before {
  background-color: var(--secondary-color);
}
.common-button-five.v3:hover {
  background-color: var(--secondary-color);
  color: var(--color-white);
  border-color: var(--secondary-color);
}

/*-----------------------------------------------------
  BackToTop CSS
-----------------------------------------------------*/
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 20px rgba(var(--color-black2-rgb), 0.5);
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
}
.progress-wrap::after {
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--color-white);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50px;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: var(--color-black2);
}
.progress-wrap svg.progress-circle path {
  fill: var(--color-black2);
  stroke: var(--color-white);
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.cloud-ktchen__header .header-title {
  flex-direction: column;
  width: max-content;
  color: var(--primary-color);
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .cloud-ktchen__header .header-title {
    margin-inline: auto;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cloud-ktchen__header .header-title {
    font-size: 30px;
  }
}
.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-boldonse);
  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.v3,
.cloud-ktchen__header .header-title .bottom-tag.v3 {
  background-color: var(--primary-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;
}

.cafe__header .section-sub-title,
.restaurant__header .section-sub-title,
.sushi__header .section-sub-title {
  gap: 4px;
  border-radius: 100px;
  border: 1px solid var(--stroke-white-bg, rgba(var(--accent-color2-rgb), 0.14));
  background: transparent;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  padding: 6px 9px;
}
@media only screen and (max-width: 575.98px) {
  .cafe__header .section-sub-title,
  .restaurant__header .section-sub-title,
  .sushi__header .section-sub-title {
    padding: 4px 7px;
    font-size: 12px;
  }
}
.cafe__header .section-sub-title .icon,
.restaurant__header .section-sub-title .icon,
.sushi__header .section-sub-title .icon {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  color: var(--secondary-color);
}
.cafe__header .section-sub-title .icon i,
.cafe__header .section-sub-title .icon svg,
.restaurant__header .section-sub-title .icon i,
.restaurant__header .section-sub-title .icon svg,
.sushi__header .section-sub-title .icon i,
.sushi__header .section-sub-title .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cafe__header .section-sub-title:has(+ .section-title),
.restaurant__header .section-sub-title:has(+ .section-title),
.sushi__header .section-sub-title:has(+ .section-title) {
  margin-bottom: 13px;
}
.cafe__header .section-title,
.restaurant__header .section-title,
.sushi__header .section-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .cafe__header .section-title,
  .restaurant__header .section-title,
  .sushi__header .section-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cafe__header .section-title,
  .restaurant__header .section-title,
  .sushi__header .section-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cafe__header .section-title,
  .restaurant__header .section-title,
  .sushi__header .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .cafe__header .section-title,
  .restaurant__header .section-title,
  .sushi__header .section-title {
    font-size: 28px;
  }
}

.restaurant__header .section-sub-title {
  border: none;
  padding: 0;
}
.restaurant__header .section-sub-title .icon {
  color: var(--primary-color);
}
.restaurant__header .section-sub-title:has(+ .section-title) {
  margin-bottom: 20px;
}
.restaurant__header .section-title span {
  color: var(--secondary-color);
}

.sushi__header .section-sub-title {
  border-radius: 100px;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  padding: 6px 14px;
}
.sushi__header .section-sub-title .icon {
  color: var(--primary-color);
}
.sushi__header .section-sub-title:has(+ .section-title) {
  margin-bottom: 18px;
}
.sushi__header .section-title span {
  color: var(--accent-color);
}
.sushi__header.v2 .section-title {
  color: var(--color-white);
}
.sushi__header.v2 .section-title span {
  color: var(--secondary-color);
}
.sushi__header.v2 .section-sub-title {
  border-color: rgba(var(--color-white-rgb), 0.14);
  color: var(--color-white);
}
.sushi__header.v2 .section-sub-title .icon {
  color: var(--color-white);
}

.patisserie__header .header-title {
  color: var(--primary-color);
  width: max-content;
  font-style: normal;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .patisserie__header .header-title {
    margin-inline: auto;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .patisserie__header .header-title {
    font-size: 30px;
  }
}
.patisserie__header .header-title .top-tag,
.patisserie__header .header-title .bottom-tag {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  padding: 7.7px 18px;
  text-transform: uppercase;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media only screen and (max-width: 767.98px) {
  .patisserie__header .header-title .top-tag,
  .patisserie__header .header-title .bottom-tag {
    display: none;
  }
}
.patisserie__header .header-title .top-tag {
  background-color: var(--accent-color);
  color: var(--primary-color);
  top: -18px;
  left: -59px;
}
.patisserie__header .header-title .top-tag.v2 {
  background-color: var(--secondary-color);
  color: var(--color-white);
}
.patisserie__header .header-title .top-tag.v3 {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.patisserie__header .header-title .bottom-tag {
  background-color: var(--secondary-color);
  color: var(--color-white);
  bottom: 0px;
  right: -50px;
}
.patisserie__header .header-title .bottom-tag.v2 {
  background-color: var(--primary-color);
}
.patisserie__header .header-title .bottom-tag.v3 {
  background-color: var(--color-white);
  color: var(--primary-color);
}
.patisserie__header .header-title .bottom-tag.v4 {
  background-color: var(--accent-color);
  color: var(--primary-color);
}

.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: 767.98px) {
  .hero-cloud-ktchen.section {
    padding-top: 200px;
  }
}
.hero-cloud-ktchen.section .hero-bg {
  left: 0;
  right: 0;
  bottom: 250px;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen.section .hero-bg {
    bottom: 180px;
  }
}
.hero-cloud-ktchen.section .hero-bg img {
  width: 100%;
  min-height: 500px;
  height: 100%;
  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 {
  gap: 10px;
  margin-bottom: 40px;
}
.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%;
  object-fit: cover;
}
.hero-cloud-ktchen__content .hero-reviews .content {
  text-align: left;
}
@media only screen and (max-width: 575.98px) {
  .hero-cloud-ktchen__content .hero-reviews .content {
    text-align: left;
  }
}
.hero-cloud-ktchen__content .hero-reviews .content .stars {
  gap: 5px;
  color: var(--secondary-color);
  font-size: 11.5px;
}
.hero-cloud-ktchen__content .hero-reviews .content .stars i,
.hero-cloud-ktchen__content .hero-reviews .content .stars svg {
  font-size: inherit;
  color: inherit;
  line-height: 1.8;
}
.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 {
  color: var(--color-white);
  width: max-content;
  text-transform: uppercase;
  font-size: 120px;
}
@media only screen and (max-width: 1023.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 {
  text-align: center;
  font-family: var(--ff-boldonse);
  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 {
  text-align: center;
  font-family: var(--ff-boldonse);
  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(var(--color-white-rgb), 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;
  object-fit: cover;
  display: block;
  mask-image: url("../images/cloud-ktchen/hero/hero-video-mask.png");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .hero-cloud-ktchen__video .hero-cloud-ktchen-video video {
    height: 400px;
    mask-image: none;
  }
}
.hero-cloud-ktchen__video .hero-cloud-ktchen-video .hero-cloud-ktchen-play {
  left: 50%;
  top: 50%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.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;
  }
}

.hero-two.section {
  z-index: 2;
}
.hero-two.section .shape-2 {
  bottom: 158px;
  left: 55px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 1439.98px) {
  .hero-two.section .shape-2 {
    left: 30px;
    bottom: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-two.section .shape-2 {
    max-width: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-two.section .shape-2 {
    display: none;
  }
}
.hero-two__wrapper {
  background-color: var(--accent-color);
  padding-top: 230px;
  padding-bottom: 420px;
}
@media only screen and (max-width: 991.98px) {
  .hero-two__wrapper {
    padding-top: 130px;
    padding-bottom: 220px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-two__wrapper {
    padding-bottom: 180px;
  }
}
.hero-two__content {
  gap: 24px;
}
@media only screen and (max-width: 767.98px) {
  .hero-two__content {
    flex-direction: column;
  }
}
.hero-two__content .main-content .cafe__header {
  width: max-content;
}
.hero-two__content .main-content .cafe__header .shape-1 {
  top: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .hero-two__content .main-content .cafe__header .shape-1 {
    display: none;
  }
}
.hero-two__content .main-content .cafe__header .section-title {
  color: var(--primary-color);
  font-size: 100px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .hero-two__content .main-content .cafe__header .section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-two__content .main-content .cafe__header .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-two__content .main-content .cafe__header .section-title {
    font-size: 50px;
    flex-direction: row;
    column-gap: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-two__content .main-content .cafe__header .section-title {
    flex-direction: column;
  }
}
.hero-two__content .main-content .cafe__header .section-title .no-fill {
  color: var(--accent-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
}
.hero-two__content .info-content {
  max-width: 360px;
}
@media only screen and (max-width: 991.98px) {
  .hero-two__content .info-content {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-two__content .info-content {
    max-width: 100%;
  }
}
.hero-two__content .info-content .brand-info {
  gap: 10px;
  margin-bottom: 20px;
}
.hero-two__content .info-content .brand-info .avatars .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--accent-color);
  overflow: hidden;
  margin-right: -15px;
}
.hero-two__content .info-content .brand-info .avatars .avatar:last-child {
  margin-right: 0;
}
.hero-two__content .info-content .brand-info .avatars .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-two__content .info-content .brand-info .brand-text .stars {
  gap: 3px;
  color: var(--secondary-color);
  font-size: 13px;
  margin-bottom: 5px;
}
.hero-two__content .info-content .brand-info .brand-text .stars i,
.hero-two__content .info-content .brand-info .brand-text .stars svg {
  color: inherit;
}
.hero-two__content .info-content .brand-info .brand-text p {
  margin-bottom: 0;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 991.98px) {
  .hero-two__content .info-content .brand-info .brand-text p {
    font-size: 14px;
  }
}
.hero-two__content .info-content .info-text {
  color: var(--accent-color3);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .hero-two__content .info-content .info-text {
    margin-bottom: 30px;
  }
}
.hero-two__thumb {
  margin-top: -360px;
}
@media only screen and (max-width: 991.98px) {
  .hero-two__thumb {
    margin-top: -180px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-two__thumb {
    margin-top: -120px;
  }
}
.hero-two__thumb .hero-thumb {
  z-index: 2;
  max-height: 700px;
  width: 100%;
}
.hero-two__thumb .hero-thumb .shape-3 {
  top: -80px;
  right: 30px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 991.98px) {
  .hero-two__thumb .hero-thumb .shape-3 {
    max-width: 80px;
    top: -50px;
    right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-two__thumb .hero-thumb .shape-3 {
    display: none;
  }
}
.hero-two__thumb .hero-thumb .thumb-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.hero-three.section {
  padding: 120px 0 100px;
  z-index: 2;
  min-height: 100vh;
}
@media only screen and (max-width: 991.98px) {
  .hero-three.section {
    padding: 100px 0 60px;
  }
}
.hero-three.section::before {
  inset: 0;
  background: rgba(var(--color-black-rgb), 0.4);
  z-index: -1;
  pointer-events: none;
}
.hero-three__bg-slider {
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hero-three__bg-slider .swiper-slide {
  overflow: hidden;
}
.hero-three__bg-slider .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 10s ease;
  -webkit-transition: transform 10s ease;
  -moz-transition: transform 10s ease;
  -o-transition: transform 10s ease;
  -ms-transition: transform 10s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hero-three__bg-slider .swiper-slide.swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.hero-three__content {
  gap: 40px;
}
.hero-three__content .content-info .hero-info {
  width: max-content;
  height: max-content;
  border-radius: 20px;
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
  padding: 16px 24px;
  gap: 6px;
}
@media only screen and (max-width: 991.98px) {
  .hero-three__content .content-info .hero-info {
    padding: 14px 15px;
  }
}
.hero-three__content .content-info .hero-info .rating-logo img {
  height: 100%;
  max-width: 90px;
  object-fit: contain;
}
.hero-three__content .content-info .hero-info .rating-details {
  gap: 6px;
}
.hero-three__content .content-info .hero-info .rating-details .rating-score {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-white);
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .hero-three__content .content-info .hero-info .rating-details .rating-score {
    font-size: 12px;
  }
}
.hero-three__content .content-info .hero-info .rating-details .rating-stars {
  gap: 2px;
  align-items: center;
  margin-bottom: 2px;
  color: var(--color-white);
}
.hero-three__content .content-info .hero-info .rating-details .rating-stars ul {
  font-size: 12px;
  gap: 2.5px;
}
@media only screen and (max-width: 991.98px) {
  .hero-three__content .content-info .hero-info .rating-details .rating-stars ul {
    font-size: 10px;
  }
}
.hero-three__content .content-info .hero-info .rating-details .rating-stars ul li {
  line-height: 1;
}
.hero-three__content .content-info .hero-title {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 80px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  margin-block: 35px 50px;
}
@media only screen and (max-width: 1439.98px) {
  .hero-three__content .content-info .hero-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-three__content .content-info .hero-title {
    font-size: 60px;
    margin-block: 25px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-three__content .content-info .hero-title {
    font-size: 40px;
  }
}
.hero-three__content .content-info .hero-title span {
  color: var(--secondary-color);
}
.hero-three__content .rotating-badge {
  width: 140px;
  height: 140px;
}
@media only screen and (max-width: 991.98px) {
  .hero-three__content .rotating-badge {
    width: 115px;
    height: 115px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-three__content .rotating-badge {
    display: none;
  }
}
.hero-three__content .rotating-badge .badge-text {
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 10s linear infinite;
}
.hero-three__content .rotating-badge .badge-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
@media only screen and (max-width: 991.98px) {
  .hero-three__content .rotating-badge .badge-icon {
    width: 26px;
    height: 26px;
  }
}

.hero-four.section {
  background-color: var(--secondary-color);
}
.hero-four__wrapper {
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .hero-four__thumb {
    display: none;
  }
}
.hero-four__content {
  padding-block: 140px 120px;
}
@media only screen and (max-width: 991.98px) {
  .hero-four__content {
    padding-block: 120px 60px;
  }
}
.hero-four__content .header-subtitle,
.hero-four__content .hero-title {
  font-size: 120px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .hero-four__content .header-subtitle,
  .hero-four__content .hero-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-four__content .header-subtitle,
  .hero-four__content .hero-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-four__content .header-subtitle,
  .hero-four__content .hero-title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-four__content .header-subtitle,
  .hero-four__content .hero-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-four__content .header-subtitle,
  .hero-four__content .hero-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 320.98px) {
  .hero-four__content .header-subtitle,
  .hero-four__content .hero-title {
    font-size: 42px;
  }
}
.hero-four__content .header-subtitle {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
  font-family: var(--ff-calligraffitti);
  line-height: 1;
}
.hero-four__content .hero-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
}
.hero-four__content .content-wrapper {
  gap: 80px;
  margin-top: 25px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-four__content .content-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-four__content .content-wrapper {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-four__content .content-wrapper .ratings {
  gap: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-four__content .content-wrapper .ratings {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-four__content .content-wrapper .ratings {
    gap: 5px;
    flex-direction: row;
    align-items: center;
  }
}
.hero-four__content .content-wrapper .ratings .author-thumbs img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--secondary-color);
}
@media only screen and (max-width: 767.98px) {
  .hero-four__content .content-wrapper .ratings .author-thumbs img {
    width: 40px;
    height: 40px;
  }
}
.hero-four__content .content-wrapper .ratings .author-thumbs img:not(:first-child) {
  margin-left: -10px;
}
.hero-four__content .content-wrapper .ratings .rating-content {
  gap: 6px;
}
.hero-four__content .content-wrapper .ratings .rating-content .rating ul {
  gap: 2px;
  color: var(--primary-color);
  font-size: 13px;
}
.hero-four__content .content-wrapper .ratings .rating-content .rating ul li {
  line-height: 1;
}
.hero-four__content .content-wrapper .ratings .rating-content .rating-text {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
@media only screen and (max-width: 575.98px) {
  .hero-four__content .content-wrapper .ratings .rating-content .rating-text {
    font-size: 14px;
  }
}
.hero-four__content .content-wrapper .content-info {
  max-width: 288px;
}
.hero-four__content .content-wrapper .content-info p {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .hero-four__content .content-wrapper .content-info p {
    margin-bottom: 30px;
  }
}
.hero-four__content .content-wrapper .content-info a {
  background-color: var(--accent-color);
  border-color: transparent;
  color: var(--color-white);
}
.hero-four__content .content-wrapper .content-info a:hover {
  background-color: var(--primary-color);
}

.hero-five.section {
  background-color: var(--accent-color);
}
.hero-five.section .icon-1 {
  top: 30%;
  left: 95px;
}
.hero-five.section .icon-2 {
  top: 25%;
  left: 50%;
}
@media only screen and (max-width: 991.98px) {
  .hero-five.section .icon-1,
  .hero-five.section .icon-2 {
    display: none;
  }
}
.hero-five__wrapper {
  padding-block: 210px 112px;
  gap: 30px;
}
@media only screen and (max-width: 1439.98px) {
  .hero-five__wrapper {
    padding-block: 150px 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-five__wrapper {
    padding-block: 100px 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-five__wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.hero-five__content .patisserie__header .header-title {
  font-size: 100px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -2px;
}
@media only screen and (max-width: 1439.98px) {
  .hero-five__content .patisserie__header .header-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-five__content .patisserie__header .header-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-five__content .patisserie__header .header-title {
    font-size: 50px;
  }
}
.hero-five__content .patisserie__header .header-title .top-tag,
.hero-five__content .patisserie__header .header-title .bottom-tag {
  letter-spacing: 0;
}
.hero-five__content .patisserie__header .header-title .top-tag {
  top: 8px;
  left: -53px;
}
.hero-five__content .patisserie__header .header-title .bottom-tag {
  bottom: 19px;
  right: -60px;
}
.hero-five__content .content-buttons {
  gap: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 991.98px) {
  .hero-five__content .content-buttons {
    margin-top: 30px;
  }
}
.hero-five__thumb {
  max-width: 460px;
  width: 100%;
  height: 650px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-five__thumb {
    height: 550px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-five__thumb {
    height: 450px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-five__thumb {
    height: 500px;
    max-width: 400px;
  }
}
.hero-five__thumb::before {
  width: 100%;
  height: 100%;
  left: -10px;
  bottom: 10px;
  border-radius: 500px 500px 0 0;
  background-color: transparent;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.hero-five__thumb .rotating-badge {
  width: 156px;
  height: 156px;
  aspect-ratio: 1/1;
  z-index: 2;
  top: 50%;
  left: -78px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
  .hero-five__thumb .rotating-badge {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-five__thumb .rotating-badge {
    display: none;
  }
}
.hero-five__thumb .rotating-badge .badge-text {
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 10s linear infinite;
}
.hero-five__thumb .rotating-badge .badge-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  z-index: 2;
}
.hero-five__thumb-slider {
  height: 100%;
  border-radius: 500px 500px 0 0;
  overflow: hidden;
}
.hero-five__thumb-slider .swiper-slide {
  height: auto;
}
.hero-five__thumb-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-five__thumb-pagination {
  left: 50% !important;
  bottom: 30px !important;
  gap: 4px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-five__thumb-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  background-color: var(--accent-color);
  opacity: 1;
  border-radius: 0;
  margin: 0 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.hero-five__thumb-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--primary-color);
}

.about-cloud-ktchen__wrapper {
  grid-template-columns: 600px 1fr;
  gap: 120px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 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: 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 {
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  pointer-events: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-cloud-ktchen__thumb .thumb-image .rotating-text-area > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text {
  inset: 0;
}
.about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text .brand-logo {
  z-index: 2;
}
.about-cloud-ktchen__thumb .thumb-image .rotating-text-area .rorating-text .text-animation {
  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 {
  border-right: 1px solid rgba(var(--color-white-rgb), 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(var(--color-white-rgb), 0.14);
    padding-bottom: 24px;
  }
}
.about-cloud-ktchen__thumb .thumb-info .experience-info .total-year {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  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 {
  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-boldonse);
  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 {
  color: var(--color-white);
}
.about-cloud-ktchen__content .cloud-ktchen__header {
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 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: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.about-cloud-ktchen__content .featcher-wrapper {
  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 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 {
  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;
}

.about2-cloud-ktchen__wrapper {
  grid-template-columns: 600px 1fr;
  gap: 120px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 1599.98px) {
  .about2-cloud-ktchen__wrapper {
    grid-template-columns: 500px 1fr;
    gap: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about2-cloud-ktchen__wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .about2-cloud-ktchen__wrapper {
    gap: 40px;
  }
}
.about2-cloud-ktchen__thumb {
  border-radius: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--primary-color);
  height: max-content;
}
.about2-cloud-ktchen__thumb .thumb-image {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.about2-cloud-ktchen__content .cloud-ktchen__header {
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .about2-cloud-ktchen__content .cloud-ktchen__header {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.about2-cloud-ktchen__content .cloud-ktchen__header p {
  margin-top: 25px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.about2-cloud-ktchen__content .featcher-wrapper {
  gap: 30px;
}
@media only screen and (max-width: 575.98px) {
  .about2-cloud-ktchen__content .featcher-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.about2-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) {
  .about2-cloud-ktchen__content .featcher-wrapper .featcher-list ul {
    margin-bottom: 40px;
  }
}
.about2-cloud-ktchen__content .featcher-wrapper .featcher-list ul li {
  gap: 6px;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.about2-cloud-ktchen__content .featcher-wrapper .featcher-list ul li:not(:last-of-type) {
  margin-bottom: 14px;
}

.about-two__wrapper {
  grid-template-columns: 223px 1fr 223px;
  gap: 15px;
}
@media only screen and (max-width: 991.98px) {
  .about-two__wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-two__wrapper .about-thumb {
    display: none;
  }
}
.about-two__wrapper .about-thumb.thumb-1 {
  margin-top: 150px;
}
.about-two__wrapper .about-thumb.thumb-2 {
  margin-top: 70px;
}
.about-two__wrapper .about-thumb img {
  border-radius: 10px;
}
.about-two__content {
  text-align: center;
}
.about-two__content .cafe__header {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767.98px) {
  .about-two__content .cafe__header {
    margin-bottom: 60px;
  }
}
.about-two__content .main-content {
  max-width: 533px;
  margin: 0 auto;
}
.about-two__content .main-content .rotating-badge {
  width: 138px;
  height: 138px;
  margin-inline: auto;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767.98px) {
  .about-two__content .main-content .rotating-badge {
    margin-bottom: 30px;
  }
}
.about-two__content .main-content .rotating-badge .rotating-text {
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 10s linear infinite;
}
.about-two__content .main-content .rotating-badge .rotating-icon {
  width: auto;
  height: auto;
  object-fit: contain;
}
.about-two__content .main-content p {
  color: var(--accent-color3);
  font-family: var(--ff-dm-sans);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.about-two__content .main-content .awards-logos {
  margin-block: 45px 60px;
}
@media only screen and (max-width: 767.98px) {
  .about-two__content .main-content .awards-logos {
    margin-block: 30px 45px;
  }
}
.about-two__content .main-thumb {
  margin-top: 100px;
}
.about-two__content .main-thumb img {
  border-radius: 10px;
}

.about-three__wrapper {
  grid-template-columns: 460px auto;
  gap: 20px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 1439.98px) {
  .about-three__wrapper {
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-three__wrapper {
    grid-template-columns: 380px auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-three__wrapper {
    grid-template-columns: 320px auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-three__wrapper {
    grid-template-columns: 1fr;
  }
}
.about-three__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .about-three__thumb img {
    height: auto;
  }
}
.about-three__content {
  max-width: 680px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 1439.98px) {
  .about-three__content {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-three__content {
    max-width: 520px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-three__content {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-three__content {
    max-width: 100%;
  }
}
.about-three__content .restaurant__header .section-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.68px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .about-three__content .restaurant__header .section-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-three__content .restaurant__header .section-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-three__content .restaurant__header .section-title {
    font-size: 20px;
  }
}
.about-three__content .restaurant__header .section-title > div {
  background-image: linear-gradient(to right, var(--primary-color) 50%, rgb(214, 214, 214) 50%);
  background-size: 201% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.about-three__content .highlight-items {
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  padding: 20px;
  margin-top: 25px;
}
@media only screen and (max-width: 1439.98px) {
  .about-three__content .highlight-items {
    padding: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-three__content .highlight-items {
    flex-direction: column;
  }
}
.about-three__content .highlight-items .highlight-item {
  gap: 10px;
}
.about-three__content .highlight-items .highlight-item .highlight-icon {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 1439.98px) {
  .about-three__content .highlight-items .highlight-item .highlight-icon {
    width: 50px;
    height: 50px;
  }
  .about-three__content .highlight-items .highlight-item .highlight-icon img {
    width: 20px;
    height: 20px;
  }
}
.about-three__content .highlight-items .highlight-item .highlight-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .about-three__content .highlight-items .highlight-item .highlight-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-three__content .highlight-items .highlight-item .highlight-title {
    font-size: 12px;
  }
}
.about-three__content .highlight-items .divider {
  width: 1px;
  height: auto;
  margin-inline: 50px;
  background-color: rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 1439.98px) {
  .about-three__content .highlight-items .divider {
    margin-inline: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-three__content .highlight-items .divider {
    width: 100%;
    height: 1px;
    margin-inline: 0;
    margin-block: 20px;
  }
}
.about-three__content .about-info {
  gap: 20px;
  margin-top: 35px;
}
@media only screen and (max-width: 991.98px) {
  .about-three__content .about-info {
    justify-content: space-between;
  }
}
.about-three__content .about-info .info-left {
  gap: 60px;
  max-width: 355px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .about-three__content .about-info .info-left {
    max-width: max-content;
    gap: 30px;
  }
}
.about-three__content .about-info .info-left .ratings {
  gap: 10px;
}
@media only screen and (max-width: 991.98px) {
  .about-three__content .about-info .info-left .ratings {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-three__content .about-info .info-left .ratings {
    gap: 5px;
  }
}
.about-three__content .about-info .info-left .ratings .author-thumbs img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-white);
}
@media only screen and (max-width: 767.98px) {
  .about-three__content .about-info .info-left .ratings .author-thumbs img {
    width: 40px;
    height: 40px;
  }
}
.about-three__content .about-info .info-left .ratings .author-thumbs img:not(:first-child) {
  margin-left: -10px;
}
.about-three__content .about-info .info-left .ratings .rating-content {
  gap: 6px;
}
.about-three__content .about-info .info-left .ratings .rating-content .rating ul {
  gap: 2px;
  color: var(--primary-color);
  font-size: 13px;
}
.about-three__content .about-info .info-left .ratings .rating-content .rating ul li {
  line-height: 1;
}
.about-three__content .about-info .info-left .ratings .rating-content .rating-text {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
@media only screen and (max-width: 575.98px) {
  .about-three__content .about-info .info-left .ratings .rating-content .rating-text {
    font-size: 14px;
  }
}
.about-three__content .about-info .experience-info .counter-item {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 80px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .about-three__content .about-info .experience-info .counter-item {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-three__content .about-info .experience-info .counter-item {
    font-size: 40px;
  }
}
.about-three__content .about-info .experience-info .experience-desc {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin-top: 5px;
}

.about-four.section {
  background-color: var(--accent-color3);
  box-shadow: 0 25px 0px 25px var(--accent-color3);
}
.about-four__thumb {
  z-index: 0;
  text-align: center;
}
.about-four__thumb .thumb-img {
  width: 100%;
  min-height: 450px;
  height: 100%;
  object-fit: cover;
}
.about-four__thumb .thumb-info {
  left: 50%;
  bottom: 0;
  width: 655px;
  height: 327px;
  border-top-left-radius: 655px;
  border-top-right-radius: 655px;
  background-color: var(--accent-color3);
  z-index: 3;
  padding: 40px 20px 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767.98px) {
  .about-four__thumb .thumb-info {
    height: 300px;
    width: 80%;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-four__thumb .thumb-info {
    padding: 30px 20px 20px;
    height: 250px;
    width: 90%;
  }
}
.about-four__thumb .thumb-info .info-icon {
  margin-inline: auto;
  text-align: center;
  color: var(--primary-color);
  width: max-content;
}
.about-four__thumb .thumb-info .info-icon i,
.about-four__thumb .thumb-info .info-icon svg {
  width: auto;
  height: auto;
  color: inherit;
}
.about-four__thumb .thumb-info .info-title {
  font-family: var(--ff-boldonse);
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  margin-block: 30px;
}
@media only screen and (max-width: 991.98px) {
  .about-four__thumb .thumb-info .info-title {
    font-size: 30px;
    margin-block: 20px;
  }
}
.about-four__thumb .thumb-info .info-title:not(span) {
  color: var(--accent-color3);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
}
.about-four__thumb .thumb-info .info-title span {
  color: var(--primary-color);
}
.about-four__thumb .thumb-info .arrow-icon {
  width: 54px;
  height: 54px;
  margin-inline: auto;
  color: var(--primary-color);
  animation: up-down 2s infinite ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .about-four__thumb .thumb-info .arrow-icon {
    width: 45px;
    height: 45px;
  }
}
.about-four__thumb .thumb-info .arrow-icon i,
.about-four__thumb .thumb-info .arrow-icon svg,
.about-four__thumb .thumb-info .arrow-icon img {
  width: 100%;
  height: 100%;
  color: inherit;
}
.about-four__content {
  margin-top: 50px;
  z-index: 5;
}
@media only screen and (max-width: 991.98px) {
  .about-four__content {
    margin-top: 30px;
  }
}
.about-four__content .desc {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  text-align: center;
  margin-bottom: 25px;
  max-width: 288px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 575.98px) {
  .about-four__content .desc {
    max-width: 100%;
  }
}
.about-four__content .reservation-form .input-row {
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .about-four__content .reservation-form .input-row {
    flex-direction: column;
  }
}
.about-four__content .reservation-form .button-group {
  width: 100%;
  margin-top: 30px;
}
.about-four__content .reservation-form .button-group .common-button-four {
  background-color: transparent;
  border-color: rgba(var(--accent-color2-rgb), 0.14);
  color: var(--primary-color);
}
.about-four__content .reservation-form .button-group .common-button-four::before {
  background-color: var(--primary-color);
}
.about-four__content .reservation-form .button-group .common-button-four:hover {
  color: var(--color-white);
  border-color: var(--primary-color);
}
.about-four__content .reservation-form .input-form {
  width: 300px;
  height: 50px;
}
@media only screen and (max-width: 991.98px) {
  .about-four__content .reservation-form .input-form {
    width: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-four__content .reservation-form .input-form {
    width: 100%;
  }
}
.about-four__content .reservation-form .input-form input,
.about-four__content .reservation-form .input-form select {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  background-color: var(--accent-color3);
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 18px;
  outline: none;
}
.about-four__content .reservation-form .input-form input:focus,
.about-four__content .reservation-form .input-form select:focus {
  border-color: var(--primary-color);
}
.about-four__content .reservation-form .input-form input[type=date] {
  position: relative;
  color: var(--color-gray);
}
.about-four__content .reservation-form .input-form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.about-four__content .reservation-form .input-form select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--accent-color3);
  padding-right: 32px;
}
.about-four__content .reservation-form .input-form::after {
  content: "\f107";
  font: var(--fa-font-solid);
  right: 18px;
  top: 50%;
  font-size: 14px;
  color: var(--color-gray);
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-four__content .reservation-form .input-form:nth-child(2)::after, .about-four__content .reservation-form .input-form:nth-child(3)::after {
  display: none;
}
.about-four__content .reservation-form .input-form .fa-calendar {
  right: 18px;
  top: 50%;
  font-size: 18px;
  color: var(--color-gray);
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-four.v2 {
  box-shadow: none;
}
.about-four.v2 .about-four__thumb .thumb-info {
  position: unset;
  margin-inline: auto;
  padding: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-four.v3 {
  box-shadow: none;
  background-color: var(--color-white);
}
.about-four.v3 .about-four__thumb .thumb-info {
  background-color: var(--color-white);
  position: unset;
  margin-inline: auto;
  padding: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-four.v3 .about-four__thumb .thumb-info .info-title {
  color: var(--color-white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--accent-color);
}
.about-four.v3 .about-four__thumb .thumb-info .info-title span {
  -webkit-text-stroke-width: 0px;
}
.about-four.v3 .about-four__content .reservation-form .input-form input,
.about-four.v3 .about-four__content .reservation-form .input-form select {
  background-color: transparent;
}

.about-five.section {
  z-index: 2;
}
.about-five.section .about-icon {
  left: 175px;
  top: 50%;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1599.98px) {
  .about-five.section .about-icon {
    left: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-five.section .about-icon {
    display: none;
  }
}
.about-five__wrapper {
  grid-template-columns: 480px 1fr;
  gap: 120px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 1439.98px) {
  .about-five__wrapper {
    grid-template-columns: 400px 1fr;
    gap: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-five__wrapper {
    grid-template-columns: 1fr;
  }
}
.about-five__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-five__content .main-content {
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .about-five__content .main-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-five__content .main-content {
    flex-direction: column;
  }
}
.about-five__content .main-content .left-content {
  max-width: 433px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .about-five__content .main-content .left-content {
    max-width: 100%;
  }
}
.about-five__content .main-content .left-content .mission-vision-tabs {
  margin-bottom: 42px;
}
@media only screen and (max-width: 767.98px) {
  .about-five__content .main-content .left-content .mission-vision-tabs {
    margin-bottom: 30px;
  }
}
.about-five__content .main-content .left-content .mission-vision-tabs .nav-pills {
  gap: 35px;
  margin-bottom: 16px;
}
.about-five__content .main-content .left-content .mission-vision-tabs .nav-pills .nav-item .nav-link {
  padding: 0;
  background: transparent;
  font-family: var(--ff-boldonse);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  opacity: 0.4;
  border: none;
  border-radius: 0;
}
.about-five__content .main-content .left-content .mission-vision-tabs .nav-pills .nav-item .nav-link.active {
  opacity: 1;
  color: var(--primary-color);
  background: transparent;
}
.about-five__content .main-content .left-content .mission-vision-tabs .tab-content .description {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  color: var(--color-gray);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.about-five__content .main-content .left-content .ratings {
  gap: 10px;
  margin-bottom: 145px;
}
@media only screen and (max-width: 1439.98px) {
  .about-five__content .main-content .left-content .ratings {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-five__content .main-content .left-content .ratings {
    margin-bottom: 40px;
  }
}
.about-five__content .main-content .left-content .ratings .author-thumbs {
  padding-right: 10px;
}
.about-five__content .main-content .left-content .ratings .author-thumbs img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: -10px;
  border: 2px solid var(--color-white);
  position: relative;
}
.about-five__content .main-content .left-content .ratings .rating-content {
  gap: 6px;
}
.about-five__content .main-content .left-content .ratings .rating-content .rating ul {
  gap: 2px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-five__content .main-content .left-content .ratings .rating-content .rating ul li {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1;
}
.about-five__content .main-content .left-content .ratings .rating-content .rating-text {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: capitalize;
}
.about-five__content .main-content .left-content .content-footer {
  gap: 30px;
}
.about-five__content .main-content .left-content .content-footer .icon {
  width: 132px;
  height: 40px;
  color: var(--primary-color);
}
.about-five__content .main-content .left-content .content-footer .icon svg {
  width: 100%;
  height: 100%;
}
.about-five__content .main-content .right-content {
  max-width: 224px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .about-five__content .main-content .right-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-five__content .main-content .right-content {
    gap: 25px;
  }
}
.about-five__content .main-content .right-content .established-box {
  gap: 0px;
  margin-bottom: 5px;
  width: max-content;
  margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
  .about-five__content .main-content .right-content .established-box {
    margin-left: 0;
  }
}
.about-five__content .main-content .right-content .established-box .label {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.about-five__content .main-content .right-content .established-box .year {
  color: transparent;
  -webkit-text-stroke: 1px var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 80px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .about-five__content .main-content .right-content .established-box .year {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-five__content .main-content .right-content .established-box .year {
    font-size: 40px;
  }
}
.about-five__content .main-content .right-content .content-thumb {
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .about-five__content .main-content .right-content .content-thumb {
    max-width: 200px;
  }
}
.about-five__content .main-content .right-content .content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-main-one.section {
  background-color: var(--accent3-color);
}
.about-main-one__thumbs {
  grid-template-columns: 15fr 8fr;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .about-main-one__thumbs {
    grid-template-columns: 12fr 8fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-main-one__thumbs {
    grid-template-columns: 13fr 8fr;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-main-one__thumbs {
    grid-template-columns: 1fr;
  }
}
.about-main-one__thumbs img {
  width: 100%;
  min-height: 250px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.about-main-one__content {
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .about-main-one__content {
    flex-direction: column;
  }
}
.about-main-one__content .rotating-badge-wrapper .rotating-badge {
  width: 115px;
  height: 115px;
  pointer-events: none;
}
.about-main-one__content .rotating-badge-wrapper .rotating-badge .badge-text {
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 10s linear infinite;
}
.about-main-one__content .rotating-badge-wrapper .rotating-badge .badge-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  z-index: 2;
}
.about-main-one__content .rotating-badge-wrapper:has(> .rotating-text-area) {
  position: relative;
  width: 115px;
  min-height: 115px;
  height: 100%;
}
.about-main-one__content .rotating-badge-wrapper .rotating-text-area {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-main-one__content .rotating-badge-wrapper .rotating-text-area > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-main-one__content .rotating-badge-wrapper .rotating-text-area .rorating-text {
  inset: 0;
}
.about-main-one__content .rotating-badge-wrapper .rotating-text-area .rorating-text .brand-logo {
  z-index: 2;
}
.about-main-one__content .rotating-badge-wrapper .rotating-text-area .rorating-text .text-animation {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateme 10s linear infinite;
  padding: 5px;
}
.about-main-one__content .main-content {
  max-width: 697px;
}
.about-main-one__content .main-content .header-title .top-tag {
  left: -20px;
}
.about-main-one__content .main-content .header-title .bottom-tag {
  bottom: -10px;
  right: -30px;
}
.about-main-one__content .main-content p {
  margin-top: 20px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .about-main-one__content .main-content p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-main-one__stats {
    flex-wrap: wrap;
  }
}
.about-main-one__stats .stat-item {
  text-align: center;
  width: 160px;
}
@media only screen and (max-width: 767.98px) {
  .about-main-one__stats .stat-item {
    flex: 0 0 auto;
    width: 50%;
    padding-inline: 12.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-main-one__stats .stat-item:not(:nth-child(-n+2)) {
    margin-top: 25px;
  }
}
.about-main-one__stats .stat-item .stat-number .counter-item,
.about-main-one__stats .stat-item .stat-number .highlight {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .about-main-one__stats .stat-item .stat-number .counter-item,
  .about-main-one__stats .stat-item .stat-number .highlight {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-main-one__stats .stat-item .stat-number .counter-item,
  .about-main-one__stats .stat-item .stat-number .highlight {
    font-size: 25px;
  }
}
.about-main-one__stats .stat-item .stat-number .highlight {
  color: var(--accent-color);
}
.about-main-one__stats .stat-item .stat-label {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  white-space: nowrap;
}
@media only screen and (max-width: 1199.98px) {
  .about-main-one__stats .stat-item .stat-label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-main-one__stats .stat-item .stat-label {
    font-size: 10px;
  }
}

.about-main-two.section {
  background-color: var(--accent-color);
}
.about-main-two__thumbs {
  grid-template-columns: 15fr 8fr;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .about-main-two__thumbs {
    grid-template-columns: 12fr 8fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-main-two__thumbs {
    grid-template-columns: 13fr 8fr;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-main-two__thumbs {
    grid-template-columns: 1fr;
  }
}
.about-main-two__thumbs img {
  width: 100%;
  min-height: 250px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.about-main-two__content {
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .about-main-two__content {
    flex-direction: column;
  }
}
.about-main-two__content .rotating-badge-wrapper .rotating-badge {
  width: 115px;
  height: 115px;
  pointer-events: none;
}
.about-main-two__content .rotating-badge-wrapper .rotating-badge .badge-text {
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 10s linear infinite;
}
.about-main-two__content .rotating-badge-wrapper .rotating-badge .badge-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  z-index: 2;
}
.about-main-two__content .main-content {
  max-width: 697px;
}
.about-main-two__content .main-content .header-title .top-tag {
  left: -20px;
}
.about-main-two__content .main-content .header-title .bottom-tag {
  bottom: -10px;
  right: -30px;
}
.about-main-two__content .main-content p {
  margin-top: 20px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .about-main-two__content .main-content p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-main-two__stats {
    flex-wrap: wrap;
  }
}
.about-main-two__stats .stat-item {
  text-align: center;
  width: 160px;
}
@media only screen and (max-width: 767.98px) {
  .about-main-two__stats .stat-item {
    flex: 0 0 auto;
    width: 50%;
    padding-inline: 12.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-main-two__stats .stat-item:not(:nth-child(-n+2)) {
    margin-top: 25px;
  }
}
.about-main-two__stats .stat-item .stat-number .counter-item,
.about-main-two__stats .stat-item .stat-number .highlight {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .about-main-two__stats .stat-item .stat-number .counter-item,
  .about-main-two__stats .stat-item .stat-number .highlight {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-main-two__stats .stat-item .stat-number .counter-item,
  .about-main-two__stats .stat-item .stat-number .highlight {
    font-size: 25px;
  }
}
.about-main-two__stats .stat-item .stat-number .highlight {
  color: var(--secondary-color);
}
.about-main-two__stats .stat-item .stat-label {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  .about-main-two__stats .stat-item .stat-label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-main-two__stats .stat-item .stat-label {
    font-size: 10px;
  }
}
.about-main-two.v4.section {
  background-color: var(--accent-color3);
}
.about-main-two.v4 .about-main-two__stats .stat-item .stat-number .highlight {
  color: var(--accent-color);
}
.about-main-two.v5.section {
  background-color: var(--color-white);
}
.about-main-two.v5 .about-main-two__content .patisserie__header .header-title .bottom-tag {
  bottom: 6px;
}
.about-main-two.v5 .about-main-two__stats {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}

.categories-cloud-ktchen__navigation {
  gap: 6px;
}
.categories-cloud-ktchen__navigation .nav-button {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--primary-color);
  color: var(--color-white);
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-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%;
  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);
}

.category-two.section {
  background-color: #f4f0e9;
}
.category-two__item {
  border-radius: 10px;
  background: var(--color-white);
  overflow: hidden;
  padding: 50px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .category-two__item {
    padding: 30px;
  }
}
.category-two__item .item-icon {
  width: 110px;
  height: 110px;
  margin-inline: auto;
  color: var(--primary-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .category-two__item .item-icon {
    width: 80px;
    height: 80px;
  }
}
.category-two__item .item-icon i,
.category-two__item .item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.category-two__item .item-title {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-top: 65px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .category-two__item .item-title {
    margin-top: 50px;
    font-size: 18px;
  }
}
.category-two__item .item-title a {
  color: inherit;
  font: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.category-two__item:hover, .category-two__item.active {
  background-color: var(--secondary-color);
}
@media only screen and (max-width: 991.98px) {
  .category-two__item:hover, .category-two__item.active {
    background-color: var(--color-white);
  }
}
.category-two__item:hover .item-icon, .category-two__item.active .item-icon {
  color: var(--color-white);
}
@media only screen and (max-width: 991.98px) {
  .category-two__item:hover .item-icon, .category-two__item.active .item-icon {
    color: var(--primary-color);
  }
}
.category-two__item:hover .item-title a, .category-two__item.active .item-title a {
  color: var(--color-white);
}
@media only screen and (max-width: 991.98px) {
  .category-two__item:hover .item-title a, .category-two__item.active .item-title a {
    color: var(--primary-color);
  }
}

.category-five__slider {
  user-select: none;
}
.category-five__slider .swiper-slide {
  width: auto;
}
.category-five__item {
  text-align: center;
  width: auto;
}
.category-five__item .item-thumb {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 15px;
  background-color: var(--accent-color);
}
.category-five__item .item-thumb img {
  max-width: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.category-five__item:hover .item-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category-five__item:hover .item-content .item-title a {
  color: var(--secondary-color);
}
.category-five__item .item-content .item-title {
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  margin: 0;
}
.category-five__item .item-content .item-title a {
  color: var(--primary-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.special-offer.section .cafe__header {
  border-top: 1px solid rgba(var(--accent-color2-rgb), 0.14);
}
.special-offer__item {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  background: var(--accent-color);
  padding: 50px;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .special-offer__item {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .special-offer__item {
    padding: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .special-offer__item {
    padding: 30px 20px;
  }
}
.special-offer__item .item-icon {
  color: var(--secondary-color);
}
.special-offer__item .item-content {
  margin-top: 145px;
}
@media only screen and (max-width: 1199.98px) {
  .special-offer__item .item-content {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .special-offer__item .item-content {
    margin-top: 60px;
  }
}
.special-offer__item .item-content .content-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.special-offer__item .item-content .content-title a {
  color: inherit;
  font: inherit;
}
.special-offer__item .item-content p {
  color: var(--accent-color3);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  padding-block: 10px 22px;
}
@media only screen and (max-width: 1199.98px) {
  .special-offer__item .item-content p {
    font-size: 15px;
  }
}
.special-offer__item.v2 {
  padding: 0;
}
.special-offer__item.v2 .item-thumb {
  width: 100%;
  height: 100%;
}
.special-offer__item.v2 .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team__item .item-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.team__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__item .item-content {
  align-items: stretch;
  border-radius: 10px;
  background: var(--accent-color);
  margin-top: 10px;
  padding: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .team__item .item-content {
    padding: 15px;
  }
}
.team__item .item-content .item-info {
  gap: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.team__item .item-content .item-info .item-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.team__item .item-content .item-info .item-designation {
  color: var(--accent-color3);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.team__item .item-content .item-icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  background: transparent;
  color: var(--secondary-color);
  font-size: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .team__item .item-content .item-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.team__item:hover .item-icon {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--color-white);
}

.team-three__item {
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  padding: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .team-three__item {
    padding: 5px;
  }
}
.team-three__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-three__item .item-content {
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  margin-top: 10px;
  padding: 10px 12px;
}
@media only screen and (max-width: 1199.98px) {
  .team-three__item .item-content {
    margin-top: 8px;
    padding: 7px;
  }
}
.team-three__item .item-content .item-info {
  gap: 8px;
}
@media only screen and (max-width: 1199.98px) {
  .team-three__item .item-content .item-info {
    gap: 5px;
  }
}
.team-three__item .item-content .item-info .item-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .team-three__item .item-content .item-info .item-title {
    font-size: 14px;
  }
}
.team-three__item .item-content .item-info .item-title a {
  font: inherit;
  color: inherit;
}
.team-three__item .item-content .item-info .item-designation {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.team-three__item .item-content .item-icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  background: transparent;
  color: var(--primary-color);
  font-size: 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .team-three__item .item-content .item-icon {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
.team-three__item:hover {
  border: 1px solid var(--primary-color);
}
.team-three__item:hover .item-content .item-icon {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}

.team-four__item {
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .team-four__item {
    padding: 5px;
  }
}
.team-four__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-four__item .item-content {
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  margin-top: 10px;
  padding: 10px 12px;
}
@media only screen and (max-width: 1199.98px) {
  .team-four__item .item-content {
    margin-top: 8px;
    padding: 7px;
  }
}
.team-four__item .item-content .item-info {
  gap: 8px;
}
@media only screen and (max-width: 1199.98px) {
  .team-four__item .item-content .item-info {
    gap: 5px;
  }
}
.team-four__item .item-content .item-info .item-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .team-four__item .item-content .item-info .item-title {
    font-size: 14px;
  }
}
.team-four__item .item-content .item-info .item-title a {
  font: inherit;
  color: inherit;
}
.team-four__item .item-content .item-info .item-title a:hover {
  color: var(--accent-color);
}
.team-four__item .item-content .item-info .item-designation {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.team-four__item .item-content .item-icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background: transparent;
  color: var(--primary-color);
  font-size: 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .team-four__item .item-content .item-icon {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
.team-four__item .item-content .item-icon:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--color-white);
}
.team-four__item:hover {
  border-color: var(--primary-color);
}
.team-four__item:hover .item-content .item-icon {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}
.team-four__item:hover .item-content .item-icon:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--color-white);
}

.team-details__wrapper {
  gap: 80px;
}
@media only screen and (max-width: 1199.98px) {
  .team-details__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .team-details__wrapper {
    flex-direction: column;
  }
}
.team-details__thumb {
  max-width: 640px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .team-details__thumb {
    padding-right: 80px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .team-details__thumb {
    padding-right: 0;
  }
}
.team-details__thumb .thumb-wrapper {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.team-details__thumb .thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-details__thumb .sub-thumb {
  width: 276px;
  height: 300px;
  right: -138px;
  bottom: 80px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .team-details__thumb .sub-thumb {
    width: 186px;
    height: 200px;
    right: -93px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .team-details__thumb .sub-thumb {
    right: 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .team-details__thumb .sub-thumb {
    display: none;
  }
}
.team-details__content {
  max-width: 569px;
  width: 100%;
}
.team-details__content .cafe__header p {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-top: 15px;
}
.team-details__content .line {
  width: 1px;
  height: 210px;
  margin-inline: auto;
  background-color: var(--color-gray);
  background: rgba(var(--accent-color2-rgb), 0.14);
  margin-block: 40px 50px;
}
.team-details__content .signature {
  text-align: center;
}
.team-details.v3 .team-details__thumb .thumb-wrapper {
  border-radius: 0px;
}
.team-details.v3 .team-details__thumb .sub-thumb {
  border-radius: 0px;
}
.team-details.v3 .team-details__content .restaurant__header p {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-top: 15px;
}

.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);
}

.brands-two__header {
  border-top: 1px solid rgba(var(--accent-color2-rgb), 0.14);
}
.brands-two__header .section-title {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-dm-sans);
  font-size: var(--fs-14);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.brands-two__items {
  flex-wrap: wrap;
  gap: 8px;
}
.brands-two__item {
  border-radius: 20px;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  width: calc((100% - 40px) / 6);
  padding: 20px;
  height: 140px;
}
@media only screen and (max-width: 1199.98px) {
  .brands-two__item {
    width: calc((100% - 32px) / 5);
    height: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  .brands-two__item {
    width: calc((100% - 24px) / 4);
  }
}
@media only screen and (max-width: 767.98px) {
  .brands-two__item {
    width: calc((100% - 16px) / 3);
    height: 100px;
  }
}
@media only screen and (max-width: 575.98px) {
  .brands-two__item {
    width: calc((100% - 8px) / 2);
  }
}
.brands-two__item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.brands-three__header .section-title {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-dm-sans);
  font-size: var(--fs-14);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.brands-three__items {
  flex-direction: column;
  gap: 8px;
  padding-inline: 50px;
  overflow: hidden;
  z-index: 2;
}
.brands-three__items::before, .brands-three__items::after {
  top: 50%;
  height: 100%;
  width: 150px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .brands-three__items::before, .brands-three__items::after {
    width: 50px;
  }
}
.brands-three__items::before {
  left: 0;
  background: linear-gradient(90deg, #FFF 61.45%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.brands-three__items::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 38.25%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.brands-three__items .slide-track .js-marquee-wrapper * {
  gap: 8px;
}
.brands-three__item {
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  background: var(--color-white);
  width: 210px;
  height: 140px;
}
@media only screen and (max-width: 991.98px) {
  .brands-three__item {
    width: 180px;
    height: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .brands-three__item {
    width: 150px;
    height: 100px;
  }
}

.faq-one__wrapper {
  gap: 24px;
}
@media only screen and (max-width: 991.98px) {
  .faq-one__wrapper {
    flex-direction: column;
    gap: 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq-one__wrapper .cloud-ktchen__header {
    text-align: center;
  }
}
.faq-one__accordion {
  gap: 10px;
  max-width: 610px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .faq-one__accordion {
    max-width: 100%;
  }
}
.faq-one__accordion .accordion-item {
  background-color: var(--color-white);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14) !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.faq-one__accordion .accordion-item .accordion-header {
  margin: 0;
}
.faq-one__accordion .accordion-item .accordion-header .accordion-button {
  padding: 27px 20px;
  color: var(--primary-color);
  background-color: transparent;
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: -0.32px;
  box-shadow: none;
  transition: padding-bottom 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .faq-one__accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px;
    font-size: 14px;
  }
}
.faq-one__accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  font: var(--fa-font-regular);
  font-weight: 400;
  font-size: 15px;
  color: var(--primary-color);
  background-image: none;
  transform: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.faq-one__accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--primary-color);
  box-shadow: none;
  padding-bottom: 8px;
}
.faq-one__accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-one__accordion .accordion-item .accordion-body {
  padding: 0 20px 25px 20px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}

.faq-two__accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 20px;
  --bs-accordion-btn-padding-y: 28px;
  --bs-accordion-btn-color: var(--primary-color);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-icon-width: 0;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 20px;
  --bs-accordion-body-padding-y: 0px;
  --bs-accordion-active-color: var(--primary-color);
  --bs-accordion-active-bg: transparent;
  gap: 10px;
}
.faq-two__accordion .accordion-item {
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  border-radius: 10px;
  background-color: var(--color-white);
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.faq-two__accordion .accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-two__accordion .accordion-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq-two__accordion .accordion-button {
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: var(--primary-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 767.98px) {
  .faq-two__accordion .accordion-button {
    font-size: 14px;
    --bs-accordion-btn-padding-x: 15px;
    --bs-accordion-btn-padding-y: 20px;
    min-height: 70px;
  }
}
.faq-two__accordion .accordion-button::after {
  content: "+";
  font-family: var(--ff-dm-sans);
  font-size: 24px;
  font-weight: 300;
  width: 20px;
  height: 20px;
  color: var(--primary-color);
  background-image: none;
  transform: none;
  transition: transform 0.3s ease;
}
.faq-two__accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding-bottom: 10px;
}
.faq-two__accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.faq-two__accordion .accordion-body {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  color: var(--accent-color3);
  padding-bottom: 23px;
}
@media only screen and (max-width: 767.98px) {
  .faq-two__accordion .accordion-body {
    font-size: 14px;
    --bs-accordion-body-padding-x: 15px;
    padding-bottom: 18px;
  }
}

.faq-five__accordion {
  --bs-accordion-bg: var(--color-white);
  --bs-accordion-border-width: 0;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 20px;
  --bs-accordion-btn-padding-y: 28px;
  --bs-accordion-btn-color: var(--primary-color);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-icon-width: 0;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 20px;
  --bs-accordion-body-padding-y: 0px;
  --bs-accordion-active-color: var(--primary-color);
  --bs-accordion-active-bg: transparent;
  gap: 10px;
}
.faq-five__accordion .accordion-item {
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background-color: var(--color-white);
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.faq-five__accordion .accordion-button {
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: var(--primary-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 767.98px) {
  .faq-five__accordion .accordion-button {
    font-size: 14px;
    --bs-accordion-btn-padding-x: 15px;
    --bs-accordion-btn-padding-y: 20px;
  }
}
.faq-five__accordion .accordion-button::after {
  content: "+";
  font-family: var(--ff-dm-sans);
  font-size: 30px;
  font-weight: 300;
  width: 20px;
  height: 20px;
  color: var(--primary-color);
  background-image: none;
  transform: none;
  transition: transform 0.3s ease;
}
.faq-five__accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding-bottom: 10px;
}
.faq-five__accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.faq-five__accordion .accordion-body {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  color: var(--color-gray);
  padding-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .faq-five__accordion .accordion-body {
    font-size: 14px;
    --bs-accordion-body-padding-x: 15px;
    padding-bottom: 20px;
  }
}

.gallery-one.section .cloud-ktchen__header {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.gallery-one__item {
  border-radius: 10px;
  overflow: hidden;
}
.gallery-one__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-two.section {
  overflow-x: hidden;
}
.gallery-two__item {
  border-radius: 10px;
  overflow: hidden;
  height: 520px;
}
@media only screen and (max-width: 1199.98px) {
  .gallery-two__item {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery-two__item {
    height: 350px;
  }
}
.gallery-two__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-two__pagination {
  gap: 12px;
  margin-top: 60px;
}
@media only screen and (max-width: 767.98px) {
  .gallery-two__pagination {
    margin-top: 40px;
  }
}
.gallery-two__pagination .swiper-pagination-bullet {
  background-color: var(--secondary-color);
  width: 10px;
  height: 10px;
  margin: 0 !important;
  opacity: 0.14;
  border-radius: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.gallery-two__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px;
  border-radius: 10px;
}

.gallery-three.section .restaurant__header {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.gallery-three__rows {
  z-index: 2;
}
.gallery-three__row {
  gap: 24px;
}
.gallery-three__row:has(.gallery-three__item:last-child:nth-child(odd)) {
  justify-content: center !important;
}
.gallery-three__row:not(:last-of-type) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991.98px) {
  .gallery-three__row:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery-three__row:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery-three__row {
    flex-direction: column;
    gap: 20px;
  }
}
.gallery-three__item {
  width: max-content;
}
@media only screen and (max-width: 767.98px) {
  .gallery-three__item {
    width: 100%;
  }
  .gallery-three__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.gallery-four__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
@media only screen and (max-width: 1199.98px) {
  .gallery-four__items {
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .gallery-four__items {
    gap: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .gallery-four__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.gallery-four__item {
  border-radius: 10px;
  overflow: hidden;
}
.gallery-four__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-two.section {
  background-color: var(--secondary-color);
  z-index: 2;
}
.menu-two.section .cafe__header .section-sub-title {
  color: var(--color-white);
  border-color: rgba(var(--color-white-rgb), 0.14);
}
.menu-two.section .cafe__header .section-sub-title .icon {
  color: var(--color-white);
}
.menu-two.section .cafe__header .section-title {
  color: var(--color-white);
}
.menu-two.section .shape-1 {
  top: 10%;
  left: 10%;
}
@media only screen and (max-width: 991.98px) {
  .menu-two.section .shape-1 {
    display: none;
  }
}
.menu-two.section .shape-2 {
  bottom: 12%;
  right: 15%;
}
@media only screen and (max-width: 991.98px) {
  .menu-two.section .shape-2 {
    display: none;
  }
}
.menu-two__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu-two__items {
  gap: 50px;
}
.menu-two__items:not(.v2) {
  padding-right: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .menu-two__items:not(.v2) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-two__items {
    gap: 35px;
  }
}
.menu-two__items.v2 {
  padding-left: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .menu-two__items.v2 {
    padding-left: 0;
  }
}
.menu-two__item .item-header {
  gap: 20px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 575.98px) {
  .menu-two__item .item-header {
    gap: 15px;
  }
}
.menu-two__item .item-header .item-title {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 767.98px) {
  .menu-two__item .item-header .item-title {
    font-size: 18px;
  }
}
.menu-two__item .item-header .item-title a {
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.menu-two__item .item-header .item-line {
  flex: 1;
  border-bottom: 1px dashed rgba(var(--color-white-rgb), 0.14);
  margin-bottom: 8px;
}
.menu-two__item .item-header .item-price {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .menu-two__item .item-header .item-price {
    font-size: 18px;
  }
}
.menu-two__item .item-desc {
  color: rgba(var(--color-white-rgb), 0.8);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .menu-two__item .item-desc {
    font-size: 15px;
  }
}

.inner-page .menu-two.section {
  background-color: var(--color-white);
}
.inner-page .menu-two.section .cafe__header .section-sub-title {
  color: var(--primary-color);
  border-color: rgba(var(--primary-color-rgb), 0.14);
}
.inner-page .menu-two.section .cafe__header .section-sub-title .icon {
  color: var(--primary-color);
}
.inner-page .menu-two.section .cafe__header .section-title {
  color: var(--primary-color);
}
.inner-page .menu-two__item .item-header .item-title {
  color: var(--primary-color);
}
.inner-page .menu-two__item .item-header .item-title a {
  color: inherit;
}
.inner-page .menu-two__item .item-header .item-line {
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.inner-page .menu-two__item .item-header .item-price {
  color: var(--primary-color);
}
.inner-page .menu-two__item .item-desc {
  color: rgba(var(--primary-color-rgb), 0.8);
}

.menu-three__wrapper {
  gap: 20px;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  padding: 40px;
}
@media only screen and (max-width: 1439.98px) {
  .menu-three__wrapper {
    padding: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .menu-three__wrapper {
    flex-direction: column;
  }
}
.menu-three__wrapper:not(:last-of-type) {
  margin-bottom: 40px;
}
.menu-three__wrapper.v2 {
  grid-template-columns: 1fr auto;
}
.menu-three__wrapper.v2 .menu-three__thumb {
  order: 1;
}
@media only screen and (max-width: 767.98px) {
  .menu-three__wrapper.v2 .menu-three__thumb {
    order: 0;
  }
}
.menu-three__wrapper.v2 .menu-three__list-wrapper {
  order: 0;
}
@media only screen and (max-width: 767.98px) {
  .menu-three__wrapper.v2 .menu-three__list-wrapper {
    order: 1;
  }
}
.menu-three__wrapper.has-solid-border {
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.menu-three__thumb {
  max-width: 480px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .menu-three__thumb {
    max-width: 100%;
  }
}
.menu-three__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .menu-three__thumb img {
    max-height: 400px;
    height: 100%;
  }
}
.menu-three__list-wrapper {
  max-width: 660px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .menu-three__list-wrapper {
    max-width: 100%;
  }
}
.menu-three__list-wrapper .menu-name {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .menu-three__list-wrapper .menu-name {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-three__list-wrapper .menu-name {
    font-size: 20px;
  }
}
.menu-three__list-wrapper .menu-list {
  gap: 20px;
}
.menu-three__item {
  gap: 20px;
  border: 1px dashed rgba(var(--secondary-color-rgb), 0.2);
  padding: 20px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 1199.98px) {
  .menu-three__item {
    padding: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .menu-three__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.menu-three__item .item-icon {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  background-color: var(--accent-color);
}
@media only screen and (max-width: 1199.98px) {
  .menu-three__item .item-icon {
    width: 80px;
    height: 80px;
  }
  .menu-three__item .item-icon img {
    width: 95%;
    height: 95%;
  }
}
.menu-three__item .item-content {
  width: 100%;
}
.menu-three__item .item-content .item-header {
  gap: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .menu-three__item .item-content .item-header {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .menu-three__item .item-content .item-header {
    justify-content: space-between;
    margin-bottom: 5px;
  }
}
.menu-three__item .item-content .item-header .item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575.98px) {
  .menu-three__item .item-content .item-header .item-title {
    font-size: 13px;
  }
}
.menu-three__item .item-content .item-header .item-title a {
  font: inherit;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.menu-three__item .item-content .item-header .item-title a:hover {
  color: var(--secondary-color);
}
.menu-three__item .item-content .item-header .item-line {
  height: 6px;
  border-top: 1px dotted rgba(var(--secondary-color-rgb), 0.2);
  border-bottom: 1px dotted rgba(var(--secondary-color-rgb), 0.2);
}
@media only screen and (max-width: 320.98px) {
  .menu-three__item .item-content .item-header .item-line {
    display: none;
  }
}
.menu-three__item .item-content .item-header .item-price {
  font-size: 16px;
  font-family: var(--ff-boldonse);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575.98px) {
  .menu-three__item .item-content .item-header .item-price {
    font-size: 13px;
  }
}
.menu-three__item .item-content .item-desc {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: var(--fs-base);
  line-height: 1.4;
  letter-spacing: -0.32px;
  font-weight: 400;
}
.menu-three__item.v2 {
  border: 1px solid rgba(var(--secondary-color-rgb), 0.2);
}
.menu-three__item.v2 .item-content .item-header .item-line {
  border-top: 1px solid rgba(var(--secondary-color-rgb), 0.2);
  border-bottom: 1px solid rgba(var(--secondary-color-rgb), 0.2);
}
.menu-three__buttons {
  gap: 10px;
}
@media only screen and (max-width: 575.98px) {
  .menu-three__buttons {
    flex-direction: column;
    align-items: center;
  }
}

.menu-four__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-four__item .item-content .item-title {
  margin-top: 25px;
  color: var(--primary-color);
  font-size: 32px;
  font-family: var(--ff-boldonse);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .menu-four__item .item-content .item-title {
    font-size: 23px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-four__item .item-content .item-title {
    font-size: 20px;
    margin-top: 15px;
  }
}
.menu-four__item .item-content .item-title a {
  gap: 18px;
  color: inherit;
  font: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.menu-four__item .item-content .item-title a .item-text {
  color: inherit;
  font: inherit;
}
.menu-four__item .item-content .item-title a .item-icon {
  width: 36px;
  height: 36px;
  overflow: hidden;
  color: inherit;
  font: inherit;
  flex-shrink: 0;
}
@media only screen and (max-width: 1439.98px) {
  .menu-four__item .item-content .item-title a .item-icon {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-four__item .item-content .item-title a .item-icon {
    width: 25px;
    height: 25px;
  }
}
.menu-four__item .item-content .item-title a .item-icon svg {
  width: 100%;
  height: 100%;
  transition: all 0s linear;
}
.menu-four__item .item-content .item-title a .item-icon svg:nth-child(1) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.menu-four__item .item-content .item-title a .item-icon svg:nth-child(2) {
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}
.menu-four__item .item-content .item-title a:hover {
  color: var(--accent-color);
}
.menu-four__item .item-content .item-title a:hover .item-icon svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.menu-four__item .item-content .item-title a:hover .item-icon svg:nth-child(1) {
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}
.menu-four__item .item-content .item-title a:hover .item-icon svg:nth-child(2) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu-five__nav {
  margin-top: 30px;
}
.menu-five__tabs {
  gap: 6px;
  border: none;
}
.menu-five__tabs .nav-link {
  gap: 6px;
  border-radius: 100px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14) !important;
  background: var(--color-white);
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.menu-five__tabs .nav-link.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color) !important;
  color: var(--color-white) !important;
}
.menu-five__tabs .nav-link.active .icon {
  color: var(--color-white) !important;
}
.menu-five__tabs .nav-link .icon {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.menu-five__tabs .nav-link .icon i,
.menu-five__tabs .nav-link .icon svg {
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.menu-five__tabs .nav-link:focus, .menu-five__tabs .nav-link:active, .menu-five__tabs .nav-link:focus-visible {
  outline: none;
  box-shadow: none;
}
.menu-five__wrapper {
  gap: 60px;
}
@media only screen and (max-width: 1199.98px) {
  .menu-five__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .menu-five__wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-five__wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.menu-five__item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.menu-five__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.menu-five__item .item-header {
  gap: 15px;
  margin-bottom: 8px;
}
.menu-five__item .item-header .item-title,
.menu-five__item .item-header .item-price {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.menu-five__item .item-header .item-title a,
.menu-five__item .item-header .item-price a {
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.menu-five__item .item-header .item-title a:hover,
.menu-five__item .item-header .item-price a:hover {
  color: var(--secondary-color);
}
.menu-five__item .item-desc {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 767.98px) {
  .menu-five__item .item-desc {
    font-size: 14px;
  }
}
.menu-five__thumb {
  max-width: 350px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  .menu-five__thumb {
    order: -1;
    max-width: 100%;
  }
}
.menu-five__buttons {
  gap: 10px;
}
@media only screen and (max-width: 575.98px) {
  .menu-five__buttons {
    flex-direction: column;
    align-items: center;
  }
}

.menu-six__nav {
  padding-inline: 38px;
  width: max-content;
  margin-inline: auto;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .menu-six__nav {
    padding-inline: 10px;
  }
}
.menu-six__nav .nav-tabs {
  border: none;
  gap: 60px;
}
@media only screen and (max-width: 767.98px) {
  .menu-six__nav .nav-tabs {
    gap: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .menu-six__nav .nav-tabs {
    gap: 15px;
  }
}
.menu-six__nav .nav-tabs .nav-link {
  border: none;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  padding: 0;
}
@media only screen and (max-width: 575.98px) {
  .menu-six__nav .nav-tabs .nav-link {
    font-size: 10px;
  }
}
.menu-six__nav .nav-tabs .nav-link.active {
  color: var(--accent-color);
}
.menu-six__nav .nav-tabs .icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  color: var(--primary-color);
}
@media only screen and (max-width: 575.98px) {
  .menu-six__nav .nav-tabs .icon {
    width: 20px;
    height: 20px;
  }
}
.menu-six__nav .nav-tabs .icon img,
.menu-six__nav .nav-tabs .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu-six__items {
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1599.98px) {
  .menu-six__items {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .menu-six__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-six__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.menu-six__item {
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding: 25px;
}
@media only screen and (max-width: 1199.98px) {
  .menu-six__item {
    padding: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .menu-six__item:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
  .menu-six__item:last-child:nth-child(odd) {
    grid-column: 1/1;
  }
}
.menu-six__item .item-header {
  gap: 15px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .menu-six__item .item-header {
    margin-bottom: 30px;
  }
}
.menu-six__item .item-header .item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.menu-six__item .item-header .item-icon {
  width: 38px;
  height: 38px;
  aspect-ratio: 1/1;
  color: var(--primary-color);
}
.menu-six__item .item-list {
  padding-block: 25px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.menu-six__item .item-list:nth-of-type(2) {
  padding-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .menu-six__item .item-list {
    padding-block: 20px;
  }
  .menu-six__item .item-list:nth-of-type(2) {
    padding-top: 0;
  }
}
.menu-six__item .item-list .list-header {
  margin-bottom: 8px;
}
.menu-six__item .item-list .list-header .header-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 575.98px) {
  .menu-six__item .item-list .list-header .header-title {
    font-size: 11px;
  }
}
.menu-six__item .item-list p {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 575.98px) {
  .menu-six__item .item-list p {
    font-size: 14px;
  }
}

.choose-us-two.section {
  z-index: 2;
}
.choose-us-two.section .cafe__header .section-title {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-two.section .cafe__header .section-title {
    margin-bottom: 35px;
  }
}
.choose-us-two__items {
  gap: 10px;
}
.choose-us-two__item {
  gap: 10px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  background-color: var(--color-white);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 767.98px) {
  .choose-us-two__item {
    padding: 20px;
    gap: 20px;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
  }
}
@media only screen and (max-width: 575.98px) {
  .choose-us-two__item {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}
.choose-us-two__item .item-content {
  height: stretch;
  padding-block: 10px 5px;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .choose-us-two__item .item-content {
    padding-block: 5px 2px;
  }
}
.choose-us-two__item .item-content .item-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .choose-us-two__item .item-content .item-title {
    font-size: 18px;
  }
}
.choose-us-two__item .item-content .item-desc {
  color: var(--accent-color3);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .choose-us-two__item .item-content .item-desc {
    font-size: 15px;
  }
}
.choose-us-two__item .item-icon {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 767.98px) {
  .choose-us-two__item .item-icon {
    width: 60px;
    height: 60px;
  }
}
.choose-us-two__item .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.choose-us-two__item.active, .choose-us-two__item:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.choose-us-three.section {
  z-index: 2;
  background-color: var(--primary-color);
}
.choose-us-three.section .restaurant__header .section-sub-title,
.choose-us-three.section .restaurant__header .section-title {
  color: var(--color-white);
}
.choose-us-three.section .restaurant__header .section-sub-title .icon,
.choose-us-three.section .restaurant__header .section-title .icon {
  color: var(--color-white);
}
.choose-us-three.section .shape-1 {
  top: 130px;
  left: 70px;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-three.section .shape-1 {
    top: 80px;
    left: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .choose-us-three.section .shape-1 {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .choose-us-three.section .shape-1 img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}
.choose-us-three__wrapper {
  gap: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .choose-us-three__wrapper {
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .choose-us-three__wrapper {
    flex-wrap: wrap;
  }
}
.choose-us-three__list {
  gap: 24px;
  max-width: 370px;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .choose-us-three__list {
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .choose-us-three__list {
    max-width: calc(50% - 7.5px);
  }
}
@media only screen and (max-width: 767.98px) {
  .choose-us-three__list {
    max-width: 100%;
  }
}
.choose-us-three__thumb {
  max-width: 520px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-three__thumb {
    order: 2;
    max-width: 100%;
  }
}
.choose-us-three__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose-us-three__item {
  gap: 45px;
  background-color: var(--color-white);
  padding: 24px;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-three__item {
    gap: 30px;
  }
}
.choose-us-three__item .item-icon {
  width: 50px;
  height: 50px;
}
.choose-us-three__item .item-icon img {
  max-width: 100%;
}
.choose-us-three__item .item-content .item-title {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .choose-us-three__item .item-content .item-title {
    font-size: 14px;
  }
}
.choose-us-three__item .item-content .item-desc {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.32px;
}

.choose-us-five.section {
  background-color: var(--accent-color);
}
.choose-us-five__wrapper {
  gap: 24px;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-five__wrapper {
    flex-direction: column;
  }
}
.choose-us-five__thumb {
  max-width: 726px;
  width: 100%;
}
.choose-us-five__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-five__thumb img {
    min-height: 500px;
  }
}
@media only screen and (max-width: 767.98px) {
  .choose-us-five__thumb img {
    min-height: 400px;
  }
}
.choose-us-five__items {
  max-width: 434px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-five__items {
    max-width: 100%;
  }
}
.choose-us-five__item {
  gap: 15px;
  padding-block: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-five__item {
    padding-block: 20px;
  }
}
.choose-us-five__item:not(:last-of-type) {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.choose-us-five__item:first-of-type {
  padding-top: 0;
}
.choose-us-five__item:last-of-type {
  padding-bottom: 0;
}
.choose-us-five__item .item-title {
  font-family: var(--ff-boldonse);
  font-size: 24px;
  color: var(--primary-color);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5;
  letter-spacing: -0.48px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-five__item .item-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .choose-us-five__item .item-title {
    font-size: 18px;
  }
}
.choose-us-five__item .item-icon {
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.choose-us-five__item .item-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.choose-us-five__item:hover .item-title, .choose-us-five__item.active .item-title {
  color: var(--secondary-color);
}
.choose-us-five__item:hover .item-icon, .choose-us-five__item.active .item-icon {
  color: var(--secondary-color);
}
.cta-cloud-ktchen.section {
  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: var(--color-black);
  z-index: -1;
  pointer-events: none;
}
.cta-cloud-ktchen.v2::before {
  content: unset;
}
.cta-cloud-ktchen__wrapper {
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
}
.cta-cloud-ktchen__wrapper::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0.5;
  background: var(--primary-color);
  z-index: -1;
  pointer-events: none;
}
.cta-cloud-ktchen__content {
  text-align: center;
}
.cta-cloud-ktchen__content .cloud-ktchen__header .header-title {
  color: var(--color-white);
}
.cta-cloud-ktchen__content .cloud-ktchen__header .header-title .line-text {
  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(var(--color-white-rgb), 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: var(--color-white);
}
.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: var(--color-white);
  font-family: var(--ff-boldonse);
  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: var(--color-white);
  color: var(--primary-color);
  border-color: var(--color-white);
}

.cta-two.section {
  z-index: 2;
}
.cta-two__wrapper {
  text-align: center;
  background-color: var(--secondary-color);
  border-radius: 10px;
  overflow: hidden;
  padding: 100px 60px;
}
.cta-two__wrapper .cafe__header {
  width: max-content;
  margin: 0 auto;
}
.cta-two__wrapper .cafe__header .section-sub-title {
  color: var(--color-white);
  border-color: rgba(var(--color-white-rgb), 0.14);
}
.cta-two__wrapper .cafe__header .section-sub-title .icon {
  color: var(--color-white);
}
.cta-two__wrapper .cafe__header .section-title {
  color: var(--color-white);
}
.cta-two__wrapper .cta-contact .contact-info {
  gap: 6px;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
  padding: 25px 20px;
  border-radius: 20px;
  width: max-content;
}
@media only screen and (max-width: 575.98px) {
  .cta-two__wrapper .cta-contact .contact-info {
    width: 100%;
    padding: 20px 15px;
    margin-top: 30px;
  }
}
.cta-two__wrapper .cta-contact .contact-info .contact-desc {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .cta-two__wrapper .cta-contact .contact-info .contact-desc {
    font-size: 15px;
  }
}
.cta-two__wrapper .cta-contact .contact-info .contact-phone {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cta-two__wrapper .cta-contact .contact-info .contact-phone:hover {
  color: var(--accent-color);
}
@media only screen and (max-width: 767.98px) {
  .cta-two__wrapper .cta-contact .contact-info .contact-phone {
    font-size: 24px;
  }
}
.cta-two__wrapper .cta-contact .common-button-two {
  margin-top: 50px;
}
@media only screen and (max-width: 991.98px) {
  .cta-two__wrapper .cta-contact .common-button-two {
    margin-top: 30px;
  }
}
.cta-two__wrapper .thumb-1 {
  top: 60px;
  left: 60px;
  max-width: 252px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  overflow: hidden;
}
@media only screen and (max-width: 1439.98px) {
  .cta-two__wrapper .thumb-1 {
    top: 40px;
    left: 40px;
    max-width: 200px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-two__wrapper .thumb-1 {
    display: none;
  }
}
.cta-two__wrapper .thumb-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-two__wrapper .thumb-2 {
  bottom: 20px;
  right: 55px;
  max-width: 345px;
  max-height: 345px;
  width: 100%;
  height: 100%;
  object-position: bottom center;
  pointer-events: none;
  mask-image: url(../images/cafe/cta/thumb-mask.png);
  -webkit-mask-image: url(../images/cafe/cta/thumb-mask.png);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
@media only screen and (max-width: 1439.98px) {
  .cta-two__wrapper .thumb-2 {
    bottom: 20px;
    right: 40px;
    max-width: 250px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-two__wrapper .thumb-2 {
    display: none;
  }
}
.cta-two__wrapper .thumb-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-three__wrapper {
  background-color: var(--primary-color);
  padding-inline: 20px;
  z-index: 2;
}
.cta-three__wrapper .icon-1,
.cta-three__wrapper .icon-2,
.cta-three__wrapper .icon-3,
.cta-three__wrapper .icon-4 {
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .cta-three__wrapper .icon-1,
  .cta-three__wrapper .icon-2,
  .cta-three__wrapper .icon-3,
  .cta-three__wrapper .icon-4 {
    display: none;
  }
}
.cta-three__wrapper .icon-1 {
  top: 180px;
  left: 190px;
  animation: moving 8s infinite linear;
  animation-delay: 0.2s;
}
@media only screen and (max-width: 1199.98px) {
  .cta-three__wrapper .icon-1 {
    top: 120px;
    left: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-three__wrapper .icon-1 {
    top: 100px;
    left: 80px;
  }
}
.cta-three__wrapper .icon-2 {
  top: 180px;
  right: 22px;
  animation: moving 8s infinite linear;
  animation-delay: 1.5s;
}
@media only screen and (max-width: 1199.98px) {
  .cta-three__wrapper .icon-2 {
    top: 120px;
    right: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-three__wrapper .icon-2 {
    top: 100px;
    right: 30px;
  }
}
.cta-three__wrapper .icon-3 {
  bottom: -100px;
  left: 100px;
  animation: moving 8s infinite linear;
  animation-delay: 2.5s;
}
@media only screen and (max-width: 1199.98px) {
  .cta-three__wrapper .icon-3 {
    bottom: -60px;
    left: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-three__wrapper .icon-3 {
    bottom: -40px;
    left: 40px;
  }
}
.cta-three__wrapper .icon-4 {
  bottom: -100px;
  right: 215px;
  animation: moving 8s infinite linear;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 1199.98px) {
  .cta-three__wrapper .icon-4 {
    bottom: -80px;
    right: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-three__wrapper .icon-4 {
    bottom: -30px;
    right: 30px;
  }
}
.cta-three__wrapper .restaurant__header .section-sub-title,
.cta-three__wrapper .restaurant__header .section-title {
  color: var(--color-white);
}
.cta-three__wrapper .restaurant__header .section-sub-title .icon,
.cta-three__wrapper .restaurant__header .section-title .icon {
  color: var(--color-white);
}
.cta-three__wrapper .buttons-group {
  gap: 20px;
}
@media only screen and (max-width: 575.98px) {
  .cta-three__wrapper .buttons-group {
    flex-direction: column;
  }
}
.cta-three__wrapper .buttons-group .contact-number {
  gap: 10px;
}
.cta-three__wrapper .buttons-group .contact-number .contact-icon {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
  color: var(--color-white);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 575.98px) {
  .cta-three__wrapper .buttons-group .contact-number .contact-icon {
    width: 45px;
    height: 45px;
  }
}
.cta-three__wrapper .buttons-group .contact-number .contact-text {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 575.98px) {
  .cta-three__wrapper .buttons-group .contact-number .contact-text {
    font-size: 18px;
  }
}
.cta-three__wrapper .buttons-group .contact-number:hover {
  color: var(--secondary-color);
}
.cta-three__wrapper .buttons-group .contact-number:hover .contact-icon {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.cta-three__wrapper .buttons-group .contact-number:hover .contact-text {
  color: var(--secondary-color);
}
.cta-three__wrapper .cta-title {
  z-index: -1;
  top: 60px;
  left: 50%;
  width: 100%;
  height: auto;
  color: var(--primary-color);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--strock-dark-bg, rgba(var(--color-white-rgb), 0.14));
  font-family: var(--ff-boldonse);
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -3.2px;
  text-transform: uppercase;
  pointer-events: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1439.98px) {
  .cta-three__wrapper .cta-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .cta-three__wrapper .cta-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-three__wrapper .cta-title {
    top: 30px;
    font-size: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cta-three__wrapper .cta-title {
    top: 40px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .cta-three__wrapper .cta-title {
    font-size: 40px;
  }
}

.cta-four.section .sushi__header .common-button-four {
  margin-top: 50px;
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--primary-color);
}
.cta-four.section .sushi__header .common-button-four:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}
@media only screen and (max-width: 991.98px) {
  .cta-four.section .sushi__header .common-button-four {
    margin-top: 30px;
  }
}
.cta-four__wrapper {
  padding: 100px 50px;
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .cta-four__wrapper {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cta-four__wrapper {
    padding: 50px 20px;
  }
}
.cta-four__wrapper::before {
  inset: 0;
  background-color: rgba(var(--color-black-rgb), 0.4);
  z-index: -1;
  pointer-events: none;
}

.cta-five.section {
  background-color: var(--accent-color);
}
.cta-five__content {
  width: 665px;
  height: 665px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  margin-inline: auto;
}
@media only screen and (max-width: 991.98px) {
  .cta-five__content {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 575.98px) {
  .cta-five__content {
    width: 300px;
    height: 300px;
  }
}
.cta-five__content .rotating-text {
  inset: 0;
  width: 100%;
  height: 100%;
  animation: rotateme 10s linear infinite;
}
.cta-five__content .content-box {
  gap: 40px;
  width: 442px;
  height: 442px;
  aspect-ratio: 1/1;
  background-color: var(--primary-color);
  border-radius: 100%;
  overflow: hidden;
  padding: 50px;
}
@media only screen and (max-width: 991.98px) {
  .cta-five__content .content-box {
    gap: 15px;
    width: 270px;
    height: 270px;
    padding: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .cta-five__content .content-box {
    width: 200px;
    height: 200px;
    padding: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-five__content .content-box .content-img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 575.98px) {
  .cta-five__content .content-box .content-img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-five__content .content-box .common-button-five {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .cta-five__content .content-box .common-button-five {
    font-size: 8px;
  }
}

.book-table.section {
  z-index: 2;
}
.book-table.section .has-section-border {
  border-bottom: 1px solid rgba(var(--accent-color2-rgb), 0.14);
}
.book-table__wrapper {
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .book-table__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .book-table__wrapper {
    padding: 10px;
  }
}
.book-table__wrapper .thumb-info {
  gap: 10px;
  margin-right: auto;
  align-self: flex-end;
}
@media only screen and (max-width: 991.98px) {
  .book-table__wrapper .thumb-info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .book-table__wrapper .thumb-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.book-table__wrapper .thumb-info .contact-box {
  backdrop-filter: blur(5px);
  background-color: rgba(var(--color-white-rgb), 0.1);
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
  border-radius: 10px;
  padding: 23px 25px;
  width: max-content;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1439.98px) {
  .book-table__wrapper .thumb-info .contact-box {
    padding: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .book-table__wrapper .thumb-info .contact-box {
    width: 100%;
  }
}
.book-table__wrapper .thumb-info .contact-box .subtitle {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.book-table__wrapper .thumb-info .contact-box .title {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 1439.98px) {
  .book-table__wrapper .thumb-info .contact-box .title {
    font-size: 16px;
  }
}
.book-table__wrapper .thumb-info .contact-box .title a {
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.book-table__wrapper .thumb-info .contact-box .title a:hover {
  color: rgba(var(--color-white-rgb), 0.5);
}
.book-table__wrapper .thumb-info .contact-box:hover {
  backdrop-filter: blur(15px);
}
.book-table__content {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  padding: 30px;
  border-radius: 6px;
  background: var(--color-white);
}
@media only screen and (max-width: 1199.98px) {
  .book-table__content {
    padding: 25px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 991.98px) {
  .book-table__content {
    padding: 20px;
    max-width: 100%;
  }
}
.book-table__content .cafe__header .section-title {
  font-size: 32px;
}
@media only screen and (max-width: 1199.98px) {
  .book-table__content .cafe__header .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .book-table__content .cafe__header .section-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .book-table__content .cafe__header .section-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .book-table__content .cafe__header .section-title {
    font-size: 20px;
  }
}
.book-table__form {
  background-color: transparent;
}
.book-table__form .form-label {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.book-table__form .input-wrap {
  width: 100%;
}
.book-table__form .input-wrap input,
.book-table__form .input-wrap select,
.book-table__form .input-wrap textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  background-color: var(--color-white);
  color: rgba(var(--primary-color-rgb), 0.8);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  outline: none;
  padding: 13px 20px;
  padding-right: 45px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.book-table__form .input-wrap input::placeholder,
.book-table__form .input-wrap select::placeholder,
.book-table__form .input-wrap textarea::placeholder {
  color: var(--color-gray);
}
.book-table__form .input-wrap input:focus,
.book-table__form .input-wrap select:focus,
.book-table__form .input-wrap textarea:focus {
  border-color: var(--accent-color);
}
.book-table__form .input-wrap input,
.book-table__form .input-wrap select {
  height: 50px;
}
.book-table__form .input-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.book-table__form .input-wrap textarea {
  height: 130px;
  resize: vertical;
  padding-top: 15px;
}
.book-table__form .input-wrap .icon {
  right: 20px;
  top: 50%;
  pointer-events: none;
  color: var(--color-gray);
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.book-table__form .input-wrap.textarea-wrap .icon {
  top: 25px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.book-table-two.section.v2 .book-table-two__wrapper {
  border: 1px dotted rgba(var(--accent-color2-rgb), 0.14);
  border-radius: 0;
}
.book-table-two.section.v2 .book-table-two__form .input-wrap input,
.book-table-two.section.v2 .book-table-two__form .input-wrap select {
  border: 1px dotted rgba(var(--accent-color2-rgb), 0.14);
  border-radius: 0;
}
.book-table-two__outer {
  border-top: 1px solid rgba(var(--accent-color2-rgb), 0.14);
}
.book-table-two__wrapper {
  border-radius: 10px;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .book-table-two__wrapper {
    padding: 20px;
  }
}
.book-table-two__form {
  background-color: var(--color-white);
}
.book-table-two__form .form-label {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.book-table-two__form .input-wrap {
  width: 100%;
}
.book-table-two__form .input-wrap input,
.book-table-two__form .input-wrap select {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  background-color: var(--color-white);
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  outline: none;
  padding: 13px 20px;
  padding-right: 45px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.book-table-two__form .input-wrap input::placeholder,
.book-table-two__form .input-wrap select::placeholder {
  color: var(--color-gray);
}
.book-table-two__form .input-wrap input:focus,
.book-table-two__form .input-wrap select:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}
.book-table-two__form .input-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: none;
}
.book-table-two__form .input-wrap .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-gray);
  font-size: 16px;
}

.testimonials-cloud-ktchen.section {
  overflow: hidden;
}
.testimonials-cloud-ktchen.v2 .cloud-ktchen__header {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.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-boldonse);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 1) .item-footer .author .author-info .author-position {
  color: var(--color-gray);
}
.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-boldonse);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 2) .item-footer .author .author-info .author-position {
  color: rgba(var(--color-white-rgb), 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-boldonse);
}
.testimonials-cloud-ktchen__items .testimonials-cloud-ktchen__item:nth-of-type(3n + 3) .item-footer .author .author-info .author-position {
  color: rgba(var(--color-white-rgb), 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-boldonse);
  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;
  overflow: hidden;
}
.testimonials-cloud-ktchen__item .item-footer .author .author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-cloud-ktchen__item .item-footer .author .author-info .author-name {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.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%;
  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-boldonse);
  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;
  }
}

.testimonial-two.section {
  background-color: var(--accent-color);
}
.testimonial-two.section.v2 {
  background-color: var(--color-white);
}
.testimonial-two.section.v2 .testimonial-two__quote,
.testimonial-two.section.v2 .testimonial-two__testimonial {
  background-color: var(--accent-color);
}
.testimonial-two__wrapper {
  border-top: 1px solid rgba(var(--accent-color2-rgb), 0.14);
}
.testimonial-two__item-wrapper {
  flex-direction: column;
  gap: 20px;
}
.testimonial-two__item-wrapper .row-wrapper {
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-two__item-wrapper .row-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__item-wrapper .row-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.testimonial-two__comment {
  min-height: 420px;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  padding: 30px;
  gap: 15px;
}
.testimonial-two__comment::before {
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(var(--primary-color-rgb), 0) 0%, var(--primary-color) 100%);
  z-index: -1;
  pointer-events: none;
}
.testimonial-two__comment .item-header .item-icon {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  color: var(--color-white);
}
.testimonial-two__comment .item-header .item-icon i,
.testimonial-two__comment .item-header .item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__comment .item-footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.testimonial-two__comment .item-footer .item-text {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-two__comment .item-footer .item-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__comment .item-footer .item-text {
    font-size: 20px;
  }
}
.testimonial-two__comment .item-footer .item-info {
  gap: 15px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__comment .item-footer .item-info {
    gap: 10px;
  }
}
.testimonial-two__comment .item-footer .item-info .info-title {
  gap: 10px;
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__comment .item-footer .item-info .info-title {
    font-size: 12px;
  }
}
.testimonial-two__comment .item-footer .item-info .info-title::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__comment .item-footer .item-info .info-title::before {
    width: 12px;
  }
}
.testimonial-two__comment .item-footer .item-info .brand-icon {
  color: var(--color-white);
}
.testimonial-two__comment .item-footer .item-info .brand-icon i,
.testimonial-two__comment .item-footer .item-info .brand-icon svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.testimonial-two__comment .item-footer .item-info .brand-icon:hover i,
.testimonial-two__comment .item-footer .item-info .brand-icon:hover svg {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.testimonial-two__recommend {
  z-index: 2;
  min-height: 420px;
  border-radius: 10px;
  background-color: var(--secondary-color);
  overflow: hidden;
  padding: 30px;
  max-width: 460px;
  width: 100%;
}
.testimonial-two__recommend .recommend-shape {
  top: 30px;
  right: 30px;
  z-index: -1;
  pointer-events: none;
}
.testimonial-two__recommend .recommend-header .recommend-text {
  border-radius: 100px;
  border: 1px solid rgba(var(--color-white-rgb), 0.14);
  background: var(--secondary-color);
  color: rgba(var(--color-white-rgb), 0.8);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  padding: 4.25px 10px;
}
.testimonial-two__recommend .recommend-footer {
  max-width: 220px;
}
.testimonial-two__recommend .recommend-footer .counter-item {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 60px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .testimonial-two__recommend .recommend-footer .counter-item {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-two__recommend .recommend-footer .counter-item {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__recommend .recommend-footer .counter-item {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-two__recommend .recommend-footer .counter-item {
    font-size: 30px;
  }
}
.testimonial-two__recommend .recommend-footer p {
  color: rgba(var(--color-white-rgb), 0.8);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__recommend {
    max-width: 100%;
  }
}
.testimonial-two__quote {
  min-height: 420px;
  border-radius: 10px;
  background: var(--color-white);
  overflow: hidden;
  padding: 30px;
  max-width: 460px;
  width: 100%;
  gap: 15px;
}
.testimonial-two__quote .quote-icon {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  color: var(--primary-color);
}
.testimonial-two__quote .quote-icon i,
.testimonial-two__quote .quote-icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-two__quote .quote-text {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-two__quote .quote-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__quote .quote-text {
    font-size: 20px;
  }
}
.testimonial-two__quote .quote-footer .author-info .author-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__quote .quote-footer .author-info .author-title {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.testimonial-two__quote .quote-footer .author-info .author-designation {
  color: var(--accent-color3);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.testimonial-two__quote .quote-footer .brand-icon {
  color: var(--secondary-color);
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__quote {
    max-width: 100%;
  }
}
.testimonial-two__testimonial {
  min-height: 420px;
  padding-block: 10px;
  padding-inline: 10px 0px;
  border-radius: 10px;
  background: var(--color-white);
}
@media only screen and (max-width: 767.98px) {
  .testimonial-two__testimonial {
    flex-direction: column;
  }
}
.testimonial-two__testimonial .item-thumb {
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
  max-width: 320px;
  width: 100%;
}
.testimonial-two__testimonial .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-two__testimonial .item-thumb {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__testimonial .item-thumb {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-two__testimonial .item-thumb {
    max-width: 100%;
  }
}
.testimonial-two__testimonial .item-content {
  height: 100%;
  padding: 20px 30px;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-two__testimonial .item-content {
    gap: 20px;
  }
}
.testimonial-two__testimonial .item-content .item-icon {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  color: var(--primary-color);
}
.testimonial-two__testimonial .item-content .item-icon i,
.testimonial-two__testimonial .item-content .item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-two__testimonial .item-content .item-text {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-two__testimonial .item-content .item-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__testimonial .item-content .item-text {
    font-size: 20px;
  }
}
.testimonial-two__testimonial .item-content .item-footer .author-info .author-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-two__testimonial .item-content .item-footer .author-info .author-title {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.testimonial-two__testimonial .item-content .item-footer .author-info .author-designation {
  color: var(--accent-color3);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.testimonial-two__testimonial .item-content .item-footer .brand-icon {
  color: var(--secondary-color);
}

.testimonial-three.section.v2 .restaurant__header {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.testimonial-three__item {
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  padding: 30px;
  background-color: var(--color-white);
  min-height: 400px;
  gap: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-three__item {
    min-height: 350px;
    padding: 20px;
  }
}
.testimonial-three__item .item-header .rating {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-three__item .item-header .rating {
    margin-bottom: 20px;
  }
}
.testimonial-three__item .item-header .rating ul {
  gap: 2px;
  line-height: 1;
  color: var(--primary-color);
}
.testimonial-three__item .item-header .rating ul li {
  line-height: 1;
}
.testimonial-three__item .item-header .rating ul li i {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-three__item .item-header .rating ul li i {
    font-size: 18px;
  }
}
.testimonial-three__item .item-header .item-text {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-three__item .item-header .item-text {
    font-size: 14px;
    letter-spacing: -0.25px;
  }
}
.testimonial-three__item .item-footer {
  gap: 15px;
}
.testimonial-three__item .item-footer .author-info {
  gap: 10px;
}
.testimonial-three__item .item-footer .author-info .author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-three__item .item-footer .author-info .author-avatar {
    width: 40px;
    height: 40px;
  }
}
.testimonial-three__item .item-footer .author-info .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-three__item .item-footer .author-info .author-content {
  gap: 8px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-three__item .item-footer .author-info .author-content {
    gap: 3px;
  }
}
.testimonial-three__item .item-footer .author-info .author-content .author-name {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-three__item .item-footer .author-info .author-content .author-name {
    font-size: 12px;
  }
}
.testimonial-three__item .item-footer .author-info .author-content .author-designation {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.testimonial-three__item .item-footer .quote-icon {
  color: var(--primary-color);
  width: 60px;
  height: 60px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-three__item .item-footer .quote-icon {
    width: 50px;
    height: 50px;
  }
}
.testimonial-three__item .item-footer .quote-icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.testimonial-three__item.active {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.testimonial-three__item.active .item-header .rating ul {
  color: var(--color-white);
}
.testimonial-three__item.active .item-header .rating ul li i {
  color: var(--color-white);
}
.testimonial-three__item.active .item-header .item-text {
  color: var(--color-white);
}
.testimonial-three__item.active .item-footer .author-info .author-content .author-name {
  color: var(--color-white);
}
.testimonial-three__item.active .item-footer .author-info .author-content .author-designation {
  color: var(--color-white);
}
.testimonial-three__item.active .item-footer .quote-icon {
  color: var(--color-white);
}
.testimonial-three__ratings {
  gap: 10px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 767.98px) {
  .testimonial-three__ratings {
    gap: 5px;
  }
}
.testimonial-three__ratings .author-thumbs img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-white);
}
@media only screen and (max-width: 767.98px) {
  .testimonial-three__ratings .author-thumbs img {
    width: 40px;
    height: 40px;
  }
}
.testimonial-three__ratings .author-thumbs img:not(:first-child) {
  margin-left: -10px;
}
.testimonial-three__ratings .rating-content {
  gap: 10px;
}
.testimonial-three__ratings .rating-content .rating ul {
  gap: 2px;
  color: var(--primary-color);
}
@media only screen and (max-width: 767.98px) {
  .testimonial-three__ratings .rating-content .rating ul {
    font-size: 12px;
  }
}
.testimonial-three__ratings .rating-content .rating ul li {
  line-height: 1;
}
.testimonial-three__ratings .rating-content .rating-text {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-three__ratings .rating-content .rating-text {
    font-size: 10px;
  }
}

.testimonial-four.section .sushi__header {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.testimonial-four__slider .swiper-slide {
  width: auto;
}
.testimonial-four__item {
  border: none;
  padding: 30px;
  min-height: 400px;
  max-width: 420px;
  width: 100%;
  gap: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-four__item {
    min-height: 350px;
    padding: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial-four__item {
    max-width: 100%;
  }
}
.testimonial-four__item:not(.testimonial-four__item.v1, .testimonial-four__item.v2) {
  background-color: var(--secondary-color);
}
.testimonial-four__item .item-header .rating {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-four__item .item-header .rating {
    margin-bottom: 20px;
  }
}
.testimonial-four__item .item-header .rating ul {
  gap: 2px;
  line-height: 1;
  color: var(--primary-color);
}
.testimonial-four__item .item-header .rating ul li {
  line-height: 1;
}
.testimonial-four__item .item-header .rating ul li i {
  color: inherit;
  font-size: 20px;
  line-height: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-four__item .item-header .rating ul li i {
    font-size: 18px;
  }
}
.testimonial-four__item .item-header .item-text {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-four__item .item-header .item-text {
    font-size: 14px;
    letter-spacing: -0.25px;
  }
}
.testimonial-four__item .item-footer {
  gap: 15px;
}
.testimonial-four__item .item-footer .author-info {
  gap: 10px;
}
.testimonial-four__item .item-footer .author-info .author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-four__item .item-footer .author-info .author-avatar {
    width: 40px;
    height: 40px;
  }
}
.testimonial-four__item .item-footer .author-info .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-four__item .item-footer .author-info .author-content {
  gap: 8px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-four__item .item-footer .author-info .author-content {
    gap: 3px;
  }
}
.testimonial-four__item .item-footer .author-info .author-content .author-name {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-four__item .item-footer .author-info .author-content .author-name {
    font-size: 12px;
  }
}
.testimonial-four__item .item-footer .author-info .author-content .author-designation {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.testimonial-four__item .item-footer .quote-icon {
  color: var(--primary-color);
  width: 60px;
  height: 60px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-four__item .item-footer .quote-icon {
    width: 50px;
    height: 50px;
  }
}
.testimonial-four__item .item-footer .quote-icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.testimonial-four__item.active {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.testimonial-four__item.active .item-header .rating ul {
  color: var(--color-white);
}
.testimonial-four__item.active .item-header .rating ul li i {
  color: var(--color-white);
}
.testimonial-four__item.active .item-header .item-text {
  color: var(--color-white);
}
.testimonial-four__item.active .item-footer .author-info .author-content .author-name {
  color: var(--color-white);
}
.testimonial-four__item.active .item-footer .author-info .author-content .author-designation {
  color: var(--color-white);
}
.testimonial-four__item.active .item-footer .quote-icon {
  color: var(--color-white);
}
.testimonial-four__item.v1 {
  background-color: var(--accent-color);
}
.testimonial-four__item.v1 .item-header .rating ul {
  color: var(--color-white);
}
.testimonial-four__item.v1 .item-header .item-text {
  color: var(--color-white);
}
.testimonial-four__item.v1 .item-footer .author-info .author-content .author-name {
  color: var(--color-white);
}
.testimonial-four__item.v1 .item-footer .author-info .author-content .author-designation {
  color: rgba(var(--color-white-rgb), 0.8);
}
.testimonial-four__item.v1 .item-footer .quote-icon {
  color: var(--color-white);
}
.testimonial-four__item.v2 {
  background-color: var(--primary-color);
}
.testimonial-four__item.v2 .item-header .rating ul {
  color: var(--color-white);
}
.testimonial-four__item.v2 .item-header .item-text {
  color: var(--color-white);
}
.testimonial-four__item.v2 .item-footer .author-info .author-content .author-name {
  color: var(--color-white);
}
.testimonial-four__item.v2 .item-footer .author-info .author-content .author-designation {
  color: rgba(var(--color-white-rgb), 0.8);
}
.testimonial-four__item.v2 .item-footer .quote-icon {
  color: var(--color-white);
}

.testimonial-five__wrapper {
  grid-template-columns: 420px 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1439.98px) {
  .testimonial-five__wrapper {
    grid-template-columns: 300px 1fr;
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-five__wrapper {
    grid-template-columns: 1fr;
  }
}
.testimonial-five__wrapper.v2 {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.testimonial-five__thumb {
  max-width: 420px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-five__thumb {
    max-width: 100%;
  }
}
.testimonial-five__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-five__content {
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-five__content {
    padding: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-five__content {
    flex-direction: column;
  }
}
.testimonial-five__slider-wrapper {
  min-width: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-five__slider-wrapper {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-five__slider-wrapper {
    margin-right: 0;
  }
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-icon {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  margin-bottom: 25px;
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-text {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 55px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-five__slider-wrapper .testimonial-five__item .item-text {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer {
  flex-grow: 1;
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .author {
  gap: 6px;
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .author .author-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .author .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .author .author-info {
  gap: 5px;
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .author .author-info .name {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1.4;
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .author .author-info .designation {
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray);
  text-transform: capitalize;
  line-height: 1.4;
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .item-number {
  gap: 0;
  font-family: var(--ff-boldonse);
  color: var(--primary-color);
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .item-number .current-slide {
  font-size: 16px;
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .item-number .current-slide::after {
  content: "/";
}
.testimonial-five__slider-wrapper .testimonial-five__item .item-footer .item-number .total-slide {
  font-size: 10px;
}
.testimonial-five__slider {
  width: 100%;
  padding: 15px 20px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-five__slider {
    padding: 10px 15px;
  }
}
.testimonial-five__slider .swiper-slide .testimonial-five__item {
  height: 100%;
}
.testimonial-five__footer {
  margin-top: 30px;
  padding: 15px;
  background-color: var(--accent-color);
}
.testimonial-five__footer .ratings {
  gap: 10px;
}
@media only screen and (max-width: 575.98px) {
  .testimonial-five__footer .ratings {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonial-five__footer .ratings .author-thumbs img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--accent-color);
  object-fit: cover;
}
.testimonial-five__footer .ratings .author-thumbs img:not(:first-child) {
  margin-left: -15px;
}
.testimonial-five__footer .ratings .rating-content {
  gap: 5px;
}
.testimonial-five__footer .ratings .rating-content .rating ul {
  gap: 2px;
  color: var(--primary-color);
  line-height: 1;
}
.testimonial-five__footer .ratings .rating-content .rating ul li {
  font-size: 14px;
}
.testimonial-five__footer .ratings .rating-content .rating-text {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: capitalize;
}
.testimonial-five__stats {
  gap: 35px;
  background-color: var(--color-white);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding: 40px 30px;
  max-width: 210px;
  width: 100%;
}
@media only screen and (max-width: 1439.98px) {
  .testimonial-five__stats {
    max-width: 180px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-five__stats {
    max-width: 130px;
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-five__stats {
    max-width: 100%;
    flex-direction: row;
    padding: 15px;
    margin-top: 15px;
    gap: 10px;
  }
}
@media only screen and (max-width: 399.98px) {
  .testimonial-five__stats {
    gap: 20px;
  }
}
@media only screen and (max-width: 399.98px) {
  .testimonial-five__stats {
    flex-direction: column;
  }
}
@media only screen and (max-width: 399.98px) {
  .testimonial-five__stats .stat-item {
    align-items: center;
  }
}
.testimonial-five__stats .stat-item .stat-number .counter-item {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .testimonial-five__stats .stat-item .stat-number .counter-item {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-five__stats .stat-item .stat-number .counter-item {
    font-size: 25px;
  }
}
.testimonial-five__stats .stat-item .stat-label {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin-top: -4px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-five__stats .stat-item .stat-label {
    font-size: 12px;
  }
}
.testimonial-five__stats .stat-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 767.98px) {
  .testimonial-five__stats .stat-divider {
    width: 1px;
    height: 100%;
  }
}
@media only screen and (max-width: 399.98px) {
  .testimonial-five__stats .stat-divider {
    width: 100%;
    height: 1px;
  }
}

.testimonial-six__item {
  border-radius: 10px;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  background: var(--color-white);
  padding: 30px;
  min-height: 400px;
  width: 100%;
  gap: 30px;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-six__item {
    min-height: 350px;
    padding: 20px;
  }
}
.testimonial-six__item .item-header .rating {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-six__item .item-header .rating {
    margin-bottom: 20px;
  }
}
.testimonial-six__item .item-header .rating ul {
  gap: 2px;
  line-height: 1;
  color: var(--primary-color);
}
.testimonial-six__item .item-header .rating ul li {
  line-height: 1;
}
.testimonial-six__item .item-header .rating ul li i {
  color: inherit;
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-six__item .item-header .rating ul li i {
    font-size: 16px;
  }
}
.testimonial-six__item .item-header .item-text {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-six__item .item-header .item-text {
    font-size: 14px;
    letter-spacing: -0.25px;
  }
}
.testimonial-six__item .item-footer {
  gap: 15px;
}
.testimonial-six__item .item-footer .author-info {
  gap: 10px;
}
.testimonial-six__item .item-footer .author-info .author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-six__item .item-footer .author-info .author-avatar {
    width: 40px;
    height: 40px;
  }
}
.testimonial-six__item .item-footer .author-info .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-six__item .item-footer .author-info .author-content {
  gap: 8px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-six__item .item-footer .author-info .author-content {
    gap: 3px;
  }
}
.testimonial-six__item .item-footer .author-info .author-content .author-name {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-six__item .item-footer .author-info .author-content .author-name {
    font-size: 12px;
  }
}
.testimonial-six__item .item-footer .author-info .author-content .author-designation {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.testimonial-six__item .item-footer .quote-icon {
  color: var(--primary-color);
  width: 60px;
  height: 60px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-six__item .item-footer .quote-icon {
    width: 50px;
    height: 50px;
  }
}
.testimonial-six__item .item-footer .quote-icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.testimonial-six__item.active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
.testimonial-six__item.active .item-header .rating ul {
  color: var(--color-white);
}
.testimonial-six__item.active .item-header .rating ul li i {
  color: var(--color-white);
}
.testimonial-six__item.active .item-header .item-text {
  color: var(--color-white);
}
.testimonial-six__item.active .item-footer .author-info .author-content .author-name {
  color: var(--color-white);
}
.testimonial-six__item.active .item-footer .author-info .author-content .author-designation {
  color: var(--color-white);
}
.testimonial-six__item.active .item-footer .quote-icon {
  color: var(--color-white);
}
.testimonial-six__ratings {
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-six__ratings {
    gap: 5px;
  }
}
.testimonial-six__ratings .author-thumbs img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-white);
}
@media only screen and (max-width: 767.98px) {
  .testimonial-six__ratings .author-thumbs img {
    width: 40px;
    height: 40px;
  }
}
.testimonial-six__ratings .author-thumbs img:not(:first-child) {
  margin-left: -10px;
}
.testimonial-six__ratings .rating-content {
  gap: 10px;
}
.testimonial-six__ratings .rating-content .rating ul {
  gap: 2px;
  color: var(--primary-color);
}
@media only screen and (max-width: 767.98px) {
  .testimonial-six__ratings .rating-content .rating ul {
    font-size: 12px;
  }
}
.testimonial-six__ratings .rating-content .rating ul li {
  line-height: 1;
}
.testimonial-six__ratings .rating-content .rating-text {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-six__ratings .rating-content .rating-text {
    font-size: 10px;
  }
}
.testimonial-six.v3 {
  background-color: var(--accent-color);
}
.testimonial-six.v3 .testimonial-six__item {
  background-color: transparent;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  background: var(--accent-color);
  border-radius: 0;
}
.testimonial-six.v3 .testimonial-six__item.active {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.testimonial-six.v3 .testimonial-six__ratings .author-thumbs img {
  border-color: var(--accent-color);
}

.video-one.section,
.video-three.section,
.video-four.section,
.video-five.section {
  overflow-x: hidden;
}
.video-one__video video,
.video-three__video video,
.video-four__video video,
.video-five__video video {
  width: 100%;
  min-height: 300px;
  height: 100%;
  object-fit: cover;
}

.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%;
  object-fit: cover;
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  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-boldonse);
  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-boldonse);
  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: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.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-boldonse);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.popular-dishes-cloud-ktchen__item:hover .item-thumb img {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.popular-dishes-three__wrapper {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}
@media only screen and (max-width: 1439.98px) {
  .popular-dishes-three__wrapper {
    gap: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .popular-dishes-three__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(2) {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(2) {
    margin-top: 0px;
  }
}
.popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(3) {
  margin-top: 80px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(3) {
    margin-top: 0px;
  }
}
.popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(4) {
  margin-top: 120px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(4) {
    margin-top: 0px;
  }
}
.popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(5) {
  margin-top: 160px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(5) {
    margin-top: 0px;
  }
}
.popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(6) {
  margin-top: 200px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(6) {
    margin-top: 0px;
  }
}
.popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(7) {
  margin-top: 240px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(7) {
    margin-top: 0px;
  }
}
.popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(8) {
  margin-top: 280px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(8) {
    margin-top: 0px;
  }
}
.popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(9) {
  margin-top: 320px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(9) {
    margin-top: 0px;
  }
}
.popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(10) {
  margin-top: 360px;
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__wrapper .popular-dishes-three__item:nth-child(10) {
    margin-top: 0px;
  }
}
.popular-dishes-three__item .item-thumb {
  height: 400px;
}
@media only screen and (max-width: 1199.98px) {
  .popular-dishes-three__item .item-thumb {
    height: 300px;
  }
}
@media only screen and (max-width: 991.98px) {
  .popular-dishes-three__item .item-thumb {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .popular-dishes-three__item .item-thumb {
    height: 400px;
  }
}
.popular-dishes-three__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular-dishes-three__item .item-content {
  margin-top: 25px;
}
.popular-dishes-three__item .item-content .item-title,
.popular-dishes-three__item .item-content .item-price {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .popular-dishes-three__item .item-content .item-title,
  .popular-dishes-three__item .item-content .item-price {
    font-size: 16px;
  }
}

.instagram-three.section {
  overflow: clip;
  width: 100vw;
  height: 75vh;
}
.instagram-three.section .gradient-overlay-left,
.instagram-three.section .gradient-overlay-right {
  top: 0;
  bottom: 0;
  width: 332px;
  z-index: 9;
  pointer-events: none;
}
@media only screen and (max-width: 1439.98px) {
  .instagram-three.section .gradient-overlay-left,
  .instagram-three.section .gradient-overlay-right {
    width: 250px;
  }
}
@media only screen and (max-width: 991.98px) {
  .instagram-three.section .gradient-overlay-left,
  .instagram-three.section .gradient-overlay-right {
    width: 10%;
  }
}
.instagram-three.section .gradient-overlay-left {
  left: 0;
  background: linear-gradient(90deg, var(--color-white) 61.45%, rgba(var(--color-white-rgb), 0) 100%);
}
.instagram-three.section .gradient-overlay-right {
  right: 0;
  background: linear-gradient(90deg, rgba(var(--color-white-rgb), 0) 0%, var(--color-white) 38.25%);
}
.instagram-three__wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.instagram-three__wrapper .instagram-brand-label {
  top: 420px;
  left: 50%;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  z-index: 15;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1439.98px) {
  .instagram-three__wrapper .instagram-brand-label {
    top: 380px;
  }
}
.instagram-three__slider {
  top: 20%;
  width: 155em;
  height: 155em;
  border-radius: 50%;
  animation: spin 50s linear infinite reverse;
  pointer-events: none;
}
@media only screen and (max-width: 1439.98px) {
  .instagram-three__slider {
    top: 0%;
  }
}
.instagram-three__slider:hover {
  animation-play-state: paused;
}
.instagram-three__item {
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-73.5em);
  cursor: pointer;
  pointer-events: auto;
  -webkit-transform: transform 0.3s ease;
  -ms-transform: transform 0.3s ease;
  transform: transform 0.3s ease;
}
@media only screen and (max-width: 1439.98px) {
  .instagram-three__item {
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-65em);
    width: 280px;
    height: 280px;
  }
}
.instagram-three__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-three__item .item-content {
  inset: 0;
  background: rgba(var(--color-black-rgb), 0.2);
  opacity: 0;
  color: var(--color-white);
  pointer-events: none;
  font-size: 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.instagram-three__item:hover .item-content {
  opacity: 1;
}

.reservation-three.section.v2 .reservation-three__wrapper {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.reservation-three.section.v3 .reservation-three__wrapper {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.reservation-three.section.v3 .reservation-three__form .input-wrap input,
.reservation-three.section.v3 .reservation-three__form .input-wrap select {
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.reservation-three__wrapper {
  grid-template-columns: 1fr 620px;
}
@media only screen and (max-width: 1439.98px) {
  .reservation-three__wrapper {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 991.98px) {
  .reservation-three__wrapper {
    grid-template-columns: 1fr;
  }
}
.reservation-three__thumb {
  align-items: stretch;
}
.reservation-three__thumb .thumb-img {
  width: 100%;
  min-height: 350px;
  height: 100%;
  object-fit: cover;
}
.reservation-three__thumb .thumb-info {
  gap: 10px;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}
@media only screen and (max-width: 1439.98px) {
  .reservation-three__thumb .thumb-info {
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .reservation-three__thumb .thumb-info {
    flex-direction: column;
    max-width: 100%;
  }
}
.reservation-three__thumb .thumb-info .info-block {
  padding: 30px;
  width: 100%;
}
@media only screen and (max-width: 1439.98px) {
  .reservation-three__thumb .thumb-info .info-block {
    padding: 25px 20px;
  }
}
.reservation-three__thumb .thumb-info .info-block .info-title {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .reservation-three__thumb .thumb-info .info-block .info-title {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.reservation-three__thumb .thumb-info .info-block .info-text {
  white-space: nowrap;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.reservation-three__thumb .thumb-info .info-block .info-text:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575.98px) {
  .reservation-three__thumb .thumb-info .info-block .info-text {
    font-size: 13px;
  }
}
.reservation-three__thumb .thumb-info .left-block {
  background-color: var(--primary-color);
}
.reservation-three__thumb .thumb-info .left-block .info-title {
  color: var(--color-white);
}
.reservation-three__thumb .thumb-info .left-block .info-text {
  color: rgba(var(--color-white-rgb), 0.8);
}
.reservation-three__thumb .thumb-info .right-block {
  background-color: var(--color-white);
}
.reservation-three__thumb .thumb-info .right-block .info-title {
  color: var(--primary-color);
}
.reservation-three__thumb .thumb-info .right-block .info-text {
  color: var(--color-gray);
}
.reservation-three__content {
  max-width: 620px;
  width: 100%;
  background-color: var(--accent-color);
  padding: 40px;
}
@media only screen and (max-width: 991.98px) {
  .reservation-three__content {
    padding: 30px 20px;
    max-width: 100%;
  }
}
.reservation-three__content .restaurant__header .section-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .reservation-three__content .restaurant__header .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .reservation-three__content .restaurant__header .section-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reservation-three__content .restaurant__header .section-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575.98px) {
  .reservation-three__content .restaurant__header .section-title {
    font-size: 24px;
  }
}
.reservation-three__form {
  background-color: transparent;
}
.reservation-three__form .form-label {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.reservation-three__form .input-wrap {
  width: 100%;
}
.reservation-three__form .input-wrap input,
.reservation-three__form .input-wrap select {
  width: 100%;
  border-radius: 0px;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  background-color: var(--accent-color);
  color: rgba(var(--primary-color-rgb), 0.8);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  outline: none;
  padding: 13px 20px;
  padding-right: 45px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.reservation-three__form .input-wrap input::placeholder,
.reservation-three__form .input-wrap select::placeholder {
  color: var(--color-gray);
}
.reservation-three__form .input-wrap input:focus,
.reservation-three__form .input-wrap select:focus {
  border-color: var(--primary-color);
}
.reservation-three__form .input-wrap input,
.reservation-three__form .input-wrap select {
  height: 50px;
}
.reservation-three__form .input-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.reservation-three__form .input-wrap .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-gray);
  font-size: 16px;
}
.reservation-three__form .common-button-three {
  margin-top: 15px;
}

.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));
  z-index: 2;
}
@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: 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%;
  object-fit: cover;
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  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-boldonse);
  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-boldonse);
  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: var(--color-gray);
  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-boldonse);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.special-cloud-ktchen__item:hover .item-thumb img {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.special-menu-four.section .sushi__header {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.special-menu-four__wrapper {
  gap: 60px;
}
@media only screen and (max-width: 1199.98px) {
  .special-menu-four__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .special-menu-four__wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767.98px) {
  .special-menu-four__wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.special-menu-four__list-wrapper {
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .special-menu-four__list-wrapper {
    max-width: calc(50% - 7.5px);
  }
}
@media only screen and (max-width: 767.98px) {
  .special-menu-four__list-wrapper {
    max-width: 100%;
  }
}
.special-menu-four__list-wrapper .menu-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .special-menu-four__list-wrapper .menu-name {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .special-menu-four__list-wrapper .menu-name {
    font-size: 24px;
  }
}
.special-menu-four__item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.special-menu-four__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.special-menu-four__item .item-header {
  gap: 15px;
  margin-bottom: 8px;
}
.special-menu-four__item .item-header .item-title,
.special-menu-four__item .item-header .item-price {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .special-menu-four__item .item-header .item-title,
  .special-menu-four__item .item-header .item-price {
    font-size: 18px;
  }
}
.special-menu-four__item .item-header .item-title a,
.special-menu-four__item .item-header .item-price a {
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.special-menu-four__item .item-header .item-title a:hover,
.special-menu-four__item .item-header .item-price a:hover {
  color: var(--accent-color);
}
.special-menu-four__item .item-desc {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 767.98px) {
  .special-menu-four__item .item-desc {
    font-size: 14px;
  }
}
.special-menu-four__thumb {
  max-width: 350px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  .special-menu-four__thumb {
    order: 2;
    max-width: 100%;
  }
}
.special-menu-four__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-menu-four__buttons {
  gap: 10px;
}
@media only screen and (max-width: 575.98px) {
  .special-menu-four__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.special-menu-four__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--accent-color2-rgb), 0.14);
}

.chefs-one__wrapper {
  gap: 60px;
}
@media only screen and (max-width: 991.98px) {
  .chefs-one__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .chefs-one__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.chefs-one__thumb {
  border-radius: 10px;
  max-width: 540px;
  width: 100%;
  overflow: hidden;
}
.chefs-one__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chefs-one__content {
  text-align: center;
  max-width: 560px;
  width: 100%;
}
.chefs-one__content .content-icon {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991.98px) {
  .chefs-one__content .content-icon {
    margin-bottom: 40px;
  }
}
.chefs-one__content .content-icon .icon-main {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  color: var(--primary-color);
  margin-inline: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .chefs-one__content .content-icon .icon-main {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}
.chefs-one__content .content-icon .icon-main svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chefs-one__content .content-icon .icon-line {
  width: 1px;
  height: 80px;
  background-color: var(--primary-color);
  animation: bounce-y-5 2s ease-in-out infinite;
}
@media only screen and (max-width: 991.98px) {
  .chefs-one__content .content-icon .icon-line {
    height: 70px;
  }
}
.chefs-one__content .content-icon .icon-line::before {
  width: 5px;
  height: 5px;
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: -2.5px;
  left: -2px;
}
.chefs-one__content .cloud-ktchen__header {
  margin-bottom: 25px;
}
.chefs-one__content .text-dis {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 991.98px) {
  .chefs-one__content .text-dis {
    margin-bottom: 40px;
  }
}

.chefs-four__wrapper {
  gap: 60px;
}
@media only screen and (max-width: 991.98px) {
  .chefs-four__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .chefs-four__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.chefs-four__thumb {
  max-width: 540px;
  width: 100%;
}
.chefs-four__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chefs-four__content {
  text-align: center;
  max-width: 560px;
  width: 100%;
}
.chefs-four__content .content-icon {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991.98px) {
  .chefs-four__content .content-icon {
    margin-bottom: 40px;
  }
}
.chefs-four__content .content-icon .icon-main {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  color: var(--primary-color);
  margin-inline: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .chefs-four__content .content-icon .icon-main {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}
.chefs-four__content .content-icon .icon-main svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chefs-four__content .content-icon .icon-line {
  width: 1px;
  height: 80px;
  background-color: var(--primary-color);
  animation: bounce-y-5 2s ease-in-out infinite;
}
@media only screen and (max-width: 991.98px) {
  .chefs-four__content .content-icon .icon-line {
    height: 70px;
  }
}
.chefs-four__content .content-icon .icon-line::before {
  width: 5px;
  height: 5px;
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: -2.5px;
  left: -2px;
}
.chefs-four__content .sushi__header {
  margin-bottom: 18px;
}
.chefs-four__content .text-dis {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 991.98px) {
  .chefs-four__content .text-dis {
    margin-bottom: 40px;
  }
}

.opening-four__content {
  max-width: 640px;
  width: 100%;
  margin-inline: auto;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 0 200px;
  padding: 80px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .opening-four__content {
    padding: 50px 30px;
    border-radius: 0 80px;
  }
}
.opening-four__content .icon {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  color: var(--primary-color);
}
.opening-four__content .icon i,
.opening-four__content .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.opening-four__content .verticle-line {
  width: 1px;
  height: 180px;
  background-color: var(--primary-color);
  margin-block: 40px;
}
@media only screen and (max-width: 991.98px) {
  .opening-four__content .verticle-line {
    margin-block: 30px;
    height: 100px;
  }
}
.opening-four__content .opening-times,
.opening-four__content .opening-location {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .opening-four__content .opening-times,
  .opening-four__content .opening-location {
    margin-bottom: 25px;
  }
}
.opening-four__content .opening-times .title,
.opening-four__content .opening-location .title {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.opening-four__content .opening-times .times p {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}
.opening-four__content .opening-location .address {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

.opening-five.section.v3 .opening-five__content {
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.opening-five.section.v3 .opening-five__content .icon,
.opening-five.section.v3 .opening-five__content .verticle-line,
.opening-five.section.v3 .opening-five__content .opening-times,
.opening-five.section.v3 .opening-five__content .opening-location {
  color: var(--primary-color);
}
.opening-five.section.v3 .opening-five__content .verticle-line {
  background: repeating-linear-gradient(to bottom, rgba(var(--primary-color-rgb), 0.14), rgba(var(--primary-color-rgb), 0.14) 3px, transparent 3px, transparent 6px);
}
.opening-five.section.v3 .opening-five__content .opening-times .times p {
  color: var(--primary-color);
}
.opening-five.section.v3 .opening-five__content .opening-location .address {
  color: var(--primary-color);
}
.opening-five__wrapper {
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .opening-five__wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .opening-five__wrapper {
    flex-direction: column;
  }
}
.opening-five__thumb {
  width: 100%;
}
.opening-five__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .opening-five__thumb img {
    max-height: 400px;
  }
}
.opening-five__content {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 0 200px;
  padding: 80px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .opening-five__content {
    padding: 50px 30px;
    border-radius: 0 80px;
    width: 90%;
  }
}
.opening-five__content .icon {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  color: var(--primary-color);
}
.opening-five__content .icon i,
.opening-five__content .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.opening-five__content .verticle-line {
  width: 1px;
  height: 180px;
  background-color: var(--primary-color);
  margin-block: 40px;
}
@media only screen and (max-width: 991.98px) {
  .opening-five__content .verticle-line {
    margin-block: 30px;
    height: 100px;
  }
}
.opening-five__content .opening-times,
.opening-five__content .opening-location {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .opening-five__content .opening-times,
  .opening-five__content .opening-location {
    margin-bottom: 25px;
  }
}
.opening-five__content .opening-times .title,
.opening-five__content .opening-location .title {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.opening-five__content .opening-times .times p {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}
.opening-five__content .opening-location {
  margin-bottom: 0;
}
.opening-five__content .opening-location .address {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

.inner-page .opening-five__content .icon {
  color: var(--secondary-color);
}
.inner-page .opening-five__content .verticle-line {
  background-color: var(--secondary-color);
}
.inner-page .opening-five__content .opening-times .times p {
  color: var(--secondary-color);
}
.inner-page .opening-five__content .opening-location .address {
  color: var(--secondary-color);
}
.inner-page .opening-five__content.v2 .icon {
  color: var(--primary-color);
}
.inner-page .opening-five__content.v2 .verticle-line {
  background-color: var(--primary-color);
}
.inner-page .opening-five__content.v2 .opening-times .times p {
  color: var(--primary-color);
}
.inner-page .opening-five__content.v2 .opening-location .address {
  color: var(--primary-color);
}

.story-four.section {
  background-color: var(--accent-color3);
}
.story-four.section .sushi__header {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.story-four.section .sushi__header .section-title {
  font-size: 34px;
}
@media only screen and (max-width: 1199.98px) {
  .story-four.section .sushi__header .section-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .story-four.section .sushi__header .section-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .story-four.section .sushi__header .section-title {
    font-size: 20px;
  }
}
.story-four.section .sushi__header .starting-year {
  color: var(--accent-color3);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -2px;
  text-transform: uppercase;
  pointer-events: none;
  margin-block: 40px 60px;
}
@media only screen and (max-width: 991.98px) {
  .story-four.section .sushi__header .starting-year {
    margin-block: 30px 40px;
    font-size: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .story-four.section .icon-1,
  .story-four.section .icon-2 {
    display: none;
  }
}
.story-four.section .icon-1 {
  top: 360px;
  left: 250px;
}
@media only screen and (max-width: 1439.98px) {
  .story-four.section .icon-1 {
    left: 100px;
    top: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .story-four.section .icon-1 {
    top: 320px;
  }
}
.story-four.section .icon-1 i,
.story-four.section .icon-1 svg,
.story-four.section .icon-1 img {
  animation: moving 8s infinite linear;
}
.story-four.section .icon-2 {
  top: 540px;
  right: 220px;
  animation-delay: 2s;
}
@media only screen and (max-width: 1439.98px) {
  .story-four.section .icon-2 {
    right: 100px;
    top: 500px;
  }
}
@media only screen and (max-width: 991.98px) {
  .story-four.section .icon-2 {
    top: 370px;
  }
}
.story-four.section .icon-2 i,
.story-four.section .icon-2 svg,
.story-four.section .icon-2 img {
  animation: moving 8s infinite linear reverse;
}
.story-four__slider .swiper-slide {
  width: auto;
}
.story-four__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 1439.98px) {
  .story-four__slider .swiper-slide img {
    max-height: 500px;
  }
}
@media only screen and (max-width: 991.98px) {
  .story-four__slider .swiper-slide img {
    max-height: 400px;
  }
}

.process-cloud-ktchen.section {
  padding-top: 270px;
}
@media only screen and (max-width: 1399.98px) {
  .process-cloud-ktchen.section {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process-cloud-ktchen.section {
    padding-top: 80px;
  }
}
.process-cloud-ktchen__buttons {
  z-index: 2;
  margin-top: -50px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 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;
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  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 {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  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-boldonse);
  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(var(--primary-color-rgb), 0.14));
  font-family: var(--ff-boldonse);
  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;
  }
}

.process2-cloud-ktchen__wrapper {
  padding-top: 270px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 1399.98px) {
  .process2-cloud-ktchen__wrapper {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process2-cloud-ktchen__wrapper {
    padding-top: 80px;
  }
}
.process2-cloud-ktchen__buttons {
  z-index: 2;
  margin-top: -50px;
}
@media only screen and (max-width: 991.98px) {
  .process2-cloud-ktchen__buttons {
    margin-top: 0px;
    padding-top: 40px;
  }
}
.process2-cloud-ktchen__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .process2-cloud-ktchen__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .process2-cloud-ktchen__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.process2-cloud-ktchen__items .process2-cloud-ktchen__item:nth-of-type(1) {
  margin-top: -350px;
}
@media only screen and (max-width: 1399.98px) {
  .process2-cloud-ktchen__items .process2-cloud-ktchen__item:nth-of-type(1) {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process2-cloud-ktchen__items .process2-cloud-ktchen__item:nth-of-type(1) {
    margin-top: 0px;
  }
}
.process2-cloud-ktchen__items .process2-cloud-ktchen__item:nth-of-type(3) {
  margin-top: 65px;
}
@media only screen and (max-width: 991.98px) {
  .process2-cloud-ktchen__items .process2-cloud-ktchen__item:nth-of-type(3) {
    margin-top: 0px;
  }
}
.process2-cloud-ktchen__items .process2-cloud-ktchen__item:nth-of-type(3) .item-content {
  align-items: end;
}
@media only screen and (max-width: 991.98px) {
  .process2-cloud-ktchen__items .process2-cloud-ktchen__item:nth-of-type(3) .item-content {
    align-items: start;
  }
}
.process2-cloud-ktchen__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.process2-cloud-ktchen__item .item-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.process2-cloud-ktchen__item .item-thumb img {
  border-radius: 20px;
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  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;
}
.process2-cloud-ktchen__item .item-thumb img:hover {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.process2-cloud-ktchen__item .item-content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.process2-cloud-ktchen__item .item-content .item-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .process2-cloud-ktchen__item .item-content .item-title {
    font-size: 16.5px;
  }
}
.process2-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(var(--primary-color-rgb), 0.14));
  font-family: var(--ff-boldonse);
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399.98px) {
  .process2-cloud-ktchen__item .item-content .item-number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .process2-cloud-ktchen__item .item-content .item-number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .process2-cloud-ktchen__item .item-content .item-number {
    font-size: 30px;
  }
}

.location-cloud-ktchen.section .cloud-ktchen__header {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.location-cloud-ktchen__slider {
  position: relative;
}
.location-cloud-ktchen__pagination.swiper-pagination-progressbar {
  position: relative;
  background: rgba(var(--primary-color-rgb), 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-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%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.location-cloud-ktchen__item .item-content {
  padding-inline: 20px;
  padding-block: 23px 20px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-top: none;
  transition: all 0.4s ease;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.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-boldonse);
  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(var(--primary-color-rgb), 0.14);
  border-radius: 100px;
  padding: 12px 30px;
  font-family: "Boldonse", 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: 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 .item-content {
  border-color: var(--primary-color);
}
.location-cloud-ktchen__item:hover .item-thumb img {
  transform: scale(1.1) rotate(3deg);
}

.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%;
  object-fit: cover;
  border-radius: 16px;
  -o-transition: transform 0.5s;
  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-boldonse);
  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-boldonse);
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@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%;
  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-boldonse);
  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%;
  object-fit: cover;
  border-radius: 16px;
  -o-transition: transform 0.5s;
  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%;
  object-fit: cover;
}
.blog-cloud-ktchen__item.item-as-list .item-content .item-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  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);
}

.blog-one-main__wrapper {
  gap: 60px;
}
.blog-one-main__wrapper .widget-one_sidebar {
  max-width: 446px;
  width: 100%;
}
@media only screen and (max-width: 1439.98px) {
  .blog-one-main__wrapper {
    gap: 24px;
  }
  .blog-one-main__wrapper .widget-one_sidebar {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-one-main__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .blog-one-main__wrapper .widget-one_sidebar {
    max-width: 100%;
  }
}
.blog-one-main__item-nav {
  width: 100%;
}
.blog-one-main__items {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 70px;
}
@media only screen and (max-width: 1439.98px) {
  .blog-one-main__items {
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-one-main__items {
    gap: 30px;
  }
}
.blog-one-main__item {
  padding: 10px;
  border-radius: 20px;
  background: var(--accent3-color);
  background-color: var(--color-white);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-main__item .blog-thumb a {
  border-radius: 16px;
  overflow: hidden;
}
.blog-one-main__item .blog-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .blog-one-main__item .blog-thumb a img {
    min-height: 300px;
  }
}
.blog-one-main__item .blog-thumb .blog-date {
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  padding: 11px 16px;
  border-radius: 16px;
  background: #ffe62e;
  color: var(--primary-color);
  box-sizing: border-box;
}
@media only screen and (max-width: 1199.98px) {
  .blog-one-main__item .blog-thumb .blog-date {
    width: 60px;
    height: 60px;
  }
}
.blog-one-main__item .blog-thumb .blog-date .day-text {
  font-family: var(--ff-boldonse);
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1199.98px) {
  .blog-one-main__item .blog-thumb .blog-date .day-text {
    font-size: 20px;
  }
}
.blog-one-main__item .blog-thumb .blog-date .month-text {
  font-family: var(--ff-dm-sans);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  .blog-one-main__item .blog-thumb .blog-date .month-text {
    font-size: 12px;
  }
}
.blog-one-main__item .blog-content {
  padding: 25px 20px 20px 20px;
}
@media only screen and (max-width: 991.98px) {
  .blog-one-main__item .blog-content {
    padding: 20px 10px 15px 10px;
  }
}
.blog-one-main__item .blog-content .content-title {
  color: var(--primary-color);
  font-size: 32px;
  font-family: var(--ff-boldonse);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .blog-one-main__item .blog-content .content-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog-one-main__item .blog-content .content-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-one-main__item .blog-content .content-title {
    font-size: 18px;
  }
}
.blog-one-main__item .blog-content .content-title a {
  font: inherit;
  color: inherit;
}
.blog-one-main__item .blog-content .content-title a:hover {
  color: var(--accent-color);
}
.blog-one-main__item .blog-content .content-line {
  height: 1px;
  background-color: rgba(var(--primary-color-rgb), 0.14);
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-one-main__item .blog-content .content-footer {
  gap: 10px;
  padding-top: 33px;
  margin-top: 25px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 991.98px) {
  .blog-one-main__item .blog-content .content-footer {
    padding-top: 20px;
    margin-top: 15px;
  }
}
.blog-one-main__item .blog-content .content-footer .author {
  gap: 6px;
}
.blog-one-main__item .blog-content .content-footer .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-one-main__item .blog-content .content-footer .author .author-name {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  color: var(--primary-color);
}
@media only screen and (max-width: 991.98px) {
  .blog-one-main__item .blog-content .content-footer .author .author-name {
    font-size: 10px;
  }
}
.blog-one-main__item .blog-content .content-footer .read-more-btn {
  height: 50px;
  padding: 0 30px;
  border-radius: 100px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background-color: transparent;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  .blog-one-main__item .blog-content .content-footer .read-more-btn {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
}
.blog-one-main__item .blog-content .content-footer .read-more-btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}
.blog-one-main__item.v2 .blog-thumb .blog-date {
  background-color: var(--accent-color4);
  color: var(--color-white);
}
.blog-one-main__item.v2 .blog-content .content-title a:hover {
  color: var(--accent-color4);
}
.blog-one-main__item.v3 {
  background-color: transparent;
  border-radius: 0px;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-main__item.v3 .blog-thumb a {
  border-radius: 0px;
}
.blog-one-main__item.v3 .blog-thumb .blog-date {
  border-radius: 0px;
  background: var(--secondary-color);
  color: var(--color-white);
}
.blog-one-main__item.v3 .blog-content .content-title {
  color: var(--primary-color);
}
.blog-one-main__item.v3 .blog-content .content-title a:hover {
  color: var(--secondary-color);
}
.blog-one-main__item.v3 .blog-content .content-footer {
  border-top: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-main__item.v4 {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-main__item.v4 .blog-thumb a {
  border-radius: 0px;
}
.blog-one-main__item.v4 .blog-thumb .blog-date {
  border-radius: 0px;
  background: var(--accent-color);
  color: var(--color-white);
}
.blog-one-main__item.v4 .blog-content .content-title {
  color: var(--primary-color);
}
.blog-one-main__item.v4 .blog-content .content-title a:hover {
  color: var(--accent-color);
}
.blog-one-main__item.v4 .blog-content .content-footer {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-main__item.v5 {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-main__item.v5 .blog-thumb a {
  border-radius: 0px;
}
.blog-one-main__item.v5 .blog-thumb .blog-date {
  border-radius: 0px;
  background: var(--secondary-color);
  color: var(--color-white);
}
.blog-one-main__item.v5 .blog-content .content-title {
  color: var(--primary-color);
}
.blog-one-main__item.v5 .blog-content .content-title a:hover {
  color: var(--secondary-color);
}
.blog-one-main__item.v5 .blog-content .content-footer {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}

.contact-cloud-ktchen__wrapper {
  display: grid;
  grid-template-columns: 512px 1fr;
  gap: 100px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 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%;
  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: "Boldonse", 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-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.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: transparent;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 10px;
  padding: 0 45px 0 20px;
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.6;
}
.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::placeholder {
  color: var(--color-gray);
}
.contact-cloud-ktchen__form .form-group .input-wrap select.form-control {
  appearance: none;
  color: var(--color-gray);
}
.contact-cloud-ktchen__form .form-group .input-wrap .custom-date-picker {
  color: var(--color-gray);
}
.contact-cloud-ktchen__form .form-group .input-wrap textarea.form-control {
  height: 160px;
  padding-top: 20px;
  resize: none;
}
.contact-cloud-ktchen__form .form-group .input-wrap i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #1c1c1c;
  font-size: 14px;
  pointer-events: none;
}
.contact-cloud-ktchen__form .form-group .input-wrap textarea + i {
  top: 20px;
  transform: none;
}
.contact-cloud-ktchen__form .submit-group {
  gap: 10px;
}
.contact-cloud-ktchen__form .submit-group .submit-btn {
  background-color: var(--hover-2);
  color: #21773e;
  border: none;
  outline: none;
}
.contact-cloud-ktchen__form .submit-group .submit-btn.style-custom {
  height: 50px;
  border-radius: 100px;
  padding: 19px 30px;
}
.contact-cloud-ktchen__form .submit-group .submit-btn.style-custom .btn-text {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
.contact-cloud-ktchen__form .submit-group .submit-btn.style-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 20px;
}
.contact-cloud-ktchen__form .submit-group .submit-btn.style-custom-icon .icon-wrap svg {
  width: 24px;
  height: 24px;
}

.contact2-cloud-ktchen.section .cloud-ktchen__header {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.contact2-cloud-ktchen__wrapper {
  grid-template-columns: 420px 260px auto;
  gap: 80px;
}
@media only screen and (max-width: 1199.98px) {
  .contact2-cloud-ktchen__wrapper {
    grid-template-columns: 300px auto 320px;
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact2-cloud-ktchen__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact2-cloud-ktchen__wrapper {
    column-gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact2-cloud-ktchen__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contact2-cloud-ktchen__thumb {
  border-radius: 10px;
  overflow: hidden;
}
.contact2-cloud-ktchen__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact2-cloud-ktchen__content {
  gap: 40px;
}
@media only screen and (max-width: 575.98px) {
  .contact2-cloud-ktchen__content {
    gap: 30px;
  }
}
.contact2-cloud-ktchen__content .content-icon-wrapper {
  width: max-content;
}
.contact2-cloud-ktchen__content .content-icon-wrapper .content-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.contact2-cloud-ktchen__content .content-icon-wrapper .content-icon img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
.contact2-cloud-ktchen__content .content-icon-wrapper .verticle-line {
  display: block;
  width: 1px;
  height: 98px;
  background-color: rgba(var(--primary-color-rgb), 0.14);
  margin-inline: auto;
}
.contact2-cloud-ktchen .opening-location .title,
.contact2-cloud-ktchen .opening-times .title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contact2-cloud-ktchen .opening-location .text,
.contact2-cloud-ktchen .opening-times .text {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
.contact2-cloud-ktchen .opening-times {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575.98px) {
  .contact2-cloud-ktchen .opening-times {
    margin-bottom: 0;
  }
}
.contact2-cloud-ktchen .opening-times .text {
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.contact2-cloud-ktchen__info {
  gap: 30px;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  .contact2-cloud-ktchen__info {
    gap: 40px;
    max-width: 100%;
    grid-column: span 2/span 2;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact2-cloud-ktchen__info {
    grid-column: auto;
    gap: 25px;
  }
}
.contact2-cloud-ktchen__info .contact-map {
  margin-top: auto;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.contact2-cloud-ktchen__info .contact-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-five__wrapper {
  grid-template-columns: 420px 260px auto;
  gap: 80px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 1199.98px) {
  .contact-five__wrapper {
    grid-template-columns: 300px auto 320px;
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-five__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-five__wrapper {
    column-gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-five__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contact-five__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-five__content {
  gap: 40px;
}
@media only screen and (max-width: 575.98px) {
  .contact-five__content {
    gap: 30px;
  }
}
.contact-five__content .content-icon-wrapper {
  width: max-content;
}
.contact-five__content .content-icon-wrapper .content-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.contact-five__content .content-icon-wrapper .content-icon img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
.contact-five__content .content-icon-wrapper .verticle-line {
  display: block;
  width: 1px;
  height: 98px;
  background-color: rgba(var(--primary-color-rgb), 0.14);
  margin-inline: auto;
}
.contact-five .opening-location .title,
.contact-five .opening-times .title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contact-five .opening-location .text,
.contact-five .opening-times .text {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
.contact-five .opening-times {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575.98px) {
  .contact-five .opening-times {
    margin-bottom: 0;
  }
}
.contact-five .opening-times .text {
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.contact-five__info {
  gap: 30px;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  .contact-five__info {
    gap: 40px;
    max-width: 100%;
    grid-column: span 2/span 2;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-five__info {
    grid-column: auto;
    gap: 25px;
  }
}
.contact-five__info .contact-map {
  margin-top: auto;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.contact-five__info .contact-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-six.section.v3 .contact-six__form .form-group .input-wrap .form-control {
  border-radius: 0;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.contact-six.section.v4 .contact-six__form .form-group .input-wrap .form-control {
  border-radius: 0;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.contact-six__form {
  max-width: 780px;
  margin: 0 auto;
}
.contact-six__form .form-group label {
  display: block;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.contact-six__form .form-group .input-wrap {
  position: relative;
}
.contact-six__form .form-group .input-wrap .form-control {
  width: 100%;
  height: 50px;
  background-color: var(--color-white);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 10px;
  padding: 0 45px 0 20px;
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.6;
}
.contact-six__form .form-group .input-wrap .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}
.contact-six__form .form-group .input-wrap .form-control::placeholder {
  color: var(--color-gray);
}
.contact-six__form .form-group .input-wrap select.form-control {
  appearance: none;
  color: var(--color-gray);
}
.contact-six__form .form-group .input-wrap textarea.form-control {
  height: 160px;
  padding-top: 15px;
  resize: none;
}
.contact-six__form .form-group .input-wrap i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #1c1c1c;
  font-size: 14px;
  pointer-events: none;
}
.contact-six__form .form-group .input-wrap textarea + i {
  top: 25px;
  transform: none;
}
.contact-six__form .submit-btn {
  margin-top: 5px;
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day.selected.inRange,
.flatpickr-calendar .flatpickr-day.startRange.inRange,
.flatpickr-calendar .flatpickr-day.endRange.inRange,
.flatpickr-calendar .flatpickr-day.selected:focus,
.flatpickr-calendar .flatpickr-day.startRange:focus,
.flatpickr-calendar .flatpickr-day.endRange:focus,
.flatpickr-calendar .flatpickr-day.selected:hover,
.flatpickr-calendar .flatpickr-day.startRange:hover,
.flatpickr-calendar .flatpickr-day.endRange:hover,
.flatpickr-calendar .flatpickr-day.selected.prevMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.selected.nextMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.nextMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.flatpickr-calendar .flatpickr-day.today {
  border-color: var(--primary-color) !important;
}

.shop-five__item .item-thumb {
  background-color: var(--accent-color);
  overflow: hidden;
  padding: 30px;
  aspect-ratio: 1/1;
}
.shop-five__item .item-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-five__item .item-thumb .item-action {
  bottom: 10px;
  left: 50%;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-five__item .item-thumb .item-action .add-btn {
  background-color: var(--color-white);
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  padding: 0 14px;
  height: 34px;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-five__item .item-thumb .item-action .add-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.shop-five__item .item-thumb .item-action .wishlist-btn {
  width: 34px;
  height: 34px;
  background-color: var(--primary-color);
  color: var(--color-white);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-five__item .item-thumb .item-action .wishlist-btn svg,
.shop-five__item .item-thumb .item-action .wishlist-btn img {
  width: 18px;
  height: 18px;
}
.shop-five__item .item-thumb .item-action .wishlist-btn:hover {
  background-color: var(--secondary-color);
}
.shop-five__item:hover .item-thumb img, .shop-five__item.active .item-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.shop-five__item:hover .item-thumb .item-action, .shop-five__item.active .item-thumb .item-action {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.shop-five__item .item-content {
  margin-top: 20px;
  font-family: var(--ff-boldonse);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.24px;
  gap: 15px;
}
.shop-five__item .item-content .item-title {
  margin: 0;
  font: inherit;
  color: inherit;
}
.shop-five__item .item-content .item-title a {
  font: inherit;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-five__item .item-content .item-title a:hover {
  color: var(--secondary-color);
}
.shop-five__item .item-content .item-price {
  font: inherit;
  color: inherit;
  white-space: nowrap;
}

.shop-one-main .widget-shop-one__sidebar {
  gap: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .shop-one-main .widget-shop-one__sidebar {
    gap: 30px;
  }
}
.shop-one-main__wrapper {
  gap: 60px;
}
.shop-one-main__wrapper .widget-shop-one__sidebar {
  max-width: 270px;
  width: 100%;
}
@media only screen and (max-width: 1439.98px) {
  .shop-one-main__wrapper {
    gap: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .shop-one-main__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .shop-one-main__wrapper .widget-shop-one__sidebar {
    max-width: 100%;
  }
}
.shop-one-main__item-nav-options {
  width: 100%;
}
.shop-one-main__options {
  margin-bottom: 30px;
}
.shop-one-main__options .results-count {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin: 0;
}
.shop-one-main__options .sort-wrap .sort-selected {
  gap: 8px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  padding: 0;
  padding-right: 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__options .sort-wrap .sort-selected::after {
  content: "\f078";
  right: 0;
  top: 50%;
  font: var(--fa-font-solid);
  font-size: 10px;
  color: var(--primary-color);
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__options .sort-wrap .sort-selected[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.shop-one-main__options .sort-wrap .sort-dropdown {
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  background-color: var(--color-white);
  box-shadow: 0 8px 30px rgba(var(--color-black-rgb), 0.12);
  border-radius: 4px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  z-index: 100;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__options .sort-wrap .sort-dropdown.open {
  display: block;
}
.shop-one-main__options .sort-wrap .sort-dropdown .sort-item {
  padding: 10px 16px;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__options .sort-wrap .sort-dropdown .sort-item:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.shop-one-main__options .sort-wrap .sort-dropdown .sort-item.active {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.shop-one-main__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 60px;
}
@media only screen and (max-width: 1439.98px) {
  .shop-one-main__items {
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .shop-one-main__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .shop-one-main__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.shop-one-main__items.v2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 575.98px) {
  .shop-one-main__items.v2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.shop-one-main__item .item-thumb {
  background-color: var(--color-white);
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.shop-one-main__item .item-thumb a {
  width: 100%;
  height: 100%;
}
.shop-one-main__item .item-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__item .item-thumb .item-action {
  bottom: 10px;
  left: 50%;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shop-one-main__item .item-thumb .item-action .add-btn {
  background-color: var(--color-white);
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  padding: 0 14px;
  height: 34px;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__item .item-thumb .item-action .add-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.shop-one-main__item .item-thumb .item-action .wishlist-btn {
  width: 34px;
  height: 34px;
  background-color: var(--accent-color);
  color: var(--color-white);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__item .item-thumb .item-action .wishlist-btn svg,
.shop-one-main__item .item-thumb .item-action .wishlist-btn img {
  width: 18px;
  height: 18px;
}
.shop-one-main__item .item-thumb .item-action .wishlist-btn:hover {
  background-color: var(--primary-color);
}
.shop-one-main__item:hover .item-thumb img, .shop-one-main__item.active .item-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.shop-one-main__item:hover .item-thumb .item-action, .shop-one-main__item.active .item-thumb .item-action {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.shop-one-main__item .item-content {
  margin-top: 23px;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.24px;
  gap: 15px;
}
.shop-one-main__item .item-content .item-title {
  margin: 0;
  font: inherit;
  color: inherit;
}
.shop-one-main__item .item-content .item-title a {
  font: inherit;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__item .item-content .item-title a:hover {
  color: var(--accent-color);
}
.shop-one-main__item .item-content .item-price {
  font-size: 16px;
  font-family: var(--ff-dm-sans);
  font-weight: 400;
  letter-spacing: -0.32px;
  color: inherit;
  white-space: nowrap;
}
.shop-one-main__item.v2 .item-thumb .item-action .add-btn {
  border-radius: 4px;
}
.shop-one-main__item.v2 .item-thumb .item-action .add-btn:hover {
  background-color: var(--secondary-color);
  color: var(--color-white);
}
.shop-one-main__item.v2 .item-content {
  margin-top: 23px;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.24px;
  gap: 15px;
}
.shop-one-main__item.v2 .item-content .item-title,
.shop-one-main__item.v2 .item-content .item-price {
  margin: 0;
  font: inherit;
  color: inherit;
}
.shop-one-main__item.v2 .item-content .item-title a,
.shop-one-main__item.v2 .item-content .item-price a {
  font: inherit;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__item.v2 .item-content .item-title a:hover,
.shop-one-main__item.v2 .item-content .item-price a:hover {
  color: var(--accent-color);
}
.shop-one-main__item.v2 .item-content .item-title a:hover {
  color: var(--secondary-color);
}
.shop-one-main__item.v3 .item-thumb {
  border-radius: 0;
}
.shop-one-main__item.v3 .item-thumb .item-action .add-btn {
  background-color: var(--color-white);
  color: var(--primary-color);
  border-radius: 0;
}
.shop-one-main__item.v3 .item-thumb .item-action .add-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.shop-one-main__item.v3 .item-thumb .item-action .wishlist-btn {
  background-color: var(--color-white);
  color: var(--primary-color);
  border-radius: 0;
}
.shop-one-main__item.v3 .item-thumb .item-action .wishlist-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.shop-one-main__item.v3 .item-content {
  color: var(--primary-color);
}
.shop-one-main__item.v3 .item-content .item-title,
.shop-one-main__item.v3 .item-content .item-price {
  margin: 0;
  font: inherit;
  color: inherit;
}
.shop-one-main__item.v3 .item-content .item-title a,
.shop-one-main__item.v3 .item-content .item-price a {
  font: inherit;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__item.v3 .item-content .item-title a:hover,
.shop-one-main__item.v3 .item-content .item-price a:hover {
  color: var(--accent-color);
}
.shop-one-main__item.v3 .item-content .item-title a:hover {
  color: var(--secondary-color);
}
.shop-one-main__item.v4 .item-thumb {
  border-radius: 0;
}
.shop-one-main__item.v4 .item-thumb .item-action .add-btn {
  background-color: var(--color-white);
  color: var(--primary-color);
  border-radius: 0;
}
.shop-one-main__item.v4 .item-thumb .item-action .add-btn:hover {
  background-color: var(--accent-color);
  color: var(--color-white);
}
.shop-one-main__item.v4 .item-thumb .item-action .wishlist-btn {
  background-color: var(--color-white);
  color: var(--primary-color);
  border-radius: 0;
}
.shop-one-main__item.v4 .item-thumb .item-action .wishlist-btn:hover {
  background-color: var(--accent-color);
  color: var(--color-white);
}
.shop-one-main__item.v4 .item-content {
  color: var(--primary-color);
}
.shop-one-main__item.v4 .item-content .item-title,
.shop-one-main__item.v4 .item-content .item-price {
  margin: 0;
  font: inherit;
  color: inherit;
}
.shop-one-main__item.v4 .item-content .item-title a,
.shop-one-main__item.v4 .item-content .item-price a {
  font: inherit;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__item.v4 .item-content .item-title a:hover,
.shop-one-main__item.v4 .item-content .item-price a:hover {
  color: var(--accent-color);
}
.shop-one-main__item.v4 .item-content .item-title a:hover {
  color: var(--accent-color);
}
.shop-one-main__item.v5 .item-thumb {
  border-radius: 0;
}
.shop-one-main__item.v5 .item-thumb .item-action .add-btn {
  background-color: var(--color-white);
  color: var(--primary-color);
  border-radius: 0;
}
.shop-one-main__item.v5 .item-thumb .item-action .add-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.shop-one-main__item.v5 .item-thumb .item-action .wishlist-btn {
  background-color: var(--color-white);
  color: var(--primary-color);
  border-radius: 0;
}
.shop-one-main__item.v5 .item-thumb .item-action .wishlist-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.shop-one-main__item.v5 .item-content .item-title,
.shop-one-main__item.v5 .item-content .item-price {
  margin: 0;
  font: inherit;
  color: inherit;
}
.shop-one-main__item.v5 .item-content .item-title a,
.shop-one-main__item.v5 .item-content .item-price a {
  font: inherit;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-main__item.v5 .item-content .item-title a:hover,
.shop-one-main__item.v5 .item-content .item-price a:hover {
  color: var(--accent-color);
}
.shop-one-main__item.v5 .item-content .item-title a:hover {
  color: var(--secondary-color);
}
.shop-one-main__item.v5 .item-content .item-price {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--ff-dm-sans);
}

.tricker-five.section {
  overflow: hidden;
}
.tricker-five.section * {
  gap: 30px;
  font-size: 80px;
  color: rgba(var(--primary-color-rgb), 0.34);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .tricker-five.section * {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tricker-five.section * {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tricker-five.section * {
    font-size: 75px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tricker-five.section * {
    font-size: 60px;
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tricker-five.section * {
    font-size: 50px;
  }
}
.tricker-five.section * .tricker-text {
  color: var(--primary-color);
}
.tricker-five.section * .no-fill {
  -webkit-text-stroke: 1px rgba(var(--primary-color-rgb), 0.14);
  -webkit-text-fill-color: transparent;
}
.tricker-five.section * .tricker-icon {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  color: rgba(var(--primary-color-rgb), 0.1);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 100%;
}
@media only screen and (max-width: 991.98px) {
  .tricker-five.section * .tricker-icon {
    width: 80px;
    height: 80px;
  }
  .tricker-five.section * .tricker-icon img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 575.98px) {
  .tricker-five.section * .tricker-icon {
    width: 60px;
    height: 60px;
  }
  .tricker-five.section * .tricker-icon img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}
.tricker-five.section * .tricker-icon i,
.tricker-five.section * .tricker-icon svg {
  width: 100%;
  height: 100%;
}

.blog-grid__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
@media only screen and (max-width: 1439.98px) {
  .blog-grid__items {
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-grid__items {
    gap: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-grid__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.blog-grid__item {
  padding: 10px;
  border-radius: 20px;
  background: var(--accent3-color);
}
.blog-grid__item .blog-thumb a {
  border-radius: 16px;
  overflow: hidden;
}
.blog-grid__item .blog-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .blog-grid__item .blog-thumb a img {
    min-height: 300px;
  }
}
.blog-grid__item .blog-thumb .blog-date {
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  padding: 11px 16px;
  border-radius: 16px;
  background: #ffe62e;
  color: var(--primary-color);
  box-sizing: border-box;
}
@media only screen and (max-width: 1199.98px) {
  .blog-grid__item .blog-thumb .blog-date {
    width: 60px;
    height: 60px;
  }
}
.blog-grid__item .blog-thumb .blog-date .day-text {
  font-family: var(--ff-boldonse);
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1199.98px) {
  .blog-grid__item .blog-thumb .blog-date .day-text {
    font-size: 20px;
  }
}
.blog-grid__item .blog-thumb .blog-date .month-text {
  font-family: var(--ff-dm-sans);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  .blog-grid__item .blog-thumb .blog-date .month-text {
    font-size: 12px;
  }
}
.blog-grid__item .blog-content {
  padding: 25px 20px 20px 20px;
}
@media only screen and (max-width: 991.98px) {
  .blog-grid__item .blog-content {
    padding: 20px 10px 15px 10px;
  }
}
.blog-grid__item .blog-content .content-title {
  color: var(--primary-color);
  font-size: 32px;
  font-family: var(--ff-boldonse);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439.98px) {
  .blog-grid__item .blog-content .content-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog-grid__item .blog-content .content-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-grid__item .blog-content .content-title {
    font-size: 18px;
  }
}
.blog-grid__item .blog-content .content-title a {
  font: inherit;
  color: inherit;
}
.blog-grid__item .blog-content .content-title a:hover {
  color: var(--accent-color);
}
.blog-grid__item .blog-content .content-line {
  height: 1px;
  background-color: rgba(var(--primary-color-rgb), 0.14);
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-grid__item .blog-content .content-footer {
  gap: 10px;
  padding-top: 33px;
  margin-top: 25px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
@media only screen and (max-width: 991.98px) {
  .blog-grid__item .blog-content .content-footer {
    padding-top: 20px;
    margin-top: 15px;
  }
}
.blog-grid__item .blog-content .content-footer .author {
  gap: 6px;
}
.blog-grid__item .blog-content .content-footer .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-grid__item .blog-content .content-footer .author .author-name {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  color: var(--primary-color);
}
@media only screen and (max-width: 991.98px) {
  .blog-grid__item .blog-content .content-footer .author .author-name {
    font-size: 10px;
  }
}
.blog-grid__item .blog-content .content-footer .read-more-btn {
  height: 50px;
  padding: 0 30px;
  border-radius: 100px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background-color: transparent;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  .blog-grid__item .blog-content .content-footer .read-more-btn {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
}
.blog-grid__item .blog-content .content-footer .read-more-btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--color-white);
}
.blog-grid__item.v2-extra {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid rgba(var(--accent-color2-rgb), 0.14);
}
.blog-grid__item.v2-extra .blog-thumb a {
  border-radius: 6px;
}
.blog-grid__item.v2-extra .blog-thumb .blog-date {
  border-radius: 4px;
  background: var(--accent-color4);
  color: var(--color-white);
}
.blog-grid__item.v2-extra .blog-content .content-title a:hover {
  color: var(--accent-color4);
}
.blog-grid__item.v3-extra {
  background-color: transparent;
  border-radius: 0px;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.blog-grid__item.v3-extra .blog-thumb {
  border-radius: 0px;
}
.blog-grid__item.v3-extra .blog-thumb a {
  border-radius: 0px;
}
.blog-grid__item.v3-extra .blog-thumb .blog-date {
  border-radius: 0px;
  background: var(--secondary-color);
  color: var(--color-white);
}
.blog-grid__item.v3-extra .blog-content .content-title {
  color: var(--primary-color);
}
.blog-grid__item.v3-extra .blog-content .content-title a:hover {
  color: var(--secondary-color);
}
.blog-grid__item.v3-extra .blog-content .content-footer {
  border-top: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.blog-grid__item.v4-extra {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.blog-grid__item.v4-extra .blog-thumb {
  border-radius: 0px;
}
.blog-grid__item.v4-extra .blog-thumb a {
  border-radius: 0px;
}
.blog-grid__item.v4-extra .blog-thumb .blog-date {
  border-radius: 0px;
  background: var(--accent-color);
  color: var(--color-white);
}
.blog-grid__item.v4-extra .blog-content .content-title {
  color: var(--primary-color);
}
.blog-grid__item.v4-extra .blog-content .content-title a:hover {
  color: var(--accent-color);
}
.blog-grid__item.v4-extra .blog-content .content-footer {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}

.history-one__item {
  gap: 50px;
}
@media only screen and (max-width: 991.98px) {
  .history-one__item {
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .history-one__item {
    flex-direction: column;
  }
}
.history-one__item:not(:last-of-type) {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.history-one__item:not(:first-of-type) {
  padding-top: 50px;
}
@media only screen and (max-width: 991.98px) {
  .history-one__item:not(:first-of-type) {
    padding-top: 30px;
  }
}
.history-one__item:not(:last-of-type) {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .history-one__item:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
.history-one__item .item-thumb {
  max-width: 520px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .history-one__item .item-thumb {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .history-one__item .item-thumb {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .history-one__item .item-thumb {
    max-width: 100%;
  }
}
.history-one__item .item-thumb img {
  width: 100%;
  min-height: 250px;
  height: 100%;
  object-fit: cover;
}
.history-one__item .item-content {
  gap: 30px;
}
@media only screen and (max-width: 767.98px) {
  .history-one__item .item-content {
    gap: 15px;
  }
}
.history-one__item .item-content .content-header .year {
  color: var(--color-white);
  -webkit-text-stroke: 1px rgba(var(--primary-color-rgb), 0.14);
  font-family: var(--ff-boldonse);
  font-size: 48px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .history-one__item .item-content .content-header .year {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .history-one__item .item-content .content-header .year {
    font-size: 30px;
  }
}
.history-one__item .item-content .content-body .content-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199.98px) {
  .history-one__item .item-content .content-body .content-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .history-one__item .item-content .content-body .content-title br {
    display: none;
  }
}
.history-one__item .item-content .content-body .content-title .highlight {
  font: inherit;
  color: var(--accent-color);
}
.history-one__item .item-content .content-body .desc {
  max-width: 730px;
  width: 100%;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 767.98px) {
  .history-one__item .item-content .content-body .desc {
    max-width: 100%;
  }
}

.history-two__item {
  gap: 50px;
}
@media only screen and (max-width: 991.98px) {
  .history-two__item {
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .history-two__item {
    flex-direction: column;
  }
}
.history-two__item:not(:last-of-type) {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.history-two__item:not(:first-of-type) {
  padding-top: 50px;
}
@media only screen and (max-width: 991.98px) {
  .history-two__item:not(:first-of-type) {
    padding-top: 30px;
  }
}
.history-two__item:not(:last-of-type) {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .history-two__item:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
.history-two__item .item-thumb {
  max-width: 520px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .history-two__item .item-thumb {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .history-two__item .item-thumb {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .history-two__item .item-thumb {
    max-width: 100%;
  }
}
.history-two__item .item-thumb img {
  width: 100%;
  min-height: 250px;
  height: 100%;
  object-fit: cover;
}
.history-two__item .item-content {
  gap: 30px;
}
@media only screen and (max-width: 767.98px) {
  .history-two__item .item-content {
    gap: 15px;
  }
}
.history-two__item .item-content .content-header .year {
  color: var(--color-white);
  -webkit-text-stroke: 1px rgba(var(--primary-color-rgb), 0.14);
  font-family: var(--ff-boldonse);
  font-size: 48px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .history-two__item .item-content .content-header .year {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .history-two__item .item-content .content-header .year {
    font-size: 30px;
  }
}
.history-two__item .item-content .content-body .content-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199.98px) {
  .history-two__item .item-content .content-body .content-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .history-two__item .item-content .content-body .content-title br {
    display: none;
  }
}
.history-two__item .item-content .content-body .content-title .highlight {
  font: inherit;
  color: var(--accent-color);
}
.history-two__item .item-content .content-body .desc {
  max-width: 730px;
  width: 100%;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 767.98px) {
  .history-two__item .item-content .content-body .desc {
    max-width: 100%;
  }
}
.related-one__slider {
  overflow: hidden;
  cursor: grab;
}
.related-one__slider:active {
  cursor: grabbing;
}
.related-one__slider .swiper-slide {
  width: auto;
}
.related-one__slider-pagination {
  gap: 6px;
  margin-top: 60px;
}
@media only screen and (max-width: 991.98px) {
  .related-one__slider-pagination {
    margin-top: 40px;
  }
}
.related-one__slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0.3;
  margin: 0 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.related-one__slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.related-one__item .item-thumb {
  background-color: var(--color-white);
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.related-one__item .item-thumb a {
  width: 100%;
  height: 100%;
}
.related-one__item .item-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.related-one__item .item-thumb .item-action {
  bottom: 10px;
  left: 50%;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.related-one__item .item-thumb .item-action .add-btn {
  background-color: var(--color-white);
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  padding: 0 14px;
  height: 34px;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.related-one__item .item-thumb .item-action .add-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.related-one__item .item-thumb .item-action .wishlist-btn {
  width: 34px;
  height: 34px;
  background-color: var(--accent-color);
  color: var(--color-white);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.related-one__item .item-thumb .item-action .wishlist-btn svg,
.related-one__item .item-thumb .item-action .wishlist-btn img {
  width: 18px;
  height: 18px;
}
.related-one__item .item-thumb .item-action .wishlist-btn:hover {
  background-color: var(--primary-color);
}
.related-one__item:hover .item-thumb img, .related-one__item.active .item-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.related-one__item:hover .item-thumb .item-action, .related-one__item.active .item-thumb .item-action {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.related-one__item .item-content {
  margin-top: 23px;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.24px;
  gap: 15px;
}
.related-one__item .item-content .item-title {
  margin: 0;
  font: inherit;
  color: inherit;
}
.related-one__item .item-content .item-title a {
  font: inherit;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.related-one__item .item-content .item-title a:hover {
  color: var(--accent-color);
}
.related-one__item .item-content .item-price {
  font-size: 16px;
  font-family: var(--ff-dm-sans);
  font-weight: 400;
  letter-spacing: -0.32px;
  color: inherit;
  white-space: nowrap;
}
.related-one__item.v2 .item-thumb .item-action .add-btn {
  border-radius: 4px;
}
.related-one__item.v2 .item-thumb .item-action .add-btn:hover {
  background-color: var(--secondary-color);
  color: var(--color-white);
}
.related-one__item.v2 .item-content {
  margin-top: 23px;
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.24px;
  gap: 15px;
}
.related-one__item.v2 .item-content .item-title,
.related-one__item.v2 .item-content .item-price {
  margin: 0;
  font: inherit;
  color: inherit;
}
.related-one__item.v2 .item-content .item-title a,
.related-one__item.v2 .item-content .item-price a {
  font: inherit;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.related-one__item.v2 .item-content .item-title a:hover,
.related-one__item.v2 .item-content .item-price a:hover {
  color: var(--accent-color);
}
.related-one__item.v2 .item-content .item-title a:hover {
  color: var(--secondary-color);
}

.achievements-one__wrapper {
  gap: 30px;
  border-top: 1px solid rgba(var(--accent-color2-rgb), 0.14);
  border-bottom: 1px solid rgba(var(--accent-color2-rgb), 0.14);
}
@media only screen and (max-width: 767.98px) {
  .achievements-one__wrapper {
    flex-direction: column;
  }
}
.achievements-one__content {
  max-width: 600px;
  width: 100%;
}
.achievements-one__content .awards {
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .achievements-one__content .awards {
    justify-content: center;
  }
}
.achievements-one__list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .achievements-one__list {
    margin-bottom: 40px;
  }
}
.achievements-one__list .achievements-checklist .checklist-item {
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(var(--accent-color2-rgb), 0.14);
}
.achievements-one__list .achievements-checklist .checklist-item .checklist-text {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  color: var(--color-gray);
}
.achievements-one__list .achievements-checklist .checklist-item .icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  flex-shrink: 0;
  color: var(--secondary-color);
}
.achievements-one__thumb {
  max-width: 580px;
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.achievements-one__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.achievements-one.v3 .achievements-one__wrapper {
  border-bottom: none;
}
.achievements-one.v3 .achievements-one__list .achievements-checklist .checklist-item {
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.achievements-one.v3 .achievements-one__list .achievements-checklist .checklist-item .icon {
  color: var(--primary-color);
}
.achievements-one.v3 .achievements-one__thumb {
  border-radius: 0px;
}

.grid-menu__tabs {
  gap: 10px;
  border: none;
}
.grid-menu__tabs .nav-link {
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 100px;
  background-color: var(--color-white);
  color: var(--primary-color);
  text-align: center;
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  padding-inline: 30px;
  padding-block: 17px 12px;
}
@media only screen and (max-width: 991.98px) {
  .grid-menu__tabs .nav-link {
    padding-inline: 15px;
    padding-block: 10px 7px;
    font-size: 10px;
  }
}
.grid-menu__tabs .nav-link.active {
  color: var(--primary-color) !important;
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--color-white);
}
.grid-menu__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 30px;
  column-gap: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .grid-menu__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .grid-menu__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-menu__item {
  border-radius: 10px;
  padding: 10px 10px 30px;
  background: var(--root-color);
  height: max-content;
}
.grid-menu__item .item-thumb {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .grid-menu__item .item-thumb {
    margin-bottom: 20px;
  }
}
.grid-menu__item .item-thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  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;
}
.grid-menu__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-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding: 12px 16px 8px;
}
@media only screen and (max-width: 991.98px) {
  .grid-menu__item .item-thumb .item-tag {
    font-size: 12px;
  }
}
.grid-menu__item .item-thumb .item-tag.v2 {
  background: #ff4058;
  color: var(--color-white);
}
.grid-menu__item .item-thumb .item-tag.v3 {
  background: var(--primary-color);
  color: var(--color-white);
}
.grid-menu__item .item-content {
  padding: 0 20px;
}
@media only screen and (max-width: 1199.98px) {
  .grid-menu__item .item-content {
    padding: 0 10px;
  }
}
.grid-menu__item .item-content .item-title {
  margin-bottom: 6px;
  font-family: var(--ff-boldonse);
  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) {
  .grid-menu__item .item-content .item-title {
    font-size: 20px;
  }
}
.grid-menu__item .item-content .item-title a {
  display: inline-block;
  transition: all 0.3s ease;
  font: inherit;
  color: inherit;
}
.grid-menu__item .item-content .item-title a:hover {
  color: var(--accent-color);
}
.grid-menu__item .item-content p {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 160%;
}
.grid-menu__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) {
  .grid-menu__item .item-content .item-footer {
    margin-top: 20px;
  }
}
.grid-menu__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-boldonse);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.grid-menu__item:hover .item-thumb img {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.contact-map__items {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-map__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .contact-map__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.contact-map__item {
  border-radius: 10px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background: var(--color-white);
  padding: 20px;
}
.contact-map__item .item-header {
  gap: 10px;
}
.contact-map__item .item-header .item-incon {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  color: var(--primary-color);
}
.contact-map__item .item-header .item-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact-map__item .item-body {
  margin-top: 35px;
}
.contact-map__item .item-body p,
.contact-map__item .item-body div {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: -0.32px;
  font-weight: 400;
}
.contact-map__item .item-body p:last-child,
.contact-map__item .item-body div:last-child {
  margin-bottom: 0;
}
.contact-map__item .item-body p span,
.contact-map__item .item-body div span {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
.contact-map__item .item-body p a,
.contact-map__item .item-body div a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.contact-map__item .item-body p a:hover,
.contact-map__item .item-body div a:hover {
  color: var(--primary-color);
}
.contact-map__map {
  width: 100%;
  height: 700px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .contact-map__map {
    height: 600px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-map__map {
    height: 500px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-map__map {
    height: 400px;
  }
}
.contact-map__map iframe {
  width: 100%;
  height: 100%;
}

.contact-map.v2 .contact-map__item .item-header .item-incon {
  color: var(--secondary-color);
}
.contact-map.v3 .contact-map__item {
  border-radius: 0;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.contact-map.v3 .contact-map__map {
  border-radius: 0;
}
.contact-map.v4 .contact-map__item {
  border-radius: 0;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.contact-map.v4 .contact-map__map {
  border-radius: 0;
}

.login-main__form {
  max-width: 780px;
  margin: 0 auto;
}
.login-main__form .form-group label {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.login-main__form .form-group .input-wrap .form-control {
  width: 100%;
  height: 50px;
  background-color: var(--color-white);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 10px;
  padding: 0 45px 0 20px;
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.6;
}
.login-main__form .form-group .input-wrap .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}
.login-main__form .form-group .input-wrap .form-control::placeholder {
  color: var(--color-gray);
}
.login-main__form .form-group .input-wrap i {
  right: 20px;
  top: 50%;
  color: var(--color-gray);
  font-size: 14px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login-main__form .form-group .input-wrap .toggle-password {
  pointer-events: auto;
  cursor: pointer;
}
.login-main__form .form-group.submit-group {
  gap: 10px;
}
@media only screen and (max-width: 575.98px) {
  .login-main__form .form-group.submit-group {
    align-items: start;
    flex-direction: column;
  }
}
.login-main__form .form-group.submit-group .submit-btn {
  background-color: var(--hover-2);
  color: var(--primary-color);
  border: none;
  outline: none;
}
.login-main__form .form-group.submit-group .submit-btn.style-custom {
  height: 50px;
  border-radius: 100px;
  padding: 19px 30px;
}
.login-main__form .form-group.submit-group .submit-btn.style-custom .btn-text {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
.login-main__form .form-group.submit-group .submit-btn.style-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 20px;
}
.login-main__form .form-group.submit-group .submit-btn.style-custom-icon .icon-wrap svg {
  width: 24px;
  height: 24px;
}
.login-main__form .form-group.submit-group .remember-me-wrap {
  gap: 10px;
  user-select: none;
}
.login-main__form .form-group.submit-group .remember-me-wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  appearance: none;
  background-color: var(--color-white);
  cursor: pointer;
}
.login-main__form .form-group.submit-group .remember-me-wrap input[type=checkbox]:checked {
  background-color: var(--hover-2);
  border-color: var(--hover-2);
}
.login-main__form .form-group.submit-group .remember-me-wrap input[type=checkbox]:checked::before {
  content: "\f00c";
  font: var(--fa-font-solid);
  color: var(--primary-color);
}
.login-main__form .form-group.submit-group .remember-me-wrap .remember-label {
  margin-bottom: 0;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--ff-dm-sans);
  cursor: pointer;
}
.login-main__form .lost-password {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.login-main__form .lost-password:hover {
  color: var(--primary-color);
}
.login-main__form.v3 .form-group .input-wrap .form-control {
  border-radius: 0;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.login-main__form.v4 .form-group .input-wrap .form-control {
  border-radius: 0;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}

.faq-cloud-kitchen__main {
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .faq-cloud-kitchen__main {
    flex-direction: column;
  }
}
.faq-cloud-kitchen__main .faq-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .faq-cloud-kitchen__main .faq-title {
    font-size: 20px;
  }
}
.faq-cloud-kitchen__accordion {
  gap: 10px;
  max-width: 610px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .faq-cloud-kitchen__accordion {
    max-width: 100%;
  }
}
.faq-cloud-kitchen__accordion .accordion-item {
  background-color: var(--color-white);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14) !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.faq-cloud-kitchen__accordion .accordion-item .accordion-header {
  margin: 0;
}
.faq-cloud-kitchen__accordion .accordion-item .accordion-header .accordion-button {
  padding: 27px 20px;
  color: var(--primary-color);
  background-color: transparent;
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: -0.32px;
  box-shadow: none;
  transition: padding-bottom 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .faq-cloud-kitchen__accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px;
    font-size: 14px;
  }
}
.faq-cloud-kitchen__accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  font: var(--fa-font-regular);
  font-weight: 400;
  font-size: 15px;
  color: var(--primary-color);
  background-image: none;
  transform: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.faq-cloud-kitchen__accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--primary-color);
  box-shadow: none;
  padding-bottom: 8px;
}
.faq-cloud-kitchen__accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-cloud-kitchen__accordion .accordion-item .accordion-body {
  padding: 0 20px 25px 20px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}

.faq-common__main {
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .faq-common__main {
    flex-direction: column;
  }
}
.faq-common__main .faq-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .faq-common__main .faq-title {
    font-size: 20px;
  }
}
.faq-common__accordion {
  gap: 10px;
  max-width: 610px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .faq-common__accordion {
    max-width: 100%;
  }
}
.faq-common__accordion .accordion-item {
  background-color: var(--color-white);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14) !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.faq-common__accordion .accordion-item .accordion-header {
  margin: 0;
}
.faq-common__accordion .accordion-item .accordion-header .accordion-button {
  padding: 27px 20px;
  color: var(--primary-color);
  background-color: transparent;
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: -0.32px;
  box-shadow: none;
  transition: padding-bottom 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .faq-common__accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px;
    font-size: 14px;
  }
}
.faq-common__accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  font: var(--fa-font-regular);
  font-weight: 400;
  font-size: 15px;
  color: var(--primary-color);
  background-image: none;
  transform: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.faq-common__accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--primary-color);
  box-shadow: none;
  padding-bottom: 8px;
}
.faq-common__accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-common__accordion .accordion-item .accordion-body {
  padding: 0 20px 25px 20px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.faq-common.v3 .faq-common__accordion .accordion-item {
  border-radius: 0 !important;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14) !important;
}
.faq-common.v4 .faq-common__accordion .accordion-item {
  border-radius: 0 !important;
}

.cart-cloud-kitchen__carts {
  margin-bottom: 30px;
}
.cart-cloud-kitchen__carts .cart-header {
  grid-template-columns: 140px 160px 1.5fr 1fr 1.5fr 1fr;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .cart-cloud-kitchen__carts .cart-header {
    grid-template-columns: 60px 120px 1.5fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart-cloud-kitchen__carts .cart-header {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }
}
.cart-cloud-kitchen__carts .cart-header p {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .cart-cloud-kitchen__carts .cart-header p.h-empty {
    display: none;
  }
}
.cart-cloud-kitchen__carts .cart-header p.h-product, .cart-cloud-kitchen__carts .cart-header p.h-price, .cart-cloud-kitchen__carts .cart-header p.h-quantity, .cart-cloud-kitchen__carts .cart-header p.h-subtotal {
  text-align: center;
}
.cart-cloud-kitchen__carts .cart-item {
  grid-template-columns: 140px 160px 1.5fr 1fr 1.5fr 1fr;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-cloud-kitchen__carts .cart-item {
    grid-template-columns: 60px 120px 1.5fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart-cloud-kitchen__carts .cart-item {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
.cart-cloud-kitchen__carts .cart-item .remove-col {
  justify-content: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .cart-cloud-kitchen__carts .cart-item .remove-col {
    justify-content: center;
  }
}
.cart-cloud-kitchen__carts .cart-item .remove-col .remove-btn {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: var(--primary-color);
  color: var(--color-white);
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
}
.cart-cloud-kitchen__carts .cart-item .remove-col .remove-btn:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.cart-cloud-kitchen__carts .cart-item .img-col {
  justify-content: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .cart-cloud-kitchen__carts .cart-item .img-col {
    justify-content: center;
  }
}
.cart-cloud-kitchen__carts .cart-item .img-col .img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.cart-cloud-kitchen__carts .cart-item .img-col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-cloud-kitchen__carts .cart-item .product-title-col {
  text-align: center;
}
.cart-cloud-kitchen__carts .cart-item .product-title-col .product-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-cloud-kitchen__carts .cart-item .product-title-col .product-title {
    font-size: 12px;
  }
}
.cart-cloud-kitchen__carts .cart-item .price,
.cart-cloud-kitchen__carts .cart-item .subtotal {
  text-align: center;
}
.cart-cloud-kitchen__carts .cart-item .price p,
.cart-cloud-kitchen__carts .cart-item .subtotal p {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 0;
}
.cart-cloud-kitchen__carts .cart-item .quantity {
  justify-content: center;
}
.cart-cloud-kitchen__carts .cart-item .quantity .number-input {
  gap: 10px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 100px;
  padding: 0 20px;
  height: 50px;
  width: 140px;
  background-color: var(--color-white);
  justify-content: space-between;
  white-space: nowrap;
}
@media only screen and (max-width: 991.98px) {
  .cart-cloud-kitchen__carts .cart-item .quantity .number-input {
    width: 100px;
    height: 40px;
  }
}
.cart-cloud-kitchen__carts .cart-item .quantity .number-input .number-btn {
  background: transparent;
  color: var(--primary-color);
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}
.cart-cloud-kitchen__carts .cart-item .quantity .number-input .number {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 0;
  min-width: 20px;
  text-align: center;
}
.cart-cloud-kitchen__bottom {
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .cart-cloud-kitchen__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-cloud-kitchen__bottom .cupon-code {
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .cart-cloud-kitchen__bottom .cupon-code {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
.cart-cloud-kitchen__bottom .cupon-code .input-wrap input {
  height: 50px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 100px;
  padding: 19px 18px;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.32px;
  width: 221px;
}
@media only screen and (max-width: 767.98px) {
  .cart-cloud-kitchen__bottom .cupon-code .input-wrap input {
    width: 100%;
  }
}
.cart-cloud-kitchen__bottom .cupon-code .input-wrap input:focus, .cart-cloud-kitchen__bottom .cupon-code .input-wrap input:focus-visible, .cart-cloud-kitchen__bottom .cupon-code .input-wrap input:active {
  outline-color: var(--primary-color-rgb);
}
.cart-cloud-kitchen__bottom .cupon-code .input-wrap input::placeholder {
  color: var(--primary-color);
  opacity: 1;
}
.cart-cloud-kitchen__total {
  margin-top: 110px;
}
@media only screen and (max-width: 991.98px) {
  .cart-cloud-kitchen__total {
    margin-top: 50px;
  }
}
.cart-cloud-kitchen__total .total-box {
  max-width: 580px;
  width: 100%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 767.98px) {
  .cart-cloud-kitchen__total .total-box {
    padding: 20px;
    max-width: 100%;
  }
}
.cart-cloud-kitchen__total .total-box .title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.cart-cloud-kitchen__total .total-box .total-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.cart-cloud-kitchen__total .total-box .total-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.cart-cloud-kitchen__total .total-box .total-list li:last-child {
  margin-bottom: 0;
}
.cart-cloud-kitchen__total .total-box .total-list li span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 575.98px) {
  .cart-cloud-kitchen__total .total-box .submit-btn .text-wrap {
    font-size: 10px;
    padding: 10px 20px;
  }
}

.cart-two__carts {
  margin-bottom: 30px;
}
.cart-two__carts .cart-header {
  grid-template-columns: 140px 160px 1.5fr 1fr 1.5fr 1fr;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .cart-two__carts .cart-header {
    grid-template-columns: 60px 120px 1.5fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart-two__carts .cart-header {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }
}
.cart-two__carts .cart-header p {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .cart-two__carts .cart-header p.h-empty {
    display: none;
  }
}
.cart-two__carts .cart-header p.h-product, .cart-two__carts .cart-header p.h-price, .cart-two__carts .cart-header p.h-quantity, .cart-two__carts .cart-header p.h-subtotal {
  text-align: center;
}
.cart-two__carts .cart-item {
  grid-template-columns: 140px 160px 1.5fr 1fr 1.5fr 1fr;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-two__carts .cart-item {
    grid-template-columns: 60px 120px 1.5fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart-two__carts .cart-item {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
.cart-two__carts .cart-item .remove-col {
  justify-content: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .cart-two__carts .cart-item .remove-col {
    justify-content: center;
  }
}
.cart-two__carts .cart-item .remove-col .remove-btn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--secondary-color);
  color: var(--color-white);
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
}
.cart-two__carts .cart-item .remove-col .remove-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.cart-two__carts .cart-item .img-col {
  justify-content: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .cart-two__carts .cart-item .img-col {
    justify-content: center;
  }
}
.cart-two__carts .cart-item .img-col .img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.cart-two__carts .cart-item .img-col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-two__carts .cart-item .product-title-col {
  text-align: center;
}
.cart-two__carts .cart-item .product-title-col .product-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-two__carts .cart-item .product-title-col .product-title {
    font-size: 12px;
  }
}
.cart-two__carts .cart-item .price,
.cart-two__carts .cart-item .subtotal {
  text-align: center;
}
.cart-two__carts .cart-item .price p,
.cart-two__carts .cart-item .subtotal p {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 0;
}
.cart-two__carts .cart-item .quantity {
  justify-content: center;
}
.cart-two__carts .cart-item .quantity .number-input {
  gap: 10px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 4px;
  padding: 0 20px;
  height: 50px;
  width: 140px;
  background-color: var(--color-white);
  justify-content: space-between;
  white-space: nowrap;
}
@media only screen and (max-width: 991.98px) {
  .cart-two__carts .cart-item .quantity .number-input {
    width: 100px;
    height: 40px;
  }
}
.cart-two__carts .cart-item .quantity .number-input .number-btn {
  background: transparent;
  color: var(--primary-color);
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}
.cart-two__carts .cart-item .quantity .number-input .number {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 0;
  min-width: 20px;
  text-align: center;
}
.cart-two__bottom {
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .cart-two__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-two__bottom .cupon-code {
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .cart-two__bottom .cupon-code {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
.cart-two__bottom .cupon-code .input-wrap input {
  height: 50px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 4px;
  padding: 19px 18px;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.32px;
  width: 221px;
}
@media only screen and (max-width: 767.98px) {
  .cart-two__bottom .cupon-code .input-wrap input {
    width: 100%;
  }
}
.cart-two__bottom .cupon-code .input-wrap input:focus, .cart-two__bottom .cupon-code .input-wrap input:focus-visible, .cart-two__bottom .cupon-code .input-wrap input:active {
  outline-color: var(--primary-color-rgb);
}
.cart-two__bottom .cupon-code .input-wrap input::placeholder {
  color: var(--primary-color);
  opacity: 1;
}
.cart-two__total {
  margin-top: 110px;
}
@media only screen and (max-width: 991.98px) {
  .cart-two__total {
    margin-top: 50px;
  }
}
.cart-two__total .total-box {
  max-width: 580px;
  width: 100%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 767.98px) {
  .cart-two__total .total-box {
    padding: 20px;
    max-width: 100%;
  }
}
.cart-two__total .total-box .title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.cart-two__total .total-box .total-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.cart-two__total .total-box .total-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.cart-two__total .total-box .total-list li:last-child {
  margin-bottom: 0;
}
.cart-two__total .total-box .total-list li span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 575.98px) {
  .cart-two__total .total-box .submit-btn .text-wrap {
    font-size: 10px;
    padding: 10px 20px;
  }
}

.cart-three__carts {
  margin-bottom: 30px;
}
.cart-three__carts .cart-header {
  grid-template-columns: 140px 160px 1.5fr 1fr 1.5fr 1fr;
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  padding-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .cart-three__carts .cart-header {
    grid-template-columns: 60px 120px 1.5fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart-three__carts .cart-header {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }
}
.cart-three__carts .cart-header p {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .cart-three__carts .cart-header p.h-empty {
    display: none;
  }
}
.cart-three__carts .cart-header p.h-product, .cart-three__carts .cart-header p.h-price, .cart-three__carts .cart-header p.h-quantity, .cart-three__carts .cart-header p.h-subtotal {
  text-align: center;
}
.cart-three__carts .cart-item {
  grid-template-columns: 140px 160px 1.5fr 1fr 1.5fr 1fr;
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-three__carts .cart-item {
    grid-template-columns: 60px 120px 1.5fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart-three__carts .cart-item {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
.cart-three__carts .cart-item .remove-col {
  justify-content: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .cart-three__carts .cart-item .remove-col {
    justify-content: center;
  }
}
.cart-three__carts .cart-item .remove-col .remove-btn {
  width: 30px;
  height: 30px;
  border-radius: 0%;
  background-color: var(--primary-color);
  color: var(--color-white);
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
}
.cart-three__carts .cart-item .remove-col .remove-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.cart-three__carts .cart-item .img-col {
  justify-content: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .cart-three__carts .cart-item .img-col {
    justify-content: center;
  }
}
.cart-three__carts .cart-item .img-col .img {
  width: 80px;
  height: 80px;
  border-radius: 0px;
  overflow: hidden;
  flex-shrink: 0;
}
.cart-three__carts .cart-item .img-col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-three__carts .cart-item .product-title-col {
  text-align: center;
}
.cart-three__carts .cart-item .product-title-col .product-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-three__carts .cart-item .product-title-col .product-title {
    font-size: 12px;
  }
}
.cart-three__carts .cart-item .price,
.cart-three__carts .cart-item .subtotal {
  text-align: center;
}
.cart-three__carts .cart-item .price p,
.cart-three__carts .cart-item .subtotal p {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 0;
}
.cart-three__carts .cart-item .quantity {
  justify-content: center;
}
.cart-three__carts .cart-item .quantity .number-input {
  gap: 10px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 0px;
  padding: 0 20px;
  height: 50px;
  width: 140px;
  background-color: var(--color-white);
  justify-content: space-between;
  white-space: nowrap;
}
@media only screen and (max-width: 991.98px) {
  .cart-three__carts .cart-item .quantity .number-input {
    width: 100px;
    height: 40px;
  }
}
.cart-three__carts .cart-item .quantity .number-input .number-btn {
  background: transparent;
  color: var(--primary-color);
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}
.cart-three__carts .cart-item .quantity .number-input .number {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 0;
  min-width: 20px;
  text-align: center;
}
.cart-three__bottom {
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .cart-three__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-three__bottom .cupon-code {
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .cart-three__bottom .cupon-code {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
.cart-three__bottom .cupon-code .input-wrap input {
  height: 50px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 0px;
  padding: 19px 18px;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.32px;
  width: 221px;
}
@media only screen and (max-width: 767.98px) {
  .cart-three__bottom .cupon-code .input-wrap input {
    width: 100%;
  }
}
.cart-three__bottom .cupon-code .input-wrap input:focus, .cart-three__bottom .cupon-code .input-wrap input:focus-visible, .cart-three__bottom .cupon-code .input-wrap input:active {
  outline-color: var(--primary-color-rgb);
  border-radius: 0;
}
.cart-three__bottom .cupon-code .input-wrap input::placeholder {
  color: var(--primary-color);
  opacity: 1;
}
.cart-three__total {
  margin-top: 110px;
}
@media only screen and (max-width: 991.98px) {
  .cart-three__total {
    margin-top: 50px;
  }
}
.cart-three__total .total-box {
  max-width: 580px;
  width: 100%;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
  border-radius: 0px;
  padding: 40px;
}
@media only screen and (max-width: 767.98px) {
  .cart-three__total .total-box {
    padding: 20px;
    max-width: 100%;
  }
}
.cart-three__total .total-box .title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.cart-three__total .total-box .total-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.cart-three__total .total-box .total-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.cart-three__total .total-box .total-list li:last-child {
  margin-bottom: 0;
}
.cart-three__total .total-box .total-list li span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 575.98px) {
  .cart-three__total .total-box .submit-btn .text-wrap {
    font-size: 10px;
    padding: 10px 20px;
  }
}

.cart-four__carts {
  margin-bottom: 30px;
}
.cart-four__carts .cart-header {
  grid-template-columns: 140px 160px 1.5fr 1fr 1.5fr 1fr;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .cart-four__carts .cart-header {
    grid-template-columns: 60px 120px 1.5fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart-four__carts .cart-header {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }
}
.cart-four__carts .cart-header p {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .cart-four__carts .cart-header p.h-empty {
    display: none;
  }
}
.cart-four__carts .cart-header p.h-product, .cart-four__carts .cart-header p.h-price, .cart-four__carts .cart-header p.h-quantity, .cart-four__carts .cart-header p.h-subtotal {
  text-align: center;
}
.cart-four__carts .cart-item {
  grid-template-columns: 140px 160px 1.5fr 1fr 1.5fr 1fr;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-four__carts .cart-item {
    grid-template-columns: 60px 120px 1.5fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart-four__carts .cart-item {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
.cart-four__carts .cart-item .remove-col {
  justify-content: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .cart-four__carts .cart-item .remove-col {
    justify-content: center;
  }
}
.cart-four__carts .cart-item .remove-col .remove-btn {
  width: 30px;
  height: 30px;
  border-radius: 0%;
  background-color: var(--primary-color);
  color: var(--color-white);
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
}
.cart-four__carts .cart-item .remove-col .remove-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.cart-four__carts .cart-item .img-col {
  justify-content: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .cart-four__carts .cart-item .img-col {
    justify-content: center;
  }
}
.cart-four__carts .cart-item .img-col .img {
  width: 80px;
  height: 80px;
  border-radius: 0px;
  overflow: hidden;
  flex-shrink: 0;
}
.cart-four__carts .cart-item .img-col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-four__carts .cart-item .product-title-col {
  text-align: center;
}
.cart-four__carts .cart-item .product-title-col .product-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-four__carts .cart-item .product-title-col .product-title {
    font-size: 12px;
  }
}
.cart-four__carts .cart-item .price,
.cart-four__carts .cart-item .subtotal {
  text-align: center;
}
.cart-four__carts .cart-item .price p,
.cart-four__carts .cart-item .subtotal p {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 0;
}
.cart-four__carts .cart-item .quantity {
  justify-content: center;
}
.cart-four__carts .cart-item .quantity .number-input {
  gap: 10px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 0px;
  padding: 0 20px;
  height: 50px;
  width: 140px;
  background-color: var(--color-white);
  justify-content: space-between;
  white-space: nowrap;
}
@media only screen and (max-width: 991.98px) {
  .cart-four__carts .cart-item .quantity .number-input {
    width: 100px;
    height: 40px;
  }
}
.cart-four__carts .cart-item .quantity .number-input .number-btn {
  background: transparent;
  color: var(--primary-color);
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}
.cart-four__carts .cart-item .quantity .number-input .number {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 0;
  min-width: 20px;
  text-align: center;
}
.cart-four__bottom {
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .cart-four__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-four__bottom .cupon-code {
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .cart-four__bottom .cupon-code {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
.cart-four__bottom .cupon-code .input-wrap input {
  height: 50px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 0px;
  padding: 19px 18px;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.32px;
  width: 221px;
}
@media only screen and (max-width: 767.98px) {
  .cart-four__bottom .cupon-code .input-wrap input {
    width: 100%;
  }
}
.cart-four__bottom .cupon-code .input-wrap input:focus, .cart-four__bottom .cupon-code .input-wrap input:focus-visible, .cart-four__bottom .cupon-code .input-wrap input:active {
  outline-color: var(--primary-color-rgb);
  border-radius: 0;
}
.cart-four__bottom .cupon-code .input-wrap input::placeholder {
  color: var(--primary-color);
  opacity: 1;
}
.cart-four__total {
  margin-top: 110px;
}
@media only screen and (max-width: 991.98px) {
  .cart-four__total {
    margin-top: 50px;
  }
}
.cart-four__total .total-box {
  max-width: 580px;
  width: 100%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 0px;
  padding: 40px;
}
@media only screen and (max-width: 767.98px) {
  .cart-four__total .total-box {
    padding: 20px;
    max-width: 100%;
  }
}
.cart-four__total .total-box .title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.cart-four__total .total-box .total-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.cart-four__total .total-box .total-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.cart-four__total .total-box .total-list li:last-child {
  margin-bottom: 0;
}
.cart-four__total .total-box .total-list li span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 575.98px) {
  .cart-four__total .total-box .submit-btn .text-wrap {
    font-size: 10px;
    padding: 10px 20px;
  }
}

.error-cloud-kitchen.section {
  min-height: 90vh;
  padding-block: 220px 140px;
}
@media only screen and (max-width: 991.98px) {
  .error-cloud-kitchen.section {
    padding-block: 120px 80px;
  }
}
.error-cloud-kitchen__content {
  width: max-content;
  margin-inline: auto;
  text-align: center;
}
.error-cloud-kitchen__content .cloud-ktchen__header {
  pointer-events: none;
}
.error-cloud-kitchen__content .cloud-ktchen__header .header-title {
  font-size: 200px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .error-cloud-kitchen__content .cloud-ktchen__header .header-title {
    font-size: 180px;
  }
}
@media only screen and (max-width: 991.98px) {
  .error-cloud-kitchen__content .cloud-ktchen__header .header-title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 767.98px) {
  .error-cloud-kitchen__content .cloud-ktchen__header .header-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 575.98px) {
  .error-cloud-kitchen__content .cloud-ktchen__header .header-title {
    font-size: 100px;
  }
}
.error-cloud-kitchen__content .cloud-ktchen__header .header-title .top-tag {
  top: 0;
  left: 0;
}
.error-cloud-kitchen__content .cloud-ktchen__header .header-title .bottom-tag {
  bottom: 15px;
  right: -25px;
}
.error-cloud-kitchen__content .content-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .error-cloud-kitchen__content .content-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .error-cloud-kitchen__content .content-title {
    font-size: 16px;
  }
}
.error-common.section {
  height: 100vh;
  padding-block: 220px 140px;
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .error-common.section {
    padding-block: 120px 80px;
  }
}
.error-common.section::before {
  inset: 0;
  background: rgba(var(--color-black-rgb), 0.4);
  z-index: -1;
  pointer-events: none;
}
.error-common.section.v5 {
  height: 100%;
  background-color: var(--color-white);
}
.error-common.section.v5::before {
  content: unset;
}
.error-common.section.v5 .patisserie__header .header-title {
  color: var(--primary-color);
}
.error-common.section.v5 .patisserie__header .header-title span {
  color: var(--secondary-color);
}
.error-common.section.v5 .content-title {
  color: var(--primary-color);
}
.error-common__content {
  width: max-content;
  margin-inline: auto;
  text-align: center;
}
.error-common__content .cafe__header,
.error-common__content .restaurant__header,
.error-common__content .sushi__header,
.error-common__content .patisserie__header {
  pointer-events: none;
}
.error-common__content .cafe__header .header-title,
.error-common__content .restaurant__header .header-title,
.error-common__content .sushi__header .header-title,
.error-common__content .patisserie__header .header-title {
  font-size: 200px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -4px;
  text-transform: uppercase;
  color: var(--color-white);
}
@media only screen and (max-width: 1199.98px) {
  .error-common__content .cafe__header .header-title,
  .error-common__content .restaurant__header .header-title,
  .error-common__content .sushi__header .header-title,
  .error-common__content .patisserie__header .header-title {
    font-size: 180px;
  }
}
@media only screen and (max-width: 991.98px) {
  .error-common__content .cafe__header .header-title,
  .error-common__content .restaurant__header .header-title,
  .error-common__content .sushi__header .header-title,
  .error-common__content .patisserie__header .header-title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 767.98px) {
  .error-common__content .cafe__header .header-title,
  .error-common__content .restaurant__header .header-title,
  .error-common__content .sushi__header .header-title,
  .error-common__content .patisserie__header .header-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 575.98px) {
  .error-common__content .cafe__header .header-title,
  .error-common__content .restaurant__header .header-title,
  .error-common__content .sushi__header .header-title,
  .error-common__content .patisserie__header .header-title {
    font-size: 100px;
  }
}
.error-common__content .cafe__header .header-title .top-tag,
.error-common__content .restaurant__header .header-title .top-tag,
.error-common__content .sushi__header .header-title .top-tag,
.error-common__content .patisserie__header .header-title .top-tag {
  top: 0;
  left: 0;
}
.error-common__content .cafe__header .header-title .bottom-tag,
.error-common__content .restaurant__header .header-title .bottom-tag,
.error-common__content .sushi__header .header-title .bottom-tag,
.error-common__content .patisserie__header .header-title .bottom-tag {
  bottom: 15px;
  right: -25px;
}
.error-common__content .content-title {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .error-common__content .content-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .error-common__content .content-title {
    font-size: 16px;
  }
}
.check-cloud-kitchen__header {
  border-radius: 10px;
  background: var(--primary-color);
  text-align: center;
  padding: 30px;
}
.check-cloud-kitchen__header p {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.check-cloud-kitchen__header p a {
  text-decoration: underline;
}
.check-cloud-kitchen__wrapper {
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .check-cloud-kitchen__wrapper {
    flex-direction: column;
  }
}
.check-cloud-kitchen__billing {
  max-width: 720px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .check-cloud-kitchen__billing {
    max-width: 100%;
  }
}
.check-cloud-kitchen__billing .billing-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .check-cloud-kitchen__billing .billing-title {
    margin-bottom: 30px;
  }
}
.check-cloud-kitchen__billing .billing-form .form-group {
  width: 100%;
}
.check-cloud-kitchen__billing .billing-form .form-group label {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.check-cloud-kitchen__billing .billing-form .form-group input,
.check-cloud-kitchen__billing .billing-form .form-group textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background: transparent;
  padding: 15px 20px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.check-cloud-kitchen__billing .billing-form .form-group input::placeholder,
.check-cloud-kitchen__billing .billing-form .form-group textarea::placeholder {
  color: var(--color-gray);
}
.check-cloud-kitchen__billing .billing-form .form-group input:focus,
.check-cloud-kitchen__billing .billing-form .form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
}
.check-cloud-kitchen__billing .billing-form .form-group textarea {
  resize: vertical;
  min-height: 150px;
  resize: none;
  overflow: hidden;
}
.check-cloud-kitchen__billing .billing-form .form-group .input-wrapper input {
  padding-right: 50px;
}
.check-cloud-kitchen__billing .billing-form .form-group .input-wrapper i,
.check-cloud-kitchen__billing .billing-form .form-group .input-wrapper svg {
  right: 20px;
  top: 50%;
  color: var(--color-gray);
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.check-cloud-kitchen__order {
  max-width: 480px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .check-cloud-kitchen__order {
    max-width: 100%;
  }
}
.check-cloud-kitchen__order .order-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .check-cloud-kitchen__order .order-title {
    margin-bottom: 30px;
  }
}
.check-cloud-kitchen__order .order-table {
  margin-bottom: 40px;
}
.check-cloud-kitchen__order .order-table .order-table-header {
  gap: 20px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding-bottom: 15px;
}
.check-cloud-kitchen__order .order-table .order-table-header span {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.check-cloud-kitchen__order .order-table .order-table-list li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-cloud-kitchen__order .order-table .order-table-list li span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.check-cloud-kitchen__order .order-table .order-table-subtotal {
  padding: 15px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-cloud-kitchen__order .order-table .order-table-subtotal span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.check-cloud-kitchen__order .order-table .order-table-total {
  padding: 15px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-cloud-kitchen__order .order-table .order-table-total span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.check-cloud-kitchen__order .order-payment {
  margin-bottom: 30px;
}
.check-cloud-kitchen__order .order-payment .payment-method {
  margin-bottom: 20px;
}
.check-cloud-kitchen__order .order-payment .payment-method:last-child {
  margin-bottom: 0;
}
.check-cloud-kitchen__order .order-payment .payment-method .custom-radio {
  gap: 14px;
  cursor: pointer;
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  color: var(--primary-color);
  letter-spacing: -0.28px;
  user-select: none;
}
.check-cloud-kitchen__order .order-payment .payment-method .custom-radio .checkmark {
  height: 18px;
  width: 18px;
  background-color: var(--color-white);
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  flex-shrink: 0;
}
.check-cloud-kitchen__order .order-payment .payment-method .custom-radio .checkmark::after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.check-cloud-kitchen__order .order-payment .payment-method .payment-description {
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text);
  margin-top: 5px;
  margin-left: 32px;
}
.check-cloud-kitchen__order .order-privacy {
  border-top: 1px dashed rgba(33, 119, 62, 0.14);
  padding-top: 30px;
  margin-bottom: 40px;
}
.check-cloud-kitchen__order .order-privacy p {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text);
  letter-spacing: -0.32px;
}
.check-cloud-kitchen__order .order-privacy p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.check-cloud-kitchen__order .order-privacy p a:hover {
  color: var(--primary-color);
  opacity: 0.8;
}

.check-two__header {
  border-radius: 10px;
  background: var(--secondary-color);
  text-align: center;
  padding: 30px;
}
.check-two__header p {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.check-two__header p a {
  text-decoration: underline;
}
.check-two__wrapper {
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .check-two__wrapper {
    flex-direction: column;
  }
}
.check-two__billing {
  max-width: 720px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .check-two__billing {
    max-width: 100%;
  }
}
.check-two__billing .billing-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .check-two__billing .billing-title {
    margin-bottom: 30px;
  }
}
.check-two__billing .billing-form .form-group {
  width: 100%;
}
.check-two__billing .billing-form .form-group label {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.check-two__billing .billing-form .form-group input,
.check-two__billing .billing-form .form-group textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background: transparent;
  padding: 15px 20px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.check-two__billing .billing-form .form-group input::placeholder,
.check-two__billing .billing-form .form-group textarea::placeholder {
  color: var(--color-gray);
}
.check-two__billing .billing-form .form-group input:focus,
.check-two__billing .billing-form .form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
}
.check-two__billing .billing-form .form-group textarea {
  resize: vertical;
  min-height: 150px;
  resize: none;
  overflow: hidden;
}
.check-two__billing .billing-form .form-group .input-wrapper input {
  padding-right: 50px;
}
.check-two__billing .billing-form .form-group .input-wrapper i,
.check-two__billing .billing-form .form-group .input-wrapper svg {
  right: 20px;
  top: 50%;
  color: var(--color-gray);
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.check-two__order {
  max-width: 480px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .check-two__order {
    max-width: 100%;
  }
}
.check-two__order .order-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .check-two__order .order-title {
    margin-bottom: 30px;
  }
}
.check-two__order .order-table {
  margin-bottom: 40px;
}
.check-two__order .order-table .order-table-header {
  gap: 20px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding-bottom: 15px;
}
.check-two__order .order-table .order-table-header span {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.check-two__order .order-table .order-table-list li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-two__order .order-table .order-table-list li span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.check-two__order .order-table .order-table-subtotal {
  padding: 15px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-two__order .order-table .order-table-subtotal span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.check-two__order .order-table .order-table-total {
  padding: 15px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-two__order .order-table .order-table-total span {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.check-two__order .order-payment {
  margin-bottom: 30px;
}
.check-two__order .order-payment .payment-method {
  margin-bottom: 20px;
}
.check-two__order .order-payment .payment-method:last-child {
  margin-bottom: 0;
}
.check-two__order .order-payment .payment-method .custom-radio {
  gap: 14px;
  cursor: pointer;
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  color: var(--primary-color);
  letter-spacing: -0.28px;
  user-select: none;
}
.check-two__order .order-payment .payment-method .custom-radio .checkmark {
  height: 18px;
  width: 18px;
  background-color: var(--color-white);
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  flex-shrink: 0;
}
.check-two__order .order-payment .payment-method .custom-radio .checkmark::after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--secondary-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.check-two__order .order-payment .payment-method .payment-description {
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text);
  margin-top: 5px;
  margin-left: 32px;
}
.check-two__order .order-privacy {
  border-top: 1px dashed rgba(33, 119, 62, 0.14);
  padding-top: 30px;
  margin-bottom: 40px;
}
.check-two__order .order-privacy p {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text);
  letter-spacing: -0.32px;
}
.check-two__order .order-privacy p a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.check-two__order .order-privacy p a:hover {
  color: var(--secondary-color);
  opacity: 0.8;
}
.check-two.v3 .check-two__header {
  border-radius: 0;
  background-color: var(--primary-color);
}
.check-two.v3 .check-two__billing .billing-form .form-group input,
.check-two.v3 .check-two__billing .billing-form .form-group textarea {
  border-radius: 0;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v3 .check-two__order .order-table .order-table-header {
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v3 .check-two__order .order-table .order-table-list li {
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v3 .check-two__order .order-table .order-table-subtotal {
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v3 .check-two__order .order-table .order-table-total {
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v3 .check-two__order .order-payment .payment-method .custom-radio {
  color: var(--primary-color);
}
.check-two.v3 .check-two__order .order-payment .payment-method .custom-radio .checkmark {
  background-color: var(--color-white);
  border: 1px solid var(--primary-color);
}
.check-two.v3 .check-two__order .order-payment .payment-method .custom-radio .checkmark::after {
  background: var(--primary-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.check-two.v3 .check-two__order .order-privacy {
  border-top: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v3 .check-two__order .order-privacy p {
  color: var(--color-gray);
}
.check-two.v3 .check-two__order .order-privacy p a {
  color: var(--primary-color);
}
.check-two.v4 .check-two__header {
  border-radius: 0;
  background-color: var(--primary-color);
}
.check-two.v4 .check-two__billing .billing-form .form-group input,
.check-two.v4 .check-two__billing .billing-form .form-group textarea {
  border-radius: 0;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v4 .check-two__order .order-table .order-table-header {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v4 .check-two__order .order-table .order-table-list li {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v4 .check-two__order .order-table .order-table-subtotal {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v4 .check-two__order .order-table .order-table-total {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v4 .check-two__order .order-payment .payment-method .custom-radio {
  color: var(--primary-color);
}
.check-two.v4 .check-two__order .order-payment .payment-method .custom-radio .checkmark {
  background-color: var(--color-white);
  border: 1px solid var(--primary-color);
}
.check-two.v4 .check-two__order .order-payment .payment-method .custom-radio .checkmark::after {
  background: var(--primary-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.check-two.v4 .check-two__order .order-privacy {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.check-two.v4 .check-two__order .order-privacy p {
  color: var(--color-gray);
}
.check-two.v4 .check-two__order .order-privacy p a {
  color: var(--primary-color);
}

.shop-one-details__item {
  gap: 100px;
  align-items: flex-start;
}
@media only screen and (max-width: 1439.98px) {
  .shop-one-details__item {
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .shop-one-details__item {
    flex-direction: column;
  }
}
.shop-one-details__item .item-thumb {
  flex: 0 0 620px;
  max-width: 620px;
  width: 100%;
  height: 660px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .shop-one-details__item .item-thumb {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    height: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .shop-one-details__item .item-thumb {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.shop-one-details__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.shop-one-details__item .item-content {
  flex: 1;
  width: 100%;
  padding-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .shop-one-details__item .item-content {
    padding-top: 0px;
  }
}
.shop-one-details__item .item-content .title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .shop-one-details__item .item-content .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .shop-one-details__item .item-content .title {
    font-size: 20px;
  }
}
.shop-one-details__item .item-content .price {
  display: block;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .shop-one-details__item .item-content .price {
    margin-bottom: 15px;
  }
}
.shop-one-details__item .item-content .rating-wrap {
  gap: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .shop-one-details__item .item-content .rating-wrap {
    margin-bottom: 20px;
  }
}
.shop-one-details__item .item-content .rating-wrap .stars {
  gap: 4px;
  color: var(--primary-color);
  font-size: 14px;
}
.shop-one-details__item .item-content .rating-wrap .count {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.shop-one-details__item .item-content .desc {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin-bottom: 40px;
  max-width: 580px;
}
.shop-one-details__item .item-content .action-wrap {
  column-gap: 24px;
  row-gap: 15px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .shop-one-details__item .item-content .action-wrap {
    margin-bottom: 30px;
  }
}
.shop-one-details__item .item-content .action-wrap .quantity-box {
  width: 260px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background-color: var(--color-white);
  padding: 0 20px;
}
.shop-one-details__item .item-content .action-wrap .quantity-box .label {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
}
.shop-one-details__item .item-content .action-wrap .quantity-box .qty-control {
  gap: 16px;
}
.shop-one-details__item .item-content .action-wrap .quantity-box .qty-control button {
  background: none;
  border: none;
  padding: 0;
  color: var(--color-gray);
  font-size: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-details__item .item-content .action-wrap .quantity-box .qty-control button:hover {
  color: var(--primary-color);
}
.shop-one-details__item .item-content .action-wrap .quantity-box .qty-control .number {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  min-width: 12px;
  text-align: center;
}
.shop-one-details__item .item-content .action-wrap .quantity-box.v2 {
  border-radius: 4px;
}
.shop-one-details__item .item-content .action-wrap .quantity-box.v3 {
  border-radius: 0;
}
.shop-one-details__item .item-content .action-wrap .btn-group {
  gap: 12px;
}
.shop-one-details__item .item-content .action-wrap .btn-group .add-to-cart-btn {
  height: 50px;
  padding: 0 30px;
  border-radius: 100px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background-color: var(--color-white);
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-details__item .item-content .action-wrap .btn-group .add-to-cart-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.shop-one-details__item .item-content .action-wrap .btn-group .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: none;
  background-color: var(--accent-color);
  color: var(--color-black);
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-details__item .item-content .action-wrap .btn-group .icon-btn:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.shop-one-details__item .item-content .meta-list {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1439.98px) {
  .shop-one-details__item .item-content .meta-list {
    margin-bottom: 40px;
  }
}
.shop-one-details__item .item-content .meta-list li {
  margin-bottom: 8px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 1.4;
}
.shop-one-details__item .item-content .meta-list li:last-child {
  margin-bottom: 0;
}
.shop-one-details__item .item-content .meta-list li .label {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 14px;
  margin-right: 6px;
}
.shop-one-details__item .item-content .social-links {
  gap: 10px;
}
.shop-one-details__item .item-content .social-links a {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  background-color: transparent;
  color: var(--primary-color);
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-details__item .item-content .social-links a:hover, .shop-one-details__item .item-content .social-links a.active {
  background-color: var(--primary-color);
  color: var(--color-white);
  border-color: var(--primary-color);
}
.shop-one-details__review .review-tab-nav {
  border: none;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
  padding-bottom: 20px;
  gap: 60px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .shop-one-details__review .review-tab-nav {
    gap: 20px;
  }
}
.shop-one-details__review .review-tab-nav .nav-item .nav-link {
  padding: 0;
  border: none;
  background: transparent;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-details__review .review-tab-nav .nav-item .nav-link.active, .shop-one-details__review .review-tab-nav .nav-item .nav-link:hover {
  color: var(--primary-color);
}
.shop-one-details__review .review-tab-content .desc-text {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.shop-one-details__review .review-tab-content .desc-text.desc {
  max-width: 780px;
}
.shop-one-details__review .review-tab-content .aditional-info {
  gap: 10px;
}
.shop-one-details__review .review-tab-content .aditional-info p {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}
.shop-one-details__review .review-tab-content .aditional-info p span {
  color: var(--primary-color);
}
.shop-one-details__review .review-tab-content .review-wrap .title {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin-bottom: 30px;
}
.shop-one-details__review .review-tab-content .review-wrap .review-item {
  gap: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 320.98px) {
  .shop-one-details__review .review-tab-content .review-wrap .review-item {
    flex-direction: column;
  }
}
.shop-one-details__review .review-tab-content .review-wrap .review-item__img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--border-color);
}
@media only screen and (max-width: 320.98px) {
  .shop-one-details__review .review-tab-content .review-wrap .review-item__img {
    width: 100%;
    height: auto;
  }
}
.shop-one-details__review .review-tab-content .review-wrap .review-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-one-details__review .review-tab-content .review-wrap .review-item__content .rating {
  color: var(--accent-color);
  font-size: 14px;
  margin-bottom: 10px;
}
.shop-one-details__review .review-tab-content .review-wrap .review-item__content .rating i {
  margin-right: 4px;
}
.shop-one-details__review .review-tab-content .review-wrap .review-item__content .rating i:last-child {
  margin-right: 0;
}
.shop-one-details__review .review-tab-content .review-wrap .review-item__content .name {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.shop-one-details__review .review-tab-content .review-wrap .review-item__content .desc {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0px;
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .notice {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .rating-select {
  gap: 10px;
  margin-bottom: 30px;
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .rating-select .label {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .rating-select .stars {
  color: var(--primary-color);
  font-size: 16px;
  cursor: pointer;
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .rating-select .stars i {
  margin-right: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .rating-select .stars i:hover {
  color: var(--accent-color);
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .rating-select .stars i:last-child {
  margin-right: 0;
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap input,
.shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap textarea {
  width: 100%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 10px;
  background-color: var(--color-white);
  padding: 15px 20px;
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  outline: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap input::placeholder,
.shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap textarea::placeholder {
  color: var(--color-gray);
  opacity: 0.5;
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap input:focus,
.shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap textarea:focus {
  border-color: var(--primary-color);
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap input {
  height: 50px;
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap textarea {
  height: 230px;
  resize: vertical;
}
@media only screen and (max-width: 991.98px) {
  .shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap textarea {
    height: 180px;
  }
}
.shop-one-details__review .review-tab-content .review-wrap .review-form .submit-btn {
  margin-top: 20px;
}
.shop-one-details.v3 .shop-one-details__item .item-thumb {
  border-radius: 0;
}
.shop-one-details.v3 .shop-one-details__item .item-thumb img {
  border-radius: 0;
}
.shop-one-details.v3 .shop-one-details__item .item-content .social-links a {
  border-radius: 0;
}
.shop-one-details.v3 .shop-one-details__review .review-tab-nav {
  border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.shop-one-details.v3 .shop-one-details__review .review-tab-content .review-item__img {
  border-radius: 0;
}
.shop-one-details.v3 .shop-one-details__review .review-tab-content .review-item__content .rating {
  color: var(--primary-color);
}
.shop-one-details.v3 .shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap input,
.shop-one-details.v3 .shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap textarea {
  border-radius: 0;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.shop-one-details.v4 .shop-one-details__item .item-thumb {
  border-radius: 0;
}
.shop-one-details.v4 .shop-one-details__item .item-thumb img {
  border-radius: 0;
}
.shop-one-details.v4 .shop-one-details__item .item-content .social-links a {
  border-radius: 0;
}
.shop-one-details.v4 .shop-one-details__review .review-tab-nav {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.shop-one-details.v4 .shop-one-details__review .review-tab-content .review-item__img {
  border-radius: 0;
}
.shop-one-details.v4 .shop-one-details__review .review-tab-content .review-item__content .rating {
  color: var(--primary-color);
}
.shop-one-details.v4 .shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap input,
.shop-one-details.v4 .shop-one-details__review .review-tab-content .review-wrap .review-form .input-wrap textarea {
  border-radius: 0;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}

.blog-one-details__wrapper {
  gap: 60px;
}
.blog-one-details__wrapper .widget-one_sidebar {
  max-width: 446px;
  width: 100%;
}
@media only screen and (max-width: 1439.98px) {
  .blog-one-details__wrapper {
    gap: 24px;
  }
  .blog-one-details__wrapper .widget-one_sidebar {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-one-details__wrapper {
    flex-direction: column;
    gap: 35px;
  }
  .blog-one-details__wrapper .widget-one_sidebar {
    max-width: 100%;
  }
}
.blog-one-details__single {
  width: 100%;
}
.blog-one-details__single .blog-content-area {
  background-color: var(--color-white);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 20px;
  padding: 10px;
}
.blog-one-details__single .blog-content-area .blog-thumb img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.blog-one-details__single .blog-content-area .blog-thumb .blog-date {
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  padding: 10px 16px;
  border-radius: 16px;
  background: var(--secondary-color);
  color: var(--primary-color);
}
@media only screen and (max-width: 1199.98px) {
  .blog-one-details__single .blog-content-area .blog-thumb .blog-date {
    width: 60px;
    height: 60px;
  }
}
.blog-one-details__single .blog-content-area .blog-thumb .blog-date .day-text {
  font-family: var(--ff-boldonse);
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1199.98px) {
  .blog-one-details__single .blog-content-area .blog-thumb .blog-date .day-text {
    font-size: 20px;
  }
}
.blog-one-details__single .blog-content-area .blog-thumb .blog-date .month-text {
  font-family: var(--ff-dm-sans);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  .blog-one-details__single .blog-content-area .blog-thumb .blog-date .month-text {
    font-size: 12px;
  }
}
.blog-one-details__single .blog-content-area .blog-content {
  padding: 30px 20px 20px;
}
@media only screen and (max-width: 991.98px) {
  .blog-one-details__single .blog-content-area .blog-content {
    padding: 20px 10px 10px;
  }
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-meta {
  flex-wrap: wrap;
  gap: 10px;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-meta .author {
  gap: 6px;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-meta .author img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-meta .author .author-name {
  font-family: var(--ff-boldonse);
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 1;
  text-transform: uppercase;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-meta .meta-separator {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--accent-color);
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-meta .meta-category {
  text-transform: capitalize;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-meta .meta-comments {
  gap: 4px;
  text-transform: capitalize;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-meta .meta-comments svg {
  width: 16px;
  height: 16px;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .blog-one-details__single .blog-content-area .blog-content .blog-details-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-one-details__single .blog-content-area .blog-content .blog-details-title {
    font-size: 20px;
  }
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-text {
  color: var(--color-gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-text:last-child {
  margin-bottom: 0;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-text.v2 {
  margin-bottom: 35px;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-text.v3 {
  margin-bottom: 20px;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-text.mt-30 {
  margin-top: 30px;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-text.mt-35 {
  margin-top: 35px;
}
.blog-one-details__single .blog-content-area .blog-content .inner-title {
  color: var(--primary-color);
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .blog-one-details__single .blog-content-area .blog-content .inner-title {
    font-size: 14px;
  }
}
.blog-one-details__single .blog-content-area .blog-content .check-list {
  gap: 12px;
  margin-top: 15px;
}
.blog-one-details__single .blog-content-area .blog-content .check-list li {
  gap: 6px;
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.blog-one-details__single .blog-content-area .blog-content .check-list li .icon {
  width: 24px;
  height: 24px;
  color: var(--primary-color);
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-footer {
  margin-top: 35px;
  gap: 20px;
  flex-wrap: wrap;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-footer .tags {
  gap: 4px;
  flex-wrap: wrap;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-footer .tags a {
  height: 24px;
  padding: 0 16px;
  border-radius: 100px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-footer .tags a:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-footer .social-share {
  gap: 14px;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-footer .social-share a {
  color: var(--primary-color);
  font-size: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.blog-one-details__single .blog-content-area .blog-content .blog-details-footer .social-share a:hover {
  color: var(--color-gray);
}
.blog-one-details__single .post-author {
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 10px;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .blog-one-details__single .post-author {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.blog-one-details__single .post-author .author-thumb {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
}
@media only screen and (max-width: 767.98px) {
  .blog-one-details__single .post-author .author-thumb {
    width: 100%;
    height: auto;
  }
}
.blog-one-details__single .post-author .author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.blog-one-details__single .post-author .author-info {
  padding-right: 20px;
}
@media only screen and (max-width: 767.98px) {
  .blog-one-details__single .post-author .author-info {
    padding: 10px;
  }
}
.blog-one-details__single .post-author .author-info .name {
  color: var(--color-white);
  font-family: var(--ff-boldonse);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blog-one-details__single .post-author .author-info .designation {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.blog-one-details__single .post-author .author-info .description {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 0;
}
.blog-one-details__single .blog-comment-form {
  margin-top: 60px;
}
.blog-one-details__single .blog-comment-form .form-group label {
  color: var(--primary-color);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.blog-one-details__single .blog-comment-form .form-group .input-wrap .form-control {
  width: 100%;
  height: 50px;
  background-color: var(--color-white);
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
  border-radius: 10px;
  padding: 0 45px 0 20px;
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.6;
}
.blog-one-details__single .blog-comment-form .form-group .input-wrap .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}
.blog-one-details__single .blog-comment-form .form-group .input-wrap .form-control::placeholder {
  color: var(--color-gray);
  opacity: 0.8;
}
.blog-one-details__single .blog-comment-form .form-group .input-wrap textarea.form-control {
  height: 160px;
  padding-top: 20px;
  resize: none;
}
.blog-one-details__single .blog-comment-form .form-group .input-wrap i {
  right: 20px;
  top: 50%;
  color: var(--color-gray);
  font-size: 14px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-one-details__single .blog-comment-form .form-group .input-wrap textarea + i {
  top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.blog-one-details__single.v2 .blog-content-area .blog-thumb .blog-date {
  background-color: var(--accent-color4);
  border-radius: 0;
  color: var(--color-white);
}
.blog-one-details__single.v3 .blog-content-area {
  border-radius: 0;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-details__single.v3 .blog-content-area .blog-thumb img {
  border-radius: 0;
}
.blog-one-details__single.v3 .blog-content-area .blog-thumb .blog-date {
  border-radius: 0;
  background: var(--secondary-color);
  color: var(--color-white);
}
.blog-one-details__single.v3 .blog-content-area .blog-content .blog-details-meta .meta-separator {
  background-color: var(--secondary-color);
}
.blog-one-details__single.v3 .blog-content-area .blog-content .blog-details-meta .meta-category,
.blog-one-details__single.v3 .blog-content-area .blog-content .blog-details-meta .meta-comments {
  color: var(--color-gray);
}
.blog-one-details__single.v3 .blog-content-area .blog-content .blog-details-meta .meta-category i,
.blog-one-details__single.v3 .blog-content-area .blog-content .blog-details-meta .meta-category svg,
.blog-one-details__single.v3 .blog-content-area .blog-content .blog-details-meta .meta-comments i,
.blog-one-details__single.v3 .blog-content-area .blog-content .blog-details-meta .meta-comments svg {
  color: var(--primary-color);
}
.blog-one-details__single.v3 .post-author {
  border-radius: 0;
}
.blog-one-details__single.v3 .post-author .author-thumb {
  border-radius: 0;
}
.blog-one-details__single.v3 .post-author .author-thumb img {
  border-radius: 0;
}
.blog-one-details__single.v3 .blog-comment-form form .form-group .input-wrap .form-control {
  border-radius: 0px;
  border: 1px dashed rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-details__single.v4 .blog-content-area {
  border-radius: 0;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-details__single.v4 .blog-content-area .blog-thumb img {
  border-radius: 0;
}
.blog-one-details__single.v4 .blog-content-area .blog-thumb .blog-date {
  border-radius: 0;
  background: var(--accent-color);
  color: var(--color-white);
}
.blog-one-details__single.v4 .blog-content-area .blog-content .blog-details-meta .meta-separator {
  background-color: var(--secondary-color);
}
.blog-one-details__single.v4 .blog-content-area .blog-content .blog-details-meta .meta-category,
.blog-one-details__single.v4 .blog-content-area .blog-content .blog-details-meta .meta-comments {
  color: var(--color-gray);
}
.blog-one-details__single.v4 .blog-content-area .blog-content .blog-details-meta .meta-category i,
.blog-one-details__single.v4 .blog-content-area .blog-content .blog-details-meta .meta-category svg,
.blog-one-details__single.v4 .blog-content-area .blog-content .blog-details-meta .meta-comments i,
.blog-one-details__single.v4 .blog-content-area .blog-content .blog-details-meta .meta-comments svg {
  color: var(--primary-color);
}
.blog-one-details__single.v4 .post-author {
  border-radius: 0;
  background-color: var(--accent-color);
}
.blog-one-details__single.v4 .post-author .author-thumb {
  border-radius: 0;
}
.blog-one-details__single.v4 .post-author .author-thumb img {
  border-radius: 0;
}
.blog-one-details__single.v4 .blog-comment-form form .form-group .input-wrap .form-control {
  border-radius: 0px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-details__single.v5 .blog-content-area {
  border-radius: 0;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
.blog-one-details__single.v5 .blog-content-area .blog-thumb img {
  border-radius: 0;
}
.blog-one-details__single.v5 .blog-content-area .blog-thumb .blog-date {
  border-radius: 0;
  background: var(--secondary-color);
  color: var(--color-white);
}
.blog-one-details__single.v5 .blog-content-area .blog-content .blog-details-meta .meta-separator {
  background-color: var(--secondary-color);
}
.blog-one-details__single.v5 .blog-content-area .blog-content .blog-details-meta .meta-category,
.blog-one-details__single.v5 .blog-content-area .blog-content .blog-details-meta .meta-comments {
  color: var(--color-gray);
}
.blog-one-details__single.v5 .blog-content-area .blog-content .blog-details-meta .meta-category i,
.blog-one-details__single.v5 .blog-content-area .blog-content .blog-details-meta .meta-category svg,
.blog-one-details__single.v5 .blog-content-area .blog-content .blog-details-meta .meta-comments i,
.blog-one-details__single.v5 .blog-content-area .blog-content .blog-details-meta .meta-comments svg {
  color: var(--primary-color);
}
.blog-one-details__single.v5 .post-author {
  border-radius: 0;
  background-color: var(--primary-color);
}
.blog-one-details__single.v5 .post-author .author-thumb {
  border-radius: 0;
}
.blog-one-details__single.v5 .post-author .author-thumb img {
  border-radius: 0;
}
.blog-one-details__single.v5 .blog-comment-form form .form-group .input-wrap .form-control {
  border-radius: 0px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}

.linear {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}

.text-initial {
  text-transform: initial;
}

.place-center {
  place-content: center;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.screenfix_right {
  margin-right: calc((-100vw + 100%) / 2);
}

.screenfix_left {
  margin-left: calc((-100vw + 100%) / 2);
}

/*# sourceMappingURL=style.css.map */
