@import url("https://fonts.googleapis.com/css2?family=Acme&family=Oswald:wght@200;300;400;500;600&display=swap");
html {
  background-color: #141414;
  scroll-behavior: smooth;
}
html a {
  text-decoration: none;
}
html li {
  list-style-type: none;
}
html button {
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
html body {
  margin: 0 auto;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f0f0f0;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.hero-container {
  position: relative;
  height: max(90vh, 650px);
  display: flex;
  flex-flow: column nowrap;
  gap: 48px;
  padding-block-start: 24px;
  overflow: hidden;
}
.hero-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.4);
}
.hero-container.barber-head::before {
  background: url("./../assets/hero-bg.jpg") center left/cover no-repeat;
  animation: scaleAnimation 20s infinite, positionAnimation 20s infinite;
}
@media only screen and (min-width: 1000px) {
  .hero-container.barber-head::before {
    background-size: 150%;
  }
}
.hero-container.blonde-hair .image-preloader {
  z-index: -9999;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  top: 0;
  left: 0;
  background-image: url("./../assets/hair_01.jpg"), url("./../assets/hair_02.jpg"), url("./../assets/hair_03.jpg"), url("./../assets/hair_04.jpg");
}
.hero-container.blonde-hair::before {
  background: url("./../assets/hair_01.jpg") 30%/cover no-repeat;
  animation: hairScale 6s infinite ease, hairBackground 24s infinite linear;
}
@media only screen and (min-width: 1000px) {
  .hero-container.blonde-hair::before {
    animation: hairScaleDesktop 6s infinite ease, hairBackground 24s infinite linear;
  }
}
.hero-container header {
  z-index: 1;
}
.hero-container header nav .mobile-menu {
  display: block;
  position: fixed;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  .hero-container header nav .mobile-menu {
    display: none;
  }
}
.hero-container header nav .logo {
  width: 250px;
  height: 250px;
  margin: 12px 0;
}
@media only screen and (max-width: 999px) {
  .hero-container header nav .logo {
    display: none;
  }
}
.hero-container header nav .logo-mobile {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .hero-container header nav .logo-mobile {
    display: none;
  }
}
.hero-container header nav .mobil-info {
  font-size: 1.5rem;
  text-align: center;
  color: #f6695e;
}
@media only screen and (min-width: 1000px) {
  .hero-container header nav .mobil-info {
    display: none;
  }
}
.hero-container header nav .mobile-menu-open {
  top: 0;
  bottom: 0;
}
.hero-container header nav ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 12px;
  padding-inline: 12px;
}
@media only screen and (max-width: 999px) {
  .hero-container header nav ul {
    flex-flow: column nowrap;
    backdrop-filter: brightness(0.4) blur(5px);
    text-align: center;
    justify-content: center;
    gap: 20px;
    position: fixed;
    z-index: 1;
    top: -140vh;
    width: 100vw;
    height: 100vh;
    transition: top 0.5s ease;
  }
}
.hero-container header nav ul li {
  transition: transform 0.3s ease;
  text-align: center;
}
.hero-container header nav ul li:hover {
  transform: scale(1.05) translateY(4px);
}
.hero-container header nav ul li a {
  font-size: 2rem;
}
.hero-container .announcement {
  padding-inline: 8px;
  text-align: center;
  color: #c43b31;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.hero-container.announce {
  gap: 24px;
  padding-block-start: 0;
}
.hero-container.announce header {
  margin-block-start: -16px;
}
@media only screen and (min-width: 1000px) {
  .hero-container.announce header {
    margin-block-start: -24px;
  }
}
.hero-container.announce header nav .logo-mobile {
  height: 150px;
  width: 150px;
}
.hero-container.announce header nav .mobile-menu {
  top: 32px;
}
@media only screen and (max-width: 536px) {
  .hero-container.announce header nav .mobile-menu {
    top: 64px;
  }
}

article {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  position: sticky;
  bottom: 24px;
  height: 100%;
}
article .article {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  height: 100%;
  padding-inline: 24px;
}
@media only screen and (min-width: 1000px) {
  article .article {
    flex-flow: row nowrap;
  }
}
article .article .article-card {
  display: flex;
  flex-flow: column nowrap;
  align-self: flex-start;
}
article .article .article-card:nth-of-type(even) {
  align-self: flex-end;
  align-items: flex-end;
}
article .article .article-card .title {
  font-family: "Acme", sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
}
@media only screen and (min-width: 1000px) {
  article .article .article-card .title {
    font-size: 6rem;
    line-height: 6.5rem;
  }
}
article .article .article-card p {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}
@media only screen and (min-width: 1000px) {
  article .article .article-card p {
    font-size: 3rem;
    line-height: 3rem;
  }
  article .article .article-card p:first-of-type {
    font-size: 2.2rem;
  }
  article .article .article-card p .note {
    margin-bottom: 4px;
    font-size: 1.1rem;
  }
}
article .article a {
  margin-block-start: 24px;
}
article .article a button {
  background-color: #f44336;
  font-size: 1.5rem;
  width: 20rem;
  height: 3rem;
  transition: background-color 0.7s ease;
}
article .article a button:hover {
  background-color: rgb(202, 165, 87);
}
article .article a button.accent {
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid #caa557;
}
article .article a button.accent:hover {
  border-color: #f44336;
}
@media only screen and (min-width: 1000px) {
  article .article a button {
    font-size: 3rem;
    width: 30rem;
    height: 6rem;
  }
}
article .title-ampersand {
  font-family: "Acme", sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
}

