.sample-banner {
  background: url(../images/sample-banner.webp);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 3/1;
  padding: 7.5% 0;
}

.left-img img {
  width: 100%;
  height: 420px;
  border-radius: 12px;
  object-fit: contain;
}

.sample-banner-heading {
  padding-bottom: 50px;
  margin-top: -50px;
}

.sample-img-heading{
  padding-bottom: 50px;
  margin-top: -50px;
}

.right-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}

.sample-bg {
  background-color: #fcf7ee;
}

.academy-winner {
  padding-top: 70px;
  background: url(../images/winner-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner-content {
  position: absolute;
  top: 5px;
}

.leaderboard-item-wrap.yellow .leaderboard-item-right-in {
  background: #ffd754;
  background: linear-gradient(to right, var(--yellow), var(--yellow2));
}

.leaderboard-item-right-in {
  background: linear-gradient(to right, var(--yellow), var(--yellow2));
  padding: 20px 20px 20px 75px;
  border-radius: 0 18px 18px 0;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
  min-height: 100px;
  display: flex;
  align-items: center;
}

.leaderboard-item-wrap.yellow .leaderboard-item-left {
  background: #ffd754;
  background: linear-gradient(to right, var(--yellow), var(--yellow2));
}

.leaderboard-item-left {
  width: 154px;
  height: 154px;
  background: var(--cream);
  border-radius: 100%;
  border: 10px solid var(--white);
  position: absolute;
  top: -25px;
  /* left: 0; */
  left: -15px;
}

.winner-card {
  width: 940px;
  margin: 0 auto;
}

.sample-cloud-img {
  margin-top: -15%;
}

.pb-30 {
  padding-bottom: 3rem;
}

.yp-img-icon img {
  position: absolute;
  top: -6px;
  left: -7px;
}

.yp-six-icon img{
  position: absolute;
  top: -6px;
  left: -7px;
}

.pr0{
  padding-right: 0px;
  
}

@media (max-width: 1536px) {
  .left-img img {
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .pr0{
      padding-right: calc(var(--bs-gutter-x) * .5);
}
  .right-img {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .right-img img {
    width: calc(50% - 6px);
    height: auto;
    object-fit: cover;
    border-radius: 12px;
  }

  .col-md-8,
  .col-md-4,
  .col-lg-8,
  .col-lg-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* .row {
    flex-direction: column;
  } */


  .sample-banner {
    background: url(../images/sample-mb-banner.webp);
    background-position: right top;
    background-repeat: no-repeat;
    aspect-ratio: 3 / 1;
    padding: 7.5% 0;
    height: 309px;
    background-size: cover;
    width: 100%;
  }

  .left-img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: contain;
    margin-bottom: 20px;
  }

  .academy-winner {
    padding-top: 50px;
    background: url(none);
  }

  .pb-30 {
    padding-bottom: 1rem;
  }

  .leaderboard-item-right-in {
    display: block;
    min-height: 80px !important;
  }

  .leaderboard-item-left {
    width: 85px !important;
    height: 154px;
    background: none;
    border-radius: 100%;
    border: 0px solid var(--white);
    position: absolute;
    top: 2px !important;
    left: -15px !important;
    padding: 0px !important;
  }

  .self-rank-item .leaderboard-item-left {
    border: 0px solid var(--cream) !important;
    background: none !important;
  }


  .leaderboard-item-right {
    padding: 0px 0px 0px 20px !important;
  }

  .leaderboard-item-right-in {
    background: linear-gradient(to right, var(--yellow), var(--yellow2));
    padding: 20px 0px 20px 70px !important;
    border-radius: 0 18px 18px 0;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    min-height: 110px;
    display: flex;
    align-items: center;
  }


  .yp-heading h1 .heading,
  .yp-heading h1 .heading-shadow,
  .yp-heading h2 .heading,
  .yp-heading h2 .heading-shadow {
    font-size: 29px !important;
  }

  .winner-card {
    width: 350px;
    margin: 0 auto;
  }

      .leaderboard-item {
        padding: 5px 0px 5px 10px !important;
    }

  .leaderboard-item-right-in {
    border-radius: 10px !important;
  }

  .sample-img-heading{
     padding-bottom: 24px;
    margin-top: -25px;
   
  }

  .yp-img-icon img {
      position: absolute;
      width: 55px;
      top: 0px;
      left: 60px;
    }

    .yp-six-icon img{
      position: absolute;
      width: 55px;
      top: 0px;
      left: 70px;
    }

  .sample-banner-heading {
    padding-bottom: 24px;
    margin-top: -25px;

    .yp-heading h1 .heading,
    .yp-heading h1 .heading-shadow,
    .yp-heading h2 .heading,
    .yp-heading h2 .heading-shadow {
      font-size: 31px !important;
    }
  }

  /* .yp-heading-icon img {
    width: 55px !important;
    top: 0px !important; 
    left: 52px !important;
  } */
}