*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: iranyekan;
}
@font-face {
    font-family: iranyekan;
    src: url(font/IRANYekan/font/Qs_Iranyekan.ttf);
}
@font-face {
    font-family: iranyekan-black;
    src: url(font/IRANYekan/font/Qs_Iranyekan\ black.ttf);
}
body{
    zoom: 100%; /* زوم رو روی 100% قفل می‌کنه */
    -webkit-text-size-adjust: 100%;
    font-family: iranyekan;
    width: 100%;
    margin: auto;
}
#hero-section{
    width: 100%;
    margin-bottom: 140px;
    direction: rtl;
}
#hero-titrs{
    width: 100%;
    height: 292px;
    margin: auto;
    text-align: center;
    margin-top: 100px;
    font-family: iranyekan;
    margin-bottom: 50px;
    padding: 0px 30px 0px 30px;
}
#hero-titrs h1{
    font-size: 70px;
    margin-bottom: 10px;
}
#hero-titrs p{
    font-size: 18px;
    margin-bottom: 10px;
}
#hero-titrs button{
    width: 93px;
    height: 40px;
    color: #fff;
    background-color: #000;
    border: none;
    font-size: 16px;
    font-family: iranyekan;
}
#main-slider-top, #main-slider-but {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
    direction: ltr; /* برای سازگاری با حرکت */
    margin-bottom: 20px;
    z-index: -100;
}

.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation-duration: 25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee-wrapper.left .marquee {
    animation-name: scroll-left;
}

.marquee-wrapper.right .marquee {
    animation-name: scroll-right;
}

.marquee img {
    height: 100%;
    display: inline-block;
    margin: 0 10px;
    object-fit: cover;
}

/* انیمیشن‌ها */
@keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
#CTA{
    width: 100%;
    height: 624px;
    padding-top: 112px;
    padding-bottom: 112px;
    padding-left: 64px;
    padding-right: 64px;
    direction: rtl;
}
#cta-right{
    width: 50%;
    height: 400px;
    float: right;
}
#cta-left{
    width: 50%;
    height: 400px;
    float: right;
    direction: rtl;
    padding: 80px 100px 0px 10px;
}
#cta-left h1{
    margin-bottom: 20px;
}
#blog{
    width: 100%;
    height: 1112px;
    padding-top: 112px;
    padding-bottom: 112px;
    padding-left: 64px;
    padding-right: 64px;
    text-align: center;
    direction: rtl;
}
#blog-titr{
    width: 768px;
    height: 149px;
    margin: auto;
}
#blog-cadr{
    width: 1312px;
    height: 531px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.blog-preview{
    width: 416px;
    height: 531px;
    float: right;
    border: 1px solid black;
    text-align: right;
}
.blog-preview-top{
    float: right;
    text-align: right;
    height: 300px;
}
.blog-preview-top img{
    width: 99.99%;
}
.blog-preview-but{
    float: right;
    text-align: right;
    padding: 24px 24px 24px 24px;
    height: 231px;
}
#mid-blog{
    margin-left: 31px;
    margin-right: 31px;
}
#read-blog{
    width: 104px;
    height: 48px;
    color: #000;
    background-color: #fff;
    font-family: iranyekan;
    font-size: 16px;
}
.h4-blog{
    width: 60px;
    height: 29px;
    background-color: #EEE;
    text-align: center;
}
.h5-blog{
    margin-bottom: 24px;
}
.blog-preview-but a{
    color: #000;
    text-decoration: none;
}
.h2-blog{
    margin-top: 16px;
}
footer{
    width: 100%;
    height: 329px;
    direction: rtl;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 40px;
    padding-left: 40px;
}
#footer-top{
    width: 99.99%;
    height: 36px;
    margin: auto;
    margin-bottom: 80px;
    line-height: 36px;
}
#footer-but{
    width: 99.99%;
    height: 53px;
    margin: auto;
    text-align: center;
    line-height: 85px;
}
#media{
    list-style: none;
    float: right;
    width: 37%;
}
.li-media{
    float: right;
    list-style: none;
    margin-right: 15px;
}
#links{
    display: block;
    list-style: none;
}
.li-links{
    float: right;
    margin-right: 15px;
}
.li-links a{
    color: black;
    text-decoration: none;
    text-align: center;
}
#f-logo{
    float: left;
    text-align: left;
    padding-left: 10px;
}
#ul-f-but{
    list-style: none;
    direction: rtl;
    text-align: center;
}
#ul-f-but li{
    display: inline-block;
    margin-right: 20px;
}
#ul-f-but li a{
    color: black;
    text-decoration: none;
}
#line{
    width: 99%;
    height: 5px;
    border-top: 1px solid black;
    margin: auto;
}
