@font-face {
    font-family: 'iransansxv';
    src: url('../fonts/variables/iransans/IRANSansXV.woff') format('woff-variations'),
        /* will be the standard and works in Safari now */
    url('../fonts/variables/iransans/IRANSansXV.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;

}
@font-face {
    font-family: iransansx;
    src: url('../fonts/variables/iransans/iransansx-regular.woff') format('woff');
}
@font-face {
    font-family: iransansx;
    src: url('../fonts/variables/iransans/iransansx-bold.woff') format('woff');
    font-weight: 700;
}

body{
  background-color: #fff;
    font-family: 'iransansxv', iransansx, serif !important;
}
@supports (font-variation-settings: normal) {}
body {
    font-family: 'iransansxv', serif;
}
.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.ss03 {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}
.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
}

.app-brand-logo.demo svg {
  width: 1.7rem;
  height: 1.7rem;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.45px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/**
* ============================= reset
*/
.layout-navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 4.875rem;
}

.layout-horizontal .layout-navbar{
    background-color: #fff !important;
    box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.5) !important;
    -webkit-box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.5) !important;
}

.bg-menu-theme.menu-horizontal{
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #fff !important;
    box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.5) !important;
    -webkit-box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.5) !important;
}

.layout-horizontal .layout-navbar{
  position: fixed;
  width: 100%;
  height: auto;
}


.bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next {
  color: #000 !important;
    font-weight: 600;
}

.menu-horizontal .menu-sub .menu-link {
  color: #000 !important;
}

.layout-menu-horizontal{
  transition: all 0.3s ease-in-out;
}

.layout-menu-horizontal:hover, .layout-menu-horizontal.hovered{
  background-color: #fff !important;
}

.layout-menu-horizontal:hover .menu-item a, .layout-menu-horizontal.hovered .menu-item a{
  color: #000 !important;
}

.menu-link:hover{
  background-color: transparent !important;
  color: #000 !important;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white{
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.swiper-button-prev.swiper-button-white:hover,
.swiper-button-next.swiper-button-white:hover{
  background: rgba(255, 255, 255, 0.5);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 4px;
  width: 50px;
  height: 1px;
  border-radius: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ee5a5a !important;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7) !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 35px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.slider-logo-image {
  position: absolute;
  bottom: 5.76rem;
  left: 2.7rem;
}

.slider-logo-image .car-name {
  width: 10.88rem;
}

.slider-logo-image .btns{
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
}

.slider-logo-image .btns .btn2 {
  background-color: rgba(202, 0, 16, 0.8);
  color: #fff;
  margin-right: 0;
  transition: all 0.3s;
}

.slider-logo-image .btns .btn {
  width: 10.4rem;
  height: 3.7rem;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0;
}

/**
* footer
*/
.footer {
  padding-bottom: 50px;
  background-color: #262626;
}

#footer_form{
  background-color: #f6f6f6;
  padding: 3rem 0 !important;
}

.footer-form.form-holder{
  width: 600px;
  margin: auto;
}

.footer-info, .footer-links {
  margin-bottom: 40px;
}

.footer h6 {
  line-height: 1;
  margin-bottom: 25px;
  font-size: 1.7rem;
}

.foo-links li a{
  font-size: 1.3rem;
}

.font--jakarta h1, .font--jakarta h2, .font--jakarta h3, .font--jakarta h4, .font--jakarta h5, .font--jakarta h6 {
  line-height: 1.35;
}

.foo-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.foo-links li{
  margin-bottom: 10px;
}


.footer-info, .footer-links {
  margin-bottom: 40px;
}

.bottom-footer {
  font-size: 1rem;
}

.footer-copyright p {
  margin-bottom: 0;
}

.footer-socials li {
  display: inline-block;
  margin: 0 5px;
}

.footer-socials li a i{
  color: #000;
  background-color: #fff;
  font-size: 18px;
  border-radius: 6px;
  line-height: 18px;
  text-align: center;
  padding: 2px;
  transition: all 0.35s ease-in-out;
}

