﻿.dwl-latestlotterywinners {
  position: relative;
  color: #372e2b;
}
.dwl-latestlotterywinners:before {
  background-image: url(/images/lottery-star-background.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 55%;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 100%;
  overflow: visible;
}
@media (max-width: 991px) {
  .dwl-latestlotterywinners:before {
    background-size: 100%;
  }
}
.lottery-prizes-green {
  .dwl-latestlotterywinners:before {
    background-image: url(/images/lottery-star-background.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 55%;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 30%;
    overflow: visible;
  }
  @media (max-width: 991px) {
    .dwl-latestlotterywinners:before {
      background-size: 100%;
    }
  }
}

.dwl-latestlotterywinners .carousel-control-prev-icon {
  background: var(--waa-green) var(--waa-btn-arrowleft-yellow) no-repeat;
  background-position: 45%;
  background-size: 14px;
  transition: background-color 0.2s ease-in-out;

  &:hover {
    background: var(--waa-dark-grey) var(--waa-btn-arrowleft-yellow) no-repeat;
    background-position: 45% !important;
    background-size: 14px !important;
  }
}
.dwl-latestlotterywinners .carousel-control-next-icon {
  background: var(--waa-green) var(--waa-btn-arrow-yellow) no-repeat;
  background-position: center !important;
  background-size: 14px;
  transition: background-color 0.2s ease-in-out;

  &:hover {
    background: var(--waa-dark-grey) var(--waa-btn-arrow-yellow) no-repeat !important;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: 14px !important;
  }
}
.dwl-latestlotterywinners .btn.btn-primary {
  font-size: 18px;
  margin-top: 64px !important;
}
@media (max-width: 991px) {
  .dwl-latestlotterywinners .btn.btn-primary {
    margin-top: 32px !important;
  }

  .lottery-btn-wrapper {
    padding-inline: 30px;
  }
}
.dwl-latestlotterywinners .carousel {
  padding-bottom: 70px;
}

.dwl-latestlotterywinners .carousel .carousel-indicators {
  margin-bottom: 0px;
  align-items: center;
}

.dwl-latestlotterywinners .carousel .carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 100%;
  margin-right: 7px;
  margin-left: 7px;
  background-color: var(--waa-green);
}

.dwl-latestlotterywinners
  .carousel
  .carousel-indicators
  button.carousel-control-pause {
  margin-left: 20px;
}

.dwl-latestlotterywinners .carousel .carousel-item.lottery-winner {
  min-height: 0vw;
  font-stretch: var(--waa-condensed);
  color: var(--waa-green);
  font-size: 34px;
}

.dwl-latestlotterywinners .carousel .carousel-item:before {
  background: transparent !important;
}

.dwl-latestlotterywinners.lotteryprizes .carousel-control-next-icon {
  bottom: 50%;
}

.dwl-latestlotterywinners .description {
  padding: 0px 25px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 99;
  position: relative;
}

.dwl-latestlotterywinners .description p {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}

.dwl-latestlotterywinners .winners {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.dwl-latestlotterywinners .recentwinners {
  text-align: center;
  margin-top: 40px;
  font-weight: var(--waa-font-semibold);
  font-size: 19px;
}

.dwl-latestlotterywinners .subtitle {
  text-align: center;
  font-weight: var(--waa-font-extrabold);
  min-height: 0vw;
}

.dwl-latestlotterywinners header.title h1,
.dwl-latestlotterywinners header.title h2,
.dwl-latestlotterywinners header.title h3,
.dwl-latestlotterywinners header.title h4,
.dwl-latestlotterywinners header.title h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px !important;
  font-weight: var(--waa-font-bold);
  font-stretch: var(--waa-condensed);
}

.dwl-latestlotterywinners img {
  visibility: hidden;
}

.dwl-latestlotterywinners.lottery-prizes {
  color: var(--bs-white);
  text-align: center;
  position: relative !important;
  font-size: 16px;
  font-weight: var(--waa-font-medium);
}

.dwl-latestlotterywinners.lottery-prizes .prize span.title {
  display: block;
  font-size: 30px;
  font-stretch: var(--waa-condensed);
  font-weight: 500;
}

.dwl-latestlotterywinners.lottery-prizes .prize span:not(.title) {
  font-size: 16px;
}

.dwl-latestlotterywinners.lottery-prizes .prizes {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.dwl-latestlotterywinners.lottery-prizes .prizes .prize {
  padding: 0px 25px;
  margin: 15px 0px;
  border-right: 0.094rem solid #fff;
  width: 100%;
}

.dwl-latestlotterywinners.lottery-prizes .prizes .prize:last-child {
  border-right: 0;
}

.dwl-latestlotterywinners.lottery-prizes header.title h1,
.dwl-latestlotterywinners.lottery-prizes header.title h2,
.dwl-latestlotterywinners.lottery-prizes header.title h3,
.dwl-latestlotterywinners.lottery-prizes header.title h4,
.dwl-latestlotterywinners.lottery-prizes header.title h5 {
  margin-bottom: 32px;
}

.dwl-latestlotterywinners.lottery-prizes p {
  font-size: clamp(
    28px,
    calc(1.75rem + ((1vw - 7.68px) * 1.3889)),
    44px
  ) !important;
  font-weight: var(--waa-font-extrabold);
}

.dwl-latestlotterywinners.lottery-prizes p.cta {
  font-size: clamp(
    28px,
    calc(1.75rem + ((1vw - 7.68px) * 1.3889)),
    44px
  ) !important;
  font-weight: var(--waa-font-extrabold);
}
@media (min-width: 992px) {
  .dwl-latestlotterywinners .description {
    padding: 0px 25px;
    max-width: 700px;
    margin: 0 auto;
  }

  .dwl-latestlotterywinners .description p {
    font-size: 16px;
  }

  .dwl-latestlotterywinners.lottery-prizes .prizes {
    max-width: 80%;
  }
}
@media (min-width: 1400px) {
  .dwl-latestlotterywinners {
    background-position: 42% 0% !important;
    background-size: 50%;
  }
}

@media (min-width: 768px) {
  .dwl-latestlotterywinners img {
    visibility: visible;
  }
}

@media (min-width: 1600px) {
}

@media (min-width: 1280px) {
  .dwl-latestlotterywinners .description {
    padding: 0px 25px;
    max-width: 850px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .dwl-latestlotterywinners.lottery-prizes .prizes {
    flex-direction: column;
  }

  .dwl-latestlotterywinners.lottery-prizes .prizes .prize {
    padding: 0px 25px;
    margin: 15px 0px;
    border-right: none;
    width: 100%;
  }
}

#lotterywinnersprizes .carousel-item {
  color: var(--waa-white) !important;
}

#lotterywinnersprizes .carousel-indicators button {
  background-color: var(--waa-white) !important;
}

#lotterywinnersprizes .carousel-control-pause-icon {
  background-color: var(--waa-white) !important;
}

