@font-face {
  font-family: 'Epilogue';
  font-weight: 100 900;
  src: url('./fonts/epilogue/Epilogue-VariableFont_wght.ttf') format('truetype');
}

:root {
  --background-color: #f4f4f5;
  --font-color: #647793;
  --accent-color: #67e8f9;
  --label-color: #0e7490;
}
* {
  font-family: 'Epilogue', sans-serif;
}
body {
  background-color: #f4f4f5 !important;
}
main.content {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  gap: 1rem;
  flex-flow: row nowrap;
}
.main_container {
  width: 60%;
}

.side_container {
  width: 40%;
  margin-top: 0.5rem;
}
.side_container .wpcf7 {
  position: sticky;
  top: 0.5rem;
}
.title_container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.vehicle_title {
  font-size: 30px;
  line-height: 125%;
  margin: 0;
  font-weight: 300;
}
.vehicle_subtitle {
  font-size: 20px;
  margin: 0;
  color: #647793;
  line-height: 2;
  font-weight: 300;
}
.side_content,
.contact-form {
  background-color: #fff;
}

.schedule_dialog .contact-form {
  box-shadow: unset;
  padding: 0.5rem;
}
.side_content {
  padding: 1.25rem;
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.display_image, .vehicle-image {
  /* width: 100%; */
  max-width: 100%;
  max-height: 100vh;
  aspect-ratio: 732/549;
  object-fit: cover;
}
.media-wrapper, .media-container {
  width: 100%;
  max-height: 100vh;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
.image_container {
  position: relative;
}
.nav-button {
  /* display: none; */
  border: solid 1px rgba(255,255,255,.2);
  background-color: rgba(255,255,255,.5);
  border-radius: 50%;
  z-index: 100;
  position: absolute;
  top: 50%;
  height: 2.5rem;
}
.nav-button:hover {
  cursor: pointer;
}
.image_container:hover .nav-button {
  display: block;
}

.nav-button svg {
  opacity: 1;
  height: 2rem;
  width: 2rem;
  display: flex;
  fill: #fff;
}
.nav-button.left {
  left: 1%;
}
.nav-button.right {
  right: 1%;
}
.images_list {
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 100px;
}
.small_image {
  filter: brightness(0.75);
  max-width: 100%;
  height: auto;
  flex-basis: 20%;
  flex-grow: 0;
  flex-shrink: 1;
  aspect-ratio: 732/549;
  flex: 0 0 0% !important;
}
.small_image:hover {
  filter: brightness(1);
}
.description, .btn_collapsed {
  color: #647793;
  fill: #647793;
}
.description {
  margin: 0;
  height: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
}
.description.expanded {
  height: 100%;
}
.appraisal_ad {
  display: flex;
  flex-flow: row;
  justify-content: center;
  background-color: #ecfeff;
  align-items: center;
  padding: 1.5rem;
  margin-top: 2.5rem;
}
.appraisal_title {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.appraisal_subtitle {
  font-size: 14px;
  line-height: 1.25rem;
  margin: 0;
  max-width: 531px;
  color: #647793;
}
section.appraisal_ad a.appraisal_button {
  background-color: #155e75;
  text-wrap: nowrap;
  margin-left: 0.75rem;
  color: #fff;
  padding: .5rem 1rem;
  font-size: 14px;
  font-weight: 600;
}
section.appraisal_ad a.appraisal_button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #155e75e6;
}
.btn_collapsed {
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  font-size: 12px;
  line-height: 16px;
  padding: 0.5rem 0;
  font-weight: 300;
}
.btn_collapsed:hover,
.btn_collapsed:focus {
  background-color: transparent;
}
.data_container, .consume_list {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1rem;
}
.bdata_container {
  display: flex;
  margin-top: 2rem;
  flex-flow: column;
}
.bdata_container svg {
  fill: #155e75;
  height: 24px;
  width: 24px;
}
.bdata_container span {
  font-size: 16px;
  line-height: 24px;
  color: #647793;
  font-weight: 400;
}
.bdata_container p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
  color: #000;
}
.char_row {
  display: flex;
  flex-flow: row wrap;
  padding: 1.25rem 0;
  margin: 0;
  gap: 0.5rem;
}
.char_row li {
  background-color: #eceef2;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  list-style: none;
  font-weight: 300;
}
.price_container {
  display: flex;
  font-weight: 300;
  flex-flow: column;
}
.price_container p{
  margin: 0;
  display: flex;
  text-align: center;
  gap: 10px;

}
.price_container small {
  color: #647793;
}
.price {
  color: #155e75;
}
.price_row {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
}
.price_row span {
  font-weight: 600;
  font-size: 30px;
}
.price_container:nth-child(2) {
  padding-left: 1rem;
  border-left: solid 3px #afbaca;
}
.action_container {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  padding-top: 1.5rem;
}
.action_container.mobile {
  display: none;
}
.reserve_container {
  flex-grow: 1;
  color: #fff;
  fill: #fff;
  text-align: start;
  width: 100%;
  background-color: #155e75;
  border: none;
  padding: 1rem;
  white-space: wrap;
}
.reserve_container:hover {
  cursor: pointer;
  background-color: #155e75;
  opacity: 0.9;
}
.reserve_container:focus {
  background-color: #155e75;
}
.reserve_container span {
  line-height: 1.5rem;
  font-size: 1rem;
}
.reserve_container p {
  margin: 0;
  line-height: 1.25;
  font-size: 14px;
}
.action_btn {
  flex-grow: 1;
  background-color: #ecfeff;
  color: #155e75;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem;
  border: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: .5rem;
}
.action_btn a {
  color: #155e75 !important;
}
.action_btn:hover {
  cursor: pointer;
}
.action_btn:hover,
.action_btn:focus {
  color: #155e75e5;
  background-color: #ecfeff;
}
.action_btn svg {
  color: #155e75;
  fill: #155e75;
}
.contact-form {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  gap: 1.5rem;
  box-shadow: 0 0 #0000,0 0 #0000, 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
  font-weight: 300;
}
.form-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #647793;
  margin: 0;
}
.form-title bold {
  color: #000;
}
.form-row {
  display: flex;
  gap: 1.5rem;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1.5rem;
}
.form-control {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.form-input,.form-textarea {
  padding: 0.625rem;
  background-color: #f6f7f9;
  font-weight: 300;
  border: solid 1px #e2e8f0 !important;
  color: #647793;
  outline: none;
}
.phone-control {
  position: relative;
}
.phone-control img {
  position: absolute;
  margin: 13px 0 0px 14px;
}
.phone-control input.form-input {
  padding-left: 2.5rem;
}
.form-textarea {
  height: 7rem;
}
.form-row.full, .form-row.full label  {
  width: 100%;
}
.form-control-checkbox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  color: #647793;
  font-size: 0.75rem;
  line-height: 1.25;
}
.contact-form button {
  background-color: #155e75;
  color: #fff;
  padding: 0.75rem 1.25rem;
  line-height: 1.25;
  font-weight: 600;
  font-size: 14px;
  border: none;
}
.contact-form button:hover,
.contact-form button:focus {
  background-color: #155e75;
}
.motor_list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  column-gap: 2.5rem;
  list-style: none;
  padding: 0;
}
.motor_list li {
  display: flex;
  font-weight: 300;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #d4dae3;
  padding: .75rem 0;
}
.motor_list span {
  color: #647793;
}
.motor_list p {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.consume_list {
  list-style: none;
}
.consume_list li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.tag_image {
  max-width: 100%;
  height: auto;
}
.tag_image.header_tag {
  width: 40px;
  height: 40px;
}
.details_title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-top: 1rem;
}
.images_row {
  max-width: 100% !important;
  margin-top: 0.5rem;
}
/* .vehicle-image {
  width: unset;
} */
 .title_mobile {
  display: none;
 }
 .copy_link {
  border: none;
  fill: #155e75;
  color: #155e75;

  background-color: transparent;
 }
 .copy_link svg {
  width: 24px;
  height: 24px;
 }
 .copy_link:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.copy_link:hover,
