
.contact {
  min-height: 100vh;
  /* background-color: rgba(74, 101, 124, 1); */
  background-image: url(../img/bg-dark.png);
  background-size: cover;
  padding: 8rem 2rem 4rem 2rem;
}
.contact form {
  display: flex;
  flex-direction: column;
  background-color: rgba(250, 249, 246, 0.25);
  border: 1.5px solid rgba(250, 249, 246, 1);
  gap: 1rem;
  padding: 0.5rem;
}
.contact form .flx {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  overflow: hidden;
}
.contact form input[type="number"],
.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea{
  border-radius: 0;
  font-size: 16px;
  border: 1.5px solid rgba(0, 0, 0, 0);
}
.contact form input[type="number"]:focus,
.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus,
.contact form textarea:focus {
  color: rgba(74, 101, 124, 1);
  font-size: 16px;
  border: 1.5px solid rgba(21, 162, 216, 1);
}
.contact form #submit{
  border-radius: 0;
  width: 85px;
  height: 42px;
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.contact form #submit:hover{
  background-color: rgba(37, 37, 37, 0.25);
}
.contact form input {
  height: 40px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form select {
  appearance: none;
  width: 90px;
  height: auto;
  padding:0.5rem;
  font-size:16px;
  text-align: center;
  color: rgba(250, 249, 246, 1);
  background-color: transparent;
  border: 1.5px solid rgb(239, 237, 231);
  cursor: pointer;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
form select > option {
  text-align: center;
  font-size: 10px;
}
.wrap-select{
  display: flex;
  cursor: pointer;
}
.wrap-select .img{
  display: flex;
  width: 16px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  border: 1.5px solid rgba(250, 249, 246, 1);
  margin-left: -1.5px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.wrap-select .img:hover{
  background-color: rgba(21, 162, 216, 1);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;

}


/* Firefox */
input[type="number"],
input[type="text"],
input[type="email"] {
  -moz-appearance: textfield;
  color: rgba(74, 101, 124, 1);
  padding-left: 2px;
  font-size: 16px;
}
textarea {
  padding-top: 0rem;
  padding-left: 2px;
  font-size: 16px;
  color: rgba(74, 101, 124, 1);
  width: auto;
  margin: 0;
}
label {
  display: block;
  font-size: 16px;
  color: rgba(250, 249, 246, 1);
}

::placeholder {
  color: rgba(37, 37, 37, 0.4);
  padding-left: 2px;
  padding-top:2px;
  font-size: 16px;
}
.contact .wrap-btn{
  height: 42px;
}
.contact .wrap-btn button{
  height:auto;
}
.contact .wrap-btn .btn-sec{
  height:auto;
  margin-left:-1.5px;
}

.btn-sec img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

@media only screen and (min-width: 992px) {
  .contact {
    min-height: 80vh;
    /* background-color: rgba(74, 101, 124, 1); */
    background-image: url(../img/contact/bg-dark.png);
    background-repeat: repeat;
    padding: 8rem 16rem 4rem 16rem;
  }
  ::placeholder {
    color: rgba(37, 37, 37, 0.4);
    padding-left: 0.rem;
  }
  .contact form input {
    max-height: 80px;
  }
  input[type="text"],
  input[type="email"],
  input[type="number"]
  {
    color: rgba(74, 101, 124, 1);
    padding-left: 0.5rem;
  }
  textarea {
    padding-top:0.5rem;
    padding-left: 0.5rem;
  }
  .contact form {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .contact form .flx {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 1rem;
  }
  .contact form .flx input {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact form .flx label {
    margin-top: 0.5rem;
  }
  .contact form .flx select {
    margin-top: 0rem;
  }
  .contact form .flx textarea {
    margin-top: 0.5rem;
    height: auto;
  }
  .contact form .flx .wrap-btn {
    margin-top: 1rem;
  }
  label {
    font-size: 16px;
  }
  form select {
    width: 90px;
    text-align: center;
    height: auto;
    font-size: 16px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  .iframe {
    width: 30%;
    position: relative;
  }
  iframe {
    width: 100%;
    height: 100%;
  }
  .contact form .flx .wrap-btn {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .btn {
    padding-left: 1rem;
    margin-right: 0.5px;
  }
  form select > option {
    text-align: left;
    font-size: 16px;
  }

}
