html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-transform: none;
  text-decoration: none;
  border: none;
  outline: none;
}

body {
  font-family: 'Raleway', sans-serif;
  font-display: swap;
  background-image: url('../assets/images/marmur.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: black;
  min-height: 100vh;
}

.maintenance {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  gap: 15px;
}

h1,
.decorative {
  font-family: 'Licorice', cursive;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 4rem;
  text-align: center;
  margin: 0;
}

.container {
  min-width: 320px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/*HEADER*/

/* .header-bg {
  height: 70vh;
  background-image: url('../assets/images/roze_HD.webp');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.header-content {
  max-width: 100%;
  text-align: center;
  margin-top: 1rem;
  color: black;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.header-content h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  margin-bottom: 1rem;
}

.header-cta-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #0c5717;
  color: white;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.header-cta-button:hover {
  background-color: rgba(12, 87, 23, 0.37);
}

@media (max-width: 768px) {
  .header-bg {
    justify-content: center;
    background-position: 70% center;
    height: 50vh;
  }
} */

/* ABOUT */

/* .about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding-top: 4rem;
}

.about-text {
  flex: 1 1 300px;
  max-width: 600px;
  text-align: center;
}

.about-text p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: center;
}

.about-text h2 {
  font-size: 3rem;
  margin: 1.5rem 0;
  font-weight: 700;
}

.about-image {
  flex: 1 1 300px;
  max-width: 400px;
  margin-left: auto;
}

.about-image picture,
.about-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.about-image img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
    align-content: center;
  }
  .about-text,
  .about-image {
    max-width: 250px;
    text-align: center;
    flex: 0 0 auto;
  }

  .about-image img {
    width: 100%;
  }

  .about-text h2 {
    font-size: 1.75rem;
  }

  .about-text p {
    font-size: 1rem;
  }
} */

/* DESCRIPTION */

/* .description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
}

.description .content {
  padding: 2rem;
}

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

@media (max-width: 768px) {
  .content p {
    font-size: 1rem;
  }
} */

/* MOVIE */

/* .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 3rem;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
} */

/* FOOTER */

/* .contact {
  text-align: center;
  padding: 2.5rem;
}

.contact h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.contact-item .icon {
  width: 24px;
  height: 24px;
}

.contact-a {
  color: black;
} */
