@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  position: relative;
  font-size: 16px;
  color: white;
  background: black;
}

.section {
  max-width: 1920px;
  width: auto;
  height: 100vh;
  background-image: url("../img/bg_foto.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  margin: auto;
}

.top-15-procent {
  margin-top: 15%;
}

.margin-left-15-procent {
  margin-left: 15%;
}

h1 {
  color: #ede1a7;
  font-family: Poppins;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 38.92px;
  text-align: left;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 60px;
  line-height: normal;
}

p {
  margin-top: 10%;
  color: #f0f0f0;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: left;
}

.input-email {
  max-width: 408px;
  min-width: 100%;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #d0d0d0;
  border: 0 solid #00000a;
  background-color: #ffffff;
}

input{
  padding-left: 20px;
}

.btn-outline-light {
  max-width: 411px;
  min-width: 100%;
  height: 44px;
  border-radius: 22px;
}

input::placeholder {
  color: #010101;
  font-family: "Poppins - Semi Bold";
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
  padding-left: 15px;
  font-family: "Poppins", sans-serif;
}

span {
  margin-top: 14px;
  color: #f0f0f0;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

input:focus,
input:focus-visible {
  border: none;
}

input::placeholder {
  color: #010101;
}

@media (max-width: 1500px) {
  .btn-outline-light,
  .input-email {
    width: 350px;
  }

  h1 {
    font-size: 3vw;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 3vw;
    letter-spacing: 4vw;
  }

  p {
    color: #f0f0f0;
    font-family: Poppins;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .btn {
    margin-top: 3%;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .margin-left-15-procent,
  h1,
  p {
    text-align: center !important;
    margin-left: 0;
  }
}

@media (max-width: 650px) {

  .btn-outline-light,
  .input-email {
    width: 100%;
  }

  p,.akcept-text {
    font-size: 4vw;
  }
  .section {
    max-width: 1920px;
    width: auto;
    height: 100vh;
    background-image: url("../img/bg_foto_mobil.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
  }
  .top-15-procent {
 /*   margin-top: 80%;
    margin-bottom: 25%;*/

    margin-top: 23vh;
    margin-bottom: 5vw;
  }

  .btn-outline-light,
  .input-email {
    height: 63px;
    
  }

  .btn {
    font-size: 25px;
    margin-bottom:   77px;
  }

  input::placeholder {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .top-15-procent {
    margin-top: 23vh;
    margin-bottom: 0;
  }
}
