@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url("https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&amp;family=Mulish:ital,wght@0,200..1000;1,200..1000&amp;display=swap");

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; */
}
:root {
  --theme-color1-rgb: 231, 163, 145;
  --bg-theme-color1: var(--theme-color1);
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color1: #e7a391;
  --theme-color2: #1c1a1d;

}
p{
  text-align: justify;
  font-weight: 400 !important;
  color: grey;
  /* margin-bottom: 35px !important; */
  margin-bottom: .5rem !important;
}
.text-justify{
  text-align: justify;
}
.text-primary {
  color: #efb43e !important;
}
.text-secondary {
  color: #edb345 !important;
}
.text-dark {
  color: #241c24 !important;
}

.bg-primary {
  background-color: #efb43e !important;
}
.bg-dark {
  background-color: #241c24 !important;
}

.fw-400{
  font-weight: 400 !important;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}
.social-link:hover a{
  color: white !important;
}

ul {
  list-style-type: square;
}

::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 130px;
}
.py-6 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.mt-6 {
  margin-top: 130px;
}
/* natural_spa_home style start */
.home-banner-img{
  height: 600px !important;
  object-fit: cover;
  filter: brightness(0.470);
}
.home-btn {
  background-color: #efb43e;
  border: 3px solid #efb43e;
  color: #000;
  padding: 9px 20px;
  border-radius: none !important;
  font-weight: 700;
  text-align: center;
  /* box-shadow: 0 4px 4px black !important; */
}
.home-btn:hover {
  background-color: #ffffff;
  border: 3px solid #efb43e;
  color: #efb43e !important;
  transition: all 0.7s ease;
}
.white .before-line::before, .white .before-line::after {
  display: inline-block;
  content: "";
  border-top: 2.5px solid #ffffff;
  width: 2rem;
  margin: -1rem 8px;
  transform: translateY(-1rem);
}
.before-line::before, .before-line::after {
  display: inline-block;
  content: "";
  border-top: 2.5px solid #efb43e;
  width: 2rem;
  margin: -1rem 8px;
  transform: translateY(-1rem);
}
.home .owl-dots .owl-dot {
  margin: 0px 5px;
}
.home .owl-dots .owl-dot button {
  background: #ffffff;
  border: none;
  padding: 10px 12px;
  border-radius: 50%;
  color: #efb43e;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.home .owl-dots {
  position: absolute;
  top: 39%;
  right: 12%;
}
.home .owl-dots .owl-dot button:focus {
  outline: none;
}
.home .owl-dots .owl-dot.active button {
  color: #000000;
  border: none;
  background: #efb43e;

}
  /* Animation for text appearing from bottom to top start*/
  .animated-text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .animated-text.active {
    opacity: 1;
    transform: translateY(0);
  }
   
    /* owl nav start */
    .service {
      position: relative;
    }
    
    .owl-theme .custom-nav {
      position: absolute;
      top: 43%;
      left: -72px;
      right: -71px;
    }
    
    .owl-theme .custom-nav .owl-prev,
    .owl-theme .custom-nav .owl-next {
      position: absolute;
      height: 50px;
      width: 50px;
      /* display: flex;
      align-items: center; */
      color: inherit;
      z-index: 100;
      background: #1E1E20;
      border: 1px solid #34343A;
      border-radius: 10px;
    }
    .owl-theme .custom-nav .owl-prev:hover,
    .owl-theme .custom-nav .owl-next:hover {
      background: #efb43e;
      border: 1px solid #efb43e;
    }
    
    .owl-theme .custom-nav .owl-prev i,
    .owl-theme .custom-nav .owl-next i {
      font-size: 30px;
      color: #ffffff;
    }

    
    .owl-theme .custom-nav .owl-prev {
      left: 0;
    }
    
    .owl-theme .custom-nav .owl-next {
      right: 0;
    }
    .home-banner-img.zoom-in {
      transform: scale(1);
      transition: transform 4s ease;
      will-change: transform;
    }
    
    .home-banner-img.zoom-in-active {
      transform: scale(1.1);
    }
    
  /* owl nav end */
 

.home-banner-blog {
  background-image: url(/embed/natural_spa_assets/images/home/banner/home1.png);
  /* min-height: 610px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  position: relative;
  background-size: cover;
  width: 100%;
  background-position: center;
  filter: brightness(#000000);
}
.about-banner-blog {
  background-image: url(/embed/natural_spa_assets/images/home/contact.jpg);
  /* min-height: 610px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  position: relative;
  background-size: cover;
  width: 100%;
  background-position: center;
  filter: brightness(#000000);
}

.fw-900 {
  font-weight: 900;
}
.home-banner-blog .content{
  color: white;
  text-align: center;
  position: absolute;
  top: 12% !important;
  left: 14%;

}
.about-banner-blog .content{
  color: white;
  text-align: center !important;

}

.about-banner-blog ul li{
  display: inline;
}
.about-banner-blog ul{
  padding-left: 0 ;
}
.fs-18 {
  font-size: 18px !important;
}

.home-filter {
  filter: drop-shadow(2px 2px 1px black);
}

.overflow-hidden{
  overflow: hidden !important;
}

.fw-900 {
  font-weight: 900 !important;
}


.fs-4rem {
  font-size: 4rem;
}

.mb-31px {
  margin-bottom: 31px !important;
}
.mb-16px {
  margin-bottom: 16px !important;
}


.fs-large {
  font-size: xxx-large;
}
.mb-90px {
  margin-bottom: 90px !important;
}
.mb-70px {
  margin-bottom: 70px !important;
}
.leaf-img {
  height: 150px;
  width: 150px !important;
  object-fit: contain;
}
@keyframes smoothSwing {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(3deg); }
  /* 50%  { transform: rotate(0deg); } */
  75%  { transform: rotate(-3deg); }
  /* 100% { transform: rotate(0deg); } */
}