main .teaser {
  margin-top: 25px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 24px;
  height: max(90vh, 650px);
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  main .teaser {
    flex-flow: row nowrap;
  }
}
main .teaser::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./../assets/blond_montage_02.jpg") center 25%/cover no-repeat;
}
main .teaser .teaser-card {
  width: 100%;
  max-width: 300px;
  height: min-content;
  display: flex;
  flex-flow: column nowrap;
  backdrop-filter: blur(3px) brightness(0.6);
  background: rgba(0, 110, 255, 0.1);
  border-radius: 10px;
  gap: 12px;
  padding: 12px;
}
@media only screen and (min-width: 1000px) {
  main .teaser .teaser-card {
    padding: 24px;
    gap: 24px;
    min-height: 300px;
  }
}
main .teaser .teaser-card .title {
  font-size: 2rem;
  color: #caa557;
}
main .teaser .teaser-card p {
  font-size: 1.3rem;
}
main .teaser .teaser-card a {
  margin-block-start: auto;
}
main .teaser .teaser-card a button {
  border: 2px solid #caa557;
  background: transparent;
  width: 100%;
  height: 3rem;
  font-size: 1.5rem;
}
main .female-article {
  margin-top: 25px;
  padding: 48px 24px;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  bottom: unset;
}
main .female-article::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: brightness(0.4);
  background: url("./../assets/female-hero-bg-2.jpg") center 25%/cover no-repeat;
}
main .female-article .article {
  display: flex;
  gap: 24px;
  text-align: center;
}
main .female-article .article a button {
  background-color: #f43676;
}
main .female-article .article a button.barber-head-link {
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #caa557;
}
main .female-article .article p {
  line-height: normal;
}
main .pricing {
  width: 100%;
  padding: 24px 0;
  position: relative;
  margin: 25px 0;
  color: white;
}
main .pricing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../assets/treatments-bg-s.jpg") left/cover no-repeat;
  filter: brightness(0.4);
  z-index: -1;
}
main .pricing h2 {
  font-family: "Acme", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  color: rgb(230, 230, 230);
  font-size: 3rem;
  margin: 0 auto;
}
main .pricing .pricing-content {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  gap: 12px;
}
main .pricing .pricing-content .treatment-card {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: min(95vw, 600px);
  position: relative;
  border: 1px solid rgb(230, 230, 230);
}
main .pricing .pricing-content .treatment-card .card-header {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
main .pricing .pricing-content .treatment-card .card-header p {
  font-family: "Acme", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  color: rgb(230, 230, 230);
  font-size: 2.3rem;
  margin: 12px 0 0 0;
}
main .pricing .pricing-content .treatment-card .card-header img {
  height: 48px;
  width: 48px;
}
main .pricing .pricing-content .treatment-card .card-content {
  display: flex;
  flex-flow: column nowrap;
  padding: 3px;
  width: min(400px, 100%);
  justify-content: center;
  min-height: 100px;
}
main .pricing .pricing-content .treatment-card .card-content table {
  border-collapse: collapse;
  line-height: normal;
  min-height: 70%;
  font-family: "Oswald", sans-serif;
}
main .pricing .pricing-content .treatment-card .card-content table .name {
  color: rgb(202, 165, 87);
  font-weight: bold;
}
main .pricing .pricing-content .treatment-card .card-content table .duration {
  padding-left: 10px;
  border-left: 1px solid rgb(230, 230, 230);
}
main .pricing .pricing-content .treatment-card .card-content table tr {
  border-bottom: 1px solid rgb(230, 230, 230);
}
main .pricing .pricing-content .treatment-card .card-content table tr:last-of-type {
  border-bottom: none;
}
main .pricing .pricing-content .treatment-card p {
  text-align: start;
}
@media screen and (min-width: 600px) {
  main .pricing .pricing-content .treatment-card {
    width: calc(50vw - 20px);
  }
  main .pricing .pricing-content .treatment-card .card-content {
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  main .pricing .pricing-content .treatment-card {
    width: calc(25vw - 15px);
  }
  main .pricing .pricing-content .treatment-card .card-content {
    height: 180px;
  }
}
main .female-pricing::before {
  background: url("./../assets/blond_montage_01.jpg") left/cover no-repeat;
}
main .female-pricing .pricing-content .treatment-card {
  border: none;
}
main .female-pricing .pricing-content .treatment-card .card-header {
  gap: 10px;
}
main .female-pricing .pricing-content .treatment-card .card-content {
  height: initial;
}
main .female-pricing .pricing-content .treatment-card .card-content:last-of-type {
  min-height: initial;
}
main .female-pricing .pricing-content .treatment-card .card-content table {
  min-height: 50%;
}
main .female-pricing .pricing-content .treatment-card .price {
  padding-left: 10px;
  border-left: 1px solid rgb(230, 230, 230);
}
@media screen and (min-width: 600px) {
  main .pricing .pricing-content {
    gap: 3px;
  }
  main .pricing::before {
    background: url("./../assets/treatments-bg-l.jpg") 0 40%/cover no-repeat;
  }
  main .female-pricing::before {
    background: url("./../assets/blond_montage_01.jpg") 0 40%/cover no-repeat;
  }
}
main .map {
  width: 100%;
  height: min-content;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

footer {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 30px 10px 30px 10px;
  background-color: rgb(41, 41, 41);
  box-shadow: 0 1px 5px 1px black;
  margin-top: 25px;
}
footer section {
  width: 200px;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-family: "Oswald", sans-serif;
}
footer section .title {
  border-bottom: 1px solid rgb(202, 165, 87);
  font-family: "Acme", sans-serif;
  font-size: 2rem;
  margin-bottom: 16px;
}
footer section table {
  width: 100%;
}
footer section table tr td:first-of-type {
  text-align: start;
}
footer section table tr td:last-of-type {
  text-align: end;
}
footer p {
  margin-bottom: 12px;
}
footer .social {
  gap: 24px;
  border: 1px solid rgb(202, 165, 87);
  border-radius: 5px;
  align-self: center;
  padding: 24px 0;
}
footer .social a img {
  width: 48px;
  height: 48px;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
    animation-timing-function: linear;
  }
  12.5% {
    transform: scale(1.3);
    animation-timing-function: ease-in-out;
  }
  25% {
    transform: scale(1);
    animation-timing-function: linear;
  }
  37.5% {
    transform: scale(1.3);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: scale(1);
    animation-timing-function: linear;
  }
}
@keyframes scaleAnimationDesktop {
  0% {
    transform: scale(1.5);
    animation-timing-function: linear;
  }
  12.5% {
    transform: scale(1.8);
    animation-timing-function: ease-in-out;
  }
  25% {
    transform: scale(1.5);
    animation-timing-function: linear;
  }
  37.5% {
    transform: scale(1.8);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: scale(1.5);
    animation-timing-function: linear;
  }
}
@keyframes positionAnimation {
  0% {
    background-position: 0%;
    animation-timing-function: ease-in;
  }
  12.5% {
    background-position: 50%;
    animation-timing-function: ease-out;
  }
  25% {
    background-position: 100%;
    animation-timing-function: ease-in;
  }
  37.5% {
    background-position: 50%;
    animation-timing-function: ease-out;
  }
  50% {
    animation-timing-function: ease-in;
    background-position: 0%;
  }
}
@keyframes hairScale {
  0% {
    transform: scale(3);
    filter: brightness(0.9) blur(10px);
    background-position: 50%;
  }
  20% {
    filter: brightness(0.9) blur(0px);
    transform: scale(1);
    background-position: 0;
  }
  80% {
    transform: scale(1);
    filter: brightness(0.9) blur(0px);
    background-position: 100%;
  }
  100% {
    transform: scale(3);
    filter: brightness(0.9) blur(10px);
    background-position: 50%;
  }
}
@keyframes hairScaleDesktop {
  0% {
    transform: scale(3);
    filter: brightness(0.9) blur(10px);
    background-position: center 50%;
  }
  20% {
    filter: brightness(0.9) blur(0px);
    transform: scale(1);
    background-position: center 0;
  }
  80% {
    transform: scale(1);
    filter: brightness(0.9) blur(0px);
    background-position: center 100%;
  }
  100% {
    transform: scale(3);
    filter: brightness(0.9) blur(10px);
    background-position: center 50%;
  }
}
@keyframes hairBackground {
  0%, 25% {
    background-image: url("./../assets/hair_01.jpg");
  }
  25.01%, 50% {
    background-image: url("./../assets/hair_02.jpg");
  }
  50.01%, 75% {
    background-image: url("./../assets/hair_03.jpg");
  }
  75.01%, 100% {
    background-image: url("./../assets/hair_04.jpg");
  }
}

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