/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Special+Gothic+Expanded+One&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.12.1/font/bootstrap-icons.min.css");

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --text-color: #333533;
  --bg-color: white;
  --bg-secondary-color: #C7B9AC;
  --hilight-color: #C7B9AC;
  --hilight-secondary-color: #00bab3;
  --bs-card-body: white;
  --primary-dark: #1c332e;
  --secondary-dark: #333533;
  --primary-light: #f1edea;
  --intro-box-bg: #f2faf9;

  --card-size: 20%;
  --alternating-card-1-bg: #45595A;
  --alternating-card-2-bg: #529ba0;

  --dark-shadow-color: rgb(51, 53, 51, 0.2);
}

a:hover {
  color: var(--bg-secondary-color);
  font-weight: bold;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  border-radius: 0;
  filter: drop-shadow(2px 2px 1px rgb(255, 214, 102));
}

.-fixed-img-offset {
  background-color: var(--bg-secondary-color);
  margin-top: 0;
}

/* .carousel-caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  height: 80%;
  right: 0;
  bottom: 0;
  padding: 1em;
  font-size: 1.5em;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(25px);
  border-radius: 20px;
  box-shadow: var(--primary-light) 0px 0px 20px 0px, var(--primary-light) 0px 0px 40px 0px;
}

.carousel-caption h2{
  font-family: "Cormorant", serif;
  font-size: 5vw;
  color: white;
  text-shadow: 2px 2px 5px var(--bg-secondary-color), -4px -4px 20px white;
}

.carousel-caption p{
  font-size: 1.5vw;
  color: white;
} */


.article-banner img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  margin-bottom: 200px;
  height: 300px;
  object-fit: cover;
  filter: blur(10px);

}

.banner-img{
  height: 350px;
}

.card-text li {
  text-align: left;
}

.card-grid-header {
  text-align: center;
  font-size: 3em;
  text-decoration: underline;
}

#article-header h1 {
  font-size: 4em;
  color: var(--primary-dark);
  font-family: "Cormorant", serif;
  font-weight: 600;
  color: var(--hilight-secondary-color);

}

#article-header::before {
  content: '';
  display: block;
  height: 10vh;
}

.article-body {
  margin-top: 50px;

}

.article-body h3{
  text-align: center;
}

.center-align-text {
  text-align: center;
}

ul li{
  text-align: left;
  margin-left: 1.5em;
}


.floating-hero-text {
  position: absolute;
  font-weight: bold;
  font-size: 1.5em;
  bottom: 20%;
  right: 5%;
  color: var(--bg-color);
  text-shadow: 5px 2px 10px var(--bg-color);
}

body {
  background-color: var(--intro-box-bg);
  color: var(--text-color);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 2.5em;
  overflow-x: hidden;
}

.btn-callout {
  background-color: var(--bg-secondary-color);
  border: var(--bg-secondary-color);
  font-weight: bold;
  font-size: 2em;
  box-shadow: 10px 10px var(--primary-dark);

  transition: box-shadow 0.3s ease-in-out, background-color 0.3 ease-in-out;
}



.btn-callout:hover {
  box-shadow: 5px 5px var(--primary-dark);
  background-color: #945b47;
}

#main-hero {
  align-items: center;
  text-align: center;
  height: 100%;
}

#main-hero .hero-fg {
  height: 100%;
}

#main-hero .hero-bg {
  max-height: 100vh;
}



#wave-connector {
  margin-top: -10vh;
  padding-top: 0;
  padding-bottom: 0;
}

.full-width-text {

  background-color: var(--bg-color);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
  min-height: 100px;
  color: var(--primary-dark);
}

.contact-us-container .col-md-4{
  padding-top:2em;
  min-height: 300px;
}
.contact-us-container img{
  min-width: 50px;
  align-items: center;
  justify-content: center;
  margin: 2px !important;
}
#first-card-group {
  background-color: var(--bg-color);
}

.navbar-brand {
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 2px var(--primary-dark);
  padding: 2px;


}

.navbar.fixed-top{
  width: 100vw;
}

#navbar{
  justify-content: center;
}

.navbar-brand:hover {
  color: var(--bg-secondary-color);
}

