html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #0d0821;
}


@media screen and (max-width: 1250px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1090px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 860px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 760px) {
  html {
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 390px) {
  html {
    font-size: 10px;
  }
}


body {
  margin: 0;
  padding: 0;
}

/* Header */

/* Header */
/* Header */
header {
  margin: 0;
  padding: 0;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 7%;
}

#header-menu {
  top: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  background-color: transparent;
  width: 100%;
  top: 0;
  height: 8%;
  z-index: 100;
  transition: all 0.5s ease-out;
}

#header-logo-localize-div {
  width: 40%;
}

#header-logo-localize {
  width: 23%;
}

#header-options {
  display: flex;
}

#header-option {
  color: #23c3d3;
  font-weight: 800;
  width: 80%;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: "Nunito";
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  margin-right: .5rem;
}


/* Header Content */

#header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10%;
  overflow: auto;


}

#header-info-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 80%;
  justify-content: space-between;
}

#header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
}

#header-h1 {
  color: #e7e7e7;
  font-weight: 400;
  line-height: 110%;
  font-size: 3.5rem;
  font-family: "Bebas Neue";
  margin-bottom: 3%;
  margin-top: 2%;
}

#header-h2 {
  color: #e7e7e7;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 150%;
  font-family: "Montserrat";
  margin-bottom: 3%;
}

#header-image-car {
  width: 40%;
  object-fit: contain;
}

@media screen and (max-width: 1300px) {
  #header-logo-localize {
    width: 30%;
  }
}

@media screen and (max-width: 1090px) {
  #header-image-car {
    width: 35%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 900px) {
  #header-text {
    width: 100%;

  }
}

@media screen and (max-width: 860px) {
  #header-logo-localize {
    width: 38%;

  }

  #header-image-car {
    width: 45%;
    margin-left: 2%;
  }

  #header-options {
    width: 40%;
  }
}

@media screen and (max-width: 705px) {
  #header-logo-localize {
    width: 45%;
  }

  #header-option {
    font-size: 1rem;

  }

  #header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
  }

  #header-info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 70%;
    gap: 20px;
  }

  #header-text {
    margin-top: 5%;
  }

  #header-image-car {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #header-options {

    width: 40%;

  }

  #header-option {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 500px) {
  #header-logo-localize {
    width: 55%;
  }
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 4%;
}

#title {
  color: #ffff;
  font-weight: 500;
  font-size: 3rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#subtitle {
  color: #ffff;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 0;
}