

.sp0{
    color: white;
}

.sp1{
    color: rgb(247, 0, 255);
}

.sp2{
    color: yellow;
}


.area {
    text-align: center;
    color: white;
    text-transform: capitalize;
}

.area1 {
    color: white;
    display: flex;
    direction: ltr;
    justify-content: center;
}

.area-eng {
    text-align: right;
    color: white;
    text-transform: capitalize;
    width: 45%;
}


.area-c {
    text-align: center;
    color: white;
    text-transform: capitalize;
    width: 40px;
}

.area-ar {
    text-align: left;
    color: white;
    text-transform: capitalize;
    width: 45%;
}



.members {
    position: relative;
    overflow: hidden;
    padding: 20px;
    direction: rtl;
}

.product-category-ar {
    text-align: right;
    color: white;
    text-transform: capitalize;
    padding-right: 60px;
    width: 50%;
    direction: rtl;
}

.product-category-eng {
    text-align: left;
    color: white;
    padding-right: 60px;
    width: 50%;
    direction: ltr;
}

.cont {
    padding: 0 2vw;
    width: 1050px;
    height: 500px;
    margin: auto;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    background-color: rgb(23, 23, 49);
}


.cont.sliding-transition {
    transition: transform 0.5s ease-in-out;
  }

  .card {
      flex: 0 0 auto;
      margin-right: 40px;
      margin-top: 30px;
  }

  .poster {
    width: auto;
    height: 250px;
  position: relative;
  overflow: hidden;
  text-align: center;
}


.image {
    width: auto;
    height: 250px;
  border-radius: 1.2rem;
  object-fit: cover;
}

  .tag {
      position: absolute;
      color: white;
      background-color: black;
      padding: 5px;
      top: 35%;
      left: 0px;
      text-transform: capitalize;
      font-size: 20px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      
  }

  .est {
      display: flex;
      height: 30px;
      align-items: center;
      padding-left: 125px;
      padding-bottom: 15px;
      direction: ltr;
  }

  .image2 {
    width: auto;
    height: 30px;
   }

  .est-info {
      padding-left: 10px;
      color: white;
  } 


  .info {
      text-align: center;
      width: 100%;
  }

  .button, .button2 {
      width: 90px;
      height: 30px;
      display: block;
      margin: auto;
      border-radius: 0.6rem;
      background-color: white;
      font-size: 20px; font-style: italic; font-family: 'Times New Roman';
      cursor: pointer;
}

.button:hover {
    background-color: purple;
    color: white;
}

.button2:hover {
    background-color: red;
    color: white;
}
  
  .nxt-btn {
    left: 20px;
  }
  
  .pre-btn {
    right: 20px;
  }


.pre-btn,
.nxt-btn {
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
    opacity: 70%;
}

.pre-btn {
    right: 0;
}

.pre-btn:hover, .nxt-btn:hover {
    opacity: 1;
}

.icon {
    width: 70px;
}

.icon:hover {
    width: 80px;
}

.icon2 {
    width: 200px;
}

.icon2:hover {
    width: 210px;
}

.icon3 {
    width: 100px;
}

.icon3:hover {
    width: 110px;
}

.contact {
    color: thistle;
    text-align: center;
}

.box {
    display: inline-flex;
    text-align: center;
    padding-left: 200px;
    background-color: lawngreen;
    width: 300px;
}