.navbar {
  /* font-family: "Cormorant", serif; */
  font-family: "Inter", sans-serif;
  display: flex;
  background-color: transparent;
  background-image: linear-gradient(var(--text-color), rgba(0, 0, 0, 0));
  color: white;
  min-height: 8vh;
  z-index: 3;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  justify-content: center;
  width: 100%;
  opacity: 1.0;
  text-align: center;
}

@media (max-width: 768px) {
  .navbar .show{
    background-color: white !important;
    opacity: 1;
  }

  .navbar{
    background-color: var(--bg-color) !important;
    background-image: none !important;
  }

  .flashy-text h2{
    font-size: 2.0em !important;
  }
}

.navbar-nav {
  justify-content: center;
}

.navbar:hover {
  opacity: 1.0;
  transition: background-image 0.3s ease-in-out;
}

nav.navbar-scrolled {
  background-color: white !important;
  background-image: none;
  opacity: 1;
  color: var(--text-color);
  transition: background-color 0.3s ease-in-out opacity 0.5 ease-in-out;
}

.navbar .container-fluid {
  display: flex;
  align-items: center;
}

.skincare-text{
  line-height: 1.2em;
}

.skincare-text h2{
  text-align: center;
}

.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav-link {
  color: white;
  font-size: 1.2vw;
  padding: 20px;
  text-shadow: #a98b31 1px 1px;
}

nav.navbar-scrolled .nav-link{
  color: var(--text-color)
}

.nav-item {
  padding: 5px;
  /* width: px; */
}

@media (max-width: 768px) {
  .nav-item {
    padding: 10px;
    text-align: right;
  }
}

.overlay {
  mix-blend-mode: multiply;
}

.bts-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: var(--bg-secondary-color);
  font-size: 3.5em;
  font-family: "Cormorant", serif;
  text-shadow: 2px 2px 5px var(--bg-secondary-color), -8px -8px 12px white;

  padding-top: 50px;
  padding-bottom: 50px;
}

.landing-film-strip{
  padding-top: 0;
  
}

.gold-header h2{
  text-align: center;
  /* background-color: rgb(255, 208, 0); */
  color: rgb(88, 60, 0);
  padding: 1.0em;
}

.membership-banner{
}

.circle-img{
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 50%;
  padding-bottom: 1em;
  
}

.membership-table{
  background-color: transparent;
  border-radius: 5px;
  padding-top: 3em;
}

.membership-table td
{
  text-align: center;
  font-size: 1.2em;
  color: var(--primary-dark);
  vertical-align: middle;
}

.membership-table td:first-child
{
  text-align: left;
  font-size: 1.2em;
  color: var(--primary-dark);
}

.membership-table th
{
  text-align: center;
  font-size: 1.5em;
  /* color: var(--primary-dark); */
  color: rgb(88, 60, 0);
  font-weight: bold;
}

.membership-table th:first-child
{
  text-align: left;
  font-size: 1.5em;
  color: var(--primary-dark);
  font-weight: bold;
  width: 30%;
  padding-left: 1em;
}

.accordion-body table tr:first-child{
  text-align: center;
}

.hours-table{
  
}


.hours-table tr, .hours-table th{
  border: none;
}

.hours-table td{
  padding: 0em 0.5em !important;
  border: none;
}
.hours-table thead th:first-child{
  column-span: all;
}

.hours-table th:first-child{
  width: 40%;
  font-weight: bold;
  text-align: right;
}

.hours-table td:first-child{
  text-align: left;
  font-weight: bold;
  padding-right: 1em;
}

.hours-table{
  width: 80%;
}

