* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* nav{
    position: fixed;
} */

.navbar-brand img {
  height: 70px;
  width: 300px;
}

.contact-icon i {
  height: 200px;
}

.top-info {
  display: flex;
  justify-content: space-around;
  width: 20%;
}

.fa-mobile {
  padding: 28px 10px;
}

.contact-btn button {
  height: 40px;
  width: 100px;
  margin-left: 20px;
  margin-top: 7px;
  background-color: #076fa5;
  outline: none;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
}

.nav-item a {
  color: black;
  font-weight: bold;
}

/* Banner video open */
.spa-video video {
  height: 700px;
  width: 100%;
  object-fit: cover;
}

/* Banner video closed */

/* .swiper {
    width: 100%;
    height: 640px;
}

.swiper .image {
    background-image: url('../img/banner1.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper .image-1 {
    background-image: url('../img/banner3.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper .image-2 {
    background-image: url('../img/bg1.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    content: 'next';
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 25px;
}

.heading h1 {
    font-size: 2.5rem;
    color: white;
    padding-top: 13%;
    padding-right: 40%;
    font-weight: normal;
}

.heading-1 H1{
    font-size: 2.5rem;
    color: white;
    padding-top: 13%;
    padding-right: 40%;
    font-weight: normal;
}

.heading-1 span{
    color: #174c81;
    font-weight: bold;
}

.banner-containt-1{
    margin-left: -12%;
}

.heading-1 p{
    padding: 0px 30px;
    width: 500px;
    margin-left: 14%;
    text-align: left;
}

.banner-containt{
    color: #174c81;
    margin-right: 10%;
    margin-bottom: 5%;
}

.banner-containt-1{
    color: #174c81;
    font-weight: bold;
    margin-left: 3px;
}

.heading-2 h1{
    text-align: start;
    font-size: 2.5rem;
    color: white;
    padding-top: 13%;
    padding-left: 16%;
    font-weight: normal;
}

.heading-2 p{
    color: white;
    margin-right: 37%;
}

.heading p {
    color: white;
    margin-right: 44%;
    text-align: justify;
    margin-left: 16%;
}

.banner-containt-2{
    color: #174c81;
}

.banner-containt-4{
    margin-left: -12%;
}

.banner-containt-3{
    font-weight: bold;
}

.btn-2{
    margin-left: -49%;
}

.btn-3{
    padding: 18px;
    outline: none;
    border: none;
    border-radius: 5px;
    line-height: 20px;
    background-color: #076fa5;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.btn-4{
    padding: 15px;
    padding: 18px;
    outline: none;
    border: none;
    border-radius: 5px;
    line-height: 20px;
    background-color: #076fa5;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* Banner section closed */

.spring-spa-section h2 {
  margin-top: 80px;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}

.spring-spa-section span {
  color: #174c81;
}

.spring-spa-section hr {
  height: 6px;
  width: 15%;
  border: 3px solid #174c81;
  border-radius: 50%;
  background-color: #174c81;
  margin: auto;
}

.spring-spa-section strong {
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  display: block;
  color: #767676;
}

.spring-spa-section p {
  text-align: center;
  color: #767676;
  margin-top: 50px;
}

.bg {
  background-image: url('../img/background.png');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.female-icon {
  display: flex;
  justify-content: space-around;
  padding-top: 70px;
  width: 70%;
  margin: auto;
}

.icons img {
  height: 150px;
  width: 150px;
  /* background-color: #767676; */
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
}


.icons-text strong {
  text-align: center;
  margin: auto;
  display: block;
  color: #3f3e3e;
  padding: 0px 50px;
}

.icons-text p {
  text-align: center;
  color: #3B3939;
  margin-top: 10px;
}

.btn-5 {
  margin-left: 40%;
  padding-top: 40px;
}

.btn-5 a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: #076fa5;
  padding: 20px;
  border-radius: 5px;
  margin-inline: 15px;
}

.btn-5 a:hover {
  color: white;
}

