
.sp0{
    color: white;
}

.sp1{
    color: rgb(247, 0, 255);
}

.sp2{
    color: yellow;
}

#arabic{
    direction: rtl;
    display: none;
}

.btn-lang{
    width: 40px;
    height: 40px;
    font-size: large;
    font-family: 'Franklin Gothic Medium';
    border-radius: 40px;
    border: 3px solid rgb(209, 115, 209);
    cursor: pointer;
    display: block;
}

.btn-lang:hover {
    background-color: rgb(209, 115, 209);
    border: 3px solid white;
    color: white;
  }

  .div-lang{
      direction: rtl;
      padding-right: 5%;
  }
  



.area {
    text-align: center;
    color: yellow;
    text-transform: capitalize;
}

.area1 {
    color: white;
    display: flex;
    direction: ltr;
    justify-content: center;
}

.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%;
}

li{
    font-size: x-large;
}

.list-eng{
    direction: ltr;
    padding-left: 3%;
}

.list-ar{
    direction: rtl;
    padding-right: 3%;
}

.btn-ST{
    display: flex;
    justify-content: center;
}

.aaa{
    background-color: turquoise;
    display: contents;
    margin: auto;
    text-align: center;
}

.btn-store{
    width: 20%;
    margin: auto;
    cursor: pointer;
}

.btn-store:hover{
    width: 22%;
}


.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: 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;
  text-align: center;
}


.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: 25px;
}

.icon4:hover {
    width: 30px;
}

.icons-group{
    display: flex;
    direction: rtl;
}

/* COLOR thistle */

.contact {
    color: white;
    text-align: center;
}

.contact1{
    border: 3px solid rgb(209, 115, 209);
    border-radius: 20px;
    width: 65%;
    margin: auto;
}

.contact2{
    border: 3px solid rgb(209, 115, 209);
    border-radius: 20px;
    width: 65%;
    margin: auto;
}

.box {
    display: inline-flex;
    text-align: center;
    padding-left: 200px;
    background-color: lawngreen;
    width: 300px;
}
