@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

:root {
  --primary_blue: #000080;
  --radio_blue: #1854d6;
  --secondary_green: #80c342;
  --white_card: #ffff;
  --white_input_bg: #f8f8f8;
  --white_bg: #f0f0f0;
  --light_grey: #dcdcdd;
  --mid_light_grey: #b1b1b1;
  --mid_grey: #808080;
  --dark_gray: #56565f;
  --dark: #202432;
  --ravin: #523eb4;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: var(--dark);
}

html {
  font-size: 10px;
}

/* TYPOGRAPHY */
a {
  text-decoration: none;
}

p {
  font-size: 1.6rem;
}

/* UTILITIES */
.btn-sites {
  max-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.6rem;
  background: var(--primary_blue);
  color: var(--white_bg);
  padding: 0.8rem 4rem;
  border: none;
  cursor: pointer;
  border-radius: 0.6rem;
}

.btn-sites:hover {
  opacity: 0.7 !important;
}

.btn-sites_green {
  background: var(--secondary_green);
  color: var(--white_bg);
}

.btn-sites_last_btns {
  font-size: 2.4rem;
  font-weight: 700;
  height: 6rem;
  width: 100%;
}

.btn-sites_contact {
  background: var(--secondary_green);
  color: var(--white_bg);
  cursor: pointer;
}

.btn-sites_email {
  background: var(--secondary_green);
  color: var(--white_bg);
  margin-bottom: 1.6rem;
}

.btn-sites_ravin {
  background: var(--ravin);
  color: var(--white_bg);
}

.btn-sites_light {
  background: var(--white_bg);
  color: var(--dark_gray);
  border: 2px solid var(--mid_light_grey);
}

.btn-sites_light:hover {
  background: var(--mid_light_grey);
  color: var(--white_bg);
}

.car-form_btn_icons {
  height: 1.6rem;
  width: auto;
  margin-right: 1rem;
}

.car-form_last_btns_icon {
  height: 2rem;
}

.car-form__btn_ravin_img {
  height: 2.4rem;
}

.btn-disabled {
  background-color: var(--mid_light_grey);
  cursor: not-allowed;
  pointer-events: none;
}

.btn-disabled:hover {
  opacity: 1;
}

/* NAVBAR-sites */
.navbar-sites {
  position: relative;
  background: var(--white_bg);
  border-bottom: 1px solid var(--light_grey);
  height: 8vh;
  width: 100%;
  z-index: 100;
}

.navbar-sites_container {
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 1.2rem;
}

.navbar-sites_img {
  height: auto;
  width: 30rem;
}

/* SHOWCASE */
.showcase-sites {
  background: url("https://s3.us-west-2.amazonaws.com/sites.orbee.io/trade-in/basil/assets/img/background-img-heavy-2.0.png")
    center center/cover no-repeat;
  height: 92vh;
}

.showcase-sites-iframe {
  height: 100vh;
  background: none;
}

.showcase-sites__container {
  min-height: 80vh;
  height: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  padding: 0 1.2rem;
}

.showcase-sites_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.showcase-sites_content__h1_container {
  font-size: 4rem;
  margin-bottom: 3.2rem;
}

.showcase-sites_content__p_container {
  margin-bottom: 2.6rem;
}

.showcase-sites_content_img {
  height: auto;
  width: 100%;
}

/* FORM - BTN */
.car-form__btn_group {
  display: flex;
  margin: 1.6rem 0 2.4rem;
  gap: 1.6rem;
}

/* FORM - CONTAINERS */
.car-form {
  width: 100%;
  height: 100%;
  max-height: 92vh;
}

.car-form-iframe {
  max-height: 100vh;
}

.car-form__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.car-form__card {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8%;
  background: var(--white_card);
  box-shadow: 0.4rem 0.5rem 0.9rem 0.5rem rgba(32, 36, 50, 0.12);
  border-radius: 1.2rem;
}

#car-form__cover_page_loader_div {
  align-items: center;
  justify-content: center;
}

.car-form__display_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.6rem;
  row-gap: 1rem;
}

.car-form__display_container h2 {
  font-size: 2rem;
}

.car-form__display_container p {
  color: var(--mid_grey);
}

.car-form__display_description {
  font-size: 1.5rem;
}

.car-form__form_fields_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.car-form__final_buttons_container {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 1.6rem;
}

