*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "product-sans";
  src: url(../fonts/ProductSans-Bold.woff);
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: "product-sans";
  src: url(../fonts/ProductSans-Medium.woff);
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "product-sans";
  src: url(../fonts/ProductSans-Regular.woff);
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: product-sans;
  src: url(../fonts/ProductSans-Italic.woff);
  font-weight: 400;
  font-display: block;
}

body {
  font-family: product-sans;
  overflow-x: hidden;
}

.button.button-rounded {
    border-radius: 8px;
}

.button.button-big-rounded {
    border-radius: 35px;
}

.button.button-gradient {
    background: transparent linear-gradient(106deg, #46d546 0%, #46d5a4 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
}


#hero-section .navbar {
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#hero-section .navbar.sticky-nav {

    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #ffffff;
    padding: 10px 0 !important;
    z-index: 9999999999999999999999999 !important;
    -webkit-box-shadow: 8px 13px 23px #0000001a;
    box-shadow: 8px 13px 23px #0000001a;
}

@media (max-width: 575px) {
    #hero-section .navbar .navbar-brand {
        width: 150px;
    }
}

@media (max-width: 991px) {
    #hero-section .navbar .navbar-toggler {
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#00a19c), to(#00a19c));
        background: transparent linear-gradient(180deg, #00a19c 0%, #00a19c 100%);
        padding: 3px 7px !important;
        border-radius: 5px;
    }

    #hero-section .navbar .navbar-toggler:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    #hero-section .navbar .navbar-toggler span {
        width: 30px;
        height: 3px;
        background-color: #ffffff;
        margin: 6px 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-radius: 24px;
    }
    #hero-section .navbar .navbar-toggler.toggle .bar-1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 5px);
        transform: rotate(-45deg) translate(-6px, 5px);
    }
    #hero-section .navbar .navbar-toggler.toggle .bar-2 {
        opacity: 0;
    }
    #hero-section .navbar .navbar-toggler.toggle .bar-3 {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
    }
}

#hero-section .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 10px;
}

#hero-section .navbar .navbar-collapse .contact-button{
    margin-top: 1.5rem;
}

#hero-section .navbar .navbar-collapse .get-started-button{
    margin-top: 1.5rem;
}

#hero-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #303846;
}

#hero-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    font-family: "poligon-bold";
}

#hero-section .navbar .navbar-collapse .login-and-cart-box .cart i {
    color: #303846;
}

#hero-section .navbar .navbar-collapse .login-and-cart-box .cart .badge {
    background-color: #46d5a4;
    width: 20px;
    height: 20px;
    line-height: 12px;
    text-align: center;
    border-radius: 50%;
    top: -10px;
    right: -12px;
}

@media (max-width: 991px) {
    #hero-section .navbar .navbar-collapse {

        -webkit-transform: translateY(0px);
        transform: translateY(20px);
        border-radius: 8px;
        height: 350px;
    }
    #hero-section .navbar .navb.form-inputar-collapse .navbar-nav .nav-item {
        margin: 5px 0 !important;
    }
}

:root {
  --color-primary: #00a19c;
  --title-color: #131f2d;
  --nav-link: #707070;
  --color-white: #fff;
  --subtitle-color: #7a8497;
  --countup-title: #0d152e;
  --countup-text: #707e97;
  --sell-car-button: #9ca436;
  --blog-text: #6c788d;
  --contact-title: #0d152e;
  --contact-subtitle: #81838c;
  --contact-input: #9ea1ab;
  --accordion-text: #687497;
  --accordion-right-text: #687497;
  --priceing-title-color: #7638a4;
}

/* nav canavas */

.canvas-button {
  background: var(--color-primary);
  padding: 10px 12px 6px 12px;
  outline: none;
  border: none;
  border-radius: 3px;
}

.canvas-button:focus {
  outline: none;
}

.btn-close {
  border: none;
}

.btn-close:focus {
  border: none;
  outline: none;
}