.special-offer h3 {
  margin-top: 80px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.special-offer span {
  color: #174c81;

}

.special-offer hr {
  height: 6px;
  width: 10%;
  margin: auto;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #174c81;
}

.special-offer p {
  /* text-align: center;
    margin-top: 40px;
    color: #767676;
    margin-bottom: 50px; */
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 40px;
}

.container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
}

.container .card {
  position: relative;
  cursor: pointer;
  border: none;
  margin-top: 40px;
}

.container .card .face {
  height: 200px;
  transition: 0.5s;
}

.container .card .face.face1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.container .card:hover .face.face1 {
  transform: translateY(0);
}

.container .card .face.face1 .content {
  /* opacity: 0.2; */
  transition: 0.5s;
}

.container .card:hover .face.face1 .content {
  opacity: 1;
}

.container .card .face.face1 .content img {
  max-width: 100%;
  height: 250px;
}

.container .card .face.face1 .content h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.container .card .face.face2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  transform: translateY(-100px);
}

.container .card:hover .face.face2 {
  transform: translateY(0);
}

.container .card .face.face2 .content p {
  margin: 0;
  padding: 0;
}

.container .card .face.face2 .content a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  color: black;
  padding: 6px 15px;
  border: 1px solid #333;
  border-radius: 8px;
  font-size: 15px;
  transition: 0.5s ease-in-out;
}

.container .card .face.face2 .content a:hover {
  background: #076fa5;
  color: #fff;
  outline: #076fa5;
  border: 1px solid #076fa5;
}

.our-services h4 {
  margin-top: 24px;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}

.our-services p {
  /* text-align: center;
    margin-top: 40px;
    color: #767676;
    margin-bottom: 40px; */
  width: 88%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.our-services span {
  color: #174c81;
}

.our-services hr {
  height: 6px;
  width: 15%;
  border: 3px solid #174c81;
  border-radius: 50%;
  background-color: #174c81;
  margin: auto;
}

/* Services page */
.our-services-1 h4 {
  margin-top: 60px;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}

.our-services-1 p {
  /* text-align: center;
    margin-top: 40px;
    color: #767676;
    margin-bottom: 40px; */
  width: 88%;
  margin: auto;
  margin-bottom: 40px;

}

.footer-top-1 p {
  margin: 0px;
  color: #767676;
}

.our-services-1 span {
  color: #174c81;
}

.our-services-1 hr {
  height: 6px;
  width: 15%;
  border: 3px solid #174c81;
  border-radius: 50%;
  background-color: #174c81;
  margin: auto;
  margin-bottom: 40px;
}


.grid {
  position: relative;
  margin: auto;
  width: 90%;
  list-style: none;
  display: flex;
}


/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  margin: 10px 5px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-size: 15px;
  text-transform: lowercase;
  letter-spacing: 2.5px;
  margin-left: -6px;
  font-weight: 400;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}


/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 10px;
  height: 60px;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: white;
  font-size: 12px;
  text-decoration: none;
  margin-top: 9px;
  padding: 8px;
  background-color: #0077B5;
  border-radius: 8px;
  margin-right: -42px;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: white;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 4em;
  padding: 2em;
  color: white;
  text-transform: none;
  margin-left: 11px;
  font-size: 90%;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  background-color: #00a1e98f;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: '\e000';
}

.icon-paper-clip::before {
  content: '\e001';
}

.icon-heart::before {
  content: '\e024';
}

figure.effect-zoe h2 {
  display: inline-block;
  font-size: 25px;
  margin-top: 8px;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.effect-bubba {
  background: #9e5406;
}

figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Testimonial Open */

.testimonial {
  background-color: #e3f2fd;
  margin-top: 70px;
  height: 420px;
  width: 100%;
}

.testimonial h2 {
  color: black;
  text-align: center;
  font-size: 44px;
  position: relative;
  padding-top: 40px;
}

.testimonial span {
  color: #174c81;
}

.testimonial h2::after {
  content: "";
  width: 140px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -10px;
  opacity: .8;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}

.carousel {
  margin: 50px auto;
  padding: 0 70px;
}

.carousel-item {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}

.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #174c81;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  font-style: italic;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #db584e;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Testimonial Closed */

/* Contact */
.contact-form h5 {
  text-align: center;
  margin-top: 60px;
  font-size: 40px;
}

.contact-form span {
  color: #174c81;
}

.contact-form hr {
  height: 8px;
  width: 10%;
  margin: auto;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #076fa5;
  margin-top: 40px;
}

.contact-form p {
  width: 69%;
  margin: auto;
  margin-top: 30px;
}

.contact-detail {
  display: flex;
  justify-content: space-around;
  width: 75%;
  margin: auto;
  margin-top: 60px;
}

.contact-detail-1 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 350px;
  width: 500px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #e3f2fd;
}