.hours-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.laser-banner{
  padding: 0;
  background-image: url("/media/images/laser-w1.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 900px;
  aspect-ratio: 2.1333;

  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0;
  margin-top: 150px;
  text-align: left;

}

.mobile-banner{
  aspect-ratio: 0.4900;
  width: 100%;
  min-height: 0;

}

.banner-overlay{
  /* height: 100%; */
  /* backdrop-filter: blur(12px) brightness(80%); */
  /* display: flex;
  align-items: center; */
  /* justify-content: center; */
  /* flex-direction: column; */

  min-width: 768px;
  width: 50%;
  padding: 2em;
}

.blur-bg{
  height: 100%;
  /* backdrop-filter: blur(15px) brightness(80%); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


@media (max-width: 768px) {
  .banner-overlay {
    width: 100%;
    margin-left: 0;
    padding: 1em;
  }
  
}

.desktop-banner {
    display: block;
}
.mobile-banner {
    display: none;
}

@media (max-width: 800px) {
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;

  }

  .laser-banner {
    max-height: 100%;
  }
  
}

.banner-overlay h2{
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 7em;
  color: white;
}
.banner-overlay p{

  font-size: 2em;

}

.neumorphic {
  margin-bottom: -120px;
}

.card img {
  width: 100%;
  border-radius: 20px;
  background-color: var(--bs-card-body);
  color: var(--bg-color);

  transition: transform .2s;
  /* Animation */
}

.landing-intro h3{
  text-align: center;
  
}

.banner-text {
  font-size: 2.5em;
  color: var(--bg-secondary-color);
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px var(--bg-secondary-color), -8px -8px 12px white;
}

.landing-intro h2 {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 2.5em;
  color: #7d7057;
}

.landing-intro p {
  font-size: 1.0em;
  color: var(--primary-dark);
  text-align: left;
}

.article-intro {
  text-align: center;
  margin: auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 5em;

  border-radius: 5px;
  padding-top: 1em;
  padding-bottom: 1em;

  background-color: var(--intro-box-bg);
}

.article-intro h2 {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 2.5em;
  color: var(--primary-light);
}

.article-intro p {
  font-size: 1.0em;

  color: var(--primary-dark);
  text-align: left;
}

.iv-intro h4, .intro-box h4 {
  font-size: 0.8em;
  font-weight: bold;
  color: #8cc9c9;
  text-align: left;

}

.intro-box{
  padding-top: 4em;
  margin-bottom: 4em;
  text-align: left;
  max-width: 1152px;
}

.iv-intro h3 {
  text-align: left;
}

.intro-box h3{
  color: var(--hilight-secondary-color);
  text-align: center;
  font-size: 3em;
}

.intro-box h4{
  color: var(--hilight-secondary-color);
  text-align: center;
}

.intro-box p{
  color: var(--primary-dark);
  text-align: center;
  font-size: 1.5em;
}

.page-banners {

}
.page-banners .col-md-6{
  padding: 0.2em;
}



.x {
  font-size: 2.5em;
  color: #eae5e1b9;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-family: "Special Gothic Expanded One", sans-serif;
  background-color: linear-gradient(var(--bg-secondary-color), var(--hilight-secondary-color));
  -webkit-background-clip: text;
  background-clip: text;


  margin-bottom: 20px;
}

.landing-intro {
  
  /* background-image: linear-gradient(var(--bg-color), #f1edea); */
  padding-top: 100px;
  padding-bottom: 150px;
}

.card-title {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--primary-dark);
}

.card img:hover {
  transform: scale(1.05);
}


.card-body {
  background-color: var(--bs-card-body);
}

.card-text {
  font-size: 0.8em;
  color: var(--primary-dark);
  font-weight: 400;
}

.iv-card{
  padding-top: 1em;
}

.card.iv-card.bg-transparent {
  background-color: var(--bg-color) !important;
}

.iv-card .card-text {
  font-size: 0.8em;
  color: var(--primary-dark);
  font-weight: 400;
}

.card-group {
  background-color: var(--bg-color);
}

.full-hero {
  min-height: 100vh;
}

footer {
  background-color: var(--primary-dark);
  color: var(--bs-card-body);

  padding-top: 80px;
}

.ratio-16x9{
  --bs-aspect-ratio:120%;
}


footer .row {

  max-width: 1000px;
  margin: auto;
}

.footer-links {
  text-align: right;
}

footer img {
  width: 100%;
  margin: auto;
  align-items: center;
  text-align: center;
  justify-content: center;
}

footer a {
  color: var(--bg-color);
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: bold;
}

@media (max-width: 768px) {
  footer img{
    width: 100%;
    height: auto;
    max-width: 100px;
    margin: auto;
  }
  footer .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }

  footer .col-md-4 {
    margin-bottom: 50px;
  }
  
}

