:root {
  --color-text: #ffffff;
  --color-background: #121212;
  --color-primary: #ff2231;
}
/* testimonial */
.testimonials {
  margin: 10rem auto;
  align-items: stretch;
}
.reviews {
  display: flex;
  flex-direction: column;
  background-color: #464646;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 1rem;
  border-radius: 9px;
}
.profile {
}
.profile ul {
  list-style: none;
  display: flex;
  gap: 0;
}
.profile li {
  align-self: center;
}
.profile h3 {
  font-size: 2.4rem;
  transform: translateX(-2rem);
}
.profile p {
  font-size: 1.8rem;
}
.profile li img {
  width: 70%;
}
.review-star {
  color: #ffd700;
  font-size: 2rem;
  display: flex;
  gap: 4px;
}
.review-text {
  font-size: 1.8rem;
}
.map a {
  font-size: 1.6rem;
  text-decoration: none;
  color: var(--color-primary);
  transition: 0.3s all;
}
.map a:hover {
  opacity: 0.9;
}
/* cta  */
/* /////////////////////////////////////////// */
.cta {
  margin: 10rem auto;
}
.cta-text h1 {
  font-size: 9rem;
}
form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
label {
  font-size: 2.4rem;
  font-weight: 600;
}
input {
  background-color: var(--color-background);
  color: var(--color-text);
  border: 1px solid var(--color-text);
  font-size: 1.6rem;
  height: 6rem;
  padding: 0 2rem;
  border-radius: 9px;
}
*:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem #ff22317a !important;
}
/* footer */
/* //////////////////////////////// */
.footer-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
}
.footer-logo {
  width: 30%;
}
.icon-white a {
  text-decoration: none;
  color: var(--color-text);
  font-size: 4.4rem;
}
.footer-text p {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
}
.footer-text a {
  text-decoration: none;
  font-size: 1.8rem;
  color: var(--color-primary);
}
.map-wrap iframe {
  width: 100%;
}
/* SPACING SYSTEM (px) 2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
FONT SIZE SYSTEM (px) 10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 /
  62 / 74 / 86 / 98 */

/* 
font-family: "Bebas Neue", sans-serif;
letter-spacing: 2px; 
*/
/* effects */