.bar-1 {
  height: 2px;
  width: 2.5rem;
  background: rgb(255, 255, 255);
  border: 2px;
}

.bar-2 {
  height: 2px;
  width: 2.5rem;
  background: rgb(255, 255, 255);
  border: 2px;
  margin: 6px 0;
}

.bar-3 {
  height: 2px;
  width: 2.5rem;
  background: rgb(255, 255, 255);
  border: 2px;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
  padding-top: 4rem;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 2rem 3rem;
  overflow-y: auto;
}

.offcanvas-body .nav-link {
  color: var(--nav-link);
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 8px 0;
}

.offcanvas-body .contact-button {
  margin-top: 1.5rem;
}

.offcanvas-body .get-started-button {
  margin-top: 1.5rem;
}

/* nav canavas end */

/* navigation start */

.logo-img {
  height: 3.7rem;
  width: 24rem;
  fill: var(--color-primary);
}

.navbar {
  margin-top: 1rem;
}

.navbar-nav {
  transform: translateY(0px);
}

.nav-item:not(:last-child) {
  margin-right: 3.2rem;
}

.nav-link {
  color: var(--nav-link);
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.4rem;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link:hover {
  color: var(--nav-link);
}

.contact-button {
  margin-right: 1.8rem;
}

.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 30px 14px 30px;
}

.btn:link,
.btn:visited {
  display: inline-block;
  padding: 14px 30px 14px 30px;
  font-size: 1.2rem;
  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);
}

.btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 161, 156, 0.5);
  color: #fff;
  background: var(--color-primary);
}

.btn:active {
  transform: translateY(0);
  color: #fff;
  outline: none;
}

.btn::after {
  content: "";
  display: inline-block;
  border-radius: 10rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  background: var(--color-primary);
  color: #fff;
}

.btn-primary::after {
  background: var(--color-primary);
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

/* navigation end */

/* hero part start */

/*#hero-section {*/
/*  overflow-x: hidden;*/
/*}*/

.hero-elements {
  text-align: center;
  margin-top: 11rem;
}

.hero-title {
  font-family: product-sans;
  font-weight: 700;
  font-size: 4.6rem;
  color: var(--title-color);
  width: 50%;
  margin: 0 auto;
}

.hero-contents {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}

.hero-button-outline {
  margin-top: 6px;
}

.form-background {
  background-image: url(../img/input-background.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 9rem;
  width: 32%;
  position: relative;
  margin-right: 2.4rem;
}

.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;
    -webkit-text-fill-color: #000000;
}
.form-input.licence-plate {
    font-family: Arial;
    text-transform: uppercase;
    -webkit-text-fill-color: #000000;
}
.form-input::placeholder {
  color: #e9af00;
}

.form-input:focus,
.form-input:valid {
  outline: none;
}

.counter {
  font-family: product-sans;
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 12px;
  left: 23px;
}

.form-background input:valid ~ .counter {
  color: #fbbc01;
}

.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: 22px 22px 23px 22px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  outline: 1px solid var(--color-primary);
  outline-offset: 4px;
  transform: translateY(4px);
}

.hero-button:hover {
  color: var(--color-white);
  text-decoration: none;
  outline: 1px solid var(--color-primary);
}

.hero-bottom-text {
  display: block;
  text-align: left;
  transform: translateX(258px);
  margin-top: 1.8rem;
}

.bottom-text {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}

.bottom-text:hover {
  color: #000;
}

.hero-illustration-image {
  margin-top: 5rem;
}

.hero-illustration-img {
  width: 100%;
}

/* hero part end */

/* how it works section start */

#how-it-works-section {
  padding: 12rem 0;
  overflow-x: hidden;
}

.how-it-works-title {
  font-family: product-sans;
  font-weight: 700;
  font-size: 1.8rem;
  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;
}