.footer-socials li a:hover{
  color: #fff;
}

.newsletter-form input::placeholder{
  font-size: 14px;
}

.text-secondary-mvm{
  color: #8e8e8e !important;
}

#newsletter_input{
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

#newsletter_btn{
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

@media (min-width: 992px) {
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer-form.form-holder{
    width: 100%;
  }
}

/**
* product_menu
*/
.disabled_swiper_button {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
#product_menu_holder .swiper-button-next, #product_menu_holder .swiper-button-prev{
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-slide .title .btn-mvm{
  height: unset;
  padding: 14px;
  border-radius: 30px;
}

.swiper-slide .title .btn-white{
  padding: 14px;
  border-radius: 30px;
}

.swiper-container .swiper-slide{
  background-color: transparent;
}

#product_menu_holder{
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, .3);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

#product_menu_holder.active{
  z-index: 8;
  opacity: 1;
}

#product_menu_holder .menu-horizontal .menu-inner {
  flex-direction: column;
}

#product_menu_holder .bg-menu-theme.menu-horizontal{
  height: 100%;
}

#product_menu_holder .menu-horizontal-prev{
  display: none;
}

#product_menu_holder .bg-menu-theme {
  background-color: transparent !important;
  color: #677788;
  box-shadow: none;
}

#product_menu_holder .menu-item{
  border-right: 4px solid;
  border-color: rgba(202, 0, 16, 0);
  background-color: #f9f9f9 !important;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 35%, rgba(250,250,250,1) 100%);
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 10px;
  margin: 5px 0;
}

#product_menu_holder .menu-item.active{
  border-right: 4px solid rgba(202, 0, 16, 1);
  background-color: #f9f9f9 !important;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 35%, rgba(250,250,250,1) 100%);
}

#product_menu_holder .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #262626;
  background-color: transparent;
}

#product_menu_holder .menu-link{
  color: #adadad !important;
}

.slider-1 .swiper-container .swiper-slide{
  padding: 0;
}

.full_story img{
    max-width: 100% !important;
    height: auto !important;
}

.loading{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    background: #b0b0b0;
    box-shadow: -24px 0 #b0b0b0, 24px 0 #b0b0b0;
    box-sizing: border-box;
    animation: shadowPulse 2s linear infinite;
    position: absolute;
    margin-top: 150px;
}

@keyframes shadowPulse {
    33% {
        background: #b0b0b0;
        box-shadow: -24px 0 #c10b20, 24px 0 #b0b0b0;
    }
    66% {
        background: #c10b20;
        box-shadow: -24px 0 #FFF, 24px 0 #b0b0b0;
    }
    100% {
        background: #b0b0b0;
        box-shadow: -24px 0 #b0b0b0, 24px 0 #c10b20;
    }
}

.hover-zoom{
    height: auto;
    overflow: hidden;
    border-radius: 1em;
    transition: box-shadow 0.25s ease-in-out;
    display: flex;
}
.hover-zoom--basic:hover img {
    transform: scale(1.3);
}
.hover-zoom--basic img {
    transition: transform 0.5s ease;
}

.animate__animated{
    animation-duration: 2s;
}

#product_menu_holder.active {
    z-index: 9999;
    opacity: 1;
}

body{
    overflow-x: hidden;
}

@media (max-width: 992px) {
  #product_menu_holder .menu-item{
    border-right: none !important;
    display: inline-block;
    margin: 5px;
  }

  #product_menu_holder .menu-item.active{
    border-bottom: 4px solid rgba(202, 0, 16, 1);
  }

  .menu-link:hover {
      color: #fff !important;
  }
    .bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next{
        color: #fff !important;
    }
    .menu-item {
        padding: .8rem 0 !important;
    }
    #product_menu_holder {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .swiper-gallery .gallery-top {
        height: 100%;
        width: 100%;
    }
    #product_menu_holder .menu-item {
        padding: 10px !important;
    }
}