.linear-gradient-bg {
  background-image: linear-gradient(var(--bg-color), var(--intro-box-bg));
  animation: gradient 15s ease infinite;
}



.card {
  border: none;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: var(--bs-card-body);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.041), -4px -4px 8px rgb(255, 255, 255);
}

.center-item{
  margin: auto;
}


.small-carousel{
  justify-content: center;
}
.membership-row,
.contact-us-row {
  
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0;
  margin-top: 150px;

  background-color: var(--bg-color);
}

.contact-us-row{
  padding: 2em;
  margin-top: 0;
  background-color: var(--bg-color);
}

#content > div.contact-us-row:nth-child(2) {
  margin-top: 150px;
}

.contact-info{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--bg-color);

  min-height: 50vh ;
}

.membership-row {
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 2em;

}

.logo-bg{

  min-width: 100%;
  min-height: 100%;
  
  /* Adjust brightness */
  object-fit: stretch;
  background-repeat: no-repeat;
  /* Cover the entire area */
  /* background-image: url("/media/original_images/logo.png"); */
}

.logo-link{
  max-height: 90px;
  padding: 5px;
  margin: 2em;
}

@media (max-width: 768px) {
  .logo-link {
    max-width: 100px;
    padding: 2px;
    margin: 1em;
  }
}

.partner-logos{
  align-items: center;
  justify-content: center;
  text-align: center;

  padding-top: 150px;
  padding-bottom: 100px;

  margin-bottom: -4em;

  background-color: cadetblue;
  columns: 200px 3;
  color: white;
}

.partner-logos h2{
  font-size: 2.5em;
}

.partner-logos a{
  padding: 2em;
}

.disclaimer{
  margin-top: 4em;
  font-size: 0.8em;
  line-height: 1.2em;
  
}

.accom{

  background-color: #46766b;
  color: white;
  padding: 50px;
  font-size: 1.5em;
  margin-bottom: -4em;
}
.membership-row h2,
.membership-row p {
  margin-bottom: 0.1em;
}

.membership-row h2{
  font-size: 3em;
  color: var(--hilight-secondary-color);
}
.membership-row h4{
  font-size: 0.9em;
}
.membership-row p, .banner-overlay p{
  color: var(--hilight-secondary-color);
  color: white;
}

.membership-banner{

  margin: auto;
  padding: 0;
  background-color: var(--primary-dark);
  border-radius: 20px;
  padding: 40px;
  padding-top: 50px;
  padding-bottom: 50px;

}


.container:has( > .membership-banner):first-of-type {
  margin-top: 20vh;
}

.membership-banner .membership-card {
  background-color: var(--bg-secondary-color);
  color: var(--primary-dark);
  border-radius: 20px;
  padding: 2em;
  text-align: left;
  
}

.membership-banner img{
  margin-left: auto;
}

.card-footer {
  border: none;
  background-color: var(--hilight-color);
  border-radius: 20px;
}

a {
  color: var(--hilight-secondary-color);
  font-weight: bold;
  text-decoration: none;
}

.container-border-bottom {
  border-bottom: 2px solid black;
}

.center-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  font-weight: bold;
}

.center-text h1 {
  font-size: 30em;
  color: var(--bg-color);
  text-shadow: 8px 8px 12px var(--bg-secondary-color), -8px -8px 12px white;
  background-image: linear-gradient(var(--bg-secondary-color), var(--bg-color));
  -webkit-background-clip: text;
  font-family: "Cormorant", serif;
  font-weight: 800;
  font-style: normal;
}

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


.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Adds a bit of spacing to "Responsive Grid Row" blocks. */
.crx-grid {
  padding-top: 40px;
  padding-bottom: 40px;
}

.crx-grid .crx-grid {
  padding-top: 0;
  padding-bottom: 0;
}

.container-fluid.crx-grid {
  padding: 0;
}

.small-logo {
  width: 250px;
  height: auto;
  margin-bottom: 1em;
}

.container:has(.alternating-card) {
  padding-top: 0;
  padding-bottom: 0;
}

.vertical-padding {
  padding-top: 5em;
  padding-bottom: 5em;
}

