@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
}

/*Wordpress editor styles start*/
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*Wordpress editor styles end*/
/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  display: block;
}

/* Reset CSS end */
@media (min-width: 1400px) {
  .container {
    max-width: 1260px;
  }
}
:root {
  --color-primary: #98be3a;
  --color-secondary: #ffcb08;
  --color-title: #262b35;
  --color-text: #565c65;
  --color-text-2: #212121;
  --color-purple: #a21475;
  --color-rose: #ed1651;
  --default-font-family: "Poppins", sans-serif;
  --default-font-size: 16px;
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.color-text {
  color: var(--color-text) !important;
}

@keyframes floating {
  from {
    transform: translateY(-1.5rem) translateX(0);
  }
  50% {
    transform: translateY(1.5rem);
  }
  to {
    transform: translateY(-1.5rem) translateX(0);
  }
}
.animfloat {
  animation: "floating" 10s infinite ease-in-out;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html {
  font-size: var(--default-font-size);
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: var(--default-font-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  background-color: var(--Light-Main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 100vw;
  color: var(--color-text);
  background-color: #ffffff;
  padding-top: var(--pt, 130px);
}

.container {
  max-width: 1410px;
}
@media (max-width: 1399.98px) {
  .container {
    padding-inline: 40px;
  }
}

ul,
ol {
  list-style-position: inside;
  margin-block-end: 2rem;
}

ol:not(.list),
ul:not(.list) {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7rem;
  list-style: none;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
  color: var(--color-text);
}
a:hover {
  text-decoration: none !important;
  color: var(--link-hover-color, --color-primary);
}

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

/* OVERLAY */
.nav-overlay {
  transition: all 0.1s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-primary);
  opacity: 0;
  pointer-events: none;
  z-index: 9998;
}
body.nav-open .nav-overlay {
  opacity: 0.35;
  pointer-events: all;
}

/* SCROLLBAR */
*::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: var(--color-dark-text);
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px var(--color-primary);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  outline: transparent;
}

/* FOCUS */
:focus {
  outline: none !important;
}

/* PRELOADER */
.page-preloader {
  position: fixed;
  min-width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-preloader .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.page-preloader .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.page-preloader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-primary);
  margin: -4px 0 0 -4px;
}
.page-preloader .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.page-preloader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.page-preloader .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.page-preloader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.page-preloader .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.page-preloader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.page-preloader .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.page-preloader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.page-preloader .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.page-preloader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.page-preloader .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.page-preloader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.page-preloader .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.page-preloader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.page-preloader .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.page-preloader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* SCROLLTO TOP */
#scrollToTop {
  transition: all 0.4s ease-in-out;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  opacity: 0;
  pointer-events: none;
  width: 3rem;
  height: 3rem;
  border: solid 1px var(--color-primary);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  background-color: white;
}
#scrollToTop.showme {
  opacity: 1;
  pointer-events: all;
}
#scrollToTop i.fa {
  font-size: 2rem;
  color: var(--color-primary);
  line-height: 2.5rem;
}
#scrollToTop:hover {
  background-color: var(--color-primary);
}
#scrollToTop:hover i.fa {
  color: white;
}

