@font-face {
  font-family: Rockwell;
  src: url(../../Assets/Fonts/Rockwell/Rockwell-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: Rockwell-Bold;
  src: url(../../Assets/Fonts/Rockwell/WOFF2/Rockwell-Bold.woff2);
}

@font-face {
  font-family: Rockwell-Condensed;
  src: url(../../Assets/Fonts/Rockwell/Rockwell-Condensed.woff2);
}

p {
  line-height: 1.15;
}


.hero {
  border-bottom: 0.5px solid #7d7d7d;
}

.introduction p {
  font-family: Rockwell;
  text-align: justify;
  width: min(80%, 1100px);
  margin: 0 auto;
  padding: 4rem 0;
  font-size: 24px;
}

.image {
  margin: 0;
  width: 100%;
}

.image img {
  width: 100%;
  aspect-ratio: 1600 / 900;
  height: auto;
  object-fit: cover;
  display: block;
}

.book {
  padding: 2%;
  margin: 70px 0;
}

.book-container {
  display: flex;
  height: 450px;
  border: 1px solid gray;
  border-radius: 8px;
  overflow: hidden;
}

.book-image {
  width: 70%;
  height: auto;
}

.book-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-text {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Rockwell-Condensed;
  font-size: 32px;
  padding: 30px;
  gap: 10px;
}

.legal-consultation {
  font-size: 48px;
}

.video-call {
  border: 1px solid gray;
  border-radius: 60px;
  font-size: 16px;
  color: chartreuse;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.book-text-line {
  height: 1px;
  width: 250px;
  background-color: rgb(180, 179, 179);
  margin: 10px 10px;
}

.price {
  color: chartreuse;
  text-align: center;
}

.book-button {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 3px 30px;
  text-decoration: none;
  color: #fedd00;
  background-color: black;
}

.products {
  padding: 2%;
}

.products-container {
  display: flex;
  overflow: hidden;
}

.products-nav {
  width: 20%;
  font-family: Rockwell-Bold;
  font-size: 24px;
  padding: 1%;
}

.yellow {
  color: #fedd00;
}

.products-nav-line {
  height: 1px;
  width: 180px;
  background-color: rgb(180, 179, 179);
  margin: 20px 0;
}

.products-list {
  width: 80%;
  font-family: Rockwell;
  font-size: 24px;
  text-align: justify;
}

.products-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sorting {
  text-align: end;
  font-family: Rockwell-Bold;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.grey {
  color: gray;
  font-family: Rockwell;
}

.sorting-select img {
  width: 25px;
  height: 25px;
}

.product-boxes {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 350px;
  font-family: Rockwell-Condensed;
  align-items: center;
  margin-top: 50px;
}

.product-boxes img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product-boxes-line {
  height: 1px;
  background-color: black;
  width: 50px;
  margin: 20px 0;
}

.product-boxes-price {
  color: #fedd00;
}

.product-boxes-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 40px;
  border: 1px solid gray;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border-radius: 4px;
  margin: 5px 0;
}

.add-to-cart {
  width: 200px;
  height: 40px;
  background-color: black;
  border: 1px solid gray;
  padding-top: 5px;
  border-radius: 4px;
  font-family: Rockwell-Condensed;
  font-size: 24px;
  color: white;
}

.description {
  font-family: Rockwell;
  font-weight: 400;
  font-size: 24px;
  margin: auto;
  text-align: justify;
}