.car-form__final_buttons_container h4 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--mid_grey);
}

.car-form__final_buttons_container p {
  max-width: 43rem;
}

.car-form__selector_group {
  text-align: start;
  width: 100%;
  gap: 0.8rem;
}

.car-form__smaller_input_group {
  display: flex;
  width: 100%;
  gap: 1.6rem;
}

.car-form__checks_group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.4rem;
}

/* FORM - FIELDS */
.car-form__label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.car-form__input_div {
  width: 100%;
}

.car-form__input {
  padding: 0.8rem 1.2rem;
  width: 100%;
  height: 4.4rem;
  background: var(--white_input_bg);
  border: 0.2rem solid rgba(31, 18, 30, 0.2);
  border-radius: 0.6rem;
  line-height: 1.6;
}

.car-form__input:focus {
  border-color: 0.2rem solid var(--dark);
  outline: none;
}

.car-for__container_vin {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.car-form__input_vin {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
}

.car-form__toggle_group {
  width: 100%;
}

.car-for__toggle_container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  border: 0.2rem solid #cccacc;
  border-radius: 0.6rem;
  background: var(--white_input_bg);
  cursor: pointer;
  font-size: 1.4rem;
}

.car-for__toggle_container::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0%;
  border-radius: 0.4rem;
  background: var(--secondary_green);
  transition: all 0.3s;
}

.car-for__toggle_checkbox:checked + .car-for__toggle_container::before {
  left: 50%;
}

.car-for__toggle_container div {
  padding: 6px;
  text-align: center;
  z-index: 1;
  user-select: none;
}

.car-for__toggle_checkbox {
  display: none;
}

.car-for__toggle_checkbox:checked + .car-for__toggle_container div:first-child {
  color: var(--dark);
  transition: color 0.3s;
}

.car-for__toggle_checkbox:checked + .car-for__toggle_container div:last-child {
  color: var(--white_bg);
  transition: color 0.3s;
}

.car-for__toggle_checkbox + .car-for__toggle_container div:first-child {
  color: var(--white_bg);
  transition: color 0.3s;
}

.car-for__toggle_checkbox + .car-for__toggle_container div:last-child {
  color: var(--dark);
  transition: color 0.3s;
}

.car-form__modal_open_link {
  color: #cccacc;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: left;
}

.car-form__input_license_plate {
  width: 80%;
  height: 100%;
  border: none;
  background: none;
}

.car-form__input_state {
  width: 20%;
  height: 100%;
  border: none;
  margin: 0 !important;
  background: none;
  color: var(--mid_light_grey);
  border-left: 2px solid rgba(31, 18, 30, 0.2);
  outline: none;
}

.car-form__input_vin:focus,
.car-form__input_license_plate:focus,
.car-form__select_license_plate:focus {
  outline: none;
}

.car-form__input_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.car-form__smaller_input {
  padding: 0.8rem 1.2rem;
  width: 100%;
  height: 4.4rem;
  background: var(--white_input_bg);
  border: 0.2rem solid rgba(31, 18, 30, 0.2);
  border-radius: 0.6rem;
  line-height: 1.6;
}

.car-form__smaller_input:focus {
  border-color: 0.2rem solid var(--dark);
  outline: none;
}

.car-form__input_wrong {
  border: 0.2rem solid red;
}

.car-form__selector_input {
  margin-top: 0.4rem;
}

.car-form__checks {
  display: flex;
  align-items: center;
}

.car-form__checks p {
  display: inline;
  font-size: 1.4rem;
  margin-right: 2.4rem;
  color: var(--mid_light_grey);
}

.car-form__checks input {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1.2rem;
  cursor: pointer;
  accent-color: var(--radio_blue);
}

::placeholder {
  color: var(--mid_light_grey);
}

/* FORM - CAR FETCHED DISPLAY */
.car-form__car_fetched {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4%;
  background: var(--white_bg);
  border: 0.2rem solid var(--light_grey);
  border-radius: 0.6rem;
  gap: 1.2rem;
}

.car-form__display_container_dark {
  width: 100%;
}

.car-form__car_summary {
  flex-direction: column;
  align-items: start;
  height: auto;
}

.car-form__car_fetched_summary {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  gap: 1.2rem;
}

.car-form__car_summary h3,
.car-form__car_fetched h3 {
  font-size: 1.8rem;
}