.membership-text {
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.membership-img {
  padding: 0;
}

/* wave */
.waves {
  position: absolute;
  width: 100%;
  /* Full width */
  bottom: 0;
  left: 0;
  height: 20vh;
  /* The height is 15% of the viewport */
  margin-bottom: 0;
  /* Fixes a gap issue for Safari */
  min-height: 100px;
  /* Minimum height */
  max-height: 300px;
  /* Maximum height */
  z-index: 2;
}

.waves-member {
  height: 50vh;
  max-height: none;
}

/* Animation for wave parallax */
.wave-parallax>use {
  /* Infinite animation to move the waves */
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

/* Animating different wave layers at varying speeds */
.wave-parallax>use:nth-child(1) {
  animation-delay: -2s;
  /* Delayed by 2 seconds */
  animation-duration: 7s;
  /* Animation duration is 7 seconds */
}

.wave-parallax>use:nth-child(2) {
  animation-delay: -3s;
  /* Delayed by 3 seconds */
  animation-duration: 10s;
  /* Animation duration is 10 seconds */
}

.wave-parallax>use:nth-child(3) {
  animation-delay: -4s;
  /* Delayed by 4 seconds */
  animation-duration: 13s;
  /* Animation duration is 13 seconds */
}

.wave-parallax>use:nth-child(4) {
  animation-delay: -5s;
  /* Delayed by 5 seconds */
  animation-duration: 20s;
  /* Animation duration is 20 seconds */
}

/* Animation for the wave movement */
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
    /* Starting position */
  }

  100% {
    transform: translate3d(85px, 0, 0);
    /* Ending position */
  }
}

/* Animation for the background gradient */
@keyframes gradient {
  0% {
    background-position: 0% 50%;
    /* Starting position of the gradient */
  }

  50% {
    background-position: 100% 50%;
    /* Midway position of the gradient */
  }

  100% {
    background-position: 0% 50%;
    /* Ending position of the gradient */
  }
}


/* card */
.flip-card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: top;
  height: 40vw;
  width: 100vw;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  width: 20vw;
  height: 40vw ;
  aspect-ratio: 1;
  
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}


.flip-card:nth-child(even){
  align-items: flex-start;
  flex-direction: column-reverse;

}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 20vw;
  height: 100%;
  border-radius: 2px;
  font-family: "Cormorant", serif;


  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

.flip-card-front h1 {
  padding-bottom: 5px;
  font-size: 2.5em;
  font-weight: bold;
  color: var(--bg-color)
}



/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #4d8075;
  border: white 2px solid;
  color: var(--primary-dark);
}



.flip-card-back li {
  font-size: 1.2em;
  font-weight: bold;
}

/* Style the back side */
.flip-card-back {
  background-color: var(--bg-secondary-color);
  color: var(--primary-dark);
  transform: rotateY(180deg);
  border: white 2px solid;
}

.flip-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--hilight-color);
  border-radius: 2px;
  border: white 2px solid;
}

.flip-card-img img {
  width: 100%;
  aspect-ratio: 1;

  border-radius: 2px;
  object-fit: cover;
  object-position: center;
}


@media (min-width: 992px) {
  .crx-article .article-body {
    max-width: 1200px;
  }
}

/* Responsive */
@media (max-width: 1400px) {
  .flip-card-container {
    flex-direction: row;
    align-items: center;
    height: calc(var(--card-size) * 12);
  }

  .flip-card:nth-child(even){
    align-items: flex-start;
    flex-direction: column;
  }



  .flip-card {

    width: 500px;
    height: 1000px;
    flex-direction: column;
  }

  .flip-card-back, .flip-card-front{
    width: 500px;
  }

  .flip-card-img img {
    width: 500px;
    height: 500px;
  }
}


/*video*/
#bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100vh;
  filter: brightness(0.7);
  /* Adjust brightness */
  object-fit: cover;
  /* Cover the entire area */
}

@media (max-width: 768px) {
  #bg-video {
    top: 0;
    width: 100%;
    height: 100%;
  }
  
}

#bg-video.parallax{
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  background-attachment: fixed;
  z-index: -100;
}


.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  margin-top: 0;
  padding-top: 20px;
  /* padding-bottom: 20px; */
}
.hero-content::after{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  content: '';
  height: 10vh;
}

