@media screen and (min-width: 3800px) and (max-width: 4000px) {
  html {
    font-size: 64.5%;
  }

  label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 35vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 3600px) and (max-width: 3799px) {
  html {
    font-size: 64.5%;
  }

    label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 37vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 3400px) and (max-width: 3599px) {
  html {
    font-size: 64.5%;
  }

    label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 39vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 3200px) and (max-width: 3399px) {
  html {
    font-size: 64.5%;
  }

  label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 41vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 3000px) and (max-width: 3199px) {
  html {
    font-size: 64.5%;
  }

  label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 43vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 2800px) and (max-width: 2999px) {
  html {
    font-size: 64.5%;
  }

  label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 46vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 2600px) and (max-width: 2799px) {
  html {
    font-size: 64.5%;
  }

    label[for="ham-menu"]{
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 2400px) and (max-width: 2599px) {
  html {
    font-size: 64.5%;
  }

    label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 54vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 2200px) and (max-width: 2399px) {
  html {
    font-size: 64.5%;
  }

  label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 58vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 2000px) and (max-width: 2199px) {
  html {
    font-size: 64.5%;
  }

    label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 65vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 1800px) and (max-width: 1999px) {
  html {
    font-size: 64.5%;
  }

    label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.7rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .register-card-body {
    padding: 20px 29px 78px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 78px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 67vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    margin-top: 2rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-32rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 352px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 72px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  #sell-your-car-section-2 {
    padding: 10rem 0;
    margin-top: 3rem;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-36rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.4rem;
    width: 26.4%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
  html {
    font-size: 62.5%;
  }

  label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.2rem;
    color: var(--title-color);
    width: 50%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 70%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.9rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 51px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -6rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--subtitle-color);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 75vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -1rem;
  }

  .testimonial-contents {
    margin-top: 6rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-33rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.3rem;
    width: 25.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(45px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.5rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 21px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 344px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
    transform: translateY(13px);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 24vh;
    width: 70%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 70px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 99px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 6rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-37rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 4.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.3rem;
    width: 25.3%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 21px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  html {
    font-size: 60.5%;
  }

  label[for="ham-menu"] {
    display: none;
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.6rem;
    color: var(--title-color);
    width: 45%;
    margin: 0 auto;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(357px);
    margin-top: 1.8rem;
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #000;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 27%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(12px) translateX(19px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 5rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .receiving-card-body {
    padding: 20px 29px 49px 20px;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-card-body {
    padding: 20px 29px 76px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -6rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 75%;
  }

  .countup {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--countup-title);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 75vh;
    position: relative;
  }

  .play-button {
    height: 12rem;
    width: 12rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .testimonial-contents {
    margin-top: 6rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
    margin-right: 2px;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 40%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -1.5rem;
    text-align: center;
  }

  .car-img {
    width: 45%;
  }

  .sell-your-car-elements {
    transform: translateY(-33rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3.6rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.3rem;
    width: 24.5%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 21px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #000;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 4rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 23vh;
    width: 66%;
    margin: 0 auto;
    margin-top: 8rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 335px;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -6rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 40%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 70px;
  }

  .more-details-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 99px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.6rem;
    color: var(--title-color);
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.6rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 5rem;
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-154px) translateX(-15px);
  }

  .car-img-2 {
    width: 45%;
  }

  .sell-your-car-elements-2 {
    transform: translateY(-37rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3.6rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(40px);
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 7.3rem;
    width: 24.5%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 19px 16px 19px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #000;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 5rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #eaeced;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 60.5%;
  }

  label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.6rem;
    color: var(--title-color);
    width: 52%;
    margin: 0 auto;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(262px);
    margin-top: 1.8rem;
  }

  .hero-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--color-primary);
    padding: 23px 22px 24px 22px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    outline: 1px solid var(--color-primary);
    outline-offset: 4px;
    transform: translateY(2px);
  }

  .form-input {
    padding: 25px;
    width: 85%;
    transform: translateY(12px) translateX(20px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 5rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -6rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
  }

  .countup {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.6rem;
    color: var(--countup-title);
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 6.4rem;
    width: 24%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 85%;
    transform: translateY(6px) translateX(35px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 3.6rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 13px 16px 17px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-your-car-contents {
    display: flex;
    margin-top: 2.5rem;
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3.6rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(48px);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 65vh;
    position: relative;
  }

  .auto-verkopen-cards {
    margin-top: 5rem;
  }

  #auto-verkopen-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -1rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .priceing-card-texts {
    margin-top: 336px;
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 20vh;
    width: 67%;
    margin: 0 auto;
    margin-top: 6rem;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .more-details-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-top: 64px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.6rem;
    color: var(--title-color);
  }

  #contact-section {
    padding-top: 4rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.6rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 3rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--accordion-text);
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 3.6rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 6.4rem;
    width: 24%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(42px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4.3rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 13px 16px 17px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .sell-your-car-contents-2 {
    display: flex;
    margin-top: 2.5rem;
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3.6rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(48px);
  }

  #footer-section {
    padding-top: 3rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1199px) {
  html {
    font-size: 59.5%;
  }

  label[for="ham-menu"] {
    display: none;
  }

  .nav-link {
    color: var(--nav-link);
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 30px 14px 30px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
  }

  .nav-item:not(:last-child) {
    margin-right: 2rem;
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.6rem;
    color: var(--title-color);
    width: 60%;
    margin: 0 auto;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 20px 14px 20px;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 41%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 83%;
    transform: translateY(12px) translateX(21px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 5.6rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  .hero-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--color-primary);
    padding: 27px 40px 27px 40px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    outline: 1px solid var(--color-primary);
    outline-offset: 4px;
    transform: translateY(3px);
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #000;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(142px);
    margin-top: 1.8rem;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
  }

  .register-card-body {
    padding: 20px 29px 73px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 27px 20px;
  }

  .sell-card-body {
    padding: 20px 29px 97px 20px;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
  }

  .receiving-card-body {
    padding: 20px 29px 72px 20px;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .line-shape-background {
    background-image: url(../img/line-shape.png);
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: center;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -8rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 90%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2.5rem;
  }

  .countup {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5rem;
    color: var(--countup-title);
  }

  .countup-1::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: #c4c4c4;
    display: inline-block;
    transform: translateX(96px) translateY(-130px);
  }

  .countup-2::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: #c4c4c4;
    display: inline-block;
    transform: translateX(134px) translateY(-130px);
  }

  .countup-3::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: #c4c4c4;
    display: inline-block;
    transform: translateX(104px) translateY(-130px);
  }

  .countup-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--countup-text);
    margin-top: 2rem;
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -10rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 54vh;
    position: relative;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .testimonial-button {
    margin-top: -2.5rem;
    text-align: center;
  }

  .client-information {
    margin-top: 6rem;
    margin-bottom: 1rem;
    margin-right: 1px;
  }

  .testimonial-contents {
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
  }

  .member-profession {
    font-family: product-sans;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 1.4rem;
    margin-top: 7px;
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .sell-your-car-background {
    background: #d3db62;
    height: 24rem;
    width: 100%;
    border-radius: 20px;
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 7rem;
    width: 30.5%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(39px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 3.6rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .car-img {
    width: 38%;
  }

  .car-image {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-87px) translateX(-15px);
  }

  .sell-your-car-elements {
    transform: translateY(-22rem) translateX(40px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(30px);
  }

  .sell-button-outline {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    height: 60px;
    transform: translateY(2px);
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 13px 16px 17px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 49%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 19vh;
    width: 75%;
    margin: 0 auto;
    margin-top: 7rem;
  }

  .auto-verkopen-cards {
    margin-top: 4rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-card-body {
    padding: 25px 43px 18px 10px;
    transform: translateX(15px) translateY(-5px);
  }

  .verkopen-sign {
    width: 5rem;
    height: 5rem;
    fill: #000;
    margin-right: 2rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .price-number-2 {
    display: inline-block;
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--priceing-title-color);
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
  }

  .price-number-3 {
    display: inline-block;
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
  }

  .price-number-4 {
    display: inline-block;
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: #fb9216;
    padding: 11px 48px 14px 48px;
    margin-top: 13px;
    border-radius: 100px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
    transform: translateY(-1px);
  }

  .priceing-card-logo-2 {
    height: 10rem;
    width: 12rem;
    fill: var(--priceing-title-color);
    margin-top: 7rem;
    margin-bottom: 25px;
  }

  .priceing-card-logo-3 {
    height: 10rem;
    width: 12rem;
    fill: var(--color-primary);
    margin-top: 7rem;
    margin-bottom: 25px;
  }

  .priceing-card-logo-4 {
    height: 10rem;
    width: 12rem;
    fill: var(--color-primary);
    margin-top: 7rem;
    margin-bottom: 25px;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .blog-cards {
    margin-top: 7rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 51%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--blog-text);
    margin-top: 2rem;
    padding-bottom: 26px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--blog-text);
    margin-top: 2rem;
    padding-bottom: 24px;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.2rem;
    color: var(--title-color);
  }

  .contact-card-body {
    padding: 80px 50px 80px 50px;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 4rem;
  }

  #contact-section {
    padding-top: 1rem;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .accordion-section {
    padding-top: 60rem;
    overflow-x: hidden;
  }

  .all-accordion {
    margin-top: 5rem;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--accordion-text);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-right-text);
  }

  .sell-your-car-background-2 {
    background: #d3db62;
    height: 24rem;
    width: 100%;
    border-radius: 20px;
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 7rem;
    width: 30%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(9px) translateX(39px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 3.6rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .car-img-2 {
    width: 38%;
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-100px) translateX(-15px);
  }

  .sell-your-car-elements-2 {
    transform: translateY(-24rem) translateX(40px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(35px);
  }

  .sell-button-outline-2 {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    height: 60px;
    transform: translateY(2px);
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 13px 16px 17px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
  }

  #footer-section {
    padding-top: 5rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .footer-right-contents {
    transform: translateX(40px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1019px) {
  html {
    font-size: 59.5%;
  }

  label[for="ham-menu"] {
    display: none;
  }

  .nav-item:not(:last-child) {
    margin-right: 2rem;
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.6rem;
    color: var(--title-color);
    width: 60%;
    margin: 0 auto;
  }

  .contact-btn:link,
  .contact-btn:visited {
    font-family: product-sans;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    padding: 14px 20px 14px 20px;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 41%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 83%;
    transform: translateY(12px) translateX(21px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 5.6rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  .hero-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--color-primary);
    padding: 27px 40px 27px 40px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    outline: 1px solid var(--color-primary);
    outline-offset: 4px;
    transform: translateY(3px);
  }

  .bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #000;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(142px);
    margin-top: 1.8rem;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .register-card-body {
    padding: 20px 29px 73px 20px;
  }

  .receiving-card-body {
    padding: 20px 29px 27px 20px;
  }

  .sell-card-body {
    padding: 20px 29px 73px 20px;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
    padding-bottom: 46px;
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
    padding-bottom: 25px;
  }

  .line-shape-background {
    background-image: url(../img/line-shape.png);
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: center;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 85%;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2.5rem;
  }

  .countup {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5rem;
    color: var(--countup-title);
  }

  .countup-1::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: #c4c4c4;
    display: inline-block;
    transform: translateX(96px) translateY(-130px);
  }

  .countup-2::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: #c4c4c4;
    display: inline-block;
    transform: translateX(134px) translateY(-130px);
  }

  .countup-3::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: #c4c4c4;
    display: inline-block;
    transform: translateX(104px) translateY(-130px);
  }

  .countup-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--countup-text);
    margin-top: 2rem;
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -10rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 54vh;
    position: relative;
  }

  .testimonial-button {
    margin-top: -1.5rem;
    text-align: center;
  }

  .testimonial-contents {
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
  }

  .member-profession {
    font-family: product-sans;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 1.4rem;
    margin-top: 7px;
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .sell-your-car-background {
    background: #d3db62;
    height: 24rem;
    width: 100%;
    border-radius: 20px;
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 7rem;
    width: 30%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(8px) translateX(37px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 3.8rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .car-img {
    width: 38%;
  }

  .car-image {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-87px) translateX(-15px);
  }

  .sell-your-car-elements {
    transform: translateY(-22rem) translateX(28px);
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(25px);
  }

  .sell-button-outline {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    height: 60px;
    transform: translateY(2px);
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 13px 16px 17px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  #auto-verkopen-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -1rem;
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 45%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 18vh;
    width: 71%;
    margin: 0 auto;
    margin-top: 7rem;
  }

  .auto-verkopen-cards {
    margin-top: 4rem;
  }

  .auto-verkopen-card-body {
    padding: 25px 43px 18px 10px;
    transform: translateX(15px) translateY(-5px);
  }

  .verkopen-sign {
    width: 5rem;
    height: 5rem;
    fill: #000;
    margin-right: 2rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  #priceing-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .price-number-2 {
    display: inline-block;
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--priceing-title-color);
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
  }

  .price-number-3 {
    display: inline-block;
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
  }

  .price-number-4 {
    display: inline-block;
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: #fb9216;
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
  }

  .price-number-4 {
    display: inline-block;
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: #fb9216;
    padding: 11px 48px 14px 48px;
    margin-top: 12px;
    border-radius: 100px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
    transform: translateY(1px);
  }

  .priceing-card-logo-2 {
    height: 10rem;
    width: 12rem;
    fill: var(--priceing-title-color);
    margin-top: 7rem;
    margin-bottom: 25px;
  }

  .priceing-card-logo-3 {
    height: 10rem;
    width: 12rem;
    fill: var(--color-primary);
    margin-top: 7rem;
    margin-bottom: 25px;
  }

  .priceing-card-logo-4 {
    height: 10rem;
    width: 12rem;
    fill: var(--color-primary);
    margin-top: 7rem;
    margin-bottom: 25px;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .blog-cards {
    margin-top: 7rem;
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--blog-text);
    margin-top: 2rem;
    padding-bottom: 26px;
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--blog-text);
    margin-top: 2rem;
    padding-bottom: 24px;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.2rem;
    color: var(--title-color);
  }

  .contact-card-body {
    padding: 80px 50px 80px 50px;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 4rem;
  }

  #contact-section {
    padding-top: 1rem;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--accordion-right-text);
  }

  .sell-your-car-background-2 {
    background: #d3db62;
    height: 24rem;
    width: 100%;
    border-radius: 20px;
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 7rem;
    width: 30%;
    position: relative;
    margin-right: 2rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(8px) translateX(40px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 3.8rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .car-img-2 {
    width: 38%;
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    transform: translateY(-100px) translateX(-15px);
  }

  .sell-your-car-elements-2 {
    transform: translateY(-25rem) translateX(28px);
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3.2rem;
    color: var(--title-color);
    transform: translateX(40px) translateY(25px);
  }

  .sell-button-outline-2 {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    height: 60px;
    transform: translateY(2px);
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--sell-car-button);
    padding: 13px 16px 17px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
  }

  #footer-section {
    padding-top: 5rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .footer-right-contents {
    transform: translateX(40px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 58.5%;
  }

  label[for="ham-menu"] {
    display: block;
  }

  .logo-img {
    height: 3.7rem;
    width: 24rem;
    fill: var(--color-primary);
    transform: translateY(3px);
  }
  .navbar-logo-img {
    position: absolute;
    top: -126px;
    left: 0;
    height: 3.7rem;
    width: 24rem;
  }

  .container {
    padding: 0 4rem;
  }

  .hero-elements {
    text-align: center;
    margin-top: 13rem;
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--title-color);
    width: 80%;
    margin: 0 auto;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 9rem;
    width: 53%;
    position: relative;
    margin-right: 2.4rem;
  }

  .form-input {
    padding: 25px;
    width: 85%;
    transform: translateY(11px) translateX(19px);
    height: 74%;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 5rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  .hero-bottom-text {
    display: block;
    text-align: left;
    transform: translateX(36px);
    margin-top: 1.8rem;
  }

  .hero-button-outline {
    margin-top: 3px;
  }

  #how-it-works-section {
    padding: 12rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
    text-align: center;
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    text-align: left;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .how-it-work-cards {
    margin-top: 9rem;
  }

  .how-it-work-card-2 {
    margin-top: 5rem;
  }

  .how-it-work-card-3 {
    margin-top: 5rem;
  }

  .how-it-work-card-4 {
    margin-top: 5rem;
  }

  .register-icon {
    height: 16rem;
    width: 16rem;
    transform: translateX(-34px) translateY(-4px);
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .receiving-icon {
    height: 16rem;
    width: 16rem;
    transform: translateX(-34px) translateY(-4px);
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-icon {
    height: 16rem;
    width: 16rem;
    transform: translateX(-34px) translateY(-4px);
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  #about-us-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -8rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
    text-align: center;
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-top: 2.5rem;
  }

  .about-right-part {
    margin-top: 3rem;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--subtitle-color);
    text-align: center;
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--subtitle-color);
    text-align: center;
  }

  .countup {
    font-family: product-sans;
    font-weight: 700;
    font-size: 5.2rem;
    color: var(--countup-title);
  }

  .countup-1::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .countup-2::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .countup-3::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 37vh;
    position: relative;
  }

  .play-button {
    height: 9rem;
    width: 9rem;
  }

  #testimonial-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 65%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .swiper-prev {
    display: none;
  }

  .swiper-next {
    display: none;
  }

  .testimonial-contents {
    margin-top: 7rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .client-information {
    margin-top: 6rem;
    margin-bottom: 10rem;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -25px;
    left: 0;
    width: 100%;
  }

  .testimonial-button {
    margin-top: -3.5rem;
    text-align: center;
  }

  #sell-your-car-section {
    padding: 8rem 0;
  }

  .sell-your-car-background {
    background: #d3db62;
    height: 70rem;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  .car-image {
    text-align: right;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 63px;
    left: -50px;
  }

  .car-img {
    width: 70%;
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3.2rem;
    color: var(--title-color);
    transform: translateY(250px);
    width: 47%;
    text-align: center;
    margin: 0 auto;
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 65%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .sell-your-car-elements {
    transform: translateY(120px) translateX(0px);
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }

  .sell-your-car-contents {
    display: block;
    text-align: center;
    margin-top: 18rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 84%;
    transform: translateY(10px) translateX(23px);
    height: 8rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 6rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button-outline {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    width: 45%;
    margin: auto;
    margin-top: 2rem;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: block;
    background: var(--sell-car-button);
    padding: 24px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  #auto-verkopen-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 65%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 16vh;
    width: 95%;
    margin: 0 auto;
    margin-top: 7rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  .auto-verkopen-cards {
    margin-top: 8rem;
  }

  .verkopen-card-2 {
    margin-top: 3rem;
  }

  .verkopen-card-3 {
    margin-top: 3rem;
  }

  #priceing-section {
    padding: 5rem 0;
    overflow-x: hidden;
  }

  .priceing-card-2 {
    margin-top: 5rem;
  }

  .priceing-card-3 {
    margin-top: 5rem;
  }

  .priceing-card-4 {
    margin-top: 5rem;
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .price-number-2 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--priceing-title-color);
    padding: 11px 48px 14px 48px;
    border-radius: 100px;
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .price-number-3 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
    transform: translateY(15px);
    width: 60%;
    margin: 0 auto;
  }

  .price-number-4 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: #fb9216;
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-cards {
    margin-top: 8rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 75%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .blog-img-1 {
    width: 100%;
  }

  .blog-img-2 {
    width: 100%;
  }

  .blog-img-3 {
    width: 100%;
  }

  .blog-card-2 {
    margin-top: 5rem;
  }

  .blog-card-3 {
    margin-top: 5rem;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.2rem;
    color: var(--title-color);
    width: 100%;
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 0rem;
    overflow-x: hidden;
  }

  .contact-card {
    width: 100%;
    margin: 0 auto;
    border-radius: 22px;
  }

  .contact-card-body {
    padding: 80px 25px 80px 25px;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.2rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 2rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .contact-form input[type="text"] {
    width: 100%;
    padding: 3rem;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    cursor: pointer;
    color: #000000;
  }

  .contact-form input::placeholder {
    color: var(--contact-input);
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 5rem;
  }

  .accordion-section {
    padding-top: 62rem;
    overflow-x: hidden;
  }

  .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #1c2b57;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--accordion-right-text);
    margin-top: 2rem;
  }

  .all-accordion {
    margin-top: 5rem;
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-text);
  }

  #sell-your-car-section-2 {
    padding: 8rem 0;
    margin-top: 8rem;
  }

  .sell-your-car-background-2 {
    background: #d3db62;
    height: 70rem;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 36px;
    left: -50px;
  }

  .car-img-2 {
    width: 70%;
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3.2rem;
    color: var(--title-color);
    transform: translateY(215px);
    width: 47%;
    text-align: center;
    margin: 0 auto;
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 65%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .sell-your-car-elements-2 {
    transform: translateY(120px) translateX(0px);
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }

  .sell-your-car-contents-2 {
    display: block;
    text-align: center;
    margin-top: 15rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 84%;
    transform: translateY(10px) translateX(23px);
    height: 8rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 6rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-outline-2 {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    width: 45%;
    margin: auto;
    margin-top: 2rem;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: block;
    background: var(--sell-car-button);
    padding: 24px 16px 24px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  #footer-section {
    padding-top: 5rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: #687497;
    margin-top: 4rem;
  }

  .footer-right-contents {
    transform: translateX(0px);
  }

  .footer-right-contents {
    margin-top: 3rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 57.5%;
  }

  .container {
    padding: 0 4rem;
  }

  label[for="ham-menu"] {
    display: block;
  }

  .logo-img {
    height: 3.7rem;
    width: 24rem;
    fill: var(--color-primary);
    transform: translateY(3px);
  }

  .navbar-logo-img {
    position: absolute;
    top: -126px;
    left: 0;
    height: 3.7rem;
    width: 24rem;
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4rem;
    color: var(--title-color);
    width: 95%;
    margin: 0 auto;
  }

  .hero-contents {
    display: block;
    justify-content: center;
    margin-top: 3.5rem;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 79%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .form-input {
    padding: 0px 25px;
    width: 84%;
    transform: translateY(14px) translateX(20px);
    height: 7rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 5.2rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  .hero-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--color-primary);
    padding: 18px 30px 18px 30px;
    cursor: pointer;
    border-radius: 4px;
    outline: 1px solid var(--color-primary);
    outline-offset: 4px;
    margin-top: 2rem;
    text-decoration: none;
  }

  .hero-bottom-text {
    display: block;
    text-align: center;
    margin-top: 1.8rem;
    transform: translateX(0);
  }

  #how-it-works-section {
    padding: 8rem 0;
    margin-top: -2rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
    text-align: center;
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 700;
    color: var(--title-color);
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 2.5rem;
  }

  .line-shape-background {
    background-image: url(../img/line-shape.png);
    background-size: 0;
    background-repeat: no-repeat;
    background-position: center;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .how-it-work-cards {
    margin-top: 8rem;
  }

  .how-it-work-card-2 {
    margin-top: 5rem;
  }

  .how-it-work-card-3 {
    margin-top: 5rem;
  }

  #about-us-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
    text-align: center;
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--subtitle-color);
    text-align: center;
    margin-top: 5rem;
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--subtitle-color);
    margin-top: 2.5rem;
    text-align: center;
  }

  .countup {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.6rem;
    color: var(--countup-title);
  }

  .countup-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--countup-text);
    margin-top: 2rem;
  }

  .countup-1::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .countup-2::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .countup-3::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 27vh;
    position: relative;
  }

  .video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .play-button {
    height: 7rem;
    width: 7rem;
  }

  #testimonial-section {
    padding: 6rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 95%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.8rem;
    color: #000;
    margin-top: 2rem;
  }

  .swiper-prev {
    display: none;
  }

  .swiper-next {
    display: none;
  }

  .testimonial-contents {
    margin-top: 7rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
  }

  .client-information {
    margin-top: 6rem;
    margin-bottom: 10rem;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -25px;
    left: 0;
    width: 100%;
  }

  .testimonial-button {
    margin-top: -3.5rem;
    text-align: center;
  }

  .testimonial-card-body {
    padding: 0 30px 48px 30px;
  }

  .sell-your-car-background {
    background: #d3db62;
    height: 60rem;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  .car-image {
    text-align: right;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: -45px;
  }

  .car-img {
    width: 70%;
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3rem;
    color: var(--title-color);
    transform: translateY(180px);
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 10vh;
    width: 100%;
    margin: 0 auto;
    margin-top: 5rem;
  }

  .sell-your-car-elements {
    transform: translateY(120px) translateX(0px);
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }

  .sell-your-car-contents {
    display: block;
    text-align: center;
    margin-top: 9rem;
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 79%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .sell-form-input {
    padding: 25px;
    width: 80%;
    transform: translateY(14px) translateX(15px);
    height: 5rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 5.2rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button-outline {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    width: 60%;
    margin: auto;
    margin-top: 2rem;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: block;
    background: var(--sell-car-button);
    padding: 13px 16px 14px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  #auto-verkopen-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 93%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 13vh;
    width: 100%;
    margin: 0 auto;
    margin-top: 6rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .verkopen-card-2 {
    margin-top: 3rem;
  }

  .verkopen-card-3 {
    margin-top: 3rem;
  }

  #priceing-section {
    padding: 5rem 0;
    overflow-x: hidden;
  }

  .priceing-card-2 {
    margin-top: 5rem;
  }

  .priceing-card-3 {
    margin-top: 5rem;
  }

  .priceing-card-4 {
    margin-top: 5rem;
  }

  .priceing-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .priceing-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .price-number-2 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--priceing-title-color);
    padding: 11px 48px 14px 48px;
    border-radius: 100px;
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .price-number-3 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
    transform: translateY(15px);
    width: 60%;
    margin: 0 auto;
  }

  .price-number-4 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: #fb9216;
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .blog-cards {
    margin-top: 8rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 95%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .blog-card-title-1 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .blog-card-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-title-2 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .blog-card-text-3 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--blog-text);
    margin-top: 2rem;
  }

  .blog-card-title-3 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--title-color);
  }

  .blog-img-1 {
    width: 100%;
  }

  .blog-img-2 {
    width: 100%;
  }

  .blog-img-3 {
    width: 100%;
  }

  .blog-card-2 {
    margin-top: 5rem;
  }

  .blog-card-3 {
    margin-top: 5rem;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3rem;
    color: var(--title-color);
    width: 100%;
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 2rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 0rem;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .contact-card {
    width: 100%;
    margin: 0 auto;
    border-radius: 22px;
  }

  .contact-card-body {
    padding: 80px 25px 80px 25px;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .contact-form input[type="text"] {
    width: 100%;
    padding: 3rem;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    cursor: pointer;
    color: #000000;
  }

  .contact-form input::placeholder {
    color: var(--contact-input);
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 5rem;
  }

  .accordion-section {
    padding-top: 58rem;
    overflow-x: hidden;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accordion-right-text);
    margin-top: 2rem;
  }

  .all-accordion {
    margin-top: 5rem;
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #1c2b57;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--accordion-text);
  }

  .sell-your-car-background-2 {
    background: #d3db62;
    height: 60rem;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 57px;
    left: -10px;
  }

  .car-img-2 {
    width: 80%;
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3rem;
    color: var(--title-color);
    transform: translateY(170px);
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 79%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .sell-your-car-elements-2 {
    transform: translateY(125px) translateX(0px);
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }

  .sell-your-car-contents-2 {
    display: block;
    text-align: center;
    margin-top: 8rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 80%;
    transform: translateY(25px) translateX(15px);
    height: 5rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 5.2rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-outline-2 {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    width: 60%;
    margin: auto;
    margin-top: 1.5rem;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: block;
    background: var(--sell-car-button);
    padding: 13px 16px 14px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #687497;
    margin-top: 5rem;
  }

  .social-contents ul li a i::before {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    background: var(--color-primary);
    text-align: center;
    border-radius: 50%;
    font-size: 2rem;
    transition: all 0.3s linear;
  }

  .social-contents ul li {
    display: inline-block;
    margin-left: 1rem;
  }

  #footer-section {
    padding-top: 5rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .footer-right-contents {
    transform: translateX(0px);
    margin-top: 2rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--color-primary);
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--color-primary);
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
  }

  .social-contents {
    text-align: right;
    margin-top: 1.6rem;
    width: 110%;
    transform: translateX(-9px);
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #eaeced;
    margin-top: 2.6rem;
    width: 115%;
    transform: translateX(-6px);
  }
}

