.main-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 16px 0;
  background: #fff;
}

.header-logo {
  display: none;
}

.page-nav {
  display: none;
}

.page-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.page-nav-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 12px 24px;
  transition:
    border-color 0.3s ease,
    color 0.3s ease;
}

.page-nav-link:hover {
  color: #eb8c36;
  border-color: #eb8c36;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  margin-left: auto;
  border: 1px solid transparent;

  svg {
    fill: none;
    stroke: #241103;
    transition: stroke 0.3s ease;
  }
}

.menu-btn:hover {
  border-color: #eb8c36;

  svg {
    stroke: #eb8c36;
  }
}

@media screen and (min-width: 1440px) {
  .main-section {
    padding: 30px 0;
  }

  .header-logo {
    display: block;
    transition: transform 0.4s ease;
  }

  .header-logo:hover {
    transform: scale(0.95);
  }

  .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .page-nav {
    display: block;
  }

  .menu-btn {
    display: none;
  }
}

/* modal  */

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  padding: 60px;
  padding-top: 120px;
  background-size: cover;
  background-image: url(../img/bg.jpg);
  background-position: center;
  transform: translateY(-100%);
  transition: transform 1s ease;
}

.menu-logo {
  display: block;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 50px;
  transition: transform 0.4s ease;
}

.menu-logo:hover {
  transform: scale(0.95);
}

.menu-nav-list {
  flex-direction: column;
  align-items: center;
  gap: 13px;

  .page-nav-link {
    display: block;
    background-color: #fff;
    width: 200px;
    text-align: center;
  }
}

/* popup */

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(35.5px);
  z-index: 999;
}

.page-popup {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(350%);

  padding: 44px;
  background: rgba(36, 17, 3, 0.9);
}

.popup-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.popup-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;

  span {
    font-weight: 700;
    color: #eb8c36;
  }
}

.popup-btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #fff;
  text-align: center;
  display: block;

  border: 2px solid #eb8c36;
  border-radius: 30px;
  padding: 20px 30px;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.popup-btn:hover {
  background-color: #eb8c36;
  color: #fff;
}

.popup-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 1440px) {
  .popup-title {
    font-size: 40px;
    margin-bottom: 28px;
  }

  .popup-title {
    font-size: 40px;
    margin-bottom: 28px;
  }

  .popup-text {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .popup-wrap {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }

  .popup-btn {
    width: 300px;
    font-size: 32px;
  }
}

/* hero  */

.dashboard {
  padding-top: 112px;
  padding-bottom: 165px;
  background-image: url(../img/home.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  width: 320px;
  bottom: -100px;
  left: 50%;
  max-width: max-content;
  transform: translateX(-30%);
}

.hero-title {
  color: #fff;
  margin-bottom: 8px;
}

.hero-text {
  padding: 50px 5px;
  border-radius: 30px;
  color: #fff;
  background: rgba(36, 17, 3, 0.8);
}

@media screen and (min-width: 768px) {
  .hero-img {
    transform: translateX(0);
  }
}

@media screen and (min-width: 1440px) {
  .dashboard {
    padding-top: 190px;
    padding-bottom: 360px;

    .subtitle {
      text-align: start;
    }
  }

  .hero-title {
    font-size: 100px;
    text-align: start;
  }

  .hero-text {
    width: 920px;
    padding: 62px 31px;
    text-align: start;
  }

  .hero-img {
    width: auto;
    transform: translateX(10%);
  }
}

/* architecture  */

#architecture {
  padding-bottom: 360px;
  position: relative;
  overflow: hidden;
}

.architecture-text {
  padding: 39px 12px;
  border-radius: 30px;
  background: rgba(36, 17, 3, 0.8);
  color: #fff;
}

.architecture-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  max-width: max-content;
}

@media screen and (min-width: 1440px) {
  #architecture {
    padding-bottom: 134px;
  }
  .architecture-text {
    padding: 74px 32px;
    width: 920px;
  }

  .architecture-img {
    width: auto;
    transform: translateX(35%);
  }
}

