﻿:root {
    --color-dark: #313032;
    --color-medium: #f0cb34;
    --color-low: #58595b; /* سبز برند */
    --bg-light: #6d6e71; /* زمینه نقره‌ای */
}



@font-face {
    font-family: 'iransFaRegular';
    src: url(../fonts/IRANSansXFaNum-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'iransFaBold';
    src: url(../fonts/IRANSansXFaNum-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'iransFaBlack';
    src: url(../fonts/IRANSansXFaNum-Black.woff2) format('woff2');
}

@font-face {
    font-family: 'iransRegular';
    src: url(../fonts/IRANSansX-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'iransBold';
    src: url(../fonts/IRANSansX-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'iransBlack';
    src: url(../fonts/IRANSansX-Black.woff2) format('woff2');
}

.enNum {
    font-family: 'iransRegular';
}

.enNumBold {
    font-family: 'iransBold';
}

.enNumBlack {
    font-family: 'iransBlack';
}
/* ======= Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background: #ffffff !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: 'iransFaRegular', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.95em;
    color: #999;
    overflow-x: hidden !important;
    /*background: var(--color-dark);*/
    background: #fff;
}

.modal-header .btn-close{
    margin-left:0!important;
    color:#fff!important
}

p {
    color: black;
    margin-bottom: 0;
}

h1 {
    font-size: 1.6rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-dark);
}

.imgRound {
    border-radius: 10px;
}

img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-dark);
}
    a:hover {
        display: inline-block;
        text-decoration: none;
        color: var(--color-medium);
    }

b {
    font-family: 'iransFaBold' !important;
    font-weight: bold;
    color: var(--color-dark);
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'iransFaBold', sans-serif;
}

    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus,
    textarea:focus {
        outline: none;
    }

    input[type="password"],
    input[type="email"],
    input[type="text"],
    input[type="tel"],
    input[type="number"],
    input[type="file"],
    textarea {
        max-width: 100%;
  /*      margin-bottom: 15px;*/
        padding: 9px;
        height: auto;
        background-color: #f7f7f7;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        width: 100%;
        line-height: 1.5em;
        font-family: 'iransFaRegular', sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #000;
        background-image: none;
        border: none;
        border-radius: 15px;
        border-style: solid;
        border-width: 1px;
        border-color: #b3b3b3 !important;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button {
        text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 1.95em;
        -webkit-transition: background-color .15s ease-out;
        transition: background-color .15s ease-out;
        background: var(--color-dark);
        border: none;
    }

        input[type="submit"]:hover,
        input[type="reset"]:hover,
        input[type="button"]:hover,
        button:hover {
            color: #999;
            border: none;
        }

select {
    padding: 10px;
    border-radius: 5px;
}

.select2-container .select2-selection--single {
    background-color: #f7f7f7 !important;
    border-style: solid;
    border-width: 1px;
    border-color: #b3b3b3 !important;
}

textarea:focus,
textarea:active,
textarea::placeholder {
    color: #999;
}

table,
th,
tr,
td {
    border: 0px solid #999;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* submit and alert success  */
input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 19px 35px;
    border: none;
    border-radius: 0;
    background-color: var(--color-low);
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: var(--color-dark);
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
}

    input[type="submit"]:hover {
        border: none;
        background-color: #fff;
        color: var(--color-dark);
    }

.alert-success {
    background: transparent;
    color: #999;
    border: 1px solid var(--color-low);
    border-radius: 30px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #999;
    font-family: 'iransFaRegular', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}
/* Important */
.bg-position-top {
    background-position: top;
}

.bg-position-center {
    background-position: center;
}

.bg-position-bottom {
    background-position: bottom;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-gray {
    background-color: #f6f6f6;
}

.bg-white {
    background-color: #fff;
}

.bg-yellow {
    background-color: var(--color-low);
}

.txt-dark {
    color: var(--color-dark);
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 700;
}

.count {
    font-family: 'iransFaRegular', sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    /*    left: 0;*/
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}

.v-middle2 {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 5%;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
    z-index: 9;
}

.js .animate-box {
    opacity: 0;
}

:root {
    scroll-behavior: auto;
}

.position-relative {
    position: relative !important;
}

.bp-bottom {
    background-position: bottom;
}

.bp-top {
    background-position: top;
}

.bp-center {
    background-position: center;
}

.icon-bg {
    background: var(--color-dark) !important;
}

hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt--120 {
    margin-top: -120px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.ml-30 {
    margin-right: 30px !important;
}

.mr-10 {
    margin-left: 10px !important;
}

.mr-15 {
    margin-left: 15px !important;
}
/* list */
.list {
    position: relative;
    display: block;
}

    .list li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .list li + li {
            margin-top: 10px;
        }

.list-icon {
    display: grid;
}

    .list-icon span {
        font-size: 11px;
        color: var(--color-low);
        background-color: var(--color-dark);
        text-align: center;
        padding: 15px;
        border-radius: 100%;
    }

.list-text {
    margin-right: 15px;
}

    .list-text p {
        font-size: 14px;
        margin: 0;
        color: #999;
    }
/* vertical line */
.line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-right: 1px solid;
    border-color: var(--color-low);
    width: 2px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    backdrop-filter: blur(5px);
    z-index: 10000009;
    top: 0;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: fixed; /* یا absolute در صورت داشتن والد position: relative */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 70px;
    height: 70px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

    .loader span {
        position: absolute;
        width: 70px;
        height: 70px;
        top: -1px;
        right: -1px;
        border: 1px solid transparent;
        border-top: 1px solid var(--color-low);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}


/* ======= Owl-Theme Custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    line-height: .7;
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-low);
    border: 1px solid var(--color-low);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
}
/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 5%;
    left: 12%;
}

.owl-prev {
    float: right;
}

.owl-next {
    float: left;
}
/* owl-theme owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}

.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.owl-theme .owl-prev,
.owl-theme .owl-prev {
    right: 10px !important
}

.owl-theme .owl-next {
    left: 10px !important
}

    .owl-theme .owl-prev > span,
    .owl-theme .owl-next > span {
        position: absolute;
        line-height: 0;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }

.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: var(--color-low);
    border-radius: 0;
    color: var(--color-dark);
    font-size: 10px;
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer;
    border: 1px solid var(--color-low);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #fff;
        border: 1px solid #fff;
        color: #06182d;
    }

.owl-theme .owl-nav {
    top: 35% !important;
}

    .owl-theme .owl-nav [class*=owl-] {
        opacity: 0;
    }

.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}

.section-title {
    font-size: 35px;
    font-family: 'iransFaBlack', sans-serif;
    color: #000;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    font-weight: 700;
}

    [data-overlay-dark] .section-title span,
    .section-title span {
        color: var(--color-low);
    }

    .section-title.white {
        color: #fff;
    }

    .section-title.black {
        color: var(--color-dark);
    }

.section-subtitle {
    font-size: 10px;
    line-height: 10px;
    font-family: 'iransFaBold', sans-serif;
    font-weight: 300;
    color: var(--color-low);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
}

    .section-subtitle.white {
        color: #fff;
    }

address {
    color: white;
}
/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    /*background: linear-gradient(180deg, var(--color-dark), var(--color-medium));*/
    background-color: var(--color-dark) !important;
    z-index: 99;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
/*    height: 70px;*/
    border: none;
/*    border-radius: 0px 0px 25px 25px;*/
}

    .navbar .container {
        border: none;
    }

.nav-scroll .container {
    border: none;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-family: 'iransFaBold', sans-serif;
    font-size: 0.93rem;
    font-weight: 300;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-left: 9px;
    padding-right: 9px;
    height:100%;
}

@media screen and (max-width: 1200px) {
    .navbar .navbar-nav .nav-link {
        font-size: 0.8rem;
    }
}

.navbar .navbar-nav .nav-link.nav-color {
    color: var(--color-dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: silver;
}

    .navbar .navbar-nav .nav-link:hover i {
        color: var(--color-low);
    }

.navbar .navbar-nav .active {
    color: #e1e1e1 !important;
    font-weight: bold;
}

    .navbar .navbar-nav .active i {
        color: var(--color-low);
    }

.nav-scroll {
    /*background: var(--color-dark);*/
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    right: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    /*    background: linear-gradient(180deg, var(--color-dark), var(--color-medium));*/
    background-color: var(--color-dark) !important;
    padding-bottom:15px;
    padding-top:15px;
}

    .nav-scroll .navbar-toggler-icon,
    .nav-scroll .icon-bar {
        color: #fff;
    }

    .nav-scroll .navbar-nav .nav-link {
        color: #fff;
    }

    .nav-scroll .navbar-nav .active {
        color: var(--color-low);
    }

    .nav-scroll .navbar-nav .logo {
        padding: 15px 0;
        color: #fff;
    }

    .nav-scroll .logo-img {
        max-width: 100px;
    }

    .nav-scroll .logo-img {
        margin-bottom: 0px;
    }

    .nav-scroll .logo-wrapper .logo h2 {
        font-family: 'iransFaBold', sans-serif;
        font-size: 30px;
        font-weight: 700;
        display: block;
        width: 100%;
        position: relative;
        color: #fff;
        margin-bottom: 0;
        padding: 0;
        line-height: 1.25em;
    }

    .nav-scroll .logo-wrapper .logo span {
        color: var(--color-low);
    }

    .nav-scroll .logo-wrapper {
    }

    .logo-wrapper .logo h2 {
        font-family: 'iransFaBold', sans-serif;
        font-size: 28px;
        font-weight: 700;
        display: block;
        width: 100%;
        position: relative;
        color: #fff;
        margin-bottom: 0;
        padding: 0;
        line-height: 1.25em;
        text-transform: uppercase;
    }

        .logo-wrapper .logo h2 span {
            color: var(--color-low);
        }

.logo {
    padding: 0;
}

.logo-img {
    max-width: 100px;
    text-align: center;
}

.dropdown .nav-link i {
    margin-right: 6px;
    padding-right: 0px;
    font-size: 8px;
    color: #fff;
}

.nav-scroll .dropdown .nav-link i {
    color: #999;
}

.nav-scroll .navbar-nav .active i {
    color: var(--color-low);
}

.navbar .dropdown-menu .dropdown-item {
    padding: 7px 0;
    font-family: 'iransFaBold', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    .navbar .dropdown-menu .dropdown-item span {
        text-align: right;
        display: block;
        cursor: pointer;
    }

    .navbar .dropdown-menu .dropdown-item i {
        transform: scaleX(-1);
        padding: 13px 5px 0 0;
        font-size: 8px;
        float: left;
        color: #fff;
    }

    .navbar .dropdown-menu .dropdown-item.active i {
        color: var(--color-low);
    }

    .navbar .dropdown-menu .dropdown:hover > .dropdown-item,
    .navbar .dropdown-menu .dropdown-item.active,
    .navbar .dropdown-menu .dropdown-item:hover {
        color: var(--color-low);
    }

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
}

    .navbar .dropdown-menu li:last-child {
        border-bottom: none;
    }
    /* li hover */
    .navbar .dropdown-menu li {
        position: relative;
        display: block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .navbar .dropdown-menu li:hover {
            padding-right: 5px;
        }

    .navbar .dropdown-menu .dropdown-menu.pull-left {
        top: 0;
        right: auto;
        left: 100%;
    }
/* navbar-right */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}

    .navbar .navbar-right .wrap {
        position: relative;
        display: flex;
        align-items: center;
        z-index: 5;
        margin-right: 20px;
    }

        .navbar .navbar-right .wrap .icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            width: 50px;
            background-color: transparent;
            border-radius: 50%;
            font-size: 21px;
            color: #fff;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            border: 1px solid var(--color-low);
        }

            .navbar .navbar-right .wrap .icon:hover {
                background-color: var(--color-low);
                color: var(--color-dark);
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
            }

        .navbar .navbar-right .wrap .text {
            margin-right: 10px;
            top: 3px;
            position: relative;
        }

            .navbar .navbar-right .wrap .text p {
                font-size: 12px;
                line-height: 12px;
                color: #fff;
                margin-bottom: 4px;
            }

            .navbar .navbar-right .wrap .text h5 {
                font-size: 17px;
                font-weight: 400;
                line-height: 25px;
                color: #fff;
                margin-bottom: 5px;
            }

                .navbar .navbar-right .wrap .text h5 a {
                    color: #fff;
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .navbar .navbar-right .wrap .text h5 a:hover {
                        color: var(--color-low);
                    }

.nav-scroll .navbar-right .wrap .text p,
.nav-scroll .navbar-right .wrap .text h5,
.nav-scroll .navbar-right .wrap .text h5 a {
    color: #fff;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 270px;
        padding: 15px 25px;
        border-radius: 20px;
        border: 0;
        background-color: var(--color-dark);
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .navbar .dropdown-menu .dropdown-menu {
            right: calc(100% + 10px);
            top: -12px;
            left: auto;
            min-width: 210px;
            transform: translateY(0);
            background-color: #2b2b2b;
        }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-right: 0px;
        padding-left: 0px;
/*        background: linear-gradient(180deg, var(--color-dark), var(--color-medium));*/
        background-color: var(--color-dark) !important;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 80px;
    }

    .nav-scroll {
        /*background: var(--color-dark);*/
/*        background: linear-gradient(180deg, var(--color-dark), var(--color-medium));*/
        background-color: var(--color-dark) !important;
    }

    .logo-wrapper {
        /* float: left;*/
        padding: 15px 10px;
    }

    .nav-scroll .logo-wrapper {
        padding: 8px 15px;
        background-color: transparent;
    }

    .nav-scroll .logo-img {
        height: auto;
        width: auto;
        max-width: 90px;
    }

    .navbar .logo {
        text-align: left;
        margin-right: 0px;
    }

    .nav-scroll .logo {
    }

    .logo-img {
        margin-bottom: 0px;
        height: auto;
        width: auto;
        max-width: 80px!important;
        padding: 0;
    }

    .navbar button {
        margin-right: 10px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
        font-size: x-large
    }

        .navbar button:hover {
            background: transparent;
        }

        .navbar button:active,
        .navbar button:focus,
        .navbar button:hover {
            background: transparent;
            outline: none;
            color: transparent !important;
        }

    .navbar .container {
        max-width: 100%;
        padding: 0;
    }

    .navbar .nav-link {
        margin: 0px auto !important;
    }

    .navbar .navbar-nav .nav-link {
        color: #fff;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: var(--color-low) !important;
    }

    .navbar .dropdown-menu .dropdown-item {
        color: #fff;
        padding: 0 15px;
        font-size: 14px;
        line-height: 40px;
    }

        .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
            font-weight: 300;
        }

    .navbar .dropdown-submenu .dropdown-toggle::after {
        left: 15px;
        font-size: 10px;
    }

    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }

    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(-90deg);
    }

    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: var(--color-dark);
        box-shadow: none;
    }

    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 20px 0 0;
    }

    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }

    .navbar .navbar-nav .nav-link {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar .navbar-nav {
        padding: 5px 20px;
    }

    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
/*        background: linear-gradient(180deg, var(--color-dark), var(--color-medium));*/
        background-color: var(--color-dark) !important;
        text-align: right;
        margin-top: -5px
    }

    .dropdown .nav-link i {
        color: rgba(255, 255, 255, 0.5);
    }

    .nav-scroll .dropdown .nav-link i {
        color: rgba(255, 255, 255, 0.5);
    }

    .nav-scroll .dropdown .nav-link.active i {
        color: var(--color-low);
    }

    .navbar .dropdown-menu .dropdown-item i {
        color: #fff;
    }

    .navbar .navbar-right {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        right: 0;
        left: auto;
    }

        .navbar .dropdown-menu.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
}

