@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+PE:wght@100..400&display=swap");
*,
html {
  -webkit-font-smoothing: antialiased !important;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f8f9fa;
}

::-webkit-scrollbar-thumb {
  background: #0fa98d;
  border-radius: 1rem;
}

body#main {
  font-family: "Mulish", sans-serif;
}
body#main .top-button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #0fa98d;
  color: #f9f4f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  cursor: pointer;
  transform: scale(0) translateY(100%);
  z-index: 100;
}
body#main .top-button.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
}
body#main #header {
  height: 3.4rem;
  font-family: "Poppins", sans-serif;
}
body#main #header .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: "Playwrite PE", cursive;
}
body#main #header .navbar-brand i {
  color: #0fa98d;
}
body#main #header .navbar-toggler {
  box-shadow: none;
  transition: 0.3s all;
}
body#main #header .navbar-toggler i {
  transition: 0.3s all;
}
body#main #header .navbar-toggler:focus, body#main #header .navbar-toggler:hover {
  border-color: #0fa98d;
}
body#main #header .navbar-toggler:focus i, body#main #header .navbar-toggler:hover i {
  color: #0fa98d;
}
body#main #header ul li.nav-item a.nav-link {
  color: #16191e;
  position: relative;
  transition: 0.4s all;
}
body#main #header ul li.nav-item a.nav-link:hover {
  color: #0fa98d;
}
body#main #header ul li.nav-item a.nav-link:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
body#main #header ul li.nav-item a.nav-link::after {
  content: "";
  transition: 0.4s all;
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  background-color: #0fa98d;
  height: 0.15rem;
  width: 0;
  opacity: 0;
  transform: translateX(-50%);
  visibility: hidden;
}
body#main #header .guest-buttons {
  display: flex;
  gap: 1rem;
}
body#main #header .guest-buttons a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.125rem 0.2rem rgba(0, 0, 0, 0.075) !important;
  font-size: 0.9rem;
}
body#main #header .guest-buttons a.register {
  background-color: #16191e;
  color: #f9f4f0;
}
body#main #header .guest-buttons a.login {
  background-color: #0fa98d;
  color: #f9f4f0;
}
body#main #top-section h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 3.8rem;
}
@media screen and (max-width: 992px) {
  body#main #top-section h1 {
    font-size: 2.8rem;
  }
}
body#main #top-section h1 span {
  font-family: "Playwrite PE", cursive;
  font-weight: bold;
  color: #0fa98d;
}
body#main #top-section .buttons {
  margin-top: 3rem;
  display: flex;
}
body#main #top-section .buttons .btn {
  padding: 1rem 3rem;
  height: 3.6rem;
}
body#main #top-section .buttons .btn.hairdresser {
  border-radius: 0.3rem;
  background-color: #0fa98d;
  color: #ffffff;
  font-family: "Playwrite PE", cursive;
  box-shadow: 0 0.125rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}
body#main #top-section .buttons .btn.watch-video {
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
body#main #top-section .buttons .btn.watch-video .circle {
  background-color: transparent;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  border: 0.2rem solid #f0e4da;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#main #top-section .buttons .btn.watch-video .circle i {
  font-size: 1.2rem;
}
body#main #top-section .buttons .btn.watch-video span {
  margin-left: -0.5rem;
  background-color: #ffffff;
  padding: 0.5rem 0.5rem;
  font-family: "Montserrat", sans-serif;
}
body#main #top-section #watch-video-modal {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body#main #top-section #watch-video-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
}
body#main #top-section #watch-video-modal .modal-dialog .modal-content button {
  background-color: #0fa98d;
  color: #f8f9fa;
  border: none;
}
body#main #top-section .numbers .item-container {
  position: relative;
}
body#main #top-section .numbers .item-container::after {
  content: "";
  width: 0.15rem;
  height: 60%;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f0e4da;
}
body#main #top-section .numbers .item-container:last-child::after {
  display: none;
}
body#main #top-section .numbers .item-container .item {
  padding: 0 0.4rem;
}
body#main #top-section .numbers .item-container .item .number {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-family: "Montserrat", sans-serif;
}
body#main #top-section .numbers .item-container .item .number span {
  font-weight: 500;
  color: #0fa98d;
  font-size: 2.4rem;
}
body#main #top-section .numbers .item-container .item .number h6 {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: bold;
  margin-bottom: 0;
}
body#main #top-section .numbers .item-container .item p {
  margin-bottom: 0;
}
body#main #top-section .numbers .item-container .item p span {
  color: #0fa98d;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
