.crrousel_content {
  width: 100%;
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 0px 0px;
  overflow: hidden;
}

.win_card_content {
  width: 355px;
  height: 405px;
  /*margin-bottom: 65px !important;*/
}

.winner_cart {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 20px 0px;
  height: 380px;
  width: 265px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  margin: auto;
  justify-content: space-evenly;
}

.cart_row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_row img {
  display: block;
  width: 115px;
  height: 115px;
  margin: 0px 8px;
  border-radius: 50%;
}

.cart_row p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px 0px;
}

/* .winner_name {
  font-size: 23px;
} */

.winner_location {
  font-size: 18px;
  display: inherit !important;
}

img.icon1 {
  display: inline-table;
  width: 15px !important;
  height: 20px !important;
  border-radius: 0px !important;
}

img.icon2 {
  display: inline-table;
  width: 15px !important;
  height: 20px !important;
  border-radius: 0px !important;
}

.winner_date {
  font-size: 16px;
  display: inherit !important;
}

.winner_border {
  position: absolute;
  width: 15px;
  height: 15px;
  height: 19px;
  display: block;
  left: 0;
  transform: translateX(-56%);
  background-color: white;
}

.winner_cart span:nth-child(1) {
  width: 25px;
  height: 25px;
  top: -7px;
  border-radius: 50%;
}

.winner_cart span:nth-child(2) {
  width: 25px;
  height: 25px;
  bottom: -7px;
  border-radius: 50%;
}

.winner_cart span:nth-child(3) {
  top: 37px;
}

.winner_cart span:nth-child(4) {
  top: 77px;
}

.winner_cart span:nth-child(5) {
  top: 117px;
}

.winner_cart span:nth-child(6) {
  top: 157px;
}

.winner_cart span:nth-child(7) {
  top: 198px;
}

.winner_cart span:nth-child(8) {
  top: 240px;
}

.winner_cart span:nth-child(9) {
  top: 281px;
}

.winner_cart span:nth-child(10) {
  top: 323px;
}

.winner_location {
  display: inherit;
}
.winner_lottery_name lable {
  font-size: 19px;
  padding: 0px 5px;
}

.cart_row.below-label {
  margin-bottom: 0px;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 224px;
  /* Container width */
  position: relative;
}

.winner_lottery_name {
  display: inline-block;
}

.marquee-text {
  display: inline-block;
  padding-right: 20px;
  /* Adjust spacing for smooth looping */
  animation: scrollText 5s linear infinite;
}

.marquee-text-wrapper {
  display: inline-block;
  white-space: nowrap;
}

@keyframes scrollText {
  0% {
    transform: translateX(20%);
  }

  100% {
    transform: translateX(-80%);
  }
}

@media (max-width: 1520px) and (min-width: 1300px) {
  .winner_cart {
    width: 233px;
  }
}

@media (max-width: 1130px) {
  .winner_cart {
    width: 233px;
  }
}


@media only screen and (min-width: 300px) and (max-width: 576px) {
    
.winner_border {
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
  left: 0;
  transform: translateX(-50%);
  background-color: #f1f3f7;
  border-radius: 50%;
}

.winner_cart span:nth-child(1) {
  width: 29px;
  height: 29px;
  top: -10px;
  border-radius: 50%;
}

.winner_cart span:nth-child(2) {
  width: 29px;
  height: 29px;
  bottom: -10px;
  border-radius: 50%;
}

.winner_cart span:nth-child(3) {
  top: 29px;
}

.winner_cart span:nth-child(4) {
  top: 52px;
}

.winner_cart span:nth-child(5) {
  top: 76px;
}

.winner_cart span:nth-child(6) {
  top: 100px;
}

.winner_cart span:nth-child(7) {
  top: 123px;
}

.winner_cart span:nth-child(8) {
  top: 147px;
}

.winner_cart span:nth-child(9) {
  top: 170px;
}

.winner_cart span:nth-child(10) {
  top: 194px;
}

.winner_cart span:nth-child(11) {
  top: 218px;
}

}