/* by = davoodjavadi.ir */
@font-face {
    font-family: yekan-medium;
    font-style: normal;
    src: url("../fonts/IRANYekan-Medium.eot");
    src: url("../fonts/IRANYekan-Medium.eot?#iefix") format("embedded-opentype"),
      url("../fonts/IRANYekan-Medium.woff2") format("woff2"),
      url("../fonts/IRANYekan-Medium.woff") format("woff"),
      url("../fonts/IRANYekanMedium.ttf") format("truetype");
    font-display: swap;
  }

  body {
    font-family: yekan-medium;
  }

  a{
    text-decoration: none;
  }

  li{
    list-style-type: none;
  }
.top-bar{
  height: 50px;
  padding: 0px 1%;
  background-color: #fff;
}
.top-bar-form input{
  background-color: rgba(211, 211, 211, 0.698);
  border: 0px;
  border-radius: 15px;
}
.top-bar-form button{
  background-color: #e7e4bb;
  border-radius: 15px;
}
.top-bar-form button:hover{
  background-color: #b4b07e;
}
.top-bar-form input:focus{
  border: 0px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.24) !important;
}
.top-bar-tel a{
  border: 2px solid #595201;
  border-radius: 10px;
}
.top-bar-tel a:hover{
  background-color: #e7e4bb;
}
.top-bar-mobil{
  height: auto;
  padding: 5px;
}
.menu-bar{
  padding: 0px 2%;
  background-color: #595201;
}
.menu-bar .nav-link{
  color: #fff;
}
.menu-bar .navbar-nav{
  height: 50px;
}
.menu-bar .navbar-nav li:hover{
  background-color: #e7e4bb;
  color: #595201;
}
.menu-bar .navbar-nav li:hover a{
  color: #595201;
}
.menu-bar .nav-item{
  padding: 0px 5px;
}
.menu-bar .active{
  background-color: #e7e4bb;
}
.menu-bar .active a{
  color: #595201;
}
.drop-menu{
  display: none;
  width: 200px;
  border-radius: 10px;
  background-color: #fff;
}
.drop-menu li{
  border-bottom: 1px solid #e7e4bb;
}
.menu-bar .drop-toggle:hover .drop-menu{
  display: block;
  opacity: 1;
  top: 100%;
  z-index: 2;
  animation: show-box 0.5s;
}
footer{
  width: 100%;
  height: auto;
  padding: 20px 5%;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.24);
}
.fast-access p{
  font-weight: bold;
}
.fast-access a{
  color: #000;
  font-size: 14px;
}
.fast-access li:hover a{
  color: rgb(80, 79, 79);
}
.footer-cats p{
  font-weight: bold;
}
.footer-cats a{
  color: #000;
  font-size: 14px;
}
.footer-cats li:hover a{
  color: rgb(80, 79, 79);
}
.sub-footer{
    background-color: #e7e4bb;
    padding: 5px 0px;
    display: flex;
    justify-content: space-evenly;
}
.sub-footer p{
  font-size: 12px;
}
.sub-footer a{
    font-size: 14px;
    color: #000;
}
.footer-social-title{
  font-weight: bold;
}
.footer-contact-items a{
  color: #000;
}
.footer-contact-items li:hover a{
  color: rgb(80, 79, 79);
}
.footer-social-items a:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}
.top-bar-tel-xs{
  background-color: #fff;
}
.top-bar-form-xs{
  width: 100%;
  padding: 5px;
  background-color: #595201;
}
.top-bar-form-xs input{
  background-color: #fff;
  border: 0px;
  border-radius: 15px;
}
.top-bar-form-xs button{
  background-color: #e7e4bb;
  border-radius: 15px;
}
.top-bar-form-xs button:hover{
  background-color: #b4b07e;
}
.top-bar-form-xs input:focus{
  border: 0px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.24) !important;
}
.btnclose{
  background-color: #b4b07e;
}
.offcanvas-body .nav-link{
  color: #000;
}
.menu-bar-xs{
  background-color: rgba(211, 211, 211, 0.403);
  border-radius: 15px;
  padding: 5px;
}
.tel-btn-xs a{
  border: 1px solid #595201;
  border-radius: 5px;
  padding: 5px;
}
.fix-btn{
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 1212;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
/*.fix-btn-xs{*/
/*    position: fixed;*/
/*    bottom: 40px;*/
/*    left: 20px;*/
/*    z-index: 1212;*/
/*    display: inline-block;*/
/*    overflow: hidden;*/
/*    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);*/
/*}*/
@media (width <= 992px) and (width >= 768px) {
  .top-bar-form .input-group{
    margin-right: 2rem;
  }
}
@media (width < 768px) and (width >= 425px) {
  .tel-btn-xs{
    display: flex;
    gap: 5px;
  }
  footer{
    padding: 20px;
  }
  .footer-contact-items li{
    font-size: 14px;
  }
}
@media(width < 425px){
  .tel-btn-xs a{
    align-content: center;
     display: block;
  }
  .logo-xs{
    width: 120px !important;
  }
 }
 @media(width < 320px){
  .tel-btn-xs a{
    align-content: center;
     display: block;
  }
  .tel-btn-xs img{
    display: none;
  }
  .logo-xs{
    width: 100px !important;
  }
 .sub-footer{
     display: block !important;
     text-align: center;
 }
 }
