.header-bg,
body {
  background-size: cover;
}
.header-bg,
.video-wrapper {
  position: relative;
  overflow: hidden;
}
.about-text,
.about-text p,
.contact,
.content p,
.decorative,
.header-content,
h1 {
  text-align: center;
}
html {
  scroll-behavior: smooth;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-transform: none;
  text-decoration: none;
  border: none;
  outline: 0;
}
body {
  font-family: Raleway, sans-serif;
  font-display: swap;
  background-image: url('../assets/images/marmur.webp');
  background-position: center;
  background-attachment: fixed;
  color: #000;
  min-height: 100vh;
}
.decorative,
h1 {
  font-family: Licorice, cursive;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 4rem;
  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-bg {
  height: 70vh;
  background-image: url('../assets/images/roze_HD.webp');
  background-position: right center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.header-content {
  max-width: 100%;
  margin-top: 1rem;
  color: #000;
  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: #fff;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.header-cta-button:hover {
  background-color: rgba(12, 87, 23, 0.37);
}
.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding-top: 4rem;
}
.description,
.description .content {
  padding: 2rem;
}
.about-text {
  flex: 1 1 300px;
  max-width: 600px;
}
.about-text p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.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 img,
.about-image picture {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.about-image img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content p {
  padding-bottom: 1rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .header-bg {
    justify-content: center;
    background-position: 70% center;
    height: 50vh;
  }
  .about-section {
    flex-direction: column;
    align-content: center;
  }
  .about-image,
  .about-text {
    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,
  .content p {
    font-size: 1rem;
  }
}
.video-wrapper {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 8px;
  margin-bottom: 3rem;
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.contact {
  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: #000;
}
