.page .cover {
  width: 100%;
  height: 600px;
  position: relative;
}
.page .cover .cover-image {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(68%);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.page .cover .content {
  padding-inline: 20px;
  padding-top: 130px;
  padding-bottom: 40px;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  background: white;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.page .cover .content .text {
  text-align: center;
  position: relative;
  z-index: 100;
}
.page .cover .content .text .cover-h1 {
  color: #1F1F1F;
  font-size: 30px;
  margin-bottom: 16px;
  margin-top: 20px;
}
.page .about-one {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 35px;
  padding-inline: 20px;
}
.page .about-one p {
  color: #1F1F1F;
  font-size: 16px;
}
.page .about-one img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  filter: brightness(95%);
  margin-top: 25px;
}
.page .services {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  margin-top: 65px;
  overflow: hidden;
}
.page .services img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
.page .services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #72241d, #8d2c24, #ca4034);
  z-index: 20;
  opacity: 1;
}
.page .services .animated-line {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  opacity: 0.2;
  background: linear-gradient(60deg, transparent 45%, rgba(255, 255, 255, 0.4) 50%, transparent 55%);
  animation: move-line 3s linear infinite;
  z-index: 25;
}
@keyframes move-line {
  from {
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
  }
  to {
    transform: translateX(50%) translateY(50%) rotate(115deg);
  }
}
.page .services .content {
  position: relative;
  z-index: 30;
  padding: 99px 20px;
}
.page .services .content .text {
  text-align: center;
}
.page .services .content .text h2 {
  color: white;
  font-size: 27px;
}
.page .services .content .text p {
  margin-top: 6px;
  color: white;
  font-size: 16px;
  opacity: 0.8;
}
.page .services .content .text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  width: 80%;
  background: #E95245;
  border-radius: 16px;
  color: white;
  text-decoration: none;
  margin-inline: auto;
  margin-top: 35px;
}
.page .sell-car {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
  padding-top: 25px;
}
.page .sell-car .content {
  padding-top: 85px;
  height: calc(100% - 100px);
}
.page .sell-car .content .text {
  padding-inline: 20px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.page .sell-car .content .text h2 {
  color: #1F1F1F;
  font-size: 27px;
}
.page .sell-car .content .text p {
  color: #1F1F1F;
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 5px;
}
.page .sell-car .content .text img {
  width: 110%;
  transform: translateX(-15px);
  height: auto;
}
.page .sell-car .content .reasons {
  z-index: 1;
  transform: translateY(-100px);
  height: 680px;
  width: 100%;
  background: #b3babe;
  padding-top: 130px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.page .sell-car .content .reasons .reason {
  padding: 12px 20px;
  background: rgba(119, 143, 155, 0.5607843137);
  border-radius: 18px;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}
.page .sell-car .content .reasons .reason .icon {
  color: white;
  font-size: 18px;
}
.page .sell-car .content .reasons .reason .icon img {
  margin-right: 10px;
  width: 35px;
  height: auto;
}
.page .sell-car .content .reasons .reason p {
  color: white;
  font-size: 18px;
  margin-top: 15px;
}
.page .sell-car .content .reasons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 56px;
  width: 100%;
  color: white;
  text-decoration: none;
  background: #E95245;
}
.page .contact {
  position: relative;
  width: 100%;
  height: auto;
  background: white;
  border-radius: 40px;
  margin-top: 0px;
  margin-top: -35px;
}
.page .contact .content {
  padding: 55px 20px;
}
.page .contact .content .text {
  text-align: left;
}
.page .contact .content .text .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.page .contact .content .text h2 {
  color: #1F1F1F;
  font-size: 27px;
}
.page .contact .content .text .button-plain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  background: rgba(211, 211, 211, 0.39);
  border-radius: 25px;
  color: #1F1F1F;
  padding-inline: 20px;
  text-decoration: none;
  margin-bottom: 25px;
  font-size: 15px;
}
.page .contact .content .text .button {
  background: rgba(202, 64, 52, 0.1176470588);
  color: #E95245;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 48px;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 25px;
}
.page .contact .content .text .button i {
  margin-right: 15px;
}
.page .contact .content iframe {
  width: 100%;
  height: 450px;
  border-radius: 18px;
  margin-top: 55px;
}