/* SVG */
svg.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* Responsive Video Embed */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Breadcrumbs */
.breadcrumb-wrapper {
  padding-top: 5px;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
.breadcrumb-wrapper .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  flex-direction: row;
  margin-bottom: 0;
  font-family: var(--default-font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.breadcrumb-wrapper .breadcrumb > li::before {
  display: none;
}
.breadcrumb-wrapper .breadcrumb > li a,
.breadcrumb-wrapper .breadcrumb > li span {
  color: #fff;
  font-size: var(--default-font-size);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrapper .breadcrumb > li a,
  .breadcrumb-wrapper .breadcrumb > li span {
    font-size: 10px;
  }
}
.breadcrumb-wrapper .breadcrumb > li a:hover {
  color: var(--color-text);
}
.breadcrumb-wrapper .breadcrumb > li:first-child * {
  font-weight: 300;
}
.breadcrumb-wrapper .breadcrumb > li:not(:last-child) {
  position: relative;
}
.breadcrumb-wrapper .breadcrumb > li:not(:last-child)::after {
  display: inline;
  content: "/";
  color: #fff;
}

/* Site */
.main-content-wrapper {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

.subscribe-form-wrapper label {
  font-size: 1rem;
  font-weight: 300;
}
.subscribe-form-wrapper .custom-form-control {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  color: var(--color-normal-100);
  font-family: var(--default-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 25.5px */
  margin-bottom: 1rem;
  padding: 18px 25px;
  height: 61px;
}
.subscribe-form-wrapper .custom-form-control::-webkit-input-placeholder {
  opacity: 0.75;
}
.subscribe-form-wrapper .custom-form-control::-moz-placeholder {
  opacity: 0.75;
}
.subscribe-form-wrapper .custom-form-control:-ms-input-placeholder {
  opacity: 0.75;
}
.subscribe-form-wrapper .custom-form-control:-moz-placeholder {
  opacity: 0.75;
}
.subscribe-form-wrapper .custom-form-control:focus {
  outline: none !important;
}
.subscribe-form-wrapper .custom-form-control.wpcf7-not-valid {
  border: solid 1px red;
}
.subscribe-form-wrapper .wpcf7-not-valid-tip {
  display: block;
  height: 0;
  font-size: 0.65rem;
  color: red;
  transform: translateY(-1.75rem);
  text-align: right;
}
.subscribe-form-wrapper .wpcf7-response-output {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 1.5rem;
  padding: 1rem;
}

@media (max-width: 767.98px) {
  .form-wrapper {
    margin-top: 30px;
  }
  .form-wrapper h4 {
    text-align: center;
  }
}
.form-wrapper label {
  font-size: 1rem;
  font-weight: 300;
}
.form-wrapper input[type=text],
.form-wrapper input[type=email],
.form-wrapper input[type=tel],
.form-wrapper input[type=url],
.form-wrapper input[type=number] {
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #b5b8bb;
  color: var(--color-text);
  font-family: var(--default-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  margin-bottom: 1rem;
  padding: 15px 0;
}
.form-wrapper input[type=text]::-webkit-input-placeholder,
.form-wrapper input[type=email]::-webkit-input-placeholder,
.form-wrapper input[type=tel]::-webkit-input-placeholder,
.form-wrapper input[type=url]::-webkit-input-placeholder,
.form-wrapper input[type=number]::-webkit-input-placeholder {
  opacity: 0.75;
}
.form-wrapper input[type=text]::-moz-placeholder,
.form-wrapper input[type=email]::-moz-placeholder,
.form-wrapper input[type=tel]::-moz-placeholder,
.form-wrapper input[type=url]::-moz-placeholder,
.form-wrapper input[type=number]::-moz-placeholder {
  opacity: 0.75;
}
.form-wrapper input[type=text]:-ms-input-placeholder,
.form-wrapper input[type=email]:-ms-input-placeholder,
.form-wrapper input[type=tel]:-ms-input-placeholder,
.form-wrapper input[type=url]:-ms-input-placeholder,
.form-wrapper input[type=number]:-ms-input-placeholder {
  opacity: 0.75;
}
.form-wrapper input[type=text]:-moz-placeholder,
.form-wrapper input[type=email]:-moz-placeholder,
.form-wrapper input[type=tel]:-moz-placeholder,
.form-wrapper input[type=url]:-moz-placeholder,
.form-wrapper input[type=number]:-moz-placeholder {
  opacity: 0.75;
}
.form-wrapper input[type=text]:focus,
.form-wrapper input[type=email]:focus,
.form-wrapper input[type=tel]:focus,
.form-wrapper input[type=url]:focus,
.form-wrapper input[type=number]:focus {
  outline: none !important;
}
.form-wrapper input[type=text].wpcf7-not-valid,
.form-wrapper input[type=email].wpcf7-not-valid,
.form-wrapper input[type=tel].wpcf7-not-valid,
.form-wrapper input[type=url].wpcf7-not-valid,
.form-wrapper input[type=number].wpcf7-not-valid {
  border: solid 1px red;
}
.form-wrapper textarea {
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #b5b8bb;
  color: var(--color-text);
  font-family: var(--default-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  margin-bottom: 1rem;
  padding: 15px 0;
  height: 150px;
  resize: none;
}
.form-wrapper textarea::-webkit-input-placeholder {
  opacity: 0.75;
}
.form-wrapper textarea::-moz-placeholder {
  opacity: 0.75;
}
.form-wrapper textarea:-ms-input-placeholder {
  opacity: 0.75;
}
.form-wrapper textarea:-moz-placeholder {
  opacity: 0.75;
}
.form-wrapper textarea:focus {
  outline: none !important;
}
.form-wrapper textarea.wpcf7-not-valid {
  border: solid 1px red;
}
.form-wrapper small {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.2;
}
.form-wrapper .form-info-area {
  border: 3px solid var(--color-normal-40);
  border-radius: 8px;
  padding: 26px;
  margin-bottom: 1rem;
}
.form-wrapper .form-info-area > p:last-child {
  margin-bottom: 0;
}
.form-wrapper label {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
.form-wrapper p {
  margin-bottom: 1rem;
}
.form-wrapper .wpcf7-checkbox,
.form-wrapper .wpcf7-acceptance,
.form-wrapper .gfield_checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.form-wrapper .wpcf7-checkbox > *,
.form-wrapper .wpcf7-acceptance > *,
.form-wrapper .gfield_checkbox > * {
  flex: 1 0 calc(50% - 0.5rem);
}
.form-wrapper .wpcf7-checkbox label,
.form-wrapper .wpcf7-acceptance label,
.form-wrapper .gfield_checkbox label {
  line-height: 1;
}
.form-wrapper .wpcf7-checkbox label span.wpcf7-list-item-label,
.form-wrapper .wpcf7-acceptance label span.wpcf7-list-item-label,
.form-wrapper .gfield_checkbox label span.wpcf7-list-item-label {
  color: var(--color-normal-100);
  font-family: var(--default-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 288.889% */
}
.form-wrapper .wpcf7-checkbox label span.wpcf7-list-item-label a,
.form-wrapper .wpcf7-acceptance label span.wpcf7-list-item-label a,
.form-wrapper .gfield_checkbox label span.wpcf7-list-item-label a {
  color: var(--color-normal-100);
  text-decoration: underline !important;
}
@media (max-width: 991.98px) {
  .form-wrapper .wpcf7-checkbox > *,
  .form-wrapper .wpcf7-acceptance > *,
  .form-wrapper .gfield_checkbox > * {
    flex: 1 0 100%;
  }
}
@media (max-width: 767.98px) {
  .form-wrapper .wpcf7-checkbox > *,
  .form-wrapper .wpcf7-acceptance > *,
  .form-wrapper .gfield_checkbox > * {
    flex: 1 0 calc(50% - 0.5rem);
  }
}
@media (max-width: 575.98px) {
  .form-wrapper .wpcf7-checkbox > *,
  .form-wrapper .wpcf7-acceptance > *,
  .form-wrapper .gfield_checkbox > * {
    flex: 1 0 100%;
  }
}
.form-wrapper .wpcf7-not-valid-tip {
  display: block;
  height: 0;
  font-size: 0.65rem;
  color: red;
  transform: translateY(-1.75rem);
  text-align: right;
}
.form-wrapper .wpcf7-response-output {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 1.5rem;
  padding: 1rem;
}

blockquote,
q,
blockquote {
  color: var(--color-text);
  font-family: var(--default-font-family);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
}
blockquote p,
q p,
blockquote p {
  color: var(--color-text);
  font-family: var(--default-font-family);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
}
blockquote strong,
q strong,
blockquote strong {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

p {
  color: var(--color-text);
  font-family: var(--default-font-family);
  font-size: var(--default-font-size, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}
p strong,
p b {
  font-weight: 700;
}
p i,
p em {
  font-style: italic;
}

sup,
sub {
  font-size: 0.65rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--color-title);
  font-family: var(--default-font-family);
}
h1.section-title, h1.section-title-2,
.h1.section-title,
.h1.section-title-2,
h2.section-title,
h2.section-title-2,
.h2.section-title,
.h2.section-title-2,
h3.section-title,
h3.section-title-2,
.h3.section-title,
.h3.section-title-2,
h4.section-title,
h4.section-title-2,
.h4.section-title,
.h4.section-title-2,
h5.section-title,
h5.section-title-2,
.h5.section-title,
.h5.section-title-2,
h6.section-title,
h6.section-title-2,
.h6.section-title,
.h6.section-title-2 {
  position: relative;
  line-height: 1;
  padding-bottom: 1.2rem;
}
h1.section-title::after, h1.section-title-2::after,
.h1.section-title::after,
.h1.section-title-2::after,
h2.section-title::after,
h2.section-title-2::after,
.h2.section-title::after,
.h2.section-title-2::after,
h3.section-title::after,
h3.section-title-2::after,
.h3.section-title::after,
.h3.section-title-2::after,
h4.section-title::after,
h4.section-title-2::after,
.h4.section-title::after,
.h4.section-title-2::after,
h5.section-title::after,
h5.section-title-2::after,
.h5.section-title::after,
.h5.section-title-2::after,
h6.section-title::after,
h6.section-title-2::after,
.h6.section-title::after,
.h6.section-title-2::after {
  display: block;
  content: "";
  width: 41px;
  height: 11px;
  background-image: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
h1.section-title.effect-center::after, h1.effect-center.section-title-2::after,
.h1.section-title.effect-center::after,
.h1.effect-center.section-title-2::after,
h2.section-title.effect-center::after,
h2.effect-center.section-title-2::after,
.h2.section-title.effect-center::after,
.h2.effect-center.section-title-2::after,
h3.section-title.effect-center::after,
h3.effect-center.section-title-2::after,
.h3.section-title.effect-center::after,
.h3.effect-center.section-title-2::after,
h4.section-title.effect-center::after,
h4.effect-center.section-title-2::after,
.h4.section-title.effect-center::after,
.h4.effect-center.section-title-2::after,
h5.section-title.effect-center::after,
h5.effect-center.section-title-2::after,
.h5.section-title.effect-center::after,
.h5.effect-center.section-title-2::after,
h6.section-title.effect-center::after,
h6.effect-center.section-title-2::after,
.h6.section-title.effect-center::after,
.h6.effect-center.section-title-2::after {
  left: 50%;
  transform: translateX(-50%);
}
h1.section-title-2::after,
.h1.section-title-2::after,
h2.section-title-2::after,
.h2.section-title-2::after,
h3.section-title-2::after,
.h3.section-title-2::after,
h4.section-title-2::after,
.h4.section-title-2::after,
h5.section-title-2::after,
.h5.section-title-2::after,
h6.section-title-2::after,
.h6.section-title-2::after {
  background-image: url("../images/dots2.png");
}

h1,
.h1 {
  font-size: 40px;
}

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

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 16px;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 900;
}

.btn {
  transition: all 0.2s ease-in-out;
  background-color: var(--color-primary);
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 17px 25px;
  height: 61px;
  border-radius: 4px;
  border: none;
  margin-bottom: 1rem;
}
.btn:hover {
  color: #ffffff;
  background-color: var(--color-rose);
}
.btn.btn-secondary {
  background-color: var(--color-secondary);
}
.btn.btn-secondary:hover {
  background-color: var(--color-purple);
}
.btn.btn-contact-submit {
  width: 100%;
  height: 53px;
  background-color: var(--color-rose);
  font-size: 18px;
  font-weight: 600;
}
.btn.btn-contact-submit:hover {
  background-color: var(--color-primary);
}
.btn.filter-button {
  position: relative;
  background-color: transparent;
  padding: 1rem;
  font-size: 23px;
  font-weight: 500;
  color: var(--color-title);
  margin: 0;
  border-radius: 0;
}
.btn.filter-button::after {
  transition: all 0.2s ease-in-out;
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--color-title);
  bottom: 0.75rem;
}
.btn.filter-button.active::after {
  width: calc(100% - 2rem);
}
.btn.filter-button:not(.active):hover::after {
  width: calc(50% - 1rem);
  background-color: var(--color-rose);
}

.video-cover-btn {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 192/76;
  overflow: hidden;
  cursor: pointer;
  background-color: #202020;
}
.video-cover-btn img {
  display: block;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  margin: 0;
}
.video-cover-btn::after {
  transition: all 0.4s ease-in-out;
  content: "";
  display: block;
  width: 52.9px;
  height: 61.077px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/play-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
}
.video-cover-btn:hover::after, .video-cover-btn:focus-within::after {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-link {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
  background-color: #202020;
  border-radius: 30px;
}
.video-link img {
  display: block;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  margin: 0;
}
.video-link::after {
  transition: all 0.4s ease-in-out;
  content: "";
  display: block;
  width: 52.9px;
  height: 61.077px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/play-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
}
.video-link:hover::after, .video-link:focus-within::after {
  transform: translate(-50%, -50%) scale(1.1);
}

.accordion .accordion-item {
  border: none;
  padding: 0;
  background-color: transparent;
}
.accordion .accordion-item .accordion-header .accordion-button {
  padding: 25px 0;
  font-size: 19px;
  font-weight: 700;
  color: var(--color-title);
  border-radius: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:focus, .accordion .accordion-item .accordion-header .accordion-button:focus-within {
  outline: none;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  width: 19px;
  height: 10px;
  background-image: url("../images/ui/accordion-arrow.png");
  background-size: contain;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("../images/ui/accordion-arrow.png");
}
.accordion .accordion-item .accordion-body {
  padding: 0 0 15px;
}
.accordion .accordion-item .accordion-body p:last-of-type {
  margin-bottom: 0;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: solid 1px var(--color-text-2);
}

.fullscreen-temp {
  width: 100%;
  min-height: 100vh;
  background-color: #ccc;
}

.page-sections {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.page-sections.page-default-section {
  padding-block: 7rem;
}
.page-sections.page-hero-section {
  position: relative;
}
.page-sections.page-hero-section .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: row;
}
.page-sections.page-hero-section .hero-content .hero-title {
  font-size: clamp(1vw, 16px, 5vw);
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  flex-direction: row;
}
.page-sections.page-hero-section .hero-content .hero-title::before {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #930000;
}
@media (max-width: 767.98px) {
  .page-sections.page-hero-section .hero-content .hero-title {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .page-sections.page-hero-section .hero-content .hero-title::before {
    display: none;
  }
}
.page-sections.page-hero-section .hero-content .page-title {
  font-size: clamp(2vw, 64px, 15vw);
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 767.98px) {
  .page-sections.page-hero-section .hero-content .page-title {
    width: 100%;
    text-align: center;
  }
}
.page-sections.page-hero-section .section-bg {
  position: relative;
  width: 100%;
  height: 450px;
}
.page-sections.page-hero-section .section-bg::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-text-2);
  opacity: 0.5;
  z-index: 5;
}
.page-sections.page-hero-section .section-bg img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-sections.home-about-section, .page-sections.page-about-section {
  padding-block-end: 5rem;
}
.page-sections.home-about-section .stats, .page-sections.page-about-section .stats {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
  flex-direction: row;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .page-sections.home-about-section .stats, .page-sections.page-about-section .stats {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .page-sections.home-about-section .stats, .page-sections.page-about-section .stats {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
}
.page-sections.home-about-section .stats .stat, .page-sections.page-about-section .stats .stat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-direction: row;
}
.page-sections.home-about-section .stats .stat .stat-meta h4, .page-sections.page-about-section .stats .stat .stat-meta h4 {
  font-size: 56px;
  font-weight: 700;
  color: var(--color-title);
  margin-bottom: 0;
}
.page-sections.home-about-section .stats .stat .stat-meta h5, .page-sections.page-about-section .stats .stat .stat-meta h5 {
  font-size: 19px;
  font-weight: 400;
  color: var(--color-text);
  margin-bottom: 0;
}
.page-sections.home-about-section .row, .page-sections.page-about-section .row {
  align-items: stretch;
}
.page-sections.home-about-section .about-image-parallax, .page-sections.page-about-section .about-image-parallax {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-direction: row;
  position: relative;
  min-height: 100%;
}
.page-sections.home-about-section .about-image-parallax .effect, .page-sections.page-about-section .about-image-parallax .effect {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
}
.page-sections.home-about-section .about-image-parallax .front-img, .page-sections.page-about-section .about-image-parallax .front-img {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 10%;
}
.page-sections.home-about-section .about-image-parallax .back-img, .page-sections.page-about-section .about-image-parallax .back-img {
  position: relative;
  z-index: 5;
}
.page-sections.page-about-section {
  padding-block: 7rem;
}
.page-sections.page-about-section .about-image-parallax {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  flex-direction: row;
}
.page-sections.page-about-section .about-image-parallax .front-img {
  left: unset;
  right: 10%;
}
.page-sections.page-about-section .about-image-parallax .back-img {
  position: relative;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .page-sections.page-about-section .about-image-parallax {
    padding-block-start: 5rem;
  }
}
.page-sections.product-scroller-section {
  padding-block-start: 1rem;
  padding-inline: 5px;
}
.page-sections.text-marquee-section {
  padding-block-end: 1rem;
}
.page-sections.text-marquee-section .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 125px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .page-sections.text-marquee-section .marquee {
    height: 80px;
  }
}
.page-sections.text-marquee-section .marquee .marquee-parallax {
  position: relative;
}
.page-sections.text-marquee-section .marquee .track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  will-change: transform;
  animation: marquee 180s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateY(-50%) translateX(0);
  }
  to {
    transform: translateY(-50%) translateX(-50%);
  }
}
.page-sections.text-marquee-section .marquee h1.marquee-title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2vw, 130px, 12vw);
  line-height: 1;
  margin: 0;
  color: #ffffff;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media (max-width: 767.98px) {
  .page-sections.image-slider-section img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.page-sections.video-banner-section {
  padding-block: 140px;
}
.page-sections.video-banner-section .video-banner-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  transform: translateY(100px) scale(1.3);
}
.page-sections.video-banner-section .video-banner-wrapper .banner-poster {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  background-color: #ffcb08;
  cursor: pointer;
  transform: scale(1.001);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
  flex-direction: row;
  flex-direction: column;
  z-index: 10;
}
.page-sections.video-banner-section .video-banner-wrapper .banner-poster h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
.page-sections.video-banner-section .video-banner-wrapper .banner-poster img {
  width: 115px;
  height: 115px;
}
@media (max-width: 1199.98px) {
  .page-sections.video-banner-section .video-banner-wrapper .banner-poster {
    gap: 20px;
  }
  .page-sections.video-banner-section .video-banner-wrapper .banner-poster h2 {
    font-size: 40px;
  }
  .page-sections.video-banner-section .video-banner-wrapper .banner-poster img {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 991.98px) {
  .page-sections.video-banner-section .video-banner-wrapper .banner-poster {
    gap: 20px;
  }
  .page-sections.video-banner-section .video-banner-wrapper .banner-poster h2 {
    font-size: 30px;
  }
  .page-sections.video-banner-section .video-banner-wrapper .banner-poster img {
    width: 75px;
    height: 75px;
  }
}
.page-sections.video-banner-section .video-banner-wrapper video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.page-sections.video-banner-section .video-banner-wrapper.videoActive .banner-poster {
  opacity: 0;
  pointer-events: none;
}
.page-sections.video-banner-section .video-banner-wrapper.videoActive video {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .page-sections.video-banner-section {
    padding-block: 100px;
  }
}
@media (max-width: 767.98px) {
  .page-sections.video-banner-section {
    padding-block: 50px;
  }
}
@media (max-width: 439.98px) {
  .page-sections.video-banner-section {
    padding-block-start: 50px;
    padding-block-end: 100px;
  }
}
.page-sections.principles-section {
  position: relative;
}
@media (max-width: 767.98px) {
  .page-sections.principles-section {
    padding-block: 2rem;
  }
}
@media (max-width: 439.98px) {
  .page-sections.principles-section {
    padding-block-start: 3rem;
    padding-block-end: 18rem;
  }
}
.page-sections.principles-section .section-content {
  position: absolute;
  z-index: 25;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.page-sections.principles-section .section-content h1 {
  display: inline-block;
  padding-block-end: 10px;
}
.page-sections.principles-section .section-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: 15;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .page-sections.principles-section .section-overlay {
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  .page-sections.principles-section .section-overlay {
    opacity: 0.25;
  }
}
@media (max-width: 439.98px) {
  .page-sections.principles-section .section-overlay {
    opacity: 0.15;
  }
}
.page-sections.principles-section .section-overlay img {
  position: absolute;
}
.page-sections.principles-section .section-overlay img.front-fruits {
  z-index: 30;
}
.page-sections.principles-section .section-overlay img.middle-fruits {
  z-index: 20;
}
.page-sections.principles-section .section-overlay img.back-fruits {
  z-index: 10;
}
.page-sections.principles-section .section-bg img {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .page-sections.principles-section .section-bg img {
    min-height: unset;
  }
}
.page-sections.card-grid-section {
  padding-block: 2rem;
}
.page-sections.subscribe-section {
  position: relative;
  height: 475px;
  background-color: var(--color-primary);
}
.page-sections.subscribe-section .subscribe-content {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  flex-direction: row;
}
.page-sections.subscribe-section .subscribe-content h1 {
  color: #ffffff;
}
.page-sections.subscribe-section .subscribe-content h5 {
  color: #ffffff;
  font-weight: 500;
  text-wrap: balance;
}
.page-sections.subscribe-section .subscribe-content .subscribe-form-wrapper {
  padding-block: 2rem;
}
.page-sections.subscribe-section .subscribe-content .subscribe-form-wrapper .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  flex-direction: row;
}
.page-sections.subscribe-section .subscribe-content .subscribe-form-wrapper p {
  font-size: 16px;
  color: #ffffff;
}
.page-sections.subscribe-section .subscribe-content .subscribe-form-wrapper p a {
  text-decoration: underline !important;
  color: #ffffff;
}
.page-sections.subscribe-section .subscribe-content .subscribe-form-wrapper p a:hover {
  color: var(--color-text-2);
}
.page-sections.subscribe-section .subscribe-front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
@media (max-width: 1199.98px) {
  .page-sections.subscribe-section .subscribe-front .container {
    width: 100%;
    max-width: 100%;
  }
}
.page-sections.subscribe-section .subscribe-front img {
  margin-bottom: 15px;
  max-width: 50vw;
}
.page-sections.subscribe-section .subscribe-back {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-direction: row;
}
.page-sections.stripe-section {
  background-color: var(--color-primary);
}
.page-sections.stripe-section .stripe-content {
  padding-block: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
}
.page-sections.stripe-section .stripe-content p {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
}
.page-sections.stripe-section .stripe-content p a {
  text-decoration: underline !important;
  color: #ffffff;
}
.page-sections.stripe-section .stripe-content p a:hover {
  color: var(--color-text-2);
}
.page-sections.about-faq-section {
  position: relative;
  padding-block: 5rem;
}
.page-sections.about-faq-section .section-bg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: auto;
  max-width: 55%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .page-sections.about-faq-section .section-bg {
    max-width: 95%;
    position: relative;
    transform: unset;
    margin: 0 auto 2rem;
  }
}
.page-sections.page-team-section {
  padding-block: 5rem;
}
.page-sections.contact-page-section {
  padding-block-start: 5rem;
  padding-block-end: 3rem;
}
.page-sections.contact-page-section .contact-box {
  margin-bottom: 2rem;
}
.page-sections.contact-page-section .contact-box h6 {
  font-size: 19px;
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: 10px;
}
.page-sections.contact-page-section .contact-box a {
  font-size: 26px;
  font-weight: 500;
  color: var(--color-title);
  text-decoration: underline !important;
}
.page-sections.contact-page-section .contact-box a:hover {
  color: var(--color-rose);
}
.page-sections.contact-page-section .contact-spot {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2vw, 130px, 12vw);
  line-height: 1;
  margin: 0;
  color: #ffffff;
  text-wrap: balance;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media (max-width: 767.98px) {
  .page-sections.contact-page-section .contact-spot {
    text-align: center;
  }
}
.page-sections.contact-form-section {
  padding-block-start: 5rem;
  padding-block-end: 8rem;
  background-color: #f8f8f8;
}
.page-sections.contact-form-section .contact-form-title {
  font-size: clamp(3vw, 60px, 15vw);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-title);
  text-wrap: balance;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .page-sections.contact-form-section .contact-form-title {
    text-align: center;
  }
  .page-sections.contact-form-section .contact-form-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-sections.products-grid-section {
  padding-block-start: 5rem;
  padding-block-end: 8rem;
}
.page-sections.gallery-section {
  padding-block-start: 5rem;
  padding-block-end: 8rem;
}
.page-sections.gallery-section .gallery-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.page-sections.gallery-section .gallery-item {
  display: block;
  margin-bottom: 2rem;
}
.page-sections.gallery-section .gallery-item figure {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.page-sections.gallery-section .gallery-item figure img {
  width: 100%;
  aspect-ratio: 426/479;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-sections.gallery-section .gallery-item figure figcaption {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: -1rem;
  right: 0;
  padding: 3rem 1rem 1rem;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7455357143) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 0;
}
.page-sections.gallery-section .gallery-item:hover figure figcaption {
  bottom: 0;
  opacity: 1;
}
.page-sections.product-detail-section {
  padding-block: 5rem;
}
.page-sections.product-detail-section .product-types {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 100px;
  flex-direction: row;
  margin-block: 3rem;
}
@media (max-width: 1199.98px) {
  .page-sections.product-detail-section .product-types {
    gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .page-sections.product-detail-section .product-types {
    flex-direction: column;
  }
}
.page-sections.product-detail-section .product-types .nav-tabs {
  flex: 1 0 auto;
  border: none;
  flex-direction: column;
  gap: 30px;
}
.page-sections.product-detail-section .product-types .nav-tabs .nav-link {
  border: none;
  font-size: 42px;
  font-weight: 700;
  color: var(--color-title);
  padding: 0;
}
.page-sections.product-detail-section .product-types .nav-tabs .nav-link:hover {
  color: var(--color-rose);
}
.page-sections.product-detail-section .product-types .nav-tabs .nav-link.active {
  color: var(--color-rose);
}
.page-sections.product-detail-section .product-types .nav-tabs .nav-link.active::before {
  content: "> ";
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .page-sections.product-detail-section .product-types .nav-tabs .nav-link {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .page-sections.product-detail-section .product-types .nav-tabs {
    flex-direction: row;
    justify-content: center;
  }
  .page-sections.product-detail-section .product-types .nav-tabs .nav-link {
    font-size: 22px;
  }
}
.page-sections.product-detail-section .product-types .product-type {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  flex-direction: row;
  flex-direction: column;
}
.page-sections.product-detail-section .product-types .product-type figure {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.page-sections.product-detail-section .product-types .product-type figure img {
  display: block;
}
.page-sections.product-detail-section .product-types .product-type figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 3rem 2rem 2rem;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7455357143) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
@media (max-width: 991.98px) {
  .page-sections.product-detail-section .product-types .product-type figure figcaption {
    position: relative;
    color: var(--color-title);
    padding: 1rem;
  }
}
.page-sections.product-detail-section .product-types .product-type .sessions {
  width: 100%;
}
.page-sections.product-detail-section .product-types .product-type .sessions .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-title);
  padding-inline: 1rem;
}
.page-sections.product-detail-section .product-types .product-type .sessions .months {
  max-width: calc(100vw - 1.5rem);
  overflow-x: auto;
}
.page-sections.product-detail-section .product-types .product-type .sessions .months ul {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  flex-direction: row;
  padding: 0 1rem 60px;
  min-width: 600px;
}
.page-sections.product-detail-section .product-types .product-type .sessions .months ul::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-title);
  position: absolute;
  left: 0;
  top: 30px;
}
.page-sections.product-detail-section .product-types .product-type .sessions .months ul li {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-title);
}
.page-sections.product-detail-section .product-types .product-type .sessions .months ul li.active::after {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  background: url("../images/session-icon.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .page-sections.product-detail-section .product-types .product-type .sessions .months ul li {
    font-size: 10;
  }
  .page-sections.product-detail-section .product-types .product-type .sessions .months ul li.active::after {
    width: 22px;
    height: 22px;
  }
}
.page-sections.product-packaging-section {
  padding-block: 5rem;
  background-color: #f8f8f8;
}
.page-sections.product-benefits-section {
  padding-block: 5rem;
  background-color: #94bb39;
  background-image: url("../images/product-benefits-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.page-sections.product-benefits-section h1 {
  color: #fff;
}
.page-sections.product-benefits-section * {
  color: #fff;
}
.page-sections.product-gallery-slider {
  padding-block: 5rem;
}
.page-sections.product-gallery-slider h1.section-title, .page-sections.product-gallery-slider h1.section-title-2 {
  margin-bottom: 30px;
}

.card {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.card.product-card {
  transition: all 0.4s ease-in-out;
  position: relative;
  transform-origin: center;
  background-color: #212121;
  border-radius: 12px;
  overflow: hidden;
}
.card.product-card .card-image {
  width: 100%;
  height: auto;
}
.card.product-card .card-image img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  aspect-ratio: 578/706;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.card.product-card .card-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 15px;
  flex-direction: row;
  flex-direction: column;
}
.card.product-card .card-meta h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #ffffff;
}
.card.product-card .card-meta p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}
.card.product-card:hover {
  transform: scale(1.04);
}
.card.product-card:hover .card-image img {
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .card.product-card {
    flex: 0 0 calc(33% - 22px);
  }
}
@media (max-width: 991.98px) {
  .card.product-card {
    flex: 0 0 calc(50% - 25px);
  }
}
@media (max-width: 767.98px) {
  .card.product-card {
    flex: 0 0 85%;
  }
}
.card.blog-card .card-image {
  border-radius: 12px;
  overflow: hidden;
}
.card.blog-card .card-image img {
  width: 100%;
  aspect-ratio: 393/280;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .card.blog-card .card-image img {
    aspect-ratio: unset;
  }
}
.card.blog-card .card-body {
  padding-inline: 0;
  padding-block: 40px;
}
.card.blog-card .card-body h5 {
  margin-bottom: 25px;
}
.card.blog-card .card-body h4 {
  font-weight: 500;
}
.card.team-card {
  transition: all 0.4s ease-in-out;
  border: solid 5px var(--color-primary);
  border-radius: 12px;
  padding: 35px;
  max-width: 340px;
  background-color: #ffffff;
}
.card.team-card .card-image {
  width: 100%;
  height: auto;
}
.card.team-card .card-image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card.team-card .card-body {
  text-align: left;
  padding-inline: 0;
}
.card.team-card .card-body h3 {
  color: var(--color-title);
  margin: 0;
  line-height: 1.5;
  font-size: clamp(1rem, 22px, 15vw);
}
.card.team-card .card-body h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-text);
  position: relative;
  padding-bottom: 1rem;
}
.card.team-card .card-body h4::after {
  display: block;
  content: "";
  width: 41px;
  height: 11px;
  background-image: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.card.team-card .card-body .contact-infos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-direction: row;
  flex-direction: column;
  margin-bottom: 20px;
}
.card.team-card .card-body .contact-infos li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-text);
}
.card.team-card .card-body .contact-infos li strong {
  font-weight: 700;
}
.card.team-card .card-body .contact-infos li a:hover {
  color: var(--color-rose);
}
.card.team-card .card-body .contact-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: row;
  margin-bottom: 0;
}
.card.team-card .card-body .contact-icons a:hover {
  color: var(--color-rose);
}
.card.team-card .card-body .contact-icons svg {
  width: 30px;
  height: 30px;
}
.card.contact-card .card-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.card.contact-card .card-image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.contact-card .card-image .flag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
  width: 88px;
}
.card.contact-card .card-image .flag img {
  aspect-ratio: unset;
}
.card.contact-card .card-body {
  padding-block: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: row;
  flex-direction: column;
}
.card.contact-card .card-body h3 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0;
}
.card.contact-card .card-body address {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
  text-wrap: balance;
  min-height: 60px;
}
.card.contact-card .card-body .contact-infos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-direction: row;
  flex-direction: column;
  margin-bottom: 20px;
}
.card.contact-card .card-body .contact-infos li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-text);
}
.card.contact-card .card-body .contact-infos li strong {
  font-weight: 700;
}
.card.contact-card .card-body .contact-infos li a:hover {
  color: var(--color-rose);
}
.card.contact-card .card-body a.view-on-map {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-text);
  padding-top: 1rem;
}
.card.contact-card .card-body a.view-on-map:hover {
  color: var(--color-rose);
}
.card.contact-card .card-body a.view-on-map::after {
  display: block;
  content: "";
  width: 41px;
  height: 11px;
  background-image: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.card.package-card .card-image {
  border-radius: 12px;
  overflow: hidden;
}
.card.package-card .card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.card.package-card .card-body p {
  margin-bottom: 5px;
}

.swiper-pagination {
  text-align: right;
  bottom: 22px !important;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: row;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
  border: solid 2px #ffffff;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.products-swiper-wrapper .swiper-wrapper {
  padding: 1rem 0;
}

.team-slider-wrapper {
  width: 100%;
}
.team-slider-wrapper .swiper-slide {
  width: 350px;
  filter: blur(0);
  padding-block: 2rem;
}
.team-slider-wrapper .swiper-slide.swiper-slide-active .team-card {
  border-color: var(--color-rose);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}
.team-slider-wrapper .swiper-slide:not(.swiper-slide-active) {
  filter: blur(5px);
}
.team-slider-wrapper .swiper-button-prev::after,
.team-slider-wrapper .swiper-button-next::after {
  display: none;
}

.products-swiper-wrapper .swiper-button-prev::after,
.products-swiper-wrapper .swiper-button-next::after {
  display: none;
}
.products-swiper-wrapper .swiper-button-prev img,
.products-swiper-wrapper .swiper-button-next img {
  filter: invert(1);
}

.product-gallery-slider-wrapper {
  width: 100%;
}
.product-gallery-slider-wrapper .swiper {
  border-radius: 12px;
}

header.site-header {
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
header.site-header .header-topbar {
  background-color: var(--color-primary);
  padding-block: 3px;
}
header.site-header .header-topbar .lang-selector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  flex-direction: row;
}
header.site-header .header-topbar .lang-selector li {
  padding-block: 0;
  padding-inline: 5px;
  line-height: 16px;
}
header.site-header .header-topbar .lang-selector li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
}
header.site-header .header-topbar .lang-selector li a:hover {
  color: var(--color-title);
}
header.site-header .header-topbar .lang-selector li:not(:last-child) {
  border-right: solid 1px #ffffff;
}
header.site-header .header-topbar .top-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-direction: row;
}
header.site-header .header-topbar .top-links a {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
}
header.site-header .header-topbar .top-links a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
header.site-header .header-topbar .top-links a:hover {
  color: var(--color-title);
}
header.site-header .header-topbar .top-links a:hover img {
  filter: brightness(0.15);
}
header.site-header .header-content {
  --logo-height: 75px;
  padding-block: 10px;
}
header.site-header .header-content .header-brand img {
  width: auto;
  height: var(--logo-height);
}
header.site-header .header-content .site-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-direction: row;
  width: 100%;
  min-height: var(--logo-height);
}
header.site-header .header-content .site-navigation .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  flex-direction: row;
  width: 100%;
}
header.site-header .header-content .site-navigation .menu li {
  --circle-wid: 11px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: row;
}
header.site-header .header-content .site-navigation .menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: row;
  width: auto;
  height: var(--logo-height);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-title);
  line-height: auto;
}
header.site-header .header-content .site-navigation .menu li a::before {
  transition: all 0.4s ease-in-out;
  position: absolute;
  display: block;
  content: "";
  width: var(--circle-wid);
  height: var(--circle-wid);
  border-radius: 50%;
  background-color: #94bb39;
  bottom: 10px;
  left: 0;
  opacity: 0;
  transform: translateY(10px);
  transition-duration: 0.4s;
}
header.site-header .header-content .site-navigation .menu li::before, header.site-header .header-content .site-navigation .menu li::after {
  transition: all 0.4s ease-in-out;
  position: absolute;
  display: block;
  content: "";
  width: var(--circle-wid);
  height: var(--circle-wid);
  border-radius: 50%;
  bottom: 10px;
  opacity: 0;
  transform: translateY(10px);
}
header.site-header .header-content .site-navigation .menu li::before {
  background-color: #a21475;
  left: 14px;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
}
header.site-header .header-content .site-navigation .menu li::after {
  background-color: #ed1651;
  left: 29px;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
header.site-header .header-content .site-navigation .menu li:hover a::before {
  opacity: 1;
  transform: translateY(0);
}
header.site-header .header-content .site-navigation .menu li:hover::before {
  opacity: 1;
  transform: translateY(0);
}
header.site-header .header-content .site-navigation .menu li:hover::after {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991.98px) {
  header.site-header .header-content .site-navigation .menu {
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 9999;
    flex-direction: column;
    gap: 1rem;
    background-color: #ffffff;
    padding-block: 1rem;
    opacity: 0;
    pointer-events: none;
    border-top: solid 1px #f1f1f1;
  }
  header.site-header .header-content .site-navigation .menu li a {
    font-size: 24px;
    width: 100%;
  }
  body.nav-open header.site-header .header-content .site-navigation .menu {
    opacity: 1;
    pointer-events: all;
    top: 100%;
  }
}
header.site-header .header-content .site-navigation .nav-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-direction: row;
  flex-direction: column;
  cursor: pointer;
  display: none;
}
header.site-header .header-content .site-navigation .nav-toggle span {
  display: block;
  width: 40px;
  height: 5px;
  background-color: var(--color-primary);
  border-radius: 2px;
}
header.site-header .header-content .site-navigation .nav-toggle span:nth-child(2) {
  background-color: #a21475;
}
header.site-header .header-content .site-navigation .nav-toggle span:nth-child(3) {
  background-color: #ed1651;
}
@media (max-width: 991.98px) {
  header.site-header .header-content .site-navigation .nav-toggle {
    display: flex;
  }
}

