/** @format */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  overflow: hidden;
}

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

section {
  min-width: 100vw;
  min-height: 100vh;
}

section.st-time-last {
  height: unset !important;
  min-height: unset !important;
}

a.btn {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 58px 12px;

  font-family: "Valencia", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  width: fit-content;
  z-index: 1;
  color: #000;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
}

a.btn:hover {
  transform: translate(7px, -10px);
}

a.btn::before,
a.btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;

  border: 2px solid #000000;
}

a.btn::before {
  top: 0;
  left: -3px;
  z-index: -1;
  background: url(../image/btn-bg.png) no-repeat center;
  background-size: cover;
}

a.btn::after {
  top: -10px;
  left: 7px;
  z-index: -2;
  transition: all 0.3s ease;
}

a.btn:hover::after {
  top: 0;
  left: -3px;
}

a.btn.btn-light::before,
a.btn.btn-light::after {
  border: 1px solid #f3d588;
}

.sec-intro {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
}

.sec-intro img {
  max-width: 100%;
}

.sec-intro .sec-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #ad6f27 0%, #fbe1a0 32%, #d5a24a 63%, #fde4a3 100%);
  padding: 8px;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec-intro .sec-bg-img img {
  max-width: unset;
  min-width: 100%;
  height: 100%;
}

.sec-intro .sec-bg-img .desktop {
  display: block;
}

.sec-intro .sec-bg-img .mobile {
  display: none;
}

.container-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.sec-inner {
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.intro-description {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 708px;
  margin-left: auto;
  margin-right: auto;

  text-transform: uppercase;
  font-family: "Times CG", serif;
  font-size: 57px;
  margin-top: -1px;
  letter-spacing: 0.11em;
  font-weight: 100;
}

h1::before,
h1::after {
  content: "";
  aspect-ratio: 708 / 45;
  max-width: 100%;
  width: 100%;
  background: url("../image/h1-cover.svg") no-repeat center;
  background-size: contain;
  z-index: -1;
}

h1::before {
  transform: rotate(180deg);
}

.intro-celeb-header-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;

  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.085em;
}

.intro-celeb-header-text::before,
.intro-celeb-header-text::after {
  content: "";
  aspect-ratio: 208 / 10;
  max-width: 208px;
  width: 100%;
  background: url("../image/intro-celeb-header-text-cover.svg") no-repeat center;
  background-size: contain;
}

.intro-celeb-header-text::after {
  transform: rotate(180deg);
}

.intro-celeb-name {
  font-family: "Braggadocio", sans-serif;
  text-transform: uppercase;
  font-size: 144px;
  line-height: 1.2;
  margin-top: 6px;
  letter-spacing: 0.02em;
}

.intro-celeb-bottom-text {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 0.06em;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 21px;
}

.intro-celeb-bottom-text::before,
.intro-celeb-bottom-text::after {
  content: "";
  aspect-ratio: 112 / 11;
  max-width: 112px;
  width: 100%;
  background: url("../image/intro-celeb-bottom-text-cover.svg") no-repeat center;
  background-size: contain;
}

.sec-intro a.btn {
  margin-top: 68px;
}

.sec-about {
  display: flex;
  flex-direction: row;
  color: #f3d588;
  text-transform: uppercase;
  text-align: center;
  min-height: 100vh;
  overflow: hidden;
}

.sec-about-media {
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 1;
}

.sec-about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-about-content {
  background-color: #252122;
  background-image: url(../image/about-content-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 21px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 960px;
}

.sec-about-content-bg {
  position: absolute;
  top: 21px;
  left: 21px;
  right: 21px;
  bottom: 21px;
  z-index: -1;
}

.sec-about-content-bg span {
  display: block;
  aspect-ratio: 1 / 1;
  background: url("../image/about-content-corner.svg") no-repeat center;
  background-size: contain;
  max-width: 200px;
  width: 100%;
}

.sec-about-content-bg span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-about-content-bg span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.sec-about-content-bg span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}

.sec-about-content-bg span:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.sec-about-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 743px;
  width: 100%;
  margin: 0 auto;
  padding: 37px 0;
  height: 100%;
}

.sec-about-logo img {
  filter: drop-shadow(3px 7px 9.2px rgba(0, 0, 0, 0.5));
}

.sec-about h2 {
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  line-height: 1;
  max-width: 500px;
}

.sec-about-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 92px;
  width: 100%;
}

.sec-about-detail-dive {
  background: #f8dc99;
  width: 5.9px;
  height: 113.49px;
}

.sec-about-hourtime {
  margin-left: 20px;
}

.sec-about-dress {
  font-size: 24px;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 34px;
}

.sec-about-description {
  margin: 25px auto 0;
  font-family: "Valencia", sans-serif;
  font-size: 20px;
  max-width: 377px;
  position: relative;
  left: 18px;
}

