@import "font-face.css";

body{
    font-family: PeydaWebFaNum, serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    background-color: #000;
}

input, button, textarea, select {
    font: inherit;
}

input::placeholder {
    opacity: 0.5 !important;
}

input::-ms-input-placeholder { /* Edge 12 -18 */
    opacity: 0.5 !important;
}

p {
    text-wrap: pretty;
    font-size: 1.2rem;
    line-height: 2.1rem;
    text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}
h1, h2, h3, h4,
button, input, label {
    line-height: 1.1;
}

.brand-color{
    color: #c78e66;
}

.btn-xtrim{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 12px 20px;
    width: 180px;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.btn-xtrim-white{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

.btn-xtrim-white:hover{
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}

.btn-xtrim-black{
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}

.btn-xtrim-black:hover{
    background-color: #c78e66;
    border-color: #c78e66;
    color: #fff;
}

.btn-xtrim-border-white{
    border-color: #fff;
}

.xtrim-btn-color{
    font-size: 1rem;
    width: 235px;
    padding: 19px 25px;
}

.xtrim-btn-color:hover{
    background-color: #c78e66;
    border-color: #c78e66;
    color: #fff;
}

.btn-xtrim-white:hover{
    background-color: #c78e66;
    border-color: #c78e66;
    color: #fff;
}

.parallax{
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loader-wrap svg path{
    fill: #1d1d1d;
}

/* ========= [ preloader ]  =========*/
/* Preloader
-----------------------------------------------------------------*/
body.loaded {
    overflow: hidden !important;
    height: 100% !important;
}

.loader-wrap {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    z-index: 99999999999999;
}

.loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: #fff;
}

.loader-wrap-heading{
    opacity: 0;
    transition: all 0.1s ease-in-out;
}

.loader-wrap-heading.active{
    opacity: 1;
}
.loader-wrap .loader-wrap-heading .load-text {
    color: #c78e66;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    z-index: 20;
}

.load-text span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate; }

.load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }

.load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }

.load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

.load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }

.load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }

.load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }

.load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }

@-webkit-keyframes loading {
    0% {
        opacity: 1; }
    100% {
        opacity: 1; } }

@keyframes loading {
    0% {
        opacity: 1; }
    100% {
        opacity: 1; } }

/**
* header
 */
header{
    transition: all 0.3s ease-in-out;
    background-color: #000;
    z-index: 99;
}
header.disable{
    opacity: 0;
    z-index: 0;
}

header.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    background-color: #000;
    z-index: 0;
    display: none;
}

header.sticky.active{
    z-index: 99;
    opacity: 1;
    display: block;
}

@media only screen and (max-width: 600px) {
    .logo{
        width: 120px;
    }
    .btn-xtrim {
        padding: 8px 8px;
        width: 135px;
        font-size: 0.9rem;
    }
    .xtrim-btn-color{
        font-size: 1rem;
        width: 200px;
        padding: 13px 20px;
    }
}

/**
* main-slider
 */
.main-slider{
    width: 100%;
}

video{
    object-fit: cover;
    height: -webkit-fill-available;
}

.swiper-pagination-bullet-active {
    background: #ebab7f;
}

.swiper-pagination-bullet {
    width: 70px;
    height: 2px;
}

.swiper-button-next, .swiper-button-prev {
    color: #ebab7f;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 2.2rem;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover, .swiper-button-prev:hover{

    background-color: rgba(255, 255, 255, 1);
}
@media only screen and (max-width: 600px) {
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 1.5rem;
    }
    .swiper-button-next, .swiper-button-prev {
        padding: 1.2rem;
    }
}

/**
*
 */
#welcome{
    background-image: url("images/bg-img-01.jpg");
}

.welcome{
    background-color: #fff;
}

.slogan-first h1{
    font-size: 4rem;
    font-weight: 800;
    line-height: 3rem;
}

@media only screen and (max-width: 600px) {
    .slogan-first h1{
        font-size: 2rem;
        line-height: 3rem;
    }
    .welcome {
        height: 67vh;
        margin-top: -7px;
    }
}

/**
* Gallery
 */
