/* @font-face {
    font-family: 'Peyda';
    font-style: normal;

    src: local('Peyda'), url('/assets/styles/Font/PeydaWeb.woff') format('woff');
 
} */


/*@font-face {
    font-family: 'BKoodk';
    font-style: normal;
    src: local('BKoodk'), url('/assets/styles/font/BKoodk.woff') format('woff');
    font-display: swap;
}*/

@font-face {
    font-family: 'BKoodk';
    font-style: normal;
    font-weight: 200;
    src: local('BKoodk'), url('/assets/styles/Font/IRANSansWeb(FaNum)_UltraLight.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'BKoodk';
    font-style: normal;
    font-weight: 300;
    src: local('BKoodk'), url('/assets/styles/font/IRANSansWeb(FaNum)_Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'BKoodk';
    font-style: normal;
    font-weight: 400;
    src: local('BKoodk'), url('/assets/styles/font/IRANSansWeb(FaNum).woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'BKoodk';
    font-style: normal;
    font-weight: 500;
    src: local('BKoodk'), url('/assets/styles/font/IRANSansWeb(FaNum)_Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'BKoodk';
    font-style: normal;
    font-weight: 600;
    src: local('BKoodk'), url('/assets/styles/font/IRANSansWeb(FaNum)_Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'BKoodk';
    font-style: normal;
    font-weight: 700;
    src: local('BKoodk'), url('/assets/styles/font/IRANSansWeb(FaNum)_Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'BKoodk';
    font-style: normal;
    font-weight: 800;
    src: local('BKoodk'), url('/assets/styles/font/IRANSansWeb(FaNum)_Bold.woff') format('woff');
    font-display: swap;
}


/*.AboutUs {
    background-image: url("/assets/image/aboutus/back.jpg");

    min-height: 434px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Mechanise {
    background-image: url("/assets/image/Mechanise/back.jpg");

    min-height: 1000px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.MechaniseVedio {
    background-image: url("/assets/image/Mechanise/back.jpg");
    min-height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
*::-webkit-scrollbar {
    width: 10px !important;
    background-color: #fff !important;
    margin-left: 3px !important;
    z-index: -10 !important;
    padding: 200px;
}

*::-webkit-scrollbar-track {
    background-color: transparent !important;
    width: 10px !important;
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px !important;
    z-index: -10 !important;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background-color: #5ec84880 !important;
    width: 10px !important;
    outline: 2px;
    z-index: -10 !important;
    border-right: solid 1px white !important;
    outline: 0px solid #eceefc !important;
}


body > main > section.HeroSection.relative > div > div.swiper-pagination.hero-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal > span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: white !important;
    border: 4px black solid;
    border-radius: 9999px;
    width: 13px;
    height: 13px;
    opacity: 1;
}

body > main > section.HeroSection.relative > div > div.swiper-pagination.hero-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal > span{
    background-color: black !important;
    opacity: .6;
    border-radius: 9999px;
    width: 13px;
    height: 13px;
}