@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css?family=Tangerine");

* {
  --primary-color: #045D5D;
  --secondary-color: #007C80;
  /* --secondary-color: #cb6ce6; */
  --primary-bg-color: linear-gradient(45deg, var(--primary-color) 0%, #045D5D 100%);
  --black-color: #000;
  --font-family: 'Tangerine', 'handwriting';
}
.logo {
  width: 165px;
  height: 59px;
  text-decoration: none;
}
.logo h2 .text {
  font-family: Roboto;
  font-weight: 700;
  color: #007C80;
  text-shadow: 1px 1px 12px #fff;
}
/* .logo {
  width: 1px;
  height: 59px;
} */

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.navbar {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  /* border-bottom: 2px dashed var(--primary-color); */
  /* padding-top: 0rem !important;
  padding-bottom: 0rem !important; */
  padding: 15px 19px;
}

.nav-item {
  padding: 0px 5px;
}

.nav-link.active {
  background: var(--primary-bg-color) !important;
  color: #fff !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-bottom: 2px solid #fff;
  border-radius: 10px 10px 10px 1px;
  text-align: center;
  /* padding: 5px 10px; */
  text-shadow: 1px 1px 10px #fefefe23;
}

.nav-link {
  font-size: 18px;
  font-weight: 600;
  font-family: arno pro;
  color: var(--primary-color) !important;
}

.nav-link:hover {
  background: #007c803a;
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #fff;
  transition: all 0.2s ease-out;
}

.nav-link:hover::before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}

.nav-link::before {
  content: '';
  display: block;
  width: 0px;
  height: 10%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.navbar-default{
  transition:500ms ease;
  background: #ffffffc9;
}
.navbar-default.scrolled{
  background: #fff;
  color: #000;
}
/* .navbar-default.scrolled .logo h2 .text {
  color: #000;
} */

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #fff !important;
  text-decoration: none;
  background-color: #007C80 !important;
  font-weight: 600;
  border-radius: 15px;
}

.carousel-inner {
  max-height: 545px;
}

.carousel-inner img {
  max-height: 545px;
  object-fit: cover;
}

.carousel__caption {
  position: absolute;
  top: 30%;
  /* right: 15%; */
  /* bottom: 1.25rem !important; */
  left: 10% !important;
  /* padding-top: 1.25rem !important; */
  /* padding-bottom: 1.25rem; */
  color: #fff;
  text-align: center !important;
}

.carousel__caption h2 {
  font-family: var(--font-family);
  font-weight: 800;
  color: var(--primary-color);
  font-size: 31px;
  border-radius: 30px;
  background: #ffffffec;
  padding: 7px 20px;
  width: 425px;
  text-align: center;
  margin: 0 auto;
}

.carousel__caption p {
  font-size: 36px;
  font-weight: 700;
  font-family: arno pro;
  color: var(--black-color);
  text-shadow: 1px 1px 10px #fff;
}

/* CSS */
.read__more__btn {
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgba(0, 0, 0, 0.3) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  /* background-color: #7F00FF; */
  background-color: var(--secondary-color);
  /* background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%); */
  transition: all 150ms ease-in-out;
  text-decoration: none;
  border: 1px solid #fff;
  animation: bounce 2s ease infinite;
}

@keyframes bounce {
  70% { transform:translateY(0%); }
  80% { transform:translateY(-15%); }
  90% { transform:translateY(0%); }
  95% { transform:translateY(-7%); }
  97% { transform:translateY(0%); }
  99% { transform:translateY(-3%); }
  100% { transform:translateY(0); }
}

.read__more__btn:hover {
  filter: brightness(1.05);
  background-color: #7F00FF;
  color: #fff;
}

/* .read__more__btn:active {
  transform: scale(.95);
} */

.section__subtitle p {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: var(--font-family);
  color: var(--secondary-color);
}

.section__title {
  text-transform: capitalize;
  font-family: arnp pro;
  font-weight: 700;
}

.content p {
  text-align: justify;
  /* font-size: 22px; */
  line-height: 1.5;
  font-size: 17px;
  font-family: arno pro;
  color: #000 !important;
}

.about__us__image {
  position: relative;
  margin-bottom: 20px;
}

/* .about__us__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
} */
.about__us__image .image__1 {
  width: 450px;
  height: 465px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
}