.explore-trip-description{
    text-align: justify-all;
    color: #fff;
    line-height: 2rem;
}

#gallery{
    background-image: url("images/banner_on_02.jpg");
    margin-top: -76px;
}

.gallery{
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    background-color: #fff;
}

.gallery-item {
    margin-bottom: 20px;
    cursor: pointer;
    height: 124px;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: scale(1);
}

.gallery-item.hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
}

/* Lazy Load */
.lazy-image {
    width: 100%;
    height: auto;
    display: block;
    background: #f0f0f0 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ddd" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"/></svg>') no-repeat center;
    background-size: cover;
}

.filter-buttons button {
    margin: 5px;
    width: 150px;
}

.filter-buttons button.active {
    background-color: #c78e66;
    color: #fff;
}

.btn-outline-primary {
    --bs-btn-color: #c78e66;
    --bs-btn-border-color: #c78e66;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c78e66;
    --bs-btn-hover-border-color: #c78e66;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #c78e66;
    --bs-btn-active-bg: #c78e66;
    --bs-btn-active-border-color: #c78e66;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #c78e66;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c78e66;
    --bs-gradient: none;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #c78e66;
    border-color: #c78e66;
}

.explore-trip-description p{
    text-align-last: auto;
}

.lightbox .lb-image {
    border-radius: 0;
    border: none;
}

.lb-outerContainer {
    border-radius: 0;
    background-color: transparent;
}

.kashan,
.isfahan,
.yazd{
    display: none;
}

.gallery-holder{
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #c78e66 #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 28px;
    padding-left: 13px;
}

.gallery-item img{
    object-fit: cover;
}

@media only screen and (min-width: 2560px) {
    .gallery-item {
        height: 310px;
    }
}

@media only screen and (max-width: 2560px) {
    .gallery-item {
        height: 250px;
    }
}

@media only screen and (max-width: 900px) {
    .gallery-item {
        height: 156px;
    }
}

@media only screen and (max-width: 600px) {
    .gallery {
        padding-top: 3rem;
        padding-bottom: 5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .gallery-item {
        height: 156px;
    }
}

@media only screen and (max-width: 460px) {
    .gallery-item {
        height: 111px;
    }
}

/**
* about
 */
#about{
    background-image: url("images/bg-img-09.jpg");
}

.about{
    background-color: #fff;
    height: 100vh;
}

/**
* catalog
 */
#catalog{
    background-image: url("images/bg-img-01.jpg");
}

.catalog{
    background-color: #000;
    height: 80rem;
}

@media only screen and (max-width: 600px) {
}

/**
* test_drive
 */
#test_drive{
    background-image: url("images/bg-img-09.jpg");
}

.test-drive{
    background-color: #fff;
    height: 100vh;
}


/**
* footer
 */
footer{
    background-color: #000;
}

footer .logo{
    border-bottom: 1px solid #1e1e1e;
}

.copyright .menu ul li{
    display: inline-block;
    margin:0 15px;
}

.copyright .menu ul li a{
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.copyright .menu ul li a:hover{
    color: #c78e66;
}

.copyright .social ul li{
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.copyright .text{
    color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 600px) {
    footer{
        padding: 1rem !important;
    }
    .copyright .text p{
        font-size: 1rem;
        text-align: center;
    }
}

.alert p{
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    margin: 5px;
}

.regenerate_captcha {
    position: absolute;
    top: 1px;
    z-index: 9;
    right: 2px;
    background-color: #fff;
    border: 0;
    outline: 0;
    box-shadow: none;
    height: 34px;
}

.slogan-first h1{
    font-size: 3rem;
    font-weight: 800;
    line-height: 4rem;
}

.main-slider .swiper{
    width: 64vw;
}

/**
* video
 */
.video-wrapper {
    position: relative;
    cursor: pointer;
}

video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
}

/* مخفی کردن کنترل‌های پیشفرض */
#myVideo::-webkit-media-controls {
    display: none !important;
}
#myVideo::-webkit-media-controls-panel {
    display: none !important;
}
#myVideo::-webkit-media-controls-start-playback-button {
    display: none !important;
}

