/* https://www.youtube.com/watch?v=d34GsFz-HkY / http://pixelcog.github.io/parallax.js/ */
/* licence free images: https://crello.com/similar-photos/345264946/?page=3 https://unsplash.com/s/photos/massage, https://pixabay.com/images/search/massage/, https://www.pexels.com/search/massage/ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  flex-wrap: wrap;
}

/* dancing-script-regular - latin */
@font-face {
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../fonts/dancing-script-v24-latin-regular.woff2") format("woff2"), url("./../fonts/dancing-script-v24-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* dancing-script-500 - latin */
@font-face {
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./../fonts/dancing-script-v24-latin-500.woff2") format("woff2"), url("./../fonts/dancing-script-v24-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-100 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: local(""), url("./../fonts/montserrat-v25-latin-100.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-100.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./../fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* dancing-script-regular - latin */
@font-face {
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../fonts/dancing-script-v24-latin-regular.woff2") format("woff2"), url("./../fonts/dancing-script-v24-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* dancing-script-500 - latin */
@font-face {
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./../fonts/dancing-script-v24-latin-500.woff2") format("woff2"), url("./../fonts/dancing-script-v24-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

#team {
  margin-top:100px;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 100000000000000000;
  align-items: center;
  justify-content: center;
}

.modalBg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4117647059);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentBox {
  position: relative;
  width: 650px;
  height: 450px;
}

.contentBox img {
  width: 100px;
  height: auto;
}

.contentBox_content {
  width: 600px;
  height: 380px; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0 100px 0 100px;
  padding:20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.514);
}

.contentBox_content h2 {
  font-size: 22px;
}

.closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  background: #fff url("./../img/webhannover (15).png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition: 0.5s;
}

.closeBtn:hover {
  transform: rotate(-333deg);
}

@media (max-width: 888px) {
  .contentBox img {
    margin: 20px 0;
  }
  .contentBox {
    position: relative;
    width: 100%;
    height: auto;
  }
.contentBox_content {
  width: 100%;
  height: auto; 
  border-radius:0;
  padding: 75px 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: none;
}
  .contentBox_content h2 {
    font-size: 18px;
    margin-top: 0px;
  }
  .closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: rgb(226, 226, 226) url("./../img/webhannover (15).png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: 0.5s;
  }
}
/**/
hr {
  width: 60%;
  border: 1px solid #6f9d79;
}

/* p {
    font-size: 18px;
} */
h1,
h2 {
  color: #6a0b00;
  font-weight: 400;
}

.fas {
  color: #6a0b00;
}

html {
  scrollbar-color: #30818d #ffffff;
}

/*preload*/
.preload {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preload img {
  width: 100px;
  height: auto;
}

.preload-finish {
  opacity: 0;
  pointer-events: none;
}

.preload h1 {
  font-size: 35px;
  font-family: "Verdana", sans-serif;
  color: #979797;
  position: absolute;
  top: 30%;
}

/*blobs pulse*/
#blobsContainer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.blob {
  position: absolute;
  left: -26px;
  bottom: -26px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 black;
  height: 150px;
  width: 150px;
  transform: scale(2);
  animation: pulse-black 2s infinite;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
}

.blob.orange {
  background: #51c6d8;
  box-shadow: 0 0 0 0 #51c6d8;
  animation: pulse-orange 2s infinite;
}

.blob a {
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 13px;
  font-size: 14px;
}

.blob a:hover {
  text-shadow: 0 0 5px #fff;
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 #51c6d8;
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}
.container {
  position: relative;
  width: 100%;
  height: 100vh;
}

.parallax {
  position: relative;
  width: 100%;
  height: 100vh;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallaxFooter {
  position: relative;
  width: 100%;
  height: 100vh;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social {
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  height: auto;
}

.social .fab,
.fas,
.fa {
  color: #51c6d8;
  font-size: 35px;
  background: transparent;
  margin-left:10px;
}

.social .fa:hover {
  text-shadow: 0 0 5px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 50px #fff;
  cursor: pointer;
}

.social .fas:hover {
  text-shadow: 0 0 5px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 50px #fff;
  cursor: pointer;
}

.social .fab:hover {
  text-shadow: 0 0 5px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 50px #fff;
  cursor: pointer;
}

nav {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to right, #868036, #51c6d8);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.left img {
  position: relative;
  top: -50px;
  width: 150px;
  height: auto;
}

.right {
  display: flex;
  position: relative;
  top: -52px;
}

.right ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.right li a {
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.5s ease;
  text-transform: uppercase;
}

.right li a:hover {
  text-shadow: 0 0 5px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 50px #fff;
}

.title {
  width: 70%;
  height: 300px;
  background: rgba(255, 255, 255, 0.507);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 100px 0 100px;
  animation: slideInFromTop 1s ease-in;
}

.title h1 {
  font-size: 80px;
  font-weight: 100;
}

.title h2 {
  font-family: "Dancing Script", sans-serif;
  font-size: 50px;
  font-weight: 100;
}

.title .fas {
  color: #6a0b00;
  font-size: 20px;
}

.title a {
  margin: 20px 0 0 0;
}

.section {
  padding: 50px;
  width: 100%;
  height: 100vh;
}

/*about*/
.about {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0;
}

.aboutContainer {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.aboutLeft {
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  line-height: 20px;
}

.aboutLeft h1 {
  margin-bottom: 10px;
}

.aboutRight {
  width: 500px;
  height: 500px;
}

.aboutRight img {
  width: 100%;
  height: auto;
  background: #000;
  padding: 1px;
}

/*massage*/
.massage {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0;
}

.massageTop {
  width: 1200px;
  height: auto;
  padding: 20px;
}

.massageTop h1 {
  margin-bottom: 20px;
}

.massageCenter {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.massageCard {
  position: relative;
  width: 280px;
  height: auto;
  margin: 10px;
  padding: 20px;
  transition: 0.5s ease;
  border-radius: 0 50px 0 0;
  font-size: 16px;
}

.info-stone {
  position: absolute;
  left: 5px;
  top: 5px;
}

.info-stone p {
  color: rgb(0, 0, 0);
  background-color: #fff;
  margin-left: 35px;
  font-weight: 500;
  padding: 0 5px;
  border-radius: 0 8px 0 0;
}

.info-stone .fa {
  color: red;
}

.placeholder- {
  display: flex;
}

.massageCard-placeholder {
  position: relative;
  width: 280px;
  height: 480px;
  margin: 10px;
  padding: 20px;
  transition: 0.5s ease;
  border-radius: 0 50px 0 0;
  font-size: 16px;
}

.massageCard:hover {
  transition: 0.5s ease;
}

.massageCard img {
  width: 100%;
  height: auto;
  border-radius: 0 40px 0 0;
}

.image {
  width: 100%;
  height: auto;
}

.image h2 {
  margin-bottom: 10px;
}

.massageCard ul {
  position: absolute;
  bottom: 30px;
}

.massageCard ul li {
  list-style: none;
  display: flex;
}

.massageCard .fas {
  font-size: 22px;
  line-height: 30px;
}

.massageCenter .massageCard p {
  font-size: 14px;
}

.spaceMassage {
  margin-top: 100px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.3s ease;
  background: rgba(81, 198, 216, 0.5137254902);
  border-radius: 0 50px 0 0;
}

.massageCard:hover .overlay {
  transform: scale(1);
}

.text {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text a {
  width: 200px;
  height: 100px;
  text-decoration: none;
  color: #fff;
  background: rgba(81, 198, 216, 0.9529411765);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}

.text a:hover {
  text-shadow: 0 0 5px #fff;
}

/*date*/
.date {
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0;
}

.menuUp ul .far {
  font-size: 30px;
}

.dateTop {
  width: 1200px;
  height: 100px;
  padding: 20px;
}

.dateTop h1 {
  margin-bottom: 10px;
}

.dateTop h2 {
  color: #fff;
}

.dateCenter {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dateCard {
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px;
  padding: 20px;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.dateCard ul li {
  list-style: none;
  line-height: 30px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 0 50px 0 0;
}

.dateCard .fas {
  font-size: 20px;
}

.dateCard h2 {
  margin-bottom: 10px;
}

.cardPrice {
  background: rgba(81, 198, 216, 0.6705882353);
}

.cardPrice .fas {
  color: #ffffff;
}

.cardPrice p {
  color: #fff;
}

.cardPrice h2 {
  color: #fff;
  margin-bottom: 10px;
}

.dateCard-left {
  max-width: 500px;
  max-height: 500px;
}

.dateCard-right {
  max-width: 500px;
  max-height: 500px;
}

.dateCard-right img {
  width: 100%;
  height: auto;
  background: #000;
  padding: 1px;
}

.specials img {
  width: 25px;
  height: auto;
  margin-bottom:-3px;
}

/*contact*/
.contact {
  position: relative;
  width: 1100px;
  height: 580px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.contact h1 {
  font-size: 60px;
  font-weight: 100;
}

.contactCenter {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contactLeft {
  width: 500px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 100%;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 100%;
}

.contactRight {
  width: 500px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactRight ul {
  line-height: 30px;
  list-style: none;
}

.contactRight ul li a {
  text-decoration: none;
  color: #000;
}

.contactRight ul li a:hover {
  color: #51c6d8;
}

/**/
.creditContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 25px;
  font-size: 12px;
  text-align: center;
}

.creditDown {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: white;
  z-index: -1;
}

.creditContainer p {
  font-size: 12px;
}

.creditContainer a {
  color: #000;
  text-decoration: none;
}

.creditContainer a:hover {
  color: red;
}

.creditContainer .fas {
  color: #51c6d8;
  font-size: 24px;
}

/*............................................. 1200px ...............................................*/
@media screen and (max-width: 1220px) {
  body {
    display: non;
  }
  .title {
    width: 90%;
    height: 250px;
  }
  .title h1 {
    font-size: 60px;
  }
  .title h2 {
    font-size: 40px;
  }
  /*about*/
  .about {
    margin: 75px 0;
  }
  .aboutContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .aboutLeft {
    height: auto;
    line-height: 20px;
    margin-bottom: 50px;
    text-align: justify;
  }
  /*massage*/
  .massage {
    height: auto;
    margin: 75px 0;
  }
  .massageTop {
    width: 100%;
    height: auto;
  }
  .massageCenter {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  /*date*/
  .date {
    width: 100%;
    height: auto;
    margin: 75px 0;
  }
  .dateTop {
    width: 100%;
    height: auto;
  }
  .dateCenter {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  /*contact*/
  .contact {
    width: 90%;
    height: auto;
    padding: 20px;
  }
  .contactCenter {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  /*contact*/
  .contact {
    position: relative;
    width: 1100px;
    height: 580px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .contact h1 {
    font-size: 60px;
    font-weight: 100;
  }
  .contactCenter {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contactLeft {
    width: 500px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contactRight {
    width: 500px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contactRight ul {
    line-height: 30px;
    list-style: none;
  }
}
/*--------------------------------------- 1070px -------------*/
@media screen and (max-width: 1070px) {
  .blob {
    display: non;
  }
  /*contact*/
  .contact {
    position: relative;
    width: 90%;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .contact h1 {
    font-size: 40px;
    font-weight: 100;
  }
  .contactCenter {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .contactLeft {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contactRight {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
  }
  .contactRight ul {
    background: rgba(255, 255, 255, 0.829);
    padding: 20px;
  }
}
/*............................................. 700px ...............................................*/
@media screen and (min-width: 700px) {
  .menuUp {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .placeholder- {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  body {
    display: non;
  }
  .menuUp {
    position: absolute;
    width: 100%;
    height: 600px;
    background-image: linear-gradient(to right, #868036, #51c6d8);
    top: -550px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 1;
  }
  .menuUp:hover {
    top: 0;
    cursor: pointer;
  }
  .menuUp ul {
    line-height: 75px;
    list-style: none;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }
  .menuUp ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }
  .menuUp ul li a:hover {
    text-shadow: 0 0 5px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 50px #fff;
  }
  .menuUp ul li a:hover .fas,
  .menuUp ul li a:hover .fab,
  .menuUp ul li a:hover .fa {
    text-shadow: 0 0 5px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 50px #fff;
  }
  .menuUp .fas,
  .fab,
  .fa {
    color: #fff;
    font-size: 20px;
  }
  .socialUp {
    position: absolute;
    top: 50px;
    width: 300px;
    height: auto;
    display: flex;
    justify-content: space-around;
  }
  .socialUp .fa {
    font-size: 30px;
  }
  .socialUp .fas {
    font-size: 30px;
  }
  .socialUp .fab {
    font-size: 30px;
  }
  .socialUp .fa:hover {
    text-shadow: 0 0 5px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 50px #fff;
  }
  .socialUp .fas:hover {
    text-shadow: 0 0 5px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 50px #fff;
  }
  .socialUp .fab:hover {
    text-shadow: 0 0 5px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 50px #fff;
  }
  .hamburger {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .hamburger img {
    width: 25px;
    height: auto;
  }
  nav {
    display: non;
    top: 0;
  }
  .left img {
    top: 70px;
    width: 150px;
    height: auto;
  }
  .right {
    display: none;
  }
  /*main.......................................................................................................*/
  .title {
    height: 200px;
    width: 95%;
    border-radius: 0 30px 0 30px;
    line-height: 50px;
  }
  .title h1 {
    font-size: 30px;
    font-weight: 500;
  }
  .title h2 {
    font-size: 25px;
    font-weight: 500;
  }
  /**/
  .blob {
    left: -20px;
    bottom: -20px;
    height: 120px;
    width: 120px;
  }
  .blob a {
    padding: 0 0 10px 20px;
    font-size: 12px;
  }
  /*about*/
  .about {
    width: 100%;
    height: auto;
    margin: 50px 0;
  }
  .aboutContainer {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }
  .aboutLeft {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .aboutLeft h1 {
    margin-bottom: 10px;
  }
  .aboutRight {
    width: 100%;
    height: auto;
  }
  .aboutRight img {
    width: 100%;
    height: auto;
    padding: 0px;
  }
  /*massage*/
  .massage {
    width: 100%;
    height: auto;
    margin: 50px 0;
  }
  .massageCenter {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .massageCard {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px;
    padding: 20px;
    transition: 0.5s ease;
    border-radius: 0 50px 0 0;
    font-size: 16px;
  }
  .massageCard img {
    width: 100%;
    height: auto;
    border-radius: 0 40px 0 0;
  }
  .info-stone {
    left: 5%;
    top: 5px;
  }
  .info-stone .fa {
    color: red;
    font-size: 34px;
  }
  .spaceMassage {
    margin-top: 0;
  }
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: 0.3s ease;
    background: rgba(81, 198, 216, 0.5137254902);
    border-radius: 0 50px 0 0;
  }
  .massageCard:hover .overlay {
    transform: scale(1);
  }
  .text {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .text a {
    width: 200px;
    height: 100px;
    text-decoration: none;
    color: white;
    background: rgba(81, 198, 216, 0.9529411765);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  /*date*/
  .date {
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
  }
  .dateTop {
    width: 100%;
    height: auto;
    padding: 20px;
    line-height: 20px;
  }
  .dateCenter {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .dateCard ul li {
    list-style: none;
    line-height: 25px;
    margin-bottom: 0;
    padding: 10px;
  }
  .dateCard ul li h2 {
    font-size: 20px;
    font-weight: 500;
  }
  .dateCard ul li p {
    font-size: 14px;
  }
  /*contact*/
  .parallaxFooter {
    position: relative;
    width: 100%;
    height: 140vh;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact {
    position: relative;
    width: 90%;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  }
  .contactCenter {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .contactLeft {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contactRight {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
  }
  .contactRight ul {
    background: rgba(255, 255, 255, 0.829);
    padding: 10px;
    width: 100%;
    height: auto;
  }
  /**/
  .creditContainer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    font-size: 12px;
    text-align: center;
    background: white;
  }
  .creditDown {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
  }
}
/**/
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*# sourceMappingURL=style.css.map */