
.sp0{
    color: white;
}

.sp1{
    color: rgb(247, 0, 255);
}

.sp2{
    color: yellow;
}

.flag{
    width: 80px;
}


.product {
    position: relative;
    overflow: hidden;
    padding: 20px;
    direction: ltr;
}

.product-category {
    text-align: left;
    color:rgb(247, 0, 255);
    text-transform: capitalize;
}

.product-category2 {
    text-align: left;
    color: white;
    /* text-transform: capitalize; */
    direction: ltr;
    padding-left: 50px;
}

.cont {
    padding: 0 2vw;
    width: 1050px;
    height: 755px;
    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;
  }

  .cont2 {
    padding: 0 2vw;
    width: 1050px;
    height: 625px;
    margin: auto;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    background-color: rgb(23, 23, 49);
}

.cont2.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;
}

  .info {
      text-align: center;
      width: 100%;
  }

  .info2 {
    color: rgb(247, 0, 255);
}


  #btn-price-1, #btn-price-2, #btn-price-3, 
  #btn-price-4, #btn-price-5, #btn-price-6,
  #btn-price-7{
    width: 30%;
    height: 25px;
    background-color: white;
    border-color: white;
    border-radius: 20px;
    color: rgb(247, 0, 255);
    margin: auto;
    justify-content: center;
    justify-items: center;
    font-family: 'Times New Roman';
    font-size: large;
    text-align: center;
  }

  #btn-price-1:hover, #btn-price-2:hover,
  #btn-price-3:hover, #btn-price-4:hover,
  #btn-price-5:hover, #btn-price-6:hover, 
  #btn-price-7:hover{
    background-color: rgb(247, 0, 255);
    color: white;      
  }


  #price-1, #price-2, #price-3, 
  #price-4, #price-5, #price-6, 
  #price-7{
      display: none;
  }

  
  .nxt-btn {
    left: 20px;
  }
  
  .pre-btn {
    right: 20px;
  }


.pre-btn, .nxt-btn {
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 300px;
    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;
}

.iconGroup{
    display: flex;
    width: 40%;
    margin: auto;
    /* justify-content: center;
    align-items: center; */
    /* content: "";
    display: table;
    clear: both; */
}

.iconGroup1{
    padding-left: 20px;
    width: 50%;
}

.icon {
    width: 70px;
}

.icon:hover {
    width: 80px;
}



.icon3 {
    width: 70px;
}

.icon3:hover {
    width: 80px;
}


.icon4 {
    width: 25px;
}

.icon4:hover {
    width: 30px;
}

.icons-group{
    display: flex;
    direction: rtl;
}

.box {
    display: flex;
}

.member {
    display: flex;
    left: 300px;
    text-align: center;
    direction: ltr;
    padding: 10px;
    height: 120px;
}


.name {
    text-align: left;
}

.pho {
    height: 150px;
    width: 150px;
    direction: rtl;    
}

.pho2 {
    position: relative;
    width: 75%;
    border-radius: 5rem;
}

.location {
    width: 90%;
    display: flex;
    margin: auto;
    border-radius: 1.3rem;
    border-color: white;
    border-style: solid;
}

.loc {
    width: 100px;
    display: flex;
    margin: auto;
}

.status1{
    color: white;
    background-color: green;
    border-radius: 10%;
    padding: 3px;
    padding-left: 7px;    
    padding-right: 7px;
}

.status2{
    color: black;
    background-color: rgb(255, 255, 0);
    border-radius: 15%;
    padding: 3px;
    padding-left: 7px;    
    padding-right: 7px;
}

.status3{
    color: white;
    background-color: red;
    border-radius: 15%;    
    padding: 3px;
    padding-left: 7px;    
    padding-right: 7px;    
}

.status4{
    color: white;
    background-color: blueviolet;
    border-radius: 15%;    
    padding: 3px;
    padding-left: 7px;    
    padding-right: 7px;    
}

.bitcoin {
    display: flex;
}