/* آیکون پخش وسط ویدیو */
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    opacity: 0; /* اولیه: مخفی */
    z-index: 10;
    transition: opacity 0.4s ease; /* انیمیشن نرم */
    pointer-events: none; /* کلیک روی آیکون مانع نشه */
}

.play-icon:hover {
    opacity: 0.8;
}

/**
* fade
 */
.fade-element {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 2s ease, transform 2s ease;
}

.fade-element.active {
    opacity: 1;
    transform: translateY(0);
}
#mainTitle {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 1s ease, transform 1s ease;
    text-align: center;
    font-size: 3rem;
    margin: 50px 0;
}

#mainTitle.show {
    opacity: 1;
    transform: translateY(0);
}
#mainDescription {
    opacity: 1;
    transform: translateY(-20px);
    transition: opacity 1s ease, transform 1s ease;
    font-size: 1.2rem;
    margin: 50px 0;
    text-align: center;
}

#mainDescription.show {
    opacity: 1;
    transform: translateY(0);
}

.service-item h3{
    font-size: 1.2rem;
    font-weight: bold;
}

.service-item p{
    text-align: center;
    font-size: 1rem;
    margin-top: 1.2rem;
}

svg path {
    pointer-events: all;
    transition: all 0.3s ease-in-out;
}
/**
* dealers
*/
.dealers-exist-list .item .name span {
    font-size: 14px !important;
}
#IranMap .dealers-list p span {
    font-size: 14px;
}
#IranMap .map .province path{
    fill: #000;
}
#IranMap .list span{
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0;
}
#IranMap .list li ul li{
    float: unset;
}
#IranMap .list li ul li a {
    background: transparent;
    color: #fff;
    padding: 0 8px;
    margin: 15px 2px;
    font-size: 14px;
}

#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover {
    color: #d9a88b;
    background: transparent;
}

#IranMap .map .province path:hover, #IranMap .map .island path:hover, #IranMap .map .province path.hover, #IranMap .map .island path.hover {
    fill: #d9a88b !important;
    cursor: pointer;
}

.heading-center-with-bg{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    background-color: #141414;
    font-size: 0.5rem;
    padding-top: 3rem;
}
.banner, .car_model {
    height: 50vh;
}
.swiper-container {
    overflow: hidden;
    height: 100%;
}
.banner_swiper .swiper-slide .kv_img {
    height: 100%;
}
.banner_swiper .swiper-slide {
    height: 100%;
    overflow: hidden;
}
.ping_sticky {
    height: unset;
    background-color: #000;
}
.ping_sticky .container{
    background-color: #000;
}
#IranMap .map .province path.active, #IranMap .map .island path.active, #IranMap .map .province path.active, #IranMap .map .island path.active {
    fill: #d9a88b !important;
    transition: all 0.3s ease-in-out;
}
#IranMap .list li ul li {
    float: unset;
    border: 1px solid #fff !important;
    padding: 10px !important;
    margin-bottom: 15px !important;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#IranMap .list li ul li a {
    font-size: 14px !important;
}
.dealers-exist-list .item .name span {
    display: unset !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    line-height: unset !important;
}
#IranMap .province p {
    color: #FFFFFF;
    margin-bottom: 0;
}
.dealers-exist-list .item .address {
    margin-bottom: 15px !important;
}
#IranMap .dealers-list p span {
    font-size: 18px;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#IranMap .province p {
    color: #FFFFFF;
    margin-bottom: 0;
}
#IranMap .list li ul li a {
    font-size: 14px !important;
}
.dealers-exist-list .btn-groups .more {
    background-color: #d9a88b !important;
    color: #000 !important;
    width: 135px !important;
    text-align: center !important;
    padding: 6px 0 !important;
    transition: all 0.3s ease-in-out;
}
.province-not-exist{
    opacity: 0;
    transition: all 0.3s ease-in-out;
    color: #d9a88b !important;
}
.province-not-exist span{
    color: #d9a88b !important;
}
.province-not-exist.active{
    opacity: 1;
}
.province-exist{
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.province-exist.active{
    opacity: 1;
}
#IranMap .map {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative !important;
}

