* {
     margin: 0%;
    padding: 0%;

}
html { direction: rtl; 
scroll-behavior: smooth;}



body{
    background:#fff9f9;
    margin:0;
    padding:0;
    direction:rtl;
    font-family:"Vazirmatn",sans-serif;
    overflow-x:hidden;
}


header {
        padding: 10px 20px 0;
        border-bottom: 1px solid #ddd;
       display: flex;
       flex-direction: column;
        justify-content: center;
        box-shadow: 0px 0px 6px 0px #4B5563;
    }

.top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding: 5px;
    }
.menu-header{
        display: flex;
        align-items: center;
        white-space: nowrap;
        gap: 8px;
        justify-content: space-between;
        margin-top: 15px;
    }
.auth-buttons{
    display: flex;
    gap: 10px;
    align-items: center;
}

.login-btn,
.signup-btn{
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: Vazirmatn, sans-serif;
    font-size: 15px;
    transition: 0.3s;
}

.login-btn{
    color: #2d6a73;
    border: 2px solid #2d6a73;
    background: white;
}

.login-btn:hover{
    background: #2d6a73;
    color: white;
}

.signup-btn{
    background: #2d6a73;
    color: white;
    border: 2px solid #2d6a73;
}

.signup-btn:hover{
    background: #1f4f55;
    border-color: #1f4f55;
}

.logo{
    width: 200px;
    flex-shrink:0;
}

.logo img{
    width:100%;
    height:auto;
    display:block;
    border-radius:50%;
}

img{
    max-width:100%;
    height:auto;
}

.search-box {
        width: 40%;
        position: relative;
    }

.search-box input {
        width: 100%;
        padding: 10px 50px 10px 10px;
        font-size: 14px;
        border-radius: 15px;
        border: none;
        outline: none;
        box-sizing: border-box;
        background-color: #f0f0f1;
        font-family: 'Vazir';
        cursor: pointer;
    }

.search-box i {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: #888;
    }

 .menu-header{
    width:100%;
    margin-top:20px;
}

.about-us-main{
    text-align: center;
}

.about-text{
    max-width:850px;
    margin:0 auto;
    padding:30px;
    text-align:right;
    line-height:2;
    font-weight: bold;
   

}

.about-text h2{
    text-align:center;
    margin-bottom:20px;
    font-size:32px;
    color:#0d3b8e;
}

.about-text h3{
    margin:20px 0 10px;
    color:#0d3b8e;
}

.about-text p{
    margin-bottom:18px;
    text-align:justify;
}

.about-text ul{
    margin:15px 25px;
    padding-right:20px;
}

.about-text li{
    margin-bottom:10px;
    list-style: none;
}

.hint{
    color: rgb(23, 23, 113);
}
.about-vira-img{
    border-radius: 30px;
    padding:10%;
    max-width: 100%;
   width:80%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
img{
    width: 100%;
    max-width: 1200px;
    border-radius: 50px;
}

.about-vira-box{
    
     display:grid;
    grid-template-columns: repeat( 2 , 1fr);
    gap: 20px;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    border-radius: 50px;
}
 .safty-box{
    background: white;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 15px rgb(0, 0, 0, 0.1); 
}
.safty-box-img{
    width: 70px;
    height: 70px;
    border-radius: 100px;
}



.about-safty{

  
    margin-top: 30%;
 display: flex;
 justify-content: space-evenly;
 align-items: center;
 border-radius: 30px;
 box-shadow: #000000;
 gap: 50px;
}


.about-safty-box{
    display: flex;
    align-items: center;
    gap: 10px;

}
.about-safty i {
    font-size: 25px;
    color: #0b2948;
}


.footer{
    background:#2d6a73;
    color:#fff;
    margin-top:70px;
    padding:60px 0 20px;
}

.footer-container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

.footer-box h3{
    margin-bottom:20px;
    color: #0f2427;
    font-size:22px;
}

.footer-logo{
    width:150px;
    margin-bottom:20px;
}

.footer-box p{
    line-height:2;
    color:#ddd;
    font-size:15px;
}

.footer-box ul{
    list-style:none;
    padding:0;
}

.footer-box ul li{
    margin-bottom:12px;
}

.footer-box ul li a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
}

.footer-box ul li a:hover{
    color: #000000;
    padding-right:8px;
}

.footer-social{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:40px;
}

.footer-social a{
    width:50px;
    height:50px;
    background:#fff;
    color:#0b2948;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    transition:.3s;
}

.footer-social a:hover{
    background: #18393e;
    color:#fff;
    transform:translateY(-5px);
}

.newsletter{
    width:90%;
    max-width:600px;
    margin:40px auto;
    text-align:center;
}

.newsletter h3{
    margin-bottom:20px;
    color: #193c42;
}

.newsletter input{
    width:70%;
    padding:15px;
    border:none;
    border-radius:30px;
    outline:none;
    font-family:inherit;
}

.newsletter button{
    padding:15px 30px;
    border:none;
    border-radius:30px;
    background: #132c30;
    color:#fff;
    cursor:pointer;
    margin-right:10px;
    transition:.3s;
}

.newsletter button:hover{
    background: #1f4950;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.2);
    margin-top:40px;
    padding-top:20px;
    text-align:center;
    color:#ddd;
    font-size:14px;
}

.footer-bottom p{
    margin:0;
}

/* ریسپانسیو */

@media(max-width:992px){

.footer-container{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.footer{
    text-align:center;
}

.footer-container{
    grid-template-columns:1fr;
    gap:35px;
}

.footer-logo{
    margin:auto;
    display:block;
    margin-bottom:20px;
}

.newsletter input{
    width:100%;
    margin-bottom:15px;
}

.newsletter button{
    width:100%;
    margin:0;
}

.footer-social{
    flex-wrap:wrap;
}

}

@media (max-width:768px){

    .top-bar{
        flex-direction:column;
        gap:15px;
    }

    .search-box{
        width:90%;
    }

    .hero-slider{
        height:250px;
    }

    .block-features__list{
        grid-template-columns:1fr;
    }

    .footer-info-box{
        flex-direction:column;
        text-align:center;
    }
}

@media (min-width:769px) and (max-width:1024px){

    .hero-slider{
        height:400px;
    }

    .block-features__list{
        grid-template-columns:repeat(2,1fr);
    }
}
@media (max-width: 768px) {
    .block-features__list{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .block-features__item{
        padding: 15px;
    }

    .block-features__title{
        font-size: 14px;
    }

    .block-features__subtitle{
        font-size: 12px;
    }

    .block-features__icon svg{
        width: 35px;
        height: 35px;
    }
}