.input-detail input {
  height: 35px;
  width: 100%;
  margin: 8px 0px;
  padding: 10px;
  outline: none;
  border: 1px solid #767676;
  border-radius: 5px;
}

.input-detail label {
  font-size: 18px;
  font-weight: 450;
}

.contact-map iframe {
  height: 350px;
  width: 500px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #e3f2fd;
  padding: 20px 30px;
  border-radius: 10px;
}

.footer {
  height: 100px;
  width: 100%;
  margin-top: 80px;
  background-color: #e3f2fd;
}

.footer-info {
  display: flex;
  justify-content: space-around;
  width: 70%;
  padding-top: 25px;
  margin: auto;
  color: black;
}

.footer-contact {
  margin-top: 15px;
}

.footer-contact a {
  background-color: #076fa5;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
}

.main-footer {
  height: 450px;
  width: 100%;
  background-color: #174c81;
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
}

.main-footer h6 {
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.footer-credit strong {
  font-weight: normal;
  color: black;
}

.footer-credit p {
  text-align: justify;
  color: white;
}

.footer-credit img {
  height: 80px;
}



.quick-inks ul li {
  margin: 7px;
  margin-left: -10px;
  height: 40px;
  width: 250px;
  padding: 6px;
  transition: 0.5s ease-in-out;
}

.quick-inks ul li:hover {
  background-color: #6cd9ff;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
}

.quick-inks ul li a {
  text-decoration: none;
  padding: 20px;
  color: white;
  transition: 0.3s ease-in-out;
}

.quick-inks ul li a:hover {
  color: black;
}

/* .social-media i{
    margin-inline: 2px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    color: white;
}

.fa-facebook{
    height: 40px;
    width: 40px;
    padding: 10px;
    transition: 0.5s ease-in-out;
}

.fa-facebook:hover{
    background-color: #4267B2;
    color: white;
}

.fa-instagram{
    height: 40px;
    width: 40px;
    padding: 11px;
    transition: 0.5s ease-in-out;
}

.fa-instagram:hover{
    background-color: #c13584;
    color: white;
}

.fa-twitter{
    height: 40px;
    width: 40px;
    padding: 11px;
    transition: 0.5s ease-in-out;
}

.fa-twitter:hover{
    background-color: #1DA1F2;
    color: white;
}

.fa-linkedin{
    height: 40px;
    width: 40px;
    padding: 11px;
    transition: 0.5s ease-in-out;
}

.fa-linkedin:hover{
    background-color: #0077B5;
    color: white;
}

.fa-youtube{
    height: 40px;
    width: 40px;
    padding: 10px;
    transition: 0.5s ease-in-out;
}

.fa-youtube:hover{
    background-color: #FF0000;
    color: white;
}

.footer-credit-info strong{
    background-color: #174c81;
    height: 50px;
    width: 100%;
} */

.footer-1 p {
  margin-top: 60%;
  margin-left: -270%;
  color: #a1a1a1;
}

.footer-1 a {
  color: white;
  margin-top: -30%;
}

.contact-button-1 {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
  width: 79%;
  margin: auto;
}

.contact-button button {
    
  text-decoration: none;
  color: white;
  font-size: 18px;
  padding: 15px 50px;
  background-color: #076fa5;
  border-radius: 8px;
  font-weight: bold;
  outline: none;
  border: none;
}

.submit-button button {
    text-decoration: none;
  color: white;
  font-size: 18px;
  padding: 15px 50px;
  background-color: #076fa5;
  border-radius: 8px;
  font-weight: bold;
  outline: none;
  border: none;
  margin: 50px;
    
}

.contact-button-map a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  padding: 15px 80px;
  background-color: #076fa5;
  border-radius: 8px;
  font-weight: bold;
}


