body {
  direction: rtl;
  font-family: Morabba;
  background: #151517;
  scroll-behavior: smooth;
}

ul {
  padding: 0;
  margin: 0;
}

.fa:before, .far:before , .fas:before {
	font-family: "Font Awesome 5 Free" !important;
}

li {
  list-style: none;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s all !important;
}

.darklayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}

/* Start Top Part */
.top-part {
  display: flex;
}

.top-part .right-content {
  flex: 15%;
  background-color: #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  height: 600px;
}

.top-part .right-content .brand-logo {
  height: 350px;
}

.top-part .right-content .brand-logo img {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  object-fit: contain;
}

.top-part .right-content .social-holder {}

.top-part .right-content .social-holder .social-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-part .right-content .social-holder .social-items .social-item {
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 50%;
}

.top-part .right-content .social-holder .social-items .social-item:last-child {
  margin-bottom: 0 !important;
}

.top-part .right-content .social-holder .social-items .social-item>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.top-part .right-content .social-holder .social-items .social-item>a>i {
  color: #1d1d1d;
}

.top-part .left-content {
  flex: 85%;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;

}

/* Slider */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center !important;
  font-size: 18px;
  background: #fff !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.swiper-pagination {
  text-align: left !important;
  padding-left: 30px;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-pagination-bullet {
  background-color: #040 !important;
}

.slider-holder {
  position: relative;
}