.line-shape-background {
  background-image: url(../img/line-shape.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

.register-card {
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}

.register-card:hover {
  transform: translateY(-10px) scale(1);
  box-shadow: 0 1rem 2rem rgba(181, 181, 181, 0.2);
}

.register-card-body {
  padding: 20px 29px 48px 20px;
}

.register-icon {
  height: 14rem;
  width: 14rem;
  transform: translateX(-31px) translateY(-4px);
}

.register-contents {
  margin-top: -15px;
}

.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.6rem;
  color: var(--subtitle-color);
  margin-top: 2rem;
}

.receiving-card {
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}

.receiving-card:hover {
  transform: translateY(-10px) scale(1);
  box-shadow: 0 1rem 2rem rgba(181, 181, 181, 0.2);
}

.receiving-card-body {
  padding: 20px 29px 25px 20px;
}

.receiving-icon {
  height: 14rem;
  width: 14rem;
  transform: translateX(-31px) translateY(-4px);
}

.receiving-contents {
  margin-top: -15px;
}

.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.6rem;
  color: var(--subtitle-color);
  margin-top: 2rem;
}

.sell-card {
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}

.sell-card:hover {
  transform: translateY(-10px) scale(1);
  box-shadow: 0 1rem 2rem rgba(181, 181, 181, 0.2);
}

.sell-card-body {
  padding: 20px 29px 48px 20px;
}

.sell-icon {
  height: 14rem;
  width: 14rem;
  transform: translateX(-31px) translateY(-4px);
}

.sell-contents {
  margin-top: -15px;
}

.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.6rem;
  color: var(--subtitle-color);
  margin-top: 2rem;
}

/* how it works section end */

/* about us section start */

#about-us-section {
  padding: 5rem 0;
  overflow-x: hidden;
}

.about-us-title {
  font-family: product-sans;
  font-weight: 700;
  font-size: 1.8rem;
  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: 75%;
}

.about-right-text-1 {
  font-family: product-sans;
  font-weight: 500;
  font-size: 2rem;
  color: var(--subtitle-color);
}

.about-right-text-2 {
  font-family: product-sans;
  font-weight: 500;
  font-size: 2rem;
  color: var(--subtitle-color);
  margin-top: 2.5rem;
}

.countup-contents {
  margin-top: 7rem;
}

.countup-1::after {
  content: "";
  width: 1px;
  height: 12rem;
  background: #c4c4c4;
  display: inline-block;
  transform: translateX(144px) translateY(-137px);
}

.countup-2::after {
  content: "";
  width: 1px;
  height: 12rem;
  background: #c4c4c4;
  display: inline-block;
  transform: translateX(158px) translateY(-137px);
}

.countup-3::after {
  content: "";
  width: 1px;
  height: 12rem;
  background: #c4c4c4;
  display: inline-block;
  transform: translateX(144px) translateY(-137px);
}

.countup {
  font-family: product-sans;
  font-weight: 700;
  font-size: 6rem;
  color: var(--countup-title);
}

.countup-text {
  font-family: product-sans;
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--countup-text);
  margin-top: 2rem;
}

/* about us section end */

/* video popup section start */

#video-popup-section {
  padding: 5rem 0;
  overflow-x: hidden;
}

.video-background {
  background-image: url(../img/video-background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 90vh;
  position: relative;
}

.video-player {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-button {
  height: 10rem;
  width: 10rem;
}

.uk-button-default {
  border: none;
}

/* video popup section end */

/* testimonial section start */

#testimonial-section {
  padding: 8rem 0;
  overflow-x: hidden;
}

.testimonial-slider {
  cursor: grab;
}

.client-information {
  margin-top: 6rem;
  margin-bottom: 1rem;
}

.testimonial-contents {
  margin-top: 9rem;
  margin-bottom: 10rem;
  padding: 0 1rem;
}

.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: 3.2rem;
  font-weight: 700;
  color: var(--title-color);
  margin-top: 1.5rem;
  width: 45%;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.testimonial-card {
  border-radius: 17px;
}

.testimonial-card-body {
  padding: 0 44px 48px 44px;
}

.client-contents {
  text-align: center;
}

.member-image {
  text-align: center;
  margin-top: -5.5rem;
}

.member-img {
  width: 10rem;
  height: 10rem;
}

.member-text {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.4rem;
  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;
}

.member-profession {
  font-family: product-sans;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: 1.4rem;
  margin-top: 7px;
}

.testimonial-button {
  margin-top: 3.5rem;
  text-align: center;
}

.testimonial-btn:link,
.testimonial-btn:visited {
  display: inline-block;
  padding: 14px 60px 14px 60px;
  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);
}

