@import '../../fonts/fonts.css';
.text-beige {
  color: #d8c3b5;
}
.text-beige-2 {
  color: #bfafa6;
}
.space {
  margin: 0 10px;
}
.font-nexa {
  font-family: 'Montserrat', sans-serif;
}
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.font-openSans {
  font-family: 'Open Sans', sans-serif;
}
.size-big {
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: clamp(2.7rem, 4vw, 4.5rem);
}
.size-h1 {
  font-size: clamp(1.5rem, 3.5vw, 3.6rem);
  line-height: clamp(1.5rem, 3.5vw, 4rem);
}
.size-h2b {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: clamp(2.1rem, 3.6vw, 3rem);
}
.size-h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
}
.size-h3 {
  font-size: clamp(1.3rem, 3.5vw, 2.25rem);
  line-height: clamp(1.6rem, 3.6vw, 2.55rem);
}
.size-h4 {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: clamp(1.6rem, 3.6vw, 2rem);
}
.button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
.button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
.button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
#button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
#button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
#button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
.autty {
  margin-top: 6rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .autty {
    margin-top: 2rem;
  }
}
.autty__grid {
  height: 930px;
  display: grid;
  grid-template-columns: 22% 22% 8% 22% 22%;
  grid-template-rows: 49% 49%;
  column-gap: 1%;
  row-gap: 1%;
}
@media only screen and (max-width: 1366px) {
  .autty__grid {
    height: 700px;
  }
}
@media only screen and (max-width: 1024px) {
  .autty__grid {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .autty__grid {
    height: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .autty__grid {
    height: 200px;
  }
}
.autty__box {
  background-color: #d8c3b5;
}
.autty__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.autty__box:first-of-type {
  grid-column: 1 / span 3;
}
.autty__box:nth-of-type(3) img {
  object-position: left;
}
.autty__box:nth-of-type(4) img {
  object-position: left;
}
.autty__box:nth-of-type(6) {
  grid-column: 3 / span 3;
  grid-row: 2;
}
.autty__title {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
}
.autty__title h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
  font-family: 'Montserrat', sans-serif;
  padding: 2rem 5rem;
}
@media only screen and (max-width: 576px) {
  .autty__title h2 {
    font-size: clamp(1rem, 3vw, 1.8rem);
    line-height: clamp(1rem, 3vw, 2rem);
    padding: 1rem 2rem;
  }
}