.hero-bg.alternating-cards a {
  color: var(--bg-secondary-color);
  text-decoration: underline;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1.2em;
  font-weight: bold;
}

.dark-text {
  color: var(--primary-dark);
  text-align: center;
}

.logo {
  max-width: 600px;
  /* Adjust the size as needed */
  opacity: 1;
  /* Adjust transparency */
  margin-bottom: 0px;
  /* Space between logo and text */
  filter: drop-shadow(1px 1px 2px rgba(255, 224, 123, 0.116)) drop-shadow(3px 5px 2px rgba(58, 39, 23, 0.4));
}

.logo2 {
  max-width: 400px;
  /* Adjust the size as needed */
  opacity: 1;
  /* Adjust transparency */
  margin-bottom: 20px;
  /* Space between logo and text */
  filter: drop-shadow(1px 1px 2px rgba(255, 224, 123, 0.116)) drop-shadow(3px 5px 2px rgba(58, 39, 23, 0.4));
}

@media (max-width: 768px) {
  .logo {
    height: min(300px, 35vh);
    /* Adjust the size as needed */
  }
  .logo2 {
    width: max(300px, 25vw);
    /* Adjust the size as needed */
  }
  
}

.skincare-card {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  border-radius: 0;
  box-shadow: var(--dark-shadow-color) 5px 5px 10px 0px;
}

.skincare-card p{
  font-size: 1.3em;
}



.container:nth-child(even) .skincare-card {
  flex-direction: row-reverse;
  /* Image on the left */
  background-color: #5b7056;
  background-color: var(--alternating-card-2-bg);
  color: var(--primary-light);
}

.container:nth-child(odd) .skincare-card {
  flex-direction: row;
  /* Image on the left */
  background-color: var(--alternating-card-1-bg);
  color: var(--primary-light);
}

.alternating-card {
  display: flex;
  align-items: center;
  border-radius: 0;
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right,transparent 25%, #51837e 50%, transparent 75%) 100% 1;
}

.alternating-card::after{
  
}