.sec-about a.btn {
  margin-top: 31px;
  padding: 15px 31px 11px;
  position: relative;
  left: 17px;
}

.page-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#fp-nav.fp-right {
  display: none;
}

.fp-watermark {
  display: none;
}
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* Responsive */

@media (max-width: 768px) {
  a.btn {
    font-size: 21px;
    padding: 17px 48px 10px 58px;
  }

  .sec-intro .sec-bg-img .desktop {
    display: none;
  }

  .sec-intro .sec-bg-img .mobile {
    display: block;
  }

  .sec-intro .sec-bg-img {
    padding: 0;
  }

  .intro-description {
    font-size: 17px;
  }

  h1 {
    font-size: 32px;
    max-width: fit-content;
  }

  .intro-celeb-header-text {
    font-size: 16px;
    margin-top: 7px;
    gap: 3px;
  }

  .intro-celeb-header-text::before,
  .intro-celeb-header-text::after {
    background: url(../image/intro-celeb-bottom-text-cover.svg) no-repeat center;
    aspect-ratio: 112 / 11;
    max-width: 61px;
    background-size: contain;
  }

  .intro-celeb-name {
    font-size: 70px;
    margin-top: 23px;
  }

  .intro-celeb-bottom-text {
    font-size: 17px;
    margin-top: 21px;
    gap: 8px;
  }

  .intro-celeb-bottom-text::before,
  .intro-celeb-bottom-text::after {
    max-width: 60px;
  }

  .sec-intro a.btn {
    margin-top: 135px;
  }

  .sec-about-detail {
    flex-direction: column;
    margin-top: 34px;
    gap: 16px;
    max-width: 175px;
  }

  .sec-about-detail img {
    max-width: 100%;
  }

  .sec-about-content-bg span {
    max-width: 100px;
  }

  .sec-about {
    flex-direction: column-reverse;
  }

  .sec-about h2 {
    margin-top: 17px;
    font-size: 37px;
  }

  .sec-about-detail-dive {
    background: #f8dc99;
    height: 2px;
    width: 175px;
  }

  .sec-about-hourtime {
    margin: unset;
  }

  .sec-about-dress {
    flex-direction: column;
    margin-top: 49px;
    gap: 0;
  }

  .sec-about-description {
    margin-top: 44px;
    font-size: 16px;
    left: 0;
    max-width: 300px;
  }

  .sec-about a.btn {
    margin-top: 38px;
    font-size: 21px;
    padding-left: 28px;
    padding-right: 27px;
    left: 0;
    letter-spacing: -0.03em;
  }

  .sec-about-inner {
    padding: 20px 0;
  }

  .sec-about-content-bg span:nth-child(3),
  .sec-about-content-bg span:nth-child(4) {
    display: none;
  }
}

.sec-gallery {
  background: #050505;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #f3d588;
  border-bottom: 2px solid #f3d588;
}

.sec-gallery .container {
  max-width: 1720px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.sec-gallery .swiper-container {
  max-width: 100%;
}

.gallery-item-wrapper {
  /*   aspect-ratio: 400 / 600; */
  max-width: 400px;
  position: relative;
}

.gallery-item-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 50%);
}

/* first item per 4 items round */
.sec-gallery .swiper-slide:nth-child(4n + 1) .gallery-item-wrapper::after {
  width: 19px;
  height: 24px;
  background: url(../image/dia.svg) no-repeat center;
  background-size: contain;
}

.sec-gallery .swiper-slide:nth-child(4n + 2) .gallery-item-wrapper::after {
  width: 23px;
  height: 24px;
  background: url(../image/clubs.svg) no-repeat center;
  background-size: contain;
}

.sec-gallery .swiper-slide:nth-child(4n + 3) .gallery-item-wrapper::after {
  width: 24px;
  height: 22px;
  background: url(../image/heart.svg) no-repeat center;
  background-size: contain;
}

.sec-gallery .swiper-slide:nth-child(4n) .gallery-item-wrapper::after {
  width: 20px;
  height: 24px;
  background: url(../image/spades.svg) no-repeat center;
  background-size: contain;
}

.gallery-item-wrapper img {
  width: 100%;
}

.form-james {
  border-bottom: 2px solid #f3d588;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}

.header-pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 7.291666666666667vw, 140px);
  padding: 40px 20px 0;
  max-width: 1165px;
  margin: 0 auto;
  transform: translateX(5.5%);
}

.header-mobi {
  display: none;
}

.header-menu-left,
.header-menu-right {
  display: flex;
  align-items: center;
  list-style: none;
  gap: clamp(20px, 7.291666666666667vw, 140px);
}

.header-menu-left {
  margin-right: auto;
}

.header-menu-right {
  margin-left: auto;
}

