* {
  box-sizing: border-box;
}

body {
  background-color: #fff2e0;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: "PPNeueCorp";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/PPNeueCorp/PPNeueCorp-CompactMedium.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/fonts/Roboto/Roboto-ExtraLight.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Roboto/Roboto-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
  font-display: swap;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.8rem 2.2rem 0.8rem 2.2rem;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #fff2e080;
  transition: top 0.4s ease, background-color 0.3s ease;
}

.header-desktop.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop nav {
  display: flex;
  justify-content: space-between;
}

.header-desktop .nav-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
}

.header-desktop .nav-link {
  font-size: 1.1rem;
  font-weight: 100;
  color: #fff2e0;
  text-decoration: none;
}

.nav-btn {
  background-color: #34656d;
  display: flex;
  align-items: center;
  gap: 4px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  padding: 0.8rem 1.4rem;
  font-family: "Roboto", sans-serif !important;
  color: #fff2e0;
  font-size: 1rem;
  font-weight: 100 !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.nav-btn img {
  margin-top: 2px;
  width: 10px;
  height: auto;
}

.mobile-header {
  display: none;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line {
  background-color: #fff2e0;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #fff2e0;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #fff2e0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  display: flex;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15%;
  left: 1.4rem;
}

.menu-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.7rem;
  font-weight: 200;
  text-decoration: none;
  padding: 0.4rem 0;
  color: #1a1a1d;
}

.menu-bottom {
  position: absolute;
  bottom: 2rem;
  left: 4%;
}

.vertical-bar {
  color: #1a1a1d;
}

.mobile-header {
  display: none;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line {
  background-color: #fff2e0;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #fff2e0;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #fff2e0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  display: flex;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15%;
  left: 1.4rem;
}

.menu-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.7rem;
  font-weight: 200;
  text-decoration: none;
  padding: 0.4rem 0;
  color: #1a1a1d;
}

.menu-bottom {
  position: absolute;
  bottom: 2rem;
  left: 4%;
}

.vertical-bar {
  color: #1a1a1d;
}

main {
  margin-top: -50px;
}

.hero {
  position: relative;
  width: 100%;
  height: 80vh;
}

.img-container {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
  top: 0;
}

main .hero {
  position: relative;
  width: 100%;
  height: 100%;
}

.scroll-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
}

.pees-img {
  object-position: 25% 50%;
}

.quick-navigation {
  position: absolute;
  top: 10rem;
  left: 6rem;
  z-index: 2;
}

.quick-navigation a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #fff2e0;
  font-weight: 100;
  font-size: 1.1rem;
  text-decoration: none;
}

.quick-navigation a img {
  transition: all 0.3s ease-in-out;
}

.quick-navigation a:hover img {
  transform: rotate(360deg);
}

.hero-text {
  position: absolute;
  bottom: 2rem;
  left: 6rem;
  right: 6rem;
  z-index: 2;
}

h1 {
  font-family: "PPNeueCorp", sans-serif;
  color: #fff2e0;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 3.8rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 40%;
}

.hero-text p {
  color: #fff2e0;
  font-weight: 100;
  font-size: 1.2rem;
  width: 45%;
  margin-top: 0.8rem;
}

article {
  margin: 4rem 6rem;
}

.gallery-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2rem;
  margin-top: 6rem;
}

.img-item {
  overflow: hidden;
  display: block;
  line-height: 0;
}

.g-img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.g-img:hover {
  transform: scale(1.08);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2.2rem;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.lightbox-nav span {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
  padding: 0 20px;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

footer {
  background-color: #1a1a1d;
  position: relative;
  padding: 2rem 6rem 0 6rem;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/icons/logo-footer.svg") no-repeat;
  background-size: min(85vmin, 900px);
  z-index: 0;
  pointer-events: none;
}

.footer-layout {
  position: relative;
  z-index: 1;
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.footer-layout h4 {
  font-family: "PPNeueCorp", sans-serif;
  color: #585861;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0;
}

.footer-layout ul {
  padding: 0;
  margin: 0;
}

.footer-layout ul li {
  list-style: none;
  line-height: 1.3rem;
}

.footer-layout ul li a {
  color: #fff2e0;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 100;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.social-link {
  margin-bottom: 0.5rem;
}

.footer-bottom-layout {
  position: relative;
  z-index: 1;
  border-top: 1px solid #fff2e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  color: #fff2e0;
  font-weight: 100;
  font-size: 0.9rem;
  margin: 0.8rem 0;
}

.footer-bottom a {
  color: #fff2e0;
  font-weight: 100;
  font-size: 0.9rem;
  margin: 0.8rem 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 0;
  }
  h1 {
    font-size: 2rem;
    line-height: 2rem;
    width: 100%;
  }
  .hero-text p {
    width: 100%;
    font-size: 1.1rem;
  }
  .quick-navigation {
    left: 1rem;
  }
  article {
    margin: 4rem 1rem;
  }
  .gallery-layout {
    grid-template-columns: 1fr;
  }
  .lightbox-close {
    right: 0.5rem;
  }
  .lightbox-nav span {
    padding: 0;
  }
  footer {
    padding: 2rem 1rem 1rem 1rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-bottom-layout {
    flex-direction: column;
    padding-top: 1rem;
  }
  .footer-bottom p {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 0;
  }
  h1 {
    font-size: 2rem;
    line-height: 2rem;
    width: 100%;
  }
  .hero-text p {
    width: 100%;
    font-size: 1.1rem;
  }
  .quick-navigation {
    left: 1rem;
  }
  article {
    margin: 4rem 1rem;
  }
  .gallery-layout {
    grid-template-columns: 1fr 1fr;
  }
  .lightbox-close {
    right: 0.5rem;
  }
  .lightbox-nav span {
    padding: 0;
  }
  footer {
    padding: 2rem 1rem 1rem 1rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-bottom-layout {
    flex-direction: column;
    padding-top: 1rem;
  }
  .footer-bottom p {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .img-container {
    height: 90vh;
  }
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .mobile-header nav {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .hero-text {
    left: 5rem;
    right: 5rem;
    bottom: 2rem;
  }
  h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
    width: 50%;
  }
  .hero-text p {
    width: 50%;
    margin-top: 1rem;
  }
  article {
    margin: 4rem 5rem;
  }
  footer {
    padding: 2rem 5rem 0 5rem;
  }
}
