@charset "UTF-8";
/*


Project: Sıfır Araba Bul
Author: Ferhat Çakıltaş
Project URI: sifirarababul.com
Year: 2022

*/
:root {
  --primarycolor: #ffd400;
  --lightprimarycolor: #ffeaa5;
  --secondarycolor: #333;
  --lightgray: #f2f2f2;
  --sifirarababul-bg: #f2f2f3;
  --sifirarababul-color: #19191a;
  --lightblack: #211F20;
  --darksecondarycolor: #0f0f0f;
  --lightsecondarycolor: #1a1a1a;
  --sifirarababul-lightcolor: #525659;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid var(--primarycolor);
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  font: 14px/20px "Titillium Web", Arial;
}

h1 {
  font: 700 26px/32px "Titillium Web", Arial;
}

h2 {
  font: 700 22px/28px "Titillium Web", Arial;
}

h3 {
  font: 700 20px/26px "Titillium Web", Arial;
}

h4 {
  font: 700 18px/24px "Titillium Web", Arial;
}

h5 {
  font: 700 18px/24px "Titillium Web", Arial;
}

img {
  max-width: 100%;
}

body {
  background-color: var(--sifirarababul-bg);
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 1024px) {
  .container {
    width: 80%;
  }
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

.button {
  display: inline-block;
  text-decoration: none;
  border: 1px solid var(--primarycolor);
  background-color: var(--primarycolor);
  color: var(--secondarycolor);
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 30px;
  transition: all 0.3s;
}
.button:hover {
  background-color: var(--secondarycolor);
  color: var(--primarycolor);
}

.linear-line {
  position: relative;
}
.linear-line::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-image: linear-gradient(90deg, #ffd401, transparent);
  left: 0;
  bottom: -8px;
  border-radius: 10px;
}

.link-line {
  text-decoration: none;
  color: var(--secondarycolor);
  font: 700 20px/30px "Titillium Web", Arial;
  background-image: linear-gradient(0deg, rgba(243, 208, 46, 0.5), rgba(243, 208, 46, 0.5));
  background-size: 0px 0px;
  background-repeat: repeat-x;
  background-position: bottom;
  transition: all 0.3s;
  display: inline;
}
.link-line:hover {
  background-size: 5px 5px;
}

.text-center {
  text-align: center;
}

.black-head .black-sab {
  color: #fff;
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--lightblack), #363738);
  height: 240px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0;
}
.black-head .black-sab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23f2f2f3' points='0,100 100,0 100,100'/%3E%3C/svg%3E");
  display: block;
  height: 100px;
}
.black-head.home .black-sab {
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .black-head.home .black-sab {
    height: 70px;
  }
}
.black-head.home .black-sab::after {
  display: none;
}

