* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  flex-wrap: wrap;
  transition: 0.5s;
}

/* montserrat-100 - latin */
@font-face {
  font-family: "";
  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-200 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("./../fonts/montserrat-v25-latin-200.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-200.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("./../fonts/montserrat-v25-latin-300.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-300.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+ */
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("./../fonts/montserrat-v25-latin-600.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("./../fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-100italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: local(""), url("./../fonts/montserrat-v25-latin-100italic.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-100italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-200italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  src: local(""), url("./../fonts/montserrat-v25-latin-200italic.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-200italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-300italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("./../fonts/montserrat-v25-latin-300italic.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("./../fonts/montserrat-v25-latin-italic.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rouge-script-regular - latin */
@font-face {
  font-family: "Rouge Script";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../fonts/rouge-script-v14-latin-regular.woff2") format("woff2"), url("./../fonts/rouge-script-v14-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
p {
  color: #555;
  font-size: 16px;
  font-weight: 300;
}

.bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-img img {
  position: absolute;
  width: 100%;
  top: -500px;
  right: -300px;
  height: auto;
  opacity: 8%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: rgba(236, 116, 69, 0.7176470588);
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/*header*/
.social {
  width: 100%;
  height: 1px;
  text-align: right;
  top: 0;
}

.social .fa {
  color: #97649d;
  font-size: 20px;
  margin-left: 20px;
}

.social .fa:hover {
  opacity: 50%;
  cursor: pointer;
}

.social-media {
  display: none;
}

header {
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 50px 0 50px; /* header nav height */
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  width: 400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo img {
  width: 200px;
  height: auto;
}

header .logo .hide-mobile {
  width: 100px;
  height: auto;
}

header .logo a {
  text-decoration: none;
}

header img {
  width: 350px;
  height: auto;
}

header .navigation {
  position: relative;
  display: flex;
}

header .navigation li {
  list-style: none;
  margin-left: 10px;
}

header .navigation li a {
  text-decoration: none;
  color: #350d6e;
  font-size: 20px;
}

header .navigation li a:hover {
  text-decoration: none;
  opacity: 50%;
}

header.sticky {
  background-color: rgba(53, 13, 110, 0.7176470588);
  padding: 20px 100px; /* header after scrollnav height */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.151);
}

header.sticky .logo {
  width: 320px;
  height: auto;
  border-radius: 3px;
  transition: 0.5s;
}

header.sticky .logo img {
  width: 200px;
  height: auto;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.8784313725);
}

header.sticky .logo .hide-mobile {
  width: 83px;
  height: auto;
  transition: 0.5s;
}

header.sticky .social {
  margin-top: -15px;
}

header.sticky .social .fa {
  color: #fff;
}

header.sticky .navigation li a {
  color: #fff; /* header after scrollnav color: */
}

header.sticky .navigation li a:hover {
  color: #bebce7;
}

/**/
.banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("./../img/header-img2.jpg");
  background-size: cover;
}

.banner .content {
  position: relative;
  width: 900px;
  text-align: center;
  animation: slideInFromBottom 1s ease-in;
  margin-left: 500px;
  margin-top: 100px;
  border-right: 1px solid rgb(209, 209, 209);
  border-bottom: 1px solid rgb(209, 209, 209);
  padding: 20px;
  border-radius: 5px;
}

.banner .content h1 {
  font-weight: 100;
  font-style: italic;
  color: #fff;
  filter: drop-shadow(0 10px 20px #000);
}

.banner .content h2 {
  color: #552597;
  font-weight: 400;
  font-size: 130px;
  font-family: "Rouge Script", cursive;
  text-shadow: 0 0 5px #fff;
}

.banner .treat h1 {
  font-weight: 100;
  color: #fff;
  font-size: 50px;
  filter: drop-shadow(0 10px 20px #000);
}

.btn {
  font-size: 1em;
  color: #fff;
  background: rgba(184, 133, 38, 0.631372549);
  display: inline-block;
  padding: 15px 30px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  transition: 0.5s;
  border: none;
  text-decoration: none;
  border-radius: 100px;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.644);
  color: #bebce7;
  border: none;
  padding: 15px 50px;
}

.error-down {
  position: absolute;
  left: calc(50% - 25px);
  bottom: 100px;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("./../img/error-down.svg");
  display: block;
  cursor: pointer;
  z-index: 2;
}

/* BODY */
.contact_container {
  width: 500px;
  height: auto;
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 1;
  display: flex;
  margin-left: 0;
  transition: 0.5s;
  transition-delay: 2s;
}

.contact_content {
  width: 500px;
  height: auto;
  background-color: #97649d;
  padding: 20px;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 2s;
}

.mail_content h2 {
  color: #fff;
}

.mail_content p {
  color: #ffffff;
}

.contact_btn {
  position: absolute;
  left: 0;
  width: 50px;
  height: 300px;
  background-color: #350d6e;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  transition: 0.5s;
  transition-delay: 2s;
}

.contact_btn h2 {
  text-transform: uppercase;
  color: #fff;
  transform: rotate(-90deg);
}

.contact_container:hover {
  transition-delay: 0s;
}

.contact_container:hover .contact_btn {
  opacity: 0;
  transition-delay: 0s;
}

.contact_container:hover .contact_content {
  opacity: 1;
  transition-delay: 0s;
}

.input {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  padding: 5px;
  border: none;
}

.message {
  width: 100%;
  height: 160px;
  resize: none;
  margin-bottom: 5px;
  padding: 5px;
  border: none;
}

.code-fill-in {
  height: 40px;
  width: 150px;
  padding: 5px;
  border: none;
}

.mailBtn {
  margin: 5px 0 0 0;
  border: none;
  padding: 10px 20px;
  background-color: #350d6e;
  color: #fff;
}

.mailBtn:hover {
  cursor: pointer;
  opacity: 50%;
}

.fillin {
  height: 40px;
}

.mail-code a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.neuright {
  margin-bottom: 5px;
}

section {
  padding: 100px;
}

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

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

.about_container .about-content img {
  float: right;
  width: 374px;
  height: 300px;
  margin: 0 0 0 50px;
  border-radius: 5px;
}

.about .about_container .qa h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.about_container .about-content h2 {
  color: #552597;
  font-weight: 400;
  font-size: 100px;
  font-family: "Rouge Script", sans-serif;
  margin-left: 10px;
}

.treatments .qa h2 {
  color: #8626b8;
  font-weight: 400;
  font-size: 100px;
  font-family: "Rouge Script", sans-serif;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2750px);
  }
}
.slider {
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider::before,
.slider::after {
  content: "";
  position: absolute;
  height: 300px;
  width: 374px;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 9000px;
}

.slider .slide {
  position: relative;
  height: 300px;
  width: 374px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .slide img {
  height: 300px;
  width: 374px;
}

.slider .slide a {
  position: absolute;
  color: 333;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.2862745098);
  padding: 20px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.slider .slide p {
  color: #fff;
  font-weight: 500;
}

.treat-info {
  background-color: rgba(236, 116, 69, 0.7176470588);
  padding: 10px;
  margin-top: 50px;
}

/*  footer */
footer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer_content {
  width: 500px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 30px;
}

.footer_content p {
  font-size: 14px;
}

.footer_content a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
}

.footer_content a:hover {
  color: #8c00ff;
}

.credit {
  padding: 20px 40px;
  text-align: center;
  display: flex;
}

.credit a {
  color: #555;
  text-decoration: none;
  font-size: 12px;
  background-color: #fff;
}

.credit a:hover {
  color: #8c00ff;
}

/**/
@media screen and (max-width: 1450px) {
  body {
    display: non;
  }
  .banner .content {
    width: 900px;
    margin-left: 300px;
  }
}
/**/
@media screen and (max-width: 1250px) {
  body {
    display: non;
  }
  .banner .content {
    width: 900px;
    margin-left: 100px;
  }
}
/**/
@media screen and (max-width: 1150px) {
  body {
    display: non;
  }
  .bg-img img {
    position: absolute;
    width: 100%;
    top: 20%;
    right: 0px;
    height: auto;
    opacity: 3%;
  }
  /* BODY */
  .contact_container {
    display: none;
  }
  header .social .fa {
    display: none;
  }
  .social-media {
    display: block;
  }
  .social-media .fa {
    color: #fff;
    font-size: 24px;
    padding: 15px;
  }
  /**/
  header,
  header.sticky {
    padding: 10px 30px;
  }
  header .navigation {
    display: none;
  }
  header .navigation.active {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #c2a0c5;
  }
  header .navigation li {
    margin-left: 0;
  }
  header .navigation li a {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
  }
  .menuToggle {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background: url("./../img/open.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #ebedef;
  }
  .menuToggle.active {
    background: url("./../img/close.pn");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .banner {
    background: url("./../img/header-img-media.jpg");
    background-size: cover;
    background-position: center;
  }
  .banner .content {
    width: 100%;
    text-align: center;
    animation: none;
    margin-left: 0;
    margin-top: 0;
    border-right: none;
    border-bottom: none;
    border-radius: none;
    background-color: rgba(255, 255, 255, 0.527);
    padding: 10px 0;
  }
  .banner .content h2 {
    font-size: 90px;
    font-family: "Rouge Script", cursive;
    text-shadow: none;
    line-height: 80px;
    margin-bottom: 20px;
  }
  .banner .content h1 {
    font-weight: 300;
    color: #97649d;
    filter: none;
    font-size: 18px;
    padding: 5px;
  }
  .error-down {
    display: none;
  }
  section {
    padding: 0px;
  }
  /* ABOUT */
  .about_container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about_container .about-content {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .about_container .about-content img {
    width: 250px;
    height: auto;
  }
  .about_container .about-content h2 {
    font-weight: 400;
    font-size: 50px;
  }
  .about .about_container .qa h2 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
  }
  .treatments .qa h2 {
    font-weight: 400;
    font-size: 100px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1750px);
    }
  }
  .slider {
    background: white;
    height: 200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider::before,
  .slider::after {
    content: "";
    position: absolute;
    height: 200px;
    width: 249px;
  }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: 3000px;
  }
  .slider .slide {
    height: 200px;
    width: 249px;
  }
  .slider .slide img {
    height: 200px;
    width: 249px;
  }
  /*  footer */
  footer {
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .footer_content {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 20px 10px;
    text-align: center;
  }
  .footer_content p {
    font-size: 12px;
  }
  .credit {
    padding: 40px 20px;
    text-align: center;
  }
}
/**/
@media screen and (max-width: 700px) {
  body {
    display: non;
  }
  .hide-mobile {
    display: none;
  }
  header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .logo {
    width: 150px;
  }
  header .logo img {
    width: 150px;
    height: auto;
  }
  header.sticky .logo {
    width: auto;
    height: auto;
  }
  header.sticky .logo img {
    width: 150px;
    height: auto;
  }
  .about_container .about-content img {
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
  }
  /*  footer */
}
/*image slide in*/
@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(-150%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*reveal*/
.reveal-right {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-right.active-right {
  transform: translateX(0);
  opacity: 1;
}

.reveal-left {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-left.active-left {
  transform: translateX(0);
  opacity: 1;
}

.reveal-fade {
  position: relative;
  opacity: 0;
  transition: 1s all ease;
}

.reveal-fade.active-fade {
  opacity: 1;
}

/**/ /*# sourceMappingURL=style.css.map */