body {
  background-color: #0e0e0e;
}
#showcase {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/images/cars2.png");
  display: grid;
}

/* #showcase-overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    background: #5e5d5d;
  } */

#showcase-content {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
}
#showcase-content h2 {
  font-size: 170px;
  line-height: 180px;
}
.showcase-button {
  width: 298px;
  height: 298px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  font-family: "Cormorant";
  font-size: 44px;
  line-height: 40px;
  color: #fff;
}
.showcase-button:hover {
  width: 298px;
  height: 298px;
  border: 1px solid #aefa3c;
  border-radius: 50%;
  background-color: #aefa3c;
  font-family: "Cormorant";
  font-size: 44px;
  line-height: 40px;
  color: #000;
}
.wrapper {
  padding: 200px 20px 0px 20px;
  max-width: 1200px;
  margin: auto;
}
h2 {
  font-family: "Cormorant";
  color: #aefa3c;
  font-size: 106px;
  line-height: 127px;
}
h3 {
  font-family: "Cormorant";
  color: #fff;
  font-size: 64px;
  line-height: 90px;
}
h4 {
  font-family: "Cormorant";
  color: #fff;
  font-size: 44px;
  line-height: 53px;
}
a {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin: 0;
}
p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  margin: 0;
}
.subtitle-green {
  color: #aefa3c;
  font-family: "Cormorant";
  font-size: 44px;
  line-height: 40px;
}
.center {
  text-align: center;
}
.medium {
  font-size: 18px;
}
.large {
  font-size: 36px;
  line-height: 40px;
}
.uppercase {
  text-transform: uppercase;
}
.button {
  border: 1px solid #fff;
  background-color: #0e0e0e;
  color: #fff;
  border-radius: 50px;
  padding: 25px 75px;
  font-family: "Cormorant";
  font-size: 40px;
}
.button:hover {
  border: 1px solid #aefa3c;
  background-color: #aefa3c;
  color: #0e0e0e !important;
  border-radius: 50px;
  padding: 25px 75px;
  font-family: "Cormorant";
}

/* Colors */
.wht {
  color: #fff;
}
@media (max-width: 1150px) {
  #showcase-content {
    grid-template-columns: 1fr;
    max-width: 1400px;
  }
  .showcase-button-block {
    margin: auto;
  }
  .showcase-button {
    width: 146px;
    height: 146px;
  }
}
@media (max-width: 850px) {
  h2 {
    padding: 0 20px;
    font-size: 80px;
    line-height: 85px;
  }
  .button {
    width: 100%;
    padding: 25px 70px;
    font-size: 36px;
  }
  .wrapper {
    padding: 100px 20px 0px 20px;
  }
  #showcase-content h2 {
    font-size: 80px;
    line-height: 85px;
  }
}

@media (max-height: 500px) {
  #showcase-content h2 {
    font-size: 60px;
    line-height: 50px;
  }
  #showcase-content {
    gap: 0;
  }
}

@media (max-width: 400px) {
  #showcase-content h2 {
    font-size: 48px;
    line-height: 65px;
  }
  h2 {
    font-size: 48px;
    line-height: 65px;
  }
  h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
