@font-face {
  font-family: anjomanPod;
  src: url(../fonts/AnjomanFaNum-Bold.woff);
}

:root {
    --primary-color: #191d1f;
    --secondery-color: #30383b;
    --text-color: #f1f1f1;
    --inactive: #888888;
    --main-color: #e67e22;
    --shadow-color: rgba(255, 255, 255, 0.2);
    --transition-time: 350ms;
    font-size: 14px;
    font-family: anjomanPod;
    color: var(--text-color);
  }
  
  
  * {
    margin: 0px;
    padding: 0px;
  }
  body {
    /* background-color: var(--primary-color); */
    direction: rtl;
  }  

  .main {
    overflow: auto;
    width: 100%;
    z-index: 0;
    margin: 0px auto 0px auto;
    text-align: center;
  }
  
  
  
  .link-cart {
    position: absolute;
    top: 0;
    bottom: 0;      
    left: 0;
    right: 0;
    z-index: 100;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


/* loading animation*/
.lds-ellipsis {
    margin: 100px calc(50% - 40px);
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--main-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .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);
    }
  }
  

  


  

@media screen and (max-width: 1200px) {
    :root {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 800px) {
    :root {
      font-size: 8px;
    }
  }
  
  @media screen and (max-width: 350px) {
    :root {
        font-size: 7px;
    }
  }


  

/* main body */
.animate {
    transition: transform 0.3s ease-out;
    }
.row {
    width: 100%;
    position: relative;
    display: block;
    overflow: auto;
  }
  
  
  /* universal arrows */
  .row .btns .btn {
    position: absolute;
    z-index: 101;
    padding: 10px 20px;
    /* width: 35px; */
    text-align: center;
    border-radius: 50px;
    font-size: 1.5rem;
    cursor: pointer;
    background-color: var(--primary-color);
    border: solid 0.5px var(--shadow-color);
    box-shadow: 0 0 2rem 0 var(--primary-color);
    transition: all 0.3s ease;
  }
  
  .row .btns .btn:hover {
    transform: scale(1.1, 1.1);
  }
  .row .btns .right {
    right: 15px;
    top: 45%;
  }
  .row .btns .left {
    left: 15px;
    top: 45%;
  }
  .row .btns .right-2 {
    right: -20px;
    top: 45%;
  }
  .row .btns .left-2 {
    left: -20px;
    top: 45%;
  }
  





  @media screen and (max-width: 800px) {
    .row .btns {
        display: none;
    }
  }
  





  
/* normal rows with play lists */
.plist-wrap{
    width: 70%;
    margin: 1rem auto;
    overflow: visible;
  }
  .row .title{
  display: flex;
  width: 100%;
  }
  .row .title .text {
  margin: 5px 2%;
  font-size: 1.5rem;
  }
  .row .title .border {
  margin-top: 1.7rem;
  margin-right: 0;
  border-top: solid 1px var(--inactive);
  flex-grow: 1;
  }
  .row .title .more {
    text-decoration: none;
    color: var(--inactive);
    float: right;
    margin: 5px 2%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all var(--transition-time) ease-in-out;
  }
  .row .title .more:hover {
    color: var(--text-color);
  }
  .row .title .more i {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
  }
  .row .body-wrap {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  padding-top: 1rem;
  }
  .row .body-wrap::-webkit-scrollbar {
  display: none;
  }
  .row .body-wrap .body {
  width: 200%;
  display: flex;
  }
  
  .cart-wrap {
    position: relative;
    z-index: 99;
    width: 13vw;
    font-size: 1.3rem;
  }
  .grid {
    width: 100%;
  }
  
  .cart {
    position: relative;
    width: 90%;
    margin: 5px 5%;
  }
  
  .cart .image {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
    border: solid 0.5px var(--shadow-color);
    /* box-shadow: 0 0 2rem 0 var(--primary-color); */
  }
  .cart .image img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all var(--transition-time) ease-in-out;
  }
  .cart:hover .image img {
  transform: scale(1.05,1.05);
  }
  .cart .titlePod {
    width: calc(100% - 2rem);
    margin: 1rem;
    text-align: right;
  }
  .cart .info {
    width: 100%;
  }
  
  
  
  @media screen and (max-width: 1200px) {
    .plist-wrap{
      width: 90%;
    }
    .cart-wrap{
      width: 23vw;
    }
    .grid {
      width: 100%;
    }
  
  }
  
  @media screen and (max-width: 600px) {
    .plist-wrap{
      width: 100%;
    }
    .cart-wrap{
      width: 30vw;
    }
    .grid {
      width: 100%;
    }
  
    .cart .image {
      border-radius: 0.8rem;
    }
    .cart .titlePod {
      margin: 0.8rem;
    }
  }
  @media screen and (max-width: 350px) {
  .cart {
    font-size: 0.75rem;
  }
  }