.car-form__car_summary h4,
.car-form__car_fetched h4 {
  font-size: 1.6rem;
  width: 100%;
}

.car-form__car_summary p,
.car-form__car_fetched p {
  font-size: 1.4rem;
  font-weight: 500;
}

.car-form__car_fetched_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: start;
}

.car-form__car_fetched_feature {
  display: flex;
  align-items: center;
}

.car-form__car_fetched_feature_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-form__car_fetched_feature_fs {
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.car-form__car_fetched_feature_fs h4 {
  font-size: 1.8rem;
}

.car-form__car_fetched_feature_fs h3 {
  font-size: 2rem;
}

.car-form__estimate_price {
  font-size: 1.6rem;
}

.car-form__final_offer h2 {
  font-size: 3.2rem !important;
  font-weight: 900;
  line-height: 40px;
}

.car-form__final_offer h3 {
  font-size: 4rem;
  font-weight: 900;
}

/* FORM - TIMELINE */
.car-form__timeline {
  display: flex;
  gap: 1.6rem;
}

.car-form__timeline_dot {
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(31, 18, 30, 0.25);
  border-radius: 100%;
}

/* FORM - PRINT INFOS */
#car-form__print_initial_offer,
#car-form__print_second_offer {
  color: var(--secondary_green);
}

.car-form__timeline_present {
  background: var(--primary_blue);
}

/* FORM - HIDE DISPLAY */
.car-form__hidden {
  display: none !important;
}

/* FORM - DISABLE POINTER EVENTS */
.car-form__btn_disabled {
  pointer-events: none;
  background-color: var(--mid_light_grey);
  opacity: 0.5;
}

/* FORM - WARNING-LOADER */
.car-form__loading_warning_div {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
}

.car-form__loader {
  width: 3.2rem;
  height: 3.2rem;
  border: 0.8rem solid var(--white_bg);
  border-top: 0.8rem solid var(--secondary_green);
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
.car-form__display_error {
  font-weight: bold;
  color: red;
  margin: 1.2rem 0;
  text-align: center;
}

.car-form__display_success {
  font-weight: bold;
  color: var(--secondary_green);
  margin: 1.2rem 0;
  text-align: center;
}

/* LOADER FEATURE - Safari/all */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* MODAL */
.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}

.vin-modal__content {
  height: 92vh !important;
}

.modal__content {
  position: fixed;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  padding: 1% 1.2%;
  gap: 2rem;
  background-color: white;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
  border-radius: 1rem;
}

.modal__button {
  width: 12px;
  height: 12px;
  align-content: center;
  border: none;
  background-color: white;
  padding: 0;
  margin: 0;
  cursor: pointer;
  align-self: flex-end;
}

.modal__h1 {
  font-size: 3rem;
}

.modal__p {
  font-size: 2rem;
  text-wrap: wrap;
  max-width: 60%;
  text-align: center;
}

.modal__final_buttons_container {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 2rem;
  flex-direction: column;
  width: 70%;
}

.modal__final_buttons {
  padding: 0.6rem 2rem;
  font-size: 2rem;
}

.car-form__modal_open_btn {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid;
  border-radius: 50%;
  border-color: var(--light_grey);
  background: none;
  color: var(--mid_light_grey);
  cursor: pointer;
}

.modal-body__img {
  max-height: 75%;
}

.modal-body__img_desktop {
  display: block;
}

.modal-body__img_mobile {
  display: none;
}

@-webkit-keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Small laptops */
@media only screen and (max-height: 750px) and (min-width: 768px) {
  /* SHOWCASE */
  .showcase-sites {
    min-height: 92vh;
    height: 100%;
  }

  .showcase-sites-iframe {
    min-height: 100vh;
    background: none;
  }

  .showcase-sites_content__h1_container {
    font-size: 3.2rem;
  }

  /* Modal */
  .modal-body__img {
    max-height: fit-content;
  }

  /* FORM - CONTAINERS */
  .car-form {
    max-height: fit-content;
  }

  .car-form__card {
    padding: 4%;
    margin-block: 4%;
  }

  .car-form__display_container {
    margin-bottom: 0;
    row-gap: 1rem;
  }

  .car-form__final_buttons_container h4 {
    font-size: 2rem;
  }

  /* FORM - CAR FETCHED DISPLAY */
  .car-form__car_fetched {
    padding: 2%;
  }

  .car-form__display_container p {
    font-size: 1.4rem;
  }

  .car-form__final_offer h3 {
    font-size: 3.2rem;
  }

  /* FORM - WARNING-LOADER */
  .car-form__loader {
    margin-top: 1.6rem;
  }

  .car-form_last_btns_icon {
    height: 1.6rem;
  }
}