/* impression  */

/* section-wrapper  */

.section-wrapper {
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
}

/* rooms  */

.rooms-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.room {
  padding: 50px 24px;
  border-radius: 30px;
  background-color: #fff;
}

.room-title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #eb8c36;
  margin-top: 20px;
  margin-bottom: 40px;
}

.room-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;

  li {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  img {
    flex-shrink: 0;
    width: 25px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #241103;
  }
}

.room-desc {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #241103;
}

@media screen and (min-width: 1440px) {
  .rooms-list {
    flex-direction: row;
    justify-content: center;
  }

  .room {
    width: 522px;
  }
}

/* restaurant  */

/* evening  */

#evening {
  position: relative;
  overflow: hidden;
  padding-bottom: 320px;
}

.chear {
  position: absolute;
  width: 600px;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  max-width: max-content;
}

/* standard  */

#standard {
  position: relative;
  overflow: hidden;
  padding-bottom: 390px;
}

.people {
  max-width: max-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
}

@media screen and (min-width: 1440px) {
  .section-wrapper2 {
    position: relative;
    overflow: hidden;
  }

  #evening {
    position: static;
    padding-bottom: 400px;
  }

  #standard {
    position: static;
    padding-bottom: 86px;

    .title {
      text-align: end;
    }

    .subtitle {
      text-align: end;
    }

    .text {
      width: 560px;
      margin-left: auto;
      text-align: end;
    }
  }

  .chear {
    position: absolute;
    width: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-30%) translateY(-60%);
  }

  .people {
    position: absolute;
    bottom: -100px;
    transform: translateX(-110%);
    width: 800px;
  }
}

/* contact   */

.map-frame {
  height: 290px;
  width: 100%;
  z-index: 2;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;

  div {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #000;
  }

  a {
    transition: color 0.3s ease;
  }

  a:hover {
    color: #eb8c36;
  }
}

@media screen and (min-width: 1440px) {
  .map-frame {
    width: 800px;
    height: 600px;
    flex-shrink: 0;
    margin: 0;
  }

  .contact-text {
    max-width: 410px;
    margin: 0 auto;
  }

  .contact-list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;

    diw {
      width: 230px;
    }
  }
}

/* footer */

.footer {
  padding: 49px 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 46px;
  align-items: center;
}

.footer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

  a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    line-height: 0.8;
    color: #000;
    transition: color 0.3s ease;
  }

  a:hover {
    color: #eb8c36;
  }
}

.footer-logo {
  display: block;
  width: 230px;
  margin: 0 auto;
  transition: transform 0.4s ease;
}

.footer-logo:hover {
  transform: scale(0.95);
}

.footer-mail {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000;
  transition: color 0.3s ease;
}

.footer-mail:hover {
  color: #eb8c36;
}

.footer-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  line-height: 0.8;
  color: #000;
}

@media screen and (min-width: 1440px) {
  .footer {
    padding: 33px 0;
  }

  .footer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer-list {
    align-items: flex-start;
  }

  .footer-text {
    text-align: end;
  }
}

/* scroll */

#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;

  z-index: 7;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    border-color 0.4s ease transform 0.4s ease;

  svg {
    fill: none;
    stroke: #000;
  }
}

#scrollTopBtn.show {
  opacity: 0.5;
  transform: translateY(0);
  pointer-events: auto;
}

#scrollTopBtn.show:hover {
  opacity: 1;
  border-color: #eb8c36;
  svg {
    stroke: #eb8c36;
  }
}

/* ********************* */

.hidden {
  display: none;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  height: 100%;
}

.popup-click {
  transform: translateX(-50%) translateY(-50%);
}

.menu-transform {
  transform: translateY(0);
}

.click {
  transform: rotate(135deg);
}

.overflow {
  overflow: hidden;
}
