/* .mainScreen{
  max-width: 1920px;
  margin: 0 auto;
}

.mainScreen__img{
  width: 100%;
} */

.mainScreen {
  position: relative;
  /* height: 1016px; */
  margin-top: -1px;
  z-index: 5;
}

.mainScreen__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px 0px;
}

.mainScreen__mainForm {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 150px;
  padding-right: 150px;
}

.mainForm__h {
  color: #fff;
  font-family: "TT Interfaces";
  font-size: 99.322px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mainForm__inputBox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.mainForm__label {
  color: #fff;
  font-family: "TT Interfaces";
  font-size: 50.034px;
  font-style: normal;
  font-weight: 500;
  line-height: 113.1%; /* 56.589px */
}

.mainForm__customInput {
  display: flex;
  flex-direction: column;
  max-width: 778px;
}

.customInput__input {
  font-family: "TT Interfaces";
  font-style: normal;
  font-weight: 400;
  font-size: 82px;
  line-height: 113.1%;
  border-bottom: 4.67px solid white;
  background: none;
  width: 100%;
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.customInput__input::placeholder {
  color: #ffffff;
  opacity: 0.3;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s;
  /* color: white; */
  /* -webkit-box-shadow: inset 0 0 0 50px #fff; */
  -webkit-text-fill-color: white;
}

.customInput__btn {
  font-family: "TT Interfaces";
  font-style: normal;
  font-weight: 500;
  font-size: 26.7764px;
  line-height: 113.1%;
  color: #212223;

  padding: 18.17px 40.165px;
  margin-top: 30px;
  background: #ffffff;
  border-radius: 66.9409px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
.customInput__btn:hover {
  background-color: #fa4515;
  color: white;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

@media screen and (max-width: 1550px) {
  .mainScreen__mainForm {
    padding-left: 60px;
    padding-right: 60px;
  }
  .customInput__input {
    font-size: 47px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1170px) {
  .mainScreen__mainForm {
    padding-left: 40px;
    padding-right: 60px;
  }
  .mainForm__h {
    font-size: 69px;
  }

  .mainForm__inputBox {
    flex-direction: column;
    gap: 50px;
  }

  .customInput__btn {
    font-size: 22.776px;
    padding: 18px 25px;
  }
}

@media screen and (max-width: 640px) {
  .mainScreen__mainForm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg__img {
    object-position: center;
  }
  .mainForm__h {
    padding-top: 40px;
    padding-bottom: 70px;
    font-size: 38px;
  }
  .mainForm__label {
    font-size: 28px;
  }

  .mainForm__inputBox {
    gap: 30px;
    padding-bottom: 121px;
  }

  .customInput__input {
    font-size: 28px;
    line-height: 113.1%;
    border-bottom: 2.67px solid white;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
  .customInput__btn {
    margin-top: 5px;
    padding: 11px 25px;
    font-size: 18px;
    border-radius: 33.576px;
  }
}

/* .customInput__input {
  width: 100%;
  border-bottom: 4.67px solid white;
} */
