* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  --about-bg-color: white;
  --about-txt-color: black;
  --about-c-con-text-color: black;
  --service-cont-color: #fff;
  --about-cont-bg-color: #e4e3e3;
  --about-text-cl: #333;
  --car-btn-bg-color: #f3f3f3;
  --car-btn-text-color: #1e2228;
  --color-pul: #ae8e00;
  --btn-color: #ffd000;
  --person-cont-bg: #b0adad;
  --person-bg-color: #fff;
  --dsp-lay: flex;
  --blog-btn-bg-color: white;
  --blog-btn-text-color: black;
}

.dark {
  --about-bg-color: #000000e6;
  --about-txt-color: chartreuse;
  --about-c-con-text-color: white;
  --service-cont-color: #515b69;
  --about-cont-bg-color: #403c3c;
  --about-text-cl: #cbc7c7;
  --car-btn-bg-color: #000;
  --car-btn-text-color: #fff;
  --color-pul: #ffd000;
  --btn-color: #8c7308;
  --person-cont-bg: #5c5757;
  --person-bg-color: #282828;
  --dsp-lay: none;
  --blog-btn-bg-color: rgb(39, 38, 38);
  --blog-btn-text-color: white;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(242, 230, 62)), color-stop(0.72, rgb(198, 190, 43)), color-stop(0.86, rgb(164, 175, 37)));
}

.hidden {
  display: none !important;
}

.scroll {
  position: fixed;
  z-index: 10;
  width: 30px;
  height: 60px;
  right: 20px;
  bottom: 35px;
  transform: translateY(93px);
  transition: all 1s;
  cursor: pointer;
}

.blog-main {
  width: 100%;
  height: 426px;
  background: url(https://samir1009ms.github.io/car-product//img/product/account\ mainpage-title.jpg.webp);
  background-repeat: round;
}
.blog-main .blog-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6196078431);
}
.blog-main .blog-container .blog-container-top {
  text-align: center;
  font-size: 15px;
  margin-bottom: 25px;
}
.blog-main .blog-container .blog-container-top .blog-text {
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 33px;
  color: white;
}
.blog-main .blog-container .blog-container-top .blog-container-icon {
  position: relative;
  width: 60px;
  margin: 0 auto;
  color: #ffd000;
  font-size: 18px;
}
.blog-main .blog-container .blog-container-top .blog-container-icon::after {
  content: "";
  background-color: #fff;
  height: 2px;
  left: -38px;
  position: absolute;
  top: 12px;
  width: 50px;
}
.blog-main .blog-container .blog-container-top .blog-container-icon::before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: -38px;
  top: 12px;
  width: 50px;
}
.blog-main .blog-container .blog-container-top .blog-txt {
  margin-top: 10px;
  color: #fff;
  letter-spacing: 0.8px;
  font-weight: 100;
}