.testimonial-btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 161, 156, 0.5);
  color: #fff;
  background: var(--color-primary);
}

.testimonial-btn:active {
  transform: translateY(0);
  color: #fff;
  outline: none;
}

.testimonial-btn::after {
  content: "";
  display: inline-block;
  border-radius: 10rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.testimonial-btn-primary {
  background: var(--color-primary);
  color: #fff;
}

.testimonial-btn-primary::after {
  background: var(--color-primary);
}

.testimonial-btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

/* testimonial section end */

/* sell your car section start */

#sell-your-car-section {
  padding: 5rem 0;
}

.sell-your-car-background {
  background: #d3db62;
  height: 29rem;
  width: 100%;
  border-radius: 20px;
}

.car-image {
  text-align: right;
  display: block;
  overflow: hidden;
  transform: translateY(-130px) translateX(-15px);
}

.car-img {
  width: 50%;
}

.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-your-car-elements {
  transform: translateY(-30rem) translateX(40px);
}

.sell-form-background {
  background-image: url(../img/input-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 6rem;
  width: 24%;
  position: relative;
  margin-right: 2rem;
}

.sell-your-car-contents {
  display: flex;
  margin-top: 3.5rem;
}

.sell-form-input {
  padding: 25px;
  width: 85%;
  transform: translateY(5px) translateX(35px);
  height: 83%;
  border-radius: 0px 4px 4px 0px;
  border: none;
  background: #fbbc01;
  font-size: 3.6rem;
  color: #000000;
}

.sell-form-input::placeholder {
  color: #e9af00;
}

.sell-button-outline {
  border: 4px solid #fff;
  border-radius: 4px;
  outline: 1px solid #929a2c;
}

.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 14px 16px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}

.sell-button:hover {
  color: var(--color-white);
  text-decoration: none;
}

.sell-bottom-text {
  margin-top: 1.8rem;
}

.sell-bottom-text {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}

.sell-bottom-text:hover {
  color: #000;
}

/* sell your car section end */

/* verkopen section start */

#auto-verkopen-section {
  padding: 5rem 0;
  overflow-x: hidden;
}

.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: 3.2rem;
  font-weight: 700;
  color: var(--title-color);
  margin-top: 1.5rem;
  width: 40%;
  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: 20vh;
  width: 55%;
  margin: 0 auto;
  margin-top: 8rem;
}

.auto-verkopen-cards {
  margin-top: 9rem;
}

.auto-verkopen-card {
  border-radius: 14px;
}

.auto-verkopen-card-body {
  padding: 25px 43px 18px 29px;
}

.verkopen-contents {
  display: flex;
  align-items: center;
}

.verkopen-text {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--title-color);
  margin-bottom: 0;
}

.verkopen-sign {
  width: 4rem;
  height: 3rem;
  fill: #000;
  margin-right: 2rem;
}

/* verkopen section end */

/* priceing section start */

#priceing-section {
  padding: 8rem 0;
  overflow-x: hidden;
}

.second-star-icons-1 {
  position: relative;
}

.second-star-icons-2 {
  position: relative;
}

.second-singel-star {
  position: relative;
}

.second-star-left-text-1 {
  font-family: product-sans;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--title-color);
  position: absolute;
  top: 17px;
  left: 37px;
}

.priceing-card-2:hover .second-star-left-text-1 {
  color: #fff;
}

