@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../font/AcuminVariableConcept.ttf") format("truetype"),
  url("../font/AcuminVariableConcept.woff") format("woff"),
  url("../font/AcuminVariableConcept.ttf") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baskerville Old Face", serif;
  src: url("../font/BaskervilleOldFace.TTF") format("truetype");
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #6d2d3d;
  --dark: #0e0c0d;
  --white: #ffffff;
  --brown: #290f08;
  --gray: #3e3d3d;
  --d-gray: #9d9391;
  --auc: "Acumin Variable Concept", sans-serif;
  --bas: "Baskerville Old Face", serif;
  --off-white: #ebebec;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: var(--auc);
  color: var(--dark);
}
section {
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  color: inherit;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
}
input {
  background-color: transparent;
  border: none;
  outline: none;
}

a.active {
  color: #d25070;
}
p {
  font-weight:300;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-family: var(--bas);
}
.dropdown-menu {
  min-width: 100%;
padding: 8px;
  font-size: 14px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  background-color: var(--dark);
}
.dropdown-menu.header-drop{
  align-items: flex-start;
  gap: 16px;
}
.nav-item-wrapper{
  list-style: none;
    padding: 0.5rem 0;
  margin: 0;
}
.nav-item-heading{
  color: var(--white);
  padding: .15rem 1rem;
  font-size: 16px;
  border-bottom: 1px solid var(--d-gray);
  text-transform: uppercase;
}
.mb-70 {
  margin-bottom: 90px;
}
/* header */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.custom-toggler {
  width: 34px;
  height: 34px;
  border-radius: 4px;
}
.toggler-icon {
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--white);
  display: block;
  margin: 5px auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.toggler-icon.active:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  -moz-transform: rotate(45deg) translate(6px, 6px);
  -ms-transform: rotate(45deg) translate(6px, 6px);
  -o-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(6px, 6px);
}
.toggler-icon.active:nth-child(2) {
  opacity: 0;
}
.toggler-icon.active:nth-child(2) {
  opacity: 0;
}
.toggler-icon.active:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  -moz-transform: rotate(-45deg) translate(5px, -5px);
  -ms-transform: rotate(-45deg) translate(5px, -5px);
  -o-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}
.nav-link {
  font-size: var(--auc);
  font-weight: 300;
  color: var(--white);
  font-size: 20px;
  padding: 1px 8px;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.nav-link:hover,
.nav-link.active,
.nav-link:focus,
.nav-link:active {
  color: #d25070;
  border-color: #d25070;
}
.nav-link:focus {
  color: #d25070;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary);
  font-weight:200;
}
.dropdown-item {
  padding-top: 10px;
  color: var(--white);
  font-weight: 200;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: flex;
}
.dropdown-menu.show{
    display: flex;
}
.dropdown-menu-end{
    right: 0;
    left: auto;
}
.navbar-nav {
  gap: 32px;
}
.navbar-brand {
  max-width: 140px;
}
.navbar-brand img {
  width: 100%;
}
/* main */


.hero {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 420px;
}
video::-webkit-media-controls {
  display: none !important;
  opacity: 0; 
    -webkit-appearance: none;
}
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    opacity: 0;
}
.hero-overlay {
  margin-bottom: 0;
  padding: 26px 0px 70px 0;
  position: relative;
  background: -webkit-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}
.hero-content.content-left {
  max-width: 860px;
}
.hero-content h1 {
  font-size: 108px;
  color: var(--white);
}

.hero-content p {
  font-size: 28px;
  color: var(--white);
  margin-top: 16px;
}
.hero-action.btn-wrapper {
  margin-top: 76px;
}
.app-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 8px 8px 18px;
  gap: 16px;
  height: 50px;
  border: 1px solid var(--white);
  border-radius: 50px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--white);
  line-height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight:200;
  width: fit-content;
}
.app-btn span {
  line-height: 1;
  --leading-trim: both;
  --text-edge: cap;
  margin-top: 4px;
}
.app-btn i {
  background-color: var(--white);
  border-radius: 50px;
  padding: 10px;
  height: 36px;
  width: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2847 6.97297L7.77569 1.464L9.22791 0.0117798L17.2161 8L9.22791 15.9882L7.77569 14.536L13.2847 9.02702H0.783691V6.97297H13.2847Z' fill='black'/%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.app-btn:hover i {
  -webkit-animation: slide-arrow 0.6s ease-in-out forwards;
  animation: slide-arrow 0.6s ease-in-out forwards;
}
.app-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
@keyframes slide-arrow {
  0% {
    background-position: 50% center;
  }
  49% {
    background-position: 150% center;
  }
  50% {
    background-position: -150% center;
  }
  100% {
    background-position: 50% center;
  }
}