header {
  height: 70px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header {
    height: 100px;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .header-logo .logo a {
  display: inline-block;
  width: 220px;
  height: 70px;
  background-image: url("../images/logo.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -10000px;
}
@media screen and (min-width: 1024px) {
  header .container .header-logo .logo a {
    height: 100px;
  }
}
header .container .header-menu {
  display: none;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  header .container .header-menu {
    display: flex;
    align-items: center;
  }
}
header .container .header-menu nav ul li {
  float: left;
}
header .container .header-menu nav ul li a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  position: relative;
  margin-left: 5px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 1.2em;
  transition: all 0.3s;
}
header .container .header-menu nav ul li a:hover {
  color: var(--secondarycolor);
  background-color: var(--primarycolor);
}
header .container .navbar-toggler {
  display: block;
  height: 20px;
  outline: none;
  border: 0;
  width: 30px;
  transition: all 0.3s;
  padding: 0;
  z-index: 2;
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  header .container .navbar-toggler {
    display: none;
  }
}
header .container .navbar-toggler a {
  display: inline-block;
  height: 20px;
  width: 30px;
  position: relative;
}
header .container .navbar-toggler span {
  width: 30px;
  height: 3px;
  right: 0;
  background-color: #ffffff;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
header .container .navbar-toggler span:nth-child(1) {
  position: absolute;
  top: 0;
  width: 30px;
  transform: rotatez(0deg);
}
header .container .navbar-toggler span:nth-child(2) {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -1px;
}
header .container .navbar-toggler span:nth-child(3) {
  position: absolute;
  top: 100%;
  width: 30px;
  margin-top: -2px;
  transform: rotateZ(0deg);
}
header .container .navbar-toggler.active span:nth-child(1) {
  transform: rotateZ(130deg);
  top: 10px;
}
header .container .navbar-toggler.active span:nth-child(2) {
  width: 0;
}
header .container .navbar-toggler.active span:nth-child(3) {
  transform: rotateZ(45deg);
  top: 10px;
  margin-top: 0;
}

.mm-content {
  display: block;
  width: 300px;
  height: calc(100% - 70px);
  background-color: var(--secondarycolor);
  position: fixed;
  top: 70px;
  left: -100%;
  transition: all 0.3s;
  z-index: 2;
}
@media screen and (min-width: 580px) {
  .mm-content {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .mm-content {
    display: none;
  }
}
.mm-content nav ul {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid var(--lightblack);
  margin-bottom: 0;
}
.mm-content nav ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 2% 15px 8%;
  display: inline-block;
  width: 90%;
}
.mm-content .social {
  padding: 20px 2% 20px 8%;
  border-bottom: 1px solid var(--lightblack);
}
.mm-content .social a {
  background-color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 20px;
}
.mm-content .social a[href*=facebook] {
  color: #2374E1;
}
.mm-content .social a[href*=twitter] {
  color: #1d9bf0;
}
.mm-content .social a[href*=linkedin] {
  color: #0a66c2;
}
.mm-content .social a[href*=whatsapp] {
  color: #25D366;
}
.mm-content .social a[href*=telegram] {
  color: #0088cc;
}
.mm-content .social a[href*=youtube] {
  color: #FF0000;
}
.mm-content .social a[href*=instagram] {
  color: #405DE6;
}
.mm-content .info-link {
  padding: 20px 2% 20px 8%;
}
.mm-content .info-link a {
  text-decoration: none;
  color: var(--lightgray);
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 15px;
}
.mm-content.active {
  left: 0;
}

.mm-open {
  overflow: hidden;
}
.mm-open::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.24);
  transition: all 0.3s;
}

.home-section {
  padding: 50px 0;
}
.home-section .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .home-section .title {
    font-size: 28px;
  }
}
.home-section .description {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .home-section .description {
    font-size: 16px;
  }
}
.home-section .button {
  box-shadow: rgba(255, 212, 0, 0.25) 0px 13px 27px -5px, rgba(255, 212, 0, 0.3) 0px 8px 16px -8px;
}
.home-section .button:hover {
  box-shadow: rgba(255, 212, 0, 0.25) 0px 13px 27px -5px, rgba(255, 212, 0, 0.3) 0px 8px 16px -8px;
}

.page-section {
  padding: 50px 0;
}
.page-section .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.page-section .description {
  font-size: 16px;
  font-weight: 400;
}
.page-section .button {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.page-section .button:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.details-menu {
  margin-top: 30px;
}
.details-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  background-color: var(--secondarycolor);
}
.details-menu ul li {
  list-style: none;
}
.details-menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 15px;
  display: inline-block;
  transition: all 0.3s;
}
.details-menu ul li a:hover {
  background-color: var(--primarycolor);
}

