.contact-us {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  padding: 7rem 20px 3rem 20px;
  background: url("../images/BG.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: 100%;
}
.contact-us .account-details-image {
  clip-path: polygon(0 0, 95% 0, 100% 6%, 100% 100%, 5% 100%, 0 94%);

  position: relative;
  background-color: #695b40;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1013px;
  height: 666px;
  border-radius: 14px;
}
.contact-us .account-details-image::after {
  content: "";
  width: 99.2%;
  height: 658px;

  position: absolute;
  background: url("../images/image-3815.webp") #007600;
  clip-path: polygon(0 0, 95% 0, 100% 6%, 100% 100%, 5% 100%, 0 94%);
  border-radius: 14px;
  mix-blend-mode: multiply;
  filter: hue-rotate(30deg) saturate(0.7) brightness(0.7) contrast(1);
}

.contact-information {
  position: absolute;
  display: flex;
  flex-direction: column;
}

.contact-title {
  color: #fff;

  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  text-transform: uppercase;
}

.contact-bold {
  color: white;
}

.contact-highlight {
  background: var(
    --Accent-colors-Primary,
    linear-gradient(180deg, #febb11 0%, #c0a96e 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-label {
  color: rgba(255, 255, 255, 0.7);

  font-family: "TT Supermolot Neue Trl Exp regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.contact-value {
  color: #fff;

  font-family: "TT Supermolot Neue Trl Exp regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: -10px;
}

.email a {
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.email a:hover {
  text-decoration: underline;
}

.contact-reach {
  margin-top: 20px;
}

.contact-btn {
  width: 559.5px;
  height: 48px;
  border-radius: 8px;
  flex-shrink: 0;
  clip-path: polygon(0 0, 97.5% 0, 100% 24%, 100% 100%, 2.6% 100%, 0 75%);

  background: var(
    --Accent-colors-Primary,
    linear-gradient(180deg, #febb11 0%, #c0a96e 100%)
  );
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.06));
  border: none;
  cursor: pointer;
  color: #111;

  text-align: center;
  font-family: "TT Supermolot Neue Trl Exp";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact-btn:hover {
  background: var(
    --Accent-colors-Primary,
    linear-gradient(90deg, #febb11 0%, #c0a96e 100%)
  );
}

.contact-left-leaf,
.contact-right-leaf {
  position: absolute;
  width: 8rem;
}
.contact-left-leaf {
  left: 0;
  top: 55%;
}
.contact-right-leaf {
  right: 0;
}
@media (max-width: 1024px) {
  .contact-us .account-details-image {
    visibility: hidden;
  }
  .contact-us .account-details-image::after {
    visibility: hidden;
  }
  .contact-us {
    background-image: none;
    padding: 3rem 20px 1rem 20px;
  }
  .contact-title {
    font-size: 30px;
  }
  .contact-heading-br {
    display: none;
  }
  .contact-value {
    font-size: 20px;
  }
  .contact-left-leaf,
  .contact-right-leaf {
    display: none;
  }
}

@media (max-width: 768px) {
  .contact-title {
    font-size: 24px;
  }
  .contact-us {
    background: url("../images/BG.webp"), #16110b;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  }
  .contact-information {
    width: 90%;
  }
  .contact-btn {
    width: 99%;
  }
}
