@media (max-width: 900px) {
  .rewards-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .shorts-divider {
    display: none;
  }

  .reward-card {
    text-align: center;
    max-width: 100%;
  }

  .reward-card p {
    font-size: 14px;
  }


}

@media (max-width: 480px) {
  .creator-rewards {
    padding: 3rem 2rem 10rem;
  }

  .reward-card {
    padding: 20px;
  }

  .reward-card h3 {
    font-size: 18px;
  }

  .bootcamp-img.left {
    width: 70px !important;
  }

  .bootcamp-img.right {
    width: 70px !important;
  }

  .phone-frame {
    padding-top: 6rem !important;
  }

  footer {
    font-size: 10px;
  }

  .footer span {
    font-size: 10px;
  }

  .text-brand {
    font-size: 10px;
  }

  .brand-logo img {
    width: 90px;
  }

  .linksdc a {
    font-size: 10px;
  }
}


/* @media (max-width: 600px) {

  .right-icon{
    right: -70px !important;
    top: 50px !important;
  }

} */


/* ==== Responsive for Tablets ==== */
@media (max-width: 992px) {
  .btn-register {

    font-size: 16px;

  }

  .apply-btn {
    font-size: 16px;

  }

  .join-inter {
    flex-direction: column;
    align-items: center;
    gap: 40px !important;
    padding: 20px 0 !important;
  }

  .p-head {
    width: unset;
    font-size: 24px !important;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .join-item {
    width: 100%;
    margin-bottom: 40px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .join-left {
    text-align: left;
    gap: 0rem !important;

  }

  .info-block {
    gap: 4px !important;
  }

  .join-left h1 {
    font-size: 40px;
  }


  nav ul {
    gap: 16px;
  }

  .timeline-text {
    text-align: left;
  }

  .timeline-text h3 {
    font-size: 16px;
  }

  .timeline-text p {
    font-size: 12px;
  }

  .join-line::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 35px;
    right: 0;
    border-left: 2px dashed #333;
    z-index: 0;
    height: 75%;
    width: 0;
  }

  .join-line {
    flex-direction: column;
    align-items: center;
  }

  .circle {
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }

}

/* ==== Responsive for Mobile ==== */
@media (max-width: 600px) {}

/* ==== Small Phones ==== */
@media (max-width: 992px) {
  .header-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }



  .join-inter {
    padding: 0px 0 !important;
  }

  .join-left h1 {
    font-size: 32px;
  }

  .subtitle {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }

  .subtitle1 {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }


  .info-block h3 {
    font-size: 16px !important;
  }

  .info-block p {
    font-size: 14px !important;
  }

  .join-form {
    padding: 10px !important;
    border-radius: 10px;
    width: 98% !important;
    max-width: 360px !important;
  }

  .input-box input,
  .input-box select {
    font-size: 13px;
    padding: 10px;
  }

  .register-btn {
    font-size: 14px;
    padding: 10px;
  }

  .category-tags {
    gap: 6px !important;
  }

  .category-tags span {
    font-size: 10px;
    padding: 5px 10px;
    font-family: 'YouTube Sans SemiBold';
  }

  .join-left h1 {
    font-size: 28px;
  }

  .join-form h2 {
    font-size: 1.5rem !important;
    margin: 0 !important;
  }

  .genre-para {
    font-size: 14px;
  }

  .cta-section h2 {
    width: unset;
    font-size: 3rem;
  }

  .expect-box {
    grid-template-columns: 1fr;
    margin: unset;
    min-height: 200px;
    padding: 2rem;
  }

  .expect-box p {
    font-size: 14px;
  }

  .expect-title {
    font-size: 30px !important;
  }

  .expect-item {
    padding: 1rem 0.5rem;
  }

  header {
    justify-content: space-between;
    padding: 15px 10px !important;
  }

  .hero {
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
    gap: 10px !important;
    padding: 10px 8% !important;
    background: linear-gradient(to bottom, #fff, #f9f9f9);
    background: url(../images/homepage\ 01.png) !important;
    height: 80vh;
    min-height: 80vh;
    background-size: 100% 100%;
    /* background-position: center; */
  }


  .hero-text h1 {
    font-size: 28px;
  }


  /* 
  .hero-image {
    flex: unset;
    min-width: unset;
    text-align: center;
    margin: 0;
    display: none;
  } */

  .hero-image img {
    width: 200px;
  }

  .summary-title {
    font-size: 30px  !important;
  }

  .expect-grid {
    grid-template-columns: 1fr;
    margin: 2rem;
  }

  .btn-register {
    padding: 8px;
    font-size: 1rem;
  }

  .banner-video {
    order: 2;
    max-width: 300px;
  }


  .expect-box h3 {
    font-size: 16px;
  }

  .growth-title {
    font-size: 1.8rem;
    margin-bottom: 1rem !important;
  }

  .reward-card:nth-child(3) {

    grid-column: unset;
    grid-row: unset;
    width: 100%;
    margin: unset;
    min-height: 100px;
  }

  .reward-card:nth-child(1) {
    grid-column: unset;
    grid-row: unset;
    min-height: 100px;
  }

  .reward-card:nth-child(2) {
    grid-column: unset;
    margin-top: unset;
    grid-row: unset;
    min-height: 100px;
    /* slight stagger */
  }

  .container-rewards {
    display: block;
  }

  .growth-section {
    padding: 3rem 1rem;
  }

  .join {
    font-size: 30px  !important;
    color: #EA4335;
    font-weight: 500;
    text-align: center;
  }

  .shorts-section {
    padding: 1.5rem;
    /* overflow: hidden; */
  }

  .criteria-item:nth-child(3n+1)::after,
  .criteria-item:nth-child(3n+2)::after {
    display: none;
  }

  .criteria-item:last-child:before,
  .criteria-item:last-child:after {
    display: none;
  }









  .btn.learn-more {
    padding: 8px 20px;
  }

  .learn-bottm {
    font-size: 12px;
    color: #202124;
    font-family: 'YouTube Sans SemiBold';
    margin: 5% 0 2%;
  }

  .blueprint-img .bottom {
    display: none;
  }

  .blueprint-img .top {
    display: none;
  }



  .thumb-img,
  .thumb-right-img {
    width: 40px !important;
  }

  .thumb-right-img {
    top: 5%;
  }

  .cart-img {
    width: 100px !important;
  }

  .trophy-img {
    width: 110px !important;
  }


  .bags-learn {
    position: absolute;
    right: 2rem;
    bottom: 0;
    width: 60px;
  }

  .bags-learn-left {
    position: absolute;
    left: 2rem;
    bottom: 0;
    width: 60px;
  }

  /* .big-w,
  .large-w,
  .small-w,
  .wide-w,
  .mid-w,
  .tall-h,
  .medium-h,
  .big-h,
  .center-icon {
    grid-column: unset !important;
    grid-row: unset !important;
    height: auto !important;
    /* optional */
  /* } */

  /* WIDTH VARIANTS (12-column system) */
  .big-w {
    grid-column: span 6;
  }

  /* medium width */
  .large-w {
    grid-row: span 2;
    grid-column: span 4;
  }

  /* big width */
  .small-w {
    grid-column: span 4;
    grid-row: span 2;
  }

  /* small width */
  .wide-w {
    grid-column: span 5;
  }

  /* long green bar */
  .mid-w {
    grid-column: span 5;
  }

  /* blue bottom card */

  /* HEIGHT VARIANTS */
  .tall-h {
    grid-row: span 2;
    grid-column: span 4;

  }

  /* big red card */
  .medium-h {
    grid-row: span 1;
    grid-column: span 6;
  }

  /* custom height */
  .big-h {
    grid-row: span 2;
  }

  /* Center YouTube icon */
  .center-icon-mob {
    grid-column: span 2;
    grid-row: span;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-row: span 2;
  }

  .center-icon {
    display: none;
  }

  .bagss-mob {
    display: block;
  }

  .bagss {
    display: none;
  }

  .bag-icon-mob {
    position: absolute;
    right: 0;
    bottom: 0%;
  }


  .bowl-icon-mob {
    position: absolute;
    left: 0;
    top: 0%;
  }


  .rules-grid {
    grid-template-columns: repeat(10, 1fr);
    /* 1 column mobile */
    row-gap: 20px;
  }

  .blueprint-section {
    background-size: 60px 60px;
  }


  .blueprint-section p {
    font-size: 16px;
  }

  .center-icon-mob img {
    width: 70px;
  }

  .disclaimer{
    font-size: 12px;
  }

  .box {
    font-size: 12px;
    border-radius: 16px;
    padding: 20px;
  }

    {
    grid-column: span 2;
  }

  .expect-box:nth-child(2) {
    grid-column: span 2;
  }

  .expect-box:nth-child(3) {
    grid-column: span 2;
  }

  .phone-frame {
    aspect-ratio: 12/18.5;
    padding-left: 1rem;
    max-width: 90vw;
    padding-top: 10rem;
  }


  /* under space between 2 & 3 */
  .expect-box:nth-child(1),
  .expect-box:nth-child(2),
  .expect-box:nth-child(3),
  .card4,
  .card5 {
    grid-column: unset !important;
    grid-row: unset !important;
    height: auto !important;
    /* optional */
  }

  .bagss img {
    width: 70px;
  }

  .snack-img,
  .map-img {
    display: none;
  }

  .bootcamp-content span {
    font-size: 30px  !important;
  }

  .phone-inner {
    max-height: 400px;
    padding: 0 4% !important;
  }

  .week-card .title {
    font-size: 16px;
  }

  .week-card h3 {
    font-size: 16px;
  }

  .week-card .desc {
    font-size: 12px;
  }

  .week-card {
    height: 250px;
  }

  .flex-footer {
    display: flex;
    gap: 12px;
    justify-content: space-between;
  }

  .faq-section h2 {
    font-size: 30px  !important;
  }

  .faq-section p {
    font-size: 16px;
  }

  .faq-text {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 16px;
  }

  .top-swiper {
    bottom: 2% !important;
  }

  .title-setup {
    font-size: 30px  !important;
    margin-bottom: 10px;
  }

  .creator-rewards h2 {
    font-size: 30px  !important;
  }

  .blueprint-section h2 {
    font-size: 30px  !important;
  }


  .shorts-content h1 {
    font-size: 30px  !important;
  }

  .bootcamp-content h2 {
    font-size: 30px  !important;
  }

  .bootcamp-img {
    width: 120px;
    /* position: static; */
    transform: none;
  }


  .bootcamp-img.left {
    left: -3rem;
    bottom: -3rem;
    transform: rotate(-8deg);
  }




  .bootcamp-container {
    flex-direction: column;
  }

  .bootcamp-section {
    padding: 70px 5%;
  }

  .blueprint {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);

  }

  .rewards-heading h2 {
    font-size: 30px  !important;

  }


  .title h2 {
    font-size: 30px  !important;
  }

  .shorts-content .desc {
    font-size: 16px;
  }

  .shorts-content .details {
    font-size: 14px;
    margin-bottom: 5rem;
  }

  .icons-flex {
    display: flex;
    justify-content: space-between;
  }


  .left-icon {
    position: relative;
    left: -80px;
    bottom: 2rem;
  }

  .right-icon {
    position: relative;
    bottom: 4rem !important;
    right: 75px !important;
  }


  .left-icon img {
    width: unset !important;
  }

  .right-icon img {
    width: unset !important;
  }

  .summary-subtitle {
    font-size: 16px;
  }

  .mobile-br {
    display: block;
  }

  .summary-subtitle span {
    font-size: 16px;
    white-space: nowrap;

  }

  .summary-note {
    font-size: 14px;
  }

  .mob-container {
    text-align: left;
  }

  .expect-p {

    font-size: 16px !important;

  }


  .expect-text p {
    font-size: 14px;
    padding: 0 2rem;
  }

  .img-yt {
    position: absolute;
    right: 0;
    bottom: 0;
    width: unset;
  }


  .arrow-video {
    transform: rotateZ(92deg) rotateY(174deg);
    width: 100px;
    padding-bottom: 20px;
    position: absolute;
    top: 60px;
    right: -14px;

  }

  footer {
    padding: 20px;
  }

  .termsofuse h1 {
    font-size: 1.8rem;

  }

  .termsofuse h2 {
    font-size: 1.3rem;

  }

  .termsofuse h3 {
    font-size: 16px;

  }

  .navbar-brand img {
    width: 60% !important;
  }

  .termsofuse p {
    font-size: 0.8rem;
  }

  .dash-list {
    list-style: none;
    /* remove default bullets */
    padding-left: 6px;
  }

  .dash-list li {
    position: relative;
    padding-left: 6px;
    color: #666666;
    font-size: 0.8rem;
  }

}