.slider-holder .inner-slider {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-holder .inner-slider .content-slider {
  text-align: right;
  height: 100%;
  padding: 120px 0px;
}

.slider-holder .inner-slider .title-slider {}

.slider-holder .inner-slider .title-slider>h2 {
  font-size: 36px;
  color: #1d1d1d;
}

.slider-holder .inner-slider .btn-slider {}

.main-btn {
  color: #1d1d1d;
  background-color: #040;
  border-radius: 0;
  padding: 4px 42px;
  font-size: 22px;
}

.main-btn:hover {
  opacity: 0.8;
}

/* Slider */

/* End Top Part */
/* Start Header  */

.main-header {
  background-color: #151515;
  width: 100%;
  position: initial;
  z-index: 4;
  top: 0;
  left: 0;
  border-bottom: 1px solid #050;
}

.header-content {
  display: flex;
  justify-content: space-between;
  height: 75px;
}

.header-content .right {
  display: flex;
  align-items: center;
  padding: 20px 0px 20px 20px;
}

.header-content .right .burger-btn {
  display: none;
  border: 0;
  background-color: transparent;
}

.header-content .right .burger-btn>i {
  color: #fff;
  font-size: 22px;
}

.header-content .left {
  display: flex;
  align-items: end;
  justify-content: end;
}


.header-content .logo-holder {
  width: 90px;
  height: 100%;
  padding: 4px;
}

.header-content .logo-holder img {
  width: 60px;
  height: auto;
  object-fit: contain;
  padding-top: 4px;
}

.logo-holder a{
  display: block;
  width: 100%;
  height: 100%;
}

.header-content .main-menu {
  margin-left: 16px;
	font-family: 'Vanda';
}

.main-menu .nav-menu {}

.main-menu .nav-menu .nav-items {
  display: flex;
  flex-direction: row;
}

.main-menu .nav-menu .nav-items li{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.main-menu .nav-menu .nav-items a {
  color: #fff;
  font-size: 24px;
  padding-top: 0;
  position: relative;
  transition: 0.3s all;
}

.main-menu .nav-menu .nav-items a:after {
  content: "";
  width: 20px;
  height: 12px;
  background-image: url("../../images/downarrow.png");
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s all;
}

.main-menu .nav-menu li:hover > a::after {
  opacity: 1;
}

.main-menu .nav-menu li:hover > a {
  color: #040;
  cursor: pointer;
}

li:hover>.sub-menu {
  display: block;
}
.nav-menu li a{
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.sub-menu li a {
  color: #333;
}

.sub-menu li a::after {
  background: initial !important;
  width: 0 !important;
  height: 0 !important;
}

/* Sub Menu */
.sub-menu {
  position: absolute;
  width: 250px;
  top: 45px;
  box-shadow: 0 5px 30px rgb(70 72 77 / 10%);
  background-color: #2a2727;
  border-radius: 4px;
  padding: 16px 0;
  display: none;
  z-index: 2;
}

.sub-menu li{
  margin-bottom: 8px;
}

.menu-item-has-children>.sub-menu {
  display: none;
}

.sub-menu li a {
  text-decoration: none;
  color: #1d1d1d;
  transition: 0.3s all;
  font-size: 20px;
  padding: 4px 24px;
  width: 100%;
  display: block;
}

.menu-item-has-children::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 20px;
}


/* End Header  */
/* Start Main  */
.section-title {
  text-align: center;
}

.section-title>h2 {
  color: #fff;
  font-size: 42px;
  padding: 30px 0;
  margin: 0;
}

.section-title>h2 * {
  font-size: 42px !important;
}

.yellow-color {
  color: #040;
}

/* About */
.about-inner {
  display: flex;
  height: 450px;
}

.about-inner .image-holder {
  flex: 50%;
}

.about-inner .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-inner .details-holder {
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1d1d1d;
  background-image: url("../../images/texture.jpg");
  background-size: cover;
}

.about-inner .details-holder>h3 {
  color: #fff;
  font-size: 36px;
  width: 70%;
}

.about-inner .details-holder>p {
  text-align: justify;
  color: #fff;
  opacity: 0.8;
  width: 70%;
  font-size: 22px;
}

/* Gallery */
.gallery .swiper-slide {
  transition: .7s all;
  transform: scale(0.7);
  background-color: transparent !important;
}

.gallery .swiper-slide-active {
  transform: scale(1) !important;
}

.gallery-slider {
  border-right: 1px solid #040;
  border-left: 1px solid #040;
}

.gallery-slider {
  border-right: 1px solid #040;
  border-left: 1px solid #040;
}

.inner-gallery {
  height: 450px;
  width: 100%;
  position: relative;
}

.inner-gallery .image-gallery {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.inner-gallery .image-gallery img {
  transition: .3s all;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inner-gallery .gallery-btn {
  bottom: 16px;
  position: absolute;
  width: 100%;
}

.inner-gallery .gallery-btn .main-btn {
  font-size: 22px;
  opacity: 1;
}

.inner-gallery .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-color: rgb(0, 0, 0, 0.5); */
  transition: .3s all;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 24px;
}

.inner-gallery .overlay span {
  color: black;
  transform: rotate(-90deg);
  padding-bottom: 46px;
}

.inner-gallery:hover .overlay {
  opacity: 0;
  visibility: hidden;

}

.inner-gallery:hover .main-btn {
  opacity: 1;
  z-index: 3;
}

.inner-gallery:hover .image-gallery img {
  transform: scale(1.1);
}

.gallery-slider i {
  color: #fff;
}

.gallery-slider .swiper-button-next::after,
.swiper-button-prev:after {
  display: none;
}

/* Blog */
.inner-blog {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
}

.inner-blog.big {
  height: 500px;
}

.inner-blog .image-blog {
  width: 100%;
  height: 100%;
}

.inner-blog .image-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-blog .desc-blog {
  width: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  position: absolute;
  bottom: -61%;
  left: 0;
  transition: .3s all;
  text-align: center;
  padding: 16px 0;
}

.inner-blog.big .desc-blog {
  text-align: right;
  bottom: -100%;
  padding: 16px;
}

.inner-blog.big .desc-blog>h3 {
  width: 100%;
}

.inner-blog.big .desc-blog>p {
  width: 100%;
}

.inner-blog .desc-blog>h3 {
  color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 8px;
}

.inner-blog .desc-blog>p {
  color: #fff;
  width: 50%;
  margin: 0 auto;
}

.inner-blog:hover .desc-blog {
  bottom: 0 !important;
}

.blog-btn {
  margin-top: 30px;
  text-align: left;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

/* Contact */
.contact-section {
  padding: 60px 0;
}

.contact-section .right-content {
  flex: 20%
}

.contact-section .left-content {
  flex: 65%;
  display: flex;
}

.contact-section .left-content .input-items {
  display: flex;
  flex-wrap: wrap;
  flex: 80%;
}

.contact-section .left-content .input-items .input-holder {
  flex: 40%;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: 30px;
}

.contact-section .left-content .input-items .input-holder input {
  text-align: right;
  direction: rtl;
  width: 100%;
  height: 100%;
  background-color: #353535;
  color: #fff;
  border: 0;
  padding: 0 8px;
  outline: none;
}

.contact-section .left-content .text-area-holder {
  text-align: right;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}

.contact-section .left-content .text-area-holder textarea {
  height: 100%;
  direction: rtl;
  background-color: #353535;
  border: 0;
  padding: 0 8px;
  color: #fff;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
}

.inner-contact {}

.inner-contact .contact-details {}

.inner-contact .conatct-detail>a {
  font-family: "Vanda-Number";
  font-size: 20px;
  color: #fff;
}

.inner-contact .conatct-detail>Address {
  font-size: 20px;
  color: #fff;
}

/* End Main  */
/* Start Footer  */
.main-footer {
  position: relative;
  height: 100px;
  display: flex;
  font-family: 'Vanda';
  font-size: 17px;
  justify-content: center;
  background-color: #002200;
  background-size: cover;
  padding-bottom: 16px;
}

.main-footer span {
  color: #fff;
}

/* End Footer  */
/* Single Product */
.option-section {
  position: relative;
}

.inner-option {
  margin-bottom: 30px;
}

.inner-option:hover .desc-blog {
  bottom: 0 !important;
}

.option-grid {
  cursor: pointer;
}

.close-btn {
  position: absolute;
  left: 16px;
  top: 0;
  z-index: 11111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn i {
  color: #fff;
}

/* Single Gallery */
.tumbnail-gallery {
  margin-bottom: 30px;
  border-bottom: 1px solid #040;
  padding-bottom: 30px;
}

.tumbnail-gallery .swiper-wrapper {
  justify-content: center;
}

.tumbnail-gallery .swiper-slide {
  width: 200px !important;
}

.tumbnail-gallery .inner {
  width: 200px;
  height: 200px;
  transition: .3s all;
}

.tumbnail-gallery .inner:hover {
  transform: scale(1.1)
}

.main-gallery .inner {
  width: 100%;
  height: 550px
}

/* Size */
.size-image-holeder {
  width: 100%;
  overflow: hidden;
}

.size-image-holeder img {
  width: 100%;
}

/* Colors Available In Single Product Page */
.color-section {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.color-section img {
  max-width: 100%
}

.color-section .colors-car-holder {
  margin: 24px 0;
}

.color-section .colors-available {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  margin-bottom: 24px;
}

.color-section .colors-available .color-available {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
}

/* Colors Available In Single Product Page */
/* OverlaySectionsInSlider */
.overlay-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}

.overlay-sections.active {
  opacity: 1;
  visibility: visible;
}

.overlay-sections .overlay-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-sections .overlay-section .content-holder {
  width: 100%;
  height: 30%;
  background-color: rgb(0 0 0 / .5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

.overlay-sections .overlay-section.selected {
  opacity: 1;
  visibility: visible;
}

.btn-next-overlay,
.btn-prev-overlay {
  position: absolute;
  top: 50%;
  z-index: 3;
  background-color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-next-overlay {
  right: 16px;
}

.btn-prev-overlay {
  left: 16px;
}

/* OverlaySectionsInSlider */
/* Table */
.accordion-section .accordion:first-child {
  margin-bottom: 30px;
}

.accordion-body {
  padding: 0
}

.accordion-item {
  overflow: hidden;
  background-color: transparent;
}

.accordion-button {
  background-color: #1d1d1d;
  box-shadow: 0;
  display: flex;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: #1d1d1d;
  color: #fff;
}

.accordion-button::after {
  background-image: url(../../images/chevron--down--white.svg);
  position: absolute;
  left: 16px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../../images/chevron--down--white.svg);
}

.table {
  margin-bottom: 0;
}

.table tr th {
  text-align: center;
  width: 33%;
}

.table tr th:nth-child(odd) {
  border-left: 1px solid #ddd;
}

/* Table */
/* Images */
.images-inner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
}

.images-inner img {
  height: 100%;
  object-fit: cover
}

/* Images */
.empty-section {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-info img{
  border:1px solid #050!important;
}
ul.sub-menu{
  border-top: 1px solid #050!important;
}
@media screen and (min-width:767px) and (max-width: 1201px) {
  .main-menu .nav-menu .nav-items a{
    font-size:20px!important;
  }
}
/* Single Product */
/* Start Rsponsive */
@media only screen and (max-width: 1024px) {
  .menu-item-has-children::after {
    background-repeat: no-repeat;
    background-size: 10px!important;
    padding: 10px;
    margin-top: -10px;
    border: 1px solid #666;
  }

  .menu-item-has-children>.sub-menu {
    right: 0%!important;
    width: 100%!important;
  }

  .darklayer.active {
    opacity: 1;
    visibility: visible;
  }

  .header-content .right .burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-part .right-content {
    display: none;
  }

  .top-part .left-content {
    flex: 100%;
  }

  .main-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 60%;
    width: 400px;
    height: 100%;
    max-width: 70%;
    background-color: #1d1d1d;
    box-shadow: 0 2px 24px rgb(0 0 0 / 5%);
    transition: 0.3s all;
    z-index: 11111;
    overflow: scroll;
  }


  .main-menu .nav-items {
    flex-direction: column !important;
  }

  .main-menu .nav-items li{
    line-height: 1.5;
    align-items: initial !important;
  }

  .main-menu .nav-items li a {
    color: #fff;
    display: block;

  }

  .main-menu .nav-items li a:after {
    display: none;
  }

  .slider-holder .inner-slider {
    height: 300px;
    align-items: center;
  }

  .slider-holder .inner-slider .content-slider {
    padding: 100px 40px;
  }

  .slider-holder .inner-slider .title-slider>h2 {
    font-size: 24px;
  }

  .slider-holder .inner-slider .btn-slider .main-btn {
    font-size: 16px;
  }

  .about-inner .image-holder {
    display: none;
  }

  .about-inner {
    height: auto;
  }

  .about-inner .details-holder {
    padding: 16px;
    text-align: center
  }

  .about-inner .details-holder>h3 {
    width: 100%;
    font-size: 18px;
    font-size: 30px;
    ;
  }

  .about-inner .details-holder>p {
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    ;
  }

  .inner-blog {
    margin-bottom: 30px;
    height: 250px !important;
  }

  .inner-blog .desc-blog {
    text-align: center !important;
    bottom: 0 !important;
  }

  .inner-blog .desc-blog>h3 {
    width: 50% !important;
  }

  .inner-blog .desc-blog>p {
    width: 50% !important;
  }

  .contact-section .left-content {
    display: initial;
  }

  .contact-section .left-content .input-items {
    display: initial;
  }

  .contact-section .left-content .input-items .input-holder {
    margin-left: 0;
  }

  .contact-section .left-content .text-area-holder textarea {
    width: 100%;
    border-radius: 6px;
  }

  .tumbnail-gallery .swiper-slide {
    width: 70px !important;
  }

  .tumbnail-gallery .swiper-slide:last-child {
    margin: 0 !important;
  }

  .tumbnail-gallery .inner {
    width: 70px;
    height: 70px;
    transition: .3s all;
  }

  .main-gallery .inner {
    height: 200px;
  }

  .size-image-holeder {
    height: 165px;
  }

  .size-image-holeder img {
    height: 100%;
    object-fit: cover;
  }

  .overlay-sections {
    display: none;
  }

  .inner-option:hover .desc-blog {
    bottom: 0 !important;
  }

  .empty-section {
    display: none;
  }

  .menu-item-has-children.active>.sub-menu {
    display: none;
  }

  .menu-item-has-children.active>.sub-menu {
    display: block;
  }

  .sub-menu {
    width: 100% !important;
    position: relative !important;
    background-color: #373737 !important;
    top: initial !important;
	  border-radius: 0 !important;
  }

  .menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 16px;
    background-image: url("../../images/downarrow.png");
    background-position: center center;
    background-size: cover;
    width: 10px;
    height: 10px;
    color: #464646;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.3s all;
    font-size: 12px;
  }

  .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 320px) {
  .inner-blog .desc-blog {
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .inner-blog .desc-blog {
    bottom: 0;
  }

  .inner-blog.big .desc-blog {
    bottom: 0;
  }
}

/* End Rsponsive */
/* .elementor-container {
  max-width: initial !important;
} */

img {
  max-width: 100%;
}

.gallery-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.gallery-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-prev {
  background-image: initial !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: initial !important;
}
.slider-testdrive-button{
display: block;
position: absolute;
bottom: 12px;
z-index: 9;
right: 13px;
color: black;
background-color: #040;
padding: 7px;
border-radius: 4px;
opacity: 0.7;
}
.slider-testdrive-button:hover{
  opacity:1;
  color:black;
}
@media only screen and (min-width: 769px) {
  .menu-item-has-children:hover>.sub-menu {
    display: block;
  }

 
}

/* End Rsponsive */

.btn-submit-contact {
  position: absolute;
  bottom: 5%;
  left: 20%;
}

.karamotor-fa {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: 32px !important;
}

.karamotor-telegram {
  background: transparent url('../../images/socials/telegram2.png') no-repeat center center;
}

.karamotor-instagram {
  background: transparent url('../../images/socials/instagram2.png') no-repeat center center;
}

.karamotor-youtube {
  background: transparent url('../../images/socials/youtube2.png') no-repeat center center;
}
.sale-terms-form form label {
  color: white;
}

.sale-terms-form form .wpcf7-response-output {
  color: white;
}

.sale-terms-form form .wpcf7-submit {
  background-color: #ff0;
  width: 50%;
  color: black;
  border: none;
  display: block;
  font-size: 15px;
  border-radius: 2px;
  padding: 0.7%;
  margin-top: 24px;
}

.karamotor-sale-signup{
color:white;
}
.karamotor-sale-signup form p {
width: 100%;
margin: 15px auto;
}

.karamotor-sale-signup form label {
color: white;
}
.karamotor-sale-signup form input,.karamotor-sale-signup form textarea {
width:100%!important;
}
.karamotor-sale-signup form .wpcf7-response-output {
color: white;
}

.karamotor-sale-signup form .wpcf7-submit {
background-color: #ff0;
color: black;
border: none;
width:50%!important;
display: block;
font-size: 15px;
border-radius: 2px;
padding: 0.7%;
margin-top: 24px;
}
.karamotor-sale-signup form textarea{
resize: none;
}

.general-karamotor-form{
  color:white;
}
.general-karamotor-form form p {
  width: 100%;
  margin: 15px auto;
}

.general-karamotor-form form label {
  color: white;
}
.general-karamotor-form form input,.general-karamotor-form form textarea {
  width:100%!important;
}
.general-karamotor-form form .wpcf7-response-output {
  color: white;
}

.general-karamotor-form form .wpcf7-submit {
  background-color: #ff0;
  color: black;
  border: none;
  width:50%!important;
  display: block;
  font-size: 15px;
  border-radius: 2px;
  padding: 0.7%;
  margin-top: 24px;
}
.general-karamotor-form form textarea{
  resize: none;
}

.form-button-red form .wpcf7-submit {
  background-color: #FF0000;
  color:white;
}
.form-button-full form .wpcf7-submit{
  width: 95.5%!important;
}

div#page {
  overflow: hidden;
}
.swiper-button-next {
  background-image: none;
}

#content{
  max-width:2560px;
  margin:0 auto;
  overflow:hidden;
}

.karamotor-y5-slider figcaption.elementor-image-carousel-caption {
  right: 3%;
  bottom: 11%;
  position: absolute!important;
}
#page{
  position: relative;
  overflow: hidden;
}
.top-part{
  max-width: 2560px;
  margin:0 auto;
}
.blog-section{
  direction:ltr;
}
.inner-blog .desc-blog{
  padding:5%!important;
  bottom:0!important;
  background-color:transparent!important;
}
.inner-blog{
  position: relative;
}
.inner-blog::after{
  background-color: #0003;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  right: 0;
  height: 100%;
  z-index: 0;
  content: '';
}
.desc-blog{
  z-index:2;
}
.blog-section .desc-blog h3,.blog-section .desc-blog p{
  text-align: right;
  width:100%;
  direction: rtl;
}
.karamotor-blog-single-img{
  max-width:1200px;
  height: auto;
  margin:40px auto;
  display: block;
}
.karamotor-single-container{
  width:100%;
}
.karamotor-blog-single-title{
    font-size: 30px;
    text-align: center;
    color: white;
}
.swiper-pagination {
  text-align: center !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background:none;
}
#content{
  max-width:2560px;
  margin: 0 auto;
}
#page{
  position: relative;
  overflow: hidden;
}
.top-part{
  max-width: 2560px;
  margin:0 auto;
}
.main-header{
  z-index:30;
}
.swiper-pagination {
width:fit-content!important;
margin:0 auto!important;
right:0!important;
left:0!important;
}
.archive-cat-list *{
  font-family: 'Morabba';
  color:white;
}
.current-menu-ancestor > a{
  color: #040!important;
}

.current-menu-parent > a{
  color: #040!important;
}

.current-menu-item > a {
  color: #040!important;
}
@media screen and (max-width:1024px) {
     .sale-terms-form form input {
        width: 100%;
        margin: 0 auto;
    }

    .sale-terms-form form {
        width: fit-content;
    }

    .sale-terms-form form p {
        width: 90%;
        margin: 15px auto;
    }

 .karamotor-sale-signup form input,.karamotor-sale-signup form textarea {
    width: 100%!important;
    margin: 0 auto;
}

.karamotor-sale-signup form {
    width: fit-content;
}

.karamotor-sale-signup form p {
    width: 90%;
    margin: 15px auto;
}


.general-karamotor-form form input,.general-karamotor-form form textarea {
    width: 100%!important;
    margin: 0 auto;
}

.general-karamotor-form form {
    width: fit-content;
}

.general-karamotor-form form p {
    width: 90%;
    margin: 15px auto;
}

.blog-section{
  direction:ltr;
}
.inner-blog .desc-blog{
  padding:5%!important;
  bottom:0!important;
  background-color:transparent!important;
}
.inner-blog{
  position: relative;
}
.blog-section .desc-blog h3,.blog-section .desc-blog p{
  text-align: right;
  width:100%!important;
  direction: rtl;
}
.karamotor-blog-single-img{
  width:96%;
  height: auto;
  margin:20px auto;
  display: block;
}
.karamotor-single-container{
  width:96%;
  margin:0 auto;
}
.karamotor-blog-single-title {
  font-size: 25px;
  margin-right: 2%;
  color: white;
}
.code-success{
  width:fit-content;
}
.mySwiper .inner-slider {
  background-position: center;
}
.slider-testdrive-button{
font-size: 11px;
}

}