@media only screen and (min-device-width: 1140px) {
  .page .cover {
    width: 100%;
    min-height: 560px;
    max-height: 560px;
    position: relative;
    overflow: visible;
    padding-top: 135px;
  }
  .page .cover .cover-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    filter: brightness(70%);
    max-width: 1380px;
    margin-inline: auto;
    border-radius: 40px;
  }
  .page .cover .content {
    position: relative;
    padding: 30px 50px;
    padding-top: 30px;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-inline: auto;
    transition: 0.4s;
    z-index: 0;
    transform: translateY(-20%);
    border-radius: 40px;
  }
  .page .cover .content .text {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .page .cover .content .text .cover-h1 {
    color: #1F1F1F;
    font-size: 34px;
  }
  .page .about-one {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 85px;
    padding-inline: 50px;
    max-width: 1380px;
    margin-inline: auto;
  }
  .page .about-one p {
    color: #1F1F1F;
    font-size: 18px;
  }
  .page .about-one img {
    width: 870px;
    height: 490px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
    filter: brightness(95%);
    margin-top: 25px;
    margin-inline: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .page .sell-car {
    position: relative;
    width: 100%;
    height: calc(100% - 100px);
    padding-top: 25px;
  }
  .page .sell-car .content {
    padding-top: 105px;
    height: calc(100% - 100px);
  }
  .page .sell-car .content .text {
    max-width: 1380px;
    margin-inline: auto;
    padding-inline: 50px;
    text-align: center;
    z-index: 2;
    position: relative;
  }
  .page .sell-car .content .text h2 {
    color: #1F1F1F;
    font-size: 36px;
  }
  .page .sell-car .content .text p {
    color: #1F1F1F;
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 0;
    margin-top: 15px;
    max-width: 600px;
    margin-inline: auto;
  }
  .page .sell-car .content .text img {
    width: 110%;
    max-width: 600px;
    transform: translateX(-15px);
    height: auto;
  }
  .page .sell-car .content .reasons {
    z-index: 1;
    transform: translateY(-180px);
    height: 490px;
    width: 100%;
    background: linear-gradient(to bottom, #b3babe, #b3babe, transparent);
    padding-top: 190px;
    padding-inline: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
  }
  .page .sell-car .content .reasons .reason {
    width: calc(33% - 25px);
    min-width: calc(33% - 25px);
    padding: 12px 20px;
    background: rgba(119, 143, 155, 0.5607843137);
    border-radius: 18px;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
  }
  .page .sell-car .content .reasons .reason .icon {
    color: white;
    font-size: 18px;
  }
  .page .sell-car .content .reasons .reason .icon img {
    margin-right: 10px;
    width: 35px;
    height: auto;
  }
  .page .sell-car .content .reasons .reason p {
    color: white;
    font-size: 18px;
    margin-top: 15px;
  }
  .page .sell-car .content .reasons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 56px;
    width: 100%;
    color: white;
    text-decoration: none;
    background: #E95245;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
  }
  .page .services {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #72241d, #8d2c24, #ca4034);
    border-radius: 40px;
    margin-top: 75px;
    overflow: hidden;
    max-width: 1380px;
    margin-inline: auto;
  }
  .page .services .animated-line {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    opacity: 0.2;
    background: linear-gradient(60deg, transparent 45%, rgba(255, 255, 255, 0.4) 50%, transparent 55%);
    animation: move-line 3s linear infinite;
  }
  @keyframes move-line {
    from {
      transform: translateX(-50%) translateY(-50%) rotate(25deg);
    }
    to {
      transform: translateX(50%) translateY(50%) rotate(115deg);
    }
  }
  .page .services .content {
    padding: 150px 50px;
    max-width: 600px;
    margin-inline: auto;
  }
  .page .services .content .text {
    text-align: center;
  }
  .page .services .content .text h2 {
    color: white;
    font-size: 36px;
  }
  .page .services .content .text p {
    margin-bottom: 0;
    margin-top: 6px;
    color: white;
    font-size: 16px;
    opacity: 0.8;
  }
  .page .services .content .text .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 80%;
    background: #E95245;
    border-radius: 16px;
    color: white;
    text-decoration: none;
    margin-inline: auto;
    margin-top: 45px;
  }
  .page .contact {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
    margin-top: -135px;
    padding-inline: 50px;
  }
  .page .contact .content {
    border-radius: 40px;
    margin-inline: auto;
    max-width: 1280px;
    padding: 55px 20px;
    display: flex;
    flex-direction: row;
    gap: 100px;
    background: white;
  }
  .page .contact .content .text {
    text-align: left;
    width: 75%;
  }
  .page .contact .content .text .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
  }
  .page .contact .content .text h2 {
    color: #1F1F1F;
    font-size: 27px;
  }
  .page .contact .content .text .button-plain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 57px;
    background: rgba(211, 211, 211, 0.39);
    border-radius: 25px;
    color: #1F1F1F;
    padding-inline: 20px;
    text-decoration: none;
    margin-bottom: 25px;
    font-size: 15px;
  }
  .page .contact .content .text .button {
    background: rgba(202, 64, 52, 0.1176470588);
    color: #E95245;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 48px;
    width: -moz-max-content;
    width: max-content;
    padding-inline: 25px;
  }
  .page .contact .content .text .button i {
    margin-right: 15px;
  }
  .page .contact .content iframe {
    width: 100%;
    height: 380px;
    border-radius: 18px;
    margin-top: 0;
  }
}/*# sourceMappingURL=about.css.map */