/* ======= Header style ======= */
.header {
    height: 100vh;
    overflow: hidden;
}

    .header .caption .o-hidden {
        display: inline-block;
    }

    .header .caption h6 {
        position: relative;
        font-size: 12px;
        font-weight: 300;
        color: var(--color-low);
        text-transform: uppercase;
        margin-bottom: 0px;
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .header .caption h1 {
        position: relative;
        font-size: 90px;
        font-weight: 700;
        margin-bottom: 0;
        color: #fff;
        line-height: 1em;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        display: inline-grid;
    }

        .header .caption h1 span {
            color: var(--color-low);
        }

    .header .caption h2 {
        position: relative;
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 0;
        color: #fff;
        line-height: 1.25em;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        display: inline-grid;
    }

        .header .caption h2 span {
            color: var(--color-low);
        }

    .header .caption h5 {
        font-family: 'iransFaBold', sans-serif;
        font-size: 17px;
        font-weight: 300;
        color: #fff;
        margin: 10px 0;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

        .header .caption h5 span {
            display: inline-block;
            font-weight: 700;
            font-size: 21px;
            color: var(--color-low);
            margin-right: 20px;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

            .header .caption h5 span i {
                font-style: normal;
                font-weight: 300;
                font-size: 12px;
                text-transform: uppercase;
                color: #fff;
                -webkit-animation-delay: .6s;
                animation-delay: .6s;
            }

    .header .caption .button-1,
    .header .caption .button-2 {
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        margin-left: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .header .car-features {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

/* ======= Slider style ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider-fade .item {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

    .slider-fade .item .caption {
        z-index: 9;
        position: relative;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 4vh;
    width: 100%;
}

    .slider-fade .owl-theme .owl-dots .owl-dot span {
        border: 1px solid #fff;
    }

    .slider-fade .owl-theme .owl-dots .owl-dot.active span,
    .slider-fade .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--color-low);
        border: 1px solid var(--color-low);
    }
/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}

.slider-fade .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.slider-fade .owl-theme .owl-prev,
.slider-fade .owl-theme .owl-prev {
    right: 10px !important
}

.slider-fade .owl-theme .owl-next {
    left: 10px !important
}

    .slider-fade .owl-theme .owl-prev > span,
    .slider-fade .owl-theme .owl-next > span {
        position: absolute;
        line-height: 0;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }

.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 43px;
    background: var(--color-low);
    border-radius: 100%;
    color: var(--color-dark);
    font-size: 10px;
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer;
    border: 1px solid var(--color-low);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

    .slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
        background: #fff;
        border: 1px solid #fff;
        color: var(--color-dark);
    }

.slider-fade .owl-theme .owl-nav {
    top: 40% !important;
}

    .slider-fade .owl-theme .owl-nav [class*=owl-] {
        opacity: 0;
    }

.slider-fade .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .slider-fade .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

    .slider .item .caption {
        z-index: 9;
    }
/* owl-dots for slider */
.slider .owl-theme .owl-dots {
    position: absolute;
    /* width: 100%; */
    bottom: 5%;
    right: 12%;
}


/* ======= Parallax Header style ======= */
.parallax-header {
    min-height: 100vh;
    background-position: center;
}

    .parallax-header.full-height {
        min-height: 100vh;
        background-position: center;
    }

    .parallax-header .caption {
        position: relative;
    }

    .parallax-header[data-overlay-dark] h6,
    .parallax-header h6 {
        position: relative;
        font-size: 12px;
        font-weight: 300;
        color: var(--color-low);
        text-transform: uppercase;
        margin-bottom: 5px;
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .parallax-header[data-overlay-dark] h1,
    .parallax-header h1 {
        position: relative;
        font-size: 90px;
        font-weight: 700;
        margin-bottom: 0;
        color: #fff;
        line-height: 1em;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        display: inline-grid;
    }

    .parallax-header h5 {
        font-family: 'iransFaBold', sans-serif;
        font-size: 17px;
        font-weight: 300;
        color: #fff;
        margin: 15px 0;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

        .parallax-header h5 span {
            display: inline-block;
            font-weight: 700;
            font-size: 21px;
            color: var(--color-low);
            margin-right: 20px;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

            .parallax-header h5 span i {
                font-style: normal;
                font-weight: 300;
                font-size: 12px;
                text-transform: uppercase;
                color: #fff;
                -webkit-animation-delay: .6s;
                animation-delay: .6s;
            }

    .parallax-header[data-overlay-dark] p,
    .parallax-header p {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
    }

    .parallax-header .button-1,
    .parallax-header .button-2 {
        font-size: 14px;
    }



/* ======= Parallax Header 2 style ======= */
.parallax-header2 {
    min-height: 100vh;
    background-position: center;
}

    .parallax-header2 .item {
        position: relative;
        display: block;
        z-index: 1;
    }

        .parallax-header2 .item .head {
            position: relative;
            display: block;
            background-color: rgba(245,183,84, 0.9);
            margin: 0 auto;
            text-align: center;
            padding: 40px 15px;
            border-radius: 15px 15px 15px 0;
        }

            .parallax-header2 .item .head .subtitle {
                position: absolute;
                top: -20px;
                right: 50%;
                transform: translateX(50%) rotate(5deg);
                background-color: #ff0000;
                padding: 7px 25px;
                border-radius: 4px;
                font-size: 12px;
                font-weight: 300;
                line-height: 25px;
                color: #fff;
                margin-bottom: 0;
                text-transform: uppercase;
            }

            .parallax-header2 .item .head .title {
                font-family: 'iransFaBold', sans-serif;
                font-size: 60px;
                font-weight: 800;
                line-height: 60px;
                color: var(--color-dark);
                text-transform: uppercase;
                margin: 0;
            }

            .parallax-header2 .item .head .shape {
                position: absolute;
                left: 0;
                bottom: -30px;
                border-color: transparent transparent transparent rgba(245,183,84, 0.9);
                border-style: solid;
                border-width: 0px 0px 30px 45px;
                width: 0px;
                height: 0px;
                border-radius: 0 0 0 5px;
            }

        .parallax-header2 .item .cont {
            position: relative;
            display: block;
            padding-top: 90px;
        }

            .parallax-header2 .item .cont .list {
                position: relative;
                display: flex;
                align-items: center;
                margin-bottom: 30px;
            }

                .parallax-header2 .item .cont .list .icon {
                    position: relative;
                    display: inline-block;
                }

                    .parallax-header2 .item .cont .list .icon span {
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 45px;
                        height: 45px;
                        line-height: 45px;
                        font-size: 14px;
                        color: #000;
                        background-color: rgba(245,183,84, 0.8);
                        border-radius: 50%;
                        -webkit-transition: all 500ms ease;
                        transition: all 500ms ease;
                    }

                        .parallax-header2 .item .cont .list .icon span:hover {
                            background-color: #fff;
                            color: #000;
                        }

                .parallax-header2 .item .cont .list .text {
                    margin-right: 15px;
                    font-size: 18px;
                    font-weight: 300;
                    line-height: 30px;
                    color: #fff;
                    margin-bottom: 0;
                }

.bottom-fadex {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(-1800deg, var(--color-dark) 0%, rgba(27,27,27, 0) 70%);
}

.topmargin-60 {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .parallax-header .topmargin-60 {
        margin-top: 30px;
    }

    .parallax-header2 .item .head {
        padding: 20px 15px;
    }

        .parallax-header2 .item .head .subtitle p {
            font-size: 12px;
        }

        .parallax-header2 .item .head .title {
            font-size: 40px;
        }

    .parallax-header2 .item .cont {
        position: relative;
        display: block;
        padding-top: 60px;
    }

        .parallax-header2 .item .cont .list {
            margin-bottom: 10px;
        }

            .parallax-header2 .item .cont .list .icon span {
                width: 35px;
                height: 35px;
                line-height: 35px;
                font-size: 11px;
            }

            .parallax-header2 .item .cont .list .text {
                font-size: 14px;
            }
}


/* ===== Kenburns SlideShow style ===== */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

    .kenburns-section::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -5;
        background: var(--color-dark);
    }

.kenburns-inner {
    position: relative;
    z-index: 15;
}

    .kenburns-inner .caption {
        position: relative;
    }

        .kenburns-inner .caption h6 {
            position: relative;
            font-size: 12px;
            font-weight: 300;
            color: var(--color-low);
            text-transform: uppercase;
            margin-bottom: 5px;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .kenburns-inner .caption h1 {
            position: relative;
            font-size: 90px;
            font-weight: 700;
            margin-bottom: 0;
            color: #fff;
            line-height: 1em;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
            display: inline-grid;
        }

        .kenburns-inner .caption h5 {
            font-family: 'iransFaRegular', sans-serif;
            font-size: 17px;
            font-weight: 300;
            color: #fff;
            margin: 15px 0;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

            .kenburns-inner .caption h5 span {
                display: inline-block;
                font-weight: 700;
                font-size: 21px;
                color: var(--color-low);
                margin-right: 20px;
                -webkit-animation-delay: .6s;
                animation-delay: .6s;
            }

                .kenburns-inner .caption h5 span i {
                    font-style: normal;
                    font-weight: 300;
                    font-size: 12px;
                    text-transform: uppercase;
                    color: #fff;
                    -webkit-animation-delay: .6s;
                    animation-delay: .6s;
                }

        .kenburns-inner .caption[data-overlay-dark] p {
            font-size: 14px;
            font-weight: 300;
            color: #fff;
        }

#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}

@media screen and (max-width: 767px) {
    .kenburns-inner .caption h6 {
        font-size: 12px;
    }

    .kenburns-inner .caption h1 {
        font-size: 42px;
    }

    .kenburns-inner .caption {
        text-align: center;
    }
}



/* ======= Slider Grid Background ======= */
.slider-grid-bg {
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
}

    .slider-grid-bg .grid-img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
        position: fixed;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        transform: scale(1);
        transition: transform 5s, opacity .35s;
        opacity: 0;
        display: block;
    }

        .slider-grid-bg .grid-img.grid-img-active {
            opacity: 1;
            transform: scale(1.09);
        }

    .slider-grid-bg .content {
        position: relative;
        z-index: 2;
        margin-top: 60px !important;
    }

        .slider-grid-bg .content .item {
            margin-bottom: 30px;
            display: -ms-flexbox;
            display: flex;
            transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        }

            .slider-grid-bg .content .item:hover {
                transform: translateY(-5px);
            }

            .slider-grid-bg .content .item .grid-con {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                transition: all .3s;
                background: transparent;
                position: relative;
                border-radius: 6px;
                padding: 30px;
                background: var(--color-dark);
            }

                .slider-grid-bg .content .item .grid-con.grid-con-active,
                .slider-grid-bg .content .item .grid-con:hover {
                    background: var(--color-low);
                }

                .slider-grid-bg .content .item .grid-con img {
                    width: 20px;
                }

                .slider-grid-bg .content .item .grid-con .arrow {
                    position: absolute;
                    left: 30px;
                    z-index: 3;
                    font-size: 17px;
                    color: #fff;
                    text-align: center;
                    line-height: 12px;
                }

                .slider-grid-bg .content .item .grid-con:hover .arrow,
                .slider-grid-bg .content .item .grid-con.grid-con-active .arrow {
                    color: var(--color-dark);
                }

    .slider-grid-bg .text {
    }

        .slider-grid-bg .text .subtitle {
            display: block;
            font-family: 'iransFaRegular', sans-serif;
            font-size: 10px;
            font-weight: 300;
            color: var(--color-low);
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .slider-grid-bg .text .title {
            display: block;
            font-family: 'iransFaRegular', sans-serif;
            font-weight: 700;
            font-size: 21px;
            line-height: 1.2em;
            color: #fff;
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .slider-grid-bg .content .item .grid-con:hover .subtitle,
    .slider-grid-bg .content .item .grid-con.grid-con-active .subtitle {
        color: var(--color-dark);
    }

    .slider-grid-bg .content .item .grid-con:hover .title,
    .slider-grid-bg .content .item .grid-con.grid-con-active .title {
        color: var(--color-dark);
    }
/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    height: 100vh;
    overflow: hidden;
}

.video-fullscreen-video {
    height: 100%;
}

.video-fullscreen-wrap video {
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap h6 {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: var(--color-low);
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.video-fullscreen-wrap h1 {
    position: relative;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    line-height: 1em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    display: inline-grid;
}

.video-fullscreen-wrap h5 {
    font-family: 'iransFaRegular', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin: 15px 0;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

    .video-fullscreen-wrap h5 span {
        display: inline-block;
        font-weight: 700;
        font-size: 21px;
        color: var(--color-low);
        margin-right: 20px;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

        .video-fullscreen-wrap h5 span i {
            font-style: normal;
            font-weight: 300;
            font-size: 12px;
            text-transform: uppercase;
            color: #fff;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

.video-fullscreen-wrap[data-overlay-dark] p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.video-fullscreen-wrap .button-1,
.video-fullscreen-wrap .button-2 {
    font-size: 14px;
}


/* ======= Car Features style ======= */
.car-features {
    position: relative;
    padding: 0;
    background: var(--color-dark);
    border-radius: 20px;
}

    .car-features .wrapp {
        padding: 40px;
    }

        .car-features .wrapp .features {
            padding: 15px 0;
            display: grid;
            grid-template-columns: 70% 30%;
            border-bottom: 1px solid rgba(255,255,255,0.03);
        }

            .car-features .wrapp .features:last-child {
                border: none;
            }

            .car-features .wrapp .features span {
                color: #999;
            }

                .car-features .wrapp .features span i {
                    color: var(--color-low);
                    margin-left: 10px;
                    font-size: 14px;
                    background: var(--color-dark);
                    padding: 10px;
                    border-radius: 100%;
                }

            .car-features .wrapp .features p {
                margin-bottom: 0px;
                color: #fff;
                text-align: left;
            }

@media screen and (max-width: 991px) {
    .car-features {
        display: none;
    }
}

/* ======= Banner Header style ======= */
.banner-header {
    height: 70vh;
    background-position: center;
}

    .banner-header.middle-height {
        min-height: 80vh;
    }

    .banner-header.full-height {
        min-height: 100vh;
    }

    .banner-header[data-overlay-dark] h6,
    .banner-header h6 {
        font-size: 10px;
        line-height: 10px;
        font-family: 'iransFaRegular', sans-serif;
        font-weight: 300;
        color: var(--color-low);
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
        z-index: 1;
        text-transform: uppercase;
    }

    .banner-header h1 {
        font-size: 42px;
        color: var(--color-dark);
        position: relative;
        line-height: 1.25em;
        margin-bottom: 0;
    }

        .banner-header h1 span {
            color: var(--color-low);
        }

    .banner-header p {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 0;
        color: var(--color-dark);
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .banner-header .post-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 14px;
        margin-bottom: 15px;
    }

        .banner-header .post-wrapper a {
            color: var(--color-low);
            font-size: 14px;
            font-weight: 300;
        }

        .banner-header .post-wrapper .divider {
            width: 20px;
            height: 1px;
            margin-left: 15px;
            margin-right: 15px;
            background-color: var(--color-low);
        }

@media screen and (max-width: 991px) {
    .banner-header h1 {
        font-size: 42px;
    }
}


/* ======= About style ======= */
.about {
    position: relative;
}

    .about .item {
        position: relative;
        border-radius: 20px 20px 0 20px;
        overflow: hidden;
        margin-bottom: 15px;
        isolation: isolate;
    }

        .about .item img {
            width: 100%;
            transform: scale(1);
            transition: transform 500ms ease;
        }

        .about .item:hover img {
            transform: scale(1.05);
        }

        .about .item .title {
            position: absolute;
            top: 0px;
            padding: 30px;
        }

            .about .item .title h4 {
                color: #fff;
                font-size: 21px;
                text-transform: uppercase;
            }

        .about .item .curv-butn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 90px;
            height: 90px;
            line-height: 90px;
            text-align: center;
            border-radius: 40px 0 0 0;
        }

            .about .item .curv-butn .vid {
                position: absolute;
                top: 15px;
                right: 15px;
                left: 15px;
                bottom: 15px;
                border-radius: 100%;
                background: transparent;
                color: #fff;
            }

            .about .item .curv-butn .br-left-top {
                position: absolute;
                top: -24px;
                right: -1px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .about .item .curv-butn .br-left-top svg {
                    width: 24px;
                    height: 24px;
                }

            .about .item .curv-butn .br-right-bottom {
                position: absolute;
                bottom: -1px;
                left: -24px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .about .item .curv-butn .br-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }

            .about .item .curv-butn .icon {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 60px;
                height: 60px;
                line-height: 60px;
                font-size: 21px;
                color: #fff;
                border: 1px solid var(--color-low);
                border-radius: 100%;
            }

        .about .item:hover .curv-butn .icon {
            background-color: var(--color-low);
            color: var(--color-dark);
            border-radius: 100%;
        }


/* ======= Team style ======= */
.team {
    position: relative;
}

    .team .item {
        position: relative;
        border-radius: 20px 20px 0 20px;
        overflow: hidden;
        margin-bottom: 15px;
        isolation: isolate;
    }

        .team .item img {
            width: 100%;
            transform: scale(1);
            transition: transform 500ms ease;
        }

        .team .item:hover img {
            transform: scale(1.05);
        }

        .team .item .title {
            position: absolute;
            bottom: 0;
            padding: 0;
            z-index: 1;
            right: 110px;
        }

            .team .item .title h4 {
                color: #fff;
                font-weight: 700;
                font-size: 18px;
                margin-bottom: 0;
            }

            .team .item .title h6 {
                color: rgba(255,255,255,0.7);
                font-weight: 300;
                font-size: 14px;
                margin-bottom: 20px;
            }

        .team .item .butn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 90px;
            height: 90px;
            line-height: 90px;
            text-align: center;
            border-radius: 40px 0 0 0;
            z-index: 2;
        }

            .team .item .butn .vid {
                position: absolute;
                top: 15px;
                right: 15px;
                left: 15px;
                bottom: 15px;
                border-radius: 100%;
                background: transparent;
                color: #fff;
            }

            .team .item .butn .br-left-top {
                position: absolute;
                top: -24px;
                right: -1px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .team .item .butn .br-left-top svg {
                    width: 24px;
                    height: 24px;
                }

            .team .item .butn .br-right-bottom {
                position: absolute;
                bottom: -1px;
                left: -24px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .team .item .butn .br-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }

            .team .item .butn .icon {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 60px;
                height: 60px;
                font-size: 17px;
                color: #fff;
                border: 1px solid var(--color-low);
                border-radius: 100%;
                line-height: 60px;
            }

        .team .item:hover .butn .icon {
            background-color: var(--color-low);
            color: var(--color-dark);
            border-radius: 100%;
        }


/* ======= Team-Single style ======= */
.team-single h6 {
    font-size: 21px;
    color: #fff;
}
/* img */
.team-single .team-img img:hover {
    transform: scale(0.99);
}

.team-single .team-img {
    position: relative;
}

    .team-single .team-img .img img {
        position: relative;
        z-index: 2;
    }
/* team-single list */
.team-single .list {
    position: relative;
    display: block;
}

    .team-single .list li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .team-single .list li + li {
            margin-top: 10px;
        }

.team-single .list-icon {
    align-items: center;
    background: var(--color-dark);
    border-radius: 100%;
}

    .team-single .list-icon span {
        font-size: 10px;
        color: var(--color-low);
        background-color: transparent;
    }

.team-single .list-text {
    margin-right: 15px;
}

    .team-single .list-text p {
        font-size: 14px;
        margin: 0;
        color: #fff;
    }
/* team-single details */
.team-single .wrapper {
    position: relative;
}

    .team-single .wrapper .cont {
        width: 100%;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .team-single .wrapper .cont .coll {
            width: auto;
            max-width: auto;
        }

            .team-single .wrapper .cont .coll h6 {
                font-size: 14px;
                font-weight: 300;
                line-height: 1em;
                white-space: normal;
                margin: 0;
                color: var(--color-dark);
                font-family: 'iransFaRegular', sans-serif;
            }

            .team-single .wrapper .cont .coll h5 {
                font-size: 14px;
                font-weight: 300;
                white-space: normal;
                margin: 0;
                margin-top: 0;
                margin-bottom: 0;
                vertical-align: middle;
                transition: color .3s;
                color: var(--color-dark);
                font-family: 'iransFaRegular', sans-serif;
            }
            /* team-single social */
            .team-single .wrapper .cont .coll .social-icon {
                text-align: center;
                margin-bottom: 0px;
            }

                .team-single .wrapper .cont .coll .social-icon a {
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    font-size: 14px;
                    border: 1px solid var(--color-low);
                    color: #fff;
                    border-radius: 0;
                    margin-left: 5px;
                    -webkit-transition: all .4s;
                    -o-transition: all .4s;
                    transition: all .4s;
                    background: transparent;
                    border-radius: 100%;
                }

                    .team-single .wrapper .cont .coll .social-icon a:hover {
                        border: 1px solid var(--color-low);
                        background: var(--color-low);
                        color: var(--color-dark);
                    }

            .team-single .wrapper .cont .coll p {
                color: #999;
            }
    /* team-single link */
    .team-single .wrapper p a {
        background: linear-gradient(to bottom, var(--color-low) 0%, var(--color-low) 100%);
        background-position: 100% 100%;
        background-repeat: repeat-x;
        background-size: 1px 1px;
        color: #fff;
        text-decoration: none;
        transition: background-size .1s;
    }

        .team-single .wrapper p a:hover {
            color: #fff;
        }
/* team-single tabs */
.team-single .cont .simpl-bord.nav-tabs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color-low);
    ;
}

.team-single .cont .simpl-bord .nav-item {
    margin-left: 30px;
}

    .team-single .cont .simpl-bord .nav-item:last-of-type {
        margin-left: 0;
    }

.team-single .cont .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-family: 'iransFaRegular', sans-serif;
}

    .team-single .cont .simpl-bord .nav-link.active {
        font-weight: 700;
        color: var(--color-low);
        font-family: 'iransFaRegular', sans-serif;
        font-size: 14px;
    }

.team-single .tab-content p {
    color: #999;
}


/* ======= Cars 1 style ======= */
.cars1 {
    position: relative;
    overflow: hidden;
}

    .cars1 .cars1-carousel {
        position: relative;
        display: block;
        max-width: 800px;
        margin: 0 auto;
    }

        .cars1 .cars1-carousel.owl-carousel .owl-stage-outer {
            overflow: visible;
            padding: 0px 0px 0px;
        }

    .cars1 .item {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }

        .cars1 .item .img {
            position: relative;
            display: block;
            overflow: hidden;
            z-index: 1;
            border-radius: 20px;
            width: 100%;
            transform: scale(1);
            transition: transform 500ms ease;
        }

        .cars1 .item:hover img {
            transform: scale(1.05);
        }

        .cars1 .item .con {
            position: relative;
            display: block;
            background-color: var(--color-dark);
            padding: 30px 25px;
            margin-top: -55px;
            margin-right: 25px;
            margin-left: 25px;
            overflow: hidden;
            transition: all 500ms ease;
            z-index: 2;
            visibility: visible;
            opacity: 0;
            border-radius: 20px;
        }

            .cars1 .item .con.opacity-1 {
                opacity: 1;
            }

            .cars1 .item .con.active {
                visibility: visible;
                opacity: 1;
            }

            .cars1 .item .con .title,
            .cars1 .item .con .title a {
                font-family: 'iransFaRegular', sans-serif;
                font-size: 21px;
                margin-bottom: 0px;
                color: #fff;
                font-weight: 700;
                line-height: 1.2em;
                transition: all 500ms ease;
            }

            .cars1 .item .con .details {
                display: flex;
                font-size: 14px;
                color: #999;
                margin-bottom: 0;
                margin-left: 10px;
                transition: all 500ms ease;
            }

                .cars1 .item .con .details span {
                    display: flex;
                    align-items: center;
                    margin-left: 10px;
                }

                    .cars1 .item .con .details span i {
                        color: var(--color-low);
                        margin-left: 2px;
                        font-style: normal;
                    }
            /* book */
            .cars1 .item .con .book {
                text-align: -webkit-left;
                margin-top: 1px;
            }

                .cars1 .item .con .book .btn {
                    margin: 0;
                    background: var(--color-low);
                    padding: 14px 21px;
                    color: var(--color-dark);
                    border-radius: 30px;
                    font-family: 'iransFaRegular', sans-serif;
                    font-weight: 300;
                    font-size: 14px;
                }

                    .cars1 .item .con .book .btn:hover {
                        background: #fff;
                        color: var(--color-dark);
                    }

                .cars1 .item .con .book > div {
                    display: table-cell;
                    vertical-align: middle;
                }

                    .cars1 .item .con .book > div:nth-child(2) {
                        padding-right: 15px;
                        padding-left: 0;
                        font-size: 14px;
                        line-height: 1.2em;
                    }

                    .cars1 .item .con .book > div > span {
                        display: block;
                        margin-bottom: 0;
                        font-size: 14px;
                        color: #999;
                        text-align: right;
                    }

                .cars1 .item .con .book .price {
                    font-family: 'iransFaRegular', sans-serif;
                    font-size: 21px;
                    line-height: 1.2em;
                    color: var(--color-low);
                    font-weight: 700;
                }
/* owl nav */
.owl-item.active .item .con {
    direction: rtl;
    visibility: visible;
    opacity: 1;
}

.cars1 .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}

.cars1 .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cars1 .owl-theme .owl-prev,
.cars1 .owl-theme .owl-prev {
    right: 10px !important
}

.cars1 .owl-theme .owl-next {
    left: 10px !important
}

.cars1 .owl-theme .owl-prev,
.cars1 .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 14px
}

    .cars1 .owl-theme .owl-prev > span,
    .cars1 .owl-theme .owl-next > span {
        position: absolute;
        line-height: 0;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }

.cars1 .owl-carousel .owl-nav button.owl-next,
.cars1 .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}

.cars1 .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: var(--color-low);
    border-radius: 100%;
    color: var(--color-dark);
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

    .cars1 .owl-theme .owl-nav [class*=owl-]:hover {
        background: #fff;
        color: var(--color-dark);
    }

.cars1 .owl-theme .owl-nav {
    top: 35% !important;
}

    .cars1 .owl-theme .owl-nav [class*=owl-] {
        opacity: 0;
    }

.cars1 .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .cars1 .item .con {
        padding: 30px 20px;
        margin: 0;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .cars1 .item .con .book {
        text-align: right;
        margin-top: 3px;
    }

    .cars1-carousel {
        overflow: hidden;
    }

    .cars1 .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Cars 2 style ======= */
.cars2 {
    position: relative;
}

    .cars2 .item {
        direction: rtl;
        position: relative;
        border-radius: 20px 20px 0 20px;
        overflow: hidden;
        margin-bottom: 15px;
        isolation: isolate;
    }

        .cars2 .item img {
            width: 100%;
            transform: scale(1);
            transition: transform 500ms ease;
        }

        .cars2 .item:hover img {
            transform: scale(1.05);
        }

        .cars2 .item .title {
            position: absolute;
            bottom: 0px;
            padding: 0 110px 25px 20px;
            width: 100%;
            text-align: left;
        }

            .cars2 .item .title h6 {
                color: var(--color-low);
                font-size: 10px;
                line-height: 10px;
                font-weight: 300;
                text-transform: uppercase;
                margin-bottom: 10px;
            }

            .cars2 .item .title h4 {
                text-align: right;
                color: #fff;
                font-size: 21px;
                margin-bottom: 5px;
            }

            .cars2 .item .title h3 {
                text-align: right;
                color: #fff;
                font-size: 21px;
                margin-bottom: 5px;
            }

        .cars2 .item .curv-butn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            border-radius: 45px 0 0 0;
        }

            .cars2 .item .curv-butn .vid {
                position: absolute;
                top: 15px;
                right: 15px;
                left: 15px;
                bottom: 15px;
                border-radius: 100%;
                background: transparent;
                color: #fff;
            }

            .cars2 .item .curv-butn .br-left-top {
                position: absolute;
                top: -24px;
                right: -1px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .cars2 .item .curv-butn .br-left-top svg {
                    width: 24px;
                    height: 24px;
                }

            .cars2 .item .curv-butn .br-right-bottom {
                position: absolute;
                bottom: -1px;
                left: -24px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .cars2 .item .curv-butn .br-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }

            .cars2 .item .curv-butn .icon {
                width: 70px;
                height: 70px;
                line-height: 70px;
                color: #fff;
                border: 1px solid var(--color-low);
                border-radius: 100%;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

        .cars2 .item:hover .curv-butn .icon {
            background-color: var(--color-low);
            color: var(--color-dark);
            border-radius: 100%;
        }
        /* show and hidden class */
        .cars2 .item .curv-butn .icon i {
            font-weight: 300;
            font-style: normal;
        }

            .cars2 .item .curv-butn .icon i span {
                font-family: "iransRegular", sans-serif;
                font-weight: 700;
                line-height: 15px;
                vertical-align: middle;
                font-size: 15px;
                color: var(--color-low);
            }

                .cars2 .item .curv-butn .icon i span i {
                    font-family: "iransRegular", sans-serif;
                    font-weight: 300;
                    font-style: normal;
                    font-size: 12px;
                    color: #999;
                }

            .cars2 .item:hover .curv-butn .icon i.icon-show,
            .cars2 .item .curv-butn .icon i.icon-hidden {
                display: none;
            }

        .cars2 .item:hover .curv-butn .icon i.icon-hidden {
            display: inline;
            width: 60px;
            height: 60px;
            line-height: 65px;
            border-radius: 50%;
            text-align: center;
            color: var(--color-dark);
            font-size: 14px;
            vertical-align: middle;
        }
        /* details */
        .cars2 .item .title .details {
            display: flex;
            direction: rtl;
            font-size: 14px;
            color: #999;
            margin-bottom: 0;
            transition: all 500ms ease;
        }

            .cars2 .item .title .details span {
                display: flex;
                align-items: center;
                margin-left: 10px;
            }

                .cars2 .item .title .details span i {
                    color: var(--color-low);
                    margin-left: 2px;
                    font-style: normal;
                }

                .cars2 .item .title .details span:last-child {
                    margin-left: 0px;
                }


/* ======= Cars 3 style ======= */
.cars3 {
    position: relative;
}

    .cars3 .item {
        direction: rtl;
        position: relative;
        margin-bottom: 15px;
    }

        .cars3 .item:hover .img .arrow {
            background-color: var(--color-low);
            border: 1px solid var(--color-low);
            color: var(--color-dark);
        }

        .cars3 .item .img {
            position: relative;
            border-radius: 20px 0 20px 20px;
            overflow: hidden;
            display: block;
        }

            .cars3 .item .img::after {
                position: absolute;
                content: "";
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: #000;
                opacity: 0.3;
            }

        .cars3 .item .img {
            overflow: hidden;
            isolation: isolate;
        }

            .cars3 .item .img img {
                width: 100%;
                -webkit-transition: all 1s;
                transition: all 1s;
            }

        .cars3 .item:hover .img img {
            -webkit-filter: none;
            filter: none;
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

        .cars3 .item .img .arrow {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: transparent;
            font-size: 14px;
            color: #fff;
            border: 1px solid #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .cars3 .item .info {
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 30px;
            color: #fff;
        }

            .cars3 .item .info .title {
                color: #fff;
                font-size: 21px;
                font-weight: 700;
                margin-bottom: 5px;
            }

                .cars3 .item .info .title a {
                    color: #fff;
                }

            .cars3 .item .info .details {
                display: flex;
                font-size: 14px;
                color: #999;
                margin-bottom: 0;
                margin-left: 10px;
                transition: all 500ms ease;
            }

                .cars3 .item .info .details span {
                    display: flex;
                    align-items: center;
                    margin-left: 10px;
                }

                    .cars3 .item .info .details span i {
                        color: var(--color-low);
                        margin-left: 2px;
                        font-style: normal;
                    }

        .cars3 .item .project-date {
            position: absolute;
            top: 0;
            right: 0;
            width: 100px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 0 0 0 20px;
            z-index: 1;
            background: var(--color-dark) !important;
        }

            .cars3 .item .project-date .br {
                position: absolute;
                top: 10px;
                right: 10px;
                left: 10px;
                bottom: 10px;
            }

            .cars3 .item .project-date .br-left-top {
                position: absolute;
                top: 0px;
                left: -20px;
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                line-height: 1;
            }

                .cars3 .item .project-date .br-left-top svg {
                    width: 20px;
                    height: 20px;
                }

            .cars3 .item .project-date .br-right-bottom {
                position: absolute;
                bottom: -20px;
                right: 0px;
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                line-height: 1;
            }

                .cars3 .item .project-date .br-right-bottom svg {
                    width: 20px;
                    height: 20px;
                }

            .cars3 .item .project-date .year {
                height: 50px;
                line-height: 20px;
                font-size: 21px;
                font-weight: 700;
                color: var(--color-low);
                margin: 0;
                padding: 0;
            }

                .cars3 .item .project-date .year span {
                    color: #999;
                    font-size: 14px;
                    font-weight: 300;
                    display: block;
                }


/* ======= Cars 4 style ======= */
.cars4 {
    position: relative;
}

    .cars4 h3 {
        color: #fff;
        font-size: 21px;
    }
    /* sidebar */
    .cars4 .sidebar-list {
        position: relative;
        display: block;
        padding: 0;
        background: var(--color-dark);
        border-radius: 20px;
        margin-top: -240px;
        z-index: 9;
    }

        .cars4 .sidebar-list .search {
            position: relative;
            background-color: var(--color-low);
            padding: 30px;
            border-radius: 20px 20px 0 0;
            text-align: center;
        }

            .cars4 .sidebar-list .search form {
                position: relative;
            }

                .cars4 .sidebar-list .search form input {
                    width: 100%;
                    padding: 19.5px 15px;
                    border: 0;
                    background: var(--color-dark);
                    margin-bottom: 0;
                    border: none;
                    color: #999;
                }

                    .cars4 .sidebar-list .search form input::placeholder {
                        color: #999;
                    }

                .cars4 .sidebar-list .search form button {
                    position: absolute;
                    left: 5px;
                    top: 5px;
                    background-color: var(--color-low);
                    color: var(--color-dark);
                    border: 0;
                    cursor: pointer;
                    border-radius: 100%;
                    outline: none;
                    transform: rotate(0);
                    -webkit-transition: all 0.7s linear;
                    -o-transition: all 0.7s linear;
                    transition: all 0.7s linear;
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                }

        .cars4 .sidebar-list:hover .search form button {
            background-color: var(--color-low);
            color: var(--color-dark);
            outline: none;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: all 0.7s linear;
            -o-transition: all 0.7s linear;
            transition: all 0.7s linear;
        }

        .cars4 .sidebar-list .item {
            padding: 30px;
        }

            .cars4 .sidebar-list .item h5 {
                color: #fff;
                font-size: 17px;
            }

            .cars4 .sidebar-list .item .filter-radio-group {
                margin-bottom: 30px;
            }

                .cars4 .sidebar-list .item .filter-radio-group:last-child {
                    margin-bottom: 0px;
                }

                .cars4 .sidebar-list .item .filter-radio-group div {
                    margin-bottom: 5px;
                }

                    .cars4 .sidebar-list .item .filter-radio-group div:last-child {
                        margin-bottom: 0;
                    }

                .cars4 .sidebar-list .item .filter-radio-group [type="radio"]:checked,
                .cars4 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) {
                    position: absolute;
                    right: -9999px;
                }

                    .cars4 .sidebar-list .item .filter-radio-group [type="radio"]:checked + label,
                    .cars4 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) + label {
                        position: relative;
                        padding-right: 21px;
                        cursor: pointer;
                        line-height: 12px;
                        display: inline-block;
                        color: #999;
                    }

                        .cars4 .sidebar-list .item .filter-radio-group [type="radio"]:checked + label:before,
                        .cars4 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) + label:before {
                            content: '';
                            position: absolute;
                            right: 0;
                            top: 0px;
                            width: 14px;
                            height: 14px;
                            border: 1px solid var(--color-low);
                            border-radius: 100%;
                            background: transparent;
                        }

                        .cars4 .sidebar-list .item .filter-radio-group [type="radio"]:checked + label:after,
                        .cars4 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) + label:after {
                            content: "\e64c";
                            font-family: 'themify';
                            width: 14px;
                            height: 14px;
                            background: var(--color-low);
                            position: absolute;
                            top: 0;
                            right: 0;
                            border-radius: 50%;
                            font-size: 8px;
                            line-height: 16px;
                            text-align: center;
                            color: var(--color-dark);
                            -webkit-transition: all 0.2s ease;
                            transition: all 0.2s ease;
                        }

                        .cars4 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) + label:after {
                            opacity: 0;
                            -webkit-transform: scale(0);
                            transform: scale(0);
                        }

                        .cars4 .sidebar-list .item .filter-radio-group [type="radio"]:checked + label:after {
                            opacity: 1;
                            -webkit-transform: scale(1);
                            transform: scale(1);
                        }
    /*  car listing */
    .cars4 .car-list {
        position: relative;
    }

        .cars4 .car-list .item {
        }

            .cars4 .car-list .item figure {
                margin: 0;
                position: relative;
                width: 100%;
                margin-right: auto;
                overflow: hidden;
                border-radius: 20px 20px 0 0;
                isolation: isolate;
            }

                .cars4 .car-list .item figure img {
                    -webkit-transition: all .5s;
                    transition: all .5s;
                }

            .cars4 .car-list .item:hover figure img {
                -webkit-filter: none;
                filter: none;
                -webkit-transform: scale(1.09, 1.09);
                transform: scale(1.09, 1.09);
                -webkit-filter: brightness(70%);
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ease;
            }

            .cars4 .car-list .item h3 {
                font-size: 21px;
                margin-bottom: 10px;
                color: #fff;
            }

            .cars4 .car-list .item p {
                margin-bottom: 15px;
                color: #999;
            }

            .cars4 .car-list .item .content {
                width: 100%;
                padding: 30px;
                background: var(--color-dark);
                border-radius: 0 0 20px 20px;
            }

                .cars4 .car-list .item .content .cont {
                    vertical-align: middle;
                }

                    .cars4 .car-list .item .content .cont .features {
                        padding: 5px 0;
                        display: grid;
                        grid-template-columns: 50% 50%;
                    }

                        .cars4 .car-list .item .content .cont .features span {
                            color: #999;
                        }

                            .cars4 .car-list .item .content .cont .features span i {
                                color: var(--color-low);
                                margin-left: 10px;
                                font-size: 14px;
                            }

                        .cars4 .car-list .item .content .cont .features p {
                            margin-bottom: 0px;
                            color: #fff;
                            text-align: left;
                        }

                    .cars4 .car-list .item .content .cont .book {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 20px;
                        justify-content: space-between;
                        align-items: center;
                    }

                        .cars4 .car-list .item .content .cont .book > div {
                            display: table-cell;
                            vertical-align: middle;
                            padding-left: 15px
                        }

                            .cars4 .car-list .item .content .cont .book > div:nth-child(2) {
                                padding-right: 15px;
                                padding-left: 0;
                                font-size: 15px;
                                line-height: 1.2em;
                            }

                            .cars4 .car-list .item .content .cont .book > div > span {
                                display: block;
                                margin-bottom: 0;
                                font-size: 14px;
                            }

                        .cars4 .car-list .item .content .cont .book .price {
                            font-size: 18px;
                            line-height: 1.2em;
                            color: var(--color-low);
                            font-weight: 700;
                        }

                            .cars4 .car-list .item .content .cont .book .price span {
                                font-size: 14px;
                                font-weight: 300;
                                color: #999;
                                margin-bottom: 0;
                            }


/* ======= Car Details style ======= */
.car-details {
    position: relative;
}

    .car-details h3 {
        color: #fff;
        font-size: 21px;
    }

    .car-details .sidebar-car {
        position: relative;
        display: block;
        padding: 0;
        background: var(--color-dark);
        border-radius: 20px;
        margin-top: -225px;
        z-index: 9;
    }

        .car-details .sidebar-car .title {
            position: relative;
            background-color: var(--color-low);
            padding: 35px 30px 25px 30px;
            border-radius: 20px 20px 0 0;
            text-align: center;
        }

            .car-details .sidebar-car .title h4 {
                font-family: 'iransFaRegular', sans-serif;
                font-size: 32px;
                line-height: 1.2em;
                color: var(--color-dark);
                font-weight: 700;
                margin: 0;
            }

                .car-details .sidebar-car .title h4 > span {
                    font-family: 'iransFaRegular', sans-serif;
                    margin-bottom: 0;
                    font-size: 14px;
                    color: var(--color-dark);
                    font-weight: 300;
                }

        .car-details .sidebar-car .item {
            padding: 30px;
        }

            .car-details .sidebar-car .item .features {
                padding: 15px 0;
                display: grid;
                grid-template-columns: 50% 50%;
            }

                .car-details .sidebar-car .item .features span {
                    color: #999;
                }

                    .car-details .sidebar-car .item .features span i {
                        color: var(--color-low);
                        margin-left: 10px;
                        font-size: 14px;
                        background: #333;
                        padding: 10px;
                        border-radius: 100%;
                    }

                .car-details .sidebar-car .item .features p {
                    margin-bottom: 0px;
                    color: #fff;
                    text-align: left;
                }
/* double button */
.btn-double {
    position: relative;
    text-align: center;
    margin: 10px 0;
    font-family: 'iransFaRegular', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

    .btn-double:before {
        content: attr(data-grouptype);
        color: #fff;
        font-weight: 300;
        display: block;
        font-size: 12px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: #333;
        position: absolute;
        right: 56%;
        top: 15px;
        margin-right: -28px;
        line-height: 28px;
        text-align: center
    }

    .btn-double > a + a {
        margin-right: 0px;
    }

    .btn-double > a {
        display: inline-block;
        font-size: 14px;
        text-decoration: none;
        transition: color .3s ease;
    }

        .btn-double > a span {
            font-size: 17px;
            margin-left: 2px;
        }

        .btn-double > a:nth-of-type(1) {
            background: var(--color-low);
            color: var(--color-dark);
            border-radius: 0 30px 30px 0;
            padding: 15px 27px;
        }

            .btn-double > a:nth-of-type(1):hover {
                background: #fff;
                color: var(--color-dark);
            }

        .btn-double > a:nth-of-type(2) {
            background: var(--color-low);
            color: var(--color-dark);
            border-radius: 30px 0 0 30px;
            padding: 15px 27px;
        }

            .btn-double > a:nth-of-type(2):hover {
                background: #fff;
                color: var(--color-dark);
            }


/* ======= Car Types 1 style ======= */
.car-types1 {
    position: relative;
}

    .car-types1 .item {
        direction: rtl;
        position: relative;
        border-radius: 20px 20px 0 20px;
        overflow: hidden;
        margin-bottom: 15px;
        isolation: isolate;
    }

        .car-types1 .item img {
            width: 100%;
            transform: scale(1);
            transition: transform 500ms ease;
        }

        .car-types1 .item:hover img {
            transform: scale(1.05);
        }

        .car-types1 .item .title {
            position: absolute;
            top: 0px;
            padding: 30px;
        }

            .car-types1 .item .title h4 {
                color: #fff;
                font-size: 21px;
            }

        .car-types1 .item .curv-butn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 90px;
            height: 90px;
            line-height: 90px;
            text-align: center;
            border-radius: 40px 0 0 0;
        }

            .car-types1 .item .curv-butn .vid {
                position: absolute;
                top: 15px;
                right: 15px;
                left: 15px;
                bottom: 15px;
                border-radius: 100%;
                background: transparent;
                color: #fff;
            }

            .car-types1 .item .curv-butn .br-left-top {
                position: absolute;
                top: -24px;
                right: -1px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .car-types1 .item .curv-butn .br-left-top svg {
                    width: 24px;
                    height: 24px;
                }

            .car-types1 .item .curv-butn .br-right-bottom {
                position: absolute;
                bottom: -1px;
                left: -24px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .car-types1 .item .curv-butn .br-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }

            .car-types1 .item .curv-butn .icon {
                width: 60px;
                height: 60px;
                font-size: 14px;
                color: #fff;
                border: 1px solid var(--color-low);
                border-radius: 100%;
                line-height: 60px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

        .car-types1 .item:hover .curv-butn .icon {
            background-color: var(--color-low);
            color: var(--color-dark);
            border-radius: 100%;
        }


/* ======= Car Types 2 Style ======= */
.car-types2 {
    position: relative;
}

    .car-types2 .container {
        position: relative;
    }

    .car-types2 .item {
        background: var(--color-dark);
        padding: 40px 15px;
        -webkit-transition: .5s;
        transition: .5s;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        line-height: 1;
        border-radius: 20px;
        overflow: hidden;
        text-align: center;
    }

        .car-types2 .item span {
            font-size: 75px;
            color: var(--color-low);
            line-height: 0.5em;
            margin-bottom: 0px;
            display: inline-block;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .car-types2 .item h6 {
            font-size: 14px;
            font-weight: 300;
            color: #fff;
            margin-bottom: 0;
        }

        .car-types2 .item .bg-icon {
            position: absolute;
            opacity: 0.02;
            z-index: -1;
            bottom: -75px;
            right: 75px;
        }

            .car-types2 .item .bg-icon span {
                font-size: 240px;
                color: #fff;
            }

        .car-types2 .item:hover {
            background-color: var(--color-low);
            -webkit-transition: .5s;
            transition: .5s;
            overflow: hidden;
        }

            .car-types2 .item:hover span,
            .car-types2 .item:hover h6 {
                color: var(--color-dark);
                -webkit-transition: .5s;
                transition: .5s;
            }

            .car-types2 .item:hover .bg-icon {
                opacity: 0.1;
                color: var(--color-dark);
                -webkit-transition: .5s;
                transition: .5s;
            }

.mt--80 {
    margin-top: -80px;
}


/* ======= Car Types 3 style ======= */
.car-types3 {
    position: relative;
}

    .car-types3 .item {
        position: relative;
        padding: 45px 40px 0 40px;
        border-radius: 20px 20px 0 20px;
        background: var(--color-dark);
        z-index: 2;
        margin-bottom: 15px;
    }

        .car-types3 .item .text h5 {
            border-radius: 20px;
            color: #fff;
            font-size: 21px;
        }

        .car-types3 .item .text p {
            font-family: "iransRegular", sans-serif;
            font-size: 14px;
            font-weight: 300;
            color: #999;
            margin-bottom: 25px;
        }

        .car-types3 .item .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: -40px;
        }

            .car-types3 .item .icon .icon-w {
                width: 70px;
                height: 70px;
                line-height: 70px;
                border-radius: 50%;
                overflow: hidden;
                background-color: var(--color-dark);
                font-family: "iransRegular", sans-serif;
                color: #fff;
                text-align: center;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

        .car-types3 .item:hover .icon .icon-w {
            background: var(--color-low);
            color: var(--color-dark);
            transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
        }

        .car-types3 .item .icon .icon-w i {
            overflow: hidden;
            background-color: transparent;
            font-style: normal;
            color: var(--color-low);
            font-weight: normal;
            font-size: 50px;
        }

        .car-types3 .item:hover .icon .icon-w i {
            background: transparent;
            color: var(--color-dark);
            transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
        }

            .car-types3 .item:hover .icon .icon-w i.icon-show,
            .car-types3 .item .icon .icon-w i.icon-hidden {
                display: none;
            }

            .car-types3 .item:hover .icon .icon-w i.icon-hidden {
                display: inline;
                width: 70px;
                height: 70px;
                line-height: 75px;
                border-radius: 50%;
                text-align: center;
                color: var(--color-dark);
                font-size: 14px;
                vertical-align: middle;
            }

        .car-types3 .item .icon .icon-curv {
            position: relative;
            padding: 15px;
            border-radius: 45px 0 0 0;
            background: var(--color-dark);
            height: 100px;
            width: 100px;
        }

            .car-types3 .item .icon .icon-curv .vid {
                position: absolute;
                top: 15px;
                right: 15px;
                left: 15px;
                bottom: 15px;
                border-radius: 100%;
                background: transparent;
                color: #fff;
            }

            .car-types3 .item .icon .icon-curv .shap-left-top {
                position: absolute;
                top: -23px;
                right: -4px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

                .car-types3 .item .icon .icon-curv .shap-left-top svg {
                    width: 24px;
                    height: 20px;
                }

            .car-types3 .item .icon .icon-curv .shap-right-bottom {
                position: absolute;
                bottom: -3px;
                left: -22px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

                .car-types3 .item .icon .icon-curv .shap-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }


/* ======= Car Types 4 style ======= */
.car-types4 {
    position: relative;
}

    .car-types4 .item {
        position: relative;
        overflow: hidden;
        isolation: isolate;
    }

        .car-types4 .item .img {
            -webkit-transition: all .5s;
            transition: all .5s;
            overflow: hidden;
            border-radius: 20px 20px 0 20px;
            isolation: isolate;
        }

            .car-types4 .item .img:hover img {
                -webkit-filter: none;
                filter: none;
                -webkit-transform: scale(1.09, 1.09);
                transform: scale(1.09, 1.09);
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ease;
            }

            .car-types4 .item .img img {
                -webkit-transition: all .5s;
                transition: all .5s;
            }

        .car-types4 .item .info {
            position: absolute;
            top: 50%;
            right: 50%;
            bottom: unset;
            text-align: center;
            transform: translate(50%, -50%);
            width: 100%;
        }

            .car-types4 .item .info .title {
                font-weight: 700;
                font-size: 30px;
                margin-bottom: 0;
                color: #fff;
                transform: scale(2);
                opacity: 0;
                transition: .5s;
            }

            .car-types4 .item .info .subtitle {
                font-weight: 300;
                font-size: 12px;
                text-transform: uppercase;
                color: var(--color-low);
                transform: scale(1.2);
                opacity: 0;
                transition: .4s;
            }

        .car-types4 .item:hover .info .title {
            opacity: .9;
            transform: scale(1);
        }

        .car-types4 .item:hover .info .subtitle {
            opacity: .8;
            transform: scale(1);
        }

        .car-types4 .item .curv-butn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 90px;
            height: 90px;
            line-height: 90px;
            text-align: center;
            border-radius: 40px 0 0 0;
        }

            .car-types4 .item .curv-butn .vid {
                position: absolute;
                top: 15px;
                right: 15px;
                left: 15px;
                bottom: 15px;
                border-radius: 100%;
                background: transparent;
                color: #fff;
            }

            .car-types4 .item .curv-butn .icon i {
                font-size: 14px;
                font-weight: 300;
                font-style: normal;
            }

            .car-types4 .item .curv-butn .br-left-top {
                position: absolute;
                top: -24px;
                right: -1px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .car-types4 .item .curv-butn .br-left-top svg {
                    width: 24px;
                    height: 24px;
                }

            .car-types4 .item .curv-butn .br-right-bottom {
                position: absolute;
                bottom: -1px;
                left: -24px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .car-types4 .item .curv-butn .br-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }

            .car-types4 .item .curv-butn .icon {
                width: 60px;
                height: 60px;
                line-height: 60px;
                color: #fff;
                border: 1px solid var(--color-low);
                background: transparent;
                border-radius: 100%;
            }

        .car-types4 .item:hover .curv-butn .icon {
            background-color: var(--color-low);
            color: var(--color-dark);
            border-radius: 100%;
        }


/* ======= Services Box style ======= */
.services-box {
    position: relative;
}

    .services-box .container {
        position: relative;
        z-index: 2;
    }

    .services-box .item {
        background: var(--color-dark);
        padding: 40px;
        -webkit-transition: .5s;
        transition: .5s;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        line-height: 1;
        text-align: right;
        overflow: hidden;
        transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
        border-radius: 20px;
    }

        .services-box .item.active {
            background: var(--color-low);
        }

        .services-box .item:hover {
            background: var(--color-low);
            transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
            transform-style: preserve-3d;
        }

        .services-box .item h5 {
            font-size: 21px;
            color: #fff;
        }

        .services-box .item.active h5 {
            color: var(--color-dark)
        }

        .services-box .item:hover h5 {
            color: var(--color-dark);
            -webkit-transition: .5s;
            transition: .5s;
        }

        .services-box .item p {
            color: #999;
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 0;
        }

        .services-box .item.active p {
            color: var(--color-dark);
        }

        .services-box .item:hover p {
            color: var(--color-dark);
        }

        .services-box .item span {
            font-size: 21px;
            color: var(--color-low);
            line-height: 1;
            margin-bottom: 15px;
            display: inline-block;
            -webkit-transition: .5s;
            transition: .5s;
            width: 70px;
            height: 70px;
            line-height: 70px;
            background: #333;
            border-radius: 100%;
            text-align: center;
        }

        .services-box .item.active span {
            color: var(--color-low);
            background: var(--color-dark);
        }

        .services-box .item:hover span {
            color: #fff;
            background: var(--color-dark);
        }

        .services-box .item i {
            font-size: 17px;
            font-weight: 700;
            color: var(--color-low);
            line-height: 1;
            margin-bottom: 15px;
            display: inline-block;
            -webkit-transition: .5s;
            transition: .5s;
            width: 70px;
            height: 70px;
            line-height: 70px;
            background: #333;
            border-radius: 100%;
            text-align: center;
            font-style: normal;
        }

        .services-box .item.active i {
            color: var(--color-low);
            background: var(--color-dark);
        }

        .services-box .item:hover i {
            color: #fff;
            background: var(--color-dark);
        }

        .services-box .item .numb {
            font-size: 120px;
            position: absolute;
            bottom: -25px;
            left: -10px;
            color: rgba(0, 0, 0, 0.3);
            opacity: .2;
        }

        .services-box .item.active .numb {
            color: rgba(255, 255, 255, 0.5);
        }

        .services-box .item:hover .numb {
            color: rgba(255, 255, 255, 0.5);
        }


/* ======= Services 1 style ======= */
.services1 {
    position: relative;
    overflow: hidden;
}

    .services1 .item {
        direction: rtl;
        position: relative;
        padding: 50px 40px 0 40px;
        border-radius: 20px 20px 0 20px;
        background: var(--color-dark);
        z-index: 2;
        margin-bottom: 15px;
    }

        .services1 .item .text h5 {
            border-radius: 20px;
            font-family: 'iransFaRegular', sans-serif;
            color: #fff;
            font-weight: 700;
            font-size: 21px;
        }

        .services1 .item .text p {
            font-family: 'iransFaRegular', sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.95em;
            color: #999;
            margin-bottom: 20px;
        }

        .services1 .item .numb {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: -40px;
        }

            .services1 .item .numb .number {
                display: flex;
                align-items: center;
                justify-content: center;
                transform: rotate(-90deg);
                width: 60px;
                height: 60px;
                line-height: 60px;
                border-radius: 50%;
                overflow: hidden;
                background-color: var(--color-dark);
                font-family: 'iransFaRegular', sans-serif;
                color: #fff;
                font-weight: 700;
                font-size: 14px;
                text-align: center;
            }

        .services1 .item:hover .numb .number {
            background: var(--color-low);
            color: var(--color-dark);
            transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
        }

        .services1 .item .numb .numb-curv {
            position: relative;
            padding: 15px;
            border-radius: 40px 0 0 0;
            background: var(--color-dark);
            height: 90px;
            width: 90px;
        }

            .services1 .item .numb .numb-curv .shap-left-top {
                position: absolute;
                top: -23px;
                right: -4px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

                .services1 .item .numb .numb-curv .shap-left-top svg {
                    width: 24px;
                    height: 20px;
                }

            .services1 .item .numb .numb-curv .shap-right-bottom {
                position: absolute;
                bottom: -2px;
                left: -22px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

                .services1 .item .numb .numb-curv .shap-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }

    .services1 p span {
        background-color: #333;
        color: #fff;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        align-items: middle;
        margin-left: 10px;
        font-size: 10px;
    }


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
}

    .services2 .item {
        position: relative;
        border-radius: 20px 20px 0 20px;
        overflow: hidden;
        margin-bottom: 15px;
        isolation: isolate;
    }

        .services2 .item img {
            width: 100%;
            transform: scale(1);
            transition: transform 500ms ease;
        }

        .services2 .item:hover img {
            transform: scale(1.05);
        }

        .services2 .item .title {
            position: absolute;
            bottom: 0px;
            padding: 30px 110px 30px 15px;
            width: 100%;
            text-align: left;
        }

            .services2 .item .title h4 {
                color: #fff;
                font-size: 21px;
                margin-bottom: 0;
                text-align: right;
            }

        .services2 .item .curv-butn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 90px;
            height: 90px;
            line-height: 90px;
            text-align: center;
            border-radius: 40px 0 0 0;
        }

            .services2 .item .curv-butn .vid {
                position: absolute;
                top: 15px;
                right: 15px;
                left: 15px;
                bottom: 15px;
                border-radius: 100%;
                background: transparent;
                color: #fff;
            }
            /* show and hidden class */
            .services2 .item .curv-butn .icon {
                font-size: 15px;
                font-weight: 700;
                font-style: normal;
            }

            .services2 .item .curv-butn .br-left-top {
                position: absolute;
                top: -24px;
                right: -1px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .services2 .item .curv-butn .br-left-top svg {
                    width: 24px;
                    height: 24px;
                }

            .services2 .item .curv-butn .br-right-bottom {
                position: absolute;
                bottom: -1px;
                left: -24px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .services2 .item .curv-butn .br-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }

            .services2 .item .curv-butn .icon {
                width: 60px;
                height: 60px;
                line-height: 60px;
                color: #fff;
                border: 1px solid var(--color-low);
                background: transparent;
                border-radius: 100%;
            }

        .services2 .item:hover .curv-butn .icon {
            background-color: var(--color-low);
            color: var(--color-dark);
            border-radius: 100%;
        }


/* ======= Service Details style ======= */
.service-details {
    position: relative;
}

    .service-details h3 {
        color: #fff;
        font-size: 21px;
    }

    .service-details .sidebar-page {
        position: relative;
        display: block;
        padding: 0;
        background: var(--color-dark);
        border-radius: 20px;
        margin-top: -215.5px;
        z-index: 9;
    }

        .service-details .sidebar-page .title {
            position: relative;
            background-color: var(--color-low);
            padding: 35px 30px;
            border-radius: 20px 20px 0 0;
            text-align: center;
        }

            .service-details .sidebar-page .title h4 {
                font-size: 21px;
                line-height: 1.2em;
                color: var(--color-dark);
                margin: 0;
            }

                .service-details .sidebar-page .title h4 > span {
                    margin-bottom: 0;
                    font-size: 14px;
                    color: var(--color-dark);
                    font-weight: 400;
                }

        .service-details .sidebar-page .item {
            padding: 40px 30px;
        }

            .service-details .sidebar-page .item .features {
                grid-template-columns: 50% 50%;
                border-radius: 15px;
                padding: 15px 20px;
                margin-bottom: 10px;
                border: 1px solid rgba(255,255,255,0.03);
            }

                .service-details .sidebar-page .item .features span {
                    color: #fff;
                }

                    .service-details .sidebar-page .item .features span i {
                        color: var(--color-low);
                        margin-left: 15px;
                        font-size: 11px;
                    }

                .service-details .sidebar-page .item .features p {
                    margin-bottom: 0px;
                    color: #fff;
                    text-align: left;
                }

                .service-details .sidebar-page .item .features:hover span i,
                .service-details .sidebar-page .item .features.active span i {
                    -webkit-transition: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                }

                .service-details .sidebar-page .item .features:hover,
                .service-details .sidebar-page .item .features.active {
                    background: var(--color-low);
                    color: var(--color-dark);
                    -webkit-transition: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                    border-radius: 15px;
                }

                    .service-details .sidebar-page .item .features:hover span i,
                    .service-details .sidebar-page .item .features.active span i {
                        color: var(--color-dark);
                    }

                    .service-details .sidebar-page .item .features:hover span,
                    .service-details .sidebar-page .item .features.active span {
                        color: var(--color-dark);
                    }


/* ======= Process style ======= */
.process {
    position: relative;
    overflow: hidden;
}

    .process .item {
        position: relative;
        padding: 60px 40px 0 40px;
        border-radius: 20px 20px 0 20px;
        background: var(--color-dark);
        z-index: 2
    }

        .process .item .text h5 {
            border-radius: 20px;
            font-family: 'iransFaRegular', sans-serif;
            color: #fff;
            font-weight: 700;
            font-size: 21px;
        }

        .process .item .text p {
            font-family: 'iransFaRegular', sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.95em;
            color: #999;
            margin-bottom: 20px;
        }

        .process .item .numb {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: -40px;
        }

            .process .item .numb .number {
                width: 60px;
                height: 60px;
                line-height: 60px;
                border-radius: 50%;
                overflow: hidden;
                background-color: var(--color-dark);
                font-family: 'iransFaRegular', sans-serif;
                color: #fff;
                font-weight: 700;
                font-size: 14px;
                text-align: center;
                border: 1px solid var(--color-dark);
            }

            .process .item .numb .numb-curv {
                position: relative;
                padding: 15px;
                border-radius: 40px 0 0 0;
                background: var(--color-dark);
            }

                .process .item .numb .numb-curv .shap-left-top {
                    position: absolute;
                    top: -23px;
                    right: -4px;
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

                    .process .item .numb .numb-curv .shap-left-top svg {
                        width: 24px;
                        height: 20px;
                    }

                .process .item .numb .numb-curv .shap-right-bottom {
                    position: absolute;
                    bottom: -2px;
                    left: -22px;
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

                    .process .item .numb .numb-curv .shap-right-bottom svg {
                        width: 24px;
                        height: 24px;
                    }

    .process p span {
        background-color: #333;
        color: #fff;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        align-items: middle;
        margin-left: 10px;
        font-size: 10px;
    }


/* ======= Process Number style  ======= */
.process-number {
    position: relative;
}

    .process-number .item {
        position: relative;
        background-color: var(--color-low);
        padding: 60px 30px 60px 0;
        border-radius: 20px;
        border: none;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        overflow: hidden;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        z-index: 1;
    }

        .process-number .item:hover {
            background-color: #fff;
            transform: translateY(-20px);
        }

        .process-number .item .con {
            position: relative;
            padding-left: 60px;
        }

            .process-number .item .con .no {
                position: absolute;
                font-size: 240px;
                font-weight: 900;
                color: var(--color-dark);
                text-align: left;
                top: -40px;
                width: 100%;
                line-height: 1;
                left: -20px;
            }

            .process-number .item .con h5 {
                font-size: 21px;
                color: var(--color-dark);
            }

            .process-number .item .con p {
                color: var(--color-dark);
                margin-bottom: 0px;
            }

        .process-number .item:hover .con .no {
            color: rgba(0,0,0,0.1);
            opacity: .5;
        }

        .process-number .item:hover .con h5 {
            color: var(--color-dark);
        }

        .process-number .item:hover .con p {
            color: var(--color-dark);
        }


/* ======= Testimonials style ======= */
.testimonials {
    position: relative;
    overflow: hidden;
}

    .testimonials .item {
        direction: rtl;
        position: relative;
        padding: 40px 40px 0px;
        border-radius: 20px 20px 0 20px;
        background: var(--color-dark);
    }

        .testimonials .item .stars {
            position: absolute;
            top: 0;
            left: 0;
            padding: 10px 20px 10px 20px;
            border-radius: 0 0 20px 0;
            color: var(--color-low);
            background: var(--color-dark);
        }

            .testimonials .item .stars i {
                font-size: 10px;
            }

            .testimonials .item .stars .shap-left-top {
                position: absolute;
                top: -2px;
                right: -20px;
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

                .testimonials .item .stars .shap-left-top svg {
                    width: 24px;
                    height: 24px;
                }

            .testimonials .item .stars .shap-right-bottom {
                position: absolute;
                bottom: -25px;
                left: -2px;
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

                .testimonials .item .stars .shap-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }

        .testimonials .item i.fa-quote-left {
            color: var(--color-low);
            font-size: 45px;
            margin-bottom: 10px;
        }

        .testimonials .item .text h5 {
            border-radius: 20px;
            font-family: 'iransFaRegular', sans-serif;
            color: var(--color-low);
            font-weight: 700;
            font-size: 14px;
        }

        .testimonials .item .text p {
            font-family: 'iransFaRegular', sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.95em;
            color: #999;
            margin-bottom: 15px;
        }

        .testimonials .item .info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: -40px;
        }

            .testimonials .item .info .img {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                overflow: hidden;
            }

                .testimonials .item .info .img img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .testimonials .item .info h6 {
                font-family: 'iransFaRegular', sans-serif;
                color: #fff;
                font-weight: 400;
                font-size: 14px;
                margin-bottom: 0;
            }

            .testimonials .item .info p {
                font-family: 'iransFaRegular', sans-serif;
                font-size: 12px;
                font-weight: 300;
                line-height: 1.5em;
                color: #999;
                margin-bottom: 0;
            }

        .testimonials .item .img-curv {
            position: relative;
            padding: 15px;
            border-radius: 40px 0 0 0;
            background: var(--color-dark);
        }

            .testimonials .item .img-curv .shap-left-top {
                position: absolute;
                top: -23px;
                right: -4px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

                .testimonials .item .img-curv .shap-left-top svg {
                    width: 24px;
                    height: 20px;
                }

            .testimonials .item .img-curv .shap-right-bottom {
                position: absolute;
                bottom: -2px;
                left: -22px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

                .testimonials .item .img-curv .shap-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }


/* =======  Gallery Image style  ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0px;
    position: relative;
}

    .gallery-filter li {
        font-family: 'iransFaRegular', sans-serif;
        font-size: 17px;
        font-weight: 700;
        margin-left: 15px;
        display: inline-block;
        cursor: pointer;
        color: #fff;
    }

        .gallery-filter li:last-child {
            margin-left: 0;
        }

        .gallery-filter li.active {
            color: var(--color-low);
            content: "";
            right: 0;
            bottom: -4px;
            border-bottom: 1px solid var(--color-low);
            -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
            -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
            transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        }

        .gallery-filter li:hover {
            color: var(--color-low);
        }

.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 7px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    cursor: pointer;
    /* text-align: center; */
    border-radius: 20px;
    isolation: isolate;
}

    .gallery-box .gallery-img {
        position: relative;
        overflow: hidden;
        transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    }

        .gallery-box .gallery-img:after {
            content: " ";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
            overflow: hidden;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .gallery-box .gallery-img > img {
            transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
            border-radius: 0;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

    .gallery-box:hover .gallery-img > img {
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(1.09, 1.09);
        transform: scale(1.09, 1.09);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .gallery-box .gallery-detail {
        position: absolute;
        opacity: 0;
        transform: translateX(20px);
        transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        padding: 30px 20px;
        bottom: 0;
    }

        .gallery-box .gallery-detail h4 {
            font-size: 14px;
            font-weight: 300;
            color: #fff;
            margin-bottom: 0;
        }

        .gallery-box .gallery-detail p {
            color: var(--color-low);
            margin-bottom: 0;
        }

    .gallery-box:hover .gallery-detail {
        opacity: 1;
        transform: translateX(0px);
    }
/* magnific popup custom */
.mfp-counter {
    display: none;
}

.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}


/* ======= Video Gallery style ======= */
.vid-icon {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

    .vid-icon:hover img {
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(1.09, 1.09);
        transform: scale(1.09, 1.09);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 20px;
    float: right;
}

.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: var(--color-low);
    border-radius: 50%;
    color: var(--color-dark);
    padding: 12px 13px 12px 11px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}

    .video-gallery-polygon:hover {
        background: var(--color-dark);
        color: var(--color-low);
    }

.video-gallery-polygon {
    font-size: 21px;
}

.video-gallery {
    position: relative;
}

    .video-gallery .item {
        position: relative;
        border-radius: 20px 20px 0 20px;
        overflow: hidden;
        margin-bottom: 30px;
        isolation: isolate;
    }

        .video-gallery .item img {
            width: 100%;
            transform: scale(1);
            transition: transform 500ms ease;
        }

        .video-gallery .item:hover img {
            transform: scale(1.05);
        }

        .video-gallery .item .title {
            position: absolute;
            top: 0px;
            padding: 30px;
        }

            .video-gallery .item .title h4 {
                color: #fff;
                font-size: 21px;
                text-transform: uppercase;
            }

        .video-gallery .item .curv-butn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 90px;
            height: 90px;
            line-height: 90px;
            text-align: center;
            border-radius: 40px 0 0 0;
        }

            .video-gallery .item .curv-butn .vid {
                position: absolute;
                top: 15px;
                right: 15px;
                left: 15px;
                bottom: 15px;
                border-radius: 100%;
                background: transparent;
                color: #fff;
            }

            .video-gallery .item .curv-butn .br-left-top {
                position: absolute;
                top: -24px;
                right: -1px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .video-gallery .item .curv-butn .br-left-top svg {
                    width: 24px;
                    height: 24px;
                }

            .video-gallery .item .curv-butn .br-right-bottom {
                position: absolute;
                bottom: -1px;
                left: -24px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .video-gallery .item .curv-butn .br-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }

            .video-gallery .item .curv-butn .icon {
                width: 60px;
                height: 60px;
                font-size: 21px;
                color: #fff;
                border: 1px solid var(--color-low);
                border-radius: 100%;
                line-height: 60px;
            }

        .video-gallery .item:hover .curv-butn .icon {
            background-color: var(--color-low);
            color: var(--color-dark);
            border-radius: 100%;
        }


/* ======= Video Popup style ======= */
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}

    .play-button svg {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    z-index: 2;
}

.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
    z-index: 0;
}

.video-wrapper {
}

    .video-wrapper .vid {
        position: relative;
        z-index: 8;
    }

        .video-wrapper .vid .vid-butn:hover .icon {
            color: var(--color-low);
        }

            .video-wrapper .vid .vid-butn:hover .icon:before {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

        .video-wrapper .vid .vid-butn .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            width: 100px;
            height: 100px;
            border: none;
            border-radius: 50%;
            line-height: 105px;
            text-align: center;
            font-size: 35px;
            position: relative;
            transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
            transform-style: preserve-3d;
        }

            .video-wrapper .vid .vid-butn .icon:after {
                content: '';
                position: absolute;
                top: 5px;
                bottom: 5px;
                left: 5px;
                right: 5px;
                border: 1px solid var(--color-low);
                border-radius: 50%;
                z-index: -1;
            }

            .video-wrapper .vid .vid-butn .icon:before {
                content: '';
                position: absolute;
                top: 5px;
                bottom: 5px;
                left: 5px;
                right: 5px;
                background: transparent;
                border-radius: 50%;
                z-index: -1;
                -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
                -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
                transition: all 0.5s cubic-bezier(1, 0, 0, 1);
            }


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}

    .accordion-box .block {
        position: relative;
        background: var(--color-dark);
        overflow: hidden;
        margin-bottom: 15px;
        border-radius: 20px;
    }

        .accordion-box .block.active-block {
        }

        .accordion-box .block:last-child {
            margin-bottom: 0;
        }

        .accordion-box .block .acc-btn {
            position: relative;
            font-size: 14px;
            line-height: 14px;
            font-weight: 700;
            cursor: pointer;
            padding: 30px;
            padding-left: 60px;
            color: #fff;
            transition: all 500ms ease;
            font-family: 'iransFaRegular', sans-serif;
        }

            .accordion-box .block .acc-btn .count {
                color: var(--color-low);
                padding-left: 5px;
                font-weight: 700;
                font-family: 'iransFaRegular', sans-serif;
                font-size: 14px;
            }

            .accordion-box .block .acc-btn.active .count {
                color: var(--color-dark);
            }

            .accordion-box .block .acc-btn:before {
                position: absolute;
                left: 35px;
                top: 24px;
                height: 30px;
                font-size: 11px;
                color: var(--color-low);
                line-height: 30px;
                content: "\e649";
                font-family: "themify";
                transition: all 500ms ease;
            }

            .accordion-box .block .acc-btn.active {
                background-color: var(--color-low);
                color: var(--color-dark);
            }

                .accordion-box .block .acc-btn.active:before {
                    color: var(--color-dark);
                    font-family: "themify";
                    content: "\e64b";
                }

        .accordion-box .block .acc-content {
            position: relative;
            display: none;
        }

        .accordion-box .block .content {
            position: relative;
            padding: 30px;
            color: var(--color-dark);
            border-radius: 0px 0px 20px 20px;
        }

        .accordion-box .block .acc-content.current {
            display: block;
        }

        .accordion-box .block .content .text {
            display: block;
            position: relative;
            top: 0px;
            color: #999;
        }


/* ======= Price style  ======= */
.price .item {
    padding: 60px 45px;
    border-radius: 20px;
    background: var(--color-dark);
    position: relative;
    overflow: hidden;
}

    .price .item h3 {
        font-family: 'iransFaRegular', sans-serif;
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.25em;
    }

        .price .item h3 span {
            font-weight: 300;
            font-size: 10px;
            display: block;
            color: var(--color-low);
            text-transform: uppercase;
        }

    .price .item p {
        font-size: 14px;
        font-weight: 300;
        color: #999;
        margin-bottom: 0;
    }

    .price .item ul {
        margin: 0;
        padding-right: 15px;
    }

    .price .item li {
        margin-bottom: 10px;
        padding-right: 20px;
        position: relative;
    }

        .price .item li:after {
            content: '';
            width: 5px;
            height: 5px;
            border-radius: 50%;
            position: absolute;
            right: 0;
            top: calc(50% - 5px);
        }

    .price .item .dot-list li {
        position: relative;
        padding-right: 15px;
        margin-bottom: 10px;
    }

        .price .item .dot-list li:before {
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            right: 0;
            background: var(--color-low);
        }

        .price .item .dot-list li:last-of-type {
            margin-bottom: 0;
        }
    /* arrow */
    .price .item .rmore {
        position: absolute;
        top: -15px;
        left: -15px;
        background: var(--color-dark);
        padding: 15px;
        border-radius: 0 0 45px 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        opacity: 0;
    }

        .price .item .rmore .arrow {
            width: 70px;
            height: 70px;
            line-height: 70px;
            border: 1px solid var(--color-low);
            background: var(--color-low);
            border-radius: 50%;
            text-align: center;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
            font-size: 21px;
            color: var(--color-dark);
            font-weight: 700;
            display: inline-flex;
            justify-content: center;
        }

            .price .item .rmore .arrow span {
                color: var(--color-dark);
                font-size: 14px;
                display: inline-block;
                font-weight: 500;
                align-self: flex-start;
                margin-left: 2px;
            }
    /* arrow hover */
    .price .item:hover .rmore {
        opacity: 1;
        top: 0px;
        left: 0px;
    }

    .price .item .rmore:hover .arrow {
        border: 1px solid #fff;
        background: #fff;
        color: var(--color-dark);
    }

        .price .item .rmore:hover .arrow span {
            color: var(--color-dark);
        }
    /* active */
    .price .item .rmore.active {
        opacity: 1;
        top: 0px;
        left: 0px;
    }

    .price .item .rmore .arrow.active {
        background: var(--color-low);
    }

        .price .item .rmore .arrow.active i {
            color: var(--color-dark);
        }
    /* border */
    .price .item .rmore .br-left-top {
        position: absolute;
        top: 0;
        right: -20px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        line-height: 1;
    }

        .price .item .rmore .br-left-top svg {
            width: 20px;
            height: 20px;
        }

    .price .item .rmore .br-right-bottom {
        position: absolute;
        bottom: -20px;
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        line-height: 1;
    }

        .price .item .rmore .br-right-bottom svg {
            width: 20px;
            height: 20px;
        }


/* ======= Clients style ======= */
.clients {
    background: var(--color-dark);
}

    .clients .owl-carousel {
        margin: 20px 0;
    }

    .clients .clients-logo {
        opacity: 1;
        line-height: 0;
    }

        .clients .clients-logo:hover {
            opacity: 1;
        }

    .clients img {
        -webkit-filter: none;
        filter: none;
    }

        .clients img:hover {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            -webkit-transition: all .5s;
            transition: all .5s;
        }


/* ======= Booking style ======= */
.booking-wrapper {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 5%;
    z-index: 5;
}

.booking2-wrapper {
    position: relative;
    margin-bottom: 40px;
}

.booking-inner {
    position: relative;
    border-radius: 0;
}

.form1 {
    display: block;
    padding: 0;
    position: relative;
}

    .form1.brdr {
        padding: 15px 15px 0 15px;
        background: var(--color-dark);
        border-radius: 60px;
    }

    .form1 label {
        display: none;
    }

    .form1 .col1 {
        float: right;
        width: 17%;
    }

    .form1 .col2 {
        float: right;
        width: 17%;
    }

    .form1 .col3 {
        float: right;
        width: 15%;
    }

    .form1 .c1 {
        border-left: 1px solid #2b2b2b;
        height: 60px;
        margin-bottom: 15px;
    }

    .form1 .c2 {
        border-left: 0px solid #2b2b2b;
        height: 60px;
        margin-bottom: 15px;
    }

    .form1 .c3 {
        border-left: 1px solid #2b2b2b;
        height: 60px;
        margin-bottom: 15px;
    }

    .form1 .c4 {
        border-left: 1px solid #2b2b2b;
        height: 60px;
        margin-bottom: 15px;
    }

    .form1 .c5 {
        border-left: 1px solid #2b2b2b;
        height: 60px;
        margin-bottom: 15px;
    }

.ui-datepicker .ui-datepicker-header {
    background: var(--color-low);
    border: var(--color-low);
    color: #fff;
}

.ui-datepicker {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    background: var(--color-dark);
    z-index: 9999 !important;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid rgba(255, 255, 255, 0.03);
    background: var(--color-dark);
    color: rgba(255, 255, 255, 0.5);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid var(--color-low);
    background: var(--color-low);
    font-weight: normal;
    color: var(--color-dark);
}

.ui-datepicker .ui-datepicker-prev:after {
    font-size: 10px;
    content: "\e64a";
    font-family: "themify";
    color: var(--color-dark);
}

.ui-datepicker .ui-datepicker-next:before {
    font-size: 10px;
    content: "\e649";
    font-family: "themify";
    color: var(--color-dark);
    float: left;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: transparent;
    border: 1px solid transparent;
}

.booking-button {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: var(--color-low);
    color: var(--color-dark);
    font-family: 'iransFaRegular', sans-serif;
    font-size: 14px;
    text-decoration: none;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-weight: 300;
    border-radius: 30px;
}

    .booking-button:hover {
        background: #fff;
        color: var(--color-dark);
    }

    .booking-button:focus {
        outline: none;
    }

.input1_inner {
    position: relative;
    position: relative;
}

    .input1_inner:after {
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 24px;
        pointer-events: none;
        content: "\e6b6";
        font-family: "themify";
        font-size: 11px;
        color: var(--color-low);
        line-height: 1;
        z-index: 99999;
    }

    .input1_inner input {
        display: block;
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        padding: 15px 20px;
        background: var(--color-dark);
        border: none;
        box-shadow: none;
        border-radius: 30px;
        line-height: 28px;
    }

        .input1_inner input::placeholder {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.5);
        }

        .input1_inner input:focus {
            outline: none;
            box-shadow: none;
            background: var(--color-dark);
            color: rgba(255, 255, 255, 0.5);
        }

.select1_wrapper {
    margin-bottom: 0;
}

.select1_inner {
    position: relative;
}

    .select1_inner:after {
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 24px;
        pointer-events: none;
        content: "\e64b";
        font-family: "themify";
        font-size: 10px;
        color: var(--color-low);
        font-weight: normal;
        line-height: 15px;
    }

.input1_wrapper {
    margin-bottom: 15px;
}

.select2 {
    text-align: right;

}

/* responsive */
@media (max-width: 1259.98px) {
    .booking2-wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .booking2-wrapper {
        margin-bottom: 40px;
    }

    .form1 .col1 {
        width: 50%;
        border-bottom: 1px solid var(--color-dark);
    }

    .form1 .c2 {
        border-left: none;
    }

    .form1 .col2 {
        width: 25%;
    }

    .form1 .col3 {
        width: 25%;
    }

    .booking-wrapper {
        position: relative;
        bottom: auto;
        padding: 30px 0;
        background: #202020;
    }
}

@media (max-width: 767.98px) {
    .form1 .col1 {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid var(--color-dark);
    }

    .form1 .col2 {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid var(--color-dark);
    }

    .form1 .col3 {
        width: 100%;
        border-left: 0;
    }

    .booking-button:after {
        background: none;
    }
}
/* booking form */
.booking-box {
    position: relative;
    background: var(--color-dark);
    padding: 60px 40px;
    margin-bottom: -60px;
    border-radius: 20px;
}

    .booking-box .head-box h6 {
        font-size: 10px;
        font-weight: 700;
        color: var(--color-low);
        position: relative;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .booking-box .head-box h4 {
        font-size: 35px;
        margin-bottom: 30px;
        color: #fff;
        line-height: 1em;
        font-weight: 700;
    }

        .booking-box .head-box h4 span {
            color: var(--color-dark);
        }

@media screen and (max-width: 991px) {
    .booking-box {
        margin-bottom: 90px;
        margin-bottom: 0px;
        padding: 35px 20px;
    }
}


/* ======= Blog 1 style ======= */
.blog1 {
    position: relative;
    overflow: hidden;
}

    .blog1 .item {
        direction: rtl;
        margin-bottom: 15px;
    }

        .blog1 .item .img {
            overflow: hidden;
            border-radius: 20px;
            isolation: isolate;
        }

            .blog1 .item .img img {
                width: 100%;
                border-radius: 3px 3px 0 0;
                -webkit-transition: all 1s;
                transition: all 1s;
            }

        .blog1 .item:hover .img img {
            -webkit-filter: none;
            filter: none;
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

        .blog1 .item .wrapper {
            background-color: var(--color-dark);
            padding: 0.1px 30px 40px 30px;
            margin: -45px 20px 0 20px;
            position: relative;
            z-index: 1;
            border-radius: 20px;
            transition: all ease 0.4s;
        }

            .blog1 .item .wrapper .date {
                margin: -20px 0 20px 0;
            }

                .blog1 .item .wrapper .date a {
                    display: inline-block;
                    font-size: 12px;
                    padding: 14px 21px;
                    line-height: 1;
                    background-color: var(--color-low);
                    border-radius: 7px;
                }

                    /*.blog1 .item .wrapper .date a:hover {
                        background-color: var(--color-low);
                        color: var(--color-dark);
                    }*/

            .blog1 .item .wrapper .con {
                overflow: hidden;
                position: relative;
                transition: all ease 0.4s;
                padding-bottom: 0;
            }

                .blog1 .item .wrapper .con .category {
                    display: flex;
                    margin: 0 0 15px 0;
                }

                    .blog1 .item .wrapper .con .category a {
                        color: #999;
                        display: flex;
                        align-items: center;
                        font-size: 12px;
                        margin-left: 12px;
                    }

                        .blog1 .item .wrapper .con .category a i {
                            transition: all ease 0.4s;
                            color: var(--color-low);
                            margin-left: 5px;
                            font-size: 12px;
                        }

                .blog1 .item .wrapper .con .text {
                    font-family: 'iransFaRegular', sans-serif;
                    font-size: 14px;
                    color: #fff;
                    font-weight: 700;
                    margin: 0;
                    line-height: 1.5em;
                }

                .blog1 .item .wrapper .con .icon-btn {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    transform: translateX(-60px);
                    opacity: 0;
                    visibility: hidden;
                    display: inline-block;
                    padding: 0;
                    width: 55px;
                    height: 55px;
                    line-height: 58px;
                    font-size: 14px;
                    background-color: transparent;
                    border: 1px solid var(--color-low);
                    color: #fff;
                    text-align: center;
                    border-radius: 50%;
                    transition: all ease 0.4s;
                }

                    .blog1 .item .wrapper .con .icon-btn:hover {
                        background-color: var(--color-low);
                        color: var(--color-dark);
                    }

        .blog1 .item:hover .wrapper {
            margin-top: -104px;
            background-color: var(--color-dark);
            border-color: transparent;
        }

            .blog1 .item:hover .wrapper .con {
                padding-bottom: 70px;
            }

                .blog1 .item:hover .wrapper .con .category a {
                    color: #999;
                }

                    .blog1 .item:hover .wrapper .con .category a i {
                        color: var(--color-low);
                    }

                    .blog1 .item:hover .wrapper .con .category a:hover {
                        color: var(--color-low);
                    }

                .blog1 .item:hover .wrapper .con .text a {
                    color: #fff;
                }

                    .blog1 .item:hover .wrapper .con .text a:hover {
                        color: #fff;
                    }

                .blog1 .item:hover .wrapper .con .icon-btn {
                    transform: translateX(0);
                    opacity: 1;
                    visibility: visible;
                }


/* ======= Blog 2 style ======= */
.blog2 {
    position: relative;
}

    .blog2 .item {
        position: relative;
        border-radius: 20px 20px 0 20px;
        overflow: hidden;
        margin-bottom: 15px;
        isolation: isolate;
    }

        .blog2 .item img {
            width: 100%;
            transform: scale(1);
            transition: transform 500ms ease;
        }

        .blog2 .item:hover img {
            transform: scale(1.05);
        }

        .blog2 .item .title {
            position: absolute;
            bottom: 0px;
            padding: 0 110px 25px 20px;
            width: 100%;
            text-align: left;
        }

            .blog2 .item .title h6 {
                text-align: right;
                color: var(--color-low);
                font-size: 10px;
                line-height: 10px;
                font-weight: 300;
                text-transform: uppercase;
                margin-bottom: 10px;
            }

            .blog2 .item .title h4 {
                text-align: right;
                color: #fff;
                font-size: 21px;
                margin-bottom: 0;
            }

        .blog2 .item .curv-butn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            border-radius: 45px 0 0 0;
        }

            .blog2 .item .curv-butn .vid {
                position: absolute;
                top: 15px;
                right: 15px;
                left: 15px;
                bottom: 15px;
                border-radius: 100%;
                background: transparent;
                color: #fff;
            }

            .blog2 .item .curv-butn .br-left-top {
                position: absolute;
                top: -24px;
                right: -1px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .blog2 .item .curv-butn .br-left-top svg {
                    width: 24px;
                    height: 24px;
                }

            .blog2 .item .curv-butn .br-right-bottom {
                position: absolute;
                bottom: -1px;
                left: -23px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                line-height: 1;
            }

                .blog2 .item .curv-butn .br-right-bottom svg {
                    width: 24px;
                    height: 24px;
                }

            .blog2 .item .curv-butn .icon {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 70px;
                height: 70px;
                line-height: 70px;
                font-size: 14px;
                color: #fff;
                border: 1px solid var(--color-low);
                border-radius: 100%;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

        .blog2 .item:hover .curv-butn .icon {
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: var(--color-low);
            color: var(--color-dark);
            border-radius: 100%;
        }
        /* show and hidden class */
        .blog2 .item .curv-butn .icon i {
            font-weight: 300;
            font-style: normal;
        }

            .blog2 .item .curv-butn .icon i span {
                font-family: "iransRegular", sans-serif;
                font-weight: 600;
                line-height: 15px;
                vertical-align: middle;
                font-size: 21px;
            }

                .blog2 .item .curv-butn .icon i span i {
                    font-family: "iransRegular", sans-serif;
                    font-weight: 300;
                    font-style: normal;
                    font-size: 12px;
                }

            .blog2 .item:hover .curv-butn .icon i.icon-show,
            .blog2 .item .curv-butn .icon i.icon-hidden {
                display: none;
            }

        .blog2 .item:hover .curv-butn .icon i.icon-hidden {
            display: inline;
            width: 60px;
            height: 60px;
            line-height: 65px;
            border-radius: 50%;
            text-align: center;
            color: var(--color-dark);
            font-size: 14px;
            vertical-align: middle;
        }


/* ======= Blog 3 style ======= */
.blog3 .item {
    margin-bottom: 30px;
}

.blog3 .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    isolation: isolate;
}

    .blog3 .post-img:hover img {
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .blog3 .post-img a {
        display: block;
    }

    .blog3 .post-img img {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

.blog3 .post-cont {
    padding: 40px;
    border-radius: 0 0 20px 20px;
    background: var(--color-dark);
}

    .blog3 .post-cont .tag {
        display: block;
        font-size: 14px;
        color: var(--color-low);
        margin-bottom: 0px;
    }

    .blog3 .post-cont h5,
    .blog3 .post-cont h5 a {
        color: #fff;
        font-size: 28px;
        line-height: 1.25em;
    }

    .blog3 .post-cont .category a {
        margin-left: 5px;
        position: relative;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 15px;
        color: #fff;
        display: inline-block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog3 .post-cont .category a:hover {
            color: var(--color-low);
        }

        .blog3 .post-cont .category a:before {
            position: absolute;
            bottom: 0px;
            right: 0;
            left: 0;
            height: 1px;
            background-color: var(--color-low);
            content: "";
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .blog3 .post-cont .category a:last-child {
            margin-left: 15px;
        }

            .blog3 .post-cont .category a:last-child:after {
                display: none;
            }

    .blog3 .post-cont .calendar a {
        margin-left: 5px;
        position: relative;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 15px;
        color: #999;
        display: inline-block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog3 .post-cont .calendar a:hover {
            color: #fff;
        }
/* blog3 sidebar */
.blog3-sidebar .widget {
    background: var(--color-dark);
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    border: none;
}

    .blog3-sidebar .widget ul {
        margin-bottom: 0;
        padding: 0;
    }

        .blog3-sidebar .widget ul li {
            font-size: 14px;
            line-height: 1.5em;
            margin-bottom: 15px;
        }

            .blog3-sidebar .widget ul li a {
                color: #999;
            }

                .blog3-sidebar .widget ul li a.active {
                    color: #999;
                }

                .blog3-sidebar .widget ul li a:hover {
                    color: var(--color-low);
                }

            .blog3-sidebar .widget ul li:last-child {
                margin-bottom: 0;
            }

            .blog3-sidebar .widget ul li i {
                font-size: 9px;
                margin-left: 10px;
            }

    .blog3-sidebar .widget .recent li {
        display: block;
        overflow: hidden;
    }

    .blog3-sidebar .widget .recent .thum {
        width: 130px;
        overflow: hidden;
        float: right;
        border-radius: 5px;
    }

    .blog3-sidebar .widget .recent a {
        display: block;
        margin-right: 145px;
    }

.blog3-sidebar .widget-title {
    margin-bottom: 15px;
}

    .blog3-sidebar .widget-title h6 {
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(255,255,255,0.02);
        font-size: 21px;
        line-height: 1.95em;
        margin-bottom: 15px;
        color: #fff;
    }

.blog3-sidebar .search form {
    position: relative;
}

    .blog3-sidebar .search form input {
        width: 100%;
        padding: 19.5px 15px;
        border: 0;
        background: #333;
        margin-bottom: 0;
        border: none;
        color: #999;
    }

        .blog3-sidebar .search form input::placeholder {
            color: #999;
        }

    .blog3-sidebar .search form button {
        position: absolute;
        left: 5px;
        top: 5px;
        background-color: var(--color-low);
        color: var(--color-dark);
        border: 0;
        cursor: pointer;
        border-radius: 100%;
        outline: none;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.7s linear;
        -o-transition: all 0.7s linear;
        transition: all 0.7s linear;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

.blog3-sidebar:hover .search form button {
    background-color: var(--color-low);
    color: var(--color-dark);
    outline: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.blog3-sidebar .tags li {
    margin: 4px !important;
    padding: 7px 21px;
    background-color: #333;
    color: #fff;
    float: right;
    border-radius: 20px;
}

.blog3-sidebar ul.tags li a {
    font-size: 12px;
    color: #999;
}

.blog3-sidebar ul.tags li:hover,
.blog3-sidebar ul.tags li:hover a {
    background-color: var(--color-low);
    color: var(--color-dark);
}


/* ======= Post style ======= */
.post {
    position: relative;
}

    .post h4 {
        font-size: 30px;
        margin-bottom: 15px;
        color: #fff;
    }

        .post h4 span {
            color: var(--color-low);
        }

    .post .form-box {
        background: var(--color-dark);
    }

        .post .form-box h5 {
            font-size: 21px;
            color: #fff;
        }

    .post .section {
        padding-top: 60px;
    }

        .post .section h6 {
            font-size: 17px;
            color: #fff;
        }

            .post .section h6 span {
                font-size: 12px;
                color: #999;
                font-weight: 300;
                font-family: 'iransFaRegular', sans-serif;
                display: block;
                text-transform: none;
            }

        .post .section .wrap {
            display: flex;
            margin-bottom: 60px;
        }

            .post .section .wrap .user {
                margin-left: 20px;
                flex: 0 0 auto;
            }

                .post .section .wrap .user img {
                    border-radius: 100%;
                    width: 90px;
                    border: 1px solid var(--color-dark);
                    padding: 4px;
                }

            .post .section .wrap .cont {
            }

                .post .section .wrap .cont .repay {
                    font-size: 10px;
                    color: #fff;
                    margin: 0;
                    font-weight: 300;
                }

                .post .section .wrap .cont a.repay:hover {
                    color: var(--color-low);
                }
/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}

    .pagination-wrap li {
        display: inline-block;
        margin: 0 5px;
    }

        .pagination-wrap li a {
            background: var(--color-dark);
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-weight: 300;
            border: 1px solid var(--color-dark);
            border-radius: 100%;
            transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
            transform-style: preserve-3d;
        }

            .pagination-wrap li a i {
                font-size: 11px;
            }

            .pagination-wrap li a:hover {
                opacity: 1;
                text-decoration: none;
                background: var(--color-low);
                border: 1px solid var(--color-low);
                color: var(--color-dark);
                transform: translate3d(0px, -6px, 0.01px);
            }

            .pagination-wrap li a.active {
                background-color: var(--color-low);
                border: 1px solid var(--color-low);
                color: var(--color-dark);
            }

@media screen and (max-width: 768px) {
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}
/* prev/next post */
.post-prev-next {
    padding: 45px 0;
    border: none;
    border-top: 1px solid var(--color-dark);
    background-color: var(--color-dark);
}

@media (max-width: 576px) {
    .post-prev-next {
        text-align: center;
    }

    .post-prev-next-left {
        margin-bottom: 10px;
    }
}

.post-prev-next a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 1em;
}

    .post-prev-next a i {
        font-size: 28px;
        color: var(--color-low);
    }

        .post-prev-next a i:hover,
        .post-prev-next a:hover {
            color: var(--color-low);
        }

.post-prev-next .post-prev-next-left a i {
    margin-right: 5px;
    font-size: 13px;
}

.post-prev-next .post-prev-next-right a i {
    font-size: 13px;
    margin-left: 5px;
}


/* ======= Contact style ======= */
.contact p {
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .contact p b {
        color: var(--color-dark);
        font-weight: 700;
    }

.contact h5 {
    color: #fff;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.contact .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    text-decoration: none;
}

    .contact .con .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-left: 15px;
        margin-bottom: 15px;
        border-radius: 100%;
        border: 1px solid var(--color-low);
        text-align: center;
        background: transparent;
        font-size: 21px;
        color: #fff;
    }

        .contact .con .icon .img {
            border-radius: 0;
            border: 1px solid var(--color-low);
        }

        .contact .con .icon img {
            background: transparent;
            padding: 13px;
        }

    .contact .con .text {
        color: #999;
        line-height: 1.5em;
    }
/* contact form */
.contact .form-box {
    background: var(--color-dark);
}
/* opening-hours list */
.opening-hours ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    width: 320px;
}

    .opening-hours ul li .tit,
    .opening-hours ul li .dots,
    .opening-hours ul li span {
        display: table-cell;
        white-space: nowrap;
    }

    .opening-hours ul li {
        margin-bottom: 15px;
        font-size: 14px;
    }

        .opening-hours ul li:last-of-type {
            margin-bottom: 0;
        }

        .opening-hours ul li span {
            white-space: nowrap;
            padding-right: 10px;
            color: #999;
        }

        .opening-hours ul li .tit {
            padding-left: 10px;
            color: #999;
        }

        .opening-hours ul li .dots {
            height: 4px;
            width: 100%;
            border-bottom: 2px dashed #202020;
            position: relative;
            top: -7px;
        }

.google-map {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
}


/* ======= Contact Box style ======= */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: -100px;
}

    .contact-box .container {
        position: relative;
        z-index: 2;
    }

    .contact-box .item {
        background: var(--color-dark);
        padding: 60px 30px;
        -webkit-transition: .5s;
        transition: .5s;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        line-height: 1;
        text-align: right;
        overflow: hidden;
        transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
        border-radius: 20px;
    }

        .contact-box .item.active {
            background: var(--color-low);
        }

        .contact-box .item:hover {
            background: var(--color-low);
            transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
            transform-style: preserve-3d;
        }

        .contact-box .item h5 {
            font-size: 21px;
            color: #fff;
            margin-bottom: 0px;
        }

        .contact-box .item.active h5 {
            color: var(--color-dark)
        }

        .contact-box .item:hover h5 {
            color: var(--color-dark);
            -webkit-transition: .5s;
            transition: .5s;
        }

        .contact-box .item p {
            color: #999;
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 0;
        }

        .contact-box .item.active p {
            color: var(--color-dark);
        }

        .contact-box .item:hover p {
            color: var(--color-dark);
        }

        .contact-box .item span {
            font-size: 35px;
            color: var(--color-low);
            line-height: 1;
            margin-bottom: 15px;
            display: inline-block;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .contact-box .item.active span {
            color: var(--color-dark);
        }

        .contact-box .item:hover span {
            color: var(--color-dark);
        }

        .contact-box .item i.numb {
            font-size: 120px;
            position: absolute;
            bottom: -20px;
            left: -20px;
            color: rgba(255, 255, 255, 0.1);
            opacity: .2;
        }

        .contact-box .item.active i.numb {
            color: rgba(0, 0, 0, 0.2);
        }

        .contact-box .item:hover .numb {
            color: rgba(0, 0, 0, 0.2);
        }


/* ======= 404 style ======= */
.not-found h1 {
    font-size: 200px;
    line-height: 180px;
    color: var(--color-dark);
}

.not-found h3 {
    color: #fff;
    font-size: 21px;
    line-height: 1.25em;
}

.not-found p {
    color: #999;
}

.not-found .search-form {
    position: relative;
    max-width: 520px;
    margin: 20px auto 0;
}

    .not-found .search-form form {
        position: relative;
    }

    .not-found .search-form .form-group {
        position: relative;
        margin: 0;
    }

        .not-found .search-form .form-group input[type="text"],
        .not-found .search-form .form-group input[type="tel"],
        .not-found .search-form .form-group input[type="search"],
        .not-found .search-form .form-group input[type="email"] {
            position: relative;
            width: 100%;
            line-height: 30px;
            padding: 10px 20px 10px 100px;
            height: 60px;
            display: block;
            font-family: 'iransFaRegular', sans-serif;
            font-size: 14px;
            background: transparent;
            color: var(--color-dark);
            border-radius: 0px;
            border: 1px solid var(--color-low);
            transition: all 300ms ease;
            border-radius: 30px;
        }

            .not-found .search-form .form-group input[type="text"]:focus,
            .not-found .search-form .form-group input[type="tel"]:focus,
            .not-found .search-form .form-group input[type="email"]:focus,
            .not-found .search-form .form-group input[type="search"]:focus {
                border-color: var(--color-low);
            }

        .not-found .search-form .form-group input::-webkit-input-placeholder {
            color: #999;
        }

        .not-found .search-form .form-group input[type="search"]:focus {
            color: #fff;
        }

        .not-found .search-form .form-group .search-button {
            position: absolute;
            left: 5px;
            top: 5px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            background: none;
            color: var(--color-dark);
            background: #fff;
            border-radius: 100%;
            outline: none;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -webkit-transition: all 0.7s linear;
            -o-transition: all 0.7s linear;
            transition: all 0.7s linear;
        }

            .not-found .search-form .form-group .search-button span {
                vertical-align: middle;
                outline: none;
            }

    .not-found .search-form:hover .form-group .search-button {
        background: var(--color-low);
        color: var(--color-dark);
        outline: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.7s linear;
        -o-transition: all 0.7s linear;
        transition: all 0.7s linear;
    }

/* bottom fade */
.bottom-fade {
    width: 100%;
    top: 41%;
    height: 60%;
    float: right;
    position: absolute;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

/* ======= Button style ======= */
/* button 1 */
.button-1 {
    direction: rtl;
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid var(--color-low);
    border-radius: 30px;
    background-color: var(--color-low);
    color: var(--color-dark);
    font-weight: 300;
    text-align: center;
    font-family: 'iransFaRegular', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

    [data-overlay-dark] .button-1 span,
    .button-1 span {
        transform: scaleX(-1);
        font-size: 10px;
        margin-right: 5px;
        color: var(--color-dark);
    }

    [data-overlay-dark] .button-1 i,
    .button-1 i {
        font-style: normal;
        font-size: 14px;
        padding-left: 5px;
        color: var(--color-dark);
    }

    .button-1:hover {
        border: 1px solid #fff;
        background-color: #fff;
        color: var(--color-dark);
        transform: translate3d(0px, -6px, 0.01px);
    }

        .button-1:hover span {
            color: var(--color-dark);
        }
/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-family: 'iransFaRegular', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

    [data-overlay-dark] .button-2 span,
    .button-2 span {
        transform: rotate(270deg);
        font-size: 10px;
        margin-right: 5px;
        color: #fff;
    }

    [data-overlay-dark] .button-2 i,
    .button-2 i {
        font-style: normal;
        font-size: 14px;
        padding-left: 5px;
        color: #fff;
    }

    .button-2:hover {
        border: 1px solid var(--color-low);
        background-color: var(--color-low);
        color: var(--color-dark);
        transform: translate3d(0px, -6px, 0.01px);
    }

        .button-2:hover i,
        .button-2:hover span {
            color: var(--color-dark);
        }
/* button 3 */
.button-3 {
    direction: ltr;
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid var(--color-dark);
    border-radius: 30px;
    background-color: var(--color-dark);
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-family: 'iransFaRegular', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

    [data-overlay-dark] .button-3 span,
    .button-3 span {
        font-size: 14px;
        margin-left: 5px;
        color: #fff;
    }

    .button-3:hover {
        border: 1px solid #fff;
        background-color: #fff;
        color: var(--color-dark);
        transform: translate3d(0px, -6px, 0.01px);
    }

        .button-3:hover span {
            color: var(--color-dark);
        }


/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}

    .lets-talk .wrap {
        position: relative;
        background: #fff;
        padding: 45px 30px;
        overflow: hidden;
        z-index: 1;
    }

    .lets-talk[data-overlay-dark] h6,
    .lets-talk h6 {
        display: inline-block;
        text-transform: uppercase;
        font-size: 10px;
        color: var(--color-low);
        margin-bottom: 10px;
        font-weight: 300;
    }

    .lets-talk[data-overlay-dark] h5,
    .lets-talk h5 {
        font-size: 35px;
        color: #fff;
        line-height: 1em;
    }

    .lets-talk[data-overlay-dark] p,
    .lets-talk p {
        font-size: 14px;
        color: #fff;
        line-height: 1.5em;
    }


/* ======= App style ======= */
.app {
    position: relative;
}

    .app .item {
        background: #e4e4e4;
        border-radius: 20px;
        padding: 60px 60px 0px 60px;
    }

        .app .item[data-overlay-dark] h6,
        .app .item h6 {
            display: inline-block;
            text-transform: uppercase;
            font-size: 10px;
            color: var(--color-dark);
            margin-bottom: 10px;
            font-weight: 300;
        }

        .app .item[data-overlay-dark] h5,
        .app .item h3 {
            font-size: 35px;
            color: var(--color-dark);
            line-height: 1.2em;
        }

        .app .item[data-overlay-dark] p,
        .app .item p {
            font-size: 14px;
            color: var(--color-dark);
            line-height: 1.5em;
        }

        .app .item img {
            position: relative;
            display: block;
        }

@media screen and (max-width: 991px) {
    .app .item {
        padding: 30px 30px 0px 30px;
    }
}


/* ======= Footer style ======= */
.footer {
    background-color: var(--color-dark);
}

.footer-logo {
    width: 230px;
    margin-bottom: 15px;
}

    .footer-logo h2 {
        font-family: 'iransFaRegular', sans-serif;
        font-size: 30px;
        font-weight: 700;
        display: flex;
        width: 100%;
        position: relative;
        color: #fff;
        margin-bottom: 0;
        padding: 0;
        line-height: 1.25em;
    }

        .footer-logo h2 span {
            color: var(--color-low);
        }

.footer .widget .widget-title {
    font-size: 21px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}
/* first footer */
.first-footer {
    padding: 30px 0 0 0;
}
/* footer icon */
.icon-footer {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: var(--color-low);
    color: var(--color-dark);
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-low);
    border-radius: 100%;
    background-color:whitesmoke
}

    .icon-footer i {
        width: 100%;
        text-align: center;
    }
/* footer link */
.links.dark {
    background-color: transparent;
    border: 1px solid var(--color-dark);
    box-shadow: none;
    border-radius: 0px;
}

    .links.dark.footer-contact-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        padding: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 20px;
    }

.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    background-color: var(--color-dark);
}

.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-dark);
    text-decoration: none;
}

.image-wrapper.footer-contact-link-icon {
    margin-left: 15px;
}

.footer-contact-link-wrapper h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 700;
}

.footer-contact-link-wrapper p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 0px;
}
/* second footer */
.second-footer {
    border-bottom: 1px solid var(--color-dark);
}

    .second-footer .widget-area .widget {
        padding: 15px 0;
    }

        .second-footer .widget-area .widget p {
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 20px;
        }
/* usefull links */
.footer .usful-links ul {
    margin: 0;
    padding: 0;
}

    .footer .usful-links ul li {
        margin-bottom: 5px;
    }

        .footer .usful-links ul li:hover {
            color: var(--color-low);
        }

        .footer .usful-links ul li i {
            font-size: 7px;
            margin-left: 3px;
        }

        .footer .usful-links ul li a {
            color: rgba(255, 255, 255, 0.8);
            position: relative;
            padding-right: 15px;
        }

            .footer .usful-links ul li a:after {
                width: 6px;
                height: 6px;
                content: "";
                background: var(--color-low);
                border-radius: 50%;
                display: block;
                position: absolute;
                right: 0;
                top: 12px;
            }

            .footer .usful-links ul li a:hover {
                color: var(--color-low);
            }
/* bottom footer */
.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .copyright p {
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
    }

        .copyright p a {
            background: linear-gradient(to bottom, var(--color-low) 0%, var(--color-low) 100%);
            background-position: 100% 100%;
            background-repeat: repeat-x;
            background-size: 1px 1px;
            color: #fff;
            text-decoration: none;
            transition: background-size .2s;
        }

            .copyright p a:hover {
                color: #fff;
            }
/* social icons */
.social-icons li {
    border: none;
    z-index: 1;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background: transparent;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    margin-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid var(--color-low);
    border-radius: 100%;
    background-color:whitesmoke
}

    .social-icons li:hover {
        background: var(--color-low);
        color: var(--color-dark);
    }
/* newsletter */
.widget-newsletter {
    position: relative;
}

    .widget-newsletter input {
        height: 60px;
        width: 100%;
        border: none;
        background: transparent;
        font-size: 14px;
        color: #fff;
        outline: none;
        padding: 0 20px 0 90px;
        border: 1px solid var(--color-low);
        border-radius: 30px;
    }

    .widget-newsletter button {
        height: 50px;
        width: 50px;
        border: none;
        background: var(--color-low);
        font-size: 14px;
        font-weight: 700;
        color: var(--color-dark);
        outline: none;
        padding: 0px 16px;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 100%;
        line-height: 55px;
        outline: none;
        transform: rotate(0);
        -webkit-transition: all 0.7s linear;
        -o-transition: all 0.7s linear;
        transition: all 0.7s linear;
    }

    .widget-newsletter input::placeholder {
        color: rgba(255, 255, 255, 0.8);
    }

    .widget-newsletter:hover button {
        background: #fff;
        color: var(--color-dark);
        outline: none;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.7s linear;
        -o-transition: all 0.7s linear;
        transition: all 0.7s linear;
    }

@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-contact-links-divider {
        width: auto;
        min-height: 1px;
        margin: 20px 0px;
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    left: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        font-family: 'themify';
        content: '\e627';
        text-align: center;
        line-height: 55px;
        font-size: 10px;
        font-weight: normal;
        right: 0;
        top: 0;
        height: 55px;
        width: 55px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: var(--color-low);
        stroke-width: 2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .progress-wrap::after {
        color: var(--color-low);
    }

    .progress-wrap svg.progress-circle path {
        stroke: var(--color-low);
    }


/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }

        .header .caption h1 {
            font-size: 42px;
        }

        .header .caption h2 {
            font-size: 42px;
        }

    .kenburns-inner .caption h1 {
        font-size: 42px;
    }

    .banner-header h6 {
        font-size: 10px;
    }

    .parallax-header h6 {
        font-size: 10px;
    }

    .parallax-header[data-overlay-dark] h1, .parallax-header h1 {
        font-size: 42px;
    }

    .section-title {
        font-size: 35px;
    }

    .section-subtitle {
        font-size: 10px;
    }

    .section-subtitle {
        font-size: 10px;
    }

    .process .item h5 {
        font-size: 21px;
    }

    .video-fullscreen-wrap h6 {
        font-size: 12px;
    }

    .video-fullscreen-wrap h1 {
        font-size: 42px;
    }

    .footer .widget .widget-title {
        font-size: 21px;
    }

    .not-found h1 {
        font-size: 150px;
        line-height: 150px;
    }

    .footer-bottom .footer-social {
        float: right;
    }

    .form1.brdr {
        border-radius: 20px;
    }

    .car-details .sidebar-car {
        margin-top: 30px;
    }

    .blog2 .post-cont {
        padding: 30px 15px;
    }
}


/* ======= Overlay Effect Bg image style ======= */
[data-overlay-dark] {
    position: relative;
}

    [data-overlay-dark] .container {
        position: relative;
        z-index: 2;
    }

    [data-overlay-dark]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 1;
    }

    [data-overlay-dark]:before {
        background: #000;
    }

    [data-overlay-dark] h1,
    [data-overlay-dark] h2,
    [data-overlay-dark] h3,
    [data-overlay-dark] h4,
    [data-overlay-dark] h5,
    [data-overlay-dark] h6,
    [data-overlay-dark] span {
        color: #fff;
    }

    [data-overlay-dark] p {
        color: #999;
    }

[data-overlay-dark="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* dark gray */
[data-overlay-darkgray] {
    position: relative;
}

    [data-overlay-darkgray] .container {
        position: relative;
        z-index: 2;
    }

    [data-overlay-darkgray]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 1;
    }

    [data-overlay-darkgray]:before {
        background: var(--color-dark);
    }

    [data-overlay-darkgray] h1,
    [data-overlay-darkgray] h2,
    [data-overlay-darkgray] h3,
    [data-overlay-darkgray] h4,
    [data-overlay-darkgray] h5,
    [data-overlay-darkgray] h6,
    [data-overlay-darkgray] span {
        color: #fff;
    }

    [data-overlay-darkgray] p {
        color: #999;
    }

[data-overlay-darkgray="0"]:before {
    opacity: 0;
}

[data-overlay-darkgray="1"]:before {
    opacity: 0.1;
}

[data-overlay-darkgray="2"]:before {
    opacity: 0.2;
}

[data-overlay-darkgray="3"]:before {
    opacity: 0.3;
}

[data-overlay-darkgray="4"]:before {
    opacity: 0.4;
}

[data-overlay-darkgray="5"]:before {
    opacity: 0.5;
}

[data-overlay-darkgray="6"]:before {
    opacity: 0.6;
}

[data-overlay-darkgray="7"]:before {
    opacity: 0.7;
}

[data-overlay-darkgray="8"]:before {
    opacity: 0.8;
}

[data-overlay-darkgray="9"]:before {
    opacity: 0.9;
}

[data-overlay-darkgray="10"]:before {
    opacity: 1;
}


/* ======= Modal Popup style ======= */
.modal-content {
    position: relative;
    border-radius: 20px;
    border: none;
}

.modal-header {
    background: var(--color-low);
    border: none;
    padding: 25px 30px;
/*    border-top-right-radius: 18px;
    border-top-left-radius: 18px;*/
}

.modal-body {
    background: var(--color-dark);
    padding: 0;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

    .modal-body .booking-box {
        margin-bottom: 0;
    }

.modal-title {
    font-family: 'iransFaRegular', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--color-dark);
}

.modal-body .input1_inner input {
    position: relative;
    z-index: 99999;
}

.modal-header .btn-close:focus,
.modal-header .btn-close:active {
    outline: none;
    box-shadow: none;
}



.owl-carousel {
    direction: ltr;
}




@media (max-width: 991px) {
    .navbar .navbar-collapse {
        max-height: 100vh
    }
    /* منو تمام‌صفحه */
    #navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%; /* می‌تونی بگی 100% اگر کل صفحه بخوای */
        height: 100vh;
        padding: 30px 20px;
        overflow-y: auto;
        transition: right 0.35s ease;
        z-index: 99999;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }

        /* وقتی منو باز می‌شود (Bootstrap کلاس show می‌دهد) */
        #navbar.show {
            right: 0;
        }

    /* آیتم‌ها عمودی */
    .navbar-nav {
        flex-direction: column !important;
    }

    /* دکمه X */
    .mobile-close-btn {
        text-align: right;
        margin-bottom: 15px;
        margin-right: 20px
    }

        .mobile-close-btn span {
            font-size: 32px;
            cursor: pointer;
            font-weight: bold;
        }
}




/* بک‌دراپ شیشه‌ای */
.modal-backdrop.show {
    background-color: rgba(0,0,0,0.35);
    backdrop-filter: blur(10px);
}

/* خود مودال شیشه‌ای */
.modal-content {
    background: rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 18px;
}

/* هدر مودال */
.modal-header {
    /*background: transparent;*/
    background-color: var(--color-dark) !important;
    color:white!important
}
.modal-title {
    color: white !important
}
/* هدر مودال */
.modal-body {
    /*background: transparent;*/
    background-color: white !important;
    padding:10px
}

.modal-content {
 /*   background: rgba(20,20,20,0.4) !important;*/
    background-color: white !important
}


.myGallerySwiper {
    width: 100%;
}

    .myGallerySwiper .swiper-slide {
        border-radius: 14px;
        overflow: hidden;
    }

    .myGallerySwiper img {
        width: 100%;
        object-fit: cover;
        display: block;
        border-radius: 14px;
    }

/* ---------- Lightbox glass ---------- */
.lightboxOverlay {
    background: rgba(0,0,0,0.35) !important;
    backdrop-filter: blur(10px);
}

.lb-outerContainer {
    background: rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 18px;
}

.lb-dataContainer {
    background: transparent !important;
}

.lightbox .lb-image {
    border-style: none !important;
}

/* ---------- MOBILE FIX (مشکل پرش بار اول) ---------- */
@media (max-width: 575.98px) {

    #lightbox {
        position: fixed !important;
        inset: 0 !important;
        top: 0 !important;
        margin: 0 !important;
    }

        #lightbox .lb-outerContainer {
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%, -50%) !important;
            width: calc(100vw - 24px) !important;
            max-width: calc(100vw - 24px) !important;
            margin-top: 0 !important;
        }

        #lightbox .lb-image {
            max-width: 100% !important;
            max-height: 75vh !important;
            width: auto !important;
            height: auto !important;
        }

        #lightbox .lb-dataContainer {
            width: 100% !important;
            margin-top: 10px !important;
        }
}






/* فلش‌های کوچک روی عکس در Lightbox2 */
#lightbox .lb-nav a.lb-prev,
#lightbox .lb-nav a.lb-next {
    opacity: 1 !important;
    display: block !important;
}

    /* خود دکمه‌ها: یک دایره کوچک */
    #lightbox .lb-nav a.lb-prev::before,
    #lightbox .lb-nav a.lb-next::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        border-radius: 999px;
        background: rgba(255,255,255,0.18);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.28);
        box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    }

    /* فلش داخل دایره */
    #lightbox .lb-nav a.lb-prev::after,
    #lightbox .lb-nav a.lb-next::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border-top: 2px solid rgba(255,255,255,0.95);
        border-right: 2px solid rgba(255,255,255,0.95);
    }

    /* جایگذاری سمت چپ */
    #lightbox .lb-nav a.lb-prev::before {
        left: 12px;
    }

    #lightbox .lb-nav a.lb-prev::after {
        left: 26px;
        transform: translateY(-50%) rotate(-135deg);
    }

    /* جایگذاری سمت راست */
    #lightbox .lb-nav a.lb-next::before {
        right: 12px;
    }

    #lightbox .lb-nav a.lb-next::after {
        right: 26px;
        transform: translateY(-50%) rotate(45deg);
    }

