@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");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
html {
  -webkit-font-smoothing: antialiased !important;
  scroll-behavior: smooth;
}

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

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

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

body#main {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
body#main h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
body#main #header {
  height: 3.4rem;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
}
body#main #header .navbar-brand {
  display: inline-flex;
  width: 250px;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
  font-size: 1rem;
  color: #f9f4f0;
}
body#main #header .navbar-brand img {
  border-radius: 0.5rem;
}
body#main #header .navbar-brand i {
  color: #f9f4f0;
}
body#main #header .navbar-toggler {
  box-shadow: none;
  outline: none;
  border: none;
}
body#main #header .navbar-toggler i {
  color: #f9f4f0;
  font-size: 1.5rem;
}
body#main #header ul li.nav-item a.nav-link {
  color: #f9f4f0;
  position: relative;
  transition: 0.4s all;
}
body#main #header ul li.nav-item a.nav-link:hover {
  color: #ab8b34;
}
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: #ab8b34;
  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: #ab8b34;
  color: #f9f4f0;
}
body#main #top-section h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
}
@media screen and (max-width: 992px) {
  body#main #top-section h1 {
    font-size: 2.8rem;
  }
}
body#main #top-section h1 span {
  font-family: "Merriweather", serif;
  font-weight: bold;
  color: #ab8b34;
}
body#main #top-section .buttons {
  margin-top: 3rem;
  display: flex;
}
body#main #top-section .buttons .btn {
  padding: 1rem 2rem;
  height: 3.6rem;
}
body#main #top-section .buttons .btn.hairdresser {
  border-radius: 0.3rem;
  background-color: #ab8b34;
  color: #ffffff;
  font-family: "Poppins", 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 rgba(171, 139, 52, 0.6);
  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: #ab8b34;
  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: rgba(171, 139, 52, 0.6);
}
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: #ab8b34;
  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: #ab8b34;
  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-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 40rem;
  width: 40rem;
}
body#main #top-section .swiper.swiper-cards .swiper-slide h6 {
  position: absolute;
  bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  left: 50%;
  background-color: rgba(249, 244, 240, 0.7);
  transform: translateX(-50%);
  color: #212529;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
body#main #top-section .swiper.swiper-cards .swiper-slide img {
  height: 120%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
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: rgba(171, 139, 52, 0.6);
  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 rgba(171, 139, 52, 0.6);
  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: #ab8b34;
  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: #ab8b34;
}
body#main .about {
  background-color: #212529;
}
body#main .about .title {
  font-family: "Montserrat", sans-serif;
  color: #f8f9fa;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
}
body#main .about p {
  color: #f9f4f0;
  text-align: justify;
  font-size: 1.1rem;
  line-height: 170%;
  text-indent: 2rem;
}
body#main .about .haus-plaza {
  font-family: "Merriweather", sans-serif;
}
body#main #middle-1 h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
}
@media screen and (max-width: 992px) {
  body#main #middle-1 h1 {
    font-size: 2.8rem;
  }
}
body#main #middle-1 h1 span {
  font-family: "Merriweather", serif;
  font-weight: bold;
  color: #ab8b34;
}
body#main #middle-1 .buttons {
  margin-top: 3rem;
  display: flex;
}
body#main #middle-1 .buttons .btn {
  padding: 1rem 2rem;
  height: 3.6rem;
}
body#main #middle-1 .buttons .btn.hairdresser {
  border-radius: 0.3rem;
  background-color: #ab8b34;
  color: #ffffff;
  font-family: "Poppins", cursive;
  box-shadow: 0 0.125rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}
body#main #middle-1 .buttons .btn.watch-video {
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
body#main #middle-1 .buttons .btn.watch-video .circle {
  background-color: transparent;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  border: 0.2rem solid rgba(171, 139, 52, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
body#main #middle-1 .buttons .btn.watch-video .circle i {
  font-size: 1.2rem;
}
body#main #middle-1 .buttons .btn.watch-video span {
  margin-left: -0.5rem;
  background-color: #ffffff;
  padding: 0.5rem 0.5rem;
  font-family: "Montserrat", sans-serif;
}
body#main #middle-1 #watch-video-modal {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body#main #middle-1 #watch-video-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
}
body#main #middle-1 #watch-video-modal .modal-dialog .modal-content button {
  background-color: #ab8b34;
  color: #f8f9fa;
  border: none;
}
body#main #middle-1 .numbers .item-container {
  position: relative;
}
body#main #middle-1 .numbers .item-container::after {
  content: "";
  width: 0.15rem;
  height: 60%;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(171, 139, 52, 0.6);
}
body#main #middle-1 .numbers .item-container:last-child::after {
  display: none;
}
body#main #middle-1 .numbers .item-container .item {
  padding: 0 0.4rem;
}
body#main #middle-1 .numbers .item-container .item .number {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-family: "Montserrat", sans-serif;
}
body#main #middle-1 .numbers .item-container .item .number span {
  font-weight: 500;
  color: #ab8b34;
  font-size: 2.4rem;
}
body#main #middle-1 .numbers .item-container .item .number h6 {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: bold;
  margin-bottom: 0;
}
body#main #middle-1 .numbers .item-container .item p {
  margin-bottom: 0;
}
body#main #middle-1 .numbers .item-container .item p span {
  color: #ab8b34;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
body#main #middle-1 p {
  font-size: 1.1rem;
}
body#main #middle-1 .swiper.swiper-cards .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 40rem;
  width: 40rem;
}
@media screen and (max-width: 600px) {
  body#main #middle-1 .swiper.swiper-cards .swiper-slide {
    height: 24rem;
  }
}
body#main #middle-1 .swiper.swiper-cards .swiper-slide h6 {
  position: absolute;
  bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  left: 50%;
  background-color: rgba(249, 244, 240, 0.7);
  transform: translateX(-50%);
  color: #212529;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
