.hero-container1 {
  height: 85vh;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
}
.hero-container1 > div {
  max-width: 600px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 4;
}
.hero-container1 > div h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  letter-spacing: 3px;
}
.hero-container1 > div p {
  font-weight: 500;
}
.hero-container1 > div div {
  display: flex;
  gap: 28px;
}
.hero-container1 > div div a {
  padding: 12px 30px;
  border: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
}
.hero-container1 > div div a:nth-child(1) {
  background-color: #ffffff;
  color: #000000;
}

.second-container {
  width: 100%;
  padding-bottom: 100px;
}
.second-container .container {
  display: flex;
  background-color: #292464;
}
.second-container .container img {
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
}
.second-container .container .price {
  color: #ffffff;
  padding: 60px 60px 60px 75px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  max-width: 700px;
}
.second-container .container .price h1 {
  font-size: 48px;
  font-family: "Playfair Display", serif;
}
.second-container .container .price a {
  padding: 15px 48px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  background: rgba(185, 31, 39, 0.5);
}

@media screen and (max-width: 925px) {
  .second-container .container {
    flex-direction: column;
  }
  .second-container .container img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 500px;
  }
  .second-container .container .price {
    padding: 40px 40px 40px 60px;
  }
  .second-container .container .price h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 550px) {
  .hero-container1 {
    height: 100vh;
  }
  .hero-container1 > div h1 {
    font-size: 44px;
  }
  .container {
    margin-inline: 30px;
  }
  .second-container .container .price {
    padding: 30px 30px 30px 40px;
  }
  .second-container .container .price h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 450px) {
  .hero-container1 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .hero-container1 > div h1 {
    font-size: 44px;
  }
  .hero-container1 .buttons {
    display: flex;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=price.css.map */