/*! 
Template Name: dinevo - Creative & Digital Agency Multi Purpose HTML Template
Template Url: https://dinevo-html.netlify.app/
Author  : wprealizer
Author URI: https://themeforest.net/user/wprealizer
Developer: wprealizer
Description: dinevo is a Creative & Digital Agency Multi Purpose HTML Template. Built with Bootstrap 5 and modern JS.
Version: 1.0.0
Text Domain: dinevo
Tags: dinevo, creative agency, digital agency, multi purpose, bootstrap 5, marketing agency, social media marketing, saas, startup, business, portfolio, clean, modern, landing page, responsive, sakebul 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;
  --primary-color: #0b2919;
  --primary-color-rgb: 11, 41, 25;
  --secondary-color: #ffd746;
  --secondary-color-rgb: 255, 215, 70;
  --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;
  --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;
  --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;
}

/*=====================****===================== */
/* 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  @@@@@@@@@@@@@@ */
.faq__accordion, .faq__accordion .accordion-button, .faq__infos, .faq__infos .info-item, .highlight__item, .responsive__devices, .responsive__device, .responsive__device .device-icon, .inners__wrapper, .inners__trackers, .inners__trackers .slide-track .js-marquee-wrapper, .inners__trackers .slide-track .js-marquee-wrapper .js-marquee, .elements .section__header, .elements__slides, .elements__tricker .slide-track, .elements__tricker .slide-track .js-marquee-wrapper, .elements__tricker .slide-track .js-marquee-wrapper *, .features__item, .demos__item .item-content, .hero__content .technology-icons, .hero__content .highlight-info, .hero__content .highlight-info .info-item, .hero__content .highlight-info .info-item .item-icon, .hero__content .buttons-group, .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, .header-landing__top, .header-landing__top-content, .header-landing__main-wrapper, .header-landing__main-wrapper .logo, .header-landing__main-nav ul, .header-landing__btn, .hamburger-area .hamburger_menu, .hamburger-area .hamburger-infos .contact-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.faq__infos .info-item .item-content .item-btn, .common-btn, .footer-cloud-ktchen__tricker *, .footer-two__tricker *, .footer-three__tricker *, .footer-five__tricker * {
  display: inline-flex;
}

