@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);
@import url(../styles/navbar.css);
@import url(../styles/Calc.css);
@import url(../styles/application.css);
@import url(../styles/footer.css);


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}
.pt96 {
  padding-top: 96px;
}

.pt72 {
  padding-top: 72px;
}

.pt24 {
  padding-top: 24px;
}
.main {
  display: flex;
  background: #f4f4f4;

  flex-direction: column;
}

.button {
  padding: 8px 24px;
  color: white;
  background-color: #FF7528;
  border-radius: 12px;
  border: none;
    text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.button:hover {
  background-color: #017cff;
  color: white;
}

.download-btn {
  border: none !important;
}

.download-btn:hover {
  background-color: #017cff;
  color: white;
}
.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
}

.title2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  
}

.subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}
.firstBg {
}
.first {
  padding-top: 48px;
  position: relative;
  background-color: white;
  border-radius: 20px;
  margin-top: 10px;
  max-height: 570px;
  overflow-y: hidden;
}
.first__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.first__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.first__title {

  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
}
.title {
}
.first__subtitle {
  text-align: center;
  margin: auto;
  width: 55%;
}
.subtitle {
}
.first__btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  width: 172px;
  height: Fixed (40px);
  padding: 8px 24px 8px 24px;
  border-radius: 12px;
  gap: 10px;
  border: none;
  background-color: #FF7528;
  color: white;
  text-decoration: none;
}

.first__btn:hover {
  background-color: #017cff;
}
.first__img {
  width: 100%;
  height: 38vw;
  display: flex;
  margin-top: -250px;
}

