 @font-face {
    font-family: WalterTurncoat;
    font-style: normal;
    src: url('./gothamcoffee/Card/Fonts/Breeze\ Personal\ Use.ttf') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
@font-face {
    font-family: farsi;
    font-style: normal;
    src: url('./fontsme/Lalezar-Font/TTF/Lalezar-Regular.ttf') format('woff2');
    /* unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; */
}

body{
  background-image:url(./PicsArt_12-25-10.04.27.jpg) ;
  background-repeat: repeat;
  background-size: 40% auto;
    background-color: #333;
    /* font-family: WalterTurncoat , cursive; */
}

.fa-ir {
	font-family : farsi;
  direction: rtl;
}
.en-eng{
  font-family: WalterTurncoat;
  direction: ltr;
}

.hoverme:hover{
  background-color: #58cfd4 !important;
} 

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-neon{
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  color: #fdfdfd;
  width: 180px;
  transition: 1s;
  transition-delay: .9s;
  position: relative;
  display: inline-block;
}

.btn-neon:hover{
  box-shadow: 0 0 10px #58cfd4,
              0 0 40px #58cfd4,
              0 0 80px #58cfd4;
  background-color: #58cfd4;
}

.btn-neon:hover polyline{
  stroke-dashoffset: -460;
}

.btn-neon svg{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
}

.btn-neon svg polyline{
  fill: transparent;
  stroke: #58cfd4;
  stroke-width: 2px;
  stroke-dasharray: 40 460;
  stroke-dashoffset: 40;
  transition:  .8s ease-in-out;
}
.zxc:hover{
  box-shadow: 0px 0px 20px 1px #58cfd4;
}
.pinky:hover{
  color: #ff0083 !important;
  /* font-size: 40px; */
}

select {
  /* Reset Select */
  appearance: none;
  outline: 10px red;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0;
  color: white;
  background-color: #212529;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  border-radius: .25em;
  overflow: hidden;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #34495e;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
.loading {
  width:125px;
  margin:5em auto;
}

.cat {
  margin:auto;   
}

.head {
  width:50px;
  height:50px;
  transform:translateY(-40px);
  left:-6px;
  background:linear-gradient(to top, #AAA 20px, #444 20px);
  border-radius:50%;
  position:relative;
  animation:movehead 6s infinite;
}

.ears {
  display:flex;
  justify-content:space-around;
}

.ears::before,
.ears::after {
    content: "";
    width: 0;
    height: 0;
    position: relative;
    margin: 2px 4px;
    margin-bottom: 0;
    top: -6px;
    border-left: 7px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #444;
}

.eyes {
  position: relative;
  top: -3px;
  display:flex;
  justify-content:center;
}
.eyes::before,
.eyes::after {
  content:"";
  background:#FFF;
  width:8px;
  height:8px;
  margin:3px;
  margin-top:0;
  border-radius:50%;
  animation:blink 5s linear infinite;
}

.squares {
  position:relative;
  height:30px;
  left:-20px;
  top:-20px;
  display:flex;
  align-items:center;
}

.box {
  margin:3px;
  width:20px;
  height:20px;
  background:#AAA;
/*   will-change:height; */
}

.box:nth-child(1) { animation:load 3s linear infinite 0s; }
.box:nth-child(2) { animation:load 3s linear infinite 1s; }
.box:nth-child(3) { animation:load 3s linear infinite 2s; }

@keyframes load {
  0%, 33.3% { 
    background-color:#AAA;
/*     height:20px; */
  }
  16.6% { 
    background-color:#555;
/*     height:40px; */
  }
}

@keyframes blink {
  0%, 74%, 76% { opacity:1 }
  75% { opacity:0 }
}

@keyframes movehead {
  0% { top:-1px }
  25% { top:12px }
  50% { top:0px }
  75% { top:10px }
  100% { top:-2px }
}

.searchlive:hover {
  background-color: #58cfd4 !important;
}