.priceing-card-2:hover .second-star-left-text-2 {
  color: #fff;
}

.priceing-card-2:hover .second-singel-star-3 {
  color: #fff;
}

.second-star-left-text-2 {
  font-family: product-sans;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--title-color);
  position: absolute;
  top: 15px;
  left: 36px;
}

.second-singel-star-3 {
  font-family: product-sans;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--title-color);
  position: absolute;
  top: 16px;
  left: 37px;
}

.third-star-icons-1 {
  position: relative;
}

.third-star-icons-2 {
  position: relative;
}

.third-singel-star {
  position: relative;
}

.third-star-left-text-1 {
  font-family: product-sans;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--title-color);
  position: absolute;
  top: 17px;
  left: 37px;
}

.priceing-card-3:hover .third-star-left-text-1 {
  color: #fff;
}

.priceing-card-3:hover .third-star-left-text-2 {
  color: #fff;
}

.priceing-card-3:hover .third-singel-star-3 {
  color: #fff;
}

.third-star-left-text-2 {
  font-family: product-sans;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--title-color);
  position: absolute;
  top: 15px;
  left: 36px;
}

.third-singel-star-3 {
  font-family: product-sans;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--title-color);
  position: absolute;
  top: 16px;
  left: 37px;
}

.fourth-star-icons-1 {
  position: relative;
}

.fourth-star-icons-2 {
  position: relative;
}

.fourth-singel-star {
  position: relative;
}

.fourth-star-left-text-1 {
  font-family: product-sans;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--title-color);
  position: absolute;
  top: 17px;
  left: 37px;
}

.priceing-card-4:hover .fourth-star-left-text-1 {
  color: #fff;
}

.priceing-card-4:hover .fourth-star-left-text-2 {
  color: #fff;
}

.priceing-card-4:hover .fourth-singel-star-3 {
  color: #fff;
}

.fourth-star-left-text-2 {
  font-family: product-sans;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--title-color);
  position: absolute;
  top: 15px;
  left: 36px;
}

.fourth-singel-star-3 {
  font-family: product-sans;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--title-color);
  position: absolute;
  top: 16px;
  left: 37px;
}

/* priceing card 1 */

.priceing-card-1 {
  transition: all 0.3s ease-in-out;
}

.priceing-card-body-1 {
  padding: 66px 20px 0px 20px;
}

.priceing-logo-img {
  width: 24rem;
  height: 3.7rem;
  fill: var(--color-primary);
}

.priceing-card-texts {
  margin-top: 341px;
}

.priceing-text-1 {
  border-top: 1px solid #dfdfdf;
  display: block;
}

.zekerheid-text {
  font-family: product-sans;
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--title-color);
  margin: 2rem 2rem;
}

.priceing-text-2 {
  border-top: 1px solid #dfdfdf;
  display: block;
}

.gemak-text {
  font-family: product-sans;
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--title-color);
  margin: 2rem 2rem;
}

.priceing-text-3 {
  border-top: 1px solid #dfdfdf;
  display: block;
}

.prijs-text {
  font-family: product-sans;
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--title-color);
  margin: 2rem 2rem;
}

/* priceing card 1 */

/* priceing card 2 */