.about__us__image .image__1 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
}

.about__us__image .image__2 {
  width: 230px;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  right: 20px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
}

.about__us__image .image__2 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
}

.about__us__image .rounde__text {
  font-size: 44px;
  font-weight: 700;
  background: var(--primary-bg-color);
  color: #fff;
  padding: 20px;
  text-align: center;
  max-width: 220px;
  position: absolute;
  right: 255px;
  bottom: -65px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  box-sizing: border-box;
  animation: rotate 4s linear infinite;
}

/* .about__us__image .rounde__text::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  border: 3px dashed #fff;
  animation: rotate 7s linear infinite;
} */

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.about__us__image .rounde__text span {
  font-size: 24px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}

.about__us__image::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 31px solid var(--secondary-color);
  top: 30px;
  right: 20px;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  z-index: -1;
  animation: bounce-in 2s ease infinite;
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}

@media (min-width: 320px) and (max-width: 768px) {
  .about__us__image .image__1 {
    width: 300px;
    height: 310px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .image__1 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .about__us__image .image__2 {
    width: 180px;
    height: 210px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: 2px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .image__2 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .about__us__image .rounde__text {
    font-size: 44px;
    font-weight: 700;
    background: var(--primary-bg-color);
    color: #fff;
    padding: 20px;
    text-align: center;
    max-width: 220px;
    position: absolute;
    right: 210px;
    bottom: -65px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .rounde__text span {
    font-size: 24px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
  }

  .about__us__image::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 31px solid var(--secondary-color);
    top: -1px;
    right: -1px;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    z-index: -1;
  }

}

@media (min-width: 800px) and (max-width: 884px) {
  .about__us__image .image__1 {
    width: 300px;
    height: 428px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .image__1 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .about__us__image .image__2 {
    width: 180px;
    height: 210px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: 2px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .image__2 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .about__us__image .rounde__text {
    font-size: 44px;
    font-weight: 700;
    background: #007C80;
    color: #fff;
    padding: 20px;
    text-align: center;
    max-width: 220px;
    position: absolute;
    right: 210px;
    bottom: -65px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .rounde__text span {
    font-size: 24px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
  }

  .about__us__image::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 31px solid var(--secondary-color);
    top: -1px;
    right: -1px;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    z-index: -1;
  }

}

.gateway__abouts {
  background-image: url('../images/about/5.jpg');
  background-size: initial;
  background-position: right bottom -18px;
  z-index: 2;
  background-repeat: no-repeat;
}

.aboout__readmore a {
  --color: #560bad;
  font-family: inherit;
  display: inline-block;
  width: 8em;
  height: 2.8em;
  line-height: 2.5em;
  margin: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid #007C80;
  transition: color .5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px 0px 6px 0px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: var(--primary-bg-color);
}

.aboout__readmore a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.aboout__readmore a:hover svg {
  color: #045D5D;
  fill: #045D5D;
}

.aboout__readmore a:before {
  top: 100%;
  left: 100%;
  transition: all .7s;
}

.aboout__readmore a:hover:before {
  top: -30px;
  left: -30px;
}

.aboout__readmore a:active:before {
  background: #3a0ca3;
  transition: background 0s;
}

.sections__title {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.sections__title .sub__title {
  font-size: 32px;
  font-weight: bold;
  font-family: var(--font-family);
  color: #007C80;
  font-weight: 700;
  /* text-shadow: 1px 1px 10px #fff; */
}

.icons__border {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 0px;
  height: 40px;
  width: 40px;
  color: #cb6de6;
  margin: 5px 65px 25px;
  text-align: center;
  top: -14px;
}

.icons__border::before {
  position: absolute;
  right: 100%;
  content: "";
  height: 0;
  top: 12px;
  width: 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 65px solid #007C80;
}

.icons__border::after {
  position: absolute;
  left: 100%;
  top: 12px;
  content: "";
  height: 0;
  width: 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 65px solid #007C80;
}

.sections__title .main__title {
  text-transform: uppercase;
  font-family: arno pro;
  font-weight: bold;
  position: relative;
  top: -14px;
  color: #fff;
}

/* .categories__card {
    padding-top: 50px;
 }
 .main__categories__card  {
        width: 250px;
        height: 190px;
        background: red;
        position: relative;
        margin: 0 auto;
      }
      .main__categories__card ::before {
        content: "";
        position: absolute;
        top: -54px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 125px solid transparent;
        border-right: 125px solid transparent;
        border-bottom: 55px solid red;
      }
      .main__categories__card ::after {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 125px solid transparent;
        border-right: 125px solid transparent;
        border-top: 50px solid red;
      }
     */
.categories__card {
  position: relative;
  padding-top: 40px;
  margin-top: 25px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  box-sizing: border-box;
}

.categories__card span {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: var(--secondary-color);
  border-radius: 20px 0px 20px 0px;
  padding: 20px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -webkit-transform: translateX(-50%);
  -webkit-border-radius: 20px 0px 20px 0px;
  box-sizing: border-box;
  border: 2px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.categories__card span img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  vertical-align: middle;
}

.main__categories__card {
  background: url('../images/category/main.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 290px;
  height: 360px;
  padding: 0px 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.main__categories__card h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
}

.main__categories__card p {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  color: #fff;
}

.main__categories__card:hover {
  background: url('../images/category/back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 290px;
  height: 360px;
  padding: 0px 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  /* position: absolute;
    content: "";
    background: url('../images/category/back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    box-sizing: border-box; */
}

/* .categories__card:hover .main__categories__card {
    background: transparent;
} */

.categories__card:hover span {
  background: var(--black-color);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
}

.services__cards {
  position: relative;
  margin-top: 25px;
  height: 610px;
  width: 96%;
  box-sizing: border-box;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.services__cards__img {
  height: 370px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 15px;
}

.services__cards__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services__cards__img a {
  position: absolute;
  top: 190px;
  left: 25px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  fill: #fff;
  background: #cb6de6;
  border-radius: 10%;
  z-index: 1;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -webkit-border-radius: 10%;
  display: inline-block;
  text-decoration: none;
}

.services__cards:hover .services__cards__img a {
  color: #560bad;
  background: #fff;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
}

.services__cards:hover .services__cards__img::after {
  color: #560bad;
  background: #fff;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
}

.services__cards:hover .services__card__text {
  background: #007C80;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
}

/* .services__card__text::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 220px;
  background: #cb6de6;
  bottom: -120px;
  left: 32px;
  transform: rotate(187deg);
  transition: all linear .3s;
  -webkit-transform: rotate(187deg);
  -webkit-transition: all linear .3s;
  box-sizing: border-box;
  z-index: 10;

} */

.services__card__text {
  background: var(--primary-bg-color);
  padding: 70px 20px 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%, 0 52%, 0% 0%);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  box-sizing: border-box;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.services__card__text .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  text-decoration: none;
}

.services__card__text .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  font-size: 16px;
  font-weight: 500;
  margin: 10px;
  color: #fff;
}

.services__card__text .btn__area a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  background: #007C80;
  font-weight: 500;
  width: 120px;
  border-radius: 10px 0px 10px 0px;
}
.spa__prices {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: roboto;
  font-weight: 700;
  letter-spacing: 1px;
}
.spa__book__button a {
  position: relative;
  background: #ffffff;
  color: #045D5D;
  padding: 15px;
  margin: 10px auto;
  border-radius: 10px;
  width: 150px;
  height: 40px;
  font-weight: 600;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-decoration: none;
}

.tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.spa__book__button a:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

svg:hover span,
svg:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.spa__book__button a:hover,
.spa__book__button a:hover .tooltip,
.spa__book__button a:hover .tooltip::before {
  background: var(--primary-bg-color);
  color: #ffffff;
}

.our__categories__back {
  background: url('../images/spa/gateway.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.view__mores__button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: var(--secondary-color);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  width: 200px;
  margin: 0 auto;
  text-decoration: none;
}

.icons__symbol {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.view__mores__button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.view__mores__button:hover .icons__symbol {
  transform: translate(4px);
}

.view__mores__button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.view__mores__button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}



.count {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.counter-wrapper {
  background: #333;
  background-image: url('../images/spa/spa-counter.jpg');
  background: cover;
  background-position: center center;
  padding: 15px;
  position: relative;
}

.counter__icon {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto;
}

.counter__icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.counter-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}

.counter-inner {
  position: relative;
  z-index: 2;
}

.counter__background {
  background: var(--secondary-color);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #fff 0px -5px 0px inset;
  border-radius: 50px;
}

.count-icon {
  font-size: 48px;
}

.video__buttons {
  display: flex;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: linear-gradient(30deg, #007C80 20%, #fefefe 80%);
  border: 2px solid #000;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
  animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
  align-items: center;
  border: 0;
  position: relative;
  top: -21px;
}

.video__buttons:is(:hover, :focus) {
  transform: scale(1.2);
}

@keyframes pulse {
  100% {
    box-shadow: 0 0 0 45px rgba(193, 244, 246, 0);
  }
}

.why__choose__img img {
  border-radius: 20px;
}

.why__choose__img span {
  position: relative;
  top: -270px;
  left: 65px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.why__choose__img span::after {
  position: absolute;
  content: "";
  width: 165px;
  height: 55px;
  background: linear-gradient(30deg, #045D5D 20%, #ececec 80%);
  top: 0px;
  left: -109px;
  z-index: -1;
  border-radius: 0px 30px 30px 0px;
  -webkit-border-radius: 0px 30px 30px 0px;
}

.why__choose__img span::before {
  position: relative;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 45px solid #007C80;
  border-left: 45px solid transparent;
  top: -66px;
  left: -109px;
  transform: rotate(-270deg);
  z-index: -2;
}

.why__bottom__img {
  position: relative;
  top: -41px;
  border-radius: 20px;
  gap: 20px;
  padding-top: 10px;
  /* width: 200px;
    height: 200px; */
}

.why__bottom__img img {
  border-radius: 20px;
  /* width: 100%;
    height: 100%;
    object-fit: cover; */
}

.why__choose__content .sub__title {
  font-family: var(--font-family);
  font-size: 31px;
  font-weight: bold;
  color: #045D5D;
}

.why__choose__content h2 {
  font-family: arno pro;
  font-weight: 600;
}

.start__main__content p {
  font-family: arno pro;
  font-size: 18px;
}

/* start team member here */
.gateway__team {
  padding: 15px 30px;
  background: var(--primary-bg-color);
  overflow: hidden;
  transition: all linear .5s;
  /* margin-top: 25px; */
  -webkit-transition: all linear .5s;
  /* box-shadow: rgba(0, 0, 0, 0.096) 0px 2px 4px, rgba(0, 0, 0, 0.13) 0px 7px 13px -3px, rgba(0, 0, 0, 0.116) 0px -3px 0px inset; */
  border-radius: 20px 0px 20px 0px;
  border-bottom: 4px solid #cb6de6;
}

.gateway__team__image {
  height: 320px;
  position: relative;
  z-index: 1;
}

.gateway__team__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.gateway__team__image::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 260px;
  background: #fff;
  bottom: 0;
  left: -50px;
  z-index: -1;
}

.gateway__team__image ul {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all linear .5s;
  -webkit-transition: all linear .5s;
  list-style: none;
}

.gateway__team__image ul li a {
  width: 200px;
  height: 200px;
  line-height: 52px;
  text-align: center;
  background: #004aad;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  /* margin: 4px 0px; */
  padding: 8px;
  color: #fff;
  font-size: 15px;
  transition: all linear .5s;
  -webkit-transition: all linear .5s;

}

.gateway__team__image ul li a:hover {
  background: #cb6de6;
  color: #fff;
}

.gateway__team__text {
  text-align: center;
  padding: 20px 0px 10px 0px;
}

.gateway__team__text h3 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  font-family: arno pro;
  text-shadow: 1px 1px 10px #2a2a2a;
}

.gateway__team__text p {
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 10px #2a2a2a;
  font-weight: 500;
}

.gateway__team:hover ul {
  right: 20px;
  opacity: 1;
}

.gateway__team:hover {
  background: #cb6de6;
  transition: all linear .5s;
  /* margin-top: 25px; */
  -webkit-transition: all linear .5s;
}

.testimonials__content {
  height: 10vh;
}


.gateway-callbtn {
  font-family: inherit;
  font-size: 20px;
  background: var(--primary-bg-color);
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.gateway-callbtn span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.gateway-callbtn svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.gateway-callbtn:hover {
  background: var(--secondary-color);
  color: #fff;
}

.gateway-callbtn:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.gateway-callbtn:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
  color: #fff;
}

.gateway-callbtn:hover span {
  transform: translateX(5em);
}

.gateway-callbtn:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

.gateway-call-background {
  background: url('../images/spa/spa-breadcrumb-call.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 20px;
}

.gateway-breadcrumb-content {
  text-align: center;
  padding: 10px;
  width: 425px;
  color: #fff;
  background: #2a2a2a81;
  text-transform: capitalize;
}

/* .wrapper{
    padding: 70px 0;
    overflow-x: hidden;
  } */


/* .my-slider{
    padding: 0 70px;
  } */
/* .slick-initialized .slick-slide{
    background-color: #b32532;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
  padding: 7px;
}

.slick-prev {
  left: 15px;
  background-color: #000;
}

/* .slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
  } */
.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '→';
  color: #fff !important;
  background: #004aad;
  border-radius: 30px;
}

.slick-prev:before {
  content: '←';
  /* color: #3a0ca3 !important; */
  color: #fff !important;
  background: #004aad;
  border-radius: 30px;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  /* opacity: .75; */
  font-size: 21px;
  color: #fff;
  padding: 7px;
}

/* footer area */

/* FOOTER START */
.footer__area {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: #002633;
}

.footer__subscribe {
  background: var(--secondary-color);
  padding: 10px 50px;
  border-radius: 10px;
  position: relative;
  top: -40px;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 10px;
}

.footer__subcribe__content h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
}

.footer__subcribe__content p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer__subscribe__form {
  height: 100%;
  display: flex;
  align-items: center;
}

.footer__subscribe__form form {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 30px;
}

.footer__subscribe__form input {
  padding: 10px 20px;
  border-color: #fff;
}

.footer__subscribe__form button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 2px 20px;
  -webkit-transform: translateY(-50%);
  border-radius: 20px;
  border: 2px dashed #fff;
  background: var(--primary-bg-color);
  color: #fff;
}

.footer__area__logo .logos {
  text-decoration: none;
  max-width: 250px;
}
.footer__area__logo .logos h2 .text {
  /* font-size: 25px; */
  font-family: roboto;
  font-weight: 700;
  color: #fff;
}

.footer__area__logo .logos img {
  border-radius: 15px;
}

.footer__area__logo p {
  color: #fff;
  text-align: justify;
  margin: 30px 0px;
  font-family: arno pro;
  letter-spacing: 1px;
}

.footer__area__logo .social__media {
  display: flex;
  gap: 10px;
}

.footer__area__logo ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /* background: #fff; */
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 10px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -webkit-border-radius: 50%;
  text-decoration: none;
}

.footer__area__logo ul li a:hover {
  color: #007C80;
  background: #fff;
  padding: 5px;
}

.footer__quick__link h4 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  /* text-align: center; */
  text-transform: capitalize;
  position: relative;
  margin-bottom: 45px;
}

.footer__quick__link ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  margin-top: 15px;
  position: relative;
  padding-left: 15px;
  transition: all linear .5s;
  -webkit-transition: all linear .5s;
  text-decoration: none;
}

.footer__quick__link ul li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 0;
}

.footer__quick__link p {
  margin-top: 15px;
  position: relative;
  /* padding-left: 50px; */
  padding-top: 10px;
}

.footer__quick__link p a {
  font-size: 16px;
  font-weight: 400;
  /* text-transform: capitalize; */
  color: #fff;
  /* margin-top: 35px; */
  position: relative;
  padding-left: 50px;
  /* padding-top: 10px; */
  text-decoration: none;
  line-height: 1.9;
  display: flex;
  gap: 15px;
}

.footer__quick__link p a svg {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  background: #fff;
  padding: 5px;
  color: #007C80;
  border-radius: 10px;
  font-size: 16px;
  transition: all linear .5s;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: all linear .5s;
  -webkit-border-radius: 10px;
}

.footer__quick__link ul li a:hover {
  color: #007C80;
}

.footer hr {
  border: 1px solid var(--colorWhite);
  margin: 0;
}

.footer_copyright {
  padding: 2px 0px;
  margin-top: 20px;
}

.footer_copyright p {
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}


.footer_copyright p a {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  cursor: pointer;
}

/* .footer_copyright p a:hover {
  color: var(--colorPrimary);
} */


/* end footer area */

.dropdown_menu {
  /* height: 60vh; */
}

::-webkit-scrollbar {
  width: 6px;
  color: #045D5D;
}

::-webkit-scrollbar-track {
  background: #d4d4d4;
}

::-webkit-scrollbar-thumb {
  background: #045D5D;
  color: #045D5D;
  border-radius: 10px;
}

#myBtn {
  height: 40px;
  width: 40px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #007C80;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50px;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  transition: all ease-in-out .4s;

}

