.Content {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: white;
  flex-direction: column;
}
.background {
  max-width: 100%;
  height: 80vh;
  padding: 4em;
  margin-bottom: 5em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  background-image: url(/13.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background > h1:nth-child(1) {
  width: 760px;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  color: white;
}
.background > h1:nth-child(2) {
  width: 760px;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  color: white;
}
.background > button {
  height: 50px;
  width: 150px;
  background-color: transparent;
  font-weight: 900;
  font-size: 1em;
  border: 3px solid black;
  margin-top: 1em;
}
.background > button > a {
  text-decoration: none;
  color: white;
}

.background > button:hover {
  scale: 1.02;
  background-color: rgba(128, 128, 128, 0.336);
}

.body-content {
  width: 100%;
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.body-content > h1 {
  font-size: 2.5em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
  color: rgb(0, 0, 0);
}

/* .body-content >  */
div.brands {
  height: fit-content;
  border-bottom: 1px solid rgba(0, 0, 0, 0.205);
  width: 100%;
  display: flex;
  top: 0%;
  justify-content: center;
  padding-top: 1em;
  position: sticky;
  background-color: white;
  z-index: 10000;
}

div.brands > div {
  width: 800px;
  display: flex;
  align-items: start baseline;
}

/* .body-content >  */
div.brands > div > a {
  font-size: 1.4em;
  width: 105px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 900;
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding-bottom: 1em;
}

div.brands > div > a:hover {
  border-bottom: 1px solid rgb(0, 0, 0);
  color: black;
}

div.container {
  width: 100%;
  height: fit-content;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

div.container > div:nth-child(2) {
  width: 100%;
  height: fit-content;
  margin-top: 1%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.212);
}

div.container > div:nth-child(3) {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.212);
}

div.container > div:nth-child(4) {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.212);
}

div.container > div:nth-child(5) {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.212);
}


div.container > div > h1 {
  color: black;
  font-size: 1.9em;
  font-weight: 600;
  width: 100%;
  padding-left: 140px;
}

div.container > div > div.model {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0;
}

/* important */
div.model > div {
  width: 200px;
  height: 230px;
  position: relative;
  margin-right: 0.5%;
  cursor: pointer;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.486);
  border: 1px solid rgba(0, 0, 0, 0.295);
  border-radius: 3px;
  margin: 1em;
}

div.model > div > button > a {
  text-decoration: none;
  color: white;
}

div.opacityModel {
  width: 200px;
  height: 205px;
  position: relative;
}

div.opacityModel > img {
  object-fit: contain;
  width: 200px;
  height: 130px;
}
div.opacityModel > img:hover {
  scale: 1.07;
  opacity: 0.8;
  transition: 0.3s;
}

div.opacityModel > h2 {
  width: 100%;
  text-align: center;
  height: 75px;
  padding-top: 10px;
}

div.model > div > button {
  position: absolute;
  align-items: center;
  border: none;
  bottom: 0%;
  width: 100%;
  height: 25px;
  font-size: 1em;
  font-weight: 600;
  background-color: rgb(28, 105, 212);
  color: white;
  cursor: pointer;
  border-radius: 3px;
}

div.model > div > button:hover {
  scale: 1.05;
  background-color: rgb(30, 92, 179);
}

@media screen and (max-width: 713px) {
  .body-content > h1 {
    font-size: 2.5em;
    width: 100%;
    font-weight: 100;
    color: rgb(0, 0, 0);
    text-align: center;
  }

  div.container {
    width: 100%;
    height: fit-content;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  div.container > div > div.model {
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  div.container > div > h1 {
    color: black;
    font-size: 1.9em;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
