/* 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 {
  padding: 3.33vw 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.9vw;
  z-index: 1;
}

.s01 h1 {
  width: 29.76vw;
}

.s01-img {
  width: 25.71vw;
  position: relative;
}

.s01-img::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(
    closest-side,
    #7f5924 0%,
    #ac8035 16%,
    #d9b057 34%,
    #e8d881 52%,
    #d1b563 65%,
    #c29345 76%,
    #d2b360 86%,
    #02151c 100%
  );
  z-index: -1;
  filter: blur(4.17vw);
}

.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-wrap {
  width: 62.5vw;
  margin: 0 auto;
  padding: 3.33vw 0 4.76vw;
  display: flex;
  flex-direction: column;
}

.s02 p.p01 {
  font-size: 1.55vw;
}

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

.s02 h2 {
  padding: 2.38vw 0 2.74vw;
  font-family: "Playfair Display";
  font-size: 2.62vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04vw;
}

.s02 p.p02 {
  font-size: 1.5vw;
  font-weight: 200;
  text-align: justify;
}

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

.s02 h3 {
  padding: 3.57vw 0 1.07vw;
  font-family: "Playfair Display";
  font-size: 2.08vw;
  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;
}

.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;
  }
  .cc-btn img {
    width: 4.6vw;
  }
  .s01 h1 {
    width: 38vw;
  }
  .s01-img {
    width: 30vw;
  }
  .s02-wrap {
    width: 80vw;
    padding: 12vw 0;
  }
  .s02 p.p01 {
    width: 80vw;
    font-size: 3.88vw;
  }
  .s02 p.p01 + p {
    padding: 1vw 0 0;
  }
  .s02 h2 {
    padding: 6vw 0;
    font-size: 5.6vw;
  }
  .s02 p.p02 {
    font-size: 3.8vw;
  }
  .s02 p.p02 + p {
    padding: 3.8vw 0 0;
  }
  .s02 h3 {
    padding: 8vw 0 3vw;
    font-size: 5vw;
  }
  .hide-desktop {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}