.copy_link:focus {
  background-color: transparent;
}
 .actions_title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
 }
 #notification_toast {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  position: fixed;
  bottom: 3%;
  right: 5%;
  border-radius: 8px;
  z-index: 500;
  gap: .75rem;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
  color: #647793;
 }
 .toast_checkmark {
  color: #09c084;
  display: flex;
  background-color: #cffce5;
  height: 2rem;
  align-items: center;
  width: 2rem;
  justify-content: center;
  border-radius: 8px;
 }
 .close_toast {
  border: none;
  display: flex;
  background-color: transparent;
}
.close_toast svg {
  width: 12px;
  height: 12px;
  color: #647793;;
}
 .close_toast:hover {
  cursor: pointer;
 }
 .mobile_dialog,
 .schedule_dialog {
  width: 100%;
  border: none;
  z-index: 100;
  border-radius: 8px;
  max-width: 100%;
  margin: 0;
  margin-top: auto;
  position: fixed;
  height: min-content;
  bottom: -1000%;
  left: 0;
  display: flex; /* keep it rendered */
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: bottom .5s cubic-bezier(.32, .72, 0, 1);
 }
 .schedule_dialog {
  max-width: 512px;
  margin: auto;
  padding: 0.4rem 1rem;
 }
 .mobile_dialog[open],
 .schedule_dialog[open] {
  bottom: 0%;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.6);
 }
 .mobile_dialog::backdrop,
 .schedule_dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
 }
