@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}

:root {
  --main-color: #d65b5b;
  --gradient-color: #d65b5b;
  --background-color: #151515;
  --stroke-color: #787878;
  --sub-components: #1a1a1a;
  --white-color: white;
  --padding: 10px;
  --margin: 10px;
}

body {
  background: #151515;
}

section {
  width: 100%;
  margin-top: 100px;
}
section h2 {
  text-align: right;
  margin-right: 155px;
  color: #f1f1f1;
  font-family: Cairo;
  font-size: 32px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0em;
}

/* ######## تسوق حسب نوع الوقود  ########*/

.fuel-type {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
  width: calc(100% - 20%);
  margin: 10px auto;
}
.fuel-type .box {
  background-color: var(--sub-components);
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--white-color);
  height: 189px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
}
.fuel-type .box:hover {
  border: 2px solid var(--gradient-color);
}
.fuel-type .box h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 60px;
}
.fuel-type .box h1:hover {
  color: var(--gradient-color);
}
.fuel-type .box img {
  color: aqua;
}

/* ######## تسوق حسب نوع الوقود  ########*/

/* ######## TEST ########*/

/* .sectiontest {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
}
.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  padding: 3px;
}
.card-image .card-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid var(--gradient-color);
}
.card {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background-color: #1a1a1a;
}
.slide-container {
  max-width: 1120px;
  width: 100%;
  background-color: aqua;
  padding: 40px;
}

.slide-content {
  margin: 0 40px;
}
*/
/* ######## TEST ########*/

/* ######## تسوق حسب نوع السيارة  ########*/

.swiper-cards {
  width: calc(100% - 20%);
  margin: 10px auto;
}
/* .swiper-wrapper {
  background-color: red;
  padding: 20px;
} */
.banner-card {
  position: relative;
}
.banner-card img {
  height: 288px;
  width: 288px;
  left: 330px;
  top: 2px;
  border-radius: 8px;
  height: auto;
}
.banner-text {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(80%, 100%);
  color: white;
  -webkit-transform: translate(80%, 100%);
  -moz-transform: translate(80%, 100%);
  -ms-transform: translate(80%, 100%);
  -o-transform: translate(80%, 100%);
}
.banner-text h4 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
}

.swiper-slide img {
  height: 288px;
  width: 250px;
  border-radius: 8px;
}
.swiper-slide img:hover {
  border: 3px solid var(--gradient-color);
}

/* ######## تسوق حسب نوع السيارة  ########*/

/* ######## Footer ########*/

.all-footer {
  border-top: 1px solid var(--stroke-color);
  opacity: 0.5;
  background-color: var(--sub-components);
  width: 100%;
  margin-top: 100px;
}
.footer {
  background-color: var(--sub-components);
  padding: 70px 0;
  font-family: "Dosis", sans-serif;
  margin: 40px auto;
}

.cont_footer {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.row_footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-right: 160px;
  overflow: hidden;
}

.col_footer {
  width: 25%;
  padding: 0 15px;
}

.col_footer h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  /* position: relative; */
}

.col_footer ul {
  list-style: none;
}
.col_footer ul li:not(:last-child) {
  margin-bottom: 10px;
}
.col_footer ul li {
  margin-bottom: 5px;
}
.col_footer ul li a {
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  /* color: #ffffff; */
  font-weight: 300;
  display: block;
  color: #bbbbbb;
  transition: 0.3s;
}

.col_footer ul li a:hover {
  color: #ffffff;
  padding-left: 7px;
}

.col_footer ul li span {
  font-size: 9px;
  margin-left: 10px;
  text-transform: uppercase;
}
.col_footer .socail_footer a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
}

.col_footer .socail_footer a:hover {
  color: #24262b;
  background-color: #ffffff;
}

.col_footer .qouat_footer {
  margin-top: 30px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1.8;
  line-height: 1.5;
  font-family: "Dosis", sans-serif;
}

.col_footer .qouat_footer span {
  color: #26e5c2;
  font-size: x-large;
}

