body, html {
  background-color: #604B3A;
}

:root {
  scroll-behavior: smooth;
}

footer {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

p, a, span, div, button {
  font-family: "Montserrat", sans-serif;
}

p {
  color: rgba(60, 47, 37, 0.65);
}

h2 {
  font-size: 48px;
  color: #3C2F25;
  font-weight: 700;
  margin-bottom: 30px;
}

h3 {
  font-size: 26px;
  color: #3C2F25;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  color: #EAE3DE;
  margin-bottom: 20px;
}

.subheading {
  font-size: 20px;
  color: rgba(60, 47, 37, 0.65);
}

.main-content {
  background-color: rgb(234, 227, 222);
}

.text-no-wrap {
  white-space: nowrap;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 43px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 34px;
  }
  p {
    font-size: 14px;
  }
  .subheading {
    font-size: 18px;
  }
}
.login {
  width: 100%;
  padding: 200px 27px 100px 27px;
  background: rgb(234, 227, 222);
}
.login form {
  max-width: 400px;
  margin: 0 auto;
}
.login form .form-control {
  margin-bottom: 20px;
  border: none;
}
.login form .form-control:focus {
  box-shadow: 0 0 5px #604B3A;
  outline: none;
  border: none;
}
.login form .form-control:focus-visible {
  outline: none;
  border: none;
}

.social-link-light {
  color: #EAE3DE;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.social-link-light:hover {
  color: #D8CABF;
}

.social-link-dark {
  color: #AD8F78;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.social-link-dark:hover {
  color: #604B3A;
}

.custom-btn-outline {
  position: relative;
  text-decoration: none;
  background: #AD8F78;
  color: #EAE3DE;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  padding: 12px 30px;
  min-width: 140px;
  border-radius: 10px;
  border: 2px solid #AD8F78;
  z-index: 1;
  background: transparent;
  border: 2px solid #AD8F78;
  color: #AD8F78;
  position: relative;
  overflow: hidden;
  transition: color 0.6s ease-in-out;
  white-space: nowrap;
}
.custom-btn-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%) scale(0);
  background-color: #AD8F78;
  transition: transform 0.6s ease-in-out;
  border-radius: 50%;
  z-index: -1;
}
.custom-btn-outline:hover {
  color: #EAE3DE;
}
.custom-btn-outline:hover:before {
  transform: translate(-50%, -50%) scale(1);
}