/* About Us Page Start */
/*=============== GOOGLE FONTS ===============*/


/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(14, 98%, 50%);
  --black-color: hsl(0, 0%, 0%);
  --black-color-light: hsl(0, 0%, 40%);
  --white-color: hsl(0, 0%, 95%);
  --title-color: hsl(0, 0%, 0%);
  --text-color: hsl(0, 0%, 35%);
  --text-color-light: hsl(0, 0%, 64%);
  --body-color: hsl(0, 0%, 87%);
  --container-color: hsl(0, 0%, 83%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Bai Jamjuree", sans-serif;
  --biggest-font-size: 2.5rem;
  --h1-font-size: 1.75rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1.125rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;

  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}


img {
  display: block;
  max-width: 100%;
}

/*=============== THEME ===============*/
.nav__buttons {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.change-theme {
  font-size: 1.25rem;
  color: var(--title-color);
  cursor: pointer;
  transition: color .3s;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container-0 {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

.grid-0 {
  display: grid;
  gap: 1.5rem;
}

.section-0 {
  padding-block: 4rem 2rem;
}

.section__title-0,
.section__title-2 {
  position: relative;
  font-size: var(--h1-font-size);
  width: max-content;
  margin: 0.75rem auto 2rem;
}

.section__title-0 span,
.section__title-2 span {
  z-index: 5;
  position: relative;
  color: black;
}

.section__title-0::after,
.section__title-2::after {
  content: "";
  width: 47px;
  height: 28px;
  background-color: #076fa5;
  position: absolute;
  top: -16px;
  right: -28px;
}

.section__title-2::after {
  top: initial;
  bottom: -4px;
}

.geometric-box-0 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #076fa5;
  rotate: -30deg;
}

.geometric-box-0::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  left: -5px;
  top: -5px;
}

.main {
  overflow: hidden;
  /* For animation ScrollReveal */
}

/*=============== BUTTON ===============*/
.button-0,
.button__ghost-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}

.button-0 {
  background-color: #076fa5;
  padding: 1.1rem 1.5rem;
  color: white;
  font-weight: var(--font-medium);
  border-radius: 0.75rem;
  text-decoration: none;
  transition: background-color 0.4s;
}

.button-0 i {
  font-size: 1.25rem;
}

.button-0:hover {
  background-color: #076fa5;
}

.button__ghost {
  border: 3px solid var(--black-color);
  color: var(--black-color);
  padding: 0.5rem;
  border-radius: 0.7rem;
  transition: border 0.4s, color 0.4s;
}

.button__ghost-0 i {
  font-size: 1.25rem;
}

.button__ghost-0:hover {
  border: 3px solid var(--first-color);
}

/*=============== ABOUT ===============*/
.about-0 {
  background-color: #e3f2fd;
  transition: background-color 0.4s;
}

.about__container-0 {
  row-gap: 0;
}

.about__perfil-0 {
  position: relative;
  justify-self: center;
  margin-block: 2.5rem 4.5rem;
}

.about__image-0 {
  width: 220px;
}

.about__img {
  position: relative;
  border: 4px solid var(--white-color);
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.about__shadow-0,
.about__line,
.about__box-0 {
  position: absolute;
  border-radius: 0.75rem;
}

.about__shadow-0 {
  width: 150px;
  height: 385px;
  background-color: #00a1e9;
  top: -2.5rem;
  right: -3.5rem;
  border-bottom: 4px solid var(--first-color);
  transition: background-color 0.4s;
}

.about__perfil-0 .geometric-box-0 {
  top: 1.5rem;
  right: -2.8rem;
}

.about__line {
  filter: invert(1);
  right: -1.25rem;
  top: 6rem;
  width: 50px;
  transition: filter 0.4s;
}

.about__box-0 {
  width: 40px;
  height: 40px;
  background-color: #6cd9ff;
  right: -0.5rem;
  bottom: 1.5rem;
}

.about__info-0 {
  padding-left: 1.25rem;
}

.about__description-0 {
  position: relative;
  color: var(--title-color);
  margin-bottom: 1.5rem;
}

.about__description-0::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #174c81;
  position: absolute;
  left: -1.75rem;
  top: 0.5rem;
}