@media screen and (min-width: 480px) and (max-width: 575px) {
  html {
    font-size: 55.5%;
  }

  label[for="ham-menu"] {
    display: block;
  }

  .logo-img {
    height: 3.7rem;
    width: 24rem;
    fill: var(--color-primary);
    transform: translateY(4px);
  }

  .navbar-logo-img {
    position: absolute;
    top: -126px;
    left: 0;
    height: 3.7rem;
    width: 24rem;
  }

    .ham-menu {
        width: 102%;
        height: 50%;
        position: fixed;
        top: 145px;
        left: 30px;
        visibility: hidden;
        transform: translate(-110%);
        z-index: 998;
        background-color: #fff;
        transition: 1s;
        display: flex;
        justify-content: start;
        align-items: start;
    }

  .container {
    padding: 0 4rem;
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4rem;
    color: var(--title-color);
    width: 85%;
    margin: 0 auto;
  }

  .hero-contents {
    display: block;
    justify-content: center;
    margin-top: 3.5rem;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 71%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .form-input {
    padding: 25px;
    width: 80%;
    transform: translateY(20px) translateX(21px);
    height: 5rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 3.9rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  .hero-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--color-primary);
    padding: 18px 30px 18px 30px;
    cursor: pointer;
    border-radius: 4px;
    outline: 1px solid var(--color-primary);
    outline-offset: 4px;
    margin-top: 2rem;
    text-decoration: none;
  }

  .hero-bottom-text {
    display: block;
    text-align: center;
    margin-top: 1.8rem;
    transform: translateX(0);
  }

  #how-it-works-section {
    padding: 8rem 0;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-primary);
    text-align: center;
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 700;
    color: var(--title-color);
    text-align: center;
    width: 55%;
    margin: auto;
    margin-top: 2.5rem;
  }

  .line-shape-background {
    background-image: url(../img/line-shape.png);
    background-size: 0;
    background-repeat: no-repeat;
    background-position: center;
  }

  .register-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
  }

  .register-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .receiving-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
  }

  .receiving-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .sell-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
  }

  .sell-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2rem;
  }

  .how-it-work-cards {
    margin-top: 8rem;
  }

  .how-it-work-card-2 {
    margin-top: 5rem;
  }

  .how-it-work-card-3 {
    margin-top: 5rem;
  }

  #about-us-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-primary);
    text-align: center;
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    text-align: center;
    margin-top: 5rem;
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2.5rem;
    text-align: center;
  }

  .countup {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.6rem;
    color: var(--countup-title);
  }

  .countup-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--countup-text);
    margin-top: 2rem;
  }

  .countup-1::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .countup-2::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .countup-3::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 24vh;
    position: relative;
  }

  .video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .play-button {
    height: 7rem;
    width: 7rem;
  }

  #testimonial-section {
    padding: 6rem 0;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .testimonial-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 80%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .member-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--title-color);
    margin-top: 4rem;
  }

  .swiper-prev {
    display: none;
  }

  .swiper-next {
    display: none;
  }

  .testimonial-contents {
    margin-top: 7rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
  }

  .client-information {
    margin-top: 6rem;
    margin-bottom: 10rem;
  }

  .testimonial-card-body {
    padding: 0 26px 48px 26px;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -25px;
    left: 0;
    width: 100%;
  }

  .testimonial-button {
    margin-top: -3.5rem;
    text-align: center;
  }

  .sell-your-car-background {
    background: #d3db62;
    height: 60rem;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  .car-image {
    text-align: right;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 95px;
    left: -5px;
  }

  .car-img {
    width: 70%;
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3rem;
    color: var(--title-color);
    transform: translateY(190px);
    width: 56%;
    text-align: center;
    margin: 0 auto;
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 71%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .sell-your-car-elements {
    transform: translateY(120px) translateX(0px);
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }

  .sell-your-car-contents {
    display: block;
    text-align: center;
    margin-top: 11.5rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 80%;
    transform: translateY(25px) translateX(15px);
    height: 5rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button-outline {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    width: 55%;
    margin: auto;
    margin-top: 1rem;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: block;
    background: var(--sell-car-button);
    padding: 13px 16px 14px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  #auto-verkopen-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .auto-verkopen-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 93%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 13vh;
    width: 100%;
    margin: 0 auto;
    margin-top: 6rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .verkopen-card-2 {
    margin-top: 3rem;
  }

  .verkopen-card-3 {
    margin-top: 3rem;
  }

  #priceing-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .priceing-card-1 {
    display: none;
  }

  .priceing-card-2 {
    margin-top: 5rem;
  }

  .priceing-card-3 {
    margin-top: 5rem;
  }

  .priceing-card-4 {
    margin-top: 5rem;
  }

  .price-number-2 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--priceing-title-color);
    padding: 11px 48px 14px 48px;
    border-radius: 100px;
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .price-number-3 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
    transform: translateY(15px);
    width: 50%;
    margin: 0 auto;
  }

  .price-number-4 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: #fb9216;
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 5rem;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -6rem;
  }

  .blog-cards {
    margin-top: 8rem;
  }

  .blog-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-primary);
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 70%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .blog-img-1 {
    width: 100%;
  }

  .blog-img-2 {
    width: 100%;
  }

  .blog-img-3 {
    width: 100%;
  }

  .blog-card-2 {
    margin-top: 5rem;
  }

  .blog-card-3 {
    margin-top: 5rem;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -6rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3rem;
    color: var(--title-color);
    width: 100%;
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 0rem;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .contact-card {
    width: 100%;
    margin: 0 auto;
    border-radius: 22px;
  }

  .contact-card-body {
    padding: 80px 25px 80px 25px;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .contact-form input[type="text"] {
    width: 100%;
    padding: 3rem;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    cursor: pointer;
    color: #000000;
  }

  .contact-form input::placeholder {
    color: var(--contact-input);
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 5rem;
  }

  .accordion-section {
    padding-top: 58rem;
    overflow-x: hidden;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 3rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--accordion-right-text);
    margin-top: 2rem;
  }

  .all-accordion {
    margin-top: 5rem;
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #1c2b57;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--accordion-text);
  }

  .sell-your-car-background-2 {
    background: #d3db62;
    height: 60rem;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 75px;
    left: -5px;
  }

  .car-img-2 {
    width: 80%;
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 3rem;
    color: var(--title-color);
    transform: translateY(190px);
    width: 56%;
    text-align: center;
    margin: 0 auto;
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 71%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .sell-your-car-elements-2 {
    transform: translateY(125px) translateX(0px);
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }

  .sell-your-car-contents-2 {
    display: block;
    text-align: center;
    margin-top: 11.5rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 80%;
    transform: translateY(25px) translateX(15px);
    height: 5rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 4rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-outline-2 {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    width: 55%;
    margin: auto;
    margin-top: 1.5rem;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: block;
    background: var(--sell-car-button);
    padding: 13px 16px 14px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: #687497;
    margin-top: 5rem;
  }

  .social-contents ul li a i::before {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    background: var(--color-primary);
    text-align: center;
    border-radius: 50%;
    font-size: 2rem;
    transition: all 0.3s linear;
  }

  .social-contents ul li {
    display: inline-block;
    margin-left: 1rem;
  }

  #footer-section {
    padding-top: 5rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .footer-right-contents {
    transform: translateX(0px);
    margin-top: 2rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--color-primary);
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--color-primary);
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
  }

  .social-contents {
    text-align: right;
    margin-top: 1.6rem;
    width: 110%;
    transform: translateX(-9px);
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #eaeced;
    margin-top: 2.6rem;
    width: 115%;
    transform: translateX(-6px);
  }
}

