

.sp0{
    color: white;
}

.sp1{
    color: rgb(247, 0, 255);
}

.sp2{
    color: yellow;
}

.area {
    text-align: center;
    color: rgb(209, 115, 209);
    text-transform: capitalize;
}

.area2 {
    color: white;
    display: flex;
}

.area-eng {
    text-align: left;
    color: white;
    text-transform: none;
    width: 100%;
    padding-left: 2%;
}


.area-c {
    text-align: center;
    color: white;
    text-transform: none;
    width: 100%;
    padding-left: 2%;    
}

.area-ar {
    text-align: right;
    color: white;
    text-transform: capitalize;
    width: 100%;
    padding-right: 2%;
}


.members {
    position: relative;
    overflow: hidden;
    padding: 20px;
    direction: rtl;
}

.product-category {
    text-align: right;
    color: white;
    text-transform: capitalize;
    padding-right: 60px;
}

.cont {
    padding: 0 2vw;
    width: 1050px;
    height: 580px;
    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: 350px;
  position: relative;
  overflow: hidden;
}


.image {
    width: auto;
    height: 350px;
  border-radius: 1.2rem;
  object-fit: cover;
}

  .tag {
      position: absolute;
      color: white;
      background-color: black;
      padding: 5px;
      top: 10%;
      left: 0px;
      text-transform: capitalize;
      font-size: 20px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      
  }

  .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: chartreuse;
}

.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;
}


.icon4 {
    width: 40px;
}

.icon4:hover {
    width: 45px;
}


.contact {
    color: thistle;
    text-align: center;
}

.box {
    display: inline-flex;
    text-align: center;
    padding-left: 200px;
    background-color: lawngreen;
    width: 300px;
}