@-webkit-keyframes blinker {
  from {
    opacity: 0.0;
  }

  to {
    opacity: 1.0;
  }
}

#myBtn:hover {
  background-color: #555;
  transform: scale(1.2);
  transition: all ease-in-out .4s;
}

.books__button {
  position: fixed;
  right: -36px;
  top: 48%;
  transform: rotate(-90deg);
}

.book__button {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  padding: 6px 7px;
  color: white;
  background: linear-gradient(144deg, #045D5D, #007C80 50%, #0a0707d8);
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em rgba(59, 48, 78, 0.527);
  letter-spacing: 0.05em;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  text-decoration: none;
  transform: rotate(360deg);
  justify-content: end;
  align-items: end;
  animation: gelatine 3s infinite;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.book__button svg {
  margin-right: 8px;
  width: 25px;
}

.book__button:hover {
  box-shadow: 0 0.5em 1.5em -0.5em #007C80;
  border-top-left-radius: 40px;
  background: linear-gradient(144deg, #fff, #007C80 50%, #002633);
  border-bottom-right-radius: 40px;
  color: #fff;
}

.book__button:active {
  box-shadow: 0 0.3em 1em -0.5em #007C80;
}

.book__button::before {
  content: "";
  width: 4px;
  height: 40%;
  background-color: white;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
  transition: all 0.2s;
}

.book__button::after {
  content: "";
  width: 4px;
  height: 40%;
  background-color: white;
  position: absolute;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
  transition: all 0.2s;
}

.book__button:hover::before,
.book__button:hover::after {
  height: 60%;
  background-color: #045D5D;
}

.book__button:hover::before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  transform: translate(5px, -15px) rotate(45deg);
  background-color: #045D5D;
}

.book__button:hover::after {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  transform: translate(-5px, 15px) rotate(45deg);
  background-color: #045D5D;
}


.call__button {
  position: fixed;
  right: -38px;
  top: 66%;
  transform: rotate(-90deg);
}

.call__button a {
  background: var(--primary-bg-color);
  text-decoration: none;
  padding: 8px 7px;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  transform: rotate(90deg);
  justify-content: end;
  align-items: end;
}

.call__button a .blinks {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 0
  }

  49% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.call__button_help {
  position: fixed;
  right: -50px;
  top: 30%;
  transform: rotate(-90deg);
  z-index: 200;
}

.call__button_help a {
  background: #560bad;
  text-decoration: none;
  padding: 7px 5px;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  transform: rotate(90deg);
  justify-content: end;
  align-items: end;
  z-index: 200;
}

.call__button_help a .blinks {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 0
  }

  49% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.whatsapp__buttons {
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #25D366;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
  text-decoration: blink;
  /* -webkit-animation-name: blinkers;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
  transition: all ease-in-out .4s; */

}

.whatsapp__buttons a svg {
  text-align: center;
  display: block;
  margin: 0px auto;
  color: white;
  fill: #fff;
}

@-webkit-keyframes blinkers {
  from {
    opacity: 0.0;
  }

  to {
    opacity: 1.0;
  }
}

.breadcrumb__background {
  background: url('../images/about/breadcrumb.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0px;
  padding: 50px 0px;
}

.breadcrumb-content {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 50px;
}

.breadcrumb-content h2 {
  color: #007C80;
  font-weight: 600;
  text-shadow: 1px 1px 3px #fff;
  font-size: clamp(30px, 4vw, 60px)
}

.breadcrumb-bottom {
  margin-top: -40px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.breadcrumb-bottom span a {
  margin-top: -40px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.abouts__us__image {
  width: 400px;
  height: 400px;
}

.abouts__us__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.gateway-contents p {
  text-align: justify;
  /* font-size: 22px; */
  line-height: 1.5;
  font-size: 17px;
  font-family: arno pro;
  color: #000 !important;
}

.contact-step-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-step-points .options {
  display: flex;
  gap: 30px;
}

.contact-step-points .options .icons {
  width: 55px;
  height: 55px;
  background: var(--primary-bg-color);
  border-radius: 50%;
  width: calc(100% - 85%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.contact-step-points .options .icons svg {
  display: block;
  margin: 15px auto;
  color: #fff;
}

.contact-step-points .options .contents {
  display: flex;
  flex-direction: column;
}

.contact-step-points .options .contents p {
  font-weight: 700;
  font-size: 18px;
  font-family: arno pro;
}

.contact-step-points .options .contents .text {
  font-weight: 500;
  font-size: 16px;
}

.contact-step-points .options2 {
  display: flex;
  gap: 30px;
}

.contact-step-points .options2 .icons {
  width: 170px;
  height: 55px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background: var(--primary-bg-color);
  border-radius: 50%;
  /* width: calc(100% - 85%); */
}

.contact-step-points .options2 .icons svg {
  display: block;
  margin: 15px auto;
  color: #fff;
}

.contact-step-points .options2 .contents {
  display: flex;
  flex-direction: column;
}

.contact-step-points .options2 .contents p {
  font-weight: 700;
  font-size: 18px;
  font-family: arno pro;
}

.contact-step-points .options2 .contents .text {
  font-weight: 500;
  font-size: 16px;
}


.contact-header-title {
  text-align: center;
  font-family: arno pro;
}

/* .footer__address__tab {
  display: flex;
} */

.get-in-touch-form label {
  font-weight: 600;
  font-family: arno pro;
}

.get-in-touch-form input {
  font-family: arno pro;
  padding: 12px 0px;
  text-indent: 14px;
}

.get-in-touch-form select {
  font-family: arno pro;
  padding: 12px 0px;
  text-indent: 14px;
}

.get-in-touch-form select option {
  padding: 15px 0px;
  background: #7F00FF;
  color: #fff;
}

.get-in-touch-form input {
  font-family: arno pro;
  padding: 12px 0px;
  text-indent: 14px;
}

.get-in-touch-form .form-control:focus {
  border-color: #004aad;
  box-shadow: #cb6de6 0px 2px 4px 0px, #cb6de6 0px 2px 16px 0px;
}

.submit__button button {
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid rgb(61, 106, 255);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  background: var(--primary-bg-color);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: arno pro;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.submit__button button:hover {
  background: #cb6de6;
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.submit__button button:hover::before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}

.submit__button button::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.submit__button button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}


.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}

/* service area */

.services-images-area {
  position: relative;
  margin-bottom: 20px;
}

/* .about__us__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
} */
.services-images-area .image-mains {
  width: 450px;
  height: 465px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}

.services-images-area .image-mains img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.services-images-area .image-one {
  width: 204px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  /* bottom: 40px; */
  top: 10px;
  left: 0px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
}

.services-images-area .image-one img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 15px 0px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.services-images-area .image-two {
  width: 204px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  right: 0px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
}

.services-images-area .image-two img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 15px 0px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.services-contents p {
  padding: 10px;
  font-family: arno pro;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


@media (min-width: 320px) and (max-width: 768px) {
  .services-images-area .image-mains {
    width: 300px;
    height: 310px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-mains img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .services-images-area .image-one {
    width: 130px;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    /* bottom: 40px; */
    top: 10px;
    left: 0px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-one img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 15px 0px 15px 0px;
  }

  .services-images-area .image-two {
    width: 130px;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    right: 0px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-two img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 15px 0px 15px 0px;
  }




}

@media (min-width: 800px) and (max-width: 884px) {
  .services-images-area .image-mains {
    width: 300px;
    height: 428px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-mains img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .services-images-area .image-one {
    width: 180px;
    height: 210px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: 2px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-one img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .services-images-area .image-two {
    width: 180px;
    height: 210px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: 2px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-two img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

}

/* end service */

.spa_marquee_tag marquee p {
  font-size: clamp(20px, 4vw, 35px);
  font-weight: 700;
  color: #ffff;
}

.planb-spa-img img {
  max-width: 550px;
  max-height: 550px;
  display: block;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}