body {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  background: #0d0c0c;
  color: #f3f3f3;
  padding: 20px 20px 5px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer {
  padding: 10px 0;
}
footer .footer-hr {
  width: 100%;
  border: none;
  border-top: 1px solid #c9a84c;
  opacity: 1;
}
footer .footer-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
}
footer .copyright {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
ul li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url("./assets/icons/champagne_list_icon.svg") no-repeat center/contain;
}

.btn {
  background-color: #4B0F1E;
  color: #f3f3f3;
  border-radius: 20px;
  border: 0.5px solid #f3f3f3;
  position: relative;
  overflow: hidden;
}
.btn .btn-shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}
.btn:hover {
  cursor: pointer;
  background-color: #9b1835;
}

.text-color-burgundy {
  color: #4B0F1E;
}

.text-color-dark {
  color: #0B0B0B;
}

.navbar {
  width: 100%;
  height: 64px;
  background: #C9A24D;
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 15px;
  color: #0B0B0B;
  padding: 5px;
}
.navbar__container {
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.navbar__list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.navbar__link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B0B0B;
  position: relative;
}
.navbar__link__underline {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4B0F1E;
  transform: scaleX(0);
  transform-origin: left center;
  border-radius: 2px;
}
.navbar__cta {
  height: 41px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px;
  white-space: nowrap;
}

.hero {
  position: relative;
  background-image: url("./assets/backgrounds/hero_bg_chg.png");
  background-size: cover;
  background-position: center;
  height: calc(100vh - 64px - 32px);
  padding-top: 30px;
  padding-bottom: 80px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  border-radius: inherit;
  z-index: 0;
}
.hero__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  gap: 24px;
}
.hero__container .hero-title {
  font-size: 50px;
  font-weight: 500;
  color: #f3f3f3;
  margin-bottom: 16px;
}
.hero__container .hero-description {
  max-width: 800px;
}
.hero__container .hero-img {
  padding: 50px 30px 30px 0;
}

.our-service__title-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 80px;
  padding: 0 70px;
}
.our-service__title-bar .title {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  border: 1px solid #4B0F1E;
  border-radius: 20px;
  background-image: url("./assets/backgrounds/champagnes_with_glasses.webp");
  background-size: cover;
  background-position: center;
}
.our-service__title-bar .title::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: inherit;
  z-index: 0;
}
.our-service__title-bar .title .title-texts {
  min-width: 430px;
  display: flex;
  flex-direction: column;
}
.our-service__title-bar .title .title-texts .name {
  align-self: start;
  z-index: 1;
  font-size: 30px;
  color: #4B0F1E;
  font-weight: 500;
}
.our-service__title-bar .title .title-texts .description {
  align-self: end;
  z-index: 1;
  font-size: 16px;
  color: #0B0B0B;
  font-weight: 500;
}
.our-service__title-bar .btn {
  height: 80px;
  font-size: 20px;
  padding: 10px 50px;
}
.our-service__descriptions {
  display: flex;
  padding: 50px 20px;
  gap: 20px;
}
.our-service__descriptions .description {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 50px;
  box-shadow: 0px 0px 8px 0px rgba(201, 162, 77, 0.5019607843);
  color: #f3f3f3;
  gap: 10px;
}