/* فقط وقتی کاربر روی عکس/لایت‌باکس هست پررنگ‌تر شه */
#lightbox:hover .lb-nav a.lb-prev::before,
#lightbox:hover .lb-nav a.lb-next::before {
    background: rgba(255,255,255,0.22);
}

/* موبایل: کمی کوچک‌تر */
@media (max-width: 575.98px) {
    #lightbox .lb-nav a.lb-prev::before,
    #lightbox .lb-nav a.lb-next::before {
        width: 32px;
        height: 32px;
    }

    #lightbox .lb-nav a.lb-prev::after,
    #lightbox .lb-nav a.lb-next::after {
        width: 9px;
        height: 9px;
    }
}

.single-play {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: contain; /* ویدئو کامل دیده بشه */
    background-color: #000; /* فضای خالی اطراف ویدئو قشنگ باشه */
    display: block;
    margin: 0 auto;
}

/* موبایل */
@media (max-width: 768px) {
    .single-play {
        max-height: 50vh; /* روی موبایل کوتاه‌تر و منطقی‌تر */
    }
}

.h1Shadow {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    font-weight: 900;
    font-size: 5rem;
    color: white
}

@media (max-width: 768px) {
    .h1Shadow {
        font-size: 2.5rem;
    }
}

.topProduct {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center; /* وسط عمودی */
    justify-content: center; /* وسط افقی */
}