.priceing-card-2 {
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.priceing-card-body-2 {
  padding: 70px 20px 72px 20px;
}

.priceing-card-2:hover {
  background: var(--priceing-title-color);
}

.priceing-card-2:hover .priceing-title-2 {
  color: var(--color-white);
}

.priceing-card-2:hover .price-number-2 {
  background: #9e1aff;
}

.priceing-card-2:hover .priceing-card-logo-2 {
  fill: var(--color-white);
}

.priceing-card-2:hover .second-star-icon {
  fill: #fff;
}

.priceing-title-2 {
  font-family: product-sans;
  font-weight: 700;
  font-size: 2rem;
  color: var(--title-color);
}

.price-number-2 {
  display: inline-block;
  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;
  margin-top: 3.5rem;
  border-radius: 100px;
}

.priceing-card-logo-2 {
  height: 10rem;
  width: 12rem;
  fill: var(--priceing-title-color);
  margin-top: 7rem;
}

.second-star-icon {
  height: 2.7rem;
  width: 2.7rem;
}

.second-star-icon:not(:last-child) {
  margin-right: 2rem;
}

.second-star-icon {
  margin: 2rem 0;
}

.second-star-icons-1 {
  border-top: 1px solid #dfdfdf;
  display: block;
}

.second-star-icons-2 {
  border-top: 1px solid #dfdfdf;
  display: block;
}

.second-singel-star {
  border-top: 1px solid #dfdfdf;
  display: block;
}

/* priceing card 2 */

/* priceing card 3 */

.priceing-card-3 {
  text-align: center;
}

.priceing-card-body-3 {
  padding: 70px 20px 72px 20px;
}

.priceing-card-3:hover {
  background: var(--color-primary);
}

.priceing-card-3:hover .priceing-title-3 {
  color: var(--color-white);
}

.priceing-card-3:hover .price-number-3 {
  background: #16c2bd;
}

.priceing-card-3:hover .priceing-card-logo-3 {
  fill: #fff;
}

.priceing-card-3:hover .third-star-icon {
  fill: #fff;
}

.priceing-title-3 {
  font-family: product-sans;
  font-weight: 700;
  font-size: 2rem;
  color: var(--title-color);
}

.price-number-3 {
  display: inline-block;
  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;
}

.priceing-card-logo-3 {
  height: 10rem;
  width: 12rem;
  fill: var(--color-primary);
  margin-top: 7rem;
}

.third-star-icon {
  height: 2.7rem;
  width: 2.7rem;
}

.third-star-icon:not(:last-child) {
  margin-right: 2rem;
}

.third-star-icon {
  margin: 2rem 0;
}

.third-star-icons-1 {
  border-top: 1px solid #dfdfdf;
  display: block;
}

.third-star-icons-2 {
  border-top: 1px solid #dfdfdf;
  display: block;
}

.third-singel-star {
  border-top: 1px solid #dfdfdf;
  display: block;
}

/* priceing card 3 */

/* priceing card 4 */

.priceing-card-4 {
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.priceing-card-body-4 {
  padding: 45px 20px 72px 20px;
}

.priceing-card-4:hover {
  background: #e37b00;
}

.priceing-card-4:hover .priceing-title-4 {
  color: var(--color-white);
}

.priceing-card-4:hover .priceing-card-logo-4 {
  fill: #fff;
}

.priceing-card-4:hover .fourth-star-icon {
  fill: #fff;
}

.priceing-title-4 {
  font-family: product-sans;
  font-weight: 700;
  font-size: 2rem;
  color: var(--title-color);
  transform: translateY(15px);
}

.price-number-4 {
  display: inline-block;
  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;
}

.priceing-card-logo-4 {
  height: 10rem;
  width: 12rem;
  fill: #fb9216;
  margin-top: 7rem;
}

.fourth-star-icon {
  height: 2.7rem;
  width: 2.7rem;
  margin: 2rem 0;
}

.fourth-star-icon:not(:last-child) {
  margin-right: 2rem;
}

.fourth-star-icons-1 {
  border-top: 1px solid #dfdfdf;
  display: block;
}

.fourth-star-icons-2 {
  border-top: 1px solid #dfdfdf;
  display: block;
}

.fourth-singel-star {
  border-top: 1px solid #dfdfdf;
  display: block;
}

/* priceing card 4 */

/* priceing section end */

/* blog section start */

#blog-section {
  padding: 8rem 0;
  overflow-x: hidden;
}

.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: 3.2rem;
  font-weight: 700;
  color: var(--title-color);
  margin-top: 1.5rem;
  width: 45%;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.blog-cards {
  margin-top: 10rem;
}

/* card-1 */

.blog-card-1 {
  border-radius: 22px;
  transition: all 0.3s ease-in-out;
  border: none;
}

.blog-card-1:hover {
  box-shadow: 0 1rem 2rem rgba(152, 149, 149, 0.2);
  transform: translateY(-1rem);
}

.blog-card-body-1 {
  padding: 40px 35px 40px 35px;
}

.blog-card-title-1 {
  font-family: product-sans;
  font-weight: 700;
  font-size: 2rem;
  color: var(--title-color);
}

.blog-card-text-1 {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.8rem;
  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: 4rem;
}

/* card 2 */

.blog-card-2 {
  border-radius: 22px;
  border: none;
  transition: all 0.3s ease-in-out;
}

.blog-card-2:hover {
  box-shadow: 0 1rem 2rem rgba(152, 149, 149, 0.2);
  transform: translateY(-1rem);
}

.blog-card-body-2 {
  padding: 40px 35px 40px 35px;
}

.blog-card-title-2 {
  font-family: product-sans;
  font-weight: 700;
  font-size: 2rem;
  color: var(--title-color);
}

.blog-card-text-2 {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--blog-text);
  margin-top: 2rem;
}

