body {
  font-family: "YouTube Sans", sans-serif;
}

p {
  font-size: 18px;
}
.main-content {
  padding: 5% 0;
}
.main-content h2,
.add_content h2 {
  font-size: 3rem;
  color: #ea4335;
  font-family: "YouTube Sans ExtraBold";
}

.main-content h5 {
  font-family: "YouTube Sans Bold";
  width: 50%;
  margin: 0 auto 20px;
}
.main-content p {
  padding: 10px 30px;
  width: 50%;
  margin: 0 auto;
  line-height: 1.2;
}
.add_content h5 {
  font-family: "YouTube Sans Bold";
}
.week {
  font-weight: 500;
  font-size: 12px;
}
.img {
  position: relative;
}
.lock {
  position: absolute;
  left: 20px;
  width: 70%;
  top: 7px;
}
#detailForm {
  background-color: #eeefef;
  padding: 3% 0;
  /* position: relative; */
  /* overflow: hidden; */
}
.shorts-details-container {
  background: #fff;
  padding: 4% 5% 5%;
  border-radius: 20px;
}
.shorts-details-container h3 {
  font-family: "YouTube Sans ExtraBold";
  color: #4285f4;
  font-size: 3.5rem;
  margin-bottom: 20px;
}
#shorts_performance .form-group {
  margin: 20px 0;
}
#shorts_performance label {
  color: grey;
  font-size: 18px;
  margin-bottom: 10px;
}
.grow_btn {
  padding: 8px 30px;
  font-family: "YouTube Sans Bold";
  font-weight: normal;
  margin-top: 2%;
  margin-bottom: 2%;
}
.creators_img {
  top: 34px;
  height: 100%;
  position: absolute;
  left: 20px;
}
.bicycle {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.ladoo {
  position: absolute;
  bottom: 0;
  left: 100px;
}
.incentive {
  padding: 100px 0;
  background: #f1f3f4;
}

@media screen and (max-width: 768px) {
  .main-content h2,
  .add_content h2 .shorts-details-container h3 {
    line-height: 1;
    font-size: 3rem;
  }
  .main-content h5 {
    width: 100%;
  }
  .main-content p {
    padding: 0 30px 50px;
    width: 80%;
  }
  .creators_img {
    position: unset;
  }
  .grow_btn {
    margin-top: 0;
    margin-bottom: 25%;
  }
  .img {
    position: relative;
  }
  .lock {
    position: absolute;
    left: 4.5px;
    width: 87%;
    top: 5.5px;
  }
}

@media screen and (min-width: 320px) and (max-width: 560px) {
  .main-content h2,
  .add_content h2 {
    font-size: 2rem;
    line-height: 1;
  }
  .main-content h5 {
    width: 100%;
  }
  .main-content p {
    padding: 0;
    width: 100%;
    margin: 0 auto 60px;
  }
  .card-body {
    display: flex;
    gap: 24px;
    padding: 10px !important;
    align-items: center;
    flex-direction: column;
  }
  .ladoo {
    left: 20px;
  }
  .shorts-details-container h3 {
    font-size: 2rem;
  }
  #detailForm {
    padding: 10% 0 30%;
  }
  .creators_img {
    height: 100%;
    width: 80%;
    position: unset;
  }

  .main-content h5 {
    margin-bottom: 0;
  }
}

h1 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 80px;
  color: #222;
}

.timeline {
  position: relative;
  display: flex;
  align-items: flex-end;
  /* gap: 35px; */
  margin-top: 22%;
  padding: 40px 0;
}

.step {
  position: relative;
  width: 140px;
  text-align: center;
}
/* .step img {
  width: 15%;
} */
.hexx {
  width: 80% !important;
}

.step:nth-child(1) {
  bottom: 0px;
}
.step:nth-child(2) {
  bottom: 40px;
}
.step:nth-child(3) {
  bottom: 80px;
}
.step:nth-child(4) {
  bottom: 120px;
}
.step:nth-child(5) {
  bottom: 180px;
}
.step:nth-child(6) {
  bottom: 220px;
}
.step:nth-child(7) {
  bottom: 260px;
}
.step:nth-child(8) {
  bottom: 300px;
}

.hex {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border: 6px solid white;
}

.red {
  background: #ef4444;
}
.yellow {
  background: #fbbc05;
}
.green {
  background: #34a853;
}
.blue {
  background: #4285f4;
}

.amount {
  font-size: 20px;
}

.per {
  font-size: 12px;
  font-weight: 400;
}

.line {
  position: relative;
  width: 4px;
  height: 60px;
  background: #6b6b6b;
  margin: 12px auto;
  border-radius: 3px;
}

.line::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #6b6b6b;
  border-radius: 50%;
  transform: translateX(-50%);
}

.line::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #6b6b6b;
  border-radius: 50%;
  transform: translateX(-50%);
}

.step:nth-child(1) .line {
  height: 70px;
}
.step:nth-child(2) .line {
  height: 65px;
}
.step:nth-child(3) .line {
  height: 75px;
}
.step:nth-child(4) .line {
  height: 85px;
}
.step:nth-child(5) .line {
  height: 95px;
}
.step:nth-child(6) .line {
  height: 105px;
}
.step:nth-child(7) .line {
  height: 115px;
}
.step:nth-child(8) .line {
  height: 125px;
}

.rank {
  border: 4px solid;
  padding: 8px 16px;
  background: #fff;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 22px;
  width: 100%;
}

.rank.red {
  border-color: #ef4444;
  color: #ef4444;
}
.rank.yellow {
  border-color: #fbbc05;
  color: #fbbc05;
}
.rank.green {
  border-color: #34a853;
  color: #34a853;
}
.rank.blue {
  border-color: #4285f4;
  color: #4285f4;
}

