@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rochester&display=swap");
.bg-primary {
  background-color: #56979f !important;
}

.bg-secondary {
  background-color: #ea9188 !important;
}

.text-accentuate {
  background: -webkit-linear-gradient(#56979f, #ea9188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-primary {
  color: #56979f !important;
}

.text-secondary {
  color: #ea9188 !important;
}

.text-color-text {
  color: #3f3f3f !important;
}

.text-right {
  text-align: right;
}

a {
  text-decoration: none;
}

.font-primary {
  font-family: "Open Sans", sans-serif;
}

.fancy-font {
  font-family: "Rochester", cursive !important;
}

.font-light {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
}

.font-accentuate {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
}

.contact-section a i.fa {
  font-size: 20px;
}

.contact-section {
  border-bottom: 1px solid rgb(226, 226, 226);
  padding: 10px 0;
}

nav.display-mobile {
  display: none;
}

.welcome-section {
  background-color: #f5f5f5;
  background-image: linear-gradient(rgba(245, 245, 245, 0.6588235294), rgba(245, 245, 245, 0.6588235294)), url("../img/pattern2.png"); /* W3C */
  background-size: 5%;
  padding: 5em 0 25em 0;
}

.service-page-benefits {
  background-color: #f5f5f5;
  background-image: linear-gradient(rgba(245, 245, 245, 0.6588235294), rgba(245, 245, 245, 0.6588235294)), url("../img/pattern2.png"); /* W3C */
  background-size: 5%;
}

button.welcome-main-button, button.welcome-secondary-button {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

button.welcome-main-button:hover {
  background-color: transparent !important;
  color: #56979f !important;
}

button.welcome-secondary-button:hover {
  background-color: transparent !important;
  color: #ea9188 !important;
}

.home-page-big-quote {
  height: 500px;
  width: 100%;
  background-image: url("../img/head_massage_2.jpg");
  background-size: cover;
  background-position: center center;
  border: 25px solid transparent;
  margin: -300px auto 120px auto;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.home-page.slogan-thing-1 {
  height: 500px;
  background-image: url(../img/banner-5.jpg);
  background-size: cover;
  background-position: center center;
}

.massage-can-section {
  padding: 6em 0;
  background-image: linear-gradient(#56979f, rgba(86, 151, 159, 0.9333333333)), url("../img/pattern2.png"); /* W3C */
  background-size: 5%;
}

.opening-hours-home {
  background-color: #f5f5f5;
  background-image: linear-gradient(rgba(245, 245, 245, 0.8274509804), rgba(245, 245, 245, 0.6588235294)), url("../img/pattern2.png"); /* W3C */
  background-position: top right;
  background-repeat: repeat;
  padding: 7.5em 0;
}

.our-special-offer-home {
  background-image: url("../img/banner-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bounce-up {
  opacity: 0;
  transition: all 700ms ease-out;
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.about-main-section {
  height: 800px;
  background-image: url("../img/head-massage-about-section.jpg");
  background-position: center top;
  position: relative;
}

.quote-title-about {
  font-size: 60px;
  line-height: 1.5em;
  border-radius: 0 0 25px 25px;
  box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.486);
}

.about-reviews-section {
  background-image: url("../img/chat.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.about-reviews-section-background {
  background-color: rgba(86, 151, 159, 0.7960784314);
}

.service-main-section {
  height: 800px;
  background-image: url("../img/service-page.jpg");
  background-position: left center;
  background-size: cover;
  position: relative;
}

.package-box {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 25px;
}

.package-box h1 {
  width: 100%;
  padding: 25px 0;
  text-align: center;
}

hr.divider {
  width: 75%;
  color: white;
  margin: 50px auto;
}

.contact-main-section {
  height: 800px;
  background-image: url("../img/contact-image.jpg");
  background-position: left center;
  background-size: cover;
  position: relative;
}

ul.footer-container {
  list-style-type: none;
  width: 50%;
  margin: auto;
}

li.footer-items {
  width: 25%;
  color: white;
  float: left;
  text-align: center;
}

.footer-contact-icons {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: #56979f;
}

.footer-icons-social-medias {
  float: right;
}

.footer-contact-text {
  font-size: 13px;
}

@media screen and (max-width: 800px) {
  header .container-fluid .icon-icon-header {
    width: 100% !important;
    display: block;
    padding: 5px 0 !important;
  }
  .home-page-big-quote {
    width: 100%;
    display: block;
    margin: 0;
  }
  .opening-hours-home, .home-page.about-us.pb-5, .welcome-section {
    padding: 0 !important;
  }
  .container.w-50, .container h2 {
    width: 100% !important;
    letter-spacing: 2px !important;
  }
  .row {
    --bs-gutter-x:0!important;
  }
  .about-main-section, .service-main-section, .contact-main-section {
    width: 100%;
    height: 350px !important;
    background-size: cover;
  }
  .about-main-section h1, .service-main-section h1, .contact-main-section h1 {
    font-size: 16px !important;
  }
  ul.footer-container {
    width: 100%;
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
  }
  li.footer-items {
    width: 50%;
    padding-bottom: 15px;
  }
  footer.container {
    width: 100% !important;
  }
  .footer-contact-icons {
    margin: 0 !important;
  }
  .footer-icons-social-medias {
    float: none;
    clear: both;
    text-align: left;
    padding: 5px 0;
  }
  .footer-contact-text {
    font-size: 13px !important;
  }

  header .container-fluid .text-right{
    text-align: left!important;
  }

  .package-text{
    width:100%!important;
  }

  .package-image{
    width:100%!important;
    height:auto!important;
  }
}/*# sourceMappingURL=general.css.map */