@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANYekanXFaNum-Bold.woff') format('woff'), url('../fonts/IRANYekanXFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANYekanXFaNum-Regular.woff') format('woff'), url('../fonts/IRANYekanXFaNum-Regular.woff2') format('woff2');
}
body{
    font-family:yekan;
    font-size:14px;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.video-cover {
    height: 750px;
    overflow: hidden;
}
.video-row>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
}
.home-about-section .img-about {
    width: 100%;
}
.home-about-section {
    line-height: 30px;
}

.home-about-section h2 {
    font-weight: bold;
    margin: 0 0 30px 0;
}

.home-about-section h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.home-category-row .category-item a {
    display: block;
    text-align: center;
}

.home-category-row .category-item a >div {
    background: #5762819c;
    margin: -150px 80px 60px 80px;
    position: relative;
    padding: 20px 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 21px;
    font-weight: bold;
    backdrop-filter: blur(10px);
}

.home-category-row .category-item a >div span {
    background: #193669;
    padding: 10px 15px;
    font-size: 14px;
    margin: 15px 0 0;
}
.battery-section .battery-image {
    text-align: center;
}

.battery-section .battery-text {
    padding: 90px 240px 0 0;
    font-size: 23px;
    line-height: 50px;
}

.battery-section .battery-text h2 {
    font-weight: bold;
}

.battery-section .battery-image a {
    display: block;
    padding: 40px 0 0;
}