
@import url('color.css');
@import url('fonts.css');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "vazir";
   
}

header{

  
    height: auto!important;
    padding-bottom: 1.5rem;
   
}
#bg-video {
   display: none;
  
}
.articel_syte{
    background-color: #f9e6d3f0;
    border-radius: 1rem;
    padding: 2rem;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 4rem;
    margin-top:     6rem;
 
    

}

.articel_syte h4{
    font-size: 1.3rem;
    font-family: 'vazir-bold';
    color: var(--titer);
    margin-bottom: 1rem;

}

.articel_syte p{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: var( --dark_gray)
}
.search_box2{
    background-color: #fff;
    border-radius: 2rem;
    padding: 0.3rem;
    padding-right: 0.5rem;
    padding-left: 1rem;
    display: flex;
    width: 70%;
    align-items: center;
    margin: 0 auto!important;
    justify-content: start;
    box-shadow: 0px 4px 6px #00000049;
    height: 45px;
    margin-top: -20px!important;
    margin-bottom: 0rem!important;
}
.search_box2 input{
    width: 100%;
    font-size: 0.88rem;
    padding: 0.15rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border:none;
    font-weight: 300!important;
    color: var(--dark_gray);

}
.search_box2 button{
    border:none;
    padding: 0.45rem;
    padding-right: 0.45rem;
    padding-left: 0.45rem;
    background-color:var(--light_blue);;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.search_box2 button .search_icon_small{
    width: 25px;
    height: 25px;
    color: #fff;
}

@media (min-width: 1550px) and (max-width: 1925px) 
{
   .form_se_sy{
    margin-top: 10rem!important;
    background-color: red!important;
   }
}
@media screen and (max-width: 1200px) {
    .articel_syte{
    background-color: #f9e6d3f0;
    border-radius: 0.85rem;
    padding: 1.5rem;
    width: 100%;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
    margin-top:     6rem;

}
.articel_syte h4{
    font-size: 1.2rem;
  

}

.articel_syte p{
    font-size: 0.95rem;
   
}

.search_box2{
    background-color: #fff;
    border-radius: 2rem;
    padding: 0.3rem;
    padding-right: 0.5rem;
    padding-left: 1rem;
    display: flex;
    width: 60%!important;
    align-items: center;
    margin: 0 auto!important;
    justify-content: start;
    box-shadow: 0px 4px 6px #00000049;
    height: 38px;
    margin-top: -50px!important;
    margin-bottom: 2rem!important;
}
.search_box2 input{
    width: 100%;
    font-size: 0.88rem;
    padding: 0.15rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border:none;
    font-weight: 300!important;
    color: var(--dark_gray);

}

}

@media screen and (max-width: 768px) {
    .articel_syte{
    background-color: #f9e6d3f0;
    border-radius: 0.85rem;
    padding: 1.5rem;
    width: 100%;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
    margin-top:     6rem;

}
.articel_syte h4{
    font-size: 1.05rem;
  

}
.search_box2{
    width: 80%!important;
}

.search_box2 button{
    border:none;
    padding: 0.2rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
   
}
.search_box2 button .search_icon_small{
    width: 20px;
    height: 20px;
    color: #fff;
}
.articel_syte p{
    font-size: 0.92rem;
   
}
.search_box2 input{
    width: 100%;
    font-size: 0.75rem;
  

}

.search_box2{

    width: 90%;
  
}

}

@media screen and (max-width: 669px) {
    .search_box2{
 
       display: flex!important;
    
    }
    .articel_syte{
        width: 100%;
      
      
     
        
       
    }
}

@media screen and (max-width: 665px) {
    .search_box2 button{
        border:none;
        display: flex;
        justify-content: center;
        padding: 0.2rem;
        padding-right: 0.25rem;
        padding-left: 0.25rem;
       align-items: center!important;
     
       
    }
    .search_box2 button .search_icon_small{
        width: 16px;
        height: 16px;
        margin: 0 auto!important;
        color: #fff;
    }

}

@media screen and (max-width: 513px) {
    .search_box{
 
        width: 80%!important;
       
    }
    .articel_syte h4{
        font-size: 0.95rem;
      
    
    }
    .articel_syte p{
        font-size: 0.85em;
       
    }
    
}
