*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'rabar';
}
body{
  direction: rtl;
}
.top{
 width: 100%;
 height: 50px;
 background: #F2BA2F;
 color: white;
 display: flex;
 align-items: center;
 justify-content: center;
}
.top .text_top{
  line-height: 20px;
  width: 100%;
  text-align: center;
 
}
header{
  width: 100%;
  height: 60px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  margin-right: 5px;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo .logo_img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.logo .logo_img img{
  width: 100%;
  height: 100%;
}
.bar{
  margin-left: 7px;
}
.bar span{
  width: 30px;
  height: 3px;
  background: #393A3D;
  border-radius: 5px;
  display: block;
  margin-bottom: 5px;
}

.banr1{
  width: 95%;
  height: 140px;
  margin:15px auto;
  background: white;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #D9DCF8;
}
.banr1 img{
  width: 100%;
  height: 100%;
}




.text_markat{
  margin-top: 15px;
  color: #5A5B63;
  font-size: 17px;
  margin-right: 7px;
  text-align: center;
}
.markat{
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.markat .marka{
  display: block;
  text-align: center;
  color: black;
}
.markat .marka .img{
 width: 85px;
 height: 60px;
 background: white;
 border-radius: 7px;
 overflow: hidden;
 border: 1px solid #DEE0F7;
}
.markat .marka .img img{
  width: 95%;
  height: 95%;
  margin: auto;
}
.markat .marka_name{
line-height: 19px;
}
.search{
  width: 95%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin:15px auto;
  text-align: center;
  padding: 7px;
  border-radius: 15px;
  border: 1px solid #767782;
}
.search form{
  
}
.search form input{
  width: 75%;
  height: 35px;
  margin-top: 5px;
}
button{
  background: #0075BD;
  color: white;
  border: none;
  width: 150px;
  height: 35px;
  margin-top: 5px;
}
.top1{
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.top1 .icon{
  display: flex;
  align-items: center;
  gap: 25px;
  margin-right: 7px;
}
.top1 .icon a{
  color: black;
}
.top1 .icon a i{
  font-size: 30px;
}
.top1 .lang{
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 7px;
}
.top1 .lang-btn{
  display: block;
  width: 70px;
  background: white;
  color: black;
  height: 35px;
  border: 1px solid #D6D7E2;
  border-radius: 7px;
}
.search_box{
  width: 95%;
  padding: 7px;
  margin:20px auto;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 15px;
  border: 1px solid #EBECFB;
  text-align: center;
}
.search_box form input{
  width: 85%;
  height: 40px;
  margin-top: 5px;
}
.search_box button{
  background: #0075BD;
  color: white;
  border: none;
  margin-top: 5px;
  padding: 7px;
  border-radius: 5px;
}
.search_box select{
  width: 85%;
  height: 40px;
  margin-top: 5px;
}