.presentation-area {
  width: 75%;
  margin: 0rem auto !important;
  transform: translateY(-100px);
  padding-bottom: 6rem !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.inner_presentation {
  padding-left: 2rem !important;
  padding-top: 2rem !important;
}
.inner_presentation h1 {
  font-size: 48px;
  margin-bottom: 2rem !important;
  color: #fff;
}
.inner_presentation p {
  font-size: 16px;
  margin-bottom: 2rem !important;
}

.top-area {
  width: 90%;
  margin: 1rem auto !important;
  display: flex;
  margin-bottom: 3rem !important;
  align-items: center;
}
.top-area > h1 {
  flex: 1;
  color: #ec7e47;
  font-size: 48px;
}
.top-area button {
  width: 185px;
  height: 60px;
  font-size: 16px;
  background-color: #ec7e47;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 1rem !important;
}
.top-area button:hover {
  color: #fff;
}
.top-area button::after {
  display: none;
}
.top-area input {
  width: 300px !important;
  height: 50px;
  padding: 0rem 1rem !important;
  border: 2px solid #000;
}
.dropdown-wrapper {
  display: flex;
  align-items: center;
}
/* request_more */
.request_more {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
  background: #f5f5f5;
  margin-top: 8rem !important;
}
.request_more > h1 {
  font-size: 48px;
  text-align: center;
  color: #ec7e47;
}
.request_more form {
  width: 50%;
  display: grid;
  margin: 2rem auto !important ;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.request_more form input {
  height: 60px;
  padding: 0rem 1rem !important;
}
.request_more form input,
.request_more form textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  padding: 1rem 1rem !important;
}
.request_more form textarea {
  grid-column: span 2;
  resize: none;
}
.request_more form button {
  height: 50px;
  width: 200px;
  border: none;
  background-color: #944823;
  color: #fff;
}
.pagination-wrapper {
  width: 75%;
  margin: 2rem auto !important;
}
.pagination-wrapper ul {
  display: flex;
  list-style: none;
}
.pagination-wrapper button {
  min-width: 50px;
  border: 1px solid #fff;
  outline: none !important;
  background-color: #a6a6a6;
  color: #fff;

  height: 50px;
  transition: 0.3s ease all;
}
.pagination-wrapper button.active,
.pagination-wrapper button:hover {
  background-color: #b05629;
}
.pagination-wrapper button.next_button {
  width: 100px;
  background-color: transparent;
  color: #b05629;
}

@media screen and (max-width: 1061px) {
  .top-area {
    flex-direction: column;
  }
  .top-area > h1 {
    margin-bottom: 1rem !important;
  }
  .presentation-area {
    grid-template-columns: 1fr;
    width: 90%;
  }
  .image-wrapper {
    width: 100%;
    height: 750px;
  }
  .inner_presentation {
    padding-left: 0px !important;
  }
  .top-area .right-side {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .request_more form {
    width: 90%;
  }
  .pagination-wrapper {
    width: 90%;
  }
  .pagination-wrapper ul {
    justify-content: center !important;
  }
}
@media screen and (max-width: 750px) {
  .top-area .right-side {
    flex-direction: column;
    width: 100%;
  }
  .dropdown-wrapper {
    justify-content: space-between;
  }
  .top-area input {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 1rem !important;
  }
  .cards-wrapper .card > img {
    object-fit: cover;
  }
}
@media screen and (max-width: 520px) {
  .request_more form {
    grid-template-columns: 1fr !important;
  }
  .request_more form > * {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 450px) {
  .dropdown-wrapper {
    justify-content: space-between;
  }
  .top-area .dropdown {
    width: 48% !important;
  }
  .top-area .dropdown button {
    width: 100% !important;
  }
  .top-area > h1 {
    font-size: 36px;
  }
  .request_more > h1 {
    font-size: 24px;
  }
  .footer-content-area > div:first-child {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-content-area > div:first-child > img {
    width: 230px;
    margin-bottom: 1rem !important;
  }
  .options-wrapper > *:last-child {
    margin-right: 0px !important;
  }
}
