* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s;
}

* h1, h2 {
  font-family: "melodrama", serif;
}

body {
  font-family: "General sans", sans-serif;
  background-color: #5E3D2C;
  color: #D8A47F;
  line-height: 1.5;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6rem;
  padding: 0 1rem;
  position: fixed;
  z-index: 1000;
  background-color: #D8A47F;
}
header .logo {
  display: flex;
  align-items: center;
  width: 70%;
  height: 6rem;
}
header .logo img {
  height: 80%;
  max-width: 15rem;
}
header nav#desktopNav {
  display: none;
}
header .menu-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 28px;
  cursor: pointer;
  padding: 10px 0;
}
header .menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #5E3D2C;
}
header .button-active span:nth-child(1) {
  transform: translateY(3px) rotate(45deg) scaleX(0.7);
}
header .button-active span:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg) scaleX(0.7);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
  width: 100%;
  height: calc(100% - 6rem);
  padding: 1rem;
  padding-top: 5rem;
  position: fixed;
  top: 6rem;
  line-height: 1.2rem;
  font-size: 2rem;
  text-transform: capitalize;
  background-color: #D8A47F;
  transform: translateX(100%);
  z-index: 2000;
}
.mobile-nav a {
  text-decoration: none;
  color: #5E3D2C;
  font-size: 3rem;
  line-height: 5rem;
  margin-left: 2rem;
  font-weight: 900;
  font-family: "melodrama", serif;
}

.nav-active {
  transform: translateX(0vw);
}

main {
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
}
main #landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  max-width: 100vw;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: calc(85vh - 6rem) !important;
  padding: 1rem;
  background: url("https://images.unsplash.com/photo-1529543544282-ea669407fca3?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
}
main #landing .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(167deg, rgb(183, 132, 95) 0%, rgba(194, 143, 106, 0.5) 75%, rgba(216, 164, 127, 0) 100%);
}
main #landing h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.5rem;
  font-family: "melodrama", serif;
  font-weight: lighter;
  text-align: center;
  line-height: 4rem;
  z-index: 5;
  color: #5E3D2C;
}
main #landing h1 span.bold {
  font-weight: 700;
  font-size: 4.5rem;
}
main #landing p {
  text-align: center;
  color: #5E3D2C;
  font-style: italic;
  font-family: "melodrama", serif;
  font-weight: 700;
  font-size: 1.2rem;
  z-index: 5;
}
main #landing span.cta-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  z-index: 5;
}
main #landing span.cta-buttons a {
  font-weight: 500;
  color: #D8A47F;
  text-decoration: none;
  padding: 0.7em 2em;
  border-radius: 0.5em;
  background-color: #671D13;
  border: 2px solid #671D13;
}
main #landing span.cta-buttons a:hover {
  background-color: #D8A47F;
  color: #671D13;
  border: 2px solid #D8A47F;
}
main #about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  padding-bottom: 3rem;
}
main #about p {
  max-width: 65%;
}
main #usluge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  width: 100%;
}
main #usluge .services-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
main #usluge .services-list .service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: auto;
  padding: 1rem;
  background-color: #D8A47F;
  color: #5E3D2C;
  border-radius: 0.5em;
}
main #usluge .services-list .service i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
main #usluge .services-list .service h3 {
  font-size: 1.5rem;
  text-align: center;
  font-family: "melodrama", serif;
}
main #usluge .services-list .service p {
  text-align: center;
}
main #gallery {
  padding: 2rem;
  background-color: #D8A47F;
}
main #gallery h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #5E3D2C;
}
main #gallery .gallery-container {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
main #gallery .gallery-container img {
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  border-radius: 8px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
main #contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}
main #contact h2 {
  padding: 1rem;
}
main #contact .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  padding: 0 3rem;
}
main #contact .info p {
  text-align: center;
}
main #contact .info p a {
  color: #D8A47F;
}

main.menu {
  position: sticky;
  top: 6rem;
  padding: 2rem 1rem;
  max-width: 960px;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  font-family: "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.6862745098);
}
main.menu section {
  margin-bottom: 2.5rem;
}
main.menu section h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.5rem;
  color: #D8A47F;
}
main.menu section h3 {
  font-size: 1rem;
  margin: 0.3rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.2rem;
}

@media (min-width: 500px) {
  .menu {
    padding: 2rem;
  }
  .menu h1 {
    font-size: 1.8rem;
  }
  .menu h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .menu section {
    margin-bottom: 0;
  }
  .menu section h1 {
    font-size: 1.6rem;
  }
  .menu section h3 {
    font-size: 1rem;
  }
}
footer {
  position: sticky;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  transform: translateY(3rem);
  background-color: #D8A47F;
}
footer p {
  font-family: "General sans", sans-serif;
  color: #5E3D2C;
  font-weight: 900;
}
footer p a {
  color: #5E3D2C;
  font-family: "clash display";
}

@media (min-width: 500px) {
  main #gallery .gallery-container {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  header {
    padding: 3rem;
  }
  header .logo {
    width: 40%;
  }
  header nav#desktopNav {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.1rem;
    font-weight: 700;
  }
  header nav#desktopNav a {
    text-decoration: none;
    color: #5E3D2C;
  }
  header .menu-button {
    display: none;
  }
  main #landing {
    flex-direction: column;
    justify-content: space-around;
    padding: 1rem 10%;
    height: 50vh;
    background-size: 100% auto;
  }
  main #landing h1 {
    font-size: 3rem;
    text-align: left;
  }
  main #usluge {
    justify-content: center;
    align-items: center;
  }
  main #usluge .services-list {
    flex-direction: row;
  }
  main #usluge .services-list .service {
    height: 12rem;
  }
  main #gallery .gallery-container {
    -moz-column-count: 4;
         column-count: 4;
  }
  main #contact .info {
    flex-direction: row;
  }
  main #contact .info p {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }
  .mobile-nav {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */