* {
  padding: 0%;
  scroll-behavior: smooth;
  scrollbar-width: 0;
  margin: 0;
}
body {
  background: url(./form-assets/smph.webp);
  overflow: hidden;
  scroll-behavior: smooth;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0rem -61rem;
}
::-webkit-scrollbar {
  display: none;
}
.perent {
  background: #000000c4;
}
.contant {
  align-items: center;
  display: flex;
  margin: 0% 0% 0%;
  padding: 2rem 0rem 1rem;
  justify-content: center;
  column-gap: 20%;
  flex-direction: row-reverse;
}
.Cntent {
  background: transparent;
}
.title {
  display: flex;
  flex-direction: column;
  padding: 3rem 0rem;
  align-items: flex-start;
}
.title h2 {
  color: #fff;
  font-family: helvetica;
  font-weight: 700;
  font-size: 285%;
  word-spacing: 0.09em;
}
.title h2 span {
  color: #eaea07;
}
.title p {
  color: #fff;
  font-family: helvetica;
  font-weight: 700;
  font-size: 215%;
  margin-top: 0rem;
  padding: 3px 0px 0px;
}
.submit-to-google-sheet {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.form {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.forn {
  display: flex;
  flex-direction: column;
}
.H5 {
  color: #fff;
}
.navigators img {
  width: 28rem;
  position: relative;
  bottom: 0rem;
  filter: drop-shadow(21rem -16rem 11rem yellow);
}
.nam,
.emal,
.msge {
  background: transparent;
  text-decoration: none;
  margin: 4% 0rem;
  color: #fff;
  outline: none;
  border: none;
  font-size: 133%;
  border-bottom: 2px solid #fff;
  font-family: helvetica;
  padding: 2% 0rem;
  font-weight: 700;
}
.msge {
  min-width: 19rem;
  max-width: 19rem;
  resize: none;
  max-height: 8rem;
}
input:focus,
textarea:focus {
  outline: none;
}
.sent {
  display: flex;
  flex-direction: row;
  margin: 2rem 0rem;
  column-gap: 1rem;
}
.sent button {
  border: 3px solid #ff0053bf;
  text-decoration: none;
  padding: 2% 10%;
  border-radius: 3px;
  background: transparent;
  color: white;
  font-family: tahoma;
  font-weight: 500;
  font-size: 100%;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  letter-spacing: 0.07em;
  filter: drop-shadow(0px 0px 0.7rem #ff0053bf);
  transition: 0.4s;
}
.bttn {
  border: 3px solid #ff0053bf;
  text-decoration: none;
  padding: 2% 10%;
  border-radius: 3px;
  background: transparent;
  color: white;
  font-family: tahoma;
  font-weight: 500;
  font-size: 100%;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  letter-spacing: 0.07em;
  filter: drop-shadow(0px 0px 0.7rem #ff0053bf);
  transition: 0.4s;
}
.sent button:hover,
.bttn:hover {
  transform: translateX(3px);
  background-color: #ff0053bf;
  transition: 0.4s;
  text-decoration: none;
}
.bttn a {
  text-decoration: none;
  color: #fff;
}
.photer {
  color: #fff;
    column-gap: 30rem;
    display: flex;
    flex-direction: row;
    padding: 2rem 11% 9rem 12%;
    align-items: center;
    justify-content: space-between;
}
.colrit {
  padding: 0%;
}
.coft {
  padding: auto;
}
.coft p {
  font-weight: 500;
  font-size: 97%;
  font-family: tahoma, sans-serif;
  color: #a7bab7;
}
.icos {
  padding: 0%;
  display: flex;
  min-width: 25rem;
  column-gap: 5%;
  font-size: 180%;
}
.icos a{
  transition: transform .5s;
}
.icos a:hover{
  transform: translateY(-4px);
  transition: .5s;
}
p {
  color: #f4f4ed87;
  font-size: 114%;
  font-family: helvetica;
  font-weight: 600;
}
.fa-instagram{
  font-size: 2rem;
}