#customPageTitle {
  display: none;
}

#headerDummy.headerIndex {
  height: 0;
}

.contactInput::-webkit-input-placeholder {
  font-weight: 300;
  color: #797979;
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: #797979;
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: #797979;
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: #797979;
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: #797979;
}

.titleCustom {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: var(--slider-line-height);
  width: fit-content;
  font-weight: 300;
  text-align: left;
  font-family: "Buda";
  text-transform: uppercase;
  color: var(--secondary);
}

.subtitleCustom {
  margin-bottom: 45px;
  width: fit-content;
  font-weight: 400;
  text-align: left;
  color: var(--base);
}

.textCustom {
  display: none;
  color: var(--base);
  font-weight: 100;
  margin-bottom: 20px;
  line-height: 21px;
  font-size: var(--base-font-size);
  letter-spacing: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}

textarea {
  resize: none;
  height: 170px;
  width: 100%;
  border: none;
  height: 120px !important;
  border-radius: 4px;
  padding-left: 15px;
  color: var(--base);
  padding-top: 20px !important;
  margin-top: 15px;
}

textarea::placeholder {
  color: var(--base);
}

.formInput {
  padding: 0;
  box-sizing: border-box;
  height: 50px;
  margin-bottom: 0rem;
  margin-top: 15px;
  /* padding-left: 20px; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  width: 100%;
  border-radius: 0px;
  padding-right: 20px;
  border-bottom: 1px solid var(--base);
  color: var(--base);
  background: transparent;
}

.contactMessage {
  height: 98px;
  padding-top: 15px;
}

.contactEmail,
.contactNumber {
  width: calc(100%);
  float: left;
}

input::placeholder {
  color: var(--base);
}

.contactContainer {
  width: 90%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
}

.contactContainer img {
  width: calc(100% - 50rem);
}

.contactFormContainer {
  position: absolute;
  right: 0;
  width: 65rem;
  z-index: 1;
  background: #fff;
}

.contactDiv {
  width: 76%;
  position: relative;
  float: left;
  margin-left: 12%;
  margin-top: 3.5rem;
  max-width: 38rem;
  margin-bottom: 0;
}

.title {
  width: 76%;
  position: relative;
  float: left;
  margin-top: 5rem;
  margin-left: 12%;
  text-transform: uppercase;
  font-size: 3rem;
}

.contactInput {
  border: 1px solid var(--grey);
  border-radius: 0;
  color: var(--base);
  padding: 0;
  font-size: 1.4rem;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1rem;
  height: 4rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.contactInput.contactTextarea {
  height: 13rem;
  padding-top: 1rem;
}

.sendContact {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin: 55px 0 0;
  /* border-radius: var(--border-radius); */
  height: 55px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.sendContact:hover {
  background-color: var(--add-to-cart-btn-hover);
  color: var(--base-aux);
  border-color: var(--add-to-cart-btn-border-hover);
}

.contactBanner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.boxContainer {
  display: flex;
  height: auto;
  gap: 0%;
  flex-direction: row-reverse;
}

.boxContainer .right {
  justify-self: right;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0px;
}

.left {
  margin: 0 auto;
  height: auto;
  align-self: center;
  padding: 4%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.leftContainer {
  width: 65%;
  margin: 0 auto;
}

.contactContainer .right {
  width: 100%;
  padding-top: 0vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.formContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 769px) and (max-width: 1105px) {
  #content {
    min-width: unset;
  }
}

@media screen and (max-width: 1100px) {
  .contactFormContainer {
    position: relative;
    width: 90%;
    margin: auto;
  }

  .boxContainer {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 35px;
    margin: 0 auto;
    padding-top: calc(var(--menu-height-mobile) + 24px);
  }

  .left {
    width: 100%;
    margin-top: 1vw;
  }

  .boxContainer .right {
    width: 100%;
    padding: 0;
    margin: auto;
    margin-top: 0;
  }

  .title {
    width: 90%;
    margin-left: 0%;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .contactContainer img {
    width: 100%;
    height: auto;
  }

  .contactContainer {
    flex-direction: column;
    width: 100%;
  }

  .contactDiv {
    width: 96%;
    margin-left: 1%;
    margin-top: 0rem;
  }

  .contactEmail,
  .contactNumber {
    width: 100%;
    float: left;
  }

  .sendContact {
    width: 100%;
    margin-bottom: 0;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
  }

  .titleCustom {
    width: 100%;
    position: relative;
    line-height: 3.5rem;
    text-align: left;
    max-width: unset;
    margin: 0px;
  }

  .textCustom {
    font-size: 15px;
    text-align: left;
    margin-bottom: 1.5rem;
  }

  .formInput.contactTextarea {
    margin-top: 15px;
    padding: 10px 10px 10px 15px;
  }

  .formInput {
    width: 100%;
    font-size: 14px;
    height: 3.5rem;
  }

  textarea.formInput.contact_message {
    height: 18vh;
  }

  .contactMessage {
    height: 18rem;
  }

  .leftContainer {
    width: 100%;
  }

  .subtitleCustom {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .boxContainer {
    width: 100%;
    flex-direction: column-reverse;
  }

  .left {
    padding: 0;
    margin: 0 auto 60px;
    width: var(--web-container);
  }

  .titleCustom {
    font-size: 30px;
    text-align: center;
  }

  .sendContact {
    padding: 0px;
    /* background: var(--web-background); */
    /* color: var(--base); */
  }

  textarea.formInput.contact_message {
    /* height: 210px !important; */
  }
}
