<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -ms-user-drag: none;
    pointer-events: none;
}

body, * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
        #fullpage {
        width: 100vw;
        height: 100vh;
        }
        .fp-watermark{
          display: none !important;
        }
        .hero-logo {
            cursor: pointer; 
            transition: transform 0.3s ease;
        }
        body {
            -webkit-user-select: none;  
            -moz-user-select: none;   
            -ms-user-select: none;    
            user-select: none;        
        }

/* Ensure slides stack on top of each other */
.fp-section {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.spa-henna-menu-img{
  width: 150px;
  height: 80px;
}

/* Fade animation for slides */
.fp-slide {
    transition: opacity 0.7s ease-in-out !important;
}

/* Hide inactive slides */
.fp-slide:not(.active) {
    opacity: 0 !important;
    visibility: hidden;
}

/* Show active slide */
.fp-slide.active {
    opacity: 1 !important;
    visibility: visible;
}
        .hero-logo:hover {
            transform: scale(1.05);  
        }

        .section,.content-section {
            width: 100vw;
            height: 100vh;
            overflow: none !important;
        }  
        .chakra-image {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }
        .overlay-image{
          transition: filter 0.3s ease-in-out;
        }

        .overlay-image:hover {
          filter: drop-shadow(0 0 5px #ffc400) drop-shadow(0 0 5px #f0ec00);
        }
        .overlay-image-inner{
          transition: filter 0.3s ease-in-out;
        }

        .overlay-image-inner:hover {
          filter: drop-shadow(0 0 5px #ffc400) drop-shadow(0 0 5px #f0ec00);
        }
   
.anbio-desc{
  font-size: 20px;
}
.buddha-5.blink {
    animation: blink 1s infinite !important;
}
  

@keyframes blink {
          0% { filter: drop-shadow(0 0 10px #ffc400) drop-shadow(0 0 10px #f0ec00);
           }
           25% { filter: drop-shadow(0 0 5px #ffc400) drop-shadow(0 0 5px #f0ec00); }
    50% { filter: none; }
    100% { filter: drop-shadow(0 0 10px #ffc400) drop-shadow(0 0 10px #f0ec00); }
}
        .buddha-5 { 
          height: 400px; 
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 1 !important;
          transition: opacity 1s ease-in-out; 
        }
        .buddha-4 { height: 350px; 
          position: absolute;
          top: 25px;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          transition: opacity 1s ease-in-out;}
        .buddha-3 { height: 300px; position: absolute;
          top: 50px;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          transition: opacity 1s ease-in-out;}
        .buddha-2 { height: 250px; 
          position: absolute;
          top: 70px;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          transition: opacity 1s ease-in-out;}
        .buddha-1 { height: 200px; 
          position: absolute;
          top: 100px;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          transition: opacity 1s ease-in-out;}

          .buddha-5,.buddha-4,.buddha-3,.buddha-2,.buddha-1 {
            filter: none;
        }
        .aroma-box {
  position: relative;
  background: #f9f9f9;
  padding: 15px;
   text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.home-icon-inner {
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
/* Highlighted effect */
.aroma-box.highlighted {
  background-color: #e0f7fa; /* Light cyan */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

}

.details {
  display: none !important;
  background: #fff;
  padding: 10px;
  text-align: left;
  margin-top: 10px;
   animation: fadeIn 0.3s ease-in-out;
}
.left-onboard{
  background-color: rgb(49 130 49);
  padding: 25px;
  border-radius: 20px;
}
.left-onboard p{
  color: white;
  font-size: 13px;
}

/* Show details only when highlighted */
.aroma-box.highlighted .details {
  display: block !important;
}
.hero-logo-home{
  pointer-events: auto;
}

.inner-head {
  position: relative;
  display: inline-block;
}

.inner-head::after {
  content: "";
  position: absolute;
  width: 50px; /* Adjust the circle size */
  height: 50px;
  background-color: rgb(237, 237, 2);
  border-radius: 50%;
  right: 0px; /* Position at the end */
  bottom: 10px; /* Adjust alignment */
  z-index: -1; /* Send it behind the text */
}


.buddha-1, .buddha-2, .buddha-3, .buddha-4, .buddha-5, a {
  pointer-events: auto !important;
}
 


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

        .buddha-5.active {
            filter: drop-shadow(0 0 5px #ffc400) drop-shadow(0 0 5px #f0ec00);
        }
        .buddha-4.active {
            filter: drop-shadow(0 0 5px #ffc400) drop-shadow(0 0 5px #f0ec00);
        }
        .buddha-3.active {
            filter: drop-shadow(0 0 5px #ffc400) drop-shadow(0 0 5px #f0ec00);
        }
        .buddha-2.active {
            filter: drop-shadow(0 0 5px #ffc400) drop-shadow(0 0 5px #f0ec00);
        }
        .buddha-1.active {
            filter: drop-shadow(0 0 5px #ffc400) drop-shadow(0 0 5px #f0ec00);
        }
        
        .overlay-image:nth-child(1) { animation: fadeIn 1s ease-in-out 1s forwards; }
        .overlay-image:nth-child(2) { animation: fadeIn 1s ease-in-out 2s forwards; }
        .overlay-image:nth-child(3) { animation: fadeIn 1s ease-in-out 3s forwards; }
        .overlay-image:nth-child(4) { animation: fadeIn 1s ease-in-out 4s forwards; }
        .overlay-image:nth-child(5) { animation: fadeIn 1s ease-in-out 5s forwards; }

        @keyframes fadeIn {
          from { opacity: 0; }
          to { opacity: 1; }
        }
        .overlay-image-inner:nth-child(1) { animation: fadeIn 1s ease-in-out 1s forwards; }
        .overlay-image-inner:nth-child(2) { animation: fadeIn 1s ease-in-out 2s forwards; }
        .overlay-image-inner:nth-child(3) { animation: fadeIn 1s ease-in-out 3s forwards; }
        .overlay-image-inner:nth-child(4) { animation: fadeIn 1s ease-in-out 4s forwards; }
        .overlay-image-inner:nth-child(5) { animation: fadeIn 1s ease-in-out 5s forwards; }

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

        @media (max-width: 500px) {
          .left-onboard p{
            color: white;
            font-size: 10px;
          }
        }
        @media (max-width: 1025px) {
          .left-onboard p{
            color: white;
            font-size: 12px;
          }
        }

        
    </pre></body></html>