.popover-body {
    font-family: 'iransFaRegular' !important
}

.hotspot-stage {
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #f8f9fa;
    border: 1px solid rgba(0,0,0,.08);
}

.hotspot-img {
    width: 100%;
    height: clamp(300px, 48vw, 560px);
    object-fit: contain;
    display: block;
}

/* ✅ overlay رو absolute می‌کنیم و با JS دقیقاً روی ناحیه واقعی تصویر ست می‌کنیم */
.hotspot-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0; /* JS ست می‌کند */
    pointer-events: none;
    z-index: 10;
}

    /* نقاط داخل overlay کلیک‌پذیر باشند */
    .hotspot-overlay .hotspot-dot {
        pointer-events: auto;
    }

/* بقیه استایل‌ها همان قبلی */
.hotspot-dot {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: #cc232a;
    cursor: pointer;
    z-index: 10;
    border: 2px solid rgba(255,255,255,.9);
    box-shadow: 0 10px 24px rgba(13,110,253,.25);
}

@keyframes hsPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(13,110,253,.45);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(13,110,253,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13,110,253,0);
    }
}

.hotspot-dot.is-pulsing {
    animation: hsPulse 1.8s ease-out infinite;
}

.hotspot-chip {
    position: absolute;
    transform: translate(-50%, -50%);
    margin-top: 18px;
    background: rgba(0,0,0,.62);
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s ease, transform .15s ease;
    z-index: 9;
}