.faq__accordion, .faq__infos, .faq__infos .info-item, .highlight__item, .responsive__device, .inners__trackers .slide-track .js-marquee-wrapper, .inners__trackers .slide-track .js-marquee-wrapper .js-marquee, .elements__slides, .features__item, .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 {
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.faq__infos .info-item .item-icon, .elements__tricker .tricker-item .icon, .hero__content .technology-icons .icon, .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, .tw-clip-anim {
  place-content: center;
}

.inners__trackers, .elements__tricker .tricker-item .icon, .elements__tricker .tricker-item .text, .hero__content .technology-icons .icon, .hero__content .highlight-info .info-item, .hero__content .highlight-info .info-item .item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hero__content .highlight-info {
  flex-wrap: wrap;
}

.faq__accordion .accordion-button, .highlight.section, .responsive__device, .cta, .elements .section__header, .demos .section__header, .demos__item .item-thumb, .hero, .hero__wrapper, .hero__wrapper .demo-info .star-group, .hero__content .technology-icons .icon, .common-btn, .preloader .spinner-wrap, .preloader .spinner, .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, .tw-clip-anim {
  position: relative;
}

.faq__accordion .accordion-button::after, .responsive__device:not(:last-child)::after, .cta::before, .demos .section__header .total-demos, .hero .shape-1,
.hero .shape-2,
.hero .shape-3, .hero__wrapper::after, .hero__wrapper .demo-info, .hero__wrapper .demo-info .star-group .star, .hero__wrapper .demo-info .text-content, .progress-wrap::after, .common-btn::before, .common-btn::after, .common-btn.v2 .shapes, .common-btn.v3 .shapes, .common-btn.v4 .shapes, .common-btn.v5 .shapes, .preloader .preloader-logo, .preloader .spinner, .footer-two__instagram-item .item-icon, .footer-four__instagram-content .title, .footer-four__instagram-item .item-icon, .footer-five__instagram-item .item-icon, .header-landing, .hamburger-area .hamburger_search form button, .hamburger-area .hamburger_menu .mean-container .mean-nav ul li a.mean-expand::before {
  position: absolute;
  content: "";
}

input,
textarea,
select {
  width: 100%;
}

body {
  font-weight: 400;
}

.hero__content .highlight-info .info-item p {
  font-weight: 500;
}

.faq__infos .info-item .item-content .item-btn, .responsive__device .device-icon, .hero__content .technology-icons, .hero__content .highlight-info, .hero__content .highlight-info .info-item .item-icon, .hero__content .buttons-group, .header-landing__top-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq__accordion .accordion-button, .responsive__devices, .inners__wrapper, .elements .section__header, .features__item, .demos__item .item-content, .footer-three__top .footer-top-inner .social-text, .footer-five__main .main-wrapper, .header-landing__main-wrapper {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

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

.faq__infos .info-item .item-icon, .elements__tricker .tricker-item .icon, .hero__content .technology-icons .icon, .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, .tw-clip-anim {
  place-content: center;
}

.faq__infos .info-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.faq__accordion .accordion-button, .faq__infos .info-item .item-content .item-btn, .responsive__devices, .responsive__device, .responsive__device .device-icon, .elements .section__header, .elements__tricker .slide-track, .elements__tricker .slide-track .js-marquee-wrapper, .elements__tricker .slide-track .js-marquee-wrapper *, .features__item, .demos__item .item-content, .hero__content .technology-icons, .hero__content .highlight-info, .hero__content .highlight-info .info-item, .hero__content .highlight-info .info-item .item-icon, .hero__content .buttons-group, .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, .header-landing__top, .header-landing__top-content, .header-landing__main-wrapper, .header-landing__main-wrapper .logo, .header-landing__main-nav ul, .header-landing__btn, .hamburger-area .hamburger-infos .contact-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlight__item .thumb img, .inners__trackers .slide-track .tricker-item, .demos__item .item-thumb, .hero__slider .swiper-slide .hero-item, .hero__slider .swiper-slide .hero-item img, .progress-wrap, .progress-wrap::after, .common-btn.v2 .shapes .btn-shape, .common-btn.v3 .shapes .btn-shape, .common-btn.v4 .shapes .btn-shape, .common-btn.v5 .shapes .btn-shape {
  display: -webkit-block;
  display: -ms-block;
  display: block;
}

.hero__content .content-title span, .section__header .header-title span, .header-landing__top-content .badge {
  display: -webkit-inline-block;
  display: -ms-inline-block;
  display: inline-block;
}

.faq__infos .info-item .item-icon, .elements__tricker .tricker-item .icon, .demos__items, .hero__content .technology-icons .icon, .common-btn.v2 .shapes, .common-btn.v3 .shapes, .common-btn.v4 .shapes, .common-btn.v5 .shapes, .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, .tw-clip-anim {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.responsive__device {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__wrapper .demo-info .text-content .count, .hero__wrapper .demo-info .text-content .label {
  text-transform: uppercase;
}

.responsive__device .device-info .device-size, .responsive__device .device-info .device-label, .hero__content .highlight-info .info-item p {
  text-transform: capitalize;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.hero__content .highlight-info .info-item p {
  color: var(--color-white);
}

.responsive__device, .hero__wrapper .demo-info .text-content {
  text-align: center;
}

li {
  list-style: none;
}

/* @@@@@@@@@@@@@  Extend Property Margin 0 - 50 CSS Writing Now  @@@@@@@@@@@@@@ */
.hero__wrapper .demo-info .text-content .count, .hero__wrapper .demo-info .text-content .label, .hero__content .highlight-info .info-item p, ul {
  margin: 0;
}

/* @@@@@@@@@@@@@  Extend Property padding 0 - 50 CSS Writing Now  @@@@@@@@@@@@@@ */
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-black-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-black);
  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-black);
  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-black);
}
.hamburger-area .hamburger_search form input::placeholder {
  color: var(--color-black);
  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-black);
  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-black-rgb), 0.05);
  color: var(--color-black);
  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-black);
  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-black);
}
.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-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-black);
  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-black-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-black);
}
.hamburger-area .hamburger-socials ul {
  display: flex;
  gap: 10px;
}
.hamburger-area .hamburger-socials ul li a {
  width: 40px;
  height: 40px;
  background: var(--color-black);
  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);
}