/* Tablets */
@media only screen and (max-width: 768px),
  only screen and (min-width: 1080px) and (min-height: 1920px) and (max-width: 1812px) {
  /* SHOWCASE */
  .showcase-sites__container {
    grid-template-columns: 1fr;
  }

  .showcase-sites_content {
    display: none;
  }

  /* FORM - CONTAINERS */
  .car-form__card {
    align-self: center;
  }

  .car-form__display_container h2 {
    font-size: 3.2rem;
  }
}

/* Phones */
@media only screen and (max-width: 600px),
  only screen and (min-width: 1080px) and (min-height: 1920px) and (max-width: 1812px) {
  /* UTILITIES */
  .btn-sites {
    width: 100%;
  }

  .car-form__btn_group {
    position: absolute;
    bottom: 8vh;
    width: 100%;
    margin: 0;
    padding: 0 4% 3%;
    justify-content: space-between;
  }

  /* NAVBAR */
  .navbar-sites_container {
    justify-content: center;
    padding: 0;
  }

  .navbar-sites_btn {
    display: none;
  }

  .navbar-sites_img {
    height: 4.8rem;
    width: auto;
  }

  /* SHOWCASE */
  .showcase-sites__container {
    padding: 0;
  }

  /* FORM - CONTAINERS */
  .car-form__container {
    align-items: center;
  }

  .car-form__card {
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    padding: 4%;
    border-radius: 0;
  }

  .car-form__display_container {
    height: 76vh;
    margin-bottom: 0;
    justify-content: center;
    row-gap: 1rem;
  }

  .car-form__trade-in_offer_display {
    height: 86vh !important;
  }

  .car-form__display_container h2 {
    font-size: 2.4rem;
  }

  .car-form__display_container p {
    font-size: 1.4rem;
  }

  .car-form__display_description {
    width: 90%;
  }

  /* FORM - TIMELINE */
  .car-form__timeline {
    position: absolute;
    bottom: 0;
    min-height: 8vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.24);
  }

  /* MODAL  */
  .vin-modal__content {
    height: 85vh !important;
  }

  .modal__content {
    padding: 3% 3%;
    gap: 1rem;
  }

  .modal-body__img {
    max-width: 100%;
    width: 100%;
    max-height: fit-content;
  }

  .modal-body__img_desktop {
    display: none;
  }

  .modal-body__img_mobile {
    display: block;
  }

  .modal__h1 {
    font-size: 2.2rem;
  }

  .modal__p {
    max-width: 100%;
    font-size: initial;
  }

  .modal__final_buttons_container {
    gap: 1rem;
    width: 100%;
    flex-direction: row;
  }

  .modal__final_buttons {
    padding: 0.5rem 0;
    width: 100%;
    font-size: initial;
  }

  /* FORM - WARNING-LOADER */
  .car-form__loader_background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 84vh;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white_card);
  }

  .car-form__display_success,
  .car-form__display_error {
    position: absolute;
    bottom: 16vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .car-form__display_success {
    bottom: 2vh;
  }
}