.footer-botoom {
  width: 97vw;
  padding: 10px 0;
  font-size: 13px;
  text-transform: capitalize;
  word-spacing: 5px;
  font-family: "Dosis", sans-serif;
  background-color: var(--sub-components);
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-botoom .divv {
  width: 90%;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin: 0 auto;
  color: var(--stroke-color);
}
.footer-botoom .divv .social {
  margin-left: 40px;
}
.footer-botoom .divv .copy {
  margin-right: 70px;
}
.footer-botoom .divv .social i {
  margin-left: 35px;
  font-size: 20px;
  margin-top: -10px;
  color: var(--stroke-color);
  cursor: pointer;
}
.footerborder {
  border-top: 1px solid var(--stroke-color);
  margin-top: -50px;
  opacity: 0.5;
}

/* ######## Footer ########*/

/* ######## Scroll bar ########*/

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: var(--sub-components);
  box-shadow: 0, 0, 10px, #ddd inset;
}
::-webkit-scrollbar-thumb {
  background-color: var(--gradient-color);
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--stroke-color);
}
/* ######## Scroll bar ########*/

.swiper {
  width: 100%;
}
.swiper-wrapper {
  width: 100%;
  height: 35em;
  /* background-color: #26e5c2; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.card {
  width: 20em;
  height: 90%;
  background-color: #805555;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 23m var(--gradient-color);
  padding: 2em 1em;

  display: flex;
  align-items: center;
  flex-direction: column;
}

.card-image {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid var(--background-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  padding: 3px;
}
.card-image img {
  width: 100px;

  /* height: 200px; */
  border-radius: 2%;
  -webkit-border-radius: 2%;
  -moz-border-radius: 2%;
  -ms-border-radius: 2%;
  -o-border-radius: 2%;
  /* object-fit: cover; */
}
.card-content {
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-content p:first-child {
  font-family: Cairo;
  font-size: 36px;
  font-weight: 500;
  line-height: 67px;
  letter-spacing: 0em;
  text-align: center;
  color: #f1f1f1;
}
.card-content p:last-child {
  font-family: Cairo;
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;

  color: #d9d9d9;
}

/* TEST */
.first-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: calc(100% - 20%);
  margin: 10px auto;
  background-color: #f1f1f1;
  height: 100vh;
  width: 100%;
}
.swiper-conrainer-one {
  /* position: relative; */
  max-width: 420px;
  max-height: 420px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #151515;
}
.swiper-slider {
  display: flex;
  flex-direction: column;
}
.slider-image {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/* TEST */

/* lastone */
.lastone {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
  width: calc(100% - 20%);
  margin: 10px auto;
  height: 492px;
  background: #151515;
  border: 2px solid #d65b5b;
  border-radius: 8px;
}

.lastone .left img {
  width: 100%;
  fill-rule: var(--gradient-color);
  cursor: pointer;
}
.lastone .left svg {
  width: 100%;
  fill: var(--gradient-color);
  cursor: pointer;
}
.change-my-color {
  fill: #d65b5b;
}
.lastone .right {
  display: flex;
  flex-direction: column;
  justify-content: right;
  justify-content: space-evenly;
}
.lastone .right .lorem h3 {
  font-family: Almarai;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0em;
  color: #f1f1f1;
  margin-right: 100px;
}
.lastone .right p {
  font-family: Cairo;
  font-size: 21px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: right;
  margin-right: 100px;
  color: #f1f1f1;
}
.lastone .right button {
  background: linear-gradient(0deg, #272727, #272727),
    linear-gradient(180deg, #d65b5b 20.68%, rgba(255, 158, 44, 0) 203.3%);
  width: 100px;
  margin-right: 100px;
  height: 69px;
  width: 237px;
  outline: none;
  border: none;
  border-radius: 8px;
  border: 2px solid var(--gradient-color);
  color: var(--gradient-color);
  cursor: pointer;
}
.lastone .left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  /* background-color: #d65b5b; */
  /* 
  border-top: 100px solid var(--stroke-color);
  border-left: 100px solid var(--stroke-color); */
}
@media (max-width: 1000px) {
  .lastone {
    height: 950px;
    border: 2px solid #d65b5b;
  }
  .lastone .right {
    margin-top: 10px;
  }
  .lastone .left {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .lastone .right .lorem h3 {
    font-size: 48px;
  }
  .lastone .right p {
    font-size: 18px;
    margin-left: 10px;
  }
  .lastone {
    height: 850px;
    border: 2px solid #d65b5b;
  }
}
/* lastone */

/* News */
.news {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
  width: calc(100% - 20%);
  margin: 10px auto;
  background: #151515;
}
.news .left {
  background-color: white;
}
.news .right {
  background-color: var(--gradient-color);
}
.news .image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .image img {
  border: 2px solid #3e3e3e;
  border-radius: 8px;
  cursor: pointer;
  width: 450px;
  height: 450px;
}
.news .content {
  margin-top: 20px;
}
.maincontent {
  /* background-color: #dcdcdc; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 400px;
  width: 100%;
  padding: 20px 70px;
}
.maincontent button {
  height: 69px;
  width: 445px;
  border-radius: 8px;
  background: linear-gradient(0deg, #363434, #363434),
    linear-gradient(0deg, #787878, #787878);
  color: rgba(241, 241, 241, 1);
  border: 2px solid rgba(120, 120, 120, 1);
  margin-bottom: 50px;
  cursor: pointer;
}
.maincontent h3 {
  font-family: Almarai;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(241, 241, 241, 1);
  margin-bottom: 50px;
}
.maincontent p {
  font-family: Cairo;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: right;
  color: #d5d5d5;
  margin-bottom: 50px;
}
/* Change the color of the next and previous buttons */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  color: var(--gradient-color) !important;
}
/* .swiper-pagination-bullet {
  color: var(--gradient-color);
} */

/* News */
/* 
header {
  height: 100vh;
  width: 100%;
  background: url("../images/Header.png");
  filter: brightness(150%);
  -webkit-filter: brightness(150%);
  position: relative;
}
header .search {

}
 */

.hero-image {
  background-image: url("../images/Header.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.navbar {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--sub-components);
  max-width: 100%;
  padding: 15px;

  border-bottom: 2px solid var(--stroke-color);
}

.navbar .info {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
/* .navbar .list ul {
  margin-left: 300px;
} */
.navbar .info .list ul li {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
.navbar .info .list ul li a {
  color: var(--stroke-color);
  cursor: pointer;
}
/* .navbar .header {
  position: relative;
  z-index: 1;
} */

.hero-image {
  position: relative;
  z-index: 0;
}
@media (max-width: 845px) {
  .navbar .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--background-color);
  }
  .navbar ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--background-color);
  }

  .navbar li {
    margin: 20px 0;
  }
  .hero-image .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    margin-top: 100px;
  }
  /* .hero-image .content button {
    margin-right: 0;
  } */
  .hero-image .content div {
    margin-bottom: 10px;
  }
  /* .hero-image .social {
    position: absolute;
    top: 40%;
    left: 10%;
    display: flex;
    color: white;
  } */
  .hero-image .social div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    font-size: 30px;
  }
}