.header-landing {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-landing__top {
  background-color: #eaff81;
  padding-block: 7px;
}
@media only screen and (max-width: 991.98px) {
  .header-landing__top {
    display: none;
  }
}
.header-landing__top-content {
  gap: 10px;
}
@media only screen and (max-width: 991.98px) {
  .header-landing__top-content {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
.header-landing__top-content .badge {
  background-color: #0b2919;
  color: #fff;
  font-family: var(--ff-dm-sans);
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  padding: 5px 6px;
  line-height: 1.4;
  border-radius: 2px;
  letter-spacing: -0.24px;
}
.header-landing__top-content .text {
  color: #0b2919;
  font-family: var(--ff-dm-sans);
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.4;
  letter-spacing: -0.28px;
  margin: 0;
}
.header-landing__main {
  margin-top: 20px;
}
.header-landing__main-wrapper {
  gap: 20px;
}
.header-landing__main-wrapper .logo {
  text-decoration: none;
}
.header-landing__main-wrapper .logo img {
  max-height: 34px;
  width: auto;
}
.header-landing__main-nav ul {
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-landing__main-nav ul li a {
  color: #fff;
  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;
}
@media only screen and (max-width: 1199.98px) {
  .header-landing__main-nav ul li a {
    letter-spacing: -0.1px;
  }
}
.header-landing__main-nav ul li a.active, .header-landing__main-nav ul li a:hover {
  color: #ffe62e;
}
.header-landing__btn {
  gap: 15px;
}
.header-landing__btn .header__right-hamburger {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
}

.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: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-cloud-ktchen__main .footer-widget > ul {
    gap: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-cloud-ktchen__main .footer-widget > ul {
    gap: 12px;
  }
}
.footer-cloud-ktchen__main .footer-widget > ul li {
  color: var(--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);
}

/*
============================================
============= 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 #21773e;
  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 #21773e;
}
.preloader.v5 .spinner {
  border-color: rgba(var(--color-white-rgb), 0.1);
  border-top: 3px solid #21773e;
}

/*
============= Preloader CSS END ================
================================================
*/
.common-btn {
  height: max-content;
  width: max-content;
  overflow: hidden;
  padding: 20px 30px 14px;
  color: #fff;
  text-align: center;
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0b2919;
  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: 767.98px) {
  .common-btn {
    padding: 15px 15px 12px;
    font-size: 12px;
  }
}
.common-btn::before, .common-btn::after {
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  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;
}
.common-btn::before {
  top: 0;
  left: -2px;
  transform: translateX(-100%);
}
.common-btn::after {
  bottom: 0;
  right: -2px;
  transform: translateX(100%);
}
.common-btn:hover {
  color: #0b2919;
}
.common-btn:hover::before {
  left: 0;
  transform: translateX(0);
}
.common-btn:hover::after {
  right: 0;
  transform: translateX(0);
}
.common-btn.v2::before, .common-btn.v2::after {
  content: unset;
}
.common-btn.v2 .shapes {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.common-btn.v2 .shapes .btn-shape {
  background-color: #fff;
  width: 100%;
  height: 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-btn.v2 .shapes .btn-shape.btn-shape-1 {
  transition-delay: 0s;
}
.common-btn.v2 .shapes .btn-shape.btn-shape-2 {
  transition-delay: 0.06s;
}
.common-btn.v2 .shapes .btn-shape.btn-shape-3 {
  transition-delay: 0.12s;
}
.common-btn.v2 .shapes .btn-shape.btn-shape-4 {
  transition-delay: 0.18s;
}
.common-btn.v2 .shapes .btn-shape.btn-shape-5 {
  transition-delay: 0.24s;
}
.common-btn.v2:hover {
  color: #0b2919;
}
.common-btn.v2:hover .btn-shape.btn-shape-1, .common-btn.v2:hover .btn-shape.btn-shape-2, .common-btn.v2:hover .btn-shape.btn-shape-3, .common-btn.v2:hover .btn-shape.btn-shape-4, .common-btn.v2:hover .btn-shape.btn-shape-5 {
  height: 100%;
}
.common-btn.v3 {
  color: #0b2919;
}
.common-btn.v3::before, .common-btn.v3::after {
  content: unset;
}
.common-btn.v3 .shapes {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.common-btn.v3 .shapes .btn-shape {
  background-color: #eaff81;
  width: 100%;
  height: 100%;
  transform-origin: top;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(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;
}
.common-btn.v3 .shapes .btn-shape.btn-shape-1 {
  transition-delay: 0s;
}
.common-btn.v3 .shapes .btn-shape.btn-shape-2 {
  transition-delay: 0.06s;
}
.common-btn.v3 .shapes .btn-shape.btn-shape-3 {
  transition-delay: 0.12s;
}
.common-btn.v3 .shapes .btn-shape.btn-shape-4 {
  transition-delay: 0.18s;
}
.common-btn.v3 .shapes .btn-shape.btn-shape-5 {
  transition-delay: 0.24s;
}
.common-btn.v3:hover {
  color: #fff;
}
.common-btn.v3:hover .btn-shape.btn-shape-1, .common-btn.v3:hover .btn-shape.btn-shape-2, .common-btn.v3:hover .btn-shape.btn-shape-3, .common-btn.v3:hover .btn-shape.btn-shape-4, .common-btn.v3:hover .btn-shape.btn-shape-5 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.common-btn.v4 {
  color: #fff;
  background-color: transparent;
  border: 1px solid transparent;
}
.common-btn.v4::before, .common-btn.v4::after {
  content: unset;
}
.common-btn.v4 .shapes {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.common-btn.v4 .shapes .btn-shape {
  background-color: #f172ac;
  width: 100%;
  height: 100%;
  transform-origin: top;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(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;
}
.common-btn.v4 .shapes .btn-shape.btn-shape-1 {
  transition-delay: 0s;
}
.common-btn.v4 .shapes .btn-shape.btn-shape-2 {
  transition-delay: 0.06s;
}
.common-btn.v4 .shapes .btn-shape.btn-shape-3 {
  transition-delay: 0.12s;
}
.common-btn.v4 .shapes .btn-shape.btn-shape-4 {
  transition-delay: 0.18s;
}
.common-btn.v4 .shapes .btn-shape.btn-shape-5 {
  transition-delay: 0.24s;
}
.common-btn.v4:hover {
  color: #f172ac;
  border-color: #f172ac;
  background-color: #0b2919;
}
.common-btn.v4:hover .btn-shape.btn-shape-1, .common-btn.v4:hover .btn-shape.btn-shape-2, .common-btn.v4:hover .btn-shape.btn-shape-3, .common-btn.v4:hover .btn-shape.btn-shape-4, .common-btn.v4:hover .btn-shape.btn-shape-5 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.common-btn.v5 {
  color: #fff;
  background-color: transparent;
  border: 1px solid transparent;
}
.common-btn.v5::before, .common-btn.v5::after {
  content: unset;
}
.common-btn.v5 .shapes {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.common-btn.v5 .shapes .btn-shape {
  background-color: #f172ac;
  width: 100%;
  height: 100%;
  transform-origin: top;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(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;
}
.common-btn.v5 .shapes .btn-shape.btn-shape-1 {
  transition-delay: 0s;
}
.common-btn.v5 .shapes .btn-shape.btn-shape-2 {
  transition-delay: 0.06s;
}
.common-btn.v5 .shapes .btn-shape.btn-shape-3 {
  transition-delay: 0.12s;
}
.common-btn.v5 .shapes .btn-shape.btn-shape-4 {
  transition-delay: 0.18s;
}
.common-btn.v5 .shapes .btn-shape.btn-shape-5 {
  transition-delay: 0.24s;
}
.common-btn.v5:hover {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.common-btn.v5:hover .btn-shape.btn-shape-1, .common-btn.v5:hover .btn-shape.btn-shape-2, .common-btn.v5:hover .btn-shape.btn-shape-3, .common-btn.v5:hover .btn-shape.btn-shape-4, .common-btn.v5:hover .btn-shape.btn-shape-5 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

/*-----------------------------------------------------
  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);
}

.section__header .sub-title {
  display: inline-block;
  width: max-content;
  margin-inline: auto;
  color: #fff;
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 5px 13px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .section__header .sub-title {
    font-size: 12px;
  }
}
.section__header .header-title {
  color: #0b2919;
  text-align: center;
  font-family: var(--ff-boldonse);
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .section__header .header-title {
    font-size: 30px;
  }
}
.section__header .header-title span {
  color: #f172ac;
}
.section__header.v2 .header-title {
  color: #fff;
}

.hero {
  overflow: hidden;
  background-color: var(--primary-color);
  min-height: 100vh;
}
.hero .shape-1,
.hero .shape-2,
.hero .shape-3 {
  pointer-events: none;
}
@media only screen and (max-width: 991.98px) {
  .hero .shape-1,
  .hero .shape-2,
  .hero .shape-3 {
    display: none;
  }
}
.hero .shape-1 img,
.hero .shape-2 img,
.hero .shape-3 img {
  animation: moving 8s infinite linear;
}
.hero .shape-1 {
  top: 15%;
  left: 10%;
}
@media only screen and (max-width: 1599.98px) {
  .hero .shape-1 {
    left: 3%;
  }
}
.hero .shape-1 img {
  animation-delay: 0.2s;
}
.hero .shape-2 {
  top: 15%;
  right: 20%;
}
@media only screen and (max-width: 1599.98px) {
  .hero .shape-2 {
    right: 3%;
  }
}
.hero .shape-2 img {
  animation-delay: 1.5s;
}
.hero .shape-3 {
  top: 25%;
  right: 8%;
}
@media only screen and (max-width: 1599.98px) {
  .hero .shape-3 {
    right: 3%;
  }
}
.hero .shape-3 img {
  animation-delay: 2.5s;
}
.hero__wrapper {
  z-index: 2;
}
.hero__wrapper::after {
  width: 100%;
  height: 226px;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0b2919 0%, rgba(11, 41, 25, 0) 100%);
  z-index: 3;
  pointer-events: none;
}
.hero__wrapper .demo-info {
  left: 10%;
  top: 30%;
  z-index: 10;
}
@media only screen and (max-width: 1599.98px) {
  .hero__wrapper .demo-info {
    left: 3%;
    top: 35%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero__wrapper .demo-info {
    top: 50%;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero__wrapper .demo-info {
    display: none;
  }
}
.hero__wrapper .demo-info .star-group {
  width: 277px;
  height: 277px;
  animation: spin 20s linear infinite;
}
.hero__wrapper .demo-info .star-group .star {
  width: 100%;
  height: 100%;
}
.hero__wrapper .demo-info .star-group .star.star-1 {
  color: #505c12;
  top: 0;
  left: 0;
}
.hero__wrapper .demo-info .star-group .star.star-2 {
  color: #eaff81;
  top: 4px;
  left: 0;
}
.hero__wrapper .demo-info .text-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__wrapper .demo-info .text-content .count {
  color: #0b2919;
  font-family: var(--ff-boldonse);
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: -0.96px;
}
.hero__wrapper .demo-info .text-content .label {
  color: #0b2919;
  font-family: var(--ff-boldonse);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.4px;
}
.hero__content {
  padding-block: 230px 140px;
}
@media only screen and (max-width: 991.98px) {
  .hero__content {
    padding-block: 150px 70px;
  }
}
.hero__content .technology-icons {
  margin-bottom: 28px;
}
.hero__content .technology-icons .icon {
  width: 58px;
  height: 58px;
  border: 2px solid #0b2919;
  background-color: #fff;
  margin-right: -10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.hero__content .content-title {
  color: #fff;
  text-align: center;
  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: 991.98px) {
  .hero__content .content-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero__content .content-title {
    font-size: 25px;
  }
}
.hero__content .content-title span {
  color: #f172ac;
}
.hero__content .highlight-info {
  gap: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .hero__content .highlight-info {
    gap: 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero__content .highlight-info {
    gap: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero__content .highlight-info {
    padding-inline: 35px;
  }
}
.hero__content .highlight-info .info-item {
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .hero__content .highlight-info .info-item {
    max-width: 200px;
    width: 100%;
  }
}
.hero__content .highlight-info .info-item .item-icon {
  width: 50px;
  height: 50px;
  background-color: #0b2919;
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #eaff81;
}
.hero__content .highlight-info .info-item .item-icon svg {
  width: 24px;
  height: 24px;
}
.hero__content .highlight-info .info-item p {
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  white-space: nowrap;
}
.hero__content .buttons-group {
  gap: 10px;
}
.hero__slider .swiper-slide {
  width: auto;
}
.hero__slider .swiper-slide .hero-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demos {
  background-color: #f2f2f2;
  padding-top: 400px;
}
@media only screen and (max-width: 991.98px) {
  .demos {
    padding-top: 285px;
  }
}
@media only screen and (max-width: 767.98px) {
  .demos {
    padding-top: 220px;
  }
}
.demos .section__header {
  z-index: 2;
}
.demos .section__header .total-demos {
  left: 50%;
  bottom: -50px;
  z-index: -1;
  background: linear-gradient(180deg, #dfe6e2 0.39%, #f2f2f2 106.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--ff-boldonse);
  font-size: 300px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -6px;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 991.98px) {
  .demos .section__header .total-demos {
    font-size: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .demos .section__header .total-demos {
    font-size: 200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .demos .section__header .total-demos {
    font-size: 130px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 320.98px) {
  .demos .section__header .total-demos {
    bottom: 100px;
  }
}
.demos__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 100px;
}
@media only screen and (max-width: 1439.98px) {
  .demos__items {
    gap: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .demos__items {
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .demos__items {
    gap: 25px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.demos__item {
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 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: 991.98px) {
  .demos__item {
    padding: 15px;
  }
}
.demos__item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(var(--color-black-rgb), 0.05);
}
.demos__item:hover .item-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.demos__item .item-thumb {
  border-radius: 6px;
  overflow: hidden;
  border: 0.292px solid rgba(59, 48, 48, 0.04);
}
.demos__item .item-thumb img {
  width: 100%;
  min-height: 250px;
  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;
}
.demos__item .item-content {
  padding-block: 32px 12px;
}
@media only screen and (max-width: 991.98px) {
  .demos__item .item-content {
    padding-block: 20px 0px;
  }
}
.demos__item .item-content .title {
  font-family: var(--ff-boldonse);
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: -0.36px;
  line-height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .demos__item .item-content .title {
    margin-bottom: 10px;
  }
}
.demos__item .item-content .title 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;
}
.demos__item .item-content .title a:hover {
  color: var(--accent-color);
}
.demos__item .item-content .desc {
  color: #555;
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.demos__item .item-content .badge {
  background-color: var(--primary-color);
  color: var(--color-white);
  padding: 8px 11px;
  font-family: var(--ff-dm-sans);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.demos__item:nth-child(1) .item-content .badge {
  background-color: #0b2919;
  color: #fff;
}
.demos__item:nth-child(2) .item-content .badge {
  background-color: #6f4e37;
  color: #fff;
}
.demos__item:nth-child(3) .item-content .badge {
  background-color: #8b1e1e;
  color: #fff;
}
.demos__item:nth-child(4) .item-content .badge {
  background-color: #eaff81;
  color: #0b2919;
  border: 1px solid rgba(59, 48, 48, 0.14);
}
.demos__item:nth-child(5) .item-content .badge {
  background-color: #f172ac;
  color: #fff;
}
.demos__item:last-child:nth-child(odd) {
  grid-column: 1/-1;
  justify-self: center;
  width: calc(50% - 50px);
}
@media only screen and (max-width: 767.98px) {
  .demos__item:last-child:nth-child(odd) {
    width: 100%;
    grid-column: auto;
  }
}

.features {
  background-color: #0b2919;
}
.features__items {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .features__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .features__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .features__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
.features__item {
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 40px;
  gap: 10px;
  width: 100%;
  max-height: 200px;
  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: 1599.98px) {
  .features__item {
    padding: 30px;
  }
}
@media only screen and (max-width: 1439.98px) {
  .features__item {
    padding: 20px;
  }
}
.features__item:hover {
  box-shadow: 0 8px 30px rgba(var(--color-black-rgb), 0.08);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.features__item .item-label {
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  text-align: center;
  text-transform: capitalize;
  letter-spacing: -0.28px;
  line-height: 1.4;
  margin: 0;
}

.elements {
  background-color: #0b2919;
}
.elements .section__header {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 767.98px) {
  .elements .section__header {
    flex-direction: column;
  }
}
.elements .section__header .total-elements {
  font-family: var(--ff-boldonse);
  font-size: 140px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #123522 0.39%, #0b2919 106.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1439.98px) {
  .elements .section__header .total-elements {
    font-size: 130px;
  }
}
@media only screen and (max-width: 991.98px) {
  .elements .section__header .total-elements {
    font-size: 100px;
  }
}
@media only screen and (max-width: 575.98px) {
  .elements .section__header .total-elements {
    font-size: 80px;
  }
}
.elements__slides {
  gap: 22px;
}
.elements__tricker .slide-track .js-marquee-wrapper {
  gap: 22px;
}
.elements__tricker .slide-track .js-marquee-wrapper * {
  gap: 10px;
}
.elements__tricker .tricker-item {
  color: #fff;
  gap: 22px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0b2919;
  padding: 17px 18px;
}
.elements__tricker .tricker-item .icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.elements__tricker .tricker-item .text {
  color: inherit;
  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;
}

.inners {
  background-color: #f2f2f2;
}
.inners__wrapper {
  border-radius: 10px;
  background: #0b2919;
  padding-inline: 80px;
  gap: 30px;
}
@media only screen and (max-width: 1439.98px) {
  .inners__wrapper {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .inners__wrapper {
    flex-direction: column;
    gap: 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .inners__wrapper {
    padding-inline: 20px;
  }
}
.inners__content .content-icon {
  color: #fff;
}
.inners__trackers {
  gap: 20px;
  max-width: 620px;
  width: 100%;
  overflow: hidden;
  height: 900px;
}
@media only screen and (max-width: 1199.98px) {
  .inners__trackers {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991.98px) {
  .inners__trackers {
    max-width: 100%;
    height: 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .inners__trackers {
    height: 500px;
  }
}
@media only screen and (max-width: 575.98px) {
  .inners__trackers {
    gap: 10px;
  }
}
.inners__trackers .slide-track {
  height: 100%;
}
.inners__trackers .slide-track .tricker-item {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .inners__trackers .slide-track .tricker-item {
    border-radius: 5px;
  }
}
.inners__trackers .slide-track .js-marquee-wrapper {
  gap: 20px;
}
@media only screen and (max-width: 575.98px) {
  .inners__trackers .slide-track .js-marquee-wrapper {
    gap: 10px;
  }
}
.inners__trackers .slide-track .js-marquee-wrapper .js-marquee {
  gap: 20px;
}
@media only screen and (max-width: 575.98px) {
  .inners__trackers .slide-track .js-marquee-wrapper .js-marquee {
    gap: 10px;
  }
}

.cta {
  overflow: hidden;
  z-index: 2;
}
.cta::before {
  inset: 0;
  background: rgba(11, 41, 25, 0.5);
  pointer-events: none;
  z-index: -1;
}

.responsive__thumb .main-thumb {
  text-align: center;
}
.responsive__thumb .responsive-text {
  text-align: center;
  margin-bottom: -109px;
}
@media only screen and (max-width: 1199.98px) {
  .responsive__thumb .responsive-text {
    margin-bottom: -82px;
  }
}
@media only screen and (max-width: 991.98px) {
  .responsive__thumb .responsive-text {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .responsive__thumb .responsive-text {
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .responsive__devices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (max-width: 320.98px) {
  .responsive__devices {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.responsive__device {
  padding-inline: 20px;
}
.responsive__device:not(:last-child)::after {
  right: 0;
  top: 50%;
  width: 1px;
  height: 160px;
  background-color: rgba(59, 48, 48, 0.14);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
  .responsive__device {
    padding-inline: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .responsive__device::after {
    display: none;
  }
}
.responsive__device .device-icon {
  min-height: 110px;
  margin-bottom: 8px;
}
.responsive__device .device-icon img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 767.98px) {
  .responsive__device .device-icon img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@media only screen and (max-width: 575.98px) {
  .responsive__device .device-icon img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.responsive__device .device-info .device-size {
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  color: #0b2919;
  margin-bottom: 4px;
}
.responsive__device .device-info .device-size span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.responsive__device .device-info .device-label {
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  color: #0b2919;
  margin-bottom: 0;
}

.highlight.section {
  z-index: 1;
}
.highlight__item {
  height: 100%;
  padding: 32px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .highlight__item {
    padding: 30px 22px 30px;
  }
}
.highlight__item .content {
  padding-inline: 10px;
  margin-bottom: 25px;
  flex-grow: 1;
}
.highlight__item .content .title {
  font-family: var(--ff-boldonse);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.highlight__item .content .desc {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  max-width: 300px;
}
.highlight__item .thumb {
  width: 100%;
  text-align: center;
  margin-top: auto;
  border-radius: 16px;
  overflow: hidden;
}
.highlight__item .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.highlight__item--1 {
  background-color: #ffd5f5;
}
.highlight__item--1 .content .title {
  color: #424242;
}
.highlight__item--1 .content .desc {
  color: #424242;
}
.highlight__item--2 {
  background-color: #f172ac;
}
.highlight__item--2 .content .title {
  color: var(--color-white, #ffffff);
}
.highlight__item--2 .content .desc {
  color: rgba(255, 255, 255, 0.8);
}
.highlight__item--3 {
  background-color: #eaff81;
}
.highlight__item--3 .content .title {
  color: #424242;
}
.highlight__item--3 .content .desc {
  color: #424242;
}

.faq.section .section__header {
  border-top: 1px solid rgba(59, 48, 48, 0.14);
}
.faq__accordion {
  gap: 16px;
}
.faq__accordion .accordion-item {
  background-color: var(--color-white, #ffffff);
  border: 1px solid rgba(59, 48, 48, 0.14);
  border-radius: 8px;
  overflow: hidden;
}
.faq__accordion .accordion-item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.faq__accordion .accordion-item:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.faq__accordion .accordion-header {
  margin: 0;
}
.faq__accordion .accordion-button {
  padding-inline: 24px;
  padding-block: 24px 20px;
  padding-right: 48px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-family: var(--ff-boldonse);
  font-size: 12px;
  color: #0b2919;
  text-transform: uppercase;
  letter-spacing: -0.24px;
  line-height: 1.4;
  width: 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;
  /* Horizontal line of plus/minus */
}
.faq__accordion .accordion-button::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #0b2919;
  border-radius: 20px;
  -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;
}
.faq__accordion .accordion-button::after {
  right: 29px;
  top: 50%;
  width: 2px;
  height: 12px;
  background-color: #0b2919;
  border-radius: 20px;
  background-image: 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: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq__accordion .accordion-button:not(.collapsed) {
  color: #0b2919;
  background-color: transparent;
  box-shadow: none;
  padding-bottom: 15px;
}
.faq__accordion .accordion-button:not(.collapsed)::after {
  opacity: 0;
  background-image: none;
  -webkit-transform: translateY(-50%) rotate(90deg) scale(0);
  -ms-transform: translateY(-50%) rotate(90deg) scale(0);
  transform: translateY(-50%) rotate(90deg) scale(0);
}
.faq__accordion .accordion-body {
  padding: 0 24px 24px;
  font-family: var(--ff-dm-sans);
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  letter-spacing: -0.42px;
  line-height: 171.429%;
}
.faq__accordion .accordion-body p {
  margin-bottom: 0;
  font: inherit;
}
.faq__infos {
  gap: 16px;
}
.faq__infos .info-item {
  padding: 32px;
  border-radius: 8px;
  gap: 32px;
}
.faq__infos .info-item .item-icon {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex-shrink: 0;
}
.faq__infos .info-item .item-icon svg {
  width: 24px;
  height: 24px;
}
.faq__infos .info-item .item-content .item-title {
  font-family: var(--ff-boldonse);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 13px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.faq__infos .info-item .item-content .item-desc {
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  max-width: 300px;
  margin-bottom: 20px;
}
.faq__infos .info-item .item-content .item-btn {
  font-family: var(--ff-dm-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.33px;
  border-radius: 40px;
  padding: 10.5px 15.5px;
  background: transparent;
  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;
}
.faq__infos .info-item--primary {
  background-color: #ffd2e7;
}
.faq__infos .info-item--primary .item-icon {
  color: #0b2919;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.faq__infos .info-item--primary .item-title {
  color: #0b2919;
}
.faq__infos .info-item--primary .item-desc {
  color: #555555;
}
.faq__infos .info-item--primary .item-btn {
  color: #0b2919;
  border: 1px solid rgba(0, 0, 0, 0.11);
}
.faq__infos .info-item--primary .item-btn:hover {
  background-color: #0b2919;
  color: #ffffff;
}
.faq__infos .info-item--secondary {
  background-color: #21773e;
  height: 321px;
}
.faq__infos .info-item--secondary .item-icon {
  border: 1px solid rgba(59, 48, 48, 0.14);
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.faq__infos .info-item--secondary .item-title {
  color: #ffffff;
}
.faq__infos .info-item--secondary .item-desc {
  color: rgba(255, 255, 255, 0.8);
}
.faq__infos .info-item--secondary .item-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.faq__infos .info-item--secondary .item-btn:hover {
  background-color: #ffffff;
  color: #21773e;
}
.faq__infos .info-item--secondary .item-footer {
  margin-top: auto;
}
.faq__infos .info-item--secondary .item-footer p {
  font-family: var(--ff-dm-sans);
  font-size: 11px;
  color: #ffffff;
  line-height: normal;
}
.faq__infos .info-item--secondary .item-footer p strong {
  font-weight: 500;
}
.faq__infos .info-item--secondary .item-footer p span {
  font-weight: 400;
}

.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 */
