@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

.offset:before {
  display: block;
  content: "";
  height: 5rem;
  margin-top: -2rem;
}
p {
  color: #03012b;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #fd3131;
}

li {
  list-style: none;
}

h3 {
  font-size: 44px;
  line-height: 55px;
  color: #2f24ff;
  font-weight: 600;
}

h4 {
  font-size: 30px;
  color: #121212;
  font-weight: 550;
}

h6 {
  font-size: 20px;
  line-height: 32px;
  color: #6c6c6c;
  margin-top: 16px;
  font-weight: normal;
}

.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 48px;
  color: #2f24ff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}

/*====================================*/

.nav {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 6.5rem;
  background: transparent;
  z-index: 100000;
  transition: all 0.5s ease;
}

.nav .logo img {
  transition: all 0.5s ease;
  padding-left: 10px;
}

.nav.scrolled {
  background: #fff !important;
  transition: background-color 200ms linear;
  height: 60px;
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.3);
}

.nav .navbar-toggler {
  display: none;
  outline: none;
  border: none;
}

body > div.nav > button {
  background: transparent;
}

.nav .navbar-toggler .toggler-icon {
  width: 27px;
  height: 3px;
  background-color: #121212;
  margin: 5px 0;
  display: block;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.nav .menu-bar .menu-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav .menu-bar .menu-items li {
  margin: 0 15px;
}

.nav .menu-bar .menu-items li a {
  font-size: 18px;
  font-weight: 600;
  color: #03012b;
}

.nav .menu-bar .menu-items li a:hover {
  color: #2f24ff;
}

.nav .navbar-call {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav .navbar-call span a {
  font-size: 18px;
  font-weight: 600;
  padding-right: 10px;
  color: #6c6c6c;
  transition: all 0.5s ease;
}

.nav .navbar-call span a:hover {
  color: #4f47e4;
}

/* hero section */
.back {
  background-image: url(/assets/images/6.jpg);
  width: 100%;
  height: 120vh;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
  position: relative;
  background-position: center;
  background-repeat: center no-repeat;
  object-fit: cover;
}

.back .overlay {
  background-image: linear-gradient(
    rgba(232, 237, 255, 0.9),
    rgba(239, 244, 255, 0.9) 40%,
    rgba(60, 115, 255, 0.3) 70%,
    rgba(255, 255, 255, 0.12)
  );
  /* background: linear-gradient(0deg, rgba(104,19,212,.5) 0%, rgba(93,49,175,.5) 21%, rgba(196,239,247,1) 50%);*/
  /*background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);*/
  /*background: linear-gradient(90deg, rgba(104,19,212,.5) 0%, rgba(93,49,175,0.5) 40%, rgba(197,239,247,0.5) 100%);*/
  /*background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(116, 127, 246, 0.73));*/
  /*  background: linear-gradient(rgba(116, 127, 246, 0.73), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
*/
  width: 100%;
  height: 100%;
}

.back .hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.back .hero-shape img {
  width: 100%;
  display: block;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-text h6 {
  color: #1d1d1d;
}

.hero-text .header-btn {
  margin-top: 22px;
}

.hero-text .header-btn li {
  display: inline-block;
  margin: 10px 10px 0;
}

.hero-text .header-btn li a.main-btn,
.box-btn .btn-one {
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 0;
  line-height: 50px;
}

.box-btn .btn-two {
  margin-top: 40px;
}

.hero-text .header-btn li a.main-btn i {
  margin-left: 5px;
  color: #f44a4a;
}

.hero-text .header-btn .btn-one,
.box-btn .btn-one {
  color: #fff;
}

.hero-text .header-btn .btn-one::before,
.box-btn .btn-one::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #f44a4a, #2f24ff);
  background-position: right center;
  z-index: -1;
  transition: all 0.5s ease;
}

.hero-text .header-btn .btn-one:hover::before,
.box-btn .btn-one:hover::before {
  background-image: linear-gradient(to left, #f44a4a, #2f24ff);
  background-position: left center;
}

.hero-text .header-btn .btn-two:hover {
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
}

.box-btn .btn-two {
  font-weight: normal;
  border-radius: 50px;
  font-size: 18px;
  outline: medium none;
  border: 1px solid #2f24ff;
  color: #1d1d1d;
  transition: all ease 0.5s;
}

.box-btn .btn-two:hover {
  background-image: linear-gradient(to left, #f44a4a, #2f24ff);
  color: #fff;
}

.hero-text h1 {
  color: #2f24ff;
}

/* Welcome section */

#wrapper {
  margin: 0 7rem 10rem 7rem;
  width: auto;
}

.welcome-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10rem;
}

.welcome-message h6 {
  margin-bottom: 6rem;
}

.welcome-message .welcome-content {
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.welcome-message .welcome-content .box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.welcome-message .welcome-content .box .box-one {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.welcome-message .welcome-content .welcome-img {
  width: 50%;
}

.welcome-message .welcome-content .welcome-img img {
  width: 100%;
}

/* Car Merchant */

.car-marchant {
  width: auto;
  display: flex;
  margin-bottom: 10rem;
  gap: 30px;
}

.car-marchant h4 {
  color: #2f24ff;
}

.car-marchant-image {
  width: 50%;
}

.car-marchant-info {
  width: 40%;
}

.car-marchant-info p {
  padding-top: 20px;
}

.car-marchant-image img {
  width: 100%;
}

.car-marchant li {
  line-height: 1.9;
  color: #03012b;
}

.car-marchant .expertises {
  margin-top: 10px;
}

.car-marchant li::before {
  content: "►";
  color: #f44a4a;
  font-size: 15px;
  padding-right: 15px;
}

.callToAct .parallax {
  background-image: linear-gradient(to right, rgba(233, 22, 22, 0.359), #2f24ff),
    url(/assets/images/2.jpg);
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 10rem;
}

.callToAct .parallax .call-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.callToAct .parallax .call-content .call-title,
.callToAct .parallax .call-content .text {
  color: #fff;
}

.callToAct .parallax .call-content .text {
  padding: 20px 0;
  font-size: 18px;
}

/* To-top button */
#topBtn {
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 40px;
  border-radius: 100%;
  font-size: 30px;
  width: 45px;
  height: 45px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #f44a4a;
  color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  transition: 0.3s ease;
}

#topBtn:hover {
  background: #f82727;
}

/* cookie-container */
.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #eaeaea;
  color: #0f0f0f;
  padding: 10px 40px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  z-index: 600;
  transition: 400ms;
  margin: 0;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  color: #2f24ff;
  font-weight: 500;
  transition: all ease 0.3s;
}

.cookie-container a:hover {
  color: #fa0000;
}

.cookie-container h4 {
  font-size: 18px;
}

.cookie-container p {
  color: #121212;
  font-size: 16px;
  margin: 10px 0 5px 0;
}

.cookie-btn {
  background: #fb4040;
  border: 0;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-btn:hover {
  background: #fb2424;
}

.cookie-btn:after {
  padding-left: 5px;
  color: #ffffff;
  content: "\2713";
}

/* footer */

footer {
  background: #4239ec;
  padding: 4rem 7rem;
}

footer .second-row .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

footer .second-row .social a {
  padding-right: 20px;
  font-size: 24px;
  color: #e1e1e1;
  transition: all ease 0.5s;
}

footer .second-row .social a:hover {
  color: #f44a4a;
}

footer .second-row .location li a {
  color: #e1e1e1;
}

footer .second-row .location li i {
  color: #03012b;
  padding-right: 10px;
  font-size: 18px;
}

footer .second-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .second-row h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #03012b;
  padding-bottom: 20px;
}

footer li {
  list-style: none;
}

footer .second-row p {
  width: auto;
}

footer .second-row li {
  padding-bottom: 12px;
}

footer .second-row li a {
  font-size: 16px;
  line-height: 24px;
  color: #e1e1e1;
  font-weight: 500;
  transition: all ease 0.5s;
}

footer .second-row li a:before {
  color: #03012b;
  content: "\27B2";
  padding-right: 10px;
  font-weight: 500;
}

footer .second-row li a:hover {
  color: #f44a4a;
}

footer .second-row .col-one:nth-child(4) {
  max-width: 400px;
}

footer .second-row .col-one:nth-child(1) {
  max-width: 350px;
}

footer .second-row .text {
  margin-top: 16px;
  font-weight: 500;
  color: #e1e1e1;
}

footer .contact-info {
  color: #e1e1e1;
}

footer .address-content {
  display: flex;
  flex-direction: row;
  font-weight: 500;
}

footer .location {
  padding-left: 10px;
}

footer .contact-info i {
  color: #03012b;
  font-size: 18px;
  padding-right: 10px;
}

footer a {
  color: #e1e1e1;
}

footer .email {
  display: flex;
}

footer .email a {
  color: #e1e1e1;
  padding-left: 5px;
}

footer .email a:hover {
  color: #f44a4a;
}

.copyright {
  background-color: #03012b;
  padding: 23px 0;
}

.copyright p {
  text-align: center;
  color: #ffff;
}

@media only screen and (max-width: 1050px) {
  .nav .navbar-call {
    display: none;
  }
}

@media only screen and (max-width: 946px) {
  .nav {
    padding: 1rem 3rem;
  }
  .hero-text {
    width: 60%;
  }
  .hero-text h3 {
    font-size: 33px;
  }
  #wrapper {
    margin: 3rem 3rem 10rem 3rem;
  }
  .welcome-message {
    margin-bottom: 3rem;
  }
  .welcome-message h6 {
    margin-bottom: 3rem;
  }
  .welcome-message .welcome-content {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .welcome-message .welcome-content .box {
    width: 100%;
  }
  .welcome-message .welcome-content .box .box-one {
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .welcome-message .welcome-content .welcome-img {
    width: 80%;
    padding-bottom: 5rem;
  }

  .car-marchant-image,
  .car-marchant-info {
    width: auto;
  }
  .callToAct .parallax {
    margin-bottom: 5rem;
  }
  .callToAct .parallax .call-content {
    width: 80%;
  }
  footer {
    padding: 7rem 3rem;
  }
}

@media only screen and (max-width: 774px) {
  .nav {
    align-items: flex-start;
    padding: 0.7rem 1rem;
  }
  .nav .logo {
    padding-left: 0;
    padding-top: 10px;
    width: 200px !important;
  }
  .nav .logo img {
    padding-left: 0;
    width: 100% !important;
  }
  .nav.scrolled {
    height: 80px;
  }
  .nav .navbar-toggler {
    display: block;
    position: absolute;
    top: 26px;
    right: 16px;
    z-index: 100000;
  }
  .nav .menu-bar {
    position: fixed;
    top: 55px;
    right: -360px;
    width: 300px;
    height: 100vh;
    background: rgba(256, 256, 256, 0.9);
  }
  .nav .menu-bar .menu-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: justify;
    padding: 40px 0;
  }
  .nav .menu-bar .menu-items li {
    margin: 2rem 30px;
  }
  .hero-text {
    width: 80%;
  }
  .hero-text h1 {
    font-size: 1.9rem;
  }
  .hero-text h6 {
    font-size: 16px;
  }
  .hero-text .header-btn li a {
    font-size: 15px;
  }
  #wrapper {
    margin: 3rem 1rem 10rem 1rem;
  }
  .welcome-message {
    margin-bottom: 3rem;
  }
  .welcome-message h3 {
    font-size: 33px;
  }
  .welcome-message h6 {
    font-size: 16px;
  }
  .welcome-message .welcome-content .welcome-img {
    width: 90%;
    padding-bottom: 5rem;
  }
  .welcome-message .welcome-content .box {
    padding-bottom: 5rem;
  }
  .car-marchant {
    width: auto;
    display: flex;
    margin-bottom: 5rem;
    flex-direction: column;
    gap: 30px;
  }
  .car-marchant-image,
  .car-marchant-info {
    width: auto;
  }
  .callToAct .parallax {
    margin-bottom: 3rem;
  }
  .callToAct .parallax .call-content {
    width: 90%;
  }
  .callToAct .parallax .call-content .call-title {
    font-size: 33px;
  }
  .callToAct .parallax .call-content .text {
    font-size: 16px;
  }
  .callToAct .parallax .call-content .call-news input {
    font-size: 16px;
  }
  .callToAct .parallax .call-content .call-news button {
    font-size: 15px;
  }
  footer {
    padding: 4rem 1rem;
  }
  footer .second-row .footer-logo {
    font-size: 30px;
    font-weight: 800;
  }
  footer .second-row {
    display: flex;
    flex-direction: column;
  }
  footer .second-row .col-one:nth-child(1) {
    max-width: 100%;
  }
  footer .second-row .col-one {
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media only screen and (max-width: 541px) {
  .nav .logo img {
    width: 200px !important;
  }
  .hero-text h1 {
    font-size: 27px;
  }
  .hero-text h3 {
    font-size: 28px;
    line-height: 45px;
  }
  .hero-text .header-btn li {
    margin-bottom: 0.5rem;
  }
  .hero-text .header-btn li a.main-btn {
    font-size: 13px;
  }
  .welcome-message {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .welcome-message h3 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .welcome-message h6 {
    text-align: justify;
  }
  .welcome-message .welcome-content .box {
    flex-direction: column;
  }
  .welcome-message .welcome-content .box .box-one {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .welcome-message .welcome-content .welcome-img {
    width: auto;
    padding-bottom: 20px;
  }

  .welcome-message .welcome-content .welcome-img img {
    width: 100%;
  }
  .car-marchant h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .callToAct .parallax .call-content .call-title {
    font-size: 28px;
    line-height: 35px;
  }
  .callToAct .parallax .call-content .call-news {
    width: 300px;
    height: 55px;
    padding: 12px 0 12px 0;
    display: block;
    align-items: center;
  }
  .callToAct .parallax .call-content .call-news button {
    font-size: 13px;
    position: relative;
    margin: 35px 0 0 0;
    background: #fff;
    color: #2f24ff;
  }
  .cookie-container {
    padding: 10px 20px;
  }
  footer .second-row .footer-logo {
    font-size: 28px;
    font-weight: 700;
  }
  footer .second-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .copyright p {
    font-size: 14.5px;
  }
  .copyright {
    padding: 23px 10px;
  }
}
