/* Poppins and Playfair Display */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&family=Playfair+Display:ital,wght@0,400..900;1,400..900");

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  background: #02151c;
  margin: 0;
  padding: 0;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.cc-btn {
  padding: 0.94vw 3.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52vw;
  font-family: "Poppins", sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  text-align: center;
  border-radius: 4.17vw;
  color: #000000;
  background-image: linear-gradient(45deg, #b58a3c, #e7d780, #b58a3c, #e7d780);
  background-size: 330% 100%;
  background-position: 0 0;
  transition: background 1.6s cubic-bezier(0.55, 0.1, 0.47, 0.94) !important;
  transition: background 3.6s cubic-bezier(0.97, 0.01, 0.24, 0.99) !important;
  transition: filter 0.3s, transform 0.3s;
  animation: textura 3.4s ease 0s infinite;
  position: relative;
}

@keyframes textura {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}

.cc-btn img {
  width: 1.35vw;
}

.cc-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 4.17vw;
  box-shadow: 0vw 0.89vw 2.81vw 0vw rgb(210 169 39 / 80%);
  transition: opacity 0.3s;
}

.cc-btn:hover::before {
  opacity: 1;
}

.cc-btn:hover,
form input[type="submit"]:hover {
  /* filter: brightness(115%);
  transform: translateY(-0.52vw); */
}

p {
  font-weight: 300;
  line-height: 1.3;
}

p span {
  font-weight: 600;
}

.s01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(135deg, #042633, #02151c);
  z-index: 1;
}

.s01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(transparent, transparent, #02151c);
  z-index: -1;
}