.articles {
  width: 100%;
  height: auto;
  padding: 100px 0 54px;
  background: var(--about-bg-color);
  color: var(--about-text-cl);
}
.articles .articles-container {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-bottom: 1px;
  background: var(--about-cont-bg-color);
}
@media (max-width: 767px) {
  .articles .articles-container {
    width: 100% !important;
  }
}
.articles .articles-container .articles-top {
  text-align: center;
  font-size: 15px;
  height: 186px;
  width: 100%;
}
.articles .articles-container .articles-top .articles-text {
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 33px;
}
.articles .articles-container .articles-top .articles-icon {
  position: relative;
  width: 60px;
  margin: 0 auto;
  color: #ffd000;
  font-size: 18px;
}
.articles .articles-container .articles-top .articles-icon::after {
  content: "";
  background-color: var(--about-text-cl);
  height: 2px;
  left: -38px;
  position: absolute;
  top: 12px;
  width: 50px;
}
.articles .articles-container .articles-top .articles-icon::before {
  background-color: var(--about-text-cl);
  content: "";
  height: 2px;
  position: absolute;
  right: -38px;
  top: 12px;
  width: 50px;
}
.articles .articles-container .articles-top .articles-txt {
  margin-top: 10px;
  color: var(--about-text-cl);
  letter-spacing: 0.8px;
  font-weight: 100;
}
.articles .articles-container .column-revers {
  flex-direction: row-reverse;
}
.articles .articles-container .articles-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 6px 2px #9f9797;
  height: 300px;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .articles .articles-container .articles-bottom {
    flex-direction: column !important;
    height: auto !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 991px) {
  .articles .articles-container .articles-bottom {
    flex-direction: column;
    height: auto;
    padding-bottom: 40px;
  }
}
.articles .articles-container .articles-bottom .articles-img {
  width: 69.104%;
  height: 100%;
}
@media (max-width: 767px) {
  .articles .articles-container .articles-bottom .articles-img {
    width: 100% !important;
    padding-bottom: 35px !important;
  }
}
@media (max-width: 991px) {
  .articles .articles-container .articles-bottom .articles-img {
    width: 100%;
    padding-bottom: 35px;
  }
}
.articles .articles-container .articles-bottom .articles-img .articles-jpg {
  width: 100%;
  filter: grayscale(100%);
  transition: all 0.4s;
  height: 100%;
}
.articles .articles-container .articles-bottom .articles-img .articles-jpg:hover {
  filter: grayscale(0%);
  transition: all 0.4s;
}
.articles .articles-container .articles-bottom .articles-right {
  padding: 0 25px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .articles .articles-container .articles-bottom .articles-right {
    padding: 0 !important;
  }
}
.articles .articles-container .articles-bottom .articles-right .date2 {
  left: inherit !important;
  right: -28px;
}
@media (max-width: 767px) {
  .articles .articles-container .articles-bottom .articles-right .date2 {
    right: 47% !important;
  }
}
@media (max-width: 991px) {
  .articles .articles-container .articles-bottom .articles-right .date2 {
    right: 40%;
  }
}
.articles .articles-container .articles-bottom .articles-right .articles-date {
  position: absolute;
  top: 35%;
  left: -25px;
  width: 55px;
  background: #ffe000;
  text-align: center;
  border-radius: 10px;
  padding: 6px;
  color: #fff;
}
@media (max-width: 767px) {
  .articles .articles-container .articles-bottom .articles-right .articles-date {
    top: -21% !important;
    left: 40% !important;
  }
}
@media (max-width: 991px) {
  .articles .articles-container .articles-bottom .articles-right .articles-date {
    top: -30%;
    left: 47%;
  }
}
.articles .articles-container .articles-bottom .articles-right .articles-right-container {
  margin-left: 33px;
  background: var(--person-bg-color);
  padding: 10px;
}
.articles .articles-container .articles-bottom .articles-right .articles-right-container .articles-right-text {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  color: var(--about-text-cl);
  font-size: 20px;
}
.articles .articles-container .articles-bottom .articles-right .articles-right-container .articles-right-txt {
  margin: 15px 0 10px;
}
.articles .articles-container .articles-bottom .articles-right .articles-right-container .articles-right-txt .txt-container {
  color: var(--about-text-cl);
  font-size: 12px;
  font-weight: 600;
  margin-right: 25px;
  text-transform: uppercase;
}
.articles .articles-container .articles-bottom .articles-right .articles-right-container .articles-right-txt .txt-container .articles-name .articles-user {
  color: #ffd000;
}
.articles .articles-container .articles-bottom .articles-right .articles-right-container .articles-info {
  color: var(--about-text-cl);
  line-height: 1.8;
  text-transform: capitalize;
}
.articles .articles-container .articles-bottom .articles-right .articles-right-container .articles-button {
  background-color: var(--btn-color);
  color: var(--car-btn-text-color);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 25px;
  padding: 16px 40px;
  cursor: pointer;
  transition: all 0.4s;
  border: none;
  text-transform: uppercase;
}
.articles .articles-container .articles-bottom .articles-right .articles-right-container .articles-button:hover {
  background-color: #ffd000;
  color: #fff;
  border: none;
}
.articles .articles-buton {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.articles .articles-buton .articles-buton-container .buton {
  width: 197px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border: 1px solid #ffd000;
  display: flex;
}
.articles .articles-buton .articles-buton-container .buton .bb {
  background: #ffd000 !important;
  color: #000;
}
.articles .articles-buton .articles-buton-container .buton .buttonx {
  padding: 0.5rem 0.75rem;
  border: none;
  border-left: 1px solid #ffd000;
  color: var(--blog-btn-text-color);
  background: var(--blog-btn-bg-color);
}
.articles .articles-buton .articles-buton-container .buton .buttonx:hover {
  background: #ffd000;
  color: white;
}
.articles .articles-buton .articles-buton-container .buton .buttonNext {
  padding: 0.5rem 0.75rem;
  border: none;
  border-left: 1px solid #ffd000;
  color: var(--blog-btn-text-color);
  background: var(--blog-btn-bg-color);
}
.articles .articles-buton .articles-buton-container .buton .buttonNext:hover {
  background: #ffd000;
  color: white;
}
.articles .articles-buton .articles-buton-container .buton .buttonPrew {
  padding: 0.5rem 0.75rem;
  border: none;
  border-left: 1px solid #ffd000;
  color: var(--blog-btn-text-color);
  background: var(--blog-btn-bg-color);
}
.articles .articles-buton .articles-buton-container .buton .buttonPrew:hover {
  background: #ffd000;
  color: white;
}/*# sourceMappingURL=blog.css.map */