.about__list {
  list-style: square;
  color: black;
  margin-bottom: 3rem;
}

.about__buttons-0 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}



/* For large devices */
@media screen and (min-width: 1150px) {
  .container-0 {
    margin-inline: auto;
  }

  .about__container-0 {
    grid-template-columns: 460px 525px;
    gap: 1rem 9rem;
    align-items: center;
    padding-block: 1rem;
  }

  .about__perfil-0 {
    order: -1;
    grid-row: 1 / 3;
  }

  .about__image-0 {
    width: 350px;
  }

  .about__img {
    border: 6px solid var(--white-color);
  }

  .about__shadow-0 {
    width: 240px;
    height: 580px;
    top: -2rem;
    right: -5.5rem;
    border-bottom: 9px solid #174c81;
  }

  .about__perfil-0 .geometric-box-0 {
    right: -4rem;
    top: 4.5rem;
  }

  .about__line {
    width: 80px;
    right: -2rem;
    top: 10rem;
  }

  .about__box-0 {
    width: 64px;
    height: 64px;
    right: -2.75rem;
  }

  .about__container-0 .section__title-0 {
    align-self: flex-end;
    margin-inline: 0;
  }

  .about__info-0 {
    align-self: flex-start;
    padding-left: 3rem;
  }

  .about__description-0 {
    font-size: var(--h2-font-size);
    margin-bottom: 2rem;
  }

  .about__description-0::after {
    width: 32px;
    height: 2px;
    left: -3rem;
    top: 14px;
  }

  .about__list {
    margin-bottom: 5rem;
  }

  .about__buttons-0 {
    justify-content: initial;
  }

  .button__ghost {
    padding: 0.75rem;
  }

  .button__ghost i {
    font-size: 1.5rem;
  }
}


/* About Us page closed */


.about-us img {
  height: 400px;
  width: 600px;
  object-fit: cover;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-us hr {
  height: 6px;
  width: 40%;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #174c81;
}

.aboutus-1 p {
  padding: 50px;
  margin-top: 35%;
  text-align: center;
}

.about-us-ittalic p {
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 30px;
  background-color: #e3f2fd;
  margin-top: 50px;
  width: 50%;
  display: block;
  margin: auto;
  margin-top: 60px;
  text-align: center;
}

/* Happy Client */
.wt-icon-box-wraper {
  position: relative;
}

.wt-icon-box-wraper .wt-tilte {
  margin-top: 0;
}

.wt-icon-box-wraper .after-titile-line {
  margin-bottom: 10px;
}

.wt-icon-box-wraper p:last-child {
  margin: 0px;
}

.icon-content {
  overflow: hidden;
}

.our-pricing-carousel .item.active-arrow .wt-icon-box-wraper .icon-cell i:before {
  color: #fff;
}

@media only screen and (max-width:360px) {
  .our-pricing-carousel .item .wt-icon-box-wraper .icon-cell i {
    line-height: 36px;
  }

  .our-pricing-carousel .item .wt-icon-box-wraper .icon-cell i:before {
    font-size: 32px;
  }

  .our-pricing-carousel .item .wt-icon-box-wraper .wt-tilte {
    font-size: 12px;
  }

}

/* service footer */

/* Contact and Whatsapp Icon */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px black;
  z-index: 100;
  transition: background-color 0.5s;
}

.float:hover {
  background-color: white;
  transition: background-color 0.5s;
}

.float:hover .my-float {
  color: #25d366;
}

.my-float {
  margin-top: 16px;
}

.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  left: 40px;
  background-color: #076fa5;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px black;
  z-index: 100;
  transition: background-color 0.5s;
}

.float2:hover {
  background-color: #00a1e9;
  transition: background-color 0.5s;
}

.float2:hover .my-float2 {
  color: white;
}

.my-float2 {
  margin-top: 16px;
}