.btn button {
  border: 2px solid rgba(120, 120, 120, 1);
  background-color: var(--sub-components);
  border-radius: 4px;
  padding: 0.8em 1.2em 0.8em 1em;
  transition: all ease-in-out 0.2s;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
}

.btn button span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

button:hover {
  background-color: var(--gradient-color);
}
.hero-image {
  position: relative;
}
.hero-image .content {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly; */
  position: absolute;
  /* margin-top: 20%; */
  top: 60%;
  left: 50%;

  color: white;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.hero-image .social {
  position: absolute;
  top: 40%;
  left: 7%;
  color: white;
}
.hero-image .social div {
  margin-bottom: 50px;
  font-size: 30px;
}
.hero-image .social div a {
  color: var(--stroke-color);
}
.hero-image .social div a:hover {
  color: var(--gradient-color);
}
.hero-image .content div {
  margin-bottom: 30px;
}
.hero-image .content h1 {
  color: white;
  font-family: Almarai;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 0em;
  text-align: center;
}
.hero-image .content p {
  font-family: Cairo;
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
}
.hero-image .content button {
  background: linear-gradient(0deg, #272727, #272727),
    linear-gradient(180deg, #d65b5b 20.68%, rgba(255, 158, 44, 0) 203.3%);
  width: 100px;
  height: 69px;
  width: 237px;
  outline: none;
  border: none;
  border-radius: 8px;
  border: 2px solid var(--gradient-color);
  color: var(--gradient-color);
  cursor: pointer;
  margin-right: 150px;
}