.lottery-prizes-green {
  .carousel-control-prev span {
    background: white var(--waa-btn-arrowleft-green) no-repeat;
    transition: 0.2s ease-in-out;
    background-position: 45%;
    background-size: 14px;
    &:hover {
      background: var(--waa-yellow) var(--waa-btn-arrowleft-green) no-repeat!important;
      background-position: 45%!important;
      background-size: 14px!important;
    }
  }

  .carousel-control-next span {
    background: white var(--waa-btn-arrow-green) no-repeat;
    transition: 0.2s ease-in-out;
    background-position: 55%;
    background-size: 14px;
    &:hover {
      background: var(--waa-yellow) var(--waa-btn-arrow-green) no-repeat!important;
      background-size: 14px!important;
      background-position: 55%!important;
    }
  }

  .green-heading h2 {
    text-transform: none !important;
    color: white !important;
    line-height: 130%;
  }

  .dwl-latestlotterywinners .btn.btn-primary {
    font-size: 18px;
    margin-top: 40px;
    color: var(--waa-green);
    background: white!important;
    &:hover {
      background: var(--waa-yellow) !important;
      color: var(--waa-green) !important;
    }
  }
}
.carousel-control-next:hover,.carousel-control-prev:hover {
  opacity: 1;
}
.carousel-control-next {
  right :120px;
}
.carousel-control-prev {
  filter: none;
  left: 120px;
}

.carousel-control-next {
  filter: none !important;
}

.lottery-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;

  .btn-primary:hover {
    background: var(--waa-dark-grey) !important;
    color: white !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .carousel-control-prev {
    filter: none;
    left: 120px !important;
  }

  .carousel-control-next {
    filter: none !important;
    right: 120px !important;
  }
}