body#main #middle-1 .swiper.swiper-cards .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#main #middle-1 .swiper.swiper-cards .swiper-pagination {
  bottom: -1.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(171, 139, 52, 0.6);
  letter-spacing: -0.1rem;
}
body#main #middle-1 .swiper.swiper-cards .swiper-pagination .swiper-pagination-current {
  font-size: 2rem;
  color: #212529;
}
body#main #middle-1 .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 #middle-1 .swiper.swiper-cards .next-prev-container .prev,
body#main #middle-1 .swiper.swiper-cards .next-prev-container .next {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
body#main #middle-1 .swiper.swiper-cards .next-prev-container .prev .circle,
body#main #middle-1 .swiper.swiper-cards .next-prev-container .next .circle {
  background-color: transparent;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 0.2rem solid rgba(171, 139, 52, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
body#main #middle-1 .swiper.swiper-cards .next-prev-container .prev .circle i,
body#main #middle-1 .swiper.swiper-cards .next-prev-container .next .circle i {
  font-size: 1.2rem;
}
body#main #middle-1 .swiper.swiper-cards .next-prev-container .prev span,
body#main #middle-1 .swiper.swiper-cards .next-prev-container .next span {
  background-color: #ffffff;
  padding: 0.5rem 0.5rem;
  margin-left: -0.5rem;
}
body#main #middle-1 .swiper.swiper-cards .next-prev-container .prev.next span,
body#main #middle-1 .swiper.swiper-cards .next-prev-container .next.next span {
  margin-right: -0.5rem;
  z-index: 2;
}
body#main .vision-mission {
  background-color: #212529;
}
body#main .vision-mission .title {
  font-family: "Montserrat", sans-serif;
  color: #f8f9fa;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
}
body#main .vision-mission h2 {
  font-family: "Montserrat", sans-serif;
  color: #f8f9fa;
  font-weight: 600;
  color: #ab8b34;
}
body#main .vision-mission p {
  color: #f9f4f0;
  text-align: justify;
  font-size: 1.1rem;
  line-height: 170%;
}
body#main .projects {
  background-color: #212529;
}
body#main .projects .title {
  font-family: "Montserrat", sans-serif;
  color: #f8f9fa;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
}
body#main .projects p {
  color: #f9f4f0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 170%;
}
body#main .projects .project-container .swiper .swiper-wrapper .swiper-slide {
  box-shadow: 0 0.125rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}
body#main .projects .project-container .swiper .swiper-wrapper .swiper-slide h5 {
  border-left: 0.2rem solid #ab8b34;
  padding-left: 0.3rem;
  margin-bottom: 0.5rem !important;
}
body#main .projects .project-container .swiper .swiper-wrapper .swiper-slide a {
  background-color: #ab8b34;
  color: #f9f4f0;
  margin-top: 1rem;
}
body#main .projects .project-container .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ab8b34;
}
body#main footer#footer {
  background-color: #212529;
}
body#main footer#footer .footer-title {
  font-family: "Montserrat", sans-serif;
  color: #f8f9fa;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
}
body#main footer#footer .phone-container {
  background-color: #212529;
  height: 35rem;
  width: 16rem;
  border-radius: 2rem;
  border: 0.2rem solid #343a40;
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 2rem;
}
body#main footer#footer .phone-container .camera {
  width: 5rem;
  height: 1.3rem;
  border-radius: 1rem;
  background-color: #343a40;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
body#main footer#footer .phone-container .maps {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.8rem;
  height: 99%;
  width: 98%;
  overflow: hidden;
}
body#main .links {
  margin-bottom: 1rem;
}
body#main .links h6 {
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  color: #f8f9fa;
  border-left: 0.2rem solid #ab8b34;
  padding-left: 0.5rem;
}
body#main .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#main .links ul li a {
  font-family: "Mulish", sans-serif;
  font-size: 1.1rem;
  line-height: 1.9rem;
  color: #f9f4f0;
  position: relative;
  transition: 0.4s all;
  text-decoration: none;
}
body#main .links ul li a i {
  font-size: 1.2rem;
}
body#main .links ul li a:hover {
  color: #ab8b34;
}
body#main .links ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
body#main .links ul li a::after {
  content: "";
  transition: 0.4s all;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  background-color: #ab8b34;
  height: 0.1rem;
  width: 0;
  opacity: 0;
  transform: translateX(-50%);
  visibility: hidden;
}
body#main .links ul li a.social-media {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.4rem;
}
body#main .links ul li a.social-media.facebook:hover {
  color: #0d6efd;
}
body#main .links ul li a.social-media.facebook:hover::after {
  background-color: #0d6efd;
}
body#main .links ul li a.social-media.instagram:hover {
  color: #dc3545;
}
body#main .links ul li a.social-media.instagram:hover::after {
  background-color: #dc3545;
}
body#main .links ul li a.social-media.mail:hover {
  color: #0dcaf0;
}
body#main .links ul li a.social-media.mail:hover::after {
  background-color: #0dcaf0;
}
body#main .links ul li a.social-media.whatsapp:hover {
  color: #198754;
}
body#main .links ul li a.social-media.whatsapp:hover::after {
  background-color: #198754;
}
body#main .links ul li a.social-media.phone:hover {
  color: #6610f2;
}
body#main .links ul li a.social-media.phone:hover::after {
  background-color: #6610f2;
}/*# sourceMappingURL=main.css.map */