.dimension_image {
  border-bottom: solid 1px;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  object-fit: contain;
}
.dimensions_list {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  padding-left: 0;
}
.dimensions_list .column {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.dimensions_list .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
   gap: 1.25rem;
  justify-content: center;
}
.dimensions_list p {
  margin: 0;
}
.dimensions_list li:nth-child(2) .dimension_image {
  border-right: solid 1px;
}
.basic_container {
  padding-top: 5rem;
}
.specs_title {
  padding-bottom: 2rem;
}
.basic_title,
.specs_title {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 600;
}
.motor_text {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
}
.basic_container.last_container {
  margin-bottom: 4rem;
}
.weight_container p {
  margin: 0;
  line-height: 24px;
}
.quota_container {
  background-color: #ecfeff;
  color: #155e75;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}
.quota_container p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-weight: 300;
}
dialog.schedule_dialog button.close_btn {
  background-color: transparent;
  align-self: flex-end;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 8px;
  color: #333b47;
  padding: 4px;
}
dialog.schedule_dialog button.close_btn:hover {
  cursor: pointer;
  color: #333b47;
  background-color: transparent;
}
dialog.schedule_dialog button.close_btn:focus {
  border: solid 2px #b3becd;
  outline: none;
  background-color: transparent;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}
.h-6.w-6.text-cyan-800 {
  color: #155e75;
  width: 1.5rem;
  height: 1.5rem;
}
.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: flex-start;
  background-color: #fff;
  border: solid 1px #d4dae3;
  padding: 0.25rem;
  border-radius: 6px;
  opacity: 0;
  z-index: 0;
  transition: opacity .15s, z-index .25s;
  padding: 0;
  width: 98%;
  margin: auto;
}
.filter_dropdown.display {
  opacity: 1;
  z-index: 2;
}
.filter_dropdown button {
  border: none;
  width: 100%;
  text-align: start;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  color: #647793;
  color: #0f172a;
  transition: none;
  font-weight: 300;
}
.filter_dropdown button:hover {
  cursor: pointer;
}
.filter_dropdown button:hover,
.filter_dropdown button:focus {
  color: #0f172a;
  background-color: #f1f5f9;

}
@media (max-width: 1024px) {
  
}
@media (max-width: 768px) {
  .price_container:nth-child(2) {
    border: none;
    padding-left: 0;
  }
  .price_row {
    gap: 1rem;
  }
  .main_container {
    width: 100%;
  }
  .list_container.images_row {
    display: none;
  }
  .title_mobile {
    display: flex;
    flex-flow: column;
    gap: 1rem;
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .side_container {
    display: none;
  }
  .data_container {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .action_container.mobile {
    position: sticky;
    bottom: 0rem;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: #fd6002;
    width: 100%;
    padding: 1rem;
  }
  .action_btn {
    flex-grow: 1;
    flex-shrink: unset;
    width: 100%;
    padding: .5rem;
    font-size: 0.875rem;
  }
  .reserve_container {
    flex-grow: unset;
    padding: .5rem 0.75rem;
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: .3rem;
    width: fit-content;
  }
  
}
@media (max-width: 640px) {
  .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
  }
  .reserve_container svg{
    width: 11px;
    height: 11px;
  }
  .action_btn svg {
    width: 1rem;
    height: 1rem;
  }
  .action_btn {
    flex-grow: 0;
    flex-shrink: unset;
    width: min-content;
    padding: .5rem 0.75rem;
    font-size: 0.875rem;
  }
  .basic_container,
  .details_container {
  padding-left: 1rem;
  padding-right: 1rem;
  }
  .images_container {
    background-color: #fff;
  }
  .motor_list span {
    font-size: 0.75rem;
  }
  .motor_list p {
    font-size: 0.875rem;
  }
  .consume_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}