body {
  margin: 0;
  background-color: #FAF8F1;
}

html {
  scroll-behavior: smooth;
}

.navigation-wrapper {
  background-color: rgba(23, 13, 7, 0.90);
}

.header-wrapper {
  height: 100vh;
  background-image: url("assets//background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  height: calc(100% - 80px);
  width: 100%;
  padding-top: 110px;
}

.title {
  max-width: 600px;
}

.title h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.80);
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.76px;
}

.small-logo {
  width: 90px;
  height: 70px;
}

.main-logo {
  width: 400px;
}

.about-us-container {
  display: flex;
  gap: 32px;
  padding: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.about-us_image {
  width: 50%;
  object-fit: cover;
  border-radius: 20px;
}

.about-us_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}

.about-us_info h3 {
  color: #170D07;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0.96px;
}

.about-us_info p {
  color: #170D07;
  text-align: center;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.46px;
}

.about-us_info span {
  font-weight: 700;
}

.background-image-container {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px;
}

.section-container h3 {
  color: #FAF8F1;
  text-align: center;
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.30);
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.84px;
}

.black-title {
  color: #1D110B !important;
}

.offer-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.offer-item {
  display: flex;
  flex-direction: column;
  height: 262px;
  width: 100%;
}

.offer-item_image {
  display: flex;
  height: 190px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.offer-item_description {
  background-color: #AE9A64;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.offer-item_description p {
  color: #FAF8F1;
  text-align: center;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.46px;
}

.offer-item:hover {
  cursor: pointer;
}

.button-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 322px;
  height: 74px;
  padding: 4px 16px;
  border-radius: 20px;
  background: #FAF8F1;
  margin: 0 auto;
  color: #1D110B;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-decoration: none;
}

.button-menu:hover {
  cursor: pointer;
  background-color: #e6e3da;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.gallery-item {
  border-radius: 20px;
  height: 190px;
  object-fit: cover;
  width: 100%;
}

.gallery-item:hover {
  cursor: pointer;
}

.footer {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
  background-color: #1D110B;
}

.footer p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  font-weight: lighter;
}

.contact-container {
  display: flex;
  gap: 32px;
  padding: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}

.contact-info h3 {
  color: #1D110B;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0.96px;
}

.contact-info p,
.contact-info a {
  color: #1D110B;
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.56px;
  text-decoration: none;
}

.g-maps {
  width: 50%;
  height: 100%;
  width: 50%;
  border-radius: 20px;
}

.g-maps iframe {
  width: 100%;
  height: 568px;
  border-radius: 20px;
}

/* HAMBURGER MENU  */
.hamburger-menu {
  display: none;
}

.menu-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.menu-items-holder {
  display: flex;
}

.menu-items {
  display: flex;
  gap: 32px;
  width: 100%;
  list-style-type: none;
}

.menu-items li {
  scroll-behavior: smooth;
}

.menu-items li a {
  color: #DCDCDC;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.48px;
  text-decoration: none;
}

.icons-holder {
  display: flex;
  gap: 16px;
}

.icons-holder i {
  color: #F5DE83;
  font-size: 30px;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked+.menu__btn>span {
  transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>span::before {
  top: 0;
  transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
  top: 0;
  transform: rotate(90deg);
  position: fixed;
}

#menu__toggle:checked~.menu__box {
  left: 0 !important;
}

.menu__btn {
  position: absolute;
  top: 40px;
  left: 32px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F5DE83;
  transition-duration: .25s;
}

.menu__btn>span::before {
  content: '';
  top: -8px;
}

.menu__btn>span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: rgba(23, 13, 7);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #F5DE83;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: .25s;
}

@media screen and (max-width: 1199px) {
  .offer-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1023px) {
  .menu-items-holder {
    display: none;
  }

  .title-wrapper {
    padding-top: 60px;
  }

  .navigation-wrapper {
    position: sticky;
    top: 0;
  }

  .hamburger-menu {
    display: block;
    width: 40px;
  }

  .section-container,
  .about-us-container {
    padding: 32px 16px;
  }

  .about-us-container {
    flex-direction: column;
  }

  .about-us_image {
    width: 100%;
    height: 290px;
  }
}

@media screen and (max-width: 767px) {
  .main-logo {
    width: 300px;
  }

  .offer-gallery {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-container {
    flex-direction: column;
  }

  #map {
    height: 240px;
    width: 100%;
  }

  .g-maps {
    width: 100%;
  }

  .g-maps iframe {
    width: 100%;
    height: 250px;
  }

  #popup-image {
    width: 100% !important;
    max-width: 80%;
    max-height: 100%;
    height: auto;
  }
}

@media screen and (max-width: 474px) {
  .main-logo {
    width: 260px;
  }

  .title {
    margin: 0 16px;
  }

  .title h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.36px;
  }

  .section-container h3 {
    font-size: 32px;
    letter-spacing: 0.64px;
  }

  .offer-item_image {
    height: 160px;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .about-us_info h3 {
    font-size: 32px;
    letter-spacing: 0.64px;
  }

  .about-us_info p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.36px;
  }

  .contact-info h3 {
    font-size: 32px;
    line-height: 40px;
    /* 125% */
    letter-spacing: 0.64px;
  }

  .contact-info p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.36px;
  }
}

/* Style for the popup container */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

/* Style for the image inside the popup */
.popup-image {
  display: flex;
  max-width: 60%;
  max-height: 60%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Style for the close button */
.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  color: #fff;
  font-size: 40px;
  z-index: 1000;
}