.contactUS-box {
  background: #FFFFFF1F;
  border: 1px solid #FFFFFF21;
  backdrop-filter: blur(60px);
  padding: 40px;
  width: 86%;
  margin: 0 auto;
  border-radius: 12px;
}


section#contactUS {
  background-image: url('../img/Weekend-Bash-Offer.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  padding: 90px 20px;
}

.contactUS .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #10001abf;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer {
  padding-top: 0;
}

.contactUS .form-control,
.contactUS .form-select {
  background-color: #10001a;
  border: 1px solid #ffffff59;
  color: #fff;
  min-height: 50px;
}

.contactUS .form-control:focus,
.contactUS .form-select:focus {
  border: 1px solid #F2E2AE;
  box-shadow: none;
}

.contactUS .form-control::placeholder {
  color: #ffffff5b;
  opacity: 1;
  /* Firefox */
}

.contactUS .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #ffffff5b;
}

.contactDetails {
  height: 100%;
  border-left: 3px solid #ffffff47;
  border-radius: 0px;
}

.contactDetails .contact-heading {
  font-family: 'DM Sans';
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.contactDetails .sub-heading {
  color: #F2E2AE;
  font-weight: bold;
  font-size: 18px;
  font-family: 'DM Sans';
}

@media (max-width: 767px) {
  .contactUS-box {
    padding: 26px;
    width: 100%;
  }

  .contactDetails {
    padding: 0 !important;
    border: 0px;
  }
}