html,
body {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: "vwhead", Arial;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
  padding-block: 2rem;
  padding-inline: 10%;
  color: black;
}
.form__container {
  background-image: url("/LandingPage/audi-driving-experience-08-2024/assets/img/bg-form.png");
  background-repeat: no-repeat;
  background-position-x: -1800px;
  background-position-y: -200px;
  margin-top: 70px;
  background-color: #000;
}
.form__popup {
  color: white;
  padding-bottom: 20px;
}
.form__popup div {
  font-size: 26px;
  line-height: 2;
  text-align: center;
  margin: 50px 0 100px;
}
.form__popup-close {
  display: none;
}
.form__header {
  width: 100%;
  font-size: 44px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin: 50px 0px;
  padding-top: 100px;
  font-family: "AudiType";
  font-stretch: 200%;
}
.form__subtitle {
  color: #fff;
  text-align: center;
  font-family: "AudiType";
  margin-top: 30px;
}
.form__input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48%;
  height: 80px;
}
.form__textarea-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form__label {
  position: absolute;
  top: 30%;
  left: 0.75rem;
  color: #bdbdbd;
  cursor: text;
  transition: all 0.1s ease-in-out;
  transform-origin: left;
}
.form__option {
  position: absolute;
  top: 0%;
  color: gray;
  cursor: text;
  transition: all 0.1s ease-in-out;
  transform-origin: left;
  height: 34px;
  zoom: 1.4;
}
.form__input {
  padding-inline: 0.75rem;
  padding-block: 0.5rem 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
  background-color: white;
  font-size: 13px;
  height: 54px;
  color: black;
}
.form__accept {
  margin-left: 30px;
}
.form__checkbox {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  font-family: "AudiType";
}
.form__checkbox--accept {
  position: relative;
  cursor: pointer;
  font-size: 0.7rem;
}
.form__checkboxes-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form__consent-text {
  color: #fff;
  font-family: "AudiType";
  font-size: 14px;
}
.form__textarea {
  height: 100px;
  border-radius: 5px;
  padding-inline: 0.75rem;
  padding-block: 1.5rem 1rem;
  border: 1px solid grey;
  transition: all 0.1s ease-in-out;
  background-color: white;
  color: black;
}
.form__submit-btn {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  padding: 15px 50px;
  cursor: pointer;
}
.form__error-message {
  height: 1rem;
  font-size: 14px;
  color: red;
  margin-block: 0.25rem 0;
  white-space: nowrap;
}

