.contact-main {
  background-color: #ededed;
}

/* event hero */

.event-hero-sec {
  background-image: url(../assets/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
}
.event-hero-sec .hero-text-container {
  /* width: 37.98611%; */
  /* width: 547px; */
}

.event-hero-sec .hero-head {
  font-family: "Bebas", sans-serif;
  font-size: 89.69px;
  line-height: 86%;
  letter-spacing: 5%;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  padding-top: 69px;
}

.event-hero-sec .hero-head::after {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-flex;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 3px;
}
.event-hero-sec .hero-para {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
  margin-top: 8px;
  max-width: 547px;
}
.event-hero-sec .breadcrumb {
  margin-top: 49px;
  padding-top: 9px;
  border-top: 1px solid #464646;
}
.bread-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
}
.bread-text.fade {
  color: #b8b8b8;
}
.bread-arrow img {
  height: 10px;
  width: 10px;
}
.bread-icon img {
  height: 12px;
  width: 12px;
}
.breadcrumb-list {
  list-style: none;
  display: flex;
  gap: 4px;
}
.breadcrumb-itmes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* Contact option section  */

.contact-option-wrapper {
  padding: 74px 0 56px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 26px;
  justify-content: center;
}

.contact-card {
  width: 292px;
  height: 214px;
  opacity: 1;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
  flex: 1;
  max-width: 292px;
}

.contact-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 256px;
  height: 171px;
  top: 15px;
  left: 18px;
  opacity: 1;
  gap: 17px;
}

.office {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.office img {
  width: 48px;
  height: 48px;
}
.office h2 {
  font-family: "Bebas";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #0a7544;
}
.contact-info2 {
  display: flex;
  flex-direction: column;
}

.contact-info2 p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
}

/* contact-form-map section  */

.contact-form-map {
  background-color: #ffffff;
  padding: 52px 0 0 0;
}

.form-map-wrapper {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
  gap: 35px;
  margin-bottom: 243px;
}
.form-wrapper {
  height: 617px;
  display: flex;
  flex-direction: column;
  gap: 29px;
  flex: 1;
  /* justify-content: space-between; */
}

.form-map-wrapper .form-wrapper .form-contant h4 {
  font-family: "Bebas";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #0a7544;
  padding: 0 0 4px 0;
}

.heading2 {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}
.form-map-wrapper .form-wrapper .form-contant p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.contact-form .contact-form-inputs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.contact-form input {
  width: 100%;
  height: 48px;
  padding: 10px;
  border: 1px solid #b8b8b8;
  gap: 10px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.contact-form textarea {
  width: 100%;
  height: 138px;
  padding: 10px;
  border: 1px solid #b8b8b8;
  gap: 10px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  resize: none;
}

.contact-form input::placeholder {
  color: #000000;
  opacity: 1;
}

.contact-form textarea::placeholder {
  color: #000000;
  opacity: 1;
}

.send-message-btn {
  display: flex;
  justify-content: flex-end;
}

.contact-form .send-message-btn button {
  width: 181px;
  height: 48px;
  padding-top: 10px 16px 10px 16px;
  gap: 12px;
  opacity: 1;
  font-family: "Bebas";
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 10%;
  background-color: #00a651;
  color: #ffffff;
  font-size: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-map-wrapper {
  width: auto;
  height: 622px;
  opacity: 1;
  flex: 1;
}
.contact-map {
  height: 622px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .form-map-wrapper {
    display: flex;
    flex-direction: column;
  }
  .event-hero-sec .hero-head {
    font-size: 50px;
  }
.event-hero-sec .breadcrumb {
    margin-top: 89px;
  }
}