footer.site-footer {
  padding-block-start: 90px;
  padding-block-end: 40px;
}
footer.site-footer .footer-left {
  flex: 0 1 300px;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-left {
    flex: 1;
  }
}
footer.site-footer .footer-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  flex-direction: row;
  margin-bottom: 50px;
}
footer.site-footer .footer-logos img {
  min-width: 60px;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-logos {
    width: 100%;
    justify-content: center;
  }
}
footer.site-footer .footer-info p {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-text);
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-info {
    text-align: center;
  }
}
footer.site-footer .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: row;
}
footer.site-footer .social-media img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  footer.site-footer .social-media {
    width: 100%;
    justify-content: center;
  }
}
footer.site-footer .footer-widgets {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-widgets {
    gap: 15px 30px;
  }
}
@media (max-width: 575.98px) {
  footer.site-footer .footer-widgets {
    justify-content: center;
  }
}
footer.site-footer .footer-widgets .widget {
  flex: 1 1 calc(25% - 30px);
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-widgets .widget {
    flex: 1 1 30%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-widgets .widget {
    flex: 1 1 calc(50% - 15px);
    text-align: center;
  }
}
footer.site-footer .footer-widgets .widget .widget-title {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  color: var(--color-title);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-widgets .widget .widget-title {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-widgets .widget .widget-title {
    font-size: 16px;
  }
}
footer.site-footer .footer-widgets .widget .widget-title::after {
  display: block;
  content: "";
  width: 41px;
  height: 11px;
  background-image: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-widgets .widget .widget-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
footer.site-footer .footer-widgets .widget ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
  flex-direction: row;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
footer.site-footer .footer-widgets .widget ul li {
  min-height: 18px;
  font-size: 16px;
  color: var(--color-text);
  line-height: 1;
  margin: 0;
  padding: 0;
}
footer.site-footer .footer-widgets .widget ul li a {
  font-size: 16px;
  color: var(--color-text);
  line-height: 1;
  margin: 0;
  padding: 0;
}
footer.site-footer .footer-widgets .widget ul li a:hover {
  color: var(--color-title);
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-widgets .widget ul li {
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  footer.site-footer .footer-widgets .widget ul li a {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-widgets .widget ul li {
    font-size: 14px;
  }
  footer.site-footer .footer-widgets .widget ul li a {
    font-size: 14px;
  }
}
footer.site-footer .footer-widgets .widget p {
  font-size: 16px;
  color: var(--color-text);
  line-height: 1.8;
  margin: -8px 0 8px;
  padding: 0;
  text-wrap: balance;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-widgets .widget p {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-widgets .widget p {
    font-size: 14px;
  }
}
footer.site-footer .footer-copyright {
  font-size: 16px;
  color: var(--color-text);
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-copyright {
    text-align: center;
  }
}
footer.site-footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer.site-footer .footer-links a {
  font-size: 16px;
  color: var(--color-text);
}

.parallax-intro {
  position: relative;
  width: 100%;
  height: calc(100vh + 150px);
  overflow: hidden;
}
.parallax-intro * {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .parallax-intro {
    height: 90vh;
  }
}
.parallax-intro .background {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  flex-direction: row;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.parallax-intro .background img {
  width: 100%;
  height: calc(100vh + 250px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (max-width: 767.98px) {
  .parallax-intro .background img {
    height: calc(90vh + 250px);
  }
}
.parallax-intro .parallax-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-align: center;
  opacity: 0.05;
  transform: scale(0.75);
  filter: blur(3px);
}
.parallax-intro .parallax-content h1 {
  font-size: clamp(2vw, 4rem, 6vw);
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  padding-inline: 50px;
}
.parallax-intro .parallax-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .parallax-intro .parallax-bottom {
    bottom: 10%;
  }
}
.parallax-intro .parallax-bottom img {
  width: 100%;
  height: auto;
}
@keyframes bottomToCenter {
  from {
    transform: translateY(200px);
    filter: blur(5px);
  }
  to {
    transform: translateY(0);
    filter: blur(0);
  }
}
.parallax-intro .parallax-left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  filter: blur(0px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  flex-direction: row;
}
.parallax-intro .parallax-left img {
  max-width: 52%;
}
@keyframes leftToCenter {
  from {
    transform: translateX(-200px);
    filter: blur(5px);
  }
  to {
    transform: translateX(0);
    filter: blur(0);
  }
}
.parallax-intro .parallax-right {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  filter: blur(0px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0;
  flex-direction: row;
}
.parallax-intro .parallax-right img {
  max-width: 65%;
}
@keyframes rightToCenter {
  from {
    transform: translateX(200px);
    filter: blur(5px);
  }
  to {
    transform: translateX(0);
    filter: blur(0);
  }
}
.parallax-intro::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 150px;
  background-image: url(../images/intro-parallax/parallax-bottom.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media (max-width: 991.98px) {
  .parallax-intro::after {
    height: 100px;
  }
}/*# sourceMappingURL=app.css.map */