.how {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.how__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.how__title {
  text-align: center;
}

.how__subtitle {
  text-align: center;
}

.how__row {
  justify-content: baseline;
}
.row {
  padding: 0;
}
.how__content {
  min-width: 306px;
  max-height: 259px;
  border-radius: 24px;
  background-color: white;
}
.item-how {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  padding: 24px;
}

.item-how__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item-how__icon,.-howitem__icon,.item-condition__icon {
  width: 48px !important;
  height: 48px !important;
}
.item-how__title {
  margin: 0;
}

.item-how__subtitle {
  margin: 0;
}

.new {
  padding: 0 !important;
}
.new__body {
  position: relative;
  color: white;
  padding: 45.5px 0 20px 48px;
  height: 344px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
/* .linear {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 12.83%, rgba(0, 0, 0, 0) 49.02%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px 0 0 20px;
} */
.new__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.item-new {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.item-new_title {
  max-width: 509px;
  margin: 0;


font-size: 32px;
font-weight: 700;
line-height: 38px;
letter-spacing: 0em;
text-align: left;

}

.item-new_subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;

}

.new__body_image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit:cover;
  border-radius: 20px;
}
.new__body_image2 {
  display: none;
}
.new__body_footer {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 90%;
  max-width: 777px;
}

.car {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0 !important;
}
.car__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.car__title {
  text-align: center;
}

.car__subtitle {
  text-align: center;
}

.car__row {
  gap: 24px;
  flex-wrap: nowrap !important;
}
.car__row a {
  color: black;
  text-decoration: none;
}
.car__column {
  width: 416px !important;
  height: max-content;
  display: flex;
  padding: 0 !important;
}
.item-car {
  width: 100%;
  display: flex;
  height: 439px;

  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 35px 48px;
  border-radius: 20px;
}
.item-car__image {
}
.item-car__title {
font-size: 20px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: center;

  margin: 0;
}

.condition {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.condition__title {
  text-align: center;
}

.condition__row {
  gap: 24px;
}
.condition__column {
}

.item-condition {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  background-color: white;
  padding: 2.25rem 1.5rem 1.5rem 2.25rem;
  border-radius: 20px;
}
.item-condition_row {
  gap: 8px !important;
}
.item-condition__icon {
}

.item-condition__title {
  margin: 0 !important;
}

.item-condition__subtitle {
}


.docs {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.docs__title {
  text-align: center;
}

.docs__row {
}

.justify-content-center {
}

.docs__column {
  min-width: 300px;
  background-color: white;
  border-radius: 24px;
  padding: 0 !important;
}

.item-docs {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

.-howitem__icon {
}
.item-docs__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item-docs__title {
  margin: 0;
}

.item-docs__subtitle {
  margin: 0;
}

.partners {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.partners__title {
  text-align: center;
}

.partners__row {
}
.partners__column {
  text-decoration: none;
  color: black;
  
}
.item-partners {
  display: flex;
  flex-direction: column;
  background-color: white;
  align-items: center;
  height: 317px;
  justify-content: center;
  gap: 56px;
  border-radius: 20px;

}


.item-partners__icon {
}
.item-partners__title {
  text-decoration: none;
  color: black;

}







@media screen and (max-width: 1315px) {
  .car__row {
    flex-wrap: wrap !important;
  }

}
@media screen and (min-width: 1320px) {
}
@media screen and (max-width: 1200px) {
  .car__row {
  }
  .car__column {
  }

}

@media screen and (min-width: 1200px) {


  .condition__row {
    align-items: stretch;
  }
  .item-condition {
    height: 100%;
  }
}

@media screen and (min-width: 992px) {

  .car__column {
   
    justify-content: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 992px) {
  .linear {
    display: none;
  }
  .new__header {
    align-items: center;
    padding: 32px 26px;
    padding-bottom: 0;
  }
  .item-new_title {
    text-align: center;
  }
  .item-new_subtitle {
    text-align: center;
    margin: auto;
  }
  .new__body {
    background-color: white;
    color: black;
    padding: 0;
    border-radius: 20px;
    height: max-content;
  }
  .new__body_image {
    position: static;
    
    width: 100%;
    min-height: 223px;
    border-radius: 20px;
    margin-top: 48px;
    display: none;
  }
  .new__body_image2 {
    object-fit: contain;
    margin-top: 48px;
    width: 100%;
    display: flex;
  }
  .item-new {
    gap: 16px;
  }
  .br1 {
    display: none;
  }
  .new__body_footer {
    color: black;
    padding: 16px 14px;
  }
  .first__title {
    font-size: 32px ;
    line-height: 30px ;
  }
  .firstBg {
  padding-top: 72px !important;

  }
  .first__img {
    margin-top: -75px;
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  
  .condition__row {
    align-items: center !important;
    justify-content: center !important;
  }


  .docs___br {
    display: none;
  }
}
@media screen and (min-width: 768px) {

  .item-condition {
    height: 100%;
  }

}

@media screen and (min-width: 576px) {


  .item-car {
    min-width: 416px;
  }
}



@media screen and (max-width: 576px) {
  .new__header {
    padding: 0;
    padding-top: 32px;
  }
  .first__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    
  }
  .pt72 {
    padding-top: 48px !important;
  }
  .firstBg {
    margin: 0 16px !important;
  }
  .first {
    width: 100% !important;
    padding: 48px 0 0 !important;
  }
  .how,.new,.car,.condition,.docs {
    align-items: center !important;
    width: 100% !important;
    padding: 0 16px !important;
    gap: 24px !important;
  }

  
  
  .how__row {
    width: 100%;
  }
  .how__content {
    width: 100% !important;
    margin: auto !important;
  }
  .partners{
    padding: 0 !important;
    align-items: center;
  }
  .partners__row {
    gap: 24px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }
  .partners__column {
    width: max-content !important;
    padding:  0 !important;
  }
  .item-car__title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;
      }

  .first__subtitle {
    text-align: center;
    margin: auto;
    width: 70%;
  }
  .first__img {
    height: 55.44vw;
  }
  .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    margin: auto;
  }

  .condition__row {
    justify-content: center !important;
    width: 100% !important;
  }
  .condition__column {
    width: 100% !important;
  }
  .item-condition {
    flex-direction: row;
    padding: 24px !important;
    align-items: center !important;
  }

  .item-condition__title {
    margin: 0 !important;
  }
  .item-how {
  }


  .how__subtitle {
    width: 80%;
    margin: auto;
  }



.item-new_title {
  
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  letter-spacing: 0em;
  text-align: center;
  
  width: 95%;
  margin: auto;

}
  .item-new_subtitle {
    width: 313px;
font-size: 16px;
font-weight: 400;
line-height: 27px;
letter-spacing: 0em;
text-align: center;

  }

  .car__row {
    min-width: 100% !important;
    margin: 0 !important;
  }

  .item-car {
    min-width: 100% !important;
    padding: 24px 16px;
    gap: 24px !important;
    justify-content: start;
    height: max-content;
  }
  .item-new_title {

    max-width: 509px;
    margin: 0;
  
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: center;
    margin: auto;
  }



  .car__column {
    width: 95% !important;
    min-width: 328px !important;
    padding: 0 !important;
  }
  .car__row {
    place-items: center;
    gap: 24px;
  }

  .item-docs {
    flex-direction: row;
  }
  .car__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .item-partners {
    height: max-content;
    padding: 16px 24px;
    gap: 24px;
    justify-content: start;
    width: 168px !important;
  }
  .item-partners__title {
    margin: 0;
  }
  .item-partners__icon {
    max-height: 54px;
  }


  .condition__column {
    padding: 0 !important;
  }
  .docs__row {
    width: 100% !important;
  }
  .docs__column {
    padding: 0 !important;
    width: 100% !important;
  }
  .item-docs__row {
    gap: 8px !important;
  }
}

@media screen and (max-width: 430px) {

  .dollar {
    max-width: 172px;
  }
}

@media screen and (max-width: 375px) {

  .partners__row {
    gap: 12px !important;
  }
}


