@font-face {
    font-family: aynan;
    src: url(1.ttf);
    font-weight: normal;
}
@font-face {
    font-family: aynan;
    src: url(2.ttf);
    font-weight: bold;
}
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body,html {
    height: 100%;
    direction: rtl;
}
body {
    margin:0;
    padding: 0;
    height: 100vh;
    font-family: aynan;
    color:#1e4027;
    font-weight: normal;
}
nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.container {
    padding: 0px 10px;
    background-color: #f7f7f7;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.prod > img {
  width: 90px;
}
@keyframes fadeout {
    0% {
        opacity: 0;            
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeout3 {
    0% {
        opacity: 1;            
    }
    100% {
        opacity: 0;
        display:none;
    }
}
#loader {
    display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100vh;
background-color: #ffffffa1;
animation: fadeout 1s ease;
z-index:99;
flex-direction:column;
backdrop-filter:blur(4px);
-webkit-backdrop-filter: blur(4px);
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #1e4027;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.displayNone {
    animation: fadeout3 0.6s ease !important;
    animation-fill-mode: forwards !important;
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
@keyframes aynanlogo {
    from {
        transform: translateY(-100%);
        opacity: 1;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.prod {
    display: flex;
    align-items: center;
    margin: 10px 0px 0px 0px;
    justify-content: space-between;
}
.line {
    height: 3px;
    border-bottom: 1px dashed rgba(141,115,95,.4);
    display: table-cell;
    width: 100%;
    z-index: 1;
    position: relative;
    bottom: 0px;
    margin: 0px 10px;
  }
  .catname {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    position: sticky;
    top: 30px;
    z-index: 2;
    background-color: #ffffffd6;
    backdrop-filter: blur(3px);
  }
.navbarz a {
  background-color: #1e4027;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  padding: 0px 10px 3px 10px;
  margin-left: 8px;
  font-weight: 100 !important;
  font-size: 14px;
}
.navbarz {
  white-space: nowrap;
  margin-bottom: 21px;
  overflow: scroll;
}
.name {
    display: ruby;
    color: #3d3d3d;
    white-space: nowrap;
}
h3 {
    color: #3d3d3d;
    font-size: 17px;
  }
.catname img {
    width: 30px;
    margin-left: 5px;
}
.cols{
    width: 33%;
}
.cat {
    margin: 0px 10px;
    padding: 30px;
    box-shadow: 4px 4px 20px #7c6b4021;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color:#fff;
}
.logoload {
    width:120px;
}
nav img {
    width: 120px;
    margin:20px 0px 40px 0px;
    transition: all 0.3s;
    opacity: 0;
}
.logoanm {
    animation: aynanlogo 1s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
}
footer {
    text-align: center;
    border-top: 1px solid #79693b2a;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    width: 100%;
}
.navbarz {
  white-space: nowrap;
  margin-bottom: 21px;
  padding-bottom: 7px;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 3;
}








@media only screen and (max-width: 867px) {
    .cat{
    padding: 10px;
    padding-bottom: 20px;
    }
    .cols{
        width: 99%;
    }
    .navbarz {
  display: block !important;
  justify-content: unset !important;
}
}