.event-catering {
  position: relative;
  width: 100%;
  height: 400px;
  flex-shrink: 0;
  aspect-ratio: 720/263;
  padding-top: 80px;
  overflow: hidden;
  background-color: var(--Secondary-Background-Color);
}
.event-catering::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/event/event-bg.avif") transparent 0px -0.24px / 100% 182.601% no-repeat;
  opacity: 0.12;
  z-index: 0;
}
.location-catering {
  position: relative;
  width: 100%;
  height: 300px;
  flex-shrink: 0;
  aspect-ratio: 720/263;
  padding-top: 80px;
  overflow: hidden;
  background-color: var(--Secondary-Background-Color);
}
.location-catering::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg/location_bg.avif") transparent center bottom /
    cover no-repeat;
  object-fit: cover;
  object-position: center;
  opacity: 0.12;
  z-index: 0;
}
.contact_us {
  position: relative;
  width: 100%;
  height: 400px;
  flex-shrink: 0;
  aspect-ratio: 720/263;
  padding-top: 80px;
  overflow: hidden;
  background-color: var(--Secondary-Background-Color);
}
.contact_us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg/location_bg.avif")  transparent  center bottom /
    cover no-repeat;
  object-fit: cover;
  object-position: center;
  opacity: 0.12;
  z-index: 0;
}
.event-form {
  margin-top: -156px;
}
.contact-green-star {
  position: absolute;
  top: -33px;
  left: 333px;
}
.location-green-star {
  position: absolute;
  top: -33px;
  left: 253px;
}
.event-green-star {
  position: absolute;
  top: -33px;
  left: 126px;
}
.card {
  display: inline-flex;
  padding: 20px 60px 20px 20px;
  border-radius: 40px;
  border: 1px solid var(--Stroke-Color);
  background: var(--white);
}
.content {
  width: 65%;
}
.event-content {
  width: 56%;
}
.content h1 {
  color: var(--primary-color);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 16px;
}
.event-card {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.event-left-card {
  display: flex;
  max-width: 440px;
  width: 100%;
  height: fit-content;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 24px;
  background: var(--Secondary-Background-Color);
}
.event-left-card h2 {
  color: var(--primary-color);
  font-size: 28px;
  line-height: 42px;
}
.event-left-card p {
  color: var(--Black-Text-Color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--white);
  margin: 0;
}
.event-right-card {
  width: 100%;
  padding-block: 20px;
}
.form-container {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.form-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-group label {
  color: var(--Grey-Text-Color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.form-control {
  height: 34px;
  border: none;
  border-radius: 0%;
  border-bottom: 1.4px solid var(--Stroke-Color);
  color: var(--Black-Text-Color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px !important;
  padding-inline: 0px;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}
.form-select {
  height: 34px;
  border: none;
  border-radius: 0%;
  border-bottom: 1.4px solid var(--Stroke-Color);
  color: var(--Black-Text-Color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px !important;
}
.form-select:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}
#exampleFormControlTextarea1 {
  overflow: hidden;
  resize: none;
  height: auto;
}
.form-container-row {
  display: flex;
  flex-direction: row;
  gap: 38px;
}
.form-container-col {
  width: 50%;
}
@media (max-width: 768px) {
  .event-form {
    margin-top: -140px;
  }
  .card {
    display: inline-flex;
    padding: 20px;
    border-radius: 40px;
    border: 1px solid var(--Stroke-Color);
    background: var(--white);
  }
  .event-card {
    flex-direction: column;
    gap: 20px;
  }
  .event-content,
  .content {
    width: 100%;
  }
  .event-left-card {
    max-width: 100%;
  }
  .event-right-card {
    padding: 0px;
  }
  .form-container-row {
    flex-direction: column;
  }
  .form-container-col {
    width: 100%;
  }
  .contact-green-star,
  .event-green-star,
  .location-green-star {
    position: absolute;
    top: -40px;
    left: -14px;
  }
  .location-catering {
    padding-top: 40px;
  }
}
@media (max-width: 425px) {
  .event-form {
    margin-top: -40px;
  }
  .location-catering {
    height: 230px;
    padding-top: 20px;
  }
  .content h1 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}
}
