@import '../../fonts/fonts.css';
.text-beige {
  color: #d8c3b5;
}
.text-beige-2 {
  color: #bfafa6;
}
.space {
  margin: 0 10px;
}
.font-nexa {
  font-family: 'Nexa Regular';
}
.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: 'Nexa Regular';
  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: 'Nexa Regular';
  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: 'Nexa Regular';
  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: 'Nexa Regular';
  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: 'Nexa Regular';
  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: 'Nexa Regular';
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
#button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
.bac {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 5rem auto;
}
@media only screen and (max-width: 1023px) {
  .bac {
    flex-wrap: wrap;
    height: auto;
  }
}
@media only screen and (max-width: 576px) {
  .bac {
    padding-top: 3rem;
  }
}
.bac__text {
  width: 45%;
  background-color: #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575a5c;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .bac__text {
    width: 100%;
    margin: 3rem auto 0;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .bac__text {
    padding-top: 1rem;
    margin: 0;
  }
}
@media only screen and (max-width: 375px) {
  .bac__text {
    padding-top: 1rem;
  }
}
.bac__text-content {
  width: 60%;
  padding: 6rem 0;
}
@media only screen and (max-width: 1366px) {
  .bac__text-content {
    width: 75%;
  }
}
@media only screen and (max-width: 1023px) {
  .bac__text-content {
    width: 70%;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 576px) {
  .bac__text-content {
    width: 75%;
    padding-top: 1rem;
  }
}
.bac__text-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
  color: #1a1a1a;
  max-width: 280px;
  margin: 2rem 0 1rem;
}
@media only screen and (max-width: 1023px) {
  .bac__text-title {
    max-width: 340px;
    margin: 1rem 0;
  }
}
.bac__text-paragraph {
  line-height: 2;
  max-width: 450px;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 1366px) {
  .bac__text-paragraph {
    max-width: 60%;
  }
}
@media only screen and (max-width: 1023px) {
  .bac__text-paragraph {
    max-width: 570px;
  }
}
.bac__text-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: 'Nexa Regular';
  font-weight: bold;
  background-color: white;
  border: 1px solid #575a5c;
  padding: 1rem 2rem;
  display: block;
  width: fit-content;
  margin-top: 1rem;
}
.bac__text-button:hover {
  color: white;
  background-color: #575a5c;
  border: 1px solid #575a5c;
}
.bac__image {
  width: 70%;
  height: 690px;
  margin-left: -40rem;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .bac__image {
    width: 60%;
  }
}
@media only screen and (max-width: 1023px) {
  .bac__image {
    width: 70%;
    margin: -5rem auto 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  .bac__image {
    height: 390px;
  }
}
@media only screen and (max-width: 576px) {
  .bac__image {
    height: 250px;
    width: 90%;
  }
}
@media only screen and (max-width: 375px) {
  .bac__image {
    height: 200px;
  }
}
.bac__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