/* Hi-res phones */
@media only screen and (min-width: 1080px) and (min-height: 1920px) and (max-width: 1812px) {
  .showcase-sites__container {
    max-width: none;
  }

  /* NAVBAR */
  .navbar-sites_img {
    height: 16rem;
  }

  /* MODAL */
  .car-form__modal_open_btn {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 4rem;
    border: 0.2rem solid;
  }

  /* FORM - CONTAINERS */
  .car-form__display_container {
    row-gap: 1rem;
  }

  .car-form__display_container h2 {
    font-size: 7.2rem;
    margin-bottom: 1.6rem;
  }

  .car-form__display_container p {
    font-size: 4.4rem;
  }

  .car-form__form_fields_container {
    gap: 1rem;
  }

  /* FORM - FIELDS */
  .car-form__label {
    font-size: 5.6rem;
    line-height: normal;
    margin-bottom: 1.6rem;
  }

  .car-form__smaller_input,
  .car-form__input {
    font-size: 4.8rem;
    height: 11.2rem;
    border-radius: 1.6rem;
    padding: 1.6rem 2.4rem;
  }

  .car-form__input_vin,
  .car-form__input_license_plate {
    font-size: 4.8rem;
  }

  .car-form__checks input {
    height: 5.6rem;
    width: 5.6rem;
    margin-right: 1.6rem;
  }

  .car-form__checks p {
    margin-right: 6.4rem;
    font-weight: bold;
  }

  .car-form__selector_group {
    display: flex;
    flex-direction: column;
  }

  /* FORM - CAR FETCHED DISPLAY */
  .car-form__car_fetched {
    border-radius: 1.6rem;
    gap: 4rem;
  }

  .car-form__car_fetched img {
    height: 13.6rem;
  }

  .car-form__car_summary h3,
  .car-form__car_fetched h3,
  .car-form__car_summary h4,
  .car-form__car_fetched h4 {
    font-size: 5.6rem;
  }

  .car-form__final_offer h2 {
    font-size: 7.2rem !important;
  }

  .car-form__final_offer h3 {
    font-size: 8rem;
  }

  .car-form__final_buttons_container {
    width: 100%;
    gap: 1.2rem;
  }

  .car-form__final_buttons_container h4 {
    font-size: 2rem;
  }

  .car-form__final_buttons_container p {
    max-width: 100%;
    margin-bottom: 1.6rem;
  }

  /* UTILITIES */
  .btn-sites {
    height: 11.2rem;
    max-height: 11.2rem;
    border-radius: 1.6rem;
    font-size: 4.8rem;
  }

  .btn-sites_last_btns {
    font-size: 5.6rem;
  }

  .car-form_btn_icons {
    height: 6rem;
  }

  .car-form__btn_ravin_img {
    height: 6rem;
  }

  /* FORM - TIMELINE */
  .car-form__timeline {
    gap: 2.8rem;
  }

  .car-form__timeline_dot {
    width: 2.8rem;
    height: 2.8rem;
  }

  /* FORM - WARNING-LOADER */
  .car-form__loader {
    width: 11.2rem;
    height: 11.2rem;
  }
  .car-form__display_success,
  .car-form__display_error {
    font-size: 4.8rem;
  }
}

/* Medium phones */
@media only screen and (max-height: 750px) and (max-width: 600px) {
  /* FORM - CONTAINERS */
  .car-form__display_container {
    row-gap: 1rem;
    overflow: auto;
    margin-bottom: 16vh;
  }

  .car-form__display_container h2 {
    font-size: 2.2rem;
  }

  .car-form__display_container p {
    font-size: 1.2rem;
  }

  /*  FORM - CAR FETCHED DISPLAY */
  .car-form__car_fetched img {
    height: 3.2rem;
  }

  .car-form__car_fetched h4 {
    font-size: 1.4rem;
  }

  .car-form__car_summary h4 {
    font-size: 1.6rem;
  }

  .car-form__car_summary p {
    font-size: 1.4rem;
  }
}

/* Small phones */
@media only screen and (max-width: 280px) {
  /* FORM - CONTAINERS */
  .car-form__display_container h2 {
    font-size: 2rem;
  }

  .car-form__display_container p {
    font-size: 1.2rem;
  }

  .car-form__final_buttons_container h4 {
    font-size: 2rem;
  }

  /*  FORM - CAR FETCHED DISPLAY */
  .car-form__car_fetched h4 {
    font-size: 1.2rem;
  }

  .car-form__car_summary h4 {
    font-size: 1.6rem;
  }

  .car-form__car_fetched h3 {
    font-size: 1.2rem;
  }

  /* FORM - FIELDS */
  .car-form__label {
    font-size: 1.2rem;
  }

  /* UTILITIES */
  .btn-sites_last_btns {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) and (max-height: 650px) {
  /* FORM - CONTAINERS */
  .car-form__display_container {
    padding-top: 16vh;
  }

  .car-form__display_container_without_padding {
    padding-top: 0vh;
  }

  /* Modal */
  .modal-body__img {
    max-height: fit-content;
  }
}

@media only screen and (max-width: 768px) and (min-width: 600px) and (min-height: 601px) {
  /* FORM - CONTAINERS */
  .showcase-sites {
    height: 116vh;
  }
}