@media screen and (max-width:1512px) {

  .hero {
    gap: 5rem;
  }

  .container-rewards {
    max-width: 1000px !important;
  }

  .thumb-right-img {
    width: 70px;
    left: -10px;
  }

  .thumb-img {
    width: 70px;
    right: -10px;
  }

  .cart-img {
    width: 25%;
    right: 0;
  }

  .trophy-img {
    width: 120px;
  }

  .benefit-card {
    max-width: 680px;
    margin: auto;
  }

  .bootcamp-img.left {
    width: 120px;
    left: -10px;
  }

  .bootcamp-img.right {
    width: 120px;
    right: -10px;
  }

  .map-img {
    width: 120px;
    left: -10px;
  }

  .snack-img {
    width: 120px;
    right: -10px;
  }

  .left-icon img {
    width: 160px;
  }

  .right-icon img {
    width: 160px;
  }

  .bowl-icon {
    width: 120px;
  }

  .right-icon {
    bottom: -5rem;
    right: -2rem;
  }

  .bag-icon {
    width: 120px;
  }

  .shorts-content h1 {
    font-size: 100px;
  }

  .join-title {
    font-size: 100px;
  }

  .expect-title {
    font-size: 100px;

  }

  .faq-section h2 {
    font-size: 100px;

  }

  .blueprint-section h2 {
    font-size: 100px;
  }

  .title-setup {
    font-size: 100px;

  }

  .rewards-heading h2 {
    font-size: 100px;

  }

  .bootcamp-content h2 {
    font-size: 100px;

  }

  .bootcamp-content span {
    font-size: 100px;
  }

  .summary-title {
    font-size: 100px;
  }


  .title h2 {
    font-size: 100px;
  }


}

@media screen and (max-width:1180px) {
  .hero {
    display: flex;
    justify-content: flex-start;
    padding: 40px 4%;
    position: relative;
    width: 100%;
    gap: 4rem;
    background: url(../images/3\ 2.png) no-repeat center center;
    background-size: 100% 100%;
  }
}