.why-us {
  display: flex;
  gap: 30px;
  padding: 20px 50px;
}
.why-us__texts {
  width: 900px;
}
.why-us__texts .title {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  width: 60%;
  border: 1px solid #c9a84c;
  border-radius: 20px;
  background-image: url("./assets/backgrounds/champagnes_with_glasses.webp");
  background-size: cover;
  background-position: center;
}
.why-us__texts .title::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  border-radius: inherit;
  z-index: 0;
}
.why-us__texts .title .title-texts {
  min-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.why-us__texts .title .title-texts .name {
  align-self: start;
  z-index: 1;
  font-size: 30px;
  color: #c9a84c;
  font-weight: 500;
}
.why-us__texts .title .title-texts .description {
  align-self: end;
  z-index: 1;
  font-size: 16px;
  color: #f3f3f3;
  font-weight: 500;
}
.why-us__texts .why-us-points {
  padding-top: 20px;
}

.for-what__title-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 80px;
  padding: 0 70px;
}
.for-what__title-bar .title {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  border: 1px solid #4B0F1E;
  border-radius: 20px;
  background-image: url("./assets/backgrounds/champagnes_with_glasses.webp");
  background-size: cover;
  background-position: center;
}
.for-what__title-bar .title::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: inherit;
  z-index: 0;
}
.for-what__title-bar .title .title-texts {
  min-width: 530px;
  display: flex;
  flex-direction: column;
}
.for-what__title-bar .title .title-texts .name {
  align-self: start;
  z-index: 1;
  font-size: 30px;
  color: #4B0F1E;
  font-weight: 500;
}
.for-what__title-bar .title .title-texts .description {
  align-self: end;
  z-index: 1;
  font-size: 16px;
  color: #0B0B0B;
  font-weight: 500;
}
.for-what__title-bar .btn {
  width: 300px;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 50px;
}
.for-what__carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.contact {
  position: relative;
  background-image: url("./assets/backgrounds/champagnes_with_glasses.webp");
  background-size: cover;
  background-position: center;
  padding: 50px 70px;
}
.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(182.52deg, #0B0B0B 29.97%, rgba(11, 11, 11, 0.8) 50.92%, #0B0B0B 97.82%);
  border-radius: inherit;
  z-index: 0;
}
.contact {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.contact__first-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.contact__first-col .title {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  width: 60%;
  border: 1px solid #c9a84c;
  border-radius: 20px;
  background-image: url("./assets/backgrounds/champagnes_with_glasses.webp");
  background-size: cover;
  background-position: center;
}
.contact__first-col .title::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  border-radius: inherit;
  z-index: 0;
}
.contact__first-col .title .title-texts {
  min-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact__first-col .title .title-texts .name {
  align-self: start;
  z-index: 1;
  font-size: 30px;
  color: #c9a84c;
  font-weight: 500;
}
.contact__first-col .title .title-texts .description {
  align-self: end;
  z-index: 1;
  font-size: 16px;
  color: #f3f3f3;
  font-weight: 500;
}
.contact__first-col .contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 990px;
}
.contact__first-col .contact-form .submit-btn {
  height: 51px;
  border-radius: 10px;
}
.contact__first-col .contact-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
}
.contact__first-col .contact-form .form-group.check {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
.contact__first-col .contact-form .form-group.check .gtc-link {
  color: #c9a84c;
}
.contact__first-col .contact-form .form-group.check input {
  height: 18px;
}
.contact__first-col .contact-form .form-group label {
  font-size: 13px;
  font-weight: 500;
  color: #f3f3f3;
}
.contact__first-col .contact-form .form-group input {
  height: 40px;
  padding: 0;
  padding-inline: 2px;
  padding-block: 0;
  border: 0;
  border-radius: 5px;
}
.contact__first-col .contact-form .form-group select {
  height: 40px;
}
.contact__first-col .contact-form .form-group textarea {
  height: 100px;
  resize: none;
}
.contact__first-col .contact-form__block {
  display: flex;
  gap: 20px;
}
.contact__first-col .contact-form__block__col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.contact__second-col {
  position: relative;
  z-index: 1;
}
.contact__second-col .contact-minibox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 20px;
  border: 1px solid #c9a84c;
  border-radius: 20px;
  max-width: 243px;
}
.contact__second-col .contact-minibox .title {
  font-size: 20px;
  font-weight: 500;
  color: #c9a84c;
}
.contact__second-col .contact-minibox hr {
  width: 100%;
  border: none;
  border-top: 1px solid #c9a84c;
  opacity: 1;
}

/*# sourceMappingURL=styles.css.map */