.hotspot-dot:hover + .hotspot-chip {
    opacity: 1;
    transform: translate(-50%, calc(-50% - 2px));
}

@media (max-width: 576px) {
    .hotspot-chip {
        display: none;
    }
}




.car360-box {
    position: relative;
    width: 100%;
    height: clamp(260px, 45vw, 520px);
    background: #f8f9fa;
    border-radius: 14px;
    overflow: hidden;
}

#carViewer {
    width: 100%;
    height: 100%;
    position: initial !important
}

    /* ✅ چون renderer=image است، خروجی IMG می‌شود */
    #carViewer img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
        display: block;
    }

.btn-primary {
    background: linear-gradient(180deg, var(--color-dark), var(--color-low)) !important;
    border-style: none !important
}

.btn-lg {
    padding: 15px
}

.btn-info {
    background: linear-gradient(360deg, var(--color-dark), var(--color-low)) !important;
    border-style: none !important;
    color: white !important
}

.divSaleProcess {
    border-color: #d6d6d6;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
    border-width: 1.5px
}

#mobileCalla,#layoutUser {
    display: none
}

@media screen and (max-width: 992px) {
    #mobileCalla, #layoutUser {
        display: inline-block;
        margin-left: 10px;
        color: white
    }
    #layoutUser {
        margin-left: 15px;
    }
    .logo-wrapper {
        margin-left: 15px;
        /*float: right;*/
    }
}

