.svg-white {
  fill: #ffe4f8;
}

svg {
  width: 6rem;
}

a {
  text-decoration: none;
}

.nav-cont {
  z-index: 8;
  width: 100vw;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  background-color: #ffe4f8;
}

.nav-cont nav {
  background-color: #ffe4f8;
  width: 100vw;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(66, 66, 66, 0.342);
}

.nav-cont nav .nav-links-left {
  position: absolute;
  left: 3rem;
  font-size: 1.2rem;
  color: rgba(0, 3, 43, 0.397);
}

.nav-cont nav .nav-links-left i {
  padding-right: 0.5rem;
}

.nav-cont nav .nav-links-right {
  position: absolute;
  right: 3rem;
  font-size: 1.2rem;
  color: rgba(0, 3, 43, 0.397);
}

.nav-cont nav .nav-links-right i {
  padding-left: 0.5rem;
}

.nav-cont nav .nav-links-right a {
  text-decoration: none;
  color: #00032b;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-cont nav .nav-links-right a:hover {
  opacity: 1;
  color: #36002b;
}

.navlink {
  color: #00032b;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0rem 0.3rem;
}

.navlink:hover {
  opacity: 1;
  scale: 1.1;
  color: #36002b;
}

.prices-container {
  grid-gap: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.prices-container .price-card {
  width: 100%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.795);
  padding: 0.8rem;
}

.prices-container .price-card:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white;
  -webkit-box-shadow: 6px 6px 20px rgba(122, 0, 61, 0.249);
          box-shadow: 6px 6px 20px rgba(122, 0, 61, 0.249);
}

.prices-container .price-card .service-name {
  font-weight: 700;
  color: #461f3b;
  margin: 0;
  padding: 0;
}

.prices-container .price-card .price {
  margin-bottom: 1rem;
}

.prices-container .price-card .service-price {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: normal;
}

.prices-container .price-card p {
  color: #461f3b;
  font-size: 0.8rem;
  line-height: normal;
  text-align: left;
}

.gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.galImg {
  width: 30%;
  padding-bottom: 0.5rem;
  overflow: hidden;
}

.galImg img {
  width: 100%;
}

.galImg .img-info {
  -webkit-transform: scale(0%);
          transform: scale(0%);
  opacity: 0;
  color: whitesmoke;
  background-color: #36002b;
}

.galImg .img-info .img-title {
  font-size: 0.8rem;
  text-align: center;
}

::-moz-selection {
  background: #36002b;
  /* WebKit/Blink Browsers */
  color: white;
}

::selection {
  background: #36002b;
  /* WebKit/Blink Browsers */
  color: white;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

body {
  width: 100vw;
  overflow-x: hidden;
  background-color: #fff2fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero {
  width: 30%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide {
  width: 100%;
  padding-top: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

.content-block p {
  text-align: center;
  font-size: 0.9rem;
  padding-bottom: 1rem;
}

.full {
  height: calc(100vh - 9rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.splash {
  width: 100vw;
  height: calc(100vh - 9rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  text-align: center;
}

.splash .splash-text {
  width: 90%;
  color: #36002b;
}

.norm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 5%;
}

.half {
  height: 50%;
  padding: 0rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  font-size: 3.3rem;
  margin-top: 4rem;
  color: #36002b;
}

.big-header {
  color: #36002b;
  font-family: 'Dancing Script', cursive;
  text-align: center;
  font-size: 6rem;
}

.treatments {
  margin-top: 1rem;
  width: 100%;
}

.treatments a {
  text-decoration: none;
  color: black;
}

.treatments .t-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  margin: 1rem;
  cursor: pointer;
}

.treatments .t-card:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white;
  -webkit-box-shadow: 6px 6px 20px rgba(122, 0, 61, 0.249);
          box-shadow: 6px 6px 20px rgba(122, 0, 61, 0.249);
}

.treatments .t-card p {
  font-size: 0.8rem;
  padding: 0.5rem;
}

.treatments .t-card .t-header {
  background-color: #36002b;
  font-family: 'Dancing Script', cursive;
  color: whitesmoke;
  text-align: center;
  padding: 0.3rem 0;
  font-size: 1.1rem;
}

.treatments .t-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.treatments .t-card:hover {
  scale: 1.05;
}

.pink {
  fill: #36002b;
}

.outer {
  stroke: #36002b;
  stroke-width: 2px;
  stroke-miterlimit: 10px;
  fill: none;
}

.dark {
  background-color: #36002b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-bottom: 2rem;
  margin-top: 4rem;
}

.dark h1 {
  color: whitesmoke;
  font-size: 1.3rem;
  padding: 1rem;
}

.dark p {
  color: rgba(245, 245, 245, 0.44);
  font-size: 0.8rem;
}

.dark .text {
  width: 90%;
}

.dark .link {
  color: rgba(245, 245, 245, 0.644);
  font-size: 0.7rem;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 900px) {
  .content-block {
    width: 70%;
  }
  .splash .splash-text {
    width: 70%;
  }
  .treatments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .treatments .t-card {
    width: 48%;
    margin-bottom: 0.5rem;
  }
  .prices-container .price-card {
    width: 48%;
    height: 200px;
  }
  .gallery-container {
    width: 90%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .gallery-container .galImg {
    width: 18%;
  }
  .gallery-container .galImg:hover {
    -webkit-transition: scale 0.3s ease-in-out;
    transition: scale 0.3s ease-in-out;
    scale: 1.5;
    z-index: 2;
  }
  .gallery-container .galImg:hover .img-info {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 100;
    z-index: 2;
  }
}
/*# sourceMappingURL=styles.css.map */