body {
    font-family: "Zen Kurenaido", sans-serif;
    font-family: "Inter", sans-serif;
    font-family: "Redacted Script", cursive;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #DFD3C9;
    overflow-x: hidden;
}

.container {
    width: 90%;
    max-width: 1110px;
    margin: 0 auto;
}

.intro {
    background-color: #000;
    color: #DFD3C9;
    padding: 0;
    overflow: hidden;
}

.intro-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
}

.intro-text {
    flex: 1;
    padding: 0;
    margin: 0;
    max-width: 50%;
}

.intro-text h1 {
    font-family: "Zen Kurenaido";
    font-size: 36px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding-top: 70px;
    padding-bottom: 40px;
    color: #DAB597;
}

.subtext {
    width: 80%;
    font-family: "Inter";
    color: #DFD3C9;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.4;
    padding-bottom: 45px;
}

.btnred {
  display: inline-block;
  background: linear-gradient(90deg, #950000, #3C0000);
  color: #DFD3C9;
  padding: 0.5rem 1.2rem;
  border-radius: 15px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: background 0.3s ease;
  margin-bottom: 85px;
}

.btnred:hover {
  background: #950000;
}

.intro-image {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  margin: 0;
}

.intro-image img {
  width: 600px;
  height: auto;
  object-fit: contain;
}

.questions {
    background-color: #000;
    color: #DFD3C9;
    padding: 0;
    margin: 0;
}

.questions-content {
    display: column;
    align-items: center;
    gap: 0;
    width: 100%;
}

.despertar {
    font-family: "Redacted Script";
    font-size: 32px;
    font-weight: 300;
    color: #dfd3c9;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
}

.questions-text {
    font-family: "Zen Kurenaido";
    font-size: 20px;
    font-weight: 400;
    line-height: 260%;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #DAB597;
}

.door {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.door-content {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
}

.door-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.door-image img {
  height: 700px;
  object-fit: cover;
}

.door-text {
  flex: 1;
  font-family: "Zen Kurenaido";
  color: #DFD3C9;
  font-weight: 400;
  font-size: 18px;
  line-height: 190%;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  padding-right: 5vw;
  margin: 0;
}

.triple-block {
  background-color: #000;
  margin-top: 50px;
}

.triple-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin: 0 auto;
}

.triple-content h2 {
  font-family: "Zen Kurenaido";
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #DAB597;
  margin-bottom: 70px;
  padding-top: 120px;
}

.triple-content p {
  font-family: "Inter";
  font-weight: 200;
  font-size: 18px;
  line-height: 140%;
  color: #dfd3c9;;
  margin: 0;
}

.text-left,
.text-right {
  width: 30%;
}

.photo-center {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-center img {
  max-width: 400px;
  height: auto;
}

.price {
  background-color: #000;
  text-align: center;
}

.price-content h2 {
  font-family: "Zen Kurenaido";
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #DAB597;
  margin-bottom: 45px;
  margin-top: 90px;
}

.price-title {
  font-family: "Inter";
  font-weight: 200;
  font-size: 24px;
  color: #DFD3C9;
  margin-bottom: 20px;
}

.price-text {
  font-family: "Inter";
  font-weight: 200;
  font-size: 16px;
  line-height: 140%;
  color: #dfd3c9;;
  margin-bottom: 80px;
}

.buttons {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 12px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 300;
  color: #DFD3C9;
  transition: 0.3s ease;
}

.btn.red {
  background: linear-gradient(90deg, #950000, #3C0000);
  color: #DFD3C9;
  border: none;
}

.btn.red:hover {
  background: #950000;
}

.btn.outline {
  border: 1px solid #DFD3C9;
  color: #DFD3C9;
}

.btn.outline:hover {
  border-color: white;
  color: white;
}

.contacts {
  margin-top: 180px;
}

.contacts a {
  font-family: "Inter";
  font-weight: 200;
  font-size: 28px;
  color: #DFD3C9;
  margin: 0;
  margin-bottom: 30px;
  text-decoration: none;
}

.icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 100px;
  margin-top: 30px;
}

.icons img {
  width: 36px;
  height: 36px;
  opacity: 0.8;
  transition: 0.3s ease;
}

.icons img:hover {
  opacity: 1;
}

.footer {
  background-color: #292929;
  padding: 20px 0;
  text-align: center;
}
  
.footer-content p {
  margin: 0;
  color: #DFD3C9;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 200;
}

@media screen and (max-width: 1113px) {
  .container {
    max-width: 900px;
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    /* max-width: 920px; */
    width: 90%;
  }

  .triple-content {
    gap: 20px;
  }
}

@media screen and (max-width: 930px) {
  .container {
    max-width: 800px;
    width: 90%;
  }
  .intro-text h1 {
    font-size: 30px;
    }

    .subtext {
    font-size: 18px; 
    }

    .intro-image {
        margin-right: -10%;
    }

    .questions-text {
    font-size: 16px;
    }

    .door-image img {
    height: 600px;
    }

    .door-text {
    font-size: 16px;
    padding-right: 0;
    }

    .triple-content h2 {
    font-size: 24px;
    }

    .triple-content p {
    font-size: 16px;
    }

    .photo-center img {
    max-width: 350px;
    }

    .triple-content {
    gap: 0;
    }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    width: 90%;
  }

  .intro-inner {
    position: relative;
    display: block;
    overflow: visible;
  }

  .intro-text {
    position: relative;
    z-index: 2;
    max-width: 60%;
    text-align: left;
  }
  .intro-text h1 {
    font-size: 28px;
  }

  .subtext {
    font-size: 16px; 
    z-index: 1;
  }
  
  
  .intro-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 70vw;
    max-width: 420px;
    pointer-events: none;
    /* overflow: hidden; */
  }

  .intro-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    z-index: 3;
  }

    .despertar {
    font-size: 26px;
    }

  .door-image img {
    height: 500px;
    }

  .door-text {
    font-size: 14px;
  }

  .triple-content {
    flex-direction: column;
    align-items: center;
    text-align: left;
    width: 100%;
  }

  .text-left,
  .text-right,
  .photo-center {
    text-align: center;
    width: 60%;
    padding-bottom: 70px;
  }

  .photo-center {
    display: flex;
    justify-content: center;
  }

  .triple-content h2 {
    font-size: 28px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    width: 90%;
  }

  .door-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .intro-image img {
    width: 500px;
    margin-right: -20%;
    z-index: 10;
  }

  .intro-text {
    height: 100vh;
  }
}