.leaf-img.swing-animation {
  display: inline-block;
  animation: smoothSwing 3s ease-in-out infinite;
  transform-origin: top center; /* pivot point */
}
.about-leaf {
  position: absolute !important;
  right: 0;
  top: -180px;
}
.product-leaf {
  position: absolute !important;
  left: 0 !important;
  /* top: -250px; */
}
@keyframes moveDown {
  0% { transform: translateY(-15px); }
  50% { transform: translateY(15px); }
  100% { transform: translateY(-15px); }
}

.about-image-move-down {
  animation: moveDown 5s ease-in-out infinite;
}
.about-shadow {
  box-shadow: 0 5px 5px black !important;
}
.location-img {
  max-width: 100%;
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px ;

}
.location-card  {
  background-color: #f5f2ec;
  border-radius: 20px ;
}
.location-card .map-icon {
  background: #edb345;
  padding: 20px 25px;
  border: 2px solid #edb345;
  border-radius: 50%;
}
.location-card:hover .map-icon {
  background: #fce9c7;
  /* padding: 9px; */
  /* border: 2px solid #fce9c7; */
  transition: all 0.5s ease;
}
.map-absolute {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 0;
  background-color: #f5f2ec;
  border-radius: 0px 16px 0px 30px;
  padding: 20px;
}
.gellery-block .inner-box {
  position: relative;
  z-index: 1;
}
.gellery-block .inner-box img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}
.gellery-block .inner-box h3 {
  text-transform: uppercase;
  font-weight: bold;
}
.gellery-block .inner-box h3:hover {
  color: #edb345;
}
.gellery-block .inner-box .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 99%;
  height: 99%;
  background-color: #fffc;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%) scale(.8);
  transform: translate(-50%, -50%) scale(.8);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.gellery-block .inner-box .content i {
  font-size: 40px;
  color: var(--theme-color-black);
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.inner-box:hover .content {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
/* owl product start */
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
/* span {
    font-size: 70px;    
    position: relative;
    top: -5px;
} */
.owl-nav button:focus {
    outline: none;
}
/* owl producr end */
@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {

  .flex-direction {
    flex-direction: column-reverse;
  }
  .mobile-social-icon{
    display: flex;
    align-items: center;
  }
  
}

.pt-130 {
  padding-top: 130px;
}
.pb-130 {
  padding-bottom: 130px;
}
/* marqque start */

/* h1 {
  text-align: center;
  padding: 30px;
  font-size: 2rem;
  color: #222;
} */

.marquee-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
}

.marquee-track {
  display: flex;
  width: fit-content;
}

.marquee-left {
  animation: marquee-left 20s linear infinite;
  
}

marquee h1 {
  font-size: 7.5rem;
  font-family: "Literata", serif;
  font-size: 110px;
  line-height: 90px;
  font-weight: 300;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-text-stroke: 1px var(--theme-color2);
  color: transparent;
  padding-bottom: 30px;
}
/* marquee h1:hover {
  color: var(--theme-color2);
} */

.scroll-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-right: 30px;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scroll-card img {
  width: 100%;
  border-radius: 8px;
}
.marquee-img {
  max-width: 100%;
  height: 120px;
}
/* .scroll-card:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
} */

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Pause on hover */
.marquee-container:hover .marquee-left,
.marquee-container:hover .marquee-right {
  animation-play-state: paused;
}
/* marqque end */
/* why us icon hover stop */
.service-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service-section .shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .service-section .shape1 {
    display: none;
  }
}
.service-section .shape2 {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .service-section .shape2 {
    display: none;
  }
}
.section-header .sub-title, .section-header__flex .sub-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: capitalize;
  color: var(--text-color);
}
.service-block .inner-box {
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-block .inner-box .icon-box {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
}
.service-block .inner-box .icon-box .icon-bg {
  width: 167px;
  height: 147px;
  line-height: 147px;
  fill: var(--theme-color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-block .inner-box .icon-box .icon-bg g {
  fill: inherit;
}
.service-block .inner-box .icon-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  font-size: 50px;
  color: var(--theme-color1);
}
.service-block .inner-box .icon-box .icon-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  width: 100px;
  height: 110px;
  opacity: 0.2;
  font-size: 100px;
  color: rgab(var(--theme-color1-rgb), 0.3);
}
.service-block .inner-box .title {
  margin: 15px 0;
}
.service-block .inner-box .title a:hover {
  color: var(--theme-color1);
}
.service-block .inner-box:hover .icon-box .icon-bg {
  fill: var(--theme-color1);
}
.service-block .inner-box:hover .icon-box .icon {
  color: var(--theme-color-white);
}
.service-block .inner-box:hover .icon-box .icon path {
  fill: var(--theme-color-white);
}
.service-block .inner-box:hover .icon-box .icon-shadow {
  color: var(--theme-color-white);
}
.service-block .inner-box:hover .icon-box .icon-shadow path {
  fill: var(--theme-color-white);
}

@keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.sway__animation {
  -webkit-animation: sway 3s linear infinite alternate;
          animation: sway 3s linear infinite alternate;
}
@keyframes arryUpDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.animation__arryUpDown {
  -webkit-animation: arryUpDown 2s ease infinite alternate;
          animation: arryUpDown 2s ease infinite alternate;
}
.about-img {
  max-width: 100%;
  height: 600px;
  border-radius: 18px;
}

.service-section-three {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service-section-three .service-arry-prev-three {
  position: absolute;
  top: 60%;
  left: 50px;
  font-size: 40px;
  color: var(--text-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.service-section-three .service-arry-prev-three:hover {
  color: var(--theme-color2);
}
@media (max-width: 991px) {
  .service-section-three .service-arry-prev-three {
    display: none;
  }
}
.service-section-three .service-arry-next-three {
  position: absolute;
  top: 60%;
  right: 50px;
  font-size: 40px;
  color: var(--text-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.service-section-three .service-arry-next-three:hover {
  color: var(--theme-color2);
}
@media (max-width: 991px) {
  .service-section-three .service-arry-next-three {
    display: none;
  }
}
.service-section-three:hover .service-arry-next-three {
  opacity: 1;
  visibility: visible;
  right: 60px;
}
.service-section-three:hover .service-arry-prev-three {
  opacity: 1;
  visibility: visible;
  left: 60px;
}
.service-section-three .shape1 {
  position: absolute;
  top: 150px;
  left: 45px;
  z-index: -1;
}
.service-section-three .shape2 {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: -1;
}
@media (max-width: 991px) {
  .service-section-three .shape2 {
    display: none;
  }
}

.service-slider-three {
  padding-bottom: 35px;
}

.service-block-three .inner-box {
  padding: 30px;
  padding-bottom: 40px;
  background-color: var(--theme-color-gray);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.service-block-three .inner-box .image-box {
  position: relative;
  z-index: 1;
}
.service-block-three .inner-box .image-box .image {
  border-radius: 30px;
  overflow: hidden;
  -webkit-mask-image: url(../images/service/service-two-image-masking.png);
          mask-image: url(../images/service/service-two-image-masking.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
          mask-position: top right;
}
.service-block-three .inner-box .image-box .icon {
  width: 85px;
  height: 85px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 5px solid var(--theme-color-gray);
  background-color: var(--theme-color1);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.service-block-three .inner-box .image-box .icon svg {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.service-block-three .inner-box .content {
  max-width: 290px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.service-block-three .inner-box .content .title {
  margin-bottom: 10px;
}
.service-block-three .inner-box .content .title a:hover {
  color: var(--theme-color1);
}
.service-block-three .inner-box .inner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service-block-three .inner-box .arry-icon {
  width: 55px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--theme-color2);
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.service-block-three .inner-box .arry-icon:hover {
  background-color: var(--theme-color1);
}
.service-block-three .inner-box:hover .icon {
  background-color: var(--theme-color2);
}
.service-block-three .inner-box:hover .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service-block-three .inner-box:hover .arry-icon {
  opacity: 1;
  visibility: visible;
  bottom: -35px;
}
@media (max-width: 528px) {

  .about-img {
    height: auto;
  }
.fs-large {
  font-size: xx-large;
}
 
.fs-4rem {
  font-size: 3.2rem;
}
.home-banner-blog .content{
  left: 0%;
}
.home .owl-dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  top: auto;
  right: auto;
  transform: translate(-50%, -50%);
  display: flex;
}
.owl-theme .custom-nav {
  position: absolute;
  top: auto;
  left: 0px;
  right: 0px;
}
.home .owl-dots .owl-dot.active button {
padding: 12px;

}
.home-banner-img{
  height: 670px !important;
  object-fit: cover;
  filter: brightness(0.470);
}
.before-line::before, .before-line::after {
  width: 19px;
}
.home .owl-dots .owl-dot button {
  font-size: 0;
}
.home .owl-dots .owl-dot button {
  padding: 7px;
}
.pt-130 {
  padding-top: 90px;
}
.pb-130 {
  padding-bottom: 90px;
}
marquee h1 {
  font-size: 3.5rem;
}
.marquee-img {
  max-width: 100%;
  height: 80px;
}
}