.app-btn.black {
  filter: invert(1);
  transition: 0.2s linear;
}
.app-btn.black:hover {
  filter: none;
}

.hero-actions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.circles span {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: white;
  border-radius: 50%;
  margin-right: -18px;
  border: 1.89px solid var(--white);
  overflow: hidden;
}
.circles span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.confidence-count {
  font-size: 0.9rem;
  color: #f1f1f1;
  margin-left: 36px;
}
.confidence-count {
  font-size: 18px;
  line-height: 1.1;
}
.confidence-count span {
  font-size: 28px;
}
.service {
  padding: 120px 0;
  background-color: var(--off-white);
}
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 54px;
}
.section-title p {
  font-size: 20px;
  margin-top: 0px;
}
.service-container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  overflow-x: clip;
}
.service-card {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.service-img {
  width: 100%;
  -webkit-aspect-ratio: 0.84/1;
  -moz-aspect-ratio: 0.84/1;
  aspect-ratio: 0.84/1;
  background-color: #ffdae3;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
}
.service-action {
  padding: 100px 20px 20px 20px;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.service-link {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 20px 16px 16px 16px;
  background-color: var(--white);
  color: var(--primary);
  text-transform: uppercase;
  font-weight:200;
  height: 56px;
  border-radius: 30px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.service-card:hover img {
  -webkit-transform: scale(1.1) rotate(1deg);
  -moz-transform: scale(1.1) rotate(1deg);
  -ms-transform: scale(1.1) rotate(1deg);
  -o-transform: scale(1.1) rotate(1deg);
  transform: scale(1.1) rotate(1deg);
}
.service-card:hover .service-link {
  background-color: var(--primary);
  color: var(--white);
}
.cta {
  padding: 70px 0;
}
.cta-content {
  max-width: 600px;
  margin: 0 auto;
}
.cta-content h2 {
  font-size: 50px;
  text-align: center;
}
.tm-spolight {
  background-color: var(--brown);
  overflow-y: clip;
}
.tm-container {
  width: 100%;
  max-width: 1820px;
  padding: 0px 0;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  overflow-x: clip;
}
.tm-container .cc {
  display: none;
  margin: 10px auto;
}
.moving-col-wrapper .section-title {
  padding-top: 60px;
  margin-bottom: 30px;
  color: var(--white);
  height: 250px;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: var(--brown);
  max-width: 340px;
  width: 100%;
}
.tm-card {
  width: 100%;
  max-width: 340px;
  overflow: hidden;
  border-radius: 36px;
  height: 430px;
  background-color: var(--brown);
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.tm-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tm-card:not(:last-child) {
  margin-bottom: 30px;
}
.tm-name {
  width: 100%;
  padding: 70px 20px 20px 20px;
  background: -webkit-linear-gradient(
    top,
    #ffffff 2.37%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    #ffffff 2.37%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    #ffffff 2.37%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    360deg,
    #ffffff 2.37%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.moving-col-wrapper {
  overflow: scroll;
  position: relative;
  width: 100%;
  max-width: 340px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  max-height: 860px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.moving-col-wrapper::-webkit-scrollbar {
  display: none;
}
.tm-name span {
  text-align: center;
  font-size: 24px;
  font-weight:300;
}
.moving-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: scroll-up 15s linear infinite;
  animation: scroll-up 15s linear infinite;
  cursor: pointer;
}
.moving-col:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.moving-col.reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
@-webkit-keyframes scroll-up {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes scroll-up {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.tm-card:hover {
  border-color: var(--white);
}
.tm-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #290f08;
  background: linear-gradient(180deg, #2c130c 0%, #68554f 100%);
  padding: 30px;
  color: var(--white);
  font-size: 18px;
  z-index: 3;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  opacity: 0;
  font-weight:190;
  border-radius: 36px;
}
.tm-content h3 {
  font-size: 24px;
}
.tm-card:hover .tm-content {
  opacity: 1;
}
.result {
  padding: 90px 0;
}
.result-card {
  border-radius: 16px;
  max-height: 285px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.result-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.result-content {
  padding: 80px 16px 16px 16px;
  background: -webkit-linear-gradient(
    top,
    #00000059 2.37%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(top, #00000059 2.37%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #00000059 2.37%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(360deg, #00000059 2.37%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.result-wrapper {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.result-wrapper p {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
}
.resultSwiper .swiper-slide {
  width: 100%;
  max-width: 500px;
  height: 285px;
}
.magazine {
  padding: 10px 0 150px 0;
  overflow-x: clip;
}
.hide-text {
  transition: opacity 1s ease, visibility 1s ease;
  opacity: 1;
  visibility: visible;
}
.hide-text.fade-out {
  opacity: 0;
  visibility: hidden;
}
.book {
  width: 100%;
  max-width: 900px;
  -webkit-aspect-ratio: 1.456 / 1;
  -moz-aspect-ratio: 1.456 / 1;
  aspect-ratio: 1.456 / 1;
  margin: 0 auto;
  position: relative;
  -webkit-transform-origin: 75% 75%;
  -moz-transform-origin: 75% 75%;
  -ms-transform-origin: 75% 75%;
  -o-transform-origin: 75% 75%;
  transform-origin: 75% 75%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.book.center {
  right: 50%;
  -webkit-transform: translate(55%, 0);
  -moz-transform: translate(55%, 0);
  -ms-transform: translate(55%, 0);
  -o-transform: translate(55%, 0);
  transform: translate(55%, 0);
}
.book.right {
  right: 0%;
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.book-open-btn{
  position: absolute;
  left: auto;
  top: 50%;
  right: -6%;
  transform: rotate(90deg);
  background-color: var(--primary);
  border-radius:8px 8px 0 0;
  padding: 8px 10px;
  color: var(--white);
  font-size: 12px;
  font-weight: 200;
  z-index:9;
}
.sheet {
  width: 49%;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.9s ease;
  transition: -webkit-transform 0.9s ease;
  -moz-transition: transform 0.9s ease, -moz-transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
  transition: transform 0.9s ease, -webkit-transform 0.9s ease,
    -moz-transform 0.9s ease;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  background-color: var(--white);
  left: 50%;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  image-rendering: -webkit-optimize-contrast;
cursor: pointer;
}
#sheet4,
.last-page {
  pointer-events: none;
  user-select: none;
}
.page {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  cursor: pointer;
}
@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    .sheet, .page {
      backface-visibility: hidden !important;
      -webkit-backface-visibility: hidden !important;
      transform: translateZ(0) !important;
      -webkit-transform: translateZ(0) !important;
      will-change: transform;
    }
  }
}
.page img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0;
}
.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sheet.flipped {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.reset-flip {
  height: 100%;
  width: 100%;
  margin: 24px auto 0px auto;
  padding: 10px 16px 8px 16px;
  text-transform: uppercase;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--brown);
  opacity: 0;
}
.testimonial {
  padding: 80px 0;
  background-color: var(--brown);
}
.testimonialSwiper .swiper-slide {
  max-width: 450px;
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}

.testimonial-card {
  width: 100%;
  padding: 20px;
  background-color: #543f3a;
  border-radius: 12px;
  height: 100%;
  min-height: 250px;
  position: relative;
}
.user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
}
.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-name p {
  font-size: 16px;
  font-weight: 300;
  color: var(--white);
  margin-top: 4px;
}
.user-name i {
  font-size: 14px;
  font-weight: 300;
  color: #b9b9b9;
}
.testimonial-card > p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  margin-top: 16px;
  line-height: 150%;
}
.star-group {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.star-fill {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1044 0.802445C11.4721 0.0623888 12.5279 0.0623894 12.8956 0.802445L15.6035 6.25258C15.7491 6.54565 16.0289 6.74892 16.3526 6.79684L22.3728 7.68804C23.1902 7.80906 23.5165 8.81309 22.9262 9.39149L18.5797 13.6511C18.3459 13.8801 18.2391 14.209 18.2935 14.5317L19.3063 20.5326C19.4438 21.3475 18.5897 21.968 17.8572 21.5854L12.463 18.7678C12.1729 18.6163 11.8271 18.6163 11.537 18.7678L6.14276 21.5854C5.41029 21.968 4.55621 21.3475 4.69373 20.5326L5.70648 14.5317C5.76094 14.209 5.65407 13.8801 5.42035 13.6511L1.07375 9.39148C0.483542 8.81309 0.809773 7.80906 1.62723 7.68804L7.64742 6.79684C7.97113 6.74892 8.25092 6.54565 8.39653 6.25258L11.1044 0.802445Z' fill='%23FFCC00'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.star-fill.white {
  filter: brightness(0) saturate(100%) invert(80%) sepia(9%) saturate(15%)
    hue-rotate(341deg) brightness(103%) contrast(89%);
}
.faq {
  padding: 70px 0;
  background-color: var(--white);
}
.faq-container {
  max-width: 1380px;
  margin: 0 auto;
}

.faq-content {
  max-width: 580px;
}
.faq-content h2 {
  font-size: 60px;
  line-height: 110%;
}
.faq-content h2 span {
  color: var(--primary);
}
.faq-content p {
  font-size: 18px;
  color: var(--gray);
  font-weight: 300;
  margin-top: 16px;
}
.faq-accordian {
  width: 100%;
  max-height: 540px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 24px;
}
.faq-accordian::-webkit-scrollbar {
  width: 6px;
  background-color: #ccc2c4;
  border-radius: 7px;
}

.faq-accordian::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 7px;
  width: 6px;
  background-clip: content-box;
}

.accordion-item {
  background-color: var(--white);
  border: none;
  border-bottom: 1px solid #878586;
}
.accordion-button {
  font-family: var(--auc);
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0;
  gap: 10px;
}
.accordion-button:not(.collapsed) {
  color: var(--dark);
  background-color: var(--white);
  box-shadow: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.accordion-body {
  padding: 0px 0px 20px 0;
  font-size: 18px;
  font-weight: 250;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='4' viewBox='0 0 24 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24 1.99805C24 3.10262 23.1046 3.99805 22 3.99805H2C0.89543 3.99805 0 3.10262 0 1.99805C0 0.893477 0.895431 -0.00195312 2 -0.00195312H22C23.1046 -0.00195312 24 0.893477 24 1.99805Z' fill='black'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22.2857 13.7123H13.7143V22.2838C13.7143 22.7384 13.5337 23.1745 13.2122 23.4959C12.8907 23.8174 12.4547 23.998 12 23.998C11.5453 23.998 11.1093 23.8174 10.7878 23.4959C10.4663 23.1745 10.2857 22.7384 10.2857 22.2838V13.7123H1.71429C1.25963 13.7123 0.823594 13.5317 0.502103 13.2102C0.180612 12.8887 0 12.4527 0 11.998C0 11.5434 0.180612 11.1074 0.502103 10.7859C0.823594 10.4644 1.25963 10.2838 1.71429 10.2838H10.2857V1.71233C10.2857 1.25768 10.4663 0.82164 10.7878 0.500149C11.1093 0.178658 11.5453 -0.00195313 12 -0.00195312C12.4547 -0.00195313 12.8907 0.178658 13.2122 0.500149C13.5337 0.82164 13.7143 1.25768 13.7143 1.71233V10.2838H22.2857C22.7404 10.2838 23.1764 10.4644 23.4979 10.7859C23.8194 11.1074 24 11.5434 24 11.998C24 12.4527 23.8194 12.8887 23.4979 13.2102C23.1764 13.5317 22.7404 13.7123 22.2857 13.7123Z' fill='%230E0C0D'/%3e%3c/svg%3e");
  background-position: center;
}

.footer {
  background-color: var(--brown);
  padding: 100px 0 10px 0;
  color: var(--white);
}
.f-brand-logo {
  max-width: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.f-brand-logo img {
  width: 100%;
}
.company-info {
  max-width: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.f-item h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.f-nav-item {
  color: #9d9391;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
  gap: 10px;
}
.icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.newsletter {
  max-width: 550px;
  margin-left: auto;
  margin-right: 0;
}
.inp-wrapper {
  border: 1px solid #b9b9b9;
  /* height: 44px; */
  border-radius: 50px;
  padding: 0px 0px 0px 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wpcf7-not-valid-tip{
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 4px 0px;
    padding: 4px;
    border:none !important;
    font-size: 14px;
}

.input-main {
  width: 100%;
}
.input-main input {
  color: var(--white);
  width: 100%;
}
.submit-btn {
  background-color: var(--white);
  padding: 8px 28px;
  width: 100%;
  height: 100%;
  max-width: 140px;
  text-transform: uppercase;
}
.copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid #c3c3c3;
  margin-top: 30px;
  font-size: 14px;
  flex-wrap: wrap;
}
.copy-right p,
.copy-right a {
  color: #ebddd9;
  font-weight:250;
}
.social-links {
  width: 24px;
  height: 24px;
  display: block;
}
.social-links img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.social-links-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ====================== */

.service-hero-page {
  min-height: 690px;
}
.service-hero-page-content {
  padding-top: 160px;
}
.service-hero-page-content.about-us {
  padding-top: 120px;
}
.hero-tag-line {
  font-size: 20px;
}
.service-hero-page-content h1 {
  font-size: 60px;
  color: var(--primary);
  margin-top: 24px;
  line-height: 110%;
}
.service-hero-page-content .highlight {
  font-size: 18px;
  background-color: var(--primary);
  padding: 8px 16px 4px 16px;
  border-radius: 40px;
  width: fit-content;
  color: var(--white);
  margin-top: 24px;
  font-weight: 250;
}
.service-hero-page-content .copy {
  font-size: 18px;
  max-width: 530px;
  margin: 24px 0;
}
/* .service-hero-page-content .copy:not(:last-child) {
  margin: 24px 0;
} */
.service-hero-page-image {
  width: 50%;
  height: 100%;
  border-bottom-left-radius: 16px;
  overflow: hidden;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
.service-hero-page-image.about-us-hero {
  max-height: 690px;
}
.service-hero-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.service-hero-page-image.about-us-hero img {
  object-position: center center;
}
.service-intro {
  margin: 60px 0;
}
.content-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}
.content-copy {
  font-size: 18px;
}
.content-copy:not(:last-child) {
  margin-bottom: 16px;
}
.service-info-container {
  border-radius: 16px;
  background-color: var(--off-white);
  overflow: hidden;
}
.service-info-content {
  padding: 30px;
}
.si-list li {
  font-size: 18px;
  font-weight:200;
}
.grd-bg {
  background: linear-gradient(270deg, #ebebec 42.03%, #f7f7f7 94.63%);
}
.service-info-img {
  width: 100%;
  height: auto;
}
.service-info-img.product-img {
  width: 100%;
  height: auto;
}
.service-info-img.product-img {
  background-color: var(--white);
}
.service-info-container.product-info {
  border: 1px solid var(--off-white);
}
.service-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-info-img.product-img img {
  object-fit: contain;
}
.razor-laser {
  height: 100%;
  min-height: 720px;
  width: 100%;
  position: relative;
  overflow-x: clip;
}
.lvr-items {
  max-width: 580px;
  width: 100%;
  position: absolute;
}
.lvr-items.lvr-left {
  top: 0;
  left: 0;
}
.lvr-items.lvr-right {
  bottom: 0;
  right: 0;
}
.lvr-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.lvr-img img {
  width: 100%;
}
.lvr-letf-item,
.lvr-right-item {
  background-color: var(--primary);
  color: var(--white);
  font-size: 20px;
  font-weight: 250;
  width: 100%;
  max-width: 320px;
  border-radius: 40px;
  padding: 14px 24px 10px 24px;
  position: absolute;
  height: 64px;
  display: flex;
  align-items: center;
  line-height: 120%;
}
.lvr-letf-item.item-1 {
  left: 10%;
  top: 20%;
}
.lvr-letf-item.item-2 {
  top: 40%;
  right: -34%;
}
.lvr-letf-item.item-3 {
  top: 66%;
  left: 30%;
}
.lvr-right-item.item-1 {
  left: 22%;
  top: 20%;
}
.lvr-right-item.item-2 {
  top: 44%;
  left: -15%;
}
.lvr-right-item.item-3 {
  top: 74%;
  left: 8%;
}
.service-static {
  padding: 36px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-static.lesar {
  background-image: url(../img/skin-img.png);
}
.service-static.qr6 {
  background-image: url(../img/qr-6.png);
}
.service-static-card {
  padding: 12px 16px;
  border-radius: 20px;
  border: 1px solid var(--white);
  max-width: 198px;
}
.ss-score {
  font-size: 48px;
  text-align: center;
  font-family: var(--bas);
  color: var(--white);
  line-height: 110%;
}
.service-static-card p {
  font-size: 16px;
  font-weight: 250;
  color: var(--white);
  line-height: 120%;
  text-align: center;
}
.info-table {
  padding: 90px 0;
}
.info-table-wrapper {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
}
.info-table-wrapper.dos-dont {
  max-width: 1090px;
  margin: 0 auto;
}
.dos-dont {
  max-width: 1090px;
}
.info-table-box-wrapper {
  width: 50%;
}
.info-table-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.info-table-img {
  width: 100%;
  max-height: 249px;
  aspect-ratio: 440/249;
}
.info-table-img img {
  width: 100%;
  height: 100%;
  object-position: center;
}
.info-table-box-wrapper:not(:last-child) {
  border-right: 1px solid var(--white);
}
.info-table-item {
  padding: 24px;
  background-color: var(--off-white);
  height: 100%;
  min-height: 32px;
}
.info-table-item:nth-child(even) {
  background-color: #d8d8d8;
}
.info-table-header {
  background-color: var(--primary);
  padding: 12px 16px;
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
}

.info-table-item .points {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 120%;
}
.info-table-item .points::before {
  content: "";
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 36px;
  height: 36px;
  align-content: center;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
.info-table-item .points.do::before {
  background-image: url(../img/icon-tick.svg);
}
.info-table-item .points.dont::before {
  background-image: url(../img/icon-cross.svg);
}
.service-cta {
  padding: 34px 0;
  background-color: var(--brown);
}
.services-items {
  padding: 70px 0;
  background-color: #f6f6f6;
}
.service-items-card {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-in-out;
  height: 100%;
}
.service-items-card:hover {
  transform: translateY(-3px);
}

.service-items-card img {
  max-width: 280px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-items-content {
  padding: 30px;
}
.service-item-name {
  font-size: 24px;
  margin-bottom: 16px;
}
.service-items-features {
  margin-top: 24px;
}
.sif-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sif-item p {
  font-weight: 400;
}
.sif-item span {
  font-size: 14px;
  padding: 6px 10px 3px 10px;
  border-radius: 20px;
  text-align: right;
}
.sif-item:not(:last-child) {
  margin-bottom: 8px;
}
.item-badge-outline {
  border: 1px solid #adadad;
}
.item-badge {
  color: var(--primary);
  background-color: #e2d5d8;
}
.item-badge.product {
  padding: 8px 10px 5px 10px;
  border-radius: 20px;
  font-size: 16px;
  width: fit-content;
}
.facial-aware {
  padding-top: 160px;
}
.facial-aware-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.cherector-img {
  max-width: 475px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 0.95/1;
}
.cherector-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aware-items {
  max-width: 256px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: absolute;
}
.aware-items h5 {
  font-size: 18px;
}
.aware-items p {
  font-size: 16px;
}
.aware-items.aware-container-right {
  max-width: 300px;
}
.sn-no {
  width: 40px;
  height: 40px;
  border: 1px solid var(--dark);
  border-radius: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.aware-items.item-1 {
  bottom: 5%;
  left: 0%;
}
.aware-items.item-2 {
  top: 50%;
  left: 15%;
}
.aware-items.item-3 {
  top: 5%;
  left: 14%;
}
.aware-items.item-4 {
  top: -10%;
  right: 14%;
}
.aware-items.item-5 {
  top: 16%;
  right: 4%;
}
.aware-items.item-6 {
  top: 46%;
  right: 0%;
}
.aware-items.item-7 {
  top: 78%;
  right: -5%;
}
.myth-brust {
  padding: 70px 0;
}
.myth-brust-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.myth-brust-card {
  position: relative;
  width: 250px;
  height: 289px;
  overflow: hidden;
border-radius:16px;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
   width: 100%;
  height: 100%;
  object-fit:contain;
  transition: opacity 0.5s ease;
  z-index: 1;
  opacity: 1;
}

.fact-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  cursor: pointer;
}


.service-promo-container {
  margin: 100px auto 30px auto;
  padding: 35px;
  background-color: var(--brown);
  border-radius: 20px;
  max-width: 1090px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qr6-promo-content {
  max-width: 460px;
}
.qr6-promo-content {
  max-width: 460px;
}
.qr6-promo-content h2,
.glu-promo-content h2 {
  font-size: 48px;
}
.qr6-promo-content p,
.glu-promo-content p {
  font-size: 18px;
}
.checked li {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.checked li:not(:last-child) {
  margin-bottom: 14px;
}
.checked li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../img/white-tick.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.qr6-promo-img {
  width: 330px;
  height: 230px;
  position: relative;
  flex-shrink: 0;
}
.qr6-promo-img.timer {
  width: 300px;
  height: 230px;
  position: relative;
  flex-shrink: 0;
}
.qr6-promo-img img,
.qr6-promo-img.timer img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -30px;
  animation: shake 2s infinite alternate ease-in-out;
}
@keyframes shake {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.qr6-promo-points {
  max-width: 230px;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.qr6-promo-points li {
  color: var(--white);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 300;
}
.qr6-promo-points li span {
  width: 32px;
  height: 32px;
  border-radius: 30px;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sauna-product {
  padding: 70px 0 10px 0;
}
.sauna-img {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.shadow-img {
  width: 360px;
  position: absolute;
  bottom: -14px;
  left: -76%;
  z-index: -1;
}
.sauna-pro {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sauna-list {
  list-style: none;
}
.sauna-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: 250;
}
.sauna-list li:not(:last-child) {
  margin-bottom: 24px;
}
.sauna-list li::before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 36px;
  border: 0.8px solid var(--dark);
  background-image: url(../img/tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  flex-shrink: 0;
}
.hair-prp-feature {
  padding: 100px 0 0px 0;
}
.com-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.com-img {
  max-width: 328px;
  width: 100%;
  margin: 0 auto;
}
.com-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aware-items.lg {
  max-width: 300px;
}
.c-item-1 {
  top: 54%;
  left: 10%;
}
.c-item-2 {
  top: 25%;
  left: 5%;
}
.c-item-3 {
  top: 0%;
  left: 15%;
}
.c-item-6 {
  top: 54%;
  right: 10%;
}
.c-item-5 {
  top: 25%;
  right: 3%;
}
.c-item-4 {
  top: 0%;
  right: 7%;
}
.info-table-img-prp {
  width: 100%;
  max-height: 388px;
  aspect-ratio: 388/660;
}
.info-table-img-prp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secondary-service-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.secondary-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secondary-service-content h3 {
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 30px;
}
.secondary-service-content p {
  font-size: 18px;
}
.secondary-service-content ul li {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 16px;
  display: flex;
  gap: 10px;
}
.secondary-service-content ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 24px;
  display: block;
  flex-shrink: 0;
  border: 1px solid var(--dark);
  background-image: url(../img/tick.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.secondary-service-content ol {
  list-style: disc;
}
.secondary-service-content ol li {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 250;
}
.secondary-service-content .list li::before {
  display: none;
}
.best-of-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.best-of-box {
  flex-basis: 240px;
  flex-grow: 0.5;
  height: 265px;
}
.best-of-box .result-card {
  width: 100%;
  height: 100%;
}
.best-of-box .result-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.result-content p {
  text-align: center;
  color: var(--white);
  font-size: 15px;
  font-weight: 250;
  max-width: 150px;
  margin: 0 auto;
  line-height: 120%;
}
.py-70 {
  padding: 70px 30px;
}
.about-content-container {
  padding: 40px 0;
}
.about-us-main {
  background-color: var(--off-white);
}
.empty-div {
  height: 50px;
  background-color: var(--off-white);
}
.founder-img {
  padding: 20px;
  background-color: var(--white);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.founder-details {
  margin-bottom: 18px;
}
.founder-img::before {
  content: "";
  width: 44%;
  height: 100%;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 0;
}
.founder-img.right::before {
  content: "";
  width: 44%;
  height: 100%;
  background-color: var(--primary);
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
.founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 14px;
}
.founder-name {
  font-size: 20px;
  font-weight: 500;
}
.about-features {
  padding: 70px 0;
}
.about-feature-container {
  max-width: 1096px;
}
.about-feature-card {
  padding: 30px;
  background-color: var(--off-white);
  border-radius: 16px;
  height: 100%;
}
.about-feature-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.about-cta-container {
  max-width: 1096px;
  border-radius: 20px;
  padding: 44px;
  background-color: var(--brown);
}
.abt-logo {
  width: 100%;
  max-width: 300px;
}
.abt-logo img {
  width: 100%;
}
.contact-bg {
  background-image: url(../img/contact-bg.png);
  background-size: cover;
  background-position: center;
  height: 386px;
}
.contact-details {
  padding: 30px;
}
.contact-form-container {
  background-color: #ebebec;
}
.contact-details-container {
  border-radius: 16px;
  background-color: var(--white);
  box-shadow: 0px 0px 13.0389px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  transform: translateY(-113px);
}
.contact-form {
  background-color: var(--primary);
  padding: 30px;
  height: 100%;
}
.contact-details-container h3 {
  font-size: 44px;
  color: var(--primary);
  padding-bottom: 18px;
  border-bottom: 1px solid #D6D6D6;
}
.c-item {
    font-size: 20px;
    font-weight: 250;
    display: flex;
    gap: 10px;
}
.c-item svg {
    flex-shrink: 0;
}
.c-item:not(:last-child){
margin-bottom: 16px;
}
.wpcf7-form-control-wrap{
  padding:13px 16px;
  background-color: #843549;
  overflow: hidden;
  display: block;
  border-radius: 14px;
}
input{
  font-size: 14px;
  font-weight: 250;
  width: 100%;
  color: var(--white);
}
.form-label{
  font-size:12px !important;
  font-weight: 250 !important;
  color: var(--white) !important;
  display: block !important;
  margin-bottom: 4px !important;
}
select{
  background-color: transparent!important;
  border:none !important;
  outline: none !important;
  color: var(--white);
  font-weight: 250;
   font-size: 14px;
  font-weight: 250;
  width: 100%;
}
select option {
  color:var(--dark);
}
input::placeholder {
  color: #EBEBEC;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #EBEBEC;
}

input::-moz-placeholder {
  color: #EBEBEC;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #EBEBEC;
}

input:-moz-placeholder {
  color: #EBEBEC;
  opacity: 1;
}
.date-icon-wrapper svg{
  position: absolute;
  left: auto;
  right: 16px;
  top:16px;
  pointer-events:none;
}
/* input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
} */
.contact-map{
  background-color: var(--brown);
}
.blog-hero-banner{
  background-color: var(--brown);
  height: 100%;
  min-height: 530px;
  max-height: 531px;
  position: relative;
}
.blog-hero-img{
  height: 100%;
  overflow: hidden;
  max-width: 880px;
right: 0;
top: 0;
  position: absolute;
}
.blog-hero-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-hero-content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.blog-hero-content-container{
  margin: 160px 0 100px 0;
  height: 100%;
  width: 60%;
  background-color: var(--white);
  position: relative;
  z-index: 2;
  padding:40px;
}
.blog-hero-content-container h1{
font-size: 32px;
line-height: 130%;
}
.blog-hero-content-container p{
  width: 100%;
/*  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; */
}
.read-more-btn{
  font-size: 14px;
  color: var(--primary);
  display: flex;
  align-items: end;
  gap: 8px;
  max-width: 109px;
  text-transform: uppercase;
  line-height: 9px;
  margin-top: 12px;
}

.read-more-btn::after{
  content: '';
  background-image: url(../img/aerow-icon.svg);
  height: 12px;
  width:12px;
  background-position: center;
  transition: .3s linear;
}
.read-more-btn:hover{
  color: var(--primary);
}
.read-more-btn:hover::after{
 transform: translateX(4px);
}
.blog-card{
  width: 100%;
  background-color: var(--white);
  position: relative;
  transition: .3s linear;
}
.blog-card:hover{
  box-shadow: 0px 2px 10px #0000002b;
}
.blog-list{
  padding: 90px 0;
}
.blog-image{
  width: 100%;
  aspect-ratio: 424/260;
  background-color:var(--white);
  overflow: hidden;
}
.blog-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card .blog-content{
  background-color: var(--white);
  padding: 20px;
  margin-top: -50px;
  position: relative;
  width: calc(100% - 60px);
  transition: .3s linear;
}
.blog-content-title{
  font-size: 24px;
  font-weight: 600;
}
.date-tag .item-badge{
     font-size: 14px;
    padding: 6px 10px 3px 10px;
    border-radius: 20px;
}
.date-tag{
  border-bottom: 3px solid var(--primary);
  width: 70%;
  padding-bottom: 16px;
  margin: 10px 0;
}
.date-tag .date{
  font-size: 14px;
}
.bc-description{
    width: 100%;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.lm-btn{
  background-color: var(--primary);
  padding:12px 24px 10px 24px;
  border-radius: 24px;
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
}
.lm-btn:hover{
  opacity: .9;
}
.result-card .w-1{
  max-width: 220px;
}
.service-static.scar{
  background-image: url(../img/scar-data.png);
}
.post-navigation a {
    border-radius: 24px;
    color: #6d2d3d !important;
    text-decoration: none !important;
    padding: 10px 14px 8px 14px;
    border: 1px solid #6d2d3d;
    background-color: #fff !important;
}
.post-navigation a:hover {
    background-color: #6d2d3d !important;
    color: var(--off-white) !important;
}
.post-navigation .nav-links{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-heading{
  margin: 24px 0px 10px 0;
  font-family: var(--auc);
}
.sub-dropdown{
  list-style: none;
  padding-left: 8px !important;
}

/* =========================== */
.bridal-hero{
background-image: url(../img/bridal-hero.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-top: 200px;
}
.bridal-program{
  background-color: #F6F6F6;
	padding:70px 0;
}
.service-info-container.white{
  background-color: var(--white);
}
.bridal .sif-item{
  margin-bottom: 16px;
}
.bridal-items{
  margin-bottom: 16px;
}
.bridal-item-heading{
  font-size: 16px;
  font-weight: 350;
  margin-bottom: 12px;
}
.bridal-why-choose-us{
  background-image: url(../img/flower-bg.png);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  
}
.bridal-item-text:not(:last-child){
margin-bottom: 8px;
}
.flower-image{
  max-width:930px;
  width: 100%;
  padding-top: 140px;
}
.flower-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  margin-bottom: -1px;
}
.bridal-point{
  background-color:var(--primary);
  border-radius: 24px;
  width: fit-content;
  padding: 10px 24px 10px 150px;
  height: 44px;
  color: var(--white);
  font-size: 18px;
  font-weight:400;
  margin-bottom: 20px;
}
.pointer-box{
  position: absolute;
  left: auto;
  right: -180px;
  top: 29%;
}
.bridal-point.point-1{
  transform: translateX(-36px);
}
.bridal-point.point-2{
  transform: translateX(30px);
}
.bridal-point.point-3{
  transform: translateX(42px);
}
.bridal-point.point-4{
  transform: translateX(-38px);
}
.bridal-point.point-5{
  transform: translateX(-110px);
}
.fs-12:has( ~ .sub-dropdown) {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.fs-12:has( ~ .sub-dropdown):hover {
 background-color: transparent;
 color: var(--white);
 user-select: none;
}
.blog-container{
  max-width: 1080px;
  margin: 0 auto;
}
.post-featured-image{
  max-height: 560px;
  overflow: hidden;
  margin-bottom: 44px;
}
.post-featured-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}