.contact-hero-section {
  height: 100vh;
  background: var(--primary-clr);
  /* display: flex; */
}

.contact-hero-section-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  max-width: 1920px;
  gap: 20px;
  margin: 0 auto;
}

.contact-hero-section-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-hero-section-subtitle {
  font-size: clamp(1.875rem, 1.968vw, 2.125rem);
  line-height: 30px;
  color: #000000;
  font-family: var(--ff-aller-display);
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-transform: uppercase;
}

.contact-hero-section-text {
  font-family: var(--font-family-poppins-regular) !important;
  font-size: clamp(1rem, 1.157vw, 1.25rem) !important;
  line-height: 20px;
  text-transform: initial;
}

.contact-hero-section-right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.contact-hero-section-right img {
  width: 100%;
}

.contact-hero-character-img {
  position: absolute;
  bottom: 0;
  width: 60%;
  right: 2%;
}

.contact-main-container{
  padding: 0 var(--horizontal-spacing-desktop);
}

.contact-form-container {
  background-color: transparent;
  border: 4px solid var(--primary-clr);
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 75px;
  padding: 60px 80px;
  max-width: 57rem;
  margin: 0 auto 100px auto;
}

.contact-form-title {
  font-family: var(--font-family-poppins-bold);
  font-size: 55px;
  line-height: 64px;
  color: #000000;
  text-align: center;
}

.sectionTitleContactModCenter {
  max-width: 30rem;
  margin: 80px auto 100px auto !important;
}

.contact-form-title {
  font-family: var(--font-family-poppins-bold);
  font-size: 55px;
  line-height: 64px;
  color: #000000;
  text-align: center;
}

#nf-form-1-cont,
#nf-form-2-cont {
  width: 100%;
}

.nf-before-form-content {
  display: none;
}

.nf-form-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 75px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
}

.nf-form-content input.ninja-forms-field {
  width: 100% !important;
  padding: 30px 0px !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  font-size: var(--global-paragraph-fs) !important;
  line-height: 48px !important;
  color: #000000 !important;
  border-radius: 0px !important;
}

.nf-form-content input.ninja-forms-field::placeholder {
  font-family: var(--font-family-poppins-regular) !important;
  font-size: var(--global-paragraph-fs) !important;
  line-height: 48px !important;
  color: #000000 !important;
  padding: 20px;
}

/* .contact-form-inputs-inline { */
/*   display: flex; */
/*   gap: 50px; */
/* } */
.nf-field-container {
  width: 100% !important;
  margin-bottom: 50px !important;
}

.nf-field-element textarea::placeholder {
  font-family: var(--font-family-poppins-regular) !important;
  font-size: var(--global-paragraph-fs) !important;
  line-height: 48px !important;
  color: #000000 !important;
  margin-bottom: 20px;
}

.nf-field-element textarea {
  width: 100% !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  font-size: var(--global-paragraph-fs) !important;
  color: #000000 !important;
  opacity: 1 !important;
  font-family: var(--font-family-poppins-regular) !important;
  font-size: var(--global-paragraph-fs) !important;
  line-height: 48px !important;
  padding: 20px;
}

#nf-field-6-wrap .nf-field-element,
#nf-field-13-wrap .nf-field-element {
  margin-top: -35px;
}

#nf-field-4,
#nf-field-11 {
  font-family: var(--ff-aller-display) !important;
  font-size: clamp(16px, 1.25vw, 24px) !important;
  line-height: clamp(20px, 1.6666vw, 32px) !important;
  height: 3.5em;
  /* width: 11em !important; */
  padding: 0em 3.5em !important;
  background-color: transparent !important;
  color: var(--secondary-clr) !important;
  border: 2px solid var(--secondary-clr) !important;
  border-radius: 1000px !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 30px !important;
  position: relative !important;
  overflow: hidden !important;
  background-image: url("http://localhost/wp_lds/wp-content/uploads/2023/06/black-arrrow-right-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 30% center;
  background-size: 25px;
  text-align: center !important;
  text-transform: uppercase !important;
}

nf-field:nth-child(3) {
  display: inline-flex;
  width: 45%;
  margin-right: 10%;
}

nf-field:nth-child(4) {
  display: inline-flex;
  width: 45%;
}

.ninja-forms-req-symbol {
  color: #555 !important;
  position: absolute;
}

#nf-field-4-container,
#nf-field-11-container {
  display: flex !important;
  justify-content: center !important;
  margin: 4em 0em 0em 0em !important;
}

.nf-after-form-content .nf-error-msg {
  font-family: var(--font-family-poppins-semibold) !important;
  padding-top: 30px !important;
  text-align: center !important;
}

#nf-field-4::before{
  position: absolute !important;
  top: 0 !important;
  width: 110% !important;
  height: 100% !important;
  background-color: red   !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 0px 0px 1000px 0px !important;
  z-index: -1 !important;
  left: -110% !important;
  transition: all 0.8s ease-in-out !important;
}

#nf-field-4:hover::before{
  left: 100%  !important;
}

.contact-form-inputs textarea::placeholder {
  font-family: var(--font-family-poppins-regular);
  font-size: var(--global-paragraph-fs);
  line-height: 48px;
  color: #000000;
}

