* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



@font-face {
  font-family: 'Peugeot New';
  src: url('fonts/PeugeotNew-Bold.eot');
  src: url('fonts/PeugeotNew-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/PeugeotNew-Bold.woff2') format('woff2'),
    url('fonts/PeugeotNew-Bold.woff') format('woff'),
    url('fonts/PeugeotNew-Bold.ttf') format('truetype'),
    url('fonts/PeugeotNew-Bold.svg#PeugeotNew-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Peugeot New';
  src: url('fonts/PeugeotNew-Black.eot');
  src: url('fonts/PeugeotNew-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/PeugeotNew-Black.woff2') format('woff2'),
    url('fonts/PeugeotNew-Black.woff') format('woff'),
    url('fonts/PeugeotNew-Black.ttf') format('truetype'),
    url('fonts/PeugeotNew-Black.svg#PeugeotNew-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Peugeot New';
  src: url('fonts/PeugeotNew-ExtraLight.eot');
  src: url('fonts/PeugeotNew-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/PeugeotNew-ExtraLight.woff2') format('woff2'),
    url('fonts/PeugeotNew-ExtraLight.woff') format('woff'),
    url('fonts/PeugeotNew-ExtraLight.ttf') format('truetype'),
    url('fonts/PeugeotNew-ExtraLight.svg#PeugeotNew-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Peugeot New';
  src: url('fonts/PeugeotNew-Light.eot');
  src: url('fonts/PeugeotNew-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/PeugeotNew-Light.woff2') format('woff2'),
    url('fonts/PeugeotNew-Light.woff') format('woff'),
    url('fonts/PeugeotNew-Light.ttf') format('truetype'),
    url('fonts/PeugeotNew-Light.svg#PeugeotNew-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Peugeot New';
  src: url('fonts/PeugeotNew-Regular.eot');
  src: url('fonts/PeugeotNew-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/PeugeotNew-Regular.woff2') format('woff2'),
    url('fonts/PeugeotNew-Regular.woff') format('woff'),
    url('fonts/PeugeotNew-Regular.ttf') format('truetype'),
    url('fonts/PeugeotNew-Regular.svg#PeugeotNew-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Peugeot New Arabic';
    src: url('fonts/PeugeotNewArabic-ExtraLight.eot');
    src: url('fonts/PeugeotNewArabic-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/PeugeotNewArabic-ExtraLight.woff2') format('woff2'),
        url('fonts/PeugeotNewArabic-ExtraLight.woff') format('woff'),
        url('fonts/PeugeotNewArabic-ExtraLight.ttf') format('truetype'),
        url('fonts/PeugeotNewArabic-ExtraLight.svg#PeugeotNewArabic-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peugeot New Arabic';
    src: url('fonts/PeugeotNewArabic-Bold.eot');
    src: url('fonts/PeugeotNewArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PeugeotNewArabic-Bold.woff2') format('woff2'),
        url('fonts/PeugeotNewArabic-Bold.woff') format('woff'),
        url('fonts/PeugeotNewArabic-Bold.ttf') format('truetype'),
        url('fonts/PeugeotNewArabic-Bold.svg#PeugeotNewArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peugeot New Arabic';
    src: url('fonts/PeugeotNewArabic-Light.eot');
    src: url('fonts/PeugeotNewArabic-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/PeugeotNewArabic-Light.woff2') format('woff2'),
        url('fonts/PeugeotNewArabic-Light.woff') format('woff'),
        url('fonts/PeugeotNewArabic-Light.ttf') format('truetype'),
        url('fonts/PeugeotNewArabic-Light.svg#PeugeotNewArabic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peugeot New Arabic';
    src: url('fonts/PeugeotNewArabic-Regular.eot');
    src: url('fonts/PeugeotNewArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PeugeotNewArabic-Regular.woff2') format('woff2'),
        url('fonts/PeugeotNewArabic-Regular.woff') format('woff'),
        url('fonts/PeugeotNewArabic-Regular.ttf') format('truetype'),
        url('fonts/PeugeotNewArabic-Regular.svg#PeugeotNewArabic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (max-width: 576px) {
  html {
    font-size: 85%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 88%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}

body {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Peugeot New";
}

body.ar {
  font-family: "Peugeot New Arabic";
}

header {
  padding: 24px;
}

header img {
  width: 83px;
}

header a {
  color: white;
  text-decoration: none;
}

header a:hover {
  color: white;
  text-decoration: none;
}

.banner {
  margin-bottom: 44px;
}

.contact {
  padding: 44px;
  background: #fff;
  box-shadow: 6px 9px 12px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 44px;
}

.contact h2 {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 28px;
}

.inputParent {
  margin-bottom: 12px;
}

.label {
  color: #05141f;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 6px;
  margin-bottom: 0;
}

.required {
  color: red;
}

.input-group {
  width: 100%;
  position: relative;
  height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(156, 161, 165, 0.3);
}

select,
select option {
  font-weight: 400;
}

.icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custInput {
  border-left: 0;
  box-shadow: none;
  color: #05141f;
  opacity: 0.3;

  width: 100%;
  margin-inline-start: 24px;
  height: 100%;
  border: none;
  padding: 14px 0;
}

select {
  margin-inline-start: 20px !important;

}

.custInput:focus-visible {
  outline: none;
}

.custInput::placeholder {
  color: #05141f;
  font-weight: 400;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

form button {
  background: #0074e8;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  width: 280px;
  height: 53px;
  font-weight: 400;
  margin-top: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border: none;
}

form button:hover {
  background: black;
}


.thanks,
.downloadApps {
  margin-bottom: 44px;
}

.thanks_content {
  background-color: white;
  height: 100%;
  padding: 44px;
  box-shadow: 6px 9px 12px 0 rgba(0, 0, 0, 0.02);
}

.thanks_content_title,
.downloadApps_content_title {
  color: #0074E8;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.thanks_content_desc {
  color: #6C6C6C;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 24px;
}

.thanks_content_carName,
.downloadApps_content_carName {
  color: #05141F;
  font-size: 1.25rem;
  font-weight: 400;
}

.thanks_content_price {
  color: #8C8A8A;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}

.thanks_content_price_last {
  position: relative;
}

.thanks_content_price_last::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40%;
  height: 2px;
  background: rgba(0, 0, 0, 0.50);
  transform: rotate(-13deg) translateY(-50%);
}

.thanks_content_price_last.ar::after {
    right: auto;
    left: 15%;
    transform: rotate(-10deg) translateY(-50%);

}

.thanks_content_price_current {
  color: #008709;
  font-size: 1.25rem;
  font-weight: 700;
}

.saving {
  background: #0074E8;
  padding: 80px 30px;
  text-align: center;
  color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.saving_desc {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

.saving_text {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 300;
}

.downloadApps_content {
  background-color: white;
  padding: 44px;
  box-shadow: 6px 9px 12px 0 rgba(0, 0, 0, 0.02);
}

.downloadApps_content_title {
  margin-bottom: 1.5rem;
}

.download {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download p {
  margin-bottom: 0;
}

.app {
  display: flex;
  gap: 20px;
}

footer .footer {
  background: rgba(14, 14, 15, 0.7);
  display: flex;
  padding: 70px 0 30px;
  justify-content: center;
  align-items: center;
}

footer .footer img {
  margin-bottom: 1rem;
}

footer .footer p {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 200;
  opacity: 0.8;
}

footer .footer .service {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

footer .footer .service div {
  margin-bottom: 24px;
}

footer .footer .service ul {
  display: flex;
  gap: 16px;
}

footer .footer .service div span,
footer .footer .service div a {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

footer .footer .service div a {
  text-decoration: none;
}

footer .footer .service div a:hover {
  text-decoration: none;
}

footer .copyright {
  padding: 10px 0;
  background: radial-gradient(206.37% 29.42% at 89.62% 50%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.8;
}

footer .copyright p,
footer .copyright span {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 0;
}


@media (max-width: 991px) {
  .thanks_content_price {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 768px) {
  header img {
    width: 60px;
  }

  .contact {
    padding: 44px 33px;
  }

  form button {
    width: 200px;
    height: 45px;
  }

  .saving {
    padding: 15px 30px;

  }

  .download {
    display: block;
  }

  .download p {
    margin-bottom: 1rem;
  }
  .download img {
    width: 100px;
    height: 34px;
    
  }
  footer .footer {
    padding: 80px 0 50px;
  }

  footer .footer .service {
    position: relative;
    top: 0;
    transform: none;
    text-align: center;
    margin-top: 2rem;
  }

  footer .footer img {
    width: 100px;
  }

  footer .footer .service div {
    margin-bottom: 1rem;
  }

  footer .footer .service ul {
    justify-content: center;
  }

  footer .copyright {
    text-align: center !important;
  }

  footer .copyright img {
    width: 60px;
  }
}