#IranMap .map svg {
    height: 500px;
    width: 500px;
    position: sticky !important;
    top: 100px;
}
.select_province h6{
    font-size: 1.2rem;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.select_province .form-select-lg {
    padding-right: 1rem;
    font-size: 1.2rem;
    border-radius: 6px;
    padding: 11px;
}
.select_province .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.select_province .form-select:focus {
    border-color: #d9a88b;
    box-shadow: none;
}
.form-select {
    background-position: left .25rem center;
}

.dealers-intro h3{
    font-size: 2rem
}

#section4 h2{
    font-size: 3rem;
    margin-top: 3rem;
    font-weight: bold;
}

#section4 p{
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
}

#section4 .items h3{
    font-size: 1.3rem;
    font-weight: bold;
}

/**
* accordion
 */
.accordion-button::after {
    display: none;
}

.accordion-button .icon {
    width: 32px;
    height: 32px;
    background: #c78e66;
    color: white;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: unset;
    font-size: 1.5rem;
    flex-shrink: 0;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.accordion-button .icon::before {
    content: '+';
}

.accordion-button:not(.collapsed) .icon::before {
    content: '-';
}

.accordion-button:not(.collapsed) {
    background-color: #e7f4ff;
    color: #0d6efd;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.accordion-collapse {
    transition: height 0.4s ease-out, opacity 0.4s ease-out;
}

.accordion-button:hover .icon {
    background-color: #0b5ed7;
    transform: scale(1.05);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    border-color: #0d6efd;
}

.accordion-body {
    font-size: 0.95rem;
    line-height: 1.7;
    padding-right: 1.5rem;
}

.accordion-item{
    border: none !important;
    border-bottom: 1px solid #b7b7b7 !important;
}

.accordion-item:last-of-type {
    border: none !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: #000000;
    color: #fff;
    box-shadow: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}

.accordion-button:hover .icon {
    background-color: #c78e66;
}

/**
* Gallery
 */
.gallery-section {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.gallery-row {
    display: flex;
    height: 35rem;
}

.gallery-item {
    position: relative;
    flex: 1;
    min-width: 120px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;
    background-color: #fff;
}

.gallery-item:hover {
    flex: 3;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 0;
    transition: background-color 0.2s ease 0.3s, opacity 0.2s ease 0.3s;
    pointer-events: none;
}


.gallery-item:hover .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
}


@media (max-width: 767.98px) {
    .gallery-row {
        flex-direction: column;
        align-items: center;
        height: auto !important;
    }

    .gallery-item {
        flex: none !important;
        width: 100%;
        height: 315px;
        margin: 0 auto;
        transition:
            box-shadow 0.5s ease,
            transform 0.4s ease;
    }

    #section4 h2{
        font-size: 2rem;
    }

    .gallery-item:hover {
        flex: none !important;
        transform: scale(1.02);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .gallery-item:hover {
        flex-grow: 0 !important;
    }
}

@media (max-width: 1024px) {

    .gallery{
        height: auto;
    }
}
@media (max-width: 767px) {
    #IranMap {
        width: 80%;
    }
    #IranMap .map {
        width: 100%;
        text-align: right;
    }
    .list-title{
        background-color: transparent;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        margin: 20px 0;
    }
    .list-desc{
        color: #FFFFFF;
        margin-bottom: 1rem;
    }
    .main-slider {
        padding: 0.5rem !important;
    }
    .welcome {
        height: unset;
        margin-top: unset;
        padding-top: 0.5rem !important;
        padding-bottom: 1rem;
    }
    #myVideo{
        margin-bottom: 01rem !important;
    }
    #mainTitle{
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin: 1rem 0;
    }
    .main-slider p{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .dealers-intro h3{
        font-size: 1.6rem !important;
    }

    .dealers-intro p{
        font-size: 1rem
    }
    .play-icon {
        width: 50px;
        height: 50px;
    }
    #gallery {
        background-image: url(images/banner_on_mb_02.jpg);
    }
    .select_province .form-select-lg {
        font-size: 1rem;
    }
    .list-title {
        font-size: 1.2rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }
    #IranMap .dealers-list p span {
        font-size: 1rem;
    }
    #IranMap .dealers-list p span {
        font-size: .8rem;
        line-height: 1.3rem;
    }
}
