@font-face {
  font-family: Barlow;
  src: url("../fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url("../fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url("../fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url("../fonts/Barlow-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --green: #cddc39;
  --orange: #ff5f2f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

h1 {
  letter-spacing: 0.4px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 4.75rem;
  font-weight: 800;
  line-height: 98%;
}

h2 {
  letter-spacing: 0.2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 96%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 98%;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 98%;
}

h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 98%;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
}

p {
  max-width: 52ch;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 128%;
}

a {
  color: var(--black);
  text-decoration: underline;
}

a:hover {
  color: var(--green);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 40px;
}

li {
  font-size: 1.25rem;
  line-height: 128%;
}

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

blockquote {
  border-left: 5px solid var(--green);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  line-height: 128%;
}

.page-wrapper {
  position: relative;
}

.section-hero {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.section-intro {
  z-index: 10;
  background-color: var(--white);
  background-image: url("../images/bgPattern-dot-1.png");
  background-position: 50%;
  background-size: 200px;
  position: relative;
  overflow: hidden;
}

.section-about {
  z-index: 10;
  background-color: var(--green);
  background-image: url("../images/bgPattern-shortLines.png");
  background-position: 0 0;
  background-size: 3%;
  position: relative;
  overflow: visible;
}

.featured {
  z-index: 10;
  background-image: url("../images/design-01jvadvpv8-1748619889.jpg");
  background-size: cover;
  background-attachment: scroll;
  padding-top: 200px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.testimonial {
  z-index: 10;
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.footer {
  z-index: 10;
  background-color: var(--green);
  padding-top: 10vh;
  position: relative;
  overflow: hidden;
}

.loud-divider-loop {
  z-index: 10;
  background-color: var(--white);
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
  position: relative;
  overflow: hidden;
}

.loop-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 200vw;
  display: flex;
}

.content-item-100vw {
  background-image: url("../images/bgPattern-stripe-2.png");
  background-position: 0 0;
  background-size: 20%;
  flex: 0 auto;
  width: 100vw;
}

.divider-text {
  float: left;
  background-color: var(--green);
  text-transform: uppercase;
  white-space: nowrap;
  border-left: 8px solid #000;
  border-right: 8px solid #000;
  margin-left: 5vw;
  margin-right: auto;
  padding: 10px 15px;
  font-family: Barlow, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 900;
  line-height: 96%;
  display: block;
}

.running-text-bg {
  z-index: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.running-text-bg.in-footer {
  position: static;
}

.running-content-wrapper {
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg-text-heavy {
  float: left;
  color: var(--orange);
  letter-spacing: 0.5vw;
  text-transform: uppercase;
  white-space: nowrap;
  /* padding-left: 10vw; */
  font-family: Barlow, Arial, sans-serif;
  font-size: 24vw;
  font-weight: 900;
  line-height: 96%;
  display: block;
  transition: transform 0.8s ease;
}

.bg-text-heavy.dark {
  color: #00000026;
}
/* ////////// */

/* Right to Left */
.scroll-up {
  transform: translateX(-30vw);
}

/* Left to Right */
.scroll-down {
  transform: translateX(30vw);
}
/* ///////// */

.hero-headings {
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  position: relative;
}

.vertical-content {
  align-items: center;
  width: 80vh;
  display: flex;
  transform: rotate(-90deg);
}

.hero-images {
  z-index: 5;
  justify-content: space-between;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vh;
  padding-bottom: 50vh;
  display: block;
  position: relative;
  /* background-color: red; */
}

.Capsicum {
  width: 6vw;
  position: absolute;
  top: 20%;
  left: 15%;
  animation: Rotate 3s ease-in-out infinite alternate;
  transform-origin: center;
  /* animation: Rotate 5s linear infinite ; */
}
@keyframes Rotate {
  0% {
    transform: scale(1) rotate(-0deg);
  }
  100% {
    transform: scale(1.05) rotate(50deg);
  }
}

.bg-hero {
  opacity: 1;
  mix-blend-mode: normal;
  /* background-color: #000; */
  background-image: url("../images/design-01jvadvpv8-1748619889.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;

  /* Improved animation */
  animation: spinSmooth 5s;
  transform-origin: center center;
  will-change: transform;
}

/* @keyframes spinSmooth {
  0% {
    transform: scale(1.1) rotate(0deg);
    filter: brightness(1.1) saturate(1.2);
  }
  100% {
    transform: scale(1) rotate(360deg);
    filter: brightness(1) saturate(1);
  }
} */
@keyframes spinSmooth {
  0% {
    transform: scale(2.1) rotateY(0deg) rotateZ(40deg);
    background-color: #000;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5) rotateY(10deg) rotateZ(4deg);
    opacity: 1;
  }
}

/* .hero-deco-heart {
  width: 6vw;
  position: absolute;
  inset: auto 10% 15% auto;
    animation: Rotate 3s ease-in-out infinite alternate;
  transform-origin: center;
  
  }
@keyframes Rotate {
  0% {
    transform: scale(1) rotate(-0deg);
  }
  100% {
    transform: scale(1.05) rotate(50deg);
  }

} */

.hero-deco-heart {
  width: 6vw;
  position: absolute;
  inset: auto 10% 15% auto;
  animation: floatUpDown 3s ease-in-out infinite alternate;
  transform-origin: center;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-100px);
  }
}

.hero-image-grid {
  z-index: 2;
  grid-column-gap: 16vw;
  grid-row-gap: 24vh;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  /* transform: rotate(40deg); */
}

.bg-element-wrapper {
  z-index: 1;
  /* background-image: url("../images/design-01jvadvpv8-1748619889.jpg"); */
  background-color: #000;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.vertical-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.hero-text-content {
  z-index: 10;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  height: 100vh;
  min-height: 700px;
  display: flex;
  position: fixed;
  top: 0;
}

.rotate-line {
  background-image: linear-gradient(
    #0000 45%,
    #000 45%,
    #fff 52%,
    #000 55%,
    #0000 55%
  );
  flex: 1;
  align-self: auto;
  height: 50px;
  margin-right: 20px;
}

.side-text {
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 auto;
  align-self: auto;
  font-family: Barlow, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
}

.heading-hero-display {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  max-width: 8ch;
  margin: 0 auto;
  font-family: Barlow, Arial, sans-serif;
  font-size: 13vw;
  font-weight: 900;
  line-height: 84%;
}

.heading-hero-display.dark {
  color: #000;
  text-transform: uppercase;
}

.heading-section-display {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 900;
  line-height: 98%;
}

/* .image-display {
  mix-blend-mode: normal;
  width: 80%;
  display: block;
  will-change: transform;
  transition: transform 0.3s ease;
  animation: zoomOut 2s ease-out 1;
  transform: rotate(30deg);
  transform-origin: center;
} */

/* @keyframes zoomOut {
  0% {
    transform: scale(1.2);
    opacity: 0;
       transform: rotate(30deg);

    filter: brightness(1.3) saturate(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
       transform: rotate(20deg);

    filter: brightness(1) saturate(1);
  }
} */
.image-display {
  mix-blend-mode: normal;
  width: 80%;
  display: block;
  will-change: transform;
  transform: rotate(30deg);
  transform-origin: center;
  opacity: 0;
  animation: fadeIn 0.1s ease forwards;
  animation-delay: 2s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.intro-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.intro-visual-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
  position: relative;
}

.intro-text-content {
  background-color: var(--orange);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.stroke {
  color: var(--orange);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
}

.greeting-image {
  /* background-image: url("../images/food-noBG-1_1food-noBG-1.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 90%;
  height: 100%;
  max-height: 80%;
} */
  background-image: url("../images/food-noBG-1_1food-noBG-1.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 90%;
  height: 100%;
  max-height: 80%;
  /* Optional appearance */
  margin: 0 auto;

  /* Rotation animation */
  animation: rotateOnce 1.5s ease-in-out 1;
  transform-origin: center;
}

/* Keyframes for 360° rotation */
@keyframes rotateOnce {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.deco-star-left {
  width: 6vw;
  position: absolute;
  top: 10%;
  left: 20%;
  animation: zoomIn 1.2s ease-out 1;
  transform-origin: center;
  will-change: transform;
}
@keyframes zoomIn {
  0% {
    transform: scale(3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.deco-star-right {
  width: 6vw;
  position: absolute;
  bottom: 10%;
  right: 20%;
  animation: zoomIn 1.2s ease-out 1;
  transform-origin: center;
  will-change: transform;
}

@keyframes zoomIn {
  0% {
    transform: scale(3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.card-deco-left-top {
  z-index: 100;
  width: 20%;
  display: block;
  position: absolute;
  top: 19%;
  left: 5%;
}

.featured-product-image {
  object-fit: contain;
  background-image: url("../images/bgPattern-dot-round.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex: 1;
  display: inline-block;
}

.card-deco-right-bottom {
  z-index: 100;
  width: 20%;
  position: absolute;
  bottom: 18%;
  right: 0%;
}

.product-visual {
  padding: 10%;
  display: flex;
  position: relative;
}

.card-deco-left-bottom {
  z-index: 100;
  width: 20%;
  position: absolute;
  inset: auto auto 17% 6%;
  top: 70%;
}

.card-description-paragraph {
  z-index: 100;
  color: #000;
  text-transform: none;
  max-width: 30ch;
  /* width: fit-content; */
  margin-bottom: 0;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 106%;
  position: absolute;
  inset: auto 0% 4% 6%;
  top: 76.5%;
}

.heading-card {
  z-index: 100;
  color: var(--black);
  text-transform: uppercase;
  white-space: break-spaces;
  max-width: 12ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 96%;
  position: absolute;
  top: 4%;
  left: 6%;
}

.card-deco-right-top {
  z-index: 100;
  width: 20%;
  position: absolute;
  top: 20%;
  right: 0%;
}

.feature-card {
  background-color: var(--white);
  width: 100%;
  max-width: 420px;
  position: relative;
}

.style-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  z-index: 10;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.featured-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-hero-subtitle {
  color: #f4e9dd;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 98%;
}

.heading-hero-subtitle.center-text {
  color: var(--orange);
  text-align: center;
  -webkit-text-stroke-color: white;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 700;
}

.intro-content-wrapper {
  margin-left: 5vw;
  margin-right: 5vw;
}

.about-bg-element-wrapper {
  z-index: 1;
  height: 100vh;
  min-height: 700px;
  padding: 5vh;
  position: sticky;
  top: 0%;
  left: 0;
  overflow: hidden;
}

.bg-sun-rotation {
  background-color: var(--green);
  background-image: url("../images/6839d01021ddd2db6f172af4_Sun_Rotate_new.svg");
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: 220%;
  border: 0.8vh solid #000;
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.about-content-wrapper {
  z-index: 10;
  margin-top: -100vh;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.left-text-content {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: 100vh;
  min-height: 700px;
  padding-left: 14vh;
  padding-right: 4vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.right-picture-content {
  float: left;
  justify-content: center;
  width: 45%;
  padding-top: 50vh;
  padding-bottom: 50vh;
  display: flex;
  overflow: hidden;
}

.about-image-grid {
  grid-row-gap: 49px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 85%;
}

.testimonial-content {
  direction: ltr;
  column-count: 3;
}

.customer-review-card {
  background-color: var(--orange);
  margin-bottom: 16px;
  padding: 30px;
  display: inline-block;
}

.customer-image {
  width: 100%;
  margin-bottom: 16px;
}

.customer-review-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 500;
}

.five-star {
  grid-column-gap: 2px;
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.star {
  width: 36px;
  transition: transform 0.5s;
}
.star:hover {
  transform: scale(1.7);
}

.three-hearts {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  gap: 10px;
  /* height: 100%; */
}

.hearts {
  width: 50px;
  height: 50px;
  opacity: 0;
  transform: scale(0.5); /* start very small */
  animation: zoomInFade 0.5s ease-in-out infinite alternate;
  margin: 0;
}

.hearts:nth-child(1) {
  animation-delay: 0s;
}
.hearts:nth-child(2) {
  animation-delay: 0.3s;
}
.hearts:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes zoomInFade {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Optional: Make hearts size responsive */
@media (max-width: 600px) {
  .hearts {
    width: 35px;
    height: 35px;
  }
}

.testimonial-bg-elements-wrapper {
  position: absolute;
  inset: 0%;
}

.bg-element-dots {
  background-image: url("../images/bgPattern-dot-1.png");
  background-position: 0 0;
  background-size: 150px;
  width: 20vw;
  height: 20vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bg-element-dots.second {
  height: 30vw;
  inset: 20% 0% auto auto;
}

.bg-element-dots.third {
  height: 20vw;
  inset: 60% auto auto 0%;
}

.bg-element-message {
  background-image: url("../images/Decorative-graphic-message-s.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 5%;
  right: 20%;
}

.review-stickers-grid {
  justify-content: space-around;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.newsletter-image-text {
  color: var(--white);
  text-align: center;
  font-size: 12.5rem;
  font-weight: 800;
  line-height: 100%;
}

.newsletter-form-block {
  align-self: auto;
}

.newsletter-form {
  display: block;
}

.newsletter-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  padding: 30px 50px;
  display: flex;
  /* background-color: red; */
}

.newsletter-wrapper {
  background-color: var(--orange);
  background-image: url("../images/design-01jvadvpv8-1748619889.jpg");
  background-position: 0 0;
  background-size: cover;
}

.newsletter-column {
  padding-left: 0;
  padding-right: 0;
}

.form-label {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.newsletter-image {
  z-index: 10;
  background-image: url("../images/element-download--1748729605.png");
  background-position: 40% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
  position: relative;
  width: 98%;
  height: 90vh;
}

.error-message {
  background-color: #fff;
  padding: 20px;
  transition: opacity 0.2s;
}

.text-field {
  background-color: var(--white);
  border: 4px solid #000;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 20px 15px;
  font-family: Barlow, Arial, sans-serif;
  line-height: 20px;
}

.newsletter-input-wrapper {
  align-items: center;
  max-width: 550px;
  display: flex;
}

.container-footer {
  z-index: 10;
  max-width: 1380px;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.spacing-mid {
  height: 140px;
}

.social-media-wrapper {
  align-items: center;
  display: flex;
}

.div-block {
  z-index: 1;
  background-image: url("../images/bgPattern-dot-1.png");
  background-position: 0 0;
  background-size: 150px;
  position: absolute;
  inset: 0%;
  transform: translate(10%, 10%);
}

.heading-social {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  display: inline-block;
}

.socialmedia-link {
  width: 60px;
  height: 60px;
  margin-left: 30px;
  transition: all 0.2s;
}

.socialmedia-link:hover {
  transform: translate(0, -10px);
}

.socialmedia-icon-group {
  align-items: center;
  display: flex;
}

.form-success-text {
  text-align: left;
  margin-bottom: 0;
}

.form-error-text {
  color: #d60000;
  text-align: left;
  margin-bottom: 0;
}

.navbar-no-logo {
  z-index: 999;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
}

.navbar-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  width: 100%;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-family: Barlow, Arial, sans-serif;
  font-weight: 500;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--white);
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--green);
}

.heading-section {
  color: var(--black);
  text-align: center;
  max-width: 20ch;
  margin: 0 auto 60px;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 900;
}

.style-label {
  background-color: var(--orange);
  color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  font-weight: 500;
  display: inline-block;
}

.style-label.combo-class-style {
  background-color: var(--orange);
}

.style-label.element-note {
  background-color: #000;
}

.style-holder {
  background-color: var(--white);
  border-radius: 15px;
  margin-bottom: 0;
  padding: 40px;
}

.style-holder.dark {
  background-color: var(--green);
}

.flex-wrapper {
  grid-column-gap: 25px;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.section-template-pages {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-template-pages.page-header {
  padding-top: 220px;
  padding-bottom: 60px;
}

.section-template-pages.darker {
  background-color: #3c3c3c30;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-template-pages.mini-height {
  min-height: 50vh;
}

.link-button {
  border-bottom: 3px solid #000;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1rem;
  line-height: 128%;
  text-decoration: none;
  transition: all 0.2s;
}

.link-button:hover {
  border-bottom-color: var(--green);
}

.button-animated {
  background-color: var(--orange);
  border: 4px solid #000;
  transition: all 0.2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-animated:active {
  transform: scale(0.9);
}

.button-animated.shadow {
  box-shadow: 0 0 30px #0006;
}

.button-inner-filling-layer {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

/* .button-core {
  color: var(--white);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 15px;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  position: relative;
}


.button-core:hover {
  color: var(--white);
} */
.button-core,
.button-core *,
.button-core :after,
.button-core :before,
.button-core:after,
.button-core:before {
  border: 0 solid;
  box-sizing: border-box;
}

.button-core {
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a1919;
  padding: 10px 15px;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  position: relative;

  cursor: pointer;
  transition: color 0.2s ease;
}

.button-core span {
  position: relative;
  z-index: 1;
  /* mix-blend-mode: difference; */
}

.button-core::before {
  background: #ff5f2f;
  color: white;
  content: "";
  display: block;
  height: 100%;
  /* left: -100%; */
  position: absolute;
  top: 0;
  transform: skew(0deg) translateX(-20%);
  transition: transform 0.2s ease;
  width: 120%;
  z-index: 1;
}

.button-core:hover::before {
  transform: skew(1deg) translateX(80%);
  color: white;
  background-color: #ff5f2f;
}

.button-core:hover {
  color: var(--white);
}

.sticky-primary-button-holder {
  z-index: 9999;
  position: fixed;
  inset: 20px 20px auto auto;
}

.button-holder {
  height: 48px;
}

.template-helper-pages-footer {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  inset: auto 0% 0%;
}

.template-helper-pages-footer.on-homepage {
  padding-top: 20px;
  padding-bottom: 20px;
}

.template-pages-footer-content {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.template-info-footer-link-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.centered {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.template-image-assets {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ui-asset-demo {
  min-width: 30%;
  max-width: 40%;
  min-height: 70%;
  max-height: 80%;
}

.template-ui-assets-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  max-width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.template-other-assets {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  max-width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.other-asset-demo {
  max-width: 80%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.css-code-line {
  padding-left: 20px;
}

.list-numbered {
  list-style-type: decimal;
}

.brand {
  margin-right: 10px;
}

.embed-icon {
  width: 60px;
  max-width: 100%;
  height: 60px;
}

.text-block {
  font-family: Barlow, Arial, sans-serif;
}

.paragraph {
  font-family: Barlow, Arial, sans-serif;
  font-weight: 500;
}

.paragraph-2 {
  font-family: Barlow, Arial, sans-serif;
}

.heading-section-light {
  color: var(--white);
  text-align: center;
  max-width: 20ch;
  margin: 0 auto 60px;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 900;
}

.heading {
  color: var(--white);
  font-family: Barlow, Arial, sans-serif;
  font-weight: 900;
}

.paragraph-3 {
  color: var(--white);
  font-family: Barlow, Arial, sans-serif;
}

.text-span {
  color: var(--orange);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
}

.image-3 {
  width: 30%;
  display: inline-block;
}

.image-4 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  animation: zoomOut 2s ease-out 1;
  transform-origin: center;
  will-change: transform;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
    opacity: 0;
    filter: brightness(1.3) saturate(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: brightness(1) saturate(1);
  }
}

.text-span-2 {
  color: var(--orange);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 900;
}

.heading-3 {
  text-transform: none;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 900;
}

.heading-4,
.heading-5,
.heading-6,
.heading-7,
.paragraph-4,
.list-item-2,
.list-item-3,
.list-item-4,
.list-item-5,
.list-item-6,
.list-item-7,
.block-quote {
  font-family: Barlow, Arial, sans-serif;
}

.heading-8 {
  font-family: Barlow, Arial, sans-serif;
  font-weight: 900;
}

.paragraph-5,
.heading-9,
.paragraph-6,
.paragraph-7,
.heading-10,
.paragraph-8,
.heading-11,
.paragraph-9,
.heading-12,
.list-item-8,
.list-item-9,
.list-item-10,
.list-item-11,
.paragraph-10,
.paragraph-11,
.heading-13,
.paragraph-12 {
  font-family: Barlow, Arial, sans-serif;
}

.block-quote-2 {
  font-family: Barlow, Arial, sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  p {
    max-width: 48ch;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }

  .featured {
    padding-top: 220px;
  }

  .footer {
    padding-top: 20vh;
  }

  .hero-text-content {
    min-height: 900px;
  }

  .heading-section-display {
    margin-bottom: 30px;
  }

  .stroke {
    color: var(--orange);
    -webkit-text-stroke-width: 3px;
  }

  .greeting-image {
    max-width: 1200px;
  }

  .card-deco-left-top {
    width: 24%;
    display: block;
  }

  .card-deco-right-bottom,
  .card-deco-left-bottom {
    width: 24%;
  }

  .card-description-paragraph {
    top: 80%;
    font-size: 1.8rem;
    /* background-color: red; */
    height: 100px;
  }

  .heading-card {
    font-size: 2.75rem;
  }

  .card-deco-right-top {
    width: 24%;
  }

  .feature-card {
    background-color: var(--white);
    max-width: 500px;
    /* height: auto; */
  }

  .container {
    max-width: 1600px;
  }

  .featured-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading-hero-subtitle.center-text {
    font-size: 4.7vw;
  }

  .about-bg-element-wrapper {
    min-height: 900px;
  }

  .left-text-content {
    min-height: 900px;
    padding-left: 20vh;
  }

  .bg-element-dots {
    left: 5%;
  }

  .bg-element-dots.second {
    width: 30vw;
    height: 20vw;
    top: 20%;
    right: 5%;
  }

  .bg-element-dots.third {
    top: 55%;
    left: 5%;
  }

  .container-footer {
    max-width: 1600px;
  }

  .heading-section,
  .heading-section-light {
    margin-bottom: 80px;
  }

  .image-4 {
    width: 75%;
  }
}
@media screen and (max-width: 1440px) {
  .card-description-paragraph {
    top: 78%;
    font-size: 1.4rem;
    /* background-color: rgb(20, 58, 226); */
    height: 90px;
  }
    .newsletter-image {
  justify-content: center;
  display: "flex";
  height: 143vh;
  width: 98%;
}
}
@media screen and (max-width: 1024px) {
  .card-description-paragraph {
    top: 75%;
    font-size: 1.2rem;
    /* background-color: rgb(20, 58, 226); */
    height: 68px;
  }
  .newsletter-image {
  justify-content: center;
  display: "flex";
  height: 143vh;
  width: 98%;
}
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.75rem;
    line-height: 98%;
  }

  .section-about {
    background-image: none;
  }

  .featured {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .testimonial {
    padding-top: 100px;
  }

  .footer {
    padding-top: 20vh;
  }

  .hero-images {
    padding-top: 8vh;
  }

  .Capsicum,
  .hero-deco-heart {
    width: 8vw;
  }

  .hero-image-grid {
    grid-column-gap: 9vw;
  }

  .vertical-info {
    width: 40px;
  }

  .rotate-line {
    height: 40px;
  }

  .side-text {
    font-size: 1.25rem;
  }

  .heading-hero-display {
    font-size: 15vw;
  }

  .heading-section-display {
    font-size: 6vw;
  }

  .image-display {
    object-fit: cover;
    border-width: 8px;
    width: 100%;
    height: auto;
  }

  .intro-visual-holder {
    min-height: 70vh;
  }

  .deco-star-left {
    width: 8vw;
    top: 10%;
    left: 12%;
  }

  .deco-star-right {
    width: 8vw;
    bottom: 13%;
    right: 7%;
  }

  .card-deco-left-top {
    width: 15%;
    top: 21%;
  }

  .card-deco-right-bottom {
    width: 15%;
  }

  .card-deco-left-bottom {
    width: 15%;
    bottom: 19%;
    left: 3%;
  }

  .card-description-paragraph {
    top: 74%;
    font-size: 1rem;
    height: 50px;
  }

  .heading-card {
    font-size: 1.4rem;
  }

  .card-deco-right-top {
    width: 15%;
    top: 22%;
    right: 0%;
  }

  .container {
    padding: 30px;
  }

  .heading-hero-subtitle {
    font-size: 6vw;
  }

  .about-bg-element-wrapper {
    padding: 0;
  }

  .bg-sun-rotation {
    background-position: 50%;
    background-size: 400%;
    border-style: none;
  }

  .left-text-content {
    padding-left: 4vh;
  }

  .right-picture-content {
    padding-top: 30vh;
    padding-bottom: 30vh;
  }

  .testimonial-content {
    column-count: 3;
  }

  .customer-review-card {
    padding: 20px;
  }

  .customer-review-text {
    font-size: 0.875rem;
    line-height: 140%;
  }

  .five-star {
    margin-bottom: 10px;
  }

  .star {
    width: 26px;
  }

  .bg-element-message {
    width: 60px;
    height: 60px;
  }

  .review-stickers-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .newsletter-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    /* background-color: blue; */
  }

  .container-footer {
    padding: 30px;
  }

  .spacing-mid {
    height: 300px;
  }

  .heading-social {
    font-size: 2.75rem;
  }

  .socialmedia-link {
    width: 50px;
    height: 50px;
  }

  .navbar-logo-center-container.shadow-three {
    padding: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
    left: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    top: 0;
  }

  .nav-menu {
    background-color: #0000;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding: 10px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading-section {
    font-size: 2.75rem;
  }

  .flex-wrapper {
    grid-column-gap: 10px;
  }

  .section-template-pages {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-template-pages.page-header {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .template-helper-pages-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .template-image-assets {
    margin-bottom: 20px;
  }

  .template-ui-assets-grid,
  .template-other-assets {
    max-width: none;
    margin-bottom: 20px;
  }

  .heading-section-light {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  p,
  li {
    font-size: 1rem;
  }

  .card-description-paragraph {
    font-size: 1.3rem;
    /* background-color: red; */
    height: 70px;
  }

  .featured {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer {
    padding-top: 0;
  }

  .bg-text-heavy {
    font-size: 28vw;
  }

  .Capsicum,
  .hero-deco-heart {
    width: 8vw;
  }

  .stroke {
    -webkit-text-stroke-width: 1.5px;
  }

  .style-grid {
    grid-template-columns: 1fr;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .featured-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .left-text-content {
    justify-content: flex-start;
    padding-top: 20vh;
  }

  .testimonial-content {
    column-count: 2;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .review-stickers-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .container-footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .spacing-mid {
    height: 140px;
  }

  .social-media-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .socialmedia-link {
    margin-left: 0;
    margin-right: 20px;
  }

  .socialmedia-icon-group {
    margin-top: 20px;
  }

  .navbar-wrapper {
    left: 40px;
  }

  .nav-menu-wrapper {
    flex: 0 auto;
  }

  .nav-menu {
    border-radius: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-block {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle.w--open {
    margin-left: 0;
    margin-right: auto;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .heading-section {
    font-size: 2.5rem;
  }

  .link-button {
    border-bottom-width: 2px;
    font-size: 1rem;
  }

  .template-pages-footer-content {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .template-image-assets {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .template-ui-assets-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .template-other-assets {
    grid-column-gap: 10px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .brand {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .logo {
    width: 40px;
  }

  .heading-section-light {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  /* .animated-border {
    height: 100%;
    width: 150%;
    object-fit: contain;
    justify-content: center;
  } */
  .image-container {
    height: 100%;
    width: 100%;
  }
  h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  h2 {
    font-size: 2rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .featured {
    background-position: 0%;
    background-size: 200px;
  }

  .testimonial {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 0;
    overflow: hidden;
  }

  .loud-divider-loop {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }

  .divider-text {
    border-left-width: 5px;
    border-right-width: 5px;
    padding: 4px;
    font-size: 7.5vw;
  }

  .bg-text-heavy {
    font-size: 36vw;
  }

  .bg-text-heavy.dark {
    font-size: 24vw;
  }

  .vertical-content {
    width: auto;
  }

  .hero-images {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    height: 600px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .Capsicum {
    width: 12vw;
    top: 28%;
    left: 10%;
  }

  .bg-hero {
    background-image: url("../images/design-01jvadvpv8-1748619889.jpg");
    /* background-color: #000; */
    background-size: cover;
  }

  .hero-deco-heart {
    width: 12vw;
    bottom: 15%;
    right: 20%;
  }

  .hero-image-grid {
    grid-column-gap: 0vw;
    grid-row-gap: 18vh;
    align-content: space-between;
  }

  .bg-element-wrapper {
    height: 600px;
    position: absolute;
  }

  .vertical-info {
    width: 32px;
    inset: 0% 0% 0% auto;
  }

  .hero-text-content {
    height: 600px;
    min-height: auto;
    position: absolute;
  }

  .rotate-line {
    height: 32px;
    display: none;
  }

  .side-text {
    letter-spacing: 0.8px;
    margin-right: 360px;
    font-size: 0.875rem;
    line-height: 32px;
  }

  .heading-hero-display {
    margin-bottom: 5px;
    font-size: 17vw;
  }

  .heading-section-display {
    margin-top: 5px;
    font-size: 10vw;
  }

  .image-display {
    object-fit: cover;
    border-width: 4px;
    width: 80%;
    height: auto;
    min-height: 150px;
  }

  .intro-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .intro-visual-holder {
    min-height: 35vh;
    max-height: 350px;
  }

  .intro-text-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .stroke {
    -webkit-text-stroke-width: 1.5px;
  }

  .greeting-image {
    width: 75%;
    max-height: 300px;
  }

  .deco-star-left {
    width: 13vw;
    top: 13%;
    left: 12%;
  }

  .deco-star-right {
    width: 13vw;
    bottom: 9%;
    right: 8%;
  }

  .card-deco-left-top {
    top: 23%;
    left: 4%;
  }

  .card-deco-element {
    width: 100%;
    height: 100%;
  }

  .card-description-paragraph {
    font-size: 1.2rem;
    /* background-color: red; */
    height: 70px;
  }

  .heading-card {
    font-size: 1.8rem;
    top: 5%;
  }

  .card-deco-right-top {
    top: 23%;
  }

  .style-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .container {
    max-width: 400px;
    padding: 6%;
  }

  .featured-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    justify-items: center;
  }

  .heading-hero-subtitle {
    margin-top: 5px;
  }

  .intro-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 6%;
    padding-right: 6%;
  }

  .bg-sun-rotation {
    background-position: 50% 53%;
    background-size: 580%;
  }

  .left-text-content {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 6vh;
    padding-left: 6%;
    padding-right: 6%;
    position: relative;
  }

  .right-picture-content {
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 10vh;
    overflow: hidden;
  }

  .about-image-grid {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    width: 75%;
  }

  .testimonial-content {
    white-space: normal;
    column-gap: 10px;
  }

  .customer-review-card {
    margin-bottom: 10px;
    padding: 15px 10px;
  }

  .customer-image {
    margin-bottom: 10px;
  }

  .customer-review-text {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 128%;
  }

  .five-star {
    margin-bottom: 5px;
  }

  .star {
    width: 16px;
  }

  .three-hearts {
    max-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .bg-element-message {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 5%;
  }

  .review-stickers-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .newsletter-content-wrapper {
    min-height: auto;
    padding: 40px 6% 20px;
    /* background-color: green; */
  }

  .newsletter-wrapper {
    padding-bottom: 10px;
  }

  .newsletter-image {
    /* min-height: 250px; */
    /* width: 23.5rem; */
    justify-content: center;
    display: "flex";
    margin: 5px;
    /* padding: "20px"; */
    /* margin-bottom: 6%; */
    /* margin-left: 1rem;
    margin-right: 1rem; */
  }

  .text-field {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .newsletter-input-wrapper {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .container-footer {
    padding: 0%;
  }

  .spacing-mid {
    height: 80px;
  }

  .social-media-wrapper {
    padding: 6%;
  }

  .heading-social {
    flex: 0 auto;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .socialmedia-link {
    width: 45px;
    height: 45px;
    margin-left: 0;
    margin-right: 15px;
  }

  .navbar-no-logo {
    position: absolute;
  }

  .navbar-wrapper {
    height: 0;
    left: 0;
  }

  .nav-menu {
    background-color: var(--white);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column;
    padding: 60px 6% 30px;
  }

  .nav-menu-block {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0%;
    padding-right: 0;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.w--current {
    float: left;
  }

  .nav-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-toggle {
    align-self: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .nav-dropdown-toggle.w--open {
    margin-left: 0;
    margin-right: auto;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #0000001a;
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown-link {
    padding-left: 15px;
    padding-right: 5px;
  }

  .menu-button {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: var(--white);
    color: var(--black);
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .heading-section {
    letter-spacing: 0;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }

  .style-label {
    letter-spacing: 0.2px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 0.9rem;
  }

  .style-holder {
    padding: 10px;
  }

  .flex-wrapper {
    grid-column-gap: 5px;
    align-items: center;
    height: 40px;
    margin-top: 10px;
  }

  .section-template-pages {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-template-pages.page-header {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .link-button {
    border-bottom-width: 3px;
    font-size: 1rem;
    line-height: 128%;
  }

  .button-core {
    align-self: flex-start;
    padding: 8px 10px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .sticky-primary-button-holder {
    top: 10px;
    right: 10px;
  }

  .button-holder {
    height: auto;
  }

  .template-helper-pages-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .template-info-footer-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .template-image-assets {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-asset-demo {
    object-fit: cover;
    max-width: 100%;
    max-height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .template-other-assets {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
  }

  .template-assets-image-link-block {
    width: 100%;
    height: 100%;
    max-height: 70px;
    overflow: hidden;
  }

  .list-item {
    align-self: stretch;
  }

  .brand {
    padding-left: 0;
    display: none;
  }

  .heading-section-light {
    letter-spacing: 0;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}

#w-node-ceea80c4-e165-b2cd-e07e-f0d92b468077-6f172ad4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ceea80c4-e165-b2cd-e07e-f0d92b468078-6f172ad4,
#w-node-ceea80c4-e165-b2cd-e07e-f0d92b468079-6f172ad4 {
  justify-self: center;
}

#w-node-ceea80c4-e165-b2cd-e07e-f0d92b46807a-6f172ad4,
#w-node-_95d42376-e3da-9626-0f8b-88041d5d4358-6f172ad4,
#w-node-_4552dddb-982f-253d-b749-d435cb052d33-6f172ad4,
#w-node-ce2b1183-1886-219a-b785-a96df3e9b430-6f172ad4,
#w-node-cd945a8b-ea68-8db9-0d9c-21af0b7361a3-6f172ad4,
#w-node-f586eee5-171e-3b4f-4b7f-d540e82549e9-6f172ad4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf62038-71e8-859a-64ac-34908a982a7b-6f172ad7,
#w-node-_0d79defd-66ad-7e9f-bee7-833b87e1e5d1-6f172ad7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88b07ecb-1ec2-5bba-2ff6-b750d72d774e-6f172ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_604084c3-17b9-984c-bb7d-be4bbd87a2ac-6f172ad7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c436ac46-8e81-2512-3298-c77e9093caff-6f172ad7,
#w-node-_1826f640-703c-a926-dcf7-4e105bb42f82-6f172ad7,
#w-node-c436ac46-8e81-2512-3298-c77e9093cb04-6f172ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8181414d-9613-974a-0ae1-a2062dd70db5-6f172ad7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-fbf62038-71e8-859a-64ac-34908a982a7b-6f172ad7,
  #w-node-_0d79defd-66ad-7e9f-bee7-833b87e1e5d1-6f172ad7,
  #w-node-_604084c3-17b9-984c-bb7d-be4bbd87a2ac-6f172ad7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ceea80c4-e165-b2cd-e07e-f0d92b468078-6f172ad4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-fbf62038-71e8-859a-64ac-34908a982a7b-6f172ad7,
  #w-node-_0d79defd-66ad-7e9f-bee7-833b87e1e5d1-6f172ad7,
  #w-node-_88b07ecb-1ec2-5bba-2ff6-b750d72d774e-6f172ad7,
  #w-node-_8181414d-9613-974a-0ae1-a2062dd70db5-6f172ad7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.parallax {
  overflow: hidden;
  letter-spacing: -2px;
  line-height: 0.8;
  margin: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
}

.parallax .scroller {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 64px;
  display: flex;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
}

.parallax span {
  display: block;
  margin-right: 30px;
}

.success-message,
.error-message {
  transition: all 0.3s ease-in-out;
  margin-top: 1rem;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}

.success-message {
  background-color: #d4edda;
  color: #155724;
}

.error-message {
  background-color: #f8d7da;
  color: #721c24;
}

@media screen and (min-width: 768px) {
  .social-wrapper {
    /* flex-direction: column !important; */
    /* align-items: center; */
    display: "none";
  }
}