@media (max-width: 575px) {
  .float {
    width: 50px;
    height: 50px;
    bottom: 25px;
    left: 82vw;
  }

  .float2 {
    width: 50px;
    height: 50px;
    bottom: 100px;
    left: 82vw;
  }

  .my-float2,
  .my-float {
    margin-top: 10px;
  }

}


/* 
.social-media-img{
    display: flex;
    justify-content: space-around;
    width: 71%;
}
  
.social-media-img-1 img{
    height: 35px;
    width: 35px;
    margin: 0px 2px;
    margin-right: 10px;
} */

.flavor-img {
  display: flex;
  justify-content: space-between;
  width: 95%;
  position: relative;
  margin: auto;

}

.flavor-img-1 img {
  position: absolute;
  bottom: -30%;
  left: -10%;
  height: 350px;
  background-image: url('../img/flower-left.png');
}

.offer-contact {
  display: flex;
  justify-content: space-between;
}


.offer-contact-1 a {
  height: 38px;
  width: 200px;
  outline: none;
  background-color: #25d366;
  color: white;
  top: 10%;

}

.offer-contact-1 a:hover {
  color: white;
}

.offer-contact-2 a {
  height: 38px;
  width: 200px;
  outline: none;
  background-color: #25d366 !important;
}

.copyright {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

/* .wt-footer-bot-right  a{
  text-decoration: none;
  color: white;
  margin-top: 50px;
} */

.contact-button button{
  margin-top: -15px;
}

.error{
  color: red;
  font-size: 0.845em;
  display: none;
}

/* Responsive Open */
@media (min-width:320px) and (max-width:990px) {
  .navbar-brand img {
    height: 70px;
    margin-left: 9%;
  }

  .top-info {
    display: none;
  }

  .btn-2 {
    margin-left: 0;
  }


  .heading-2 p {
    color: white;
    margin-right: 44%;
    text-align: justify;
    margin-left: 7%;
    width: 100%;
    font-size: 14px;
    padding: 0px 59px;
  }

  .spring-spa-section h2 {
    margin-top: 80px;
    text-align: center;
    font-size: 33px;
    margin-bottom: 30px;
  }

  .spring-spa-section hr {
    height: 6px;
    width: 50%;
    border: 3px solid #174c81;
    border-radius: 50%;
    background-color: #174c81;
    margin: auto;
  }

  .spring-spa-section strong {
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
    display: block;
    color: #767676;
    padding: 0px 24px;
    font-size: 15px;
  }

  .spring-spa-section p {
    text-align: center;
    color: #767676;
    margin-top: 50px;
    padding: 0px 25px;
  }

  .female-icon {
    display: block;
    justify-content: space-between;
    width: 100%;
  }

  .icons img {
    height: 50%;
    width: 50%;
    background-color: #767676;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 25%;
    cursor: pointer;
  }

  .icons-text strong {
    text-align: center;
    margin: auto;
    display: block;
    color: #3f3e3e;
    font-size: 14px;
  }

  .icons-text p {
    text-align: center;
    color: #3B3939;
    margin-top: 10px;
    font-size: 14px;
    padding: 0px 2px;
  }

  .btn-5 {
    margin-left: 17%;
    padding-top: 40px;
  }

  .special-offer hr {
    height: 6px;
    width: 50%;
    margin: auto;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #174c81;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 1.5rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .container .card {
    position: relative;
    cursor: pointer;
    padding-top: 30px;
  }

  .container .card .face.face1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
    margin: auto;
  }

  .container .card .face.face1 .content img {
    max-width: 100%;
  }

  .container .card .face.face2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(-100px);
    margin: auto;
  }

  .our-services hr {
    height: 6px;
    width: 50%;
    border: 3px solid #174c81;
    border-radius: 50%;
    background-color: #174c81;
    margin: auto;
  }

  .grid {
    list-style: none;
    display: block;
  }

  .grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    max-height: 360px;
    width: 98%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }

  .testimonial {
    background-color: #e3f2fd;
    margin-top: 70px;
    height: 525px;
    width: 100%;
  }

  .contact-form hr {
    height: 8px;
    width: 50%;
    margin: auto;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #076fa5;
    margin-top: 40px;
  }

  .contact-detail {
    display: block;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    margin-top: 60px;
  }

  .contact-detail-1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 350px;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #e3f2fd;
    width: 100%;
  }

  .contact-map iframe {
    height: 350px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #e3f2fd;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 70px;
  }

  .footer-info {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-top: 20px;
    margin: auto;
    color: black;
  }

  .footer-contact {
    margin-top: 15px;
  }

  .footer-contact a {
    display: none;
  }

  .footer-top {
    width: 100%;
  }

  .footer-top strong {
    font-size: 15px;
    margin-left: 27px;
  }

  .footer-top p {
    font-size: 10px;
    padding: 0px 29px;
  }

  .main-footer {
    height: 850px;
    width: 100%;
    background-color: #174c81;
    display: block;
    justify-content: space-evenly;
    padding-top: 50px;
  }

  .main-footer h6 {
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 0px 30px;
  }

  .footer-credit img {
    height: 62px;
    width: 55%;
    padding: 8px 21px;
  }

  .footer-credit p {
    text-align: start;
    color: white;
    margin-bottom: 8%;
    margin: 20px;
  }

  .quick-inks ul li {
    margin-left: 16px;
    height: 40px;
    width: 250px;
    padding: 6px;
    transition: 0.5s ease-in-out;
  }


  .footer-1 p {
    margin-top: 10px;
    margin-left: 4%;
  }

  figure.effect-zoe h2 {
    display: inline-block;
    font-size: 25px;
    margin-top: 0px;
  }

  figure.effect-zoe p.icon-links a {
    float: right;
    color: white;
    font-size: 12px;
    text-decoration: none;
    margin-top: -1px;
    padding: 10px;
    background-color: #0077B5;
    border-radius: 8px;
    margin-right: -25px;
  }

  .our-services p {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0px 20px;
    text-align: center;
  }

  .contact-form p {
    margin-top: 30px;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
  }

  .contact-button-1 {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
    width: 88%;
    margin: auto;
  }

  .special-offer p {
    padding: 0px 0px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
  }

  .spa-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }


  .carousel {
    margin: 20px auto;
    padding: 0 70px;
  }

  .special-offer h3 {
    margin-top: 80px;
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
  }

  .container .card .face.face1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    /* transform: translateY(100px); */
    /* margin: auto; */
    width: 100%;
  }

  .container .card .face.face2 .content a {
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    color: black;
    padding: 6px 15px;
    border: 1px solid #333;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.5s ease-in-out;
  }

  .offer-contact-2 a {
    height: 38px;
    width: 150px;
    outline: none;
    background-color: #25d366 !important;
  }

  .offer-contact {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
  }

  .contact-button button {
    text-decoration: none;
    color: white;
    font-size: 13px;
    background-color: #076fa5;
    border-radius: 8px;
    font-weight: bold;
    height: 46px;
    padding: 0px 41px;
    margin-top: -12px;
  }

  .contact-button-map a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    padding: 15px 61px;
    background-color: #076fa5;
    border-radius: 8px;
    font-weight: bold;
  }

  .quick-inks ul li a {
    text-decoration: none;
    padding: 15px;
    color: white;
    transition: 0.3s ease-in-out;
    margin-bottom: 13%;
  }

  .quick-inks ul {
    margin-bottom: 13%;
  }

  body {
    overflow-x: hidden;
  }

  .container-social-icon {
    margin-left: 30px;
  }

  .copyright {
    display: flex;
    justify-content: space-evenly;
    margin-top: 25px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .bottom-footer a{
    font-weight: bold;
  }

  figure.effect-zoe p.description {
    position: absolute;
    bottom: 4em;
    padding: 2em;
    color: white;
    text-transform: none;
    margin-left: -10px;
    font-size: 90%;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    background-color: #00a1e98f;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
  }
  
  .grid figure h2 span {
    font-size: 13px;
    text-transform: lowercase;
    letter-spacing: 2.5px;
    margin-left: -8px;
    font-weight: 400;
  }
  
}