.mll-auto{
    margin-right:auto!important;
    margin-left:15px;
}

.minDiv {
    max-width: 500px !important;
    margin: 0 auto;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    border-radius: 15px;
    border-color: #d4d4d4;
}

.topPad{
    margin-top:90px
}

@media (max-width: 767.98px) {
    .topPad {
        margin-top: 0px
    }
}

.hero-box {
    background: #f5f5f5;
    padding: 60px 40px 0px 40px;
    border-radius: 18px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    animation: fadeIn 1s ease;
}

.hero-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--color-dark);
    animation: slideDown 0.9s ease;
}

.hero-sub {
    font-size: 1.15rem;
    color: #444;
    margin-top: 12px;
    animation: fadeIn 1.2s ease;
}

.btn-main {
    padding: 14px;
    font-size: 1.1rem;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.3s;
}





.btn-sell {
    background: var(--color-medium);
    color: #000;
}

    .btn-sell:hover {
        background: var(--color-low);
        color: #fff;
        border-color: var(--color-low)
    }

.btn-buy {
    color: #fff;
    background-color: var(--color-low);
}

    .btn-buy:hover {
        background: var(--color-medium);
        color: #000;
        border-color: var(--color-medium)
    }

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(.97);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* لینک‌های زیر */
.feature-nav a {
    background: #fff;
    border-radius: 10px;
    padding: 12px 0;
    display: block;
    margin-bottom: 10px;
    color: var(--color-dark);
    font-weight: 600;
    transition: .2s;
    border: 1px solid #e8e8e8;
    font-size: 1rem
}

    .feature-nav a:hover {
        color: #fff;
        border-color: #fff;
        background-color: var(--color-medium)
    }