.border-bottom{

  border-bottom: 3px solid !important;
  border-image: linear-gradient(to right,transparent 25%, #51837e 50%, transparent 75%) 100% 1;

}

.faded-border-bottom {
  border-bottom: 3px solid;
  border-image: linear-gradient(to right,transparent 25%, #ffc916 50%, transparent 75%) 100% 1;
}
.full-border-bottom {
  border-bottom: 3px solid;
  border-image: linear-gradient(to right,transparent 1%, #51837e 50%, transparent 99%) 100% 1;
}

.injection-row{
  padding-top: 3em;
  padding-bottom: 3em;
  border-bottom: 1px #77918e solid;
  border-image: linear-gradient(to right,transparent 5%,#51837e 5%, #51837e 95%, transparent 95%) 100% 1;

  font-size: 1.2em;
  align-items: center;
}

.no-border{
  border: none !important;
}

.injection-row img{
  background-color: var(--bg-color);
}

.intro-text{
  background-color: white;
  padding: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.intro-text p{
  text-align: left;
  font-size: 1.5em;
}

.carousel-inner {
  background-color: var(--intro-box-bg);
  /* Set the height of the carousel */
}

.carousel-indicators{
  margin-bottom: -2rem;
}

.carousel-indicators button{
  text-indent: 0 !important;
  width: 150px !important;
  height: 2em;
}

.carousel-indicators button p{
  background-color: var(--secondary-dark);
  padding: 0.5em;
  color: var(--bg-color);
  opacity: 0.7;
}

.about-us-text{
  font-size: 1.5em;
}

/* Fixed, faded background image */
.fixed-faded-bg {
  position: fixed;
  top: 0;
  width: 60vw;
  margin-left: -30vw;
  left: 50%;
  z-index: -10;
  object-fit: cover;
  filter: blur(2px) opacity(0.2);
  pointer-events: none;
}

.skip-banner{
  margin-top: 10vh;
}

.container:nth-child(odd) .alternating-card {
  flex-direction: row;
  /* Image on the left */
  color: var(--secondary-dark);
}

.container:nth-child(even) .alternating-card {
  /* flex-direction: row-reverse; */
  /* Image on the left */
  color: var(--secondary-dark);
}

.alternating-card img {
  width: 768px;
  height: auto;
  border-radius: 0px;
  object-fit: cover;
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .alternating-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .nav-item .nav-link {
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  nav.navbar-scrolled .nav-link, .nav-link {
    color: var(--text-color) !important;
  }
  
}

.content{
  background-color: var(--intro-box-bg);
}

@media (max-width: 768px) {
  #content p{
    padding: 1em;
  }
  
}

.alternating-card>.col-md-6 {
  padding: 0;
}

.alternating-card .alternating-card-text {
  padding: 2em;
}

.alternating-card .content {
  width: 50%;
  padding: 20px;
  color: var(--primary-dark);
}

footer {
  margin-top: 4em;
}


.skincare-card img {
  width: 768px;
  border-radius: 0px;
  object-fit: cover;
  height: 400px;
  overflow: hidden;
}

.skincare-card>.col-md-6 {
  padding: 0;
}

.skincare-card .skincare-card-text {
  padding: 2em;
}

.skincare-card .content {
  width: 50%;
  padding: 20px;
  color: var(--primary-dark);
}

.navbar-nav .nav-link.active {
  color: goldenrod;
  font-weight: 600;
}

.card.injectable-card {
  background-color: var(--bg-color) !important;
  margin: 0;
  margin-bottom: 0;
}

.injectable-card-container {

  background-color: var(--bg-color);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 1em;
  box-shadow: none;
}

.injectable-card.card {
}

.injectable-card img{
  width: 100px;
  border: 20px solid var(--bg-secondary-color);
}

.addon-intro{
  padding-top: 50px;
}

table.table{
  background-color: var(--intro-box-bg);
}


.copyright {
  font-size: 0.8em;
  color: var(--bg-color);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
}

.staff-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.staff-card {
  color: var(--primary-dark);
  border-radius: 0px;
  margin-bottom: 20px;
}

.staff-card img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.staff-card.card{
  box-shadow: none;
}

.staff-card .card-body {
  text-align: center;
}

.staff-card .card-footer{
  background-color: var(--bg-color);
}

.accordion {
  background-color: var(--bg-color);
  border-radius: 20px;
  box-shadow: var(--dark-shadow-color) 1px 1px 10px 0px;
  padding: 1em;
  margin: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 2em;
  
}
.accordion .accordion-item {
  background-color: var(--bg-color);
  border: none;
  border-radius: 20px;
}

.accordion-body{
  min-height: 300px;
}

.accordion-body img.right{
  float: right;
  max-width: 250px;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
}

.footer-icon{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  text-decoration: none;
  color: var(--bg-color);
}

footer a{
  color: var(--bg-color);
  text-decoration: none;
  font-weight: bold;
}

.accordion .accordion-header, .accordion .accordion-button {
  background-color: white;
  color: var(--primary-dark);
  font-weight: bold;
  font-size: 1.0em;
}

/* blur animations */
.blur {
  filter: blur(5px);
  transition: filter 0.3s ease-in-out;

  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span.blur{
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}

span.blur:nth-child(1) {
  animation: fade-in 1.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span.blur:nth-child(2) {
  animation: fade-in 1.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span.blur:nth-child(3) {
  animation: fade-in 1.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

button.carousel-control-next{
  /* background-image: linear-gradient(to right, transparent, var(--primary-dark)); */
  opacity: 1;
  margin-right: -10vw;
}

button.carousel-control-prev{
  /* background-image: linear-gradient(to left, transparent, var(--primary-dark)); */
  opacity: 1;
  margin-left: -10vw;
}

.membership-banner.banner-mobile {
  display: none;
}

@media (max-width: 768px) {
  .membership-banner.banner-mobile {
    display: block;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
  
  .membership-banner.banner-desktop {
    display: none;
  }

  .membership-banner img {
    width: 100%;
    height: auto;
  }

  .container{
    padding: 0;
  }
  .carousel-indicators{
    margin-bottom: 0.5rem;
  }

  .col-md-6 {
    /* padding: 0 !important; */
  }

  .alternating-card .alternating-card-text {
    padding: 3em !important;
  }

  .injection-row .col-md-8{
    padding: 2em !important;
  }
}

.desktop-carousel {
  display: block;
}
.mobile-carousel {
  display: none;
}

.mobile-carousel .carousel{

}

@media (min-width: 576px) and (max-width: 768px) {
  .container, .container-sm{
    max-width: 100% !important;
  }
}


@media (max-width: 768px) {
  .desktop-carousel {
    display: none;
  }
  .mobile-carousel {
    display: block;

  }
  
}

.banner-link-desktop img, .banner-link-mobile img{
  border-radius: 20px;
}

.banner-link-desktop{
  display: flex;
}
.banner-link-mobile{
  display: none;
} 

.banner-link-mobile img{
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.page-banners .col-md-6{
  padding: 0.5em;
}




@media (max-width: 768px) {
  .banner-link-desktop {
    display: flex;
  }
  .banner-link-mobile {
    display: none;

  }

  
}

.desktop-section {
  display: block;
}
.mobile-section {
  display: none;
  padding: 0 !important;
}   

@media (max-width: 768px) {
  .desktop-section {
    display: none;
  }
  .mobile-section {
    display: block;

  }
  
}

.img-gradient-fade {
  position: relative;
  display: inline-block; /* or block, as needed */
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-gradient-fade img {
  display: block;
  width: 100%;
  height: auto;
}

.img-gradient-fade::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);
}

.two-column-flex {
  max-width: 1200px;
}

.two-column-flex > .column {
  flex: 1 1 0;
}



/* Responsive: stack columns on small screens */
@media (max-width: 768px) {
  .two-column-flex {
    flex-direction: column;
    gap: 1em;
  }

}

.healer-row{
  background-color: #549e8e;
  min-height: 600px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: -4em;
  padding:2em;
  color: white;
  
}
.healer-row h2 {
  color: var(--bg-color) !important;
  font-size: 4em;
  font-weight: bold;
  text-shadow: #016461 5px 5px 0px, goldenrod -5px -5px 0px;
}

.healer-row h4{
  line-height: 2em;
}

.flashy-text h2{
  font-size: 3.5em;
  color: goldenrod !important;
  font-weight: bold;
  margin-bottom: -10px;
}


.promo-row, .table-row{
  background-color: var(--primary-dark);
  min-height: 400px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  padding:2em;
  color: white;

}

.promo-row p{
  font-size: 1.1em;
}

.promo-row h2 {
  color: var(--bg-color) !important;
  font-size: 4em;
  font-weight: bold;
  text-shadow: #016461 5px 5px 0px, goldenrod -5px -5px 0px;
}

@media (max-width: 768px){
  .promo-row h2{
    font-size: 3em;
  }
}

.table-row h2 {
  color: rgb(253, 223, 148)!important;
  font-size: 4em;
  font-weight: bold;
  text-shadow: #016461 5px 5px 0px, rgb(76, 161, 136) -5px -5px 0px;
}



.fixed-width-col{
  max-width: 900px;
}

.promo-row h3{
  color: var(--bg-color) !important;
  font-size: 2em;
  font-weight: bold;
}

.promo-row h4{
  color: var(--bg-color) !important;
  font-size: 1.2em;
  text-align: left;
  
}

.book-row{
  background-color: var(--primary-dark);
  height: 500px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.book-row h2 {
  color: var(--bg-color) !important;
  font-size: 4em;
  font-weight: bold;
  text-shadow: #016461 5px 5px 0px, goldenrod -5px -5px 0px;
}

.book-row h3{
  color: var(--bg-color) !important;
  font-size: 2em;
  font-weight: bold;
}

.book-row h2 a{
  color: var(--bg-color) !important;
  text-decoration: none;
  font-weight: bold;
}

/* scroll animation */


@keyframes fadeInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  animation: 2.0s both fadeInUp;
}

.youtubeicon{
  /* filter: invert(20%) sepia(93%) saturate(1352%) hue-rotate(327deg) brightness(130%) contrast(119%); */

}
.instaicon{
  /* filter: invert(100%) sepia(93%) saturate(0%) hue-rotate(327deg) brightness(150%) contrast(119%); */

}
.yelpicon{
  /* filter: invert(30%) sepia(93%) saturate(1352%) hue-rotate(327deg) brightness(105%) contrast(119%); */

}