body#main #top-section p {
  font-size: 1.1rem;
}
body#main #top-section .swiper.swiper-cards .swiper-pagination {
  bottom: -1.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #f0e4da;
  letter-spacing: -0.1rem;
}
body#main #top-section .swiper.swiper-cards .swiper-pagination .swiper-pagination-current {
  font-size: 2rem;
  color: #212529;
}
body#main #top-section .swiper.swiper-cards .next-prev-container {
  z-index: 10;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
}
body#main #top-section .swiper.swiper-cards .next-prev-container .prev,
body#main #top-section .swiper.swiper-cards .next-prev-container .next {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
body#main #top-section .swiper.swiper-cards .next-prev-container .prev .circle,
body#main #top-section .swiper.swiper-cards .next-prev-container .next .circle {
  background-color: transparent;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 0.2rem solid #f0e4da;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#main #top-section .swiper.swiper-cards .next-prev-container .prev .circle i,
body#main #top-section .swiper.swiper-cards .next-prev-container .next .circle i {
  font-size: 1.2rem;
}
body#main #top-section .swiper.swiper-cards .next-prev-container .prev span,
body#main #top-section .swiper.swiper-cards .next-prev-container .next span {
  background-color: #ffffff;
  padding: 0.5rem 0.5rem;
  margin-left: -0.5rem;
}
body#main #top-section .swiper.swiper-cards .next-prev-container .prev.next span,
body#main #top-section .swiper.swiper-cards .next-prev-container .next.next span {
  margin-right: -0.5rem;
  z-index: 2;
}
body#main .marquee-transform {
  overflow: hidden;
  position: relative;
  margin-top: 4rem;
  padding: 5rem 0;
}
body#main .marquee-transform .marquee-container {
  transform: rotate(3deg);
  width: 104%;
  overflow: hidden;
  background-color: #0fa98d;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 1rem;
  position: absolute;
  top: 3rem;
  margin-left: -1rem;
}
body#main .marquee-transform .marquee-container .marquee {
  display: inline-block;
  animation: marquee 20s linear infinite;
}
body#main .marquee-transform .marquee-container .marquee .marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 7rem;
  padding: 0 3.5rem;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  color: #f8f9fa;
}
body#main .marquee-transform .marquee-container .marquee .marquee-item i {
  color: #16191e;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
body#main .marquee-transform .marquee-container-2 {
  transform: rotate(-2deg);
  background-color: #212529;
  width: 104%;
  margin-left: -1rem;
}
body#main .marquee-transform .marquee-container-2 .marquee {
  animation: marquee-2 20s linear infinite;
}
body#main .marquee-transform .marquee-container-2 .marquee .marquee-item {
  color: #f8f9fa;
}
body#main .marquee-transform .marquee-container-2 .marquee .marquee-item i {
  color: #0fa98d;
}
body#main #about .title h1 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
body#main #about .title .or-container {
  text-align: center;
}
body#main #about .title .or-container a {
  color: #ffc107;
}
body#main #about .title .or-container .or {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
}
body#main #about .title .or-container .or::before, body#main #about .title .or-container .or::after {
  content: "";
  height: 0.1rem;
  flex: 1;
}
body#main #about .title .or-container .or::before {
  background: linear-gradient(to right, transparent, rgba(15, 169, 141, 0.7));
}
body#main #about .title .or-container .or::after {
  background: linear-gradient(to left, transparent, rgba(15, 169, 141, 0.7));
}
body#main #about .photo-title {
  align-items: center;
}
body#main #about .photo-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
body#main #about .photo-title h2 span {
  color: #0fa98d;
}
body#main #about .photo-title p {
  font-size: 1.1rem;
}
body#main #about .photo-title .counts {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 1rem;
}
body#main #about .photo-title .counts .item h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  color: #0fa98d;
  font-size: 3rem;
}
body#main #about .photo-title .counts .item span {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}
body#main #gallery .title h1 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
body#main #gallery .title .or-container {
  text-align: center;
}
body#main #gallery .title .or-container a {
  color: #ffc107;
}
body#main #gallery .title .or-container .or {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
}
body#main #gallery .title .or-container .or::before, body#main #gallery .title .or-container .or::after {
  content: "";
  height: 0.1rem;
  flex: 1;
}
body#main #gallery .title .or-container .or::before {
  background: linear-gradient(to right, transparent, rgba(15, 169, 141, 0.7));
}
body#main #gallery .title .or-container .or::after {
  background: linear-gradient(to left, transparent, rgba(15, 169, 141, 0.7));
}
body#main #gallery .images img {
  transition: 0.4s all;
}
body#main #gallery .images img:hover {
  transform: scale(1.05);
}
body#main #services .title h1 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
body#main #services .title .or-container {
  text-align: center;
}
body#main #services .title .or-container a {
  color: #ffc107;
}
body#main #services .title .or-container .or {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
}
body#main #services .title .or-container .or::before, body#main #services .title .or-container .or::after {
  content: "";
  height: 0.1rem;
  flex: 1;
}
body#main #services .title .or-container .or::before {
  background: linear-gradient(to right, transparent, rgba(15, 169, 141, 0.7));
}
body#main #services .title .or-container .or::after {
  background: linear-gradient(to left, transparent, rgba(15, 169, 141, 0.7));
}
body#main #services .services-swiper .swiper-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: 0.4s;
}
body#main #services .services-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
body#main #services .services-swiper .swiper-slide.swiper-slide-active .item {
  box-shadow: 0 0.125rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}