.c-baner {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-baner video {
  filter: brightness(50%);
}
.c-baner-text {
  font-family: "AudiType";
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 39px;
  text-align: center;
  font-stretch: 120%;
  font-weight: 300;
}
.c-baner-text span {
  font-size: 61px;
  font-weight: 700;
}
.c-baner-container {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 300px;
}
.c-baner-container a:first-of-type {
  background-color: #fff;
  font-family: "AudiType";
  transition: all 0.2s ease-in-out;
  color: #000;
  font-size: 14px;
  padding: 15px 30px;
}
.c-baner-container a:last-of-type {
  background-color: transparent;
  border: 1px solid white;
  font-family: "AudiType";
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  padding: 15px 30px;
  color: white;
}
.c-baner-container a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  border-bottom: 1px solid #dfe4e8;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 70px 0px;
  gap: 100px;
}
.container img {
  width: 47%;
}
.container-block {
  display: flex;
  flex-direction: column;
  font-family: "AudiType";
  gap: 25px;
  font-stretch: 200%;
}
.container-block h3 {
  font-size: 44px;
  width: 100%;
  line-height: 1;
  font-weight: 100;
}
.container-block p:first-of-type {
  font-size: 22px;
  line-height: 1;
  max-width: 65%;
}
.container-block p:last-of-type {
  font-size: 18px;
  line-height: 1.2;
  max-width: 90%;
}
.container-block-icons {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.container-block-icons img {
  width: 211px;
}
.container-block-icons div {
  max-width: 211px;
  height: 100%;
}
.container-block .container-block-icons div p {
  margin-top: 10px;
  font-size: 16px;
}
.black {
  background-color: black;
  background-image: url("/LandingPage/audi-driving-experience-08-2024/assets/img/bg-up.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: -200px;
  background-position-x: -150px;
  padding: 0px 80px;
  display: flex;
  font-family: "AudiType";
  font-stretch: 200%;
  position: relative;
}
.black-bg-cars {
  position: absolute;
  left: 0;
  top: 100px;
  scale: 1.4;
}
.black-bg-down {
  position: absolute;
  bottom: -150px;
  scale: 1.4;
}
.black-container img {
  width: 100%;
}
.black-container:last-of-type img {
  margin-top: 50px;
}
.black-container:first-of-type h4 {
  margin-top: 50px;
}
.black-container h4 {
  color: white;
  font-size: 35px;
  margin-bottom: 30px;
}
.black-container h4 span {
  font-size: 26px;
  font-weight: 100;
}
.black-container-normal {
  color: white;
  font-size: 18px;
  width: 80%;
}
.black-container-small {
  color: white;
  font-size: 14px;
  width: 80%;
}
.black-container-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 120px;
  margin-top: 30px;
}
.black-container .black-container-normal,
.black-container h4,
.black-container .black-container-block,
.black-container .black-container-small,
.black-container .black-container-submit {
  padding-left: 50px;
}
.black-container-submit p {
  color: white;
  font-size: 17px;
}
.black-container-submit a {
  background-color: #fff;
  font-family: "AudiType";
  transition: all 0.2s ease-in-out;
  color: #000;
  font-size: 17px;
  padding: 25px 5%;
  text-wrap: nowrap;
  z-index: 2;
}
.black-container-submit a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.black-container-block {
  font-size: 16px;
  margin: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  color: white;
  height: 834px;
}
.black-container-block ul {
  margin: 0;
  width: 80%;
  padding-left: 20px;
}
.black-container-block div {
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, white, black);
}
.dealers {
  font-family: "AudiType";
  font-stretch: 200%;
}
.dealers h2 {
  font-size: 35px;
  width: 100%;
  text-align: center;
  background-color: white;
  padding: 70px 0px;
}
.dealers-container {
  display: flex;
  width: 100%;
  gap: 70px;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  padding: 0px 70px;
}
.dealers-container div {
  display: flex;
  width: 100%;
  background-color: black;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 70px 25px 25px;
}
.dealers-container div {
  background-image: url("/LandingPage/audi-driving-experience-08-2024/assets/img/bg.png");
  background-position-x: -100px;
}
.dealers-container-button {
  width: 100%;
  font-size: 17px;
  padding: 20px 0px !important;
  margin-top: 50px;
  background-color: white !important;
  transition: all 0.2s ease-in-out;
  text-align: center;
  background-image: none !important;
  cursor: pointer;
}
.dealers-container-button:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.disabled {
  background-color: transparent !important;
  color: white;
  border: 1px solid white;
  cursor: not-allowed;
}
.footer {
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: black;
  color: white;
  text-align: center;
  border-top: 1px solid white;
}
.footer__main {
  font-size: 1.4rem;
}
.footer__submain {
  font-size: 1.2rem;
  font-weight: 600;
  margin-block: 0.25rem 0.75rem;
}

.logo-bar {
  padding: 0px 100px;
}
@media (max-width: 960px) {
  .c-baner-text {
    font-size: 14px;
  }
  .c-baner-text span {
    font-size: 16px;
  }
  .c-baner-container {
    margin-top: 100px;
  }
  .c-baner-container a:first-of-type,
  .c-baner-container a:last-of-type {
    font-size: 11px;
    padding: 8px 16px;
  }
  .container {
    margin: 0;
    width: 100%;
    gap: 30px;
    margin-top: 30px;
    flex-direction: column;
  }
  .container-block {
    align-items: center;
  }
  .container-block-icons {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .container-block h3 {
    font-size: 24px;
    text-align: center;
  }
  .container-block p:first-of-type,
  .container-block p:last-of-type {
    max-width: 90%;
    font-size: 16px;
    text-align: center;
  }
  .container img {
    width: 100%;
  }
  video {
    max-width: 100%;
  }
  .black {
    flex-direction: column;
    padding: 0px 20px;
  }
  .black-container h4 {
    margin-top: 30px;
    font-size: 24px;
    padding: 0;
    text-align: center;
  }
  .black-container h4 span {
    font-size: 20px;
  }
  .black-container .black-container-normal, .black-container .black-container-small, .black-container .black-container-submit {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .black-container-block {
    height: auto;
    padding-left: 0;
  }
  .black-container .black-container-submit {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
  }
  .dealers h2 {
    font-size: 24px;
    text-align: center;
    color: black;
    padding: 30px 0px;
  }
  .dealers-container {
    flex-direction: column;
    padding: 0px 20px;
    gap: 30px;
  }
  .form__header {
    font-size: 24px;
  }
}