@media screen and (max-width: 480px) {
  .container {
    width: 90%;
  }

  .intro-text {
    max-width: 100%;
    height: 100vh;
  }

  .intro-text h1 {
    padding-top: 50px;
  }
  
  .subtext {
    width: 45%;
    padding-bottom: 150px;
  }

  .btnred {
    margin-bottom: 100px;
  }

  .intro-image img {
    width: 450px;
    margin-right: -28%;
    height: 70vh;
    z-index: 10;
  }

  .door-image img {
    height: 420px;
  }

  .despertar {
    font-weight: 200;
  }

  .text-left,
  .text-right,
  .photo-center {
    text-align: left;
    width: 90%;
  }

  .triple-content h2 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
  }

  .photo-center img {
    max-width: 280px;
  }

  .price-content h2 {
    font-size: 28px;
  }

  .buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }

    .btn.red {
    margin-bottom: 20px;
    }
  
}

@media screen and (max-width: 375px) {
  .container {
    width: 90%;
  }

  .intro-image img {
    max-width: 430px;
    height: 70vh;
    margin-right: -28%;
    z-index: 10;
  }

  .subtext {
    padding-bottom: 15vh;
  }

  .intro-text {
    max-width: 100%;
    height: 100vh;
  }

  .intro-text h1 {
    padding-top: 40px;
  }

  .door-image img {
    height: 400px;
  }

  .photo-center img {
    max-width: 250px;
  }

  .triple-content h2 {
    font-size: 24px;
  }

  .price-content h2 {
    font-size: 24px;
  }

  .price-title {
    font-size: 22px;
  }

  .price-text {
    font-size: 16px;
  }

  .phone {
    font-size: 24px;
    margin-bottom: 25px;
    }

    .icons {
    gap: 25px;
    }

    .icons img {
    width: 28px;
    height: 28px;
    }

    .footer-content p {
    font-size: 10px;
    }

}

@media screen and (max-width: 320px) {
  .container {
    width: 90%;
  }

  .intro-text h1 {
    font-size: 20px;
  }
  .subtext {
    font-size: 12px;
  }

  .questions-text {
    font-size: 14px;
    }

  .door-text {
    font-size: 12px;
  }

  .door-image img {
    height: 360px;
  }

  .photo-center img {
    max-width: 230px;
  }

}