.brand {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-top: 30px;
  justify-content: space-around;
}
.brand-item {
  width: calc(33.33% - 15px);
  margin-bottom: 15px;
}
@media screen and (min-width: 400px) {
  .brand-item {
    width: calc(20% - 15px);
  }
}
@media screen and (min-width: 580px) {
  .brand-item {
    width: calc(12.5% - 15px);
  }
}
@media screen and (min-width: 768px) {
  .brand-item {
    width: calc(11.11% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .brand-item {
    width: calc(10% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .brand-item {
    width: calc(8.33% - 15px);
  }
}
.brand-item a {
  display: inline-block;
}
.brand-item-image {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(255, 212, 0, 0.04) 0px 0px 15px -7px;
  border: 1px solid var(--sifirarababul-bg);
  transition: all 0.3s;
}
.brand-item-image img {
  filter: grayscale(1);
  transition: all 0.3s;
}
.brand-item-title {
  color: var(--lightblack);
  text-decoration: none;
  padding: 8px 2px 5px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-weight: 400;
  width: calc(100% - 10px);
}
.brand-item:hover .brand-item-image {
  box-shadow: rgba(255, 212, 0, 0.54) 0px 0px 30px -8px;
  border: 1px solid var(--primarycolor);
}
.brand-item:hover .brand-item-image img {
  filter: grayscale(0);
}

.post {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0px;
       column-gap: 0px;
  padding-top: 30px;
}
@media screen and (min-width: 580px) {
  .post {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.post-item {
  width: 100%;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 0px;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 580px) {
  .post-item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .post-item {
    width: calc(33.33% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  .post-item {
    width: calc(33.33% - 30px);
  }
}
@media screen and (min-width: 1366px) {
  .post-item {
    width: calc(25% - 30px);
  }
}
.post-item-image {
  height: 230px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 580px) {
  .post-item-image {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .post-item-image {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .post-item-image {
    height: 180px;
  }
}
.post-item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}
.post-item-description {
  padding: 15px 15px;
}
.post-item-description .category {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #b3b3b3;
  width: 100%;
}
.post-item-description .category h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
.post-item-description .title {
  width: 100%;
  text-decoration: none;
  color: var(--lightblack);
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  text-shadow: none;
  background-image: linear-gradient(0deg, rgba(243, 208, 46, 0.5), rgba(243, 208, 46, 0.5));
  background-size: 0px 0px;
  background-repeat: repeat-x;
  background-position: bottom;
  transition: all 0.3s;
}
.post-item-description .title h3 {
  display: inline;
}
.post-item-description .social {
  display: flex;
  align-items: center;
}
.post-item-description .social span {
  font-size: 12px;
  color: #b3b3b3;
  margin-right: 3px;
}
.post-item-description .social a {
  display: inline-block;
  color: var(--lightblack);
  font-size: 20px;
  margin-right: 4px;
}
.post-item-description .social a[href*=facebook] {
  color: #2374E1;
}
.post-item-description .social a[href*=twitter] {
  color: #1d9bf0;
}
.post-item-description .social a[href*=linkedin] {
  color: #0a66c2;
}
.post-item-description .social a[href*=whatsapp] {
  color: #25D366;
}
.post-item-description .social a[href*=telegram] {
  color: #0088cc;
}
.post-item:hover {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 25px -5px;
}
.post-item:hover .post-item-image {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 0px;
  border-radius: 20px 20px 0 0;
}
.post-item:hover .post-item-image img {
  transform: scale(1.1);
}
.post-item:hover .post-item-description {
  border-radius: 20px 20px 0px 0px;
}
.post-item:hover .post-item-description .title {
  background-size: 4px 7px;
}

.post-detail {
  position: relative;
}
.post-detail .post-detail-top {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
@media screen and (max-width: 768px) {
  .post-detail .post-detail-top {
    flex-wrap: wrap;
  }
}
.post-detail .post-detail-top .post-detail-gallery {
  width: 30%;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .post-detail .post-detail-top .post-detail-gallery {
    width: 100%;
    padding-right: 0;
  }
}
.post-detail .post-detail-top .post-detail-gallery .car-photo {
  height: 200px;
  border: 1px solid var(--lightgray);
  background-color: #ffffff;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .post-detail .post-detail-top .post-detail-gallery .car-photo {
    height: 350px;
  }
}
@media screen and (max-width: 580px) {
  .post-detail .post-detail-top .post-detail-gallery .car-photo {
    height: 300px;
  }
}
.post-detail .post-detail-top .post-detail-gallery .car-photo .car-photo-content {
  height: 100%;
}
.post-detail .post-detail-top .post-detail-gallery .car-photo .car-photo-content a {
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-detail .post-detail-top .post-detail-gallery .car-photo-thumb {
  padding-top: 5px;
  width: 100%;
  position: relative;
  overflow-y: scroll;
}
.post-detail .post-detail-top .post-detail-gallery .car-photo-thumb .car-photo-thumb-content {
  display: flex;
  height: 86px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .post-detail .post-detail-top .post-detail-gallery .car-photo-thumb .car-photo-thumb-content {
    height: 130px;
  }
}
.post-detail .post-detail-top .post-detail-gallery .car-photo-thumb .car-photo-thumb-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 70px;
  border: 1px solid var(--lightgray);
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .post-detail .post-detail-top .post-detail-gallery .car-photo-thumb .car-photo-thumb-content a {
    width: 140px;
    height: 100px;
  }
}
.post-detail .post-detail-top .post-detail-gallery .car-photo-thumb .swiper-slide {
  height: 70px;
}
.post-detail .post-detail-top .post-detail-gallery .car-photo-thumb .swiper-slide .image {
  height: calc(100% - 12px);
  width: calc(100% - 10px);
  border: 1px solid var(--lightgray);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.post-detail .post-detail-top .post-detail-gallery .car-photo-thumb .swiper-slide .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.post-detail .post-detail-top .post-detail-excerpt {
  width: 70%;
  padding: 0px 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .post-detail .post-detail-top .post-detail-excerpt {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
.post-detail .post-detail-top .post-detail-excerpt .car-details h1 {
  font-size: 28px;
  margin-bottom: 25px;
  color: var(--sifirarababul-color);
  position: relative;
}
.post-detail .post-detail-top .post-detail-excerpt .car-details .short-description {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--secondarycolor);
}
.post-detail .post-detail-top .post-detail-excerpt .car-details .short-feature {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.post-detail .post-detail-top .post-detail-excerpt .car-details .short-feature li {
  list-style: none;
  width: calc(33% - 10px);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #999999;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .post-detail .post-detail-top .post-detail-excerpt .car-details .short-feature li {
    width: calc(50% - 10px);
  }
}
.post-detail .post-detail-top .post-detail-excerpt .car-details .short-feature li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 50%;
  left: 0px;
  top: 0;
  border-radius: 10px;
  background-color: var(--primarycolor);
}
.post-detail .post-detail-top .post-detail-excerpt .car-details .short-feature li .short-feature-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondarycolor);
}
.post-detail .car-feature-details {
  padding-top: 30px;
}
.post-detail .car-feature-details .car-feature-details-content h2 {
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .post-detail .car-feature-details .car-feature-details-content h2 {
    font-size: 1.8em;
  }
}
.post-detail .car-feature-details .car-feature-details-content .car-feature-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-detail .car-feature-details .car-feature-details-content .car-feature-container .car-feature-box {
  width: 49%;
  border-top: 0;
  margin-bottom: 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 25px;
  padding: 15px 20px;
  box-sizing: border-box;
  box-shadow: 0px 8px 24px 0px rgba(140, 149, 159, 0.2);
}
@media screen and (max-width: 768px) {
  .post-detail .car-feature-details .car-feature-details-content .car-feature-container .car-feature-box {
    width: 100%;
  }
}
.post-detail .car-feature-details .car-feature-details-content .car-feature-container .car-feature-box h3 {
  position: relative;
  font-weight: 600;
  padding: 5px 5px;
  z-index: 1;
}
.post-detail .car-feature-details .car-feature-details-content .car-feature-container .car-feature-box h3::after {
  content: "";
  background-color: var(--primarycolor);
  position: absolute;
  width: 30px;
  height: 5px;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  z-index: 0;
}
.post-detail .car-feature-details .car-feature-details-content .car-feature-container .car-feature-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-detail .car-feature-details .car-feature-details-content .car-feature-container .car-feature-box ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--sifirarababul-bg);
  background-color: #ffffff;
  transition: all 0.3s;
}
.post-detail .car-feature-details .car-feature-details-content .car-feature-container .car-feature-box ul li strong {
  width: 40%;
  padding: 5px;
  font-weight: 600;
}
.post-detail .car-feature-details .car-feature-details-content .car-feature-container .car-feature-box ul li span {
  display: block;
  width: 60%;
  padding: 5px;
}
.post-detail .car-feature-details .car-feature-details-content .car-feature-container .car-feature-box ul li:last-child {
  border-bottom: 0;
}
.post-detail .car-feature-details .car-feature-details-content .car-feature-container .car-feature-box ul li:hover {
  background-color: var(--sifirarababul-bg);
}

.car-description {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 30px;
  margin-bottom: -50px;
  background-color: #ffffff;
  border-top: 2px solid var(--primarycolor);
}
.car-description .car-description-content h2 {
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--secondarycolor);
  font-size: 2em;
  line-height: 1.5em;
}
.car-description .car-description-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.news-container {
  max-width: 1140px;
  margin: 0 auto;
}
.news-container .news-top {
  width: 60%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .news-container .news-top {
    width: 100%;
  }
}
.news-container .news-top h1 {
  font: 700 46px/54px "Titillium Web", Arial;
  margin-bottom: 10px;
  color: var(--secondarycolor);
}
@media screen and (max-width: 768px) {
  .news-container .news-top h1 {
    font: 700 36px/44px "Titillium Web", Arial;
  }
}
@media screen and (max-width: 580px) {
  .news-container .news-top h1 {
    font: 700 26px/30px "Titillium Web", Arial;
  }
}
.news-container .news-top p {
  font: 500 24px/30px "Titillium Web", Arial;
  color: var(--sifirarababul-lightcolor);
}
@media screen and (max-width: 768px) {
  .news-container .news-top p {
    font: 500 20px/26px "Titillium Web", Arial;
  }
}
@media screen and (max-width: 580px) {
  .news-container .news-top p {
    font: 500 18px/22px "Titillium Web", Arial;
  }
}
.news-container .news-image {
  margin-bottom: 25px;
}
.news-container .news-image img {
  border-radius: 10px;
}
.news-container .news-row {
  display: flex;
  flex-wrap: wrap;
}
.news-container .news-row .news-left {
  width: 20%;
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-left {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.news-container .news-row .news-left .social-share {
  position: sticky;
  top: 25px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-left .social-share {
    position: relative;
    height: 50px;
    top: auto;
  }
}
.news-container .news-row .news-left .social-share p {
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-left .social-share p {
    display: none;
  }
}
.news-container .news-row .news-left .social-share .social-share-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-left .social-share .social-share-content {
    display: flex;
    padding: 0;
    height: 50px;
  }
}
.news-container .news-row .news-left .social-share .social-share-content a {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  font-weight: 600;
  transition: all 0.3s;
  z-index: 12;
}
.news-container .news-row .news-left .social-share .social-share-content a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .news-container .news-row .news-left .social-share .social-share-content a {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-left .social-share .social-share-content a {
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .news-container .news-row .news-left .social-share .social-share-content a span {
    display: none;
  }
}
.news-container .news-row .news-left .social-share .social-share-content a i {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .news-container .news-row .news-left .social-share .social-share-content a i {
    text-indent: 0px;
  }
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-left .social-share .social-share-content a i {
    font-size: 20px;
  }
}
.news-container .news-row .news-left .social-share .social-share-content a:last-child {
  margin-bottom: 0;
}
.news-container .news-row .news-left .social-share .social-share-content a[href*=facebook] {
  background-color: #2374E1;
}
.news-container .news-row .news-left .social-share .social-share-content a[href*=twitter] {
  background-color: #1d9bf0;
}
.news-container .news-row .news-left .social-share .social-share-content a[href*=linkedin] {
  background-color: #0a66c2;
}
.news-container .news-row .news-left .social-share .social-share-content a[href*=whatsapp] {
  background-color: #25D366;
}
.news-container .news-row .news-left .social-share .social-share-content a[href*=telegram] {
  background-color: #0088cc;
}
.news-container .news-row .news-left .social-share .social-share-content a[href*=youtube] {
  background-color: #FF0000;
}
.news-container .news-row .news-left .social-share .social-share-content a[href*=instagram] {
  background-color: #405DE6;
}
.news-container .news-row .news-right {
  width: 80%;
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-right {
    width: 100%;
  }
}
.news-container .news-row .news-right .news-content {
  width: 90%;
  margin: 0 5% 30px auto;
}
@media screen and (max-width: 768px) {
  .news-container .news-row .news-right .news-content {
    margin: 0 0% 30px auto;
    width: 95%;
  }
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-right .news-content {
    width: 100%;
  }
}
.news-container .news-row .news-right .news-content p {
  color: var(--sifirarababul-lightcolor);
  font: 500 20px/30px "Titillium Web", Arial;
  margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-right .news-content p {
    font: 500 16px/22px "Titillium Web", Arial;
  }
}
.news-container .news-row .news-right .news-content h2 {
  margin-bottom: 25px;
  font: 700 28px/38px "Titillium Web", Arial;
  color: var(--secondarycolor);
  border-left: 6px solid var(--primarycolor);
  padding-left: 15px;
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-right .news-content h2 {
    font: 700 22px/28px "Titillium Web", Arial;
  }
}
.news-container .news-row .news-right .news-content h3 {
  margin-bottom: 25px;
  font: 700 26px/36px "Titillium Web", Arial;
  color: var(--secondarycolor);
  border-left: 6px solid var(--primarycolor);
  padding-left: 15px;
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-right .news-content h3 {
    font: 700 22px/28px "Titillium Web", Arial;
  }
}
.news-container .news-row .news-right .news-content h4 {
  margin-bottom: 25px;
  font: 700 24px/34px "Titillium Web", Arial;
  color: var(--secondarycolor);
  border-left: 6px solid var(--primarycolor);
  padding-left: 15px;
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-right .news-content h4 {
    font: 700 22px/28px "Titillium Web", Arial;
  }
}
.news-container .news-row .news-right .news-content img {
  margin: 25px 0;
  border-radius: 10px;
}
.news-container .news-row .news-right .news-content a {
  text-decoration: none;
  color: var(--secondarycolor);
  font: 700 20px/30px "Titillium Web", Arial;
  background-image: linear-gradient(0deg, rgba(243, 208, 46, 0.5), rgba(243, 208, 46, 0.5));
  background-size: 5px 5px;
  background-repeat: repeat-x;
  background-position: bottom;
}
@media screen and (max-width: 580px) {
  .news-container .news-row .news-right .news-content a {
    font: 700 16px/22px "Titillium Web", Arial;
  }
}
.news-container .news-row .news-right .news-content .post-tag {
  padding-top: 10px;
}
.news-container .news-row .news-right .news-content .post-tag a {
  background-size: 0;
  background-color: #ffffff;
  position: relative;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 5px;
  margin-left: 3px;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 5px 0px;
}

.post-feature h2.section-title {
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .post-feature h2.section-title {
    font-size: 1.8em;
  }
}
.post-feature .post-feature-content {
  position: relative;
  padding-bottom: 50px;
}
.post-feature .post-feature-content .row {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .post-feature .post-feature-content .row {
    flex-wrap: wrap;
  }
}
.post-feature .post-feature-content .row .feature-col {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 5px 0px;
}
@media screen and (max-width: 768px) {
  .post-feature .post-feature-content .row .feature-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.post-feature .post-feature-content .row .feature-col .feature-img a {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.post-feature .post-feature-content .row .feature-col .feature-img a img {
  aspect-ratio: 16/9;
  width: 360px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.post-feature .post-feature-content .row .feature-col .feature-content {
  padding: 15px;
}
.post-feature .post-feature-content .row .feature-col .feature-content a {
  text-decoration: none;
  color: var(--sifirarababul-color);
}
.all-brand-section {
  position: relative;
}
.all-brand-section h1 {
  color: #ffffff;
}

.breadcrumb {
  height: 20px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 11px -14px black;
}
.breadcrumb ol {
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  float: left;
  list-style: none;
  margin-right: 20px;
  position: relative;
}
.breadcrumb ol li:nth-child(4) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .breadcrumb ol li:nth-child(4) {
    max-width: 100px;
  }
}
.breadcrumb ol li a {
  color: #b3b3b3;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb ol li.active a span {
  font-weight: 700;
}
.breadcrumb ol li::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #cfcfcf;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  margin-left: 6px;
  left: 100%;
  z-index: 1;
}
.breadcrumb ol li::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  margin-left: 4px;
  left: 100%;
  z-index: 1;
}
.breadcrumb ol li:last-child:before, .breadcrumb ol li:last-child:after {
  display: none;
}

footer {
  background-color: var(--secondarycolor);
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 0px;
       column-gap: 0px;
  padding: 50px 20px;
  width: calc(90% - 40px);
}
@media screen and (min-width: 580px) {
  footer .container {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  footer .container {
    width: calc(80% - 40px);
  }
}
footer .container .footer-col {
  width: calc(100% - 30px);
}
@media screen and (min-width: 580px) {
  footer .container .footer-col {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  footer .container .footer-col {
    width: calc(33.33% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  footer .container .footer-col {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  footer .container .footer-col.footer-1 {
    width: calc(100% - 30px);
    text-align: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  footer .container .footer-col.footer-1 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  footer .container .footer-col.footer-1 img {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-col.footer-4 {
    padding-top: 40px;
    width: calc(100% - 30px);
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  footer .container .footer-col.footer-4 {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  footer .container .footer-col.footer-3 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 580px) {
  footer .container .footer-col.footer-2, footer .container .footer-col.footer-3 {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-col.footer-2, footer .container .footer-col.footer-3 {
    text-align: center;
  }
}
footer .container .footer-col h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--lightgray);
  margin-bottom: 15px;
}
footer .container .footer-col .footer-links {
  margin: 0;
  padding: 0;
}
footer .container .footer-col .footer-links li {
  list-style: none;
  margin-bottom: 5px;
}
footer .container .footer-col .footer-links li a {
  color: var(--lightgray);
  text-decoration: none;
  line-height: 22px;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
}
footer .container .footer-col .footer-links li a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  right: 0;
  bottom: 0px;
  background-color: var(--blackcolor);
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
  background-color: #ffffff;
}
footer .container .footer-col .footer-links li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
footer .container .footer-col .social a {
  color: var(--lightblack);
  background-color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 17px;
  font-size: 16px;
  transition: all 0.3s;
}
footer .container .footer-col .social a:hover {
  background-color: var(--secondarycolor);
  color: var(--primarycolor);
}

.bottom-footer {
  background-color: var(--darksecondarycolor);
}
.bottom-footer .bottom-footer-content {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bottom-footer .bottom-footer-content p {
  margin: 0;
  padding: 0 10px;
  color: var(--lightsecondarycolor);
}
.bottom-footer .bottom-footer-content li {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
.bottom-footer .bottom-footer-content li a {
  text-decoration: none;
  color: var(--lightsecondarycolor);
}/*# sourceMappingURL=style.css.map */