.s01-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.s01-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s01-wrap {
  width: 62.5vw;
  padding: 3.87vw 0 3.57vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s01 h1 {
  width: 16.55vw;
}

.s01 h2 {
  width: 31.55vw;
  padding: 2.38vw 0;
  font-family: "Playfair Display";
  font-size: 2.86vw;
  line-height: 1;
  background: linear-gradient(135deg, #fff7a9, #c7a64b);
  background: linear-gradient(
    90deg,
    #7f5924 -22.35%,
    #ac8035 -2.35%,
    #d9b057 15.72%,
    #e8d881 42.35%,
    #d1b563 58.23%,
    #c29345 71.18%,
    #d2b360 83.53%,
    #eadd81 98.24%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s01 p.p01 {
  width: 30vw;
  padding: 0 0 2.38vw;
  font-size: 1.55vw;
  line-height: 1.2;
}

.s01 p.p01 span {
  font-weight: bold;
}

.s01 .cc-btn {
  min-width: 42%;
  margin: 0;
}

.line {
  position: relative;
}

.line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #c7a64b57, #c7a64b, #c7a64b57);
}

.s02 {
  padding: 3.69vw 0 4.64vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s02 h2 {
  font-family: "Playfair Display";
  font-size: 2.62vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(
    90deg,
    #7f5924 -22.35%,
    #ac8035 -2.35%,
    #d9b057 15.72%,
    #e8d881 42.35%,
    #d1b563 58.23%,
    #c29345 71.18%,
    #d2b360 83.53%,
    #eadd81 98.24%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s02 p.p01 {
  width: 51.19vw;
  padding: 2.2vw 0 3vw;
  font-size: 1.49vw;
  text-align: center;
}

.video-container {
  width: 62.5vw;
  margin: 0 auto;
  border-radius: 1.53vw;
  overflow: hidden;
}

.video-main {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #000;
}

.s02 h3 {
  padding: 2.74vw 0 2.5vw;
  font-family: "Playfair Display";
  font-size: 2.62vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(
    90deg,
    #7f5924 -22.35%,
    #ac8035 -2.35%,
    #d9b057 15.72%,
    #e8d881 42.35%,
    #d1b563 58.23%,
    #c29345 71.18%,
    #d2b360 83.53%,
    #eadd81 98.24%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s02 p.p02 {
  width: 55.4vw;
  font-size: 1.4vw;
  text-align: center;
}

.s02 p.p02 + p {
  padding: 1.49vw 0 0;
}

.s02 .cc-btn {
  margin: 2vw 0 0;
}

.s03 {
  position: relative;
  z-index: 2;
}

.s03-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.s03-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s03-wrap {
  width: 62.5vw;
  margin: 0 auto;
  padding: 4.05vw 0 5.24vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s03 h3 {
  width: 51.19vw;
  font-family: "Playfair Display";
  font-size: 2.56vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.s03 h2 {
  width: 28vw;
  padding: 0 0 2.26vw;
  font-family: "Playfair Display";
  font-size: 2.56vw;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(
    90deg,
    #7f5924 -22.35%,
    #ac8035 -2.35%,
    #d9b057 15.72%,
    #e8d881 42.35%,
    #d1b563 58.23%,
    #c29345 71.18%,
    #d2b360 83.53%,
    #eadd81 98.24%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s03-row {
  padding: 4.05vw 0 4.64vw;
  display: flex;
  align-items: center;
  gap: 4.17vw;
}

.s03 p.p01 {
  width: 28vw;
  font-size: 1.49vw;
}

.s03-carta {
  width: 100%;
  max-height: 3.57vw;
  padding: 1.9vw 2.14vw;
  border: 0.1rem solid #7f5924;
  overflow: hidden;
}

.s05 {
  background-color: #000a0d;
}

.s06 {
  padding: 7.02vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.s06-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.s06-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s06 h2 {
  width: 51.19vw;
  font-family: "Playfair Display";
  font-size: 3.45vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(135deg, #fff7a9, #c7a64b);
  background: linear-gradient(
    90deg,
    #7f5924 -22.35%,
    #ac8035 -2.35%,
    #d9b057 15.72%,
    #e8d881 42.35%,
    #d1b563 58.23%,
    #c29345 71.18%,
    #d2b360 83.53%,
    #eadd81 98.24%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s06 p.p01 {
  width: 51.19vw;
  padding: 2.38vw 0;
  font-size: 1.55vw;
  text-align: center;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 600px) {
  .cc-btn,
  form input[type="submit"] {
    width: 90%;
    padding: 3.5vw 2.5vw;
    font-size: 4.6vw;
    border-radius: 8vw;
  }
  .cc-btn::before {
    border-radius: 8vw;
  }
  .s01::before {
    background: #06151a;
  }
  .s01-bg {
    height: initial;
  }
  .s01-wrap {
    width: 86vw;
    padding: 56vw 0 12.5vw;
    align-items: center;
  }
  .s01 h1 {
    width: 48.75vw;
  }
  .s01 h2 {
    width: 88.13vw;
    padding: 4.17vw 0 5.83vw;
    font-size: 7.71vw;
    text-align: center;
  }
  .s01 p.p01 {
    width: 88vw;
    padding: 0 0 6vw;
    font-size: 4.5vw;
    text-align: center;
  }
  .s01 .cc-btn {
    gap: 2vw;
  }
  .cc-btn img {
    width: 4.6vw;
  }
  .s02 {
    padding: 12vw 0;
  }
  .s02 h2 {
    width: 78vw;
    font-size: 7vw;
    text-align: center;
  }
  .s02 p.p01 {
    width: 80vw;
    padding: 6vw 0 0;
    font-size: 3.88vw;
    text-align: center;
  }
  .video-container {
    width: 87.5vw;
    margin: 8vw auto 0;
  }
  .s02 h3 {
    width: 70vw;
    padding: 8vw 0 6vw;
    font-size: 7vw;
    text-align: center;
  }
  .s02 p.p02 {
    width: 80vw;
    font-size: 3.88vw;
  }
  .s02 p.p02 + p {
    padding: 3.8vw 0 0;
  }
  .s03-wrap {
    width: 80vw;
    padding: 12vw 0;
  }
  .s03 h3 {
    width: 80vw;
    font-size: 7vw;
  }
  .s03 h2 {
    width: 80vw;
    padding: 0 0 6vw;
    font-size: 7vw;
    text-align: center;
  }
  .s03-row {
    padding: 6vw 0 8vw;
    flex-direction: column;
    gap: 8vw;
  }
  .s03-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s03 p.p01 {
    width: 80vw;
    font-size: 3.88vw;
    text-align: center;
  }
  .s03-img {
    width: 60vw;
  }
  .s03 .cc-btn {
    width: 80vw;
  }
  .s04 {
    padding: 12.5vw 0;
  }
  .s04 h2 {
    width: 70vw;
    font-size: 7vw;
  }
  .s04 p.p01 {
    width: 84vw;
  }
  .s06 {
    padding: 12vw 0;
    overflow: hidden;
  }
  .s06-bg {
    height: initial;
  }
  .s06 h2 {
    width: 67vw;
    padding: 0 0 6vw;
    font-size: 7vw;
  }
  .s06 p.p01 {
    width: 79vw;
    padding: 0 0 6vw;
    font-size: 3.88vw;
  }
  .s06 .cc-btn {
    width: 80vw;
  }
  .s07 {
    padding: 16vw 0;
  }
  .s07 h2 {
    width: 80vw;
    padding: 0 0 6vw;
    font-size: 6.4vw;
  }
  .s07 .cc-btn {
    width: 80vw;
  }
  .s08 {
    padding: 16vw 0;
  }
  .s08 h2 {
    width: 68vw;
    padding: 0 0 6vw;
    font-size: 7vw;
  }
  .s08 img {
    width: 63.33vw;
    padding: 0 0 6vw;
  }
  .s08 p.p01 {
    width: 62.5vw;
    font-size: 3.4vw;
    text-align: center;
  }
  .s08 p.p01 + p {
    padding: 3vw 0 0;
  }
  .s08 .cc-btn {
    margin: 6vw auto 0;
  }
  .hide-desktop {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}