.more-details-2 {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color-primary);
  margin-top: 4rem;
}

/* card 3 */

.blog-card-3 {
  border-radius: 22px;
  border: none;
  transition: all 0.3s ease-in-out;
}

.blog-card-3:hover {
  box-shadow: 0 1rem 2rem rgba(152, 149, 149, 0.2);
  transform: translateY(-1rem);
}

.blog-card-body-3 {
  padding: 40px 35px 40px 35px;
}

.blog-card-title-3 {
  font-family: product-sans;
  font-weight: 700;
  font-size: 2rem;
  color: var(--title-color);
}

.blog-card-text-3 {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--blog-text);
  margin-top: 2rem;
}

.more-details-3 {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color-primary);
  margin-top: 66px;
}

/* blog section end */

/* some sections background */

#sections-background {
  background: #131f2d;
  margin-top: -50rem;
}

/* some section background */

/* what we need section start */

#what-we-need-section {
  padding: 5rem 0;
  margin-bottom: 5rem;
  overflow-x: hidden;
}

.what-we-need-title {
  font-family: product-sans;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--title-color);
}

.what-we-need-text-1 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: var(--title-color);
  margin-top: 3rem;
}

.what-we-need-text-2 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: var(--title-color);
  margin-top: 3rem;
}

.what-we-need-text-3 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: var(--title-color);
  margin-top: 3rem;
}

/* what we need section end */

/* contact section start */

#contact-section {
  padding-top: 4rem;
  overflow-x: hidden;
}

.contact-card {
  width: 80%;
  margin: 0 auto;
  border-radius: 22px;
}

.contact-card-body {
  padding: 80px 90px 80px 90px;
}

.contact-title {
  font-family: product-sans;
  font-weight: 700;
  font-size: 4rem;
  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;
}

.contact-form {
  margin-top: 6rem;
}

.contact-form input[type="text"] {
  width: 100%;
  padding: 3rem;
  font-size: 1.8rem;
  border: 1px solid #e5e5e5;
  background: #f7f9fb;
  border-radius: 12px;
  cursor: pointer;
  color: #000;
}

.contact-form input::placeholder {
  color: var(--contact-input);
}

.contact-form input:focus {
  outline: none;
  border: 1px solid var(--color-primary);
}

.contact-form textarea:focus {
  outline: none;
  border: 1px solid var(--color-primary);
}

.form-group {
  margin-top: 3rem;
}

.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 {
  color: var(--contact-input);
}

.submit-button {
  display: block;
  margin-top: 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: 96%;
  margin: 0 auto;
  padding: 16px 0 16px 0px;
}

.submit-btn:hover {
  text-decoration: none;
  color: #fff;
}

.submit-btn-primary {
  background: var(--color-primary);
  color: #fff;
}

.submit-btn-primary::after {
  background: var(--color-primary);
}