.reward {
  font-weight: 700;
  font-size: 15px;
}

.challenge {
  font-size: 12px;
  color: #444;
}
.weekly-tip {
  text-align: center;
  padding: 40px 0;
}

.weekly-title {
  font-size: 42px;
  font-weight: 800;
  color: #ef4444;
  margin-bottom: 10px;
}

.weekly-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}

.tip-card {
  max-width: 760px;
  margin: 0 auto 70px;
  background: #f3f3f3;
  border-radius: 20px;
  border: 1.5px solid #888;
  text-align: left;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #888;
}

.window-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  border: 1px solid #666666;
}
.dot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: none;
  border-radius: 50%;
}
.dot.blue {
  background: #3b82f6;
}
.dot.yellow {
  background: #fbbf24;
}
.dot.green {
  background: #22c55e;
}

.week-label {
  font-weight: 700;
  font-family: "YouTube Sans Bold";
  font-size: 22px;
}

.card-body {
  display: flex;
  gap: 24px;
  padding: 30px;
  align-items: center;
}

.tip-icon {
  font-size: 64px;
}

.tip-text {
  font-size: 20px;
  line-height: 1.3;
  max-width: 520px;
  padding: 15px;
  font-family: "YouTube Sans";
  color: #000;
}
.bulb {
  width: 5%;
  margin-bottom: 2%;
  margin-left: 1%;
}
/* VISIBILITY */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

@media (max-width: 900px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .m-line.eight {
    width: 300px !important;
  }
  .m-line.seven {
    width: 280px !important;
  }
  .m-line.six {
    width: 260px !important;
  }
  .m-line.five {
    width: 240px !important;
  }
  .m-line.four {
    width: 220px !important;
  }
  .m-line.three {
    width: 200px !important;
  }
  .m-line.two {
    width: 180px !important;
  }
  .m-line.one {
    width: 160px !important;
  }
  .img {
    position: relative;
  }
  .lock {
    position: absolute;
    left: 4.5px;
    width: 87%;
    top: 5.5px;
  }
}

/* MOBILE TIMELINE */
.mobile-timeline {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* .m-step {
  display: grid;
  grid-template-columns: 80px 40px 1fr;
  align-items: start;
} */
.m-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.m-hex {
  width: 70px;
}

.m-line {
  height: 4px;
  flex-shrink: 0;
  background: #6b6b6b;
  margin-top: 32px;
  position: relative;
}

.m-line::before,
.m-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #6b6b6b;
  border-radius: 50%;
  transform: translateY(-50%);
}

.m-line::before {
  left: -6px;
}
.m-line::after {
  right: -6px;
}

.m-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.m-rank {
  background: transparent !important;
  box-shadow: none !important; /* or transparent */
  /* border: 4px solid; */
  padding: 3px;
  /* padding: 8px 18px; */
  /* width: fit-content; */
  width: 100px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
}

.m-reward img {
  width: 20px;
}
h1 {
  font-size: 35px;
  padding: 0 1rem;
}
.m-reward {
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 2px;
}
.incentive {
  padding: 40px 0;
}
.m-challenge {
  font-size: 13px;
  color: #555;
}

.m-rank.blue {
  border: 3px solid #4285f4 !important;
  color: #4285f4 !important;
}

.m-rank.green {
  border: 3px solid #34a853 !important;
  color: #34a853 !important;
}

.m-rank.yellow {
  border: 3px solid #fbbc05 !important;
  color: #fbbc05 !important;
}

.m-rank.red {
  border: 3px solid #ef4444 !important;
  color: #ef4444 !important;
}

.m-line.eight {
  width: 150px;
}
.m-line.seven {
  width: 130px;
}
.m-line.six {
  width: 110px;
}
.m-line.five {
  width: 90px;
}
.m-line.four {
  width: 70px;
}
.m-line.three {
  width: 50px;
}
.m-line.two {
  width: 30px;
}
.m-line.one {
  width: 10px;
}
@media screen and (max-width: 480px) {
  .m-line.eight {
    width: 160px !important;
  }
  .m-line.seven {
    width: 140px !important;
  }
  .m-line.six {
    width: 120px !important;
  }
  .m-line.five {
    width: 100px !important;
  }
  .m-line.four {
    width: 80px !important;
  }
  .m-line.three {
    width: 60px !important;
  }
  .m-line.two {
    width: 40px !important;
  }
  .m-line.one {
    width: 20px !important;
  }
}
@media screen and (min-width: 882px) and (max-width: 1600px) {
  .img {
    position: relative;
  }
  .lock {
    left: 20px;
    width: 70%;
    top: 8px;
  }
}
#addtitional_vod {
  background: #f2f2f2;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}
.player-poster[data-poster] .play-wrapper[data-poster] {
  width: 100%;
  height: 15% !important;
  margin: 0 auto;
  opacity: 0.75;
  transition: opacity 0.1s ease;
}
.loc_left {
  width: 10%;
  position: absolute;
  left: -20px;
}
.loc_bottom {
  width: 12%;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.person_icon {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 30px;
}

@media screen and (max-width: 780px) {
  .add_content {
    text-align: center;
  }
  #addtitional_vod {
    padding-top: 10%;
    padding-bottom: 25%;
  }
  .banner-video {
    order: 2;
    max-width: 260px !important;
    margin: 0 auto !important;
  }
  .add_content h5 {
    margin-bottom: 20px;
  }
  .person_icon {
    display: none;
  }
  .loc_bottom {
    width: 17%;
    bottom: 0;
    left: unset;
    right: 5% !important;
  }
  .loc_left {
    width: 12%;
    position: absolute;
    left: -7px;
    top: 10px;
  }
}