@keyframes bump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
}
@keyframes slowMotion {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.whatsapp-bubble {
  position: fixed;
  bottom: 50px;
  left: 30px;
  z-index: 998;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #71cb5a;
  border-radius: 50%;
}
.whatsapp-bubble a {
  text-decoration: none;
  color: #EAE3DE;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-bubble {
  position: fixed;
  top: 140px;
  left: 30px;
  z-index: 998;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #AD8F78;
  border-radius: 50%;
  animation: pulse 1s infinite;
}
.phone-bubble a {
  text-decoration: none;
  color: #EAE3DE;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-announcement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #604B3A;
  z-index: 2000;
}
.top-announcement .container-fluid {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  color: #D8CABF;
  min-height: 40px;
  position: relative;
}
.top-announcement .container-fluid p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  color: #D8CABF;
  text-align: center;
}
.top-announcement .container-fluid p a {
  text-decoration: underline;
  color: #D8CABF;
  transition: color 0.2s ease-in-out;
}
.top-announcement .container-fluid p a:hover {
  color: rgb(235.3106796117, 228.2427184466, 222.6893203883);
}
.top-announcement .container-fluid .lightning {
  color: gold;
}
.top-announcement .container-fluid .top-socials {
  position: absolute;
  width: 150px;
  height: 100%;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: #D8CABF;
  padding: 15px;
  transition: top 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.navbar .navbar-bar {
  width: 100%;
  z-index: 1000;
}
.navbar .navbar-bar .left-navbar {
  display: flex;
  justify-content: start;
  align-items: center;
}
.navbar .navbar-bar .left-navbar .navbar-toggle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  gap: 12px;
  color: #EAE3DE;
  cursor: pointer;
  font-size: 18px;
}
.navbar .navbar-bar .left-navbar .navbar-toggle .menu-icon {
  color: #AD8F78;
  transition: color 0.2s ease-in-out;
}
.navbar .navbar-bar .left-navbar .navbar-toggle:hover .menu-icon {
  color: rgb(192.2718894009, 169.3225806452, 151.7281105991);
}
.navbar .navbar-bar .center-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-bar .right-navbar {
  display: flex;
  justify-content: end;
  align-items: center;
}
.navbar .navbar-bar .menu-button-group {
  display: flex;
  flex-direction: row;
  gap: 35px;
  align-items: center;
  justify-content: end;
}
.navbar .navbar-bar .logo {
  text-decoration: none;
  color: #EAE3DE;
}
.navbar .navbar-bar .logo img {
  height: 70px;
  width: auto;
  color: #EAE3DE !important;
  fill: #EAE3DE;
}
.navbar .navbar-bar .logo img svg {
  fill: #EAE3DE;
}
.navbar .offcanvas {
  z-index: 999;
  width: 100%;
  height: calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  background-color: #3C2F25;
  top: 100px;
}
.navbar .offcanvas-body {
  background-color: transparent;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.navbar .offcanvas-backdrop {
  display: none;
}
.navbar.navbar--scrolled {
  top: 0;
  background-color: #2E241D;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}
.navbar.navbar--scrolled .offcanvas {
  height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
}
.navbar:has(.offcanvas.show), .navbar:has(.offcanvas.showing), .navbar:has(.offcanvas.hiding) {
  background-color: #2E241D;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.navbar:has(.offcanvas.show) .offcanvas-body {
  opacity: 1;
  transform: translateY(0);
}

.offcanvas-body {
  padding-top: 50px;
  padding-bottom: 50px;
}
.offcanvas-body h4 {
  color: #EAE3DE;
}
.offcanvas-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offcanvas-body ul li, .offcanvas-body ul a {
  text-decoration: none;
  color: #D8CABF;
  transition: color 0.2s ease-in-out;
}
.offcanvas-body ul li {
  position: relative;
  padding: 8px 0 8px 24px;
}
.offcanvas-body ul li .footer-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: left 0.2s ease-in-out;
}
.offcanvas-body ul a:hover {
  color: #AD8F78;
}
.offcanvas-body ul a:hover .footer-icon.move {
  left: 4px;
}
.offcanvas-body p {
  color: #D8CABF;
  margin: 16px 0;
}
.offcanvas-body .footer-icon {
  color: #AD8F78;
}
.offcanvas-body .footer-underline {
  text-decoration: underline;
  color: #AD8F78;
  transition: color 0.2s ease-in-out;
}
.offcanvas-body .footer-underline:hover {
  color: #EAE3DE;
}

.canvas-action-buttons {
  display: none;
}

@media (max-width: 991.98px) {
  .navbar .navbar-bar .right-navbar {
    display: none;
  }
  .navbar .navbar-bar .center-navbar {
    justify-content: end;
  }
  .canvas-action-buttons {
    display: flex;
  }
  .canvas-action-buttons .canvas-action-button-group {
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .top-announcement .container-fluid .top-socials {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-bar .logo img {
    height: 50px;
  }
  .navbar .offcanvas {
    top: 80px;
    height: calc(100vh - 120px);
    max-height: calc(100vh - 120px);
  }
  .navbar.navbar--scrolled .offcanvas {
    height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
  }
}
@media (max-width: 576px) {
  .top-announcement .container-fluid p {
    font-size: 14px;
  }
}
footer {
  background: #604B3A;
  padding: 100px 0 24px 0;
}
footer h4 {
  color: #EAE3DE;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li, footer ul a {
  text-decoration: none;
  color: #D8CABF;
  transition: color 0.2s ease-in-out;
}
footer ul li {
  position: relative;
  padding: 8px 0 8px 24px;
}
footer ul li .footer-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: left 0.2s ease-in-out;
}
footer ul a:hover {
  color: #AD8F78;
}
footer ul a:hover .footer-icon.move {
  left: 4px;
}
footer p {
  color: #D8CABF;
  margin: 16px 0;
}
footer .footer-icon {
  color: #AD8F78;
}
footer .footer-underline {
  text-decoration: underline;
  color: #AD8F78;
  transition: color 0.2s ease-in-out;
}
footer .footer-underline:hover {
  color: #EAE3DE;
}
footer .footer-socials {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
footer .copyright-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  color: #D8CABF;
}
footer .copyright-block a {
  color: #D8CABF;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
footer .copyright-block a:hover {
  color: #EAE3DE;
}
footer .copyright-block p {
  margin: 0;
}
footer hr {
  margin: 24px 0;
  border-top: 2px solid #D8CABF;
}

@media (max-width: 992px) {
  footer .copyright-block {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  footer {
    padding-top: 50px;
    text-align: center;
  }
  footer ul {
    width: 100%;
    max-width: 250px;
    text-align: left;
    margin: 0 auto;
  }
}
@keyframes bump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
}
@keyframes slowMotion {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.hero {
  width: 100%;
  height: 100vh;
  min-height: fit-content;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  padding: 190px 27px 75px 27px;
  overflow: hidden;
  --hero-bg-image: url("../images/hero-2-EF8Qq.jpg");
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--hero-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  animation: slowMotion 25s infinite linear;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.hero .arrow-down {
  position: absolute;
  color: #EAE3DE;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: bump 2s infinite;
  z-index: 3;
}
.hero .hero-text {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.hero .hero-text h1 {
  color: #EAE3DE;
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.3);
}
.hero .hero-text p {
  color: #EAE3DE;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
}
.hero .hero-text .custom-btn-outline {
  margin-top: 30px;
}
.hero .hero-text .hero-services {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .hero .hero-text h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .hero .hero-text h1 {
    font-size: 50px;
  }
  .hero .hero-text p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .hero .hero-text h1 {
    font-size: 42px;
  }
}
.service-details {
  padding: 100px 0 0 0;
}

.db-raw-content div {
  color: rgba(60, 47, 37, 0.65);
  line-height: 1.6;
}
.db-raw-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  color: #3C2F25;
}
.db-raw-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.db-raw-content ul li {
  margin-bottom: 10px;
  color: rgba(60, 47, 37, 0.65);
  padding-left: 30px;
  position: relative;
}
.db-raw-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #604B3A;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='black' d='M4.7 10c-.2 0-.4-.1-.5-.2c-.3-.3-.3-.8 0-1.1L6.9 6L4.2 3.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l3.3 3.2c.3.3.3.8 0 1.1L5.3 9.7q-.3.3-.6.3'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}

.service-details-sidebar {
  position: sticky;
  top: 150px;
  text-align: center;
  border: 1px solid rgba(146, 114, 89, 0.2509803922);
  border-radius: 20px;
  background-color: rgba(173, 143, 120, 0.0509803922);
  padding: 24px;
}
.service-details-sidebar .blog-text {
  color: #AD8F78;
  font-size: 18px;
  text-align: start;
}
.service-details-sidebar table {
  width: 100%;
}
.service-details-sidebar table th {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(146, 114, 89, 0.2509803922);
}
.service-details-sidebar table td {
  font-size: 18px;
}
.service-details-sidebar table td span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.service-details-sidebar table td small {
  font-size: 14px;
}

.services {
  padding: 100px 0;
  position: relative;
  background-image: url("../images/flower2-E3gWB3s.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.services .service-item {
  text-decoration: none;
  color: #3C2F25;
}
.services .service-item .massage-icon {
  position: relative;
  width: 150px;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
}
.services .service-item .massage-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.services .service-item .massage-icon .icon-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.services .service-item .service-heading {
  margin-bottom: 20px;
  transition: color 0.4s ease-in-out;
}
.services .service-item .service-desc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: rgba(60, 47, 37, 0.65);
}
.services .service-item:hover .massage-icon .icon-hover {
  opacity: 1;
}
.services .service-item:hover .service-heading {
  color: #927259;
}

.parafin-helps {
  padding-top: 34px;
}
.parafin-helps h3 {
  margin-bottom: 50px;
}
.parafin-helps .parafin-helps-wrapper {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.parafin-helps-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-bottom: 20px;
  color: rgba(60, 47, 37, 0.65);
}
.parafin-helps-item:last-child {
  margin-bottom: 0;
}

.massage-section {
  padding-top: 100px;
}
.massage-section:last-child {
  padding-bottom: 100px;
}

@media (max-width: 1600px) {
  .services {
    background-image: none;
  }
}
@media (max-width: 576px) {
  .services {
    padding: 50px 0;
  }
  .service-details {
    padding-top: 50px;
  }
  .massage-section {
    padding-top: 50px;
  }
  .massage-section:last-child {
    padding-bottom: 50px;
  }
}
.packages-wrapper {
  padding: 0 50px;
  position: relative;
  width: 100%;
}

.packages h2 {
  margin-bottom: 50px;
}

.package-item {
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(180deg, #AD8F78 0%, #EAE3DE 75%, #EAE3DE 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  color: rgba(60, 47, 37, 0.65);
  position: relative;
  border-radius: 20px;
  box-shadow: 2px 0 15px 0 rgba(146, 114, 89, 0.2509803922);
  width: 100%;
}
.package-item .package-media {
  position: relative;
  height: 250px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.package-item .package-media .package-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease-in-out;
}
.package-item .package-media .badge-recommended {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #927259;
  color: #EAE3DE;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}
.package-item .package-text {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.package-item .package-text h3 {
  margin-bottom: 0;
}
.package-item .package-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.package-item .package-info {
  padding: 24px;
  padding-top: 0;
}
.package-item .package-info table {
  width: 100%;
  margin-bottom: 24px;
}
.package-item .package-info table .duration {
  color: #3C2F25;
  font-size: 20px;
}
.package-item .package-info table .price {
  text-align: right;
  color: #3C2F25;
  font-size: 16px;
}
.package-item .package-info table .price b {
  font-size: 26px;
}
.package-item .package-btn {
  position: relative;
  text-decoration: none;
  background: #AD8F78;
  color: #EAE3DE;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  padding: 12px 30px;
  min-width: 140px;
  border-radius: 10px;
  border: 2px solid #AD8F78;
  z-index: 1;
  width: 100%;
  background-color: #CFBDB0;
  color: #3C2F25;
  border: 2px solid #CFBDB0;
  transition: color 0.6s ease-in-out, background-color 0.6s ease-in-out, border-color 0.6s ease-in-out;
}
.package-item:hover .package-media .package-img {
  transform: scale(1.1);
}
.package-item:hover .package-btn {
  color: #EAE3DE;
  background-color: #AD8F78;
  border-color: #AD8F78;
}

@media (max-width: 576px) {
  .packages h2 {
    margin-bottom: 30px;
  }
}
.about-me {
  padding: 50px 0;
  background: rgba(173, 143, 120, 0.0509803922);
}
.about-me img {
  width: 300px;
}
.about-me p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(60, 47, 37, 0.65);
  margin-bottom: 12px;
  text-align: justify;
}
.about-me p:last-child {
  margin-bottom: 0;
}

.about-main {
  padding: 100px 0;
  padding-bottom: 0;
  width: 100%;
}
.about-main .about-main-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(90deg, #CFBDB0 0%, transparent 100%);
  overflow-y: hidden;
}
.about-main .about-main-row .about-main-media {
  flex: 1;
  position: relative;
}
.about-main .about-main-row .about-main-media:before {
  position: absolute;
  content: "";
  top: -300px;
  bottom: -300px;
  left: 40px;
  right: 40px;
  background: #AD8F78;
}
.about-main .about-main-row .about-main-media img {
  width: 100%;
  position: relative;
  box-shadow: 2px 0 15px 0 rgba(146, 114, 89, 0.2509803922);
}
.about-main .about-main-row .about-main-text {
  padding: 30px 70px;
  flex: 1;
}
.about-main .about-main-row .about-main-text p {
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(60, 47, 37, 0.65);
  text-align: justify;
}

.about-main-actions {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-main-actions .social-links {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (max-width: 992px) {
  .about-main .about-main-row {
    flex-direction: column;
    background: linear-gradient(to bottom, #CFBDB0 0%, transparent 100%);
    width: 100%;
  }
  .about-main .about-main-row .about-main-media img {
    transform: translateY(30px);
  }
  .about-main .about-main-row .about-main-media:before {
    top: -60px;
    bottom: -60px;
  }
  .about-main .about-main-row .about-main-text {
    padding-top: 110px;
    padding-bottom: 0;
  }
  .about-main .about-main-row .about-main-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about-main .about-main-row .about-main-text {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-me {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .about-main {
    padding-top: 50px;
  }
  .about-main .about-main-row .about-main-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 428px) {
  .about-main-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.reviews {
  padding: 100px 0;
  background-image: url("../images/flower-kizblmE.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.reviews .separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.reviews .separator:before, .reviews .separator:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #AD8F78;
}
.reviews .review-slider p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(60, 47, 37, 0.65);
  margin-bottom: 24px;
}
.reviews .review-slider .author {
  text-align: center;
  font-size: 16px;
  color: #3C2F25;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.reviews .review-slider .author:before, .reviews .review-slider .author:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #AD8F78;
}

@media (max-width: 1600px) {
  .reviews {
    background-image: none;
  }
}
@media (max-width: 576px) {
  .reviews {
    padding: 50px 0;
  }
}
.gift-card-preview {
  padding: 100px 27px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.gift-card-preview p {
  font-size: 20px;
  color: rgba(60, 47, 37, 0.65);
  max-width: 700px;
  margin-bottom: 0;
}

.gift-card-faq {
  padding-bottom: 100px;
}

.how-it-works {
  padding-bottom: 100px;
}
.how-it-works h2 {
  margin-bottom: 50px;
}
.how-it-works .how-it-works-card {
  position: relative;
  height: 100%;
  border-radius: 20px;
  box-shadow: 2px 0 15px 0 rgba(146, 114, 89, 0.2509803922);
  padding: 46px 30px;
}
.how-it-works .how-it-works-card .step {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #AD8F78;
  color: #EAE3DE;
  padding: 4px 12px;
  font-weight: 700;
  font-size: 20px;
}
.how-it-works .how-it-works-card h3 {
  margin-bottom: 30px;
}
.how-it-works .how-it-works-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.how-it-works .how-it-works-card ul li {
  font-size: 16px;
  color: rgba(60, 47, 37, 0.65);
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.how-it-works .how-it-works-card ul li .gift-card-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #AD8F78;
}
.how-it-works .how-it-works-card ul li:last-child {
  margin-bottom: 0;
}

.gift-card .gift-card-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  background: #D8CABF;
}
.gift-card .gift-card-row .gift-card-text {
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
}
.gift-card .gift-card-row .gift-card-text h2 {
  margin-bottom: 0;
}
.gift-card .gift-card-row .gift-card-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 500;
  color: rgba(60, 47, 37, 0.65);
}
.gift-card .gift-card-row .gift-card-text .custom-btn-outline {
  position: relative;
  z-index: 1;
}
.gift-card .gift-card-row .gift-card-media {
  flex: 1;
}
.gift-card .gift-card-row .gift-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}

@media (max-width: 1200px) {
  .gift-card-preview p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .gift-card .gift-card-row {
    flex-direction: column;
  }
  .gift-card .gift-card-row .gift-card-text {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .gift-card-preview {
    padding: 50px 27px;
    gap: 30px;
  }
  .gift-card-preview p {
    font-size: 16px;
  }
  .gift-card-faq {
    padding-bottom: 50px;
  }
  .gift-card .gift-card-row .gift-card-text {
    padding: 30px;
  }
  .how-it-works {
    padding-bottom: 50px;
  }
  .how-it-works h2 {
    margin-bottom: 30px;
  }
  .how-it-works .how-it-works-card {
    padding: 30px;
  }
  .how-it-works .how-it-works-card ul li {
    font-size: 14px;
  }
}
.contact {
  padding: 100px 0;
}
.contact h3 {
  margin-bottom: 50px;
}

#form {
  scroll-margin-top: 150px;
}

@media (max-width: 576px) {
  .contact {
    padding: 50px 0;
  }
  .contact h3 {
    margin-bottom: 30px;
    text-align: center;
  }
}
.faq-main {
  padding: 100px 0;
}
.faq-main .nav-tabs {
  justify-content: center;
  gap: 12px;
}
.faq-main .nav-tabs .nav-link {
  color: #3C2F25;
  font-weight: 600;
  font-size: 24px;
  background: transparent;
  border: none;
}
.faq-main .nav-tabs .nav-link:hover {
  color: #927259;
  border: none;
}
.faq-main .nav-tabs .nav-link:focus-visible {
  box-shadow: none;
  outline: none;
}
.faq-main .nav-tabs .nav-link.active {
  color: #604B3A;
  border-bottom: 2px solid #604B3A;
}

.accordion {
  box-shadow: 2px 0 15px 0 rgba(146, 114, 89, 0.2509803922);
  background: rgba(173, 143, 120, 0.0509803922);
  border-radius: 20px;
  padding: 0 60px;
  margin-top: 60px;
}
.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(146, 114, 89, 0.2509803922);
  background: transparent;
  padding: 30px 0;
}
.accordion .accordion-item .accordion-button {
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #3C2F25;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
}
.accordion .accordion-item .accordion-button:after {
  display: none;
}
.accordion .accordion-item .accordion-body {
  padding: 0;
  padding-top: 25px;
  color: rgba(60, 47, 37, 0.65);
}
.accordion .accordion-item:last-child {
  border-bottom: none;
}

.faq-not-found {
  text-align: center;
}
.faq-not-found p {
  color: rgba(60, 47, 37, 0.65);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}
.faq-not-found p:last-child {
  margin-bottom: 0;
}
.faq-not-found p a {
  color: #3C2F25;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.faq-not-found p a:hover {
  color: #927259;
}

@media (max-width: 1200px) {
  .accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
  .accordion .accordion-item .accordion-body {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .faq-not-found p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .faq-main {
    padding: 50px 0;
  }
  .faq-not-found p {
    font-size: 16px;
  }
  .accordion {
    padding: 0 30px;
    margin-top: 30px;
  }
  .accordion .accordion-item .accordion-button {
    font-size: 16px;
  }
  .accordion .accordion-item .accordion-body {
    font-size: 14px;
  }
}
.blog-main {
  padding-top: 100px;
}
.blog-main .blog-item {
  position: relative;
  border-radius: 20px;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.blog-main .blog-item a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.blog-main .blog-item a .blog-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease-in-out;
}
.blog-main .blog-item a .blog-img:hover {
  transform: scale(1.05);
}
.blog-main .blog-item a .blog-title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #EAE3DE;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
}
.blog-main .blog-item a .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #EAE3DE;
  background-color: #AD8F78;
  z-index: 1;
}
.blog-main .blog-item a .blog-date {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 576px) {
  .blog-main {
    padding-top: 50px;
  }
}
@keyframes bump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
}
@keyframes slowMotion {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.newsletter-hero {
  padding: 190px 27px 75px 27px;
  height: 100vh;
  min-height: fit-content;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  --hero-bg-image: url("../images/newsletter-hero-iSWIy0e.jpg");
}
.newsletter-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--hero-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  animation: slowMotion 25s infinite linear;
}
.newsletter-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.newsletter-hero .arrow-down {
  position: absolute;
  color: #EAE3DE;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: bump 2s infinite;
  z-index: 3;
}
.newsletter-hero .hero-text {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  z-index: 2;
}
.newsletter-hero .hero-text h1 {
  color: #EAE3DE;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.3);
}
.newsletter-hero .hero-text p {
  color: #EAE3DE;
  font-size: 18px;
  line-height: 1.5;
  max-width: 700px;
}

@media (max-width: 992px) {
  .newsletter-hero .hero-text h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .newsletter-hero .hero-text h1 {
    font-size: 50px;
  }
  .newsletter-hero .hero-text p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .newsletter-hero .hero-text h1 {
    font-size: 42px;
  }
}
.tns-outer .tns-ovh {
  padding: 15px;
}
.tns-outer .tns-controls {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}
.tns-outer .tns-controls button {
  border: none;
  background: none;
  padding: 0;
  color: #AD8F78;
  pointer-events: auto;
  transition: color 0.2s ease-in-out;
}
.tns-outer .tns-controls button:hover {
  color: #604B3A;
}
.tns-outer .tns-nav {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 24px;
}
.tns-outer .tns-nav button {
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(60, 47, 37, 0.3);
  padding: 0;
  transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
}
.tns-outer .tns-nav button:hover {
  background: rgba(60, 47, 37, 0.6);
}
.tns-outer .tns-nav button.tns-nav-active {
  background: #3C2F25;
  width: 16px;
}

.package-slider .tns-item {
  display: flex !important;
  align-items: stretch;
}

.package-slider {
  display: flex;
  align-items: stretch;
}

@media (max-width: 470px) {
  .packages-wrapper {
    padding: 0;
  }
}
.alert-ko {
  color: #FF5722;
  border: 1px solid #FF5722;
  background-color: rgba(255, 87, 34, 0.1);
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 20px;
  margin-bottom: 12px;
  font-weight: 700;
}

.alert-ok {
  color: #4CAF50;
  border: 1px solid #4CAF50;
  background-color: rgba(76, 175, 80, 0.1);
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 20px;
  margin-bottom: 12px;
  font-weight: 700;
}

form .form-field label {
  font-weight: bold;
  margin-bottom: 4px;
}
form .form-field input, form .form-field textarea {
  padding: 8px 16px;
  width: 100%;
  border-radius: 20px;
}
form .form-field input:focus, form .form-field textarea:focus {
  outline: none;
  box-shadow: none;
}
form .form-field input:-webkit-autofill, form .form-field input:-webkit-autofill:hover, form .form-field input:-webkit-autofill:focus, form .form-field input:-webkit-autofill:active, form .form-field textarea:-webkit-autofill, form .form-field textarea:-webkit-autofill:hover, form .form-field textarea:-webkit-autofill:focus, form .form-field textarea:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.newsletter-form .form-field label {
  color: #EAE3DE;
}
.newsletter-form .form-field input, .newsletter-form .form-field textarea {
  border: 1px solid #2E241D;
  background-color: #2E241D;
  color: #EAE3DE;
}
.newsletter-form .form-field input::placeholder, .newsletter-form .form-field textarea::placeholder {
  color: #D8CABF;
}
.newsletter-form .form-field input:focus, .newsletter-form .form-field textarea:focus {
  border-color: #EAE3DE;
  background-color: #2E241D;
  color: #EAE3DE;
}
.newsletter-form .form-field input:-webkit-autofill, .newsletter-form .form-field input:-webkit-autofill:hover, .newsletter-form .form-field input:-webkit-autofill:focus, .newsletter-form .form-field input:-webkit-autofill:active, .newsletter-form .form-field textarea:-webkit-autofill, .newsletter-form .form-field textarea:-webkit-autofill:hover, .newsletter-form .form-field textarea:-webkit-autofill:focus, .newsletter-form .form-field textarea:-webkit-autofill:active {
  -webkit-text-fill-color: #EAE3DE !important;
  -webkit-box-shadow: 0 0 0px 1000px #2E241D inset !important;
  box-shadow: 0 0 0px 1000px #2E241D inset !important;
}

.contact-form .form-field label {
  color: #3C2F25;
}
.contact-form .form-field input, .contact-form .form-field textarea {
  border: 1px solid rgba(146, 114, 89, 0.2509803922);
  background-color: rgba(173, 143, 120, 0.0509803922);
  color: #3C2F25;
}
.contact-form .form-field input::placeholder, .contact-form .form-field textarea::placeholder {
  color: rgba(60, 47, 37, 0.65);
}
.contact-form .form-field input:focus, .contact-form .form-field textarea:focus {
  border-color: #2E241D;
  background-color: rgba(173, 143, 120, 0.0509803922);
  color: #3C2F25;
}
.contact-form .form-field input:-webkit-autofill, .contact-form .form-field input:-webkit-autofill:hover, .contact-form .form-field input:-webkit-autofill:focus, .contact-form .form-field input:-webkit-autofill:active, .contact-form .form-field textarea:-webkit-autofill, .contact-form .form-field textarea:-webkit-autofill:hover, .contact-form .form-field textarea:-webkit-autofill:focus, .contact-form .form-field textarea:-webkit-autofill:active {
  -webkit-text-fill-color: #3C2F25 !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(173, 143, 120, 0.0509803922) inset !important;
  box-shadow: 0 0 0px 1000px rgba(173, 143, 120, 0.0509803922) inset !important;
}

.price-list {
  padding-top: 100px;
}
.price-list .price-list-table {
  border: 1px solid rgba(146, 114, 89, 0.2509803922);
  border-radius: 20px;
  background: rgba(173, 143, 120, 0.0509803922);
  padding: 24px;
  overflow: hidden;
  border-collapse: collapse;
}
.price-list .price-list-table thead th {
  padding: 16px 24px;
  background: transparent;
  text-align: end;
  color: #3C2F25;
}
.price-list .price-list-table tbody td, .price-list .price-list-table tbody th {
  padding: 16px 24px;
  background: transparent;
}
.price-list .price-list-table tbody td a, .price-list .price-list-table tbody th a {
  text-decoration: none;
  color: #3C2F25;
  transition: color 0.2s ease-in-out;
}
.price-list .price-list-table tbody td a:hover, .price-list .price-list-table tbody th a:hover {
  color: #927259;
}
.price-list .price-list-table tbody .price {
  text-align: end;
  white-space: nowrap;
}
.price-list .price-list-table tbody .price .price-label {
  display: none;
}
.price-list .price-list-table tbody td {
  color: rgba(60, 47, 37, 0.65);
}
.price-list .price-list-table tbody td b {
  color: #3C2F25;
}
.price-list .price-list-table tbody th {
  color: #3C2F25;
}
.price-list .price-list-table tbody .duration {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  color: #3C2F25;
  white-space: nowrap;
  height: 100%;
}
.price-list .price-list-table tbody .note {
  font-size: 12px;
}
.price-list .price-list-table tbody tr {
  border-collapse: collapse;
}
.price-list .price-list-table tbody tr:nth-child(even) {
  background: rgba(173, 143, 120, 0.0509803922);
}

@media (max-width: 992px) {
  .price-list .price-list-table thead {
    display: none;
  }
  .price-list .price-list-table tbody tr {
    border: 1px solid rgba(146, 114, 89, 0.2509803922);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .price-list .price-list-table tbody tr .text-end {
    text-align: center;
  }
  .price-list .price-list-table tbody tr th {
    flex: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .price-list .price-list-table tbody tr td {
    flex: 25%;
    padding: 8px 16px;
    text-align: center;
    border-bottom: none;
  }
  .price-list .price-list-table tbody tr .duration {
    justify-content: center;
  }
  .price-list .price-list-table tbody tr .price {
    text-align: center;
  }
  .price-list .price-list-table tbody tr .price .price-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #604B3A;
  }
}

/*# sourceMappingURL=main.css-EvJGrEG.map */