.submit-btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

/* contact section end */

/* accordion section start */

.accordion-section {
  padding-top: 65rem;
  overflow-x: hidden;
}

.all-accordion {
  margin-top: 10rem;
}

.accordion-left-title {
  font-family: product-sans;
  font-size: 4rem;
  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);
}

/* accordion css */

.all-accordion {
  margin-top: 6rem;
}

.accordion-background {
  background: #131f2d;
  color: #fff;
}

.accordion-button {
  color: #fff;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #1c2b57;
}

.accordion-body {
  padding: 2rem 3.25rem;
  background: #131f2d !important;
}

.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-button {
  background: #131f2d;
  padding: 3rem 2rem;
}

.accordion-button:focus {
  outline: none;
}

.accordion-button:not(.collapsed).accordion-button {
  background: #131f2d;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-down-s-line.png");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/arrow-down-s-line.png");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 0.2s ease-in-out;
  height: 20px;
  width: 20px;
}

/* accordion css */

/* accordion section end */

/* sell your car section 2 start */

#sell-your-car-section-2 {
  padding: 11rem 0;
  margin-top: 3rem;
}

.sell-your-car-background-2 {
  background: #d3db62;
  height: 29rem;
  width: 100%;
  border-radius: 20px;
}

.car-image-2 {
  text-align: right;
  display: block;
  overflow: hidden;
  transform: translateY(-130px) translateX(-15px);
}

.car-img-2 {
  width: 50%;
}

.sell-your-car-title-2 {
  font-family: product-sans;
  font-weight: 500;
  font-size: 3.6rem;
  color: var(--title-color);
  transform: translateX(40px) translateY(45px);
}

.sell-your-car-elements-2 {
  transform: translateY(-33rem) translateX(40px);
}

.sell-form-background-2 {
  background-image: url(../img/input-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 6rem;
  width: 24%;
  position: relative;
  margin-right: 2rem;
}

.sell-your-car-contents-2 {
  display: flex;
  margin-top: 3.5rem;
}

.sell-form-input-2 {
  padding: 25px;
  width: 85%;
  transform: translateY(5px) translateX(35px);
  height: 83%;
  border-radius: 0px 4px 4px 0px;
  border: none;
  background: #fbbc01;
  font-size: 3.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;
}

.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 14px 16px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}

.sell-button-2:hover {
  color: var(--color-white);
  text-decoration: none;
}

.sell-bottom-text-2 {
  margin-top: 1.8rem;
}

.sell-bottom-text-2 {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}

.sell-bottom-text-2:hover {
  color: #000;
}

/* sell your car section 2 end */

/* footer section start */

#footer-section {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
}

.footer-logo-img {
  width: 24rem;
  height: 3.7rem;
  fill: var(--color-primary);
}

.footer-right-contents {
  transform: translateX(74px);
}

.footerleft-text {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.8rem;
  color: #687497;
  margin-top: 5rem;
}

.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-about-subtitle {
  margin-top: 3.2rem;
}

.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-plan-subtitle {
  margin-top: 3.2rem;
}

.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;
}

.footer-help-subtitle {
  margin-top: 3.2rem;
}

/* copy right part */

.copy-right-text {
  font-family: product-sans;
  font-weight: 500;
  font-size: 1.4rem;
  color: #eaeced;
  margin-top: 2.6rem;
}

/* social icon */

.copy-right-top-border {
  border-top: 1px solid #707070;
  margin-top: 7rem;
}

.social-contents {
  text-align: right;
  margin-top: 1.6rem;
}

.social-contents h5 {
  font-size: 1.6rem;
  color: #a5a5a5;
}

.social-contents ul li {
  display: inline-block;
  margin-left: 2rem;
}

.social-contents ul li:first-child {
  display: inline-block;
  margin-left: 0;
}

.social-contents ul li a {
  color: #fff;
}

.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 a:hover i::before {
  transform: rotate(360deg);
}

/* footer section end */