.header-menu-left a,
.header-menu-right a {
  font-family: "Magnate";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #e8c275;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-menu-left a:hover,
.header-menu-right a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .header-pc {
    transform: unset;
  }
}

@media (max-width: 768px) {
  .header-pc {
    display: none;
  }

  .header-mobi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 44px;
    position: relative;
    z-index: 99999;
  }

  .header-mobi .toggle-logo {
    width: 128px;
    height: 128px;
  }

  .header-mobi .toggle-btn {
    position: absolute;
    top: 47px;
    right: 46px;
  }

  .toggle-menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    transform: translateX(100%);
    background: #151818;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    z-index: 99998;
    text-align: center;
    padding: 120px 0;
  }

  .toggle-menu.active {
    transform: translateX(0);
  }

  body.no-scroll {
    overflow: hidden;
  }

  .toggle-menu .toggle-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .toggle-menu .toggle-bg img {
    min-width: 100%;
    height: 100%;
    position: absolute;
  }

  .toggle-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
  }

  .toggle-menu .toggle-logo {
    width: 98px;
    height: 98px;
    margin-bottom: 17px;
  }

  .toggle-menu .intro-celeb-name {
    font-size: 70px;
    margin-bottom: 36px;
    background: linear-gradient(
      180deg,
      #ad6f27 -101.14%,
      #fbe1a0 17.09%,
      #d5a24a 82.77%,
      #fde4a3 161.59%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .toggle-menu .header-menu-left,
  .toggle-menu .header-menu-right {
    flex-direction: column;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .toggle-menu .header-menu-left {
    margin-bottom: 16px;
  }

  .toggle-menu .toggle-close {
    font-family: "Valencia";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.166666666666667;
    text-align: center;
    color: #f3d588;
    margin-top: 36px;
  }
}

.hotels-hero {
  padding-top: 144px;
  background: #151818;
  min-height: unset;
  padding-bottom: 60px;
  border-bottom: 2px solid #f3d588;
}

.hotels-hero h1 {
  font-family: "Magnate";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #f3d588;
  margin-top: 60px;
}

.hotels-hero h1::before,
.hotels-hero h1::after {
  content: unset;
}

.hotels-hero .first-desc,
.hotels-hero .second-desc {
  font-family: "Valencia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #f3d588;
  margin-left: auto;
  margin-right: auto;
}

.hotels-hero .first-desc {
  margin-top: 40px;
  max-width: 428px;
}

.hotels-hero .second-desc {
  margin-top: 60px;
  max-width: 335px;
}

.hotels-hero .btn-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}

.hotels-hero .btn-group a.btn {
  margin-left: unset;
  margin-right: unset;
}

@media (max-width: 1024px) {
  .hotels-hero .btn-group {
    flex-direction: column;
    gap: 24px;
  }
}

.hotels-about .sec-about-media {
  position: relative;
}

.hotels-about .about-media-swiper {
  height: 100%;
}

.hotels-about .about-media-image {
  height: 100%;
  line-height: 0;
}

.hotels-about h2 {
  font-family: "Magnate";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #f3d588;
  margin-bottom: 40px;
  max-width: 628px;
}

.hotels-about .party-logo {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}

.hotels-about .party-address {
  font-family: "Valencia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #f3d588;
  margin-bottom: 90px;
}

.hotels-about .party-link {
  margin-bottom: 167px;
}

.hotels-about .about-content-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hotels-about .about-content-swiper .swiper-wrapper {
  height: auto;
}

.hotels-about .about-content-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hotels-about .about-content-swiper .swipe-navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 260px;
  margin: 0 auto;
  width: 100%;
  height: 27px;
}

.hotels-about .about-content-swiper .swipe-navigation .swiper-button-next,
.hotels-about .about-content-swiper .swipe-navigation .swiper-button-prev {
  position: relative;
  width: 80px;
  height: 27px;
}

.hotels-about .about-content-swiper .swipe-navigation .swiper-button-next::after,
.hotels-about .about-content-swiper .swipe-navigation .swiper-button-prev::after {
  content: unset;
}

.hotels-about .about-content-swiper .swipe-navigation .swipe-pagination,
.hotels-about .about-content-swiper .swipe-navigation .swiper-pagination-custom {
  position: relative;
  width: fit-content;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
}

.hotels-about .sec-about a.btn {
  left: unset;
}

.hotels-about .sec-about-content {
  background: #151818;
}

@media (max-width: 768px) {
  .hotels-about .about-content-swiper {
    display: flex;
    flex-direction: column-reverse;
  }

  .hotels-about .party-link {
    margin-bottom: 0;
  }

  .hotels-about h2 {
    margin-top: 60px;
    font-size: 40px;
  }

  .hotels-about .sec-about-content-bg {
    display: none;
  }

  .hotels-about .party-address {
    margin-bottom: 50px;
  }
}