@media screen and (max-width: 992px) {
    .hero-title {
        font-size: 1.4rem;
    }

    .btn-main {
        padding: 8px;
        font-size: 0.9rem;
    }

    .feature-nav a {
        font-size: 0.9rem;
    }

    h1 {
        font-size: 1.3rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: 1rem;
    }
}


/*.divBrandImg {
    background-color: whitesmoke;
    padding: 6px;
    border-radius: 8px;
    border: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.divBrandImg {
    background-color: transparent;
    padding: 6px;
    border-radius: 8px;
    border: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .divBrandImg:hover {
        /*        cursor: pointer;
        border-color: var(--color-medium);
        border-style: solid;
        border-width: 0.5px;*/
        padding: 5px;
        background-color: whitesmoke;
    }

#brandGrid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
}

#brandGrid .brand-grid-item {
    min-width: 0;
}

#brandGrid .brand-grid-message {
    grid-column: 1 / -1;
}

#brandGrid .divBrandImg img {
    width: 100%;
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

@media screen and (min-width: 576px) {
    #brandGrid {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}

@media screen and (min-width: 992px) {
    #brandGrid {
        grid-template-columns: repeat(14, minmax(0, 1fr));
        gap: 9px;
    }
}

@media screen and (min-width: 1400px) {
    #brandGrid {
        grid-template-columns: repeat(16, minmax(0, 1fr));
        gap: 10px;
    }
}

.checkImg, .crossImg {
    max-height: 30px
}


.owl-theme .owl-dots .owl-dot span {
    border-color: var(--color-medium) !important
}


.sale-process {
    direction: rtl;
}

.scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 20px;
    cursor: grab;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

    .scroll-wrapper::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

.scroll-track {
    display: flex;
    gap: 40px;
    padding: 10px 0;
    min-width: max-content;
    position: relative;
}

.item-box {
    width: 320px;
    min-width: 320px;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    display: inline-block;
    vertical-align: top;
}

    .item-box img {
        width: 100%;
/*        height: 200px;*/
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 15px;
    }

    .item-box h5 {
        font-weight: 700;
        margin-bottom: 8px;
    }

    .item-box p {
        font-size: 14px;
        color: #555;
    }

    /* خط بین مراحل */
    .item-box:not(:last-child)::after {
        content: "";
        position: absolute;
        left: -40px;
        top: 50%;
        width: 40px;
        height: 3px;
        background: #e0e0e0;
    }

@media (max-width:768px) {
    .scroll-track {
        gap: 25px;
    }

    .item-box {
        width: 240px;
        min-width: 240px;
        padding: 15px;
    }

        .item-box img {
            height: 160px;
        }
}

/* شماره مرحله در گوشه بالا سمت راست */
.item-box {
    position: relative; /* مهم برای position: absolute داخلش */
}

.step-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: var(--color-low); /* قرمز روشن */
    color: white;
    font-weight: 700;
    width: 32px;
    height: 32px;
    border-radius: 50%; /* گرد */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    font-size: 16px;
    z-index: 5;
}


.divSellCar {
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
    border-radius: 10px;
    position: relative;
    overflow: visible;
}

    .divSellCar:hover {
        background-color:#f1f1f1
    }

.spanSellBold {
    font-weight: bold;
    color: #000 !important
}

.divDivider {
    background-color: #9a9a9a;
    height: 1px;
    width: 100%
}

.spanSell {
    font-size: 0.9rem;
    color: #000 !important
}

.imgSellCar {
    border-radius: 5px 5px 0px 0px;
}