body#main #services .services-swiper .swiper-slide.swiper-slide-active .item:hover {
  transform: scale(1.1);
}
body#main #services .services-swiper .swiper-slide .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  background-color: rgba(249, 244, 240, 0.5);
  padding: 3rem 0.5rem;
  border-radius: 0.4rem;
  transition: 0.4s all;
}
body#main #services .services-swiper .swiper-slide .item img {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}
body#main #services .services-swiper .swiper-slide .item h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  margin-bottom: 0;
}
body#main #services .services-swiper .swiper-slide .item p {
  text-align: center;
  margin-bottom: 0;
}
body#main #contact .logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
body#main #contact .logo h4 {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  font-weight: 900;
  color: #212529;
}
body#main #contact .logo h4 span {
  color: #0fa98d;
  font-weight: 600;
}
body#main #contact .logo i {
  font-size: 2.3rem;
  color: #0fa98d;
}
body#main #contact .social-media ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-left: 0;
  padding-top: 1rem;
}
body#main #contact .social-media ul li {
  padding-right: 1.5rem;
  border-right: 0.14rem solid rgba(15, 169, 141, 0.7);
}
body#main #contact .social-media ul li a i {
  font-size: 1.5rem;
  color: #212529;
}
body#main #contact .e-sale h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
body#main #contact .form-container {
  position: relative;
}
body#main #contact .form-container input {
  background-color: rgba(249, 244, 240, 0.3);
  border: none;
  color: #212529;
  box-shadow: none;
  height: 4rem;
  padding: 1.4rem;
  box-shadow: 0 0.125rem 0.2rem rgba(0, 0, 0, 0.075) !important;
  font-family: "Poppins", sans-serif;
}
body#main #contact .form-container input::-moz-placeholder {
  color: #6c757d;
}
body#main #contact .form-container input::placeholder {
  color: #6c757d;
}
body#main #contact .form-container button {
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  right: 1rem;
  background-color: #0fa98d;
  color: #f8f9fa;
  padding: 0.6rem 1.3rem;
}
body#main #contact .hr-base-1 {
  height: 0.05rem;
  background-color: rgba(15, 169, 141, 0.4);
  margin: 0;
  padding: 0;
}
body#main #contact .footer h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding-left: 0.5rem;
  border-left: 0.2rem solid #0fa98d;
}
body#main #contact .footer ul {
  padding-left: 0;
  list-style: none;
  margin-top: 1rem;
}
body#main #contact .footer ul.werk-time li a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
body#main #contact .footer ul.werk-time li a span {
  margin-top: -0.7rem;
}
body#main #contact .footer ul.werk-time li a h6 {
  margin-bottom: 0;
  color: #0fa98d;
  font-family: "Poppins", sans-serif;
}
body#main #contact .footer ul li {
  margin-bottom: 0.4rem;
}
body#main #contact .footer ul li:last-child a {
  align-items: flex-start;
}
body#main #contact .footer ul li:last-child a i {
  margin-top: 0.4rem;
}
body#main #contact .footer ul li a {
  color: #212529;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body#main #contact .footer ul li a i {
  color: #0fa98d;
}
body#main #contact .footer ul li a:hover {
  color: #0fa98d;
}
body#main #contact .footer-text h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
body#main #contact .footer-text h6 span {
  color: #0fa98d;
}/*# sourceMappingURL=main.css.map */