@media screen and (min-width: 375px) and (max-width: 479px) {
  html {
    font-size: 55.5%;
  }

  .logo-img {
    height: 2.7rem;
    width: 19rem;
    fill: var(--color-primary);
    transform: translateY(9px);
  }

  label[for="ham-menu"] {
    display: block;
  }

  .ham-menu > ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    height: 40%;
    width: 100%;
    text-align: left;
}

  .navbar-logo-img {
    position: absolute;
    top: -200px;
    left: 0;
    width: 19rem;
    height: 21rem;
  }

  .container {
    padding: 0 4rem;
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.6rem;
    color: var(--title-color);
    width: 100%;
    margin: 0 auto;
  }

  .hero-contents {
    display: block;
    justify-content: center;
    margin-top: 3.5rem;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 91%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .form-input {
    padding: 0px 25px;
    width: 82%;
    transform: translateY(24px) translateX(16px);
    height: 5rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 3.8rem;
    color: #000000;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  .hero-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--color-primary);
    padding: 18px 30px 18px 30px;
    cursor: pointer;
    border-radius: 4px;
    outline: 1px solid var(--color-primary);
    outline-offset: 4px;
    margin-top: 2rem;
    text-decoration: none;
  }

  .hero-bottom-text {
    display: block;
    text-align: center;
    margin-top: 1.8rem;
    transform: translateX(0);
  }

  #how-it-works-section {
    padding: 8rem 0;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-primary);
    text-align: center;
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--title-color);
    text-align: center;
    width: 65%;
    margin: auto;
    margin-top: 2.5rem;
  }

  .line-shape-background {
    background-image: url(../img/line-shape.png);
    background-size: 0;
    background-repeat: no-repeat;
    background-position: center;
  }

  .how-it-work-cards {
    margin-top: 7rem;
  }

  .how-it-work-card-2 {
    margin-top: 5rem;
  }

  .how-it-work-card-3 {
    margin-top: 5rem;
  }

  #about-us-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-primary);
    text-align: center;
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.6rem;
    width: 92%;
    text-align: center;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    text-align: center;
    margin-top: 5rem;
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2.5rem;
    text-align: center;
  }

  .countup {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.6rem;
    color: var(--countup-title);
  }

  .countup-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--countup-text);
    margin-top: 2rem;
  }

  .countup-1::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .countup-2::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .countup-3::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 18vh;
    position: relative;
  }

  .video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .play-button {
    height: 6rem;
    width: 6rem;
  }

  #testimonial-section {
    padding: 6rem 0;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 91%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .swiper-prev {
    display: none;
  }

  .swiper-next {
    display: none;
  }

  .testimonial-contents {
    margin-top: 7rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
  }

  .client-information {
    margin-top: 6rem;
    margin-bottom: 10rem;
  }

  .testimonial-card-body {
    padding: 0 14px 48px 14px;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.4rem;
    color: #000;
    margin-top: 2rem;
  }

  .member-profession {
    font-family: product-sans;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 1.1rem;
    margin-top: 7px;
  }

  .member-image {
    text-align: center;
    margin-top: -3.5rem;
  }

  .member-img {
    width: 7rem;
    height: 7rem;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -20px;
    left: 0;
    width: 100%;
  }

  .testimonial-button {
    margin-top: -4.5rem;
    text-align: center;
  }

  .sell-your-car-background {
    background: #d3db62;
    height: 50rem;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  .car-image {
    text-align: right;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 95px;
    left: -5px;
  }

  .car-img {
    width: 70%;
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.6rem;
    color: var(--title-color);
    transform: translateY(135px);
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 92%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .sell-your-car-elements {
    transform: translateY(50px) translateX(0px);
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }

  .sell-your-car-contents {
    display: block;
    text-align: center;
    margin-top: 11.5rem;
  }

  .sell-form-input {
    padding: 25px;
    width: 80%;
    transform: translateY(25px) translateX(15px);
    height: 5rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 3.8rem;
    color: #000000;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button-outline {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    width: 66%;
    margin: auto;
    margin-top: 1rem;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: block;
    background: var(--sell-car-button);
    padding: 13px 16px 14px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  #auto-verkopen-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 85%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 8vh;
    width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.7rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .verkopen-card-2 {
    margin-top: 3rem;
  }

  .verkopen-card-3 {
    margin-top: 3rem;
  }

  #priceing-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .priceing-card-1 {
    display: none;
  }

  .priceing-card-2 {
    margin-top: 5rem;
  }

  .priceing-card-3 {
    margin-top: 5rem;
  }

  .priceing-card-4 {
    margin-top: 5rem;
  }

  .price-number-2 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--priceing-title-color);
    padding: 11px 48px 14px 48px;
    border-radius: 100px;
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .price-number-3 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .price-number-4 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: #fb9216;
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-top: 5rem;
  }

  .second-star-left-text-1 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .second-star-left-text-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .second-singel-star-3 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .third-star-left-text-1 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .third-star-left-text-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .third-singel-star-3 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .fourth-star-left-text-1 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .fourth-star-left-text-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .fourth-singel-star-3 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
    transform: translateY(15px);
    width: 90%;
    margin: 0 auto;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .blog-cards {
    margin-top: 8rem;
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 85%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .blog-card-2 {
    margin-top: 5rem;
  }

  .blog-card-3 {
    margin-top: 5rem;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.6rem;
    color: var(--title-color);
    width: 100%;
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 0rem;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .contact-card {
    width: 100%;
    margin: 0 auto;
    border-radius: 22px;
  }

  .contact-card-body {
    padding: 80px 20px 80px 20px;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.6rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .contact-form input[type="text"] {
    width: 100%;
    padding: 3rem;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    cursor: pointer;
    color: #000000;
  }

  .contact-form input::placeholder {
    color: var(--contact-input);
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 5rem;
  }

  .accordion-section {
    padding-top: 58rem;
    overflow-x: hidden;
  }

  .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #1c2b57;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--accordion-right-text);
    margin-top: 2rem;
  }

  .all-accordion {
    margin-top: 5rem;
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--accordion-text);
  }

  .sell-your-car-background-2 {
    background: #d3db62;
    height: 50rem;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 75px;
    left: -5px;
  }

  .car-img-2 {
    width: 80%;
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.6rem;
    color: var(--title-color);
    transform: translateY(135px);
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 93%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .sell-your-car-elements-2 {
    transform: translateY(50px) translateX(0px);
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }

  .sell-your-car-contents-2 {
    display: block;
    text-align: center;
    margin-top: 11.5rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 80%;
    transform: translateY(18px) translateX(15px) !important;
    height: 5rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #fbbc01;
    font-size: 3.8rem;
    color: #000000;
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-outline-2 {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    width: 66%;
    margin: auto;
    margin-top: 1rem;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: block;
    background: var(--sell-car-button);
    padding: 13px 16px 14px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  #footer-section {
    padding-top: 5rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #687497;
    margin-top: 5rem;
  }

  .social-contents ul li a i::before {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: var(--color-primary);
    text-align: center;
    border-radius: 50%;
    font-size: 1.5rem;
    transition: all 0.3s linear;
  }

  .social-contents ul li {
    display: inline-block;
    margin-left: 1rem;
  }

  .footer-right-contents {
    transform: translateX(0px);
    margin-top: 2rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--color-primary);
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--color-primary);
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
  }

  .social-contents {
    text-align: right;
    margin-top: 1.6rem;
    width: 110%;
    transform: translateX(-9px);
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.2rem;
    color: #eaeced;
    margin-top: 2.6rem;
    width: 115%;
    transform: translateX(-6px);
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  html {
    font-size: 47.5%;
  }

  .logo-img {
    height: 2.7rem;
    width: 19rem;
    fill: var(--color-primary);
    transform: translateY(9px);
  }

  label[for="ham-menu"] {
    display: block;
  }

  .ham-menu > ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    height: 40%;
    width: 100%;
    text-align: left;
}

  .navbar-logo-img {
    position: absolute;
    top: -200px;
    left: 0;
    width: 19rem;
    height: 21rem;
  }

  .container {
    padding: 0 4rem;
  }

  .hero-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 3.6rem;
    color: var(--title-color);
    width: 100%;
    margin: 0 auto;
  }

  .hero-contents {
    display: block;
    justify-content: center;
    margin-top: 3.5rem;
  }

  .form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 13rem;
    width: 100%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .form-input {
    padding: 25px;
    width: 83%;
    transform: translateY(25px) translateX(16px);
    height: 4rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: transparent;
    font-size: 4.3rem;
    color: #000000;
    height: -1rem !important;
  }

  .hero-button-outline {
    margin-top: -10px;
  }

  .form-input::placeholder {
    color: #e9af00;
  }

  .hero-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    background: var(--color-primary);
    padding: 18px 30px 18px 30px;
    cursor: pointer;
    border-radius: 4px;
    outline: 1px solid var(--color-primary);
    outline-offset: 4px;
    margin-top: 2rem;
    text-decoration: none;
  }

  .hero-bottom-text {
    display: block;
    text-align: center;
    margin-top: 1.8rem;
    transform: translateX(0);
  }

  #how-it-works-section {
    padding: 8rem 0;
    margin-top: -3rem;
  }

  .how-it-works-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-primary);
    text-align: center;
  }

  .how-it-works-subtitle {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--title-color);
    text-align: center;
    width: 65%;
    margin: auto;
    margin-top: 2.5rem;
  }

  .line-shape-background {
    background-image: url(../img/line-shape.png);
    background-size: 0;
    background-repeat: no-repeat;
    background-position: center;
  }

  .how-it-work-cards {
    margin-top: 7rem;
  }

  .how-it-work-card-2 {
    margin-top: 5rem;
  }

  .how-it-work-card-3 {
    margin-top: 5rem;
  }

  #about-us-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -9rem;
  }

  .about-us-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-primary);
    text-align: center;
  }

  .about-us-subtitle {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.6rem;
    width: 92%;
    text-align: center;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .about-right-text-1 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    text-align: center;
    margin-top: 5rem;
  }

  .about-right-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--subtitle-color);
    margin-top: 2.5rem;
    text-align: center;
  }

  .countup {
    font-family: product-sans;
    font-weight: 700;
    font-size: 4.6rem;
    color: var(--countup-title);
  }

  .countup-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2rem;
    color: var(--countup-text);
    margin-top: 2rem;
  }

  .countup-1::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .countup-2::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  .countup-3::after {
    content: "";
    width: 1px;
    height: 12rem;
    background: transparent;
    display: inline-block;
    transform: translateX(144px) translateY(-137px);
  }

  #video-popup-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .video-background {
    background-image: url(../img/video-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 18vh;
    position: relative;
  }

  .video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .play-button {
    height: 6rem;
    width: 6rem;
  }

  #testimonial-section {
    padding: 6rem 0;
    overflow-x: hidden;
    margin-top: -4rem;
  }

  .testimonial-subtitle {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 91%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .swiper-prev {
    display: none;
  }

  .swiper-next {
    display: none;
  }

  .testimonial-contents {
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
  }

  .client-information {
    margin-top: 6rem;
    margin-bottom: 10rem;
  }

  .testimonial-card-body {
    padding: 0 13px 48px 13px;
  }

  .member-name {
    font-family: product-sans;
    font-weight: 700;
    font-size: 1.4rem;
    color: #000;
    margin-top: 2rem;
  }

  .member-profession {
    font-family: product-sans;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 1.1rem;
    margin-top: 7px;
  }

  .member-image {
    text-align: center;
    margin-top: -3.5rem;
  }

  .member-img {
    width: 7rem;
    height: 7rem;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -20px;
    left: 0;
    width: 100%;
  }

  .testimonial-button {
    margin-top: -4.5rem;
    text-align: center;
  }

  .sell-your-car-background {
    background: #d3db62;
    height: 50rem;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  .car-image {
    text-align: right;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 95px;
    left: -5px;
  }

  .car-img {
    width: 70%;
  }

  .sell-form-background {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    height: 13rem;
    width: 100%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .sell-form-input {
    padding: 25px;
    width: 83%;
    height: 4rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: transparent;
    font-size: 4.3rem;
    color: #000000;
    transform: translateY(24px) translateX(16px);
  }

  .sell-your-car-elements {
    transform: translateY(35px) translateX(0px);
  }

  .sell-bottom-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }

  .sell-your-car-contents {
    display: block;
    text-align: center;
    margin-top: 9.5rem;
  }

  .sell-form-input::placeholder {
    color: #e9af00;
  }

  .sell-button-outline {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    width: 70%;
    margin: auto;
    margin-top: 0rem;
  }

  .sell-your-car-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.6rem;
    color: var(--title-color);
    transform: translateX(26px) translateY(106px);
    width: 80%;
    text-align: center;
  }

  .sell-button {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: block;
    background: var(--sell-car-button);
    padding: 13px 16px 14px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  #auto-verkopen-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .auto-verkopen-card-body {
    padding: 25px 43px 18px 18px;
    transform: translateX(9px);
  }

  .auto-verkopen-subtitle {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 2.5rem;
    width: 85%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .car-verkopen-background {
    background-image: url(../img/car-verkopen-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 8vh;
    width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
  }

  .verkopen-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.7rem;
    color: var(--title-color);
    margin-bottom: 0;
  }

  .auto-verkopen-cards {
    margin-top: 6rem;
  }

  .verkopen-card-2 {
    margin-top: 3rem;
  }

  .verkopen-card-3 {
    margin-top: 3rem;
  }

  #priceing-section {
    padding: 5rem 0;
    overflow-x: hidden;
    margin-top: -2rem;
  }

  .priceing-card-1 {
    display: none;
  }

  .priceing-card-2 {
    margin-top: 5rem;
  }

  .priceing-card-3 {
    margin-top: 5rem;
  }

  .priceing-card-4 {
    margin-top: 5rem;
  }

  .price-number-2 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--priceing-title-color);
    padding: 11px 48px 14px 48px;
    border-radius: 100px;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .price-number-3 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .price-number-4 {
    font-family: product-sans;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-white);
    background: #fb9216;
    padding: 11px 48px 14px 48px;
    margin-top: 3.5rem;
    border-radius: 100px;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 5rem;
  }

  .second-star-left-text-1 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .second-star-left-text-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .second-singel-star-3 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .third-star-left-text-1 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .third-star-left-text-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .third-singel-star-3 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .fourth-star-left-text-1 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .fourth-star-left-text-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .fourth-singel-star-3 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--title-color);
    position: absolute;
    top: 21px;
    left: 14px;
  }

  .priceing-title-4 {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2rem;
    color: var(--title-color);
    transform: translateY(15px);
    width: 90%;
    margin: 0 auto;
  }

  #blog-section {
    padding: 8rem 0;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .blog-cards {
    margin-top: 8rem;
  }

  .blog-subtitle {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 1.5rem;
    width: 85%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .blog-card-2 {
    margin-top: 5rem;
  }

  .blog-card-3 {
    margin-top: 5rem;
  }

  #what-we-need-section {
    padding: 5rem 0;
    margin-bottom: 5rem;
    overflow-x: hidden;
    margin-top: -7rem;
  }

  .what-we-need-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.6rem;
    color: var(--title-color);
    width: 100%;
  }

  .what-we-need-text-1 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-2 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  .what-we-need-text-3 {
    font-family: product-sans;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--title-color);
    margin-top: 3rem;
  }

  #contact-section {
    padding-top: 0rem;
    overflow-x: hidden;
    margin-top: -3rem;
  }

  .contact-card {
    width: 100%;
    margin: 0 auto;
    border-radius: 22px;
  }

  .contact-card-body {
    padding: 80px 25px 80px 25px;
  }

  .contact-title {
    font-family: product-sans;
    font-weight: 700;
    font-size: 2.6rem;
    color: var(--contact-title);
    text-align: center;
  }

  .contact-subtitle {
    font-family: product-sans;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--contact-subtitle);
    margin-top: 4.5rem;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .contact-form input[type="text"] {
    width: 100%;
    padding: 3rem;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    cursor: pointer;
    color: #000000;
  }

  .contact-form input::placeholder {
    color: var(--contact-input);
  }

  .contact-form textarea {
    width: 100%;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer;
    color: #000;
  }

  .contact-form textarea::placeholder {
    color: var(--contact-input);
  }

  .submit-btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: product-sans;
    border-radius: 10rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    outline: none;
    text-decoration: none;
    border: none;
    background: var(--color-primary);
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    margin-top: 5rem;
  }

  .accordion-section {
    padding-top: 58rem;
    overflow-x: hidden;
  }

  .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #1c2b57;
  }

  .accordion-left-title {
    font-family: product-sans;
    font-size: 2.6rem;
    font-weight: 500;
    color: var(--color-white);
  }

  .accordion-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--accordion-right-text);
    margin-top: 2rem;
  }

  .all-accordion {
    margin-top: 5rem;
  }

  .accordion-title {
    font-family: product-sans;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
  }

  .accordion-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--accordion-text);
  }

  .sell-your-car-background-2 {
    background: #d3db62;
    height: 50rem;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  .car-image-2 {
    text-align: right;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 75px;
    left: -5px;
  }

  .car-img-2 {
    width: 80%;
  }

  .sell-your-car-title-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 2.6rem;
    color: var(--title-color);
    transform: translateY(100px);
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }

  .sell-form-background-2 {
    background-image: url(../img/input-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 10rem;
    width: 93%;
    position: relative;
    margin: auto;
    overflow-y: hidden;
  }

  .sell-your-car-elements-2 {
    transform: translateY(50px) translateX(0px);
  }

  .sell-bottom-text-2 {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }

  .sell-your-car-contents-2 {
    display: block;
    text-align: center;
    margin-top: 8.5rem;
  }

  .sell-form-input-2 {
    padding: 25px;
    width: 83%;
    height: 4rem;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: transparent;
    font-size: 3.8rem;
    color: #000000;
    transform: translateY(12px) translateX(5px);
  }

  .sell-form-input-2::placeholder {
    color: #e9af00;
  }

  .sell-button-outline-2 {
    border: 4px solid #fff;
    border-radius: 4px;
    outline: 1px solid #929a2c;
    width: 70%;
    margin: auto;
    margin-top: 1rem;
  }

  .sell-button-2 {
    font-family: product-sans;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    display: block;
    background: var(--sell-car-button);
    padding: 13px 16px 14px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
  }

  #footer-section {
    padding-top: 5rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
    margin-top: -5rem;
  }

  .footerleft-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #687497;
    margin-top: 5rem;
  }

  .social-contents ul li a i::before {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: var(--color-primary);
    text-align: center;
    border-radius: 50%;
    font-size: 1.5rem;
    transition: all 0.3s linear;
  }

  .social-contents ul li {
    display: inline-block;
    margin-left: 1rem;
  }

  .footer-right-contents {
    transform: translateX(0px);
    margin-top: 2rem;
  }

  .footer-about-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--color-primary);
  }

  .footer-about-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
  }

  .footer-plan-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--color-primary);
  }

  .footer-plan-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
  }

  .footer-help-title {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--color-primary);
  }

  .footer-help-subtitle {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
  }

  .social-contents {
    text-align: right;
    margin-top: 1.6rem;
    width: 110%;
    transform: translateX(-9px);
  }

  .copy-right-text {
    font-family: product-sans;
    font-weight: 500;
    font-size: 1.2rem;
    color: #eaeced;
    margin-top: 2.6rem;
    width: 115%;
    transform: translateX(-6px);
  }
}

/* container responsive */