/* .contact-form-inputs { */
/*   display: flex; */
/*   flex-direction: column; */
/*   gap: 75px; */
/*   width: 100%; */
/* } */
/**/
/* .contact-form-inputs input { */
/*   width: 100%; */
/*   padding: 20px; */
/*   background-color: transparent; */
/*   border: none; */
/*   border-bottom: 1px solid #000000; */
/*   font-size: var(--global-paragraph-fs); */
/*   line-height: 48px; */
/*   color: #000000; */
/*   border-radius: 0px; */
/* } */
/**/
/* .contact-form-inputs input::placeholder { */
/*   font-family: var(--font-family-poppins-regular); */
/*   font-size: var(--global-paragraph-fs); */
/*   line-height: 48px; */
/*   color: #000000; */
/* } */
/**/
/* .contact-form-inputs-inline { */
/*   display: flex; */
/*   gap: 50px; */
/* } */
/**/
/* .contact-form-inputs textarea { */
/*   width: 100%; */
/*   padding: 20px; */
/*   background-color: transparent; */
/*   border: none; */
/*   border-bottom: 1px solid #000000; */
/*   font-size: var(--global-paragraph-fs); */
/*   line-height: 48px; */
/*   color: #000000; */
/* } */
/**/
/* .contact-form-inputs textarea::placeholder { */
/*   font-family: var(--font-family-poppins-regular); */
/*   font-size: var(--global-paragraph-fs); */
/*   line-height: 48px; */
/*   color: #000000; */
/* } */

.hero-btn-hover-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background-color: #dd595b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 1000px 0px;
  z-index: -1;
  left: -110%;
  transition: all 0.8s ease-in-out;
}

.hero-btn:hover .hero-btn-hover-container {
  left: 0%;
}

#nf-form-1-cont>div>div.nf-response-msg {
  font-family: var(--font-family-poppins-regular);
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center;
}

#nf-form-2-cont>div>div.nf-response-msg {
  font-family: var(--font-family-poppins-regular);
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.decreasePadding {
  padding: 20px 70px !important;
}

.contactModMargin{
  margin: 125px 0px 75px 0px !important;
}

@media screen and (max-width: 1280px) {
  .contact-hero-section-subtitle {
    font-size: 36px;
  }

  .contact-form-container {
    margin-bottom: 100px;
  }

  .contact-main-container{
    padding: 0 var(--horizontal-spacing-tablet);
  }
}

@media screen and (max-width: 900px) {
  .contact-hero-section {
    height: 70vh;
  }

  .contact-hero-section-subtitle {
    font-size: 30px;
  }

  .contact-form-title {
    font-size: 40px;
    line-height: 50px;
  }

  .contact-title-modification {
    font-size: 55px;
    line-height: 50px;
    padding: 0px 0px 50px 50px;
  }

  .contact-form-inputs input {
    line-height: 30px;
  }

  .contact-hero-section-right {
    align-items: center;
  }

  .contact-hero-section-left {
    gap: 20px;
  }
}

@media screen and (max-width: 900px) and (orientation: landscape) {
  .contact-hero-section {
    height: 150vh;
  }
}

@media screen and (max-width: 576px) {
  .contact-hero-section-svg {
    width: 40px;
    display: flex;
    align-items: baseline;
  }

  .contact-hero-section-svg img {
    width: 100%;
    height: auto;
  }

  .contact-hero-section {
    flex-direction: column;
    height: auto;
  }

  .contact-hero-section-left {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .contact-title-modification {
    font-size: 78px;
    line-height: 91px;
    padding: 200px 0px 50px 32px;
  }

  .contact-hero-section-subtitle {
    font-size: 26px;
  }

  .contact-hero-section-text {
    font-size: 16px;
    /* margin-left: -75px; */
  }

  .contact-hero-section-right {
    width: 100%;
    padding-top: 50px;
    padding-left: 32px;
  }

  .contact-form-container {
    margin-bottom: 135px !important;
    padding:50px 30px;
  }

  .contact-form-title {
    font-size: 33px;
    line-height: 50px;
  }

  .contact-form-inputs input {
    line-height: 30px;
  }

  .contact-form-inputs-inline {
    flex-direction: column;
    gap: 75px;
  }

  .contact-send-button-modification {
    font-size: 18px !important;
  }

  nf-fields-wrap {
    display: flex;
    flex-direction: column;
  }

  nf-field:nth-child(3) {
    width: 100%;
  }

  nf-field:nth-child(4) {
    width: 100%;
    margin-top: 35px !important;
  }

  .contact-hero-character-img{
    position: absolute;
    bottom: 0;
    width: 100%;
    right: -20%;
  }

  .sectionTitleContactModCenter{
    max-width: 18rem;
    margin: 50px auto 50px auto !important;
  }

  .contact-main-container{
    padding: 0 var(--horizontal-spacing-mobile);
  }

  .nf-field-container{
    margin-bottom: 0px !important;
  }

  #nf-field-4-container{
    margin-top: 0px !important;
  }

  .contactModMargin{
    margin: 40px 0px 40px 0px !important;
  }

  /* .sectionTitleContactModCenter{
    max-width: 100% !important;
  } */
}