<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'BYekan';
    src:
    url(../Font/BYekan.ttf),
    url(../Font/BYekan.woff),
    url(../Font/BYekan.woff2),
    url(../Font/BYekan.eot);
    font-display: swap;

}

@font-face {
    font-family: "vazirmatn";
    src: url('../font/static/Vazirmatn-Light.ttf');
}
p{
    font-family: 'BYekan',tahoma !important;

}

html,body{
    font-family: 'BYekan',tahoma !important;
    font-size: 16px;
    direction: rtl;
    line-height: 25px !important;
}
:root{
    --main-color: #ffffff;}

h4.fw-bolder {
  font-family: 'Roboto', sans-serif !important;
}

option {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: .9rem;
  font-weight: bold;
}

.container , .container-lg{

        max-width: 1500px;
    }

.nav-div{
    background-color: var(--main-color);

}
.dropdown-item{
    text-align: right;
}
.table-striped &gt;tr:first-child{
    width: 40%;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 0.452);
    border-radius: 50%;
    margin: 50px;
    z-index: 50;
}
.slick-next:before {
    color: rgba(0, 0, 0, 0.452);
}
.slick-prev:before {
    color: rgba(0, 0, 0, 0.452);
}

.box i{
width: 50px;
text-align: center;
}
.box{
    transition: 300ms;

}
.box:hover{
    scale: 1.04;
    transition: 300ms;
}
.box i:hover{
    background-color: green;
    color: #ffffff !important;
}
footer li{
    font-size: 14px;
}
footer li &gt;a:hover{
    color: rgb(127, 150, 255) !important;
    transition: 300ms;
}
footer li &gt;a{
    transition: 300ms;
}
.footer{
    background-color:#098458;
}

.collapsy {
  overflow-x: hidden;
}

#continue{
    background: #098458;
    border: none;
    color: white;
}
#close{
    background: red;
    border: none;
    color: white;
    display: none;

}

@media screen and (max-width: 991px) {
  ol.breadcrumb {
    font-size: 0.85rem
  }
}

@media screen and (max-width: 991px) {

  .image .main_Image {
    min-height: min(90vw,600px);
  }
}
@media screen and (min-width: 992px) {
  .image .main_Image {
    min-height: min(50vw,600px);
  }
}


/*   products and categories styles   */

.content p {
  text-align: justify;
}

.content ul {
  list-style: disc;
  padding: 10px;
}

.list-use {
  list-style: arabic-indic;
  padding: 10px;
}

.category-products button {
  box-sizing: border-box;
}

.btn-img {
  /*background: linear-gradient(264deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 56%, rgba(0,0,0,0.5) 65%, rgba(8,6,6,0.5) 100%);*/
  /*background-repeat: no-repeat;
  background-size: cover;*/
}

.pagination {
  list-style: none !important;
}

#productCat .card {
  transition: 300ms;
}

  #productCat .card:hover {
    transform: scale(1.02);
    transition: 300ms;
    border: 2px solid black;
  }

    #productCat .card:hover hr {
      color: black !important;
    }



/* home Page */

.carousel-item img {
  min-height: 200px;
}

.home-category img {
  transition: 300ms;
}

.home-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

  .home-category &gt; div {
    width: 180px;
  }

  .home-category img:hover {
    transform: scale(1.04);
    transition: 300ms;
  }

.home-box-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

  .home-box-product .box {
    width: 320px;
  }

    .home-box-product .box:hover {
      transform: scale(1.02);
      transition: 300ms;
      border: none !important;
    }


.people {
  padding: 50px 20px;
  cursor: pointer;
}

.boxBanner1 {
  background-image: url(../Image/home/banner/2-22.jpg);
}

.boxBanner2 {
  background-image: url(../Image/home/banner/3-22.jpg);
}

.boxBanner3 {
  background-image: url(../Image/home/banner/4-22.jpg);
}

.item .boxBanner {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #098459e5;
  transition: opacity 0.15s ease-in;
  opacity: 0;
  padding-top: 80px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.item:hover .cover {
  opacity: 1;
}

.item .name {
  font-weight: bold;
  margin-bottom: 8px;
}

.item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #bbd8fb;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 20px;
}

.brand img {
  transition: 300ms;
}

  .brand img:hover {
    transform: scale(1.2);
    transition: 300ms;
  }

.Education img {
  min-height: 180px;
}


.form-select {
  background-position: left .75rem center !important;
  padding: .375rem .75rem .375rem 2.25rem !important;
}

 /* bug fix img-rsponsive -&gt; img-fluid */
.img-responsive {
  max-width: 100%;
  height: auto;
}

.ModuleTitleHeader {
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}</pre></body></html>