/* برچسب کوچک و دقیقاً روی لبه بالا */
.isKarshenasi {
    position: absolute;
    top: -12px; /* نصف بیرون، نصف داخل */
    left: 10px; /* سمت چپ */
    background: var(--color-medium);
    color: #000;
    padding: 3px 10px; /* اندازه کوچک */
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: bold;
    z-index: 10;
    white-space: nowrap;
    line-height: 1.2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

/* موبایل - Bootstrap 5 (max-width: 576px) */
@media (max-width: 576px) {
    .imgSellCar {
        margin-right: 10px;
        margin-top: 12px;
        border-radius: 5px;
    }
}

.spanTextSpliter {
    color: #c0c0c0
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select, .input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.sell-car-grid {
    display: grid;
    gap: 10px;
}

/* Desktop: 8 */
.brand-grid,
.model-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

/* md: 7 */
@media (max-width: 991.98px) {
    .brand-grid,
    .model-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

/* sm: 6 */
@media (max-width: 767.98px) {
    .brand-grid,
    .model-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/* mobile: 4 */
@media (max-width: 575.98px) {
    .brand-grid,
    .model-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.brand-tile,
.model-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 92px;
    padding: 8px 4px;
    border-radius: 10px;
    border: 1px solid #eee;
    cursor: pointer;
    background: #fff;
    transition: .2s;
    text-align: center;
}

    .brand-tile:hover,
    .model-tile:hover {
        border-color: var(--color-low);
        box-shadow: 0 4px 12px rgba(17,72,69,.12);
    }

    .brand-tile img,
    .model-tile img {
/*        width: 42px;
        height: 42px;*/
        object-fit: contain;
        border-radius: 8px;
    }

    .brand-tile div,
    .model-tile div {
        font-size: 12px;
        line-height: 1.7;
        color: #333;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.wizard-box {
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

.wizard-step-ind.completed {
    background: #22817d !important;
    color: #fff;
}

.wizard-step-ind.error {
    background: #dc3545 !important;
    color: #fff;
}

.swal2-container {
    z-index: 999999 !important;
}

.swal2-popup {
    z-index: 1000000 !important;
}

.pwa-popup {
    display: none;
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 420px;
    min-width: 260px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 8px 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    z-index: 9999;
    font-size: 13px;
}

/* ردیف اصلی */
.pwa-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* متن */
.pwa-popup-title {
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

/* دکمه بستن */
.pwa-popup-close {
    cursor: pointer;
    font-size: 16px;
    color: #999;
}

    .pwa-popup-close:hover {
        color: #000;
    }

/* محتوا */
.pwa-popup-content {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

/* دکمه نصب */
.pwa-popup-btn {
    background: var(--color-low);
    color: #fff;
    border: none;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
}

    .pwa-popup-btn:hover {
        background: #0d3a38;
    }



.sale-float-btn {
    position: fixed;
    right: 15px;
    bottom: 25px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.4s ease;
    pointer-events: none;
}

    /* وقتی نمایش داده شد */
    .sale-float-btn.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .sale-float-btn a {
        display: inline-block;
        background: var(--color-low);
        color: #fff;
        text-decoration: none;
        padding: 12px 18px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 500;
        box-shadow: 0 6px 18px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }

        /* هاور */
        .sale-float-btn a:hover {
            background: #0d3a38;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.25);
        }

/* موبایل */
@media (max-width: 576px) {
    .sale-float-btn a {
        padding: 10px 14px;
        font-size: 13px;
    }
}









.sell-car-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .58);
    z-index: 99999;
    padding: 24px 14px;
    overflow-y: auto;
}

.sell-car-modal-holder {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sell-car-modal-box {
    width: 100%;
    max-width: 920px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.sell-car-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: linear-gradient(135deg, var(--color-low), var(--color-dark));
    color: #fff;
}

    .sell-car-modal-header h3 {
        margin: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .sell-car-modal-header p {
        margin: 5px 0 0;
        color: rgba(255,255,255,.75);
        font-size: 13px;
    }

.sell-car-modal-close {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    line-height: 1;
}

.sell-car-modal-body {
    padding: 16px;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    background: #fbfbfb;
}

.sell-car-wizard-box {
    background: #fff;
    border: 1px solid #eef1f1;
    border-radius: 16px;
    padding: 16px;
}

.sell-car-steps-header {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.wizard-step-ind {
    padding: 8px 14px;
    border-radius: 20px;
    background: #f1f3f3;
    color: #333;
    cursor: pointer;
    font-size: 13px;
}

    .wizard-step-ind.completed {
        background: #1d935d !important;
        color: #fff;
    }

    .wizard-step-ind.error {
        background: #dc3545 !important;
        color: #fff;
    }

.sell-car-search-box {
    margin-bottom: 12px;
}

    .sell-car-search-box input {
        width: 100%;
        padding: 13px 16px;
        font-size: 15px;
        border: 1px solid #ddd;
        border-radius: 12px;
        outline: none;
    }

        .sell-car-search-box input:focus,
        .sell-car-phone-box input:focus {
            border-color: var(--color-low);
            box-shadow: 0 0 0 3px rgba(17,72,69,.12);
        }

.sell-car-brand-nav {
    margin-top: 12px;
}

.sell-car-year-type {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.sell-car-option-boxes {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sell-car-phone-box {
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

    .sell-car-phone-box label {
        font-size: 13px;
        color: #555;
    }

    .sell-car-phone-box input {
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 10px;
        direction: ltr;
        text-align: left;
    }

.sell-car-actions {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 16px;
}

.sell-car-modal-footer {
    padding: 10px 14px;
    border-top: 1px solid #eee;
    background: #fafafa;
    text-align: center;
    color: #777;
}

@media (max-width: 576px) {
    .sell-car-modal-overlay {
        padding: 8px;
    }

    .sell-car-modal-box {
        border-radius: 14px;
    }

    .sell-car-modal-header {
        padding: 14px;
    }

        .sell-car-modal-header h3 {
            font-size: 17px;
        }

        .sell-car-modal-header p {
            font-size: 12px;
        }

    .sell-car-modal-body {
        padding: 10px;
        max-height: calc(100vh - 145px);
    }

    .sell-car-wizard-box {
        padding: 10px;
        border-radius: 12px;
    }

    .wizard-step-ind {
        font-size: 12px;
        padding: 7px 10px;
    }

    .sell-car-actions .btn {
        font-size: 13px;
        padding: 7px 12px;
    }

    .sell-car-phone-box {
        max-width: 100%;
    }
}

.bg-primary {
    background-color: rgb(17 72 69) !important;
}
.bg-warning {
    background-color: rgb(107 165 161) !important;
}

/* Header layout override */
.navbar .container {
    display: flex;
    align-items: center;
    gap: 18px;
}

.navbar .logo-wrapper {
    order: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 0;
    margin-right: 0;
}

.navbar .navbar-collapse {
    order: 2;
    flex: 1 1 auto;
    align-items: center;
}

.navbar .navbar-nav.mr-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.navbar .navbar-nav.mll-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.navbar .logo-wrapper .logo {
    order: 1;
}

#mobileCalla,
#layoutUser {
    text-decoration: none;
    white-space: nowrap;
}

@media screen and (min-width: 993px) {
    .navbar .logo-wrapper #mobileCalla,
    .navbar .logo-wrapper #layoutUser {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .navbar .container {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 8px;
        align-items: center;
        padding: 0 10px;
    }

    .navbar-toggler {
        order: 2;
        grid-column: 2;
        justify-self: start;
        margin: 0 !important;
        padding: 0 6px;
    }

    .navbar .logo-wrapper {
        order: 1;
        grid-column: 1;
        justify-self: end;
        padding: 8px 0;
        gap: 8px;
    }

    .navbar .logo-wrapper .logo {
        order: 1;
    }

    .navbar .logo-wrapper #mobileCalla,
    .navbar .logo-wrapper #layoutUser {
        order: 3;
        color: #fff;
        margin: 0 4px;
        font-size: .78rem;
    }

    .navbar .navbar-collapse {
        order: 4;
        grid-column: 1 / -1;
        width: 100%;
    }

    .navbar .logo-img {
        max-width: 76px !important;
    }
}

@media screen and (max-width: 992px) {
    .navbar .container {
        grid-template-columns: minmax(92px, auto) 1fr auto minmax(76px, auto);
    }

    .navbar .logo-wrapper {
        grid-column: 1 / -1;
        width: 100%;
        display: grid;
        grid-template-columns: auto auto 1fr auto;
        align-items: center;
        padding: 8px 0;
    }

    .navbar .logo-wrapper .logo {
        grid-column: 4;
        justify-self: end;
    }

    .navbar-toggler {
        grid-column: 3;
        justify-self: end;
        z-index: 2;
    }

    .navbar .logo-wrapper #mobileCalla {
        grid-column: 1;
        justify-self: start;
    }

    .navbar .logo-wrapper #layoutUser {
        grid-column: 2;
        justify-self: start;
    }
}

/* Header auth buttons and mobile order fix */
.layout-auth-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 14px !important;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 8px;
    color: #fff !important;
    line-height: 1.2;
    white-space: nowrap;
}

.layout-auth-btn:hover {
    background: rgba(255,255,255,.12);
    color: #fff !important;
}

@media screen and (max-width: 992px) {
    .navbar .container {
        display: grid !important;
        grid-template-columns: minmax(150px, auto) 1fr auto auto !important;
        align-items: center;
        gap: 8px;
        padding: 0 10px !important;
    }

    .navbar .logo-wrapper {
        display: contents !important;
    }

    .navbar .logo-wrapper .logo {
        grid-column: 4;
        justify-self: end;
        margin: 0 !important;
    }

    .navbar-toggler {
        display: inline-flex !important;
        grid-column: 3;
        justify-self: end;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin: 0 !important;
        padding: 0 !important;
        color: #fff !important;
        z-index: 5;
    }

    .navbar-toggler .navbar-toggler-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .navbar .logo-wrapper #mobileCalla {
        display: inline-flex !important;
        grid-column: 1;
        justify-self: start;
        align-items: center;
        margin: 0 !important;
        color: #fff !important;
        white-space: nowrap;
        font-size: .78rem;
    }

    .navbar .logo-wrapper #layoutUser {
        display: inline-flex !important;
        grid-column: 2;
        justify-self: start;
        margin: 0 !important;
    }

    .navbar .navbar-collapse {
        grid-column: 1 / -1;
        width: 100%;
        order: initial;
    }

    .navbar .logo-img {
        max-width: 76px !important;
    }
}

/* Final mobile header order and homepage hero refresh */
@media screen and (max-width: 992px) {
    .navbar .container {
        direction: ltr !important;
        display: grid !important;
        grid-template-columns: auto auto 1fr auto auto !important;
        align-items: center !important;
        gap: 8px !important;
        height: 80px;
    }

    .navbar .container > *,
    .navbar .logo-wrapper > * {
        direction: rtl;
    }

    .navbar .logo-wrapper {
        display: contents !important;
    }

    .navbar .logo-wrapper .logo {
        grid-column: 5 !important;
        justify-self: end !important;
        margin: 0 !important;
    }

    .navbar-toggler {
        grid-column: 4 !important;
        justify-self: end !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .navbar .logo-wrapper #mobileCalla {
        grid-column: 1 !important;
        justify-self: start !important;
        font-size: 0 !important;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(255,255,255,.75);
        border-radius: 8px;
        align-items: center;
        justify-content: center;
    }

    .navbar .logo-wrapper #mobileCalla i {
        font-size: 17px !important;
        margin: 0 !important;
    }

    .navbar .logo-wrapper #layoutUser {
        grid-column: 2 !important;
        justify-self: start !important;
        min-width: 62px;
    }

    .navbar .navbar-collapse {
        grid-column: 1 / -1 !important;
    }
}

.seo-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hero-box {
    margin-top: 26px;
    padding: 54px 42px 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f7faf9 0%, #eef6f4 54%, #fff 100%);
    border: 1px solid rgba(17,72,69,.10);
    box-shadow: 0 18px 46px rgba(3,33,31,.10) !important;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(0,144,135,.10);
    color: var(--color-medium);
    font-family: 'iransFaBold', sans-serif;
    margin-bottom: 12px;
}

.hero-display-title {
    max-width: 620px;
    color: var(--color-dark);
    font-family: 'iransFaBlack', sans-serif;
    font-size: 2.25rem;
    line-height: 1.65;
}

.hero-sub {
    max-width: 620px;
    margin: 10px auto 0;
    color: #3f4a49;
    line-height: 2;
}

.hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.hero-actions .btn-main {
    width: min(220px, 42vw);
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.05rem;
    box-shadow: 0 10px 24px rgba(3,33,31,.12);
}

.hero-actions .btn-sell {
    background: var(--color-medium);
    color: #fff !important;
}

.hero-actions .btn-buy {
    background: #fff;
    color: var(--color-dark) !important;
    border: 2px solid var(--color-medium);
}

.hero-media img {
    max-height: 260px;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .hero-box {
        margin-top: 18px;
        padding: 34px 18px 8px;
    }

    .hero-display-title {
        font-size: 1.55rem;
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-actions .btn-main {
        width: min(170px, 44vw);
        min-height: 48px;
        font-size: .98rem;
        padding: 10px 12px;
    }
}

/* Home minimal hero and final mobile navbar polish */
.hero-box {
    max-width: 720px;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px auto 28px;
    padding: 54px 26px;
    border: 1px solid rgba(0, 144, 135, .14);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 0, rgba(240, 203, 52, .18), transparent 34%),
        linear-gradient(135deg, #f7fbfa 0%, #edf7f5 58%, #fff 100%);
    box-shadow: 0 22px 55px rgba(3, 33, 31, .11);
}

.hero-box .row,
.hero-box .hero-content {
    width: 100%;
}

.hero-actions {
    margin-top: 0;
    gap: 18px;
}

.hero-actions .btn-main {
    width: 230px;
    min-height: 58px;
    border-radius: 8px;
    font-family: 'iransFaBold', sans-serif;
    font-size: 1.12rem;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.hero-actions .btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(3, 33, 31, .16);
}

.hero-actions .btn-sell {
    background: #f0cb34;
    color: #fff !important;
    border: 2px solid #f0cb34;
}

.hero-actions .btn-buy {
    background: #fff;
    color: var(--color-dark) !important;
    border: 2px solid #f0cb34;
}

@media screen and (max-width: 992px) {
    .navbar {
        min-height: 68px !important;
        padding: 8px 12px !important;
        background: transparent !important;
    }

    .navbar .container {
        width: 100% !important;
        max-width: 100% !important;
        height: 64px !important;
        min-height: 64px !important;
        display: grid !important;
        grid-template-columns: 42px auto 1fr 44px auto !important;
        align-items: center !important;
        gap: 8px !important;
        direction: ltr !important;
        padding: 0 12px !important;
        border-radius: 0 0 24px 24px !important;
        background: #2c2b2d !important;
    }

    .navbar .container > *,
    .navbar .logo-wrapper > * {
        direction: rtl;
    }

    .navbar .logo-wrapper {
        display: contents !important;
        margin: 0 !important;
    }

    .navbar .logo-wrapper .logo {
        grid-column: 5 !important;
        justify-self: end !important;
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 !important;
        width: auto !important;
    }

    .navbar .logo-img {
        width: 92px !important;
        max-width: 92px !important;
        height: auto !important;
        display: block !important;
    }

    .navbar-toggler {
        grid-column: 4 !important;
        justify-self: end !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 10 !important;
    }

    .navbar-toggler .navbar-toggler-icon,
    .navbar-toggler .navbar-toggler-icon i {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        color: #fff !important;
        font-size: 26px !important;
        line-height: 1 !important;
    }

    .navbar .logo-wrapper #mobileCalla {
        grid-column: 1 !important;
        justify-self: start !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        margin: 0 !important;
        border: 1px solid rgba(255, 255, 255, .22) !important;
        border-radius: 8px !important;
        color: #fff !important;
        background: rgba(255, 255, 255, .07) !important;
        font-size: 0 !important;
    }

    .navbar .logo-wrapper #mobileCalla span {
        display: none !important;
    }

    .navbar .logo-wrapper #mobileCalla i {
        margin: 0 !important;
        color: #fff !important;
        font-size: 17px !important;
    }

    .navbar .logo-wrapper #layoutUser {
        grid-column: 2 !important;
        justify-self: start !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 70px !important;
        height: 38px !important;
        margin: 0 !important;
        padding: 0 12px !important;
        border: 1px solid rgba(255, 255, 255, .22) !important;
        border-radius: 8px !important;
        color: #fff !important;
        background: rgba(255, 255, 255, .07) !important;
        font-size: .84rem !important;
    }

    .navbar .navbar-collapse {
        grid-column: 1 / -1 !important;
        direction: rtl !important;
    }
}

@media screen and (max-width: 768px) {
    .hero-box {
        width: calc(100% - 28px);
        min-height: 250px;
        margin-top: 22px;
        padding: 42px 18px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 14px;
    }

    .hero-actions .btn-main {
        width: min(230px, 78vw);
        min-height: 60px;
        font-size: 1.08rem;
    }
}

/* Independent mobile navigation */
.mobile-site-header {
    display: none;
}

@media screen and (max-width: 991.98px) {
    body {
        padding-top: 82px;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .mobile-site-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
        display: block;
/*        padding: 8px 12px 0;*/
        background: transparent;
    }

    .mobile-site-header__bar {
        min-height: 66px;
        display: grid;
        grid-template-columns: auto auto 1fr 44px auto;
        align-items: center;
        gap: 8px;
        direction: ltr;
        padding: 0 12px;
/*        border-radius: 0 0 24px 24px;*/
        background: #2d2c2e;
        box-shadow: 0 12px 26px rgba(3, 33, 31, .16);
    }

    .mobile-site-header__bar > * {
        direction: rtl;
    }

    .mobile-site-header__auth {
        grid-column: 1;
        justify-self: start;
        min-width: 70px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 8px;
        color: #fff !important;
        background: rgba(255, 255, 255, .07);
        font-family: 'iransFaBold', sans-serif;
        font-size: .84rem;
        text-decoration: none;
        white-space: nowrap;
    }

    .mobile-site-header__phone {
        grid-column: 2;
        justify-self: start;
        min-width: 94px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 0 10px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 8px;
        color: #fff !important;
        background: rgba(255, 255, 255, .07);
        font-family: 'iransFaBold', sans-serif;
        font-size: .82rem;
        text-decoration: none;
        white-space: nowrap;
    }

    .mobile-site-header__toggle {
        grid-column: 4;
        justify-self: end;
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 8px;
        color: #fff;
        background: transparent;
        font-size: 26px;
        line-height: 1;
    }

    .mobile-site-header__logo {
        grid-column: 5;
        justify-self: end;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
    }

    .mobile-site-header__logo img {
        width: 94px;
        max-width: 94px;
        height: auto;
        display: block;
    }

    .mobile-site-menu__backdrop {
        position: fixed;
        inset: 0;
        z-index: 9997;
        display: none;
        background: rgba(3, 33, 31, .42);
    }

    .mobile-site-menu__backdrop.is-open {
        display: block;
    }

    .mobile-site-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9998;
        width: min(82vw, 320px);
        padding: 18px;
        background: #fff;
        box-shadow: -18px 0 42px rgba(3, 33, 31, .18);
        transform: translateX(105%);
        transition: transform .24s ease;
    }

    .mobile-site-menu.is-open {
        transform: translateX(0);
    }

    .mobile-site-menu__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 14px;
        border-bottom: 1px solid #edf0f0;
    }

    .mobile-site-menu__head img {
        width: 92px;
        height: auto;
    }

    .mobile-site-menu__head button {
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 8px;
        color: var(--color-dark);
        background: #f4f7f6;
        font-size: 26px;
        line-height: 1;
    }

    .mobile-site-menu__links {
        display: grid;
        gap: 10px;
        padding-top: 18px;
    }

    .mobile-site-menu__links a {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 14px;
        border: 1px solid #edf0f0;
        border-radius: 8px;
        color: var(--color-dark);
        background: #fbfdfd;
        font-family: 'iransFaBold', sans-serif;
        text-decoration: none;
    }

    .mobile-site-menu__links a:hover {
        color: #fff;
        border-color: var(--color-medium);
        background: var(--color-medium);
    }

    .hero-box {
        background:
            radial-gradient(circle at 18% 20%, rgba(240, 203, 52, .34), transparent 34%),
            linear-gradient(135deg, #f4f4f4 0%, #ececec 58%, #fff6cd 100%);
    }
}

.hero-box {
    background:
        radial-gradient(circle at 18% 20%, rgba(240, 203, 52, .36), transparent 32%),
        linear-gradient(135deg, #f5f5f5 0%, #ededed 56%, #fff4bf 100%);
    border-color: rgba(240, 203, 52, .42);
}

@media screen and (max-width: 768px) {
    .hero-actions {
        flex-direction: row !important;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .hero-actions .btn-main {
        width: min(160px, 43vw);
        min-height: 56px;
        font-size: 1rem;
        padding: 10px 8px;
    }
}

@media screen and (max-width: 390px) {
    .mobile-site-header__bar {
        grid-template-columns: auto auto 1fr 40px auto;
        gap: 5px;
        padding: 0 8px;
    }

    .mobile-site-header__auth {
        min-width: 58px;
        padding: 0 8px;
        font-size: .78rem;
    }

    .mobile-site-header__phone {
        min-width: 86px;
        padding: 0 7px;
        font-size: .76rem;
    }

    .mobile-site-header__logo img {
        width: 82px;
        max-width: 82px;
    }
}

/* Simple home buy/sell action strip */
.buy-actions {
    width: 100%;
    /*    min-height: 150px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 90px auto 10px;
    padding: 30px 18px;
    border: 1px solid rgba(240, 203, 52, .46);
    border-radius: 8px;
    background: radial-gradient(circle at 18% 20%, rgba(240, 203, 52, .35), transparent 34%), linear-gradient(135deg, #f4f4f4 0%, #ededed 58%, #fff4bf 100%);
    box-shadow: 0 18px 42px rgba(3, 33, 31, .10);
}

.buy-actions .btn {
    width: min(210px, 42vw);
 /*   min-height: 56px;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-family: 'iransFaBold', sans-serif;
    font-size: 1.05rem;
    white-space: nowrap;
}

.buy-actions .btn-sell {
/*    color: #fff !important;*/
    background: #f0cb34;
    border: 2px solid #f0cb34;
}

.buy-actions .btn-buy {
    color: var(--color-dark) !important;
    background: #fff;
    border: 2px solid #f0cb34;
}

@media screen and (max-width: 575.98px) {
    .buy-actions {
        gap: 10px;
        /*        min-height: 130px;*/
        padding: 24px 12px;
        margin: 5px auto 10px;
    }

    .buy-actions .btn {
        width: min(160px, 43vw);
   /*     min-height: 52px;*/
        font-size: .98rem;
        padding: 9px 8px;
    }
}
