@media (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }

  /* ********************** */
  /* **** Hero Section **** */
  /* ********************** */

  .hero-section {
    .hero-section-container {
      .event-dates {
        font-size: 25px;
      }
    }
  }

  .gallery {
    .gallery-container {
      background: url(Backdrop.png) center center no-repeat;

    .cards-gallery {
      display: grid;
      grid-template-columns: 700px;
      gap: 32px;
      

    }
  }
}

.totalvalue{
  text-align: center; 
  color: black; 
  font-size: 40px; 
  font-weight: var(--semibold); 
  padding: 10px;
}

.totalpricef {

  text-align: center; 
  color: #f47621; 
  font-size: 40px; 
  font-weight: var(--semibold); 
  padding: 10px;

}


}

@media (max-width: 1100px) {
  .container {
    max-width: 100vw;
    padding: 64px;
  }

  /* ********************** */
  /* **** NavBar **** */
  /* ********************** */

  nav {
    background-color: var(--grey-background);

    .nav-container {
      padding: 10px 64px !important;
    }

  }

  .gallery {
    .gallery-container {
      background: url(Backdrop.png) center center no-repeat;

    .cards-gallery {
      display: grid;
      grid-template-columns: 600px;
      gap: 32px;
      

    }
  }
}

}

@media (max-width: 1000px) {

  .h4-heading {
    font-size: 52px;
  }

  /* ********************************/
  /* ****  About Event Section **** */
  /* ********************************/

  .about-event {
    width: 100%;

    .about-event-container {
      display: flex;
      flex-direction: column;
    }
  }

  /* ***********************************/
  /* ****  Course Details Section **** */
  /* ***********************************/

  .course-details {
    width: 100%;
    background: url(../BackgroundImage/bgdots.png) left top;

    .course-details-container {

      .courses {

        .reverse {
          flex-direction: column-reverse !important;
        }

        .course {
          display: flex;
          flex-direction: column;

          .details {

            h4 {
              text-align: center;
            }

            .points {

              .point {

                .heading {
                  font-size: 22px;
                }

                .desc {
                  font-size: 20px;
                }
              }
            }
          }
        }
      }

    }

  }

  /* ********************************************/
  /* ****  Does This Sound Familar Section **** */
  /* ********************************************/

  .does-this {
    width: 100%;

    .does-this-container {

      .questions {

        .col {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 24px;
        }

      }

    }
  }

  /* ********************************************/
  /* ****  If You Are Reading This Section **** */
  /* ********************************************/

  .reading-this {
    .reading-this-container {
      display: flex;
      flex-direction: column;
    }
  }

  /* ***********************************/
  /* ****  Testimonials Section **** */
  /* ***********************************/

  .testimonials-section {

    .testimonials-section-holder {

      .testimonials {
        margin-top: 32px;
        display: grid;
        grid-template-columns: 1fr;
      }
    }
  }

  /* **************************************/
  /* ****  Meet Your Trainer Section **** */
  /* **************************************/

  .meet-your-trainer {
    width: 100%;

    .meet-your-trainer-holder {

      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }

  /* **********************************************/
  /* ****  If You Keep Doing Section Section **** */
  /* **********************************************/

  .acmos-lecher-antenna-masterclass {

    .acmos-lecher-antenna-masterclass-section-holder {

      .h4-heading {
        color: var(--white);
        text-transform: uppercase;
      }

      .cards {
        grid-template-columns: 1fr;

      }
    }
  }


  /* ********************************************/
  /* ****  If You Keep Doing This Section **** */
  /* ********************************************/

  .keep-doing {

    .keep-doing-container {
      display: grid;
      grid-template-columns: 1fr;
    }
  }

  /* ***********************************/
  /* ****  We Don't Think Section **** */
  /* ***********************************/

  .we-dont-think {

    .we-dont-think-section-holder {

      .cards {
        grid-template-columns: 1fr;
      }
    }
  }

  /* ***********************************/
  /* ****  Right For You Section **** */
  /* ***********************************/

  .right-for-you {

    .right-for-you-section {

      .cards {
        grid-template-columns: 1fr 1fr;
      }
    }
  }

  /* ***********************************/
  /* ****  Not Right For You Section **** */
  /* ***********************************/

  .not-right-for-you {
    .not-right-for-you-section {
      .cards {

        .col-2,
        .col-3 {
          display: grid;
          grid-template-columns: 1fr;
          gap: 16px;
          margin-top: 32px;
        }
      }
    }
  }

  /* ********************************************/
  /* ****  Smart Investment Section **** */
  /* ********************************************/

  .smart-investment {
    .smart-investment-container {
      grid-template-columns: 1fr;
    }
  }

  /* ********************************************/
  /* ****  What Holding You Back Section **** */
  /* ********************************************/

  .holding-back {
    .holding-back-container {
      grid-template-columns: 1fr;
    }
  }

  /* ***********************************/
  /* ****  Thats Exactly Why Section **** */
  /* ***********************************/

  .thats-exactly-why {
    .thats-exactly-why-section {
      .cards {

        .col-2,
        .col-3 {
          display: grid;
          grid-template-columns: 1fr;
          gap: 16px;
          margin-top: 32px;
        }
      }
    }
  }

  /* ***********************************/
  /* ******  Payment Section ****** */
  /* ***********************************/

  .payment {

    .payment-container {
    background: url(bk3.png);
      .cards {
        display: grid;
        grid-template-columns: repeat(2, 300px);
      }
    }
  }

  .gallery {
    .gallery-container {
      background: url(Backdrop.png) center center no-repeat;

    .cards-gallery {
      display: grid;
      grid-template-columns: 400px;
      gap: 32px;
      

    }
  }
}

}

@media (max-width: 950px) {

  /* ********************** */
  /* **** Hero Section **** */
  /* ********************** */

  .hero-section {
    .hero-section-container {
      .event-dates {

        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 16px;
        text-align: center;

        & :first-child,
        :last-child {
          color: var(--orange);
        }

        & :nth-child(4) {
          display: none;
        }
      }

      .register-now {
        width: 70%;
      }
    }
  }

  /* ***********************************/
  /* ****  Youtube Section **** */
  /* ***********************************/
  .youtube-section {
    width: 100%;
    background: url(../BackgroundImage/bgdots.png) center center no-repeat;
    background-size: cover;

    .youtube-section-holder {
      .sub-heading {
        font-size: 22px;
        font-weight: var(--regular);
        text-align: center;
        margin-top: 16px;
      }

      .videos {
        margin-top: 32px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;

        .video {

          iframe {
            width: 100%;
            height: 350px;
          }
        }
      }
    }
  }

  .gallery {
    .gallery-container {
      background: url(Backdrop.png) center center no-repeat;

    .cards-gallery {
      display: grid;
      grid-template-columns: 400px;
      gap: 32px;
      

    }
  }
}

}

@media (max-width: 750px) {

  /* ***********************************/
  /* ******  Payment Section ****** */
  /* ***********************************/

  .payment {
    .payment-container {
      background: url(bk3.png);
      .cards {
        grid-template-columns: repeat(2, 300px);
        gap: 32px;
      }
    }
  }

  .gallery {
    .gallery-container {
      background: url(Backdrop.png) center center no-repeat;

    .cards-gallery {
      display: grid;
      grid-template-columns: 500px;
      gap: 32px;
      

    }
  }
}


}

@media (max-width: 650px) {

  .container {
    max-width: 100vw;
    padding: 64px 32px;
  }

  /* ********************** */
  /* **** NavBar **** */
  /* ********************** */

  nav {
    .nav-container {
      padding: 0 32px !important;
    }

  }

  /* ***********************************/
  /* ******  Payment Section ****** */
  /* ***********************************/

  .payment {
    .payment-container {
      background: url(bk3.png);
      .cards {
        grid-template-columns: 300px;
        gap: 32px;
      }
    }
  }
  


  .gallery {
    .gallery-container {
      background: url(Backdrop.png) center center no-repeat;

    .cards-gallery {
      display: grid;
      grid-template-columns: 400px;
      gap: 32px;
      

    }
  }
}
}

@media (max-width: 600px) {

  .h4-heading {
    font-size: 44px;
  }

  /* ********************** */
  /* **** Hero Section **** */
  /* ********************** */

  .hero-section {
    .hero-section-container {
      .event-dates {

        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;

        & :first-child,
        :last-child {
          color: var(--orange);
        }

        .line {
          display: none;
        }
      }

      .register-now {
        width: 100%;
      }
    }
  }

  /* ********************************************/
  /* ****  Does This Sound Familar Section **** */
  /* ********************************************/

  .does-this {
    width: 100%;

    .does-this-container {

      .questions {

        .col {
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          gap: 24px;
        }

      }

    }
  }

  /* ***********************************/
  /* ****  Course Details Section **** */
  /* ***********************************/

  .course-details {
    width: 100%;
    background: url(../BackgroundImage/bgdots.png) left top;

    .course-details-container {

      .courses {

        .reverse {
          flex-direction: column-reverse !important;
        }

        .course {

          .details {

            .points {

              .point {

                .heading {
                  font-size: 18px;
                }

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

    }

  }

  /* ***********************************/
  /* ****  Right For You Section **** */
  /* ***********************************/

  .right-for-you {

    .right-for-you-section {

      .cards {
        grid-template-columns: 1fr;
      }
    }
  }

  /* ********************************************/
  /* ****  Smart Investment Section **** */
  /* ********************************************/

  .smart-investment {
    .smart-investment-container {
      .right {
        h4 {
          font-size: 36px;
        }
      }

    }
  }

  /* ********************************************/
  /* ****  What Holding You Back Section **** */
  /* ********************************************/

  .holding-back {
    .holding-back-container {
      .left {
        h4 {
          text-align: left;
          font-size: 36px;
          color: var(--black-light);
        }
      }

    }
  }

  /* ***********************************/
  /* ****  Thats Exactly Why Section **** */
  /* ***********************************/

  .thats-exactly-why {
    .thats-exactly-why-section {
      .h4-heading {
        font-size: 36px;
        text-align: center;
        color: var(--white);
      }
    }
  }

  /* ***********************************/
  /* ****  FAQ Section **** */
  /* ***********************************/

  .faq {

    .faq-section {
      .h4-heading {
        font-size: 36px;
      }

      .sub-heading {
        font-size: 20px;
      }
    }
  }

  /* ***********************************/
  /* ******  Overlay Section ****** */
  /* ***********************************/

  .overlay {
    .popup {
      width: 450px;
      
      gap: 16px;

      .img-holder {
        img {
          width: 200px;
        }
      }

      .enroll-btn {
        width: 80%;
      }

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

@media (max-width: 500px) {
  .container {
    max-width: 100vw;
    padding: 32px 16px;
  }

  .h4-heading {
    font-size: 36px;
  }

  /* ********************** */
  /* **** NavBar **** */
  /* ********************** */

  nav {
    .nav-container {
      padding: 0 16px !important;
    }

  }

  /* ***********************************/
  /* ******  Overlay Section ****** */
  /* ***********************************/

  .overlay {
    .popup {
      width: 350px;
      
      gap: 16px;

      .img-holder {
        img {
          width: 150px;
        }
      }

      .count-down {
        .number {
          width: 60px;

          p {
            font-size: 20px;
            font-weight: var(--medium);
          }

          small {
            font-size: 10px;
          }
        }
      }

      .enroll-btn {
        width: 90%;
      }

      .note {
        font-size: 12px;
      }
    }
  }
}

@media (max-width: 450px) {
  .h4-heading {
    font-size: 30px;
  }

  /* ********************** */
  /* **** Hero Section **** */
  /* ********************** */

  .hero-section {
    .hero-section-container {
      .announcement {
        font-size: 14px;
      }

      .event-dates {

        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;

        & :first-child,
        :last-child {
          color: var(--orange);
        }

        .line {
          display: none;
        }
      }

      .register-now {
        width: 100%;
        padding: 16px;
      }
    }
  }

  /* ********************************/
  /* ****  About Event Section **** */
  /* ********************************/

  .about-event {
    width: 100%;

    .about-event-container {
      .left-section {
        h4 {
          font-size: 30px;
        }
      }

      .right-section {
        .register-btn {
          font-size: 18px;
        }
      }
    }
  }

  /* ***********************************/
  /* ****  Course Details Section **** */
  /* ***********************************/

  .course-details {
    width: 100%;
    background: url(../BackgroundImage/bgdots.png) left top;

    .course-details-container {

      .courses {

        .reverse {
          flex-direction: column-reverse !important;
        }

        .course {
          display: flex;
          flex-direction: column;

          .details {
            padding: 32px 16px;

            h4 {
              text-align: center;
            }

            .points {

              .point {

                .heading {
                  font-size: 16px;
                }

                .desc {
                  font-size: 14px;
                }
              }
            }
          }
        }
      }

      .btn-holder {
        .register-btn {
          font-size: 18px;
        }
      }

    }

  }

  /* ***********************************/
  /* ******  Payment Section ****** */
  /* ***********************************/

  .payment {

    .payment-container {
    background: url(bk3.png);
      .sub-heading {
        font-size: 18px;
      }

      .cards {

        .card {
          .header {
            h4 {
              text-transform: uppercase;
              font-size: 24px;
            }
          }
        }
      }
    }
  }

  /* ***********************************/
  /* ******  Overlay Section ****** */
  /* ***********************************/

}

/* ***********************************/
/* ******  Offer Section ****** */
/* ***********************************/

@media (max-width: 1150px) {
  #Offer {
    padding: 0 32px;

    .offer-section {
      .cursive {
        font-size: 36px;
      }

      .discount {
        font-size: 36px;
      }
    }
  }
}

@media (max-width: 1000px) {
  #Offer {
    padding: 0 32px;
  }
}


@media (max-width: 950px) {
  #Offer {
    .offer-section {
      .offer-list {

        .offer {

          .tag {
            font-size: 16px;
          }

          .seat {
            font-size: 24px;
          }

          .price {
            font-size: 36px;
          }

          .gift {
            font-size: 20px;
          }

          &:nth-child(2) {

            .seat {
              font-size: 20px;
            }

            .price {
              font-size: 30px;
            }

            .gift {
              font-size: 18px;
            }

          }


          &:nth-child(3) {

            .seat {
              font-size: 18px;
            }

            .price {
              font-size: 24px;
            }

            .gift {
              font-size: 16px;
            }

          }


        }
      }

      .discount {
        font-size: 30px;
      }
    }
  }
}

@media (max-width: 850px) {
  #Offer {

    .offer-section {
      .cursive {
        font-size: 30px;
      }

      .offer-list {

        .offer {

          .tag {
            font-size: 20px;
          }

          .seat {
            font-size: 20px;
          }

          .price {
            font-size: 30px;
          }

          .gift {
            font-size: 18px;
          }

          &:nth-child(2) {

            .seat {
              font-size: 18px;
            }

            .price {
              font-size: 24px;
            }

            .gift {
              font-size: 16px;
            }

          }


          &:nth-child(3) {

            .seat {
              font-size: 16px;
            }

            .price {
              font-size: 20px;
            }

            .gift {
              font-size: 14px;
            }

          }


        }
      }

      .discount {
        font-size: 28px;
      }
    }
  }
}

@media (max-width: 700px) {
  #Offer {

    .offer-section {


      .offer-header {
        padding: 18px;

        h4 {
          font-size: 20px;
        }

        p {
          font-size: 24px;
        }
      }

      .cursive {
        font-size: 24px;
      }

      .offer-list {

        .offer {

          .tag {
            font-size: 12px;
          }

          .seat {
            font-size: 18px;
          }

          .price {
            font-size: 24px;
          }

          .gift {
            font-size: 16px;
          }

          &:nth-child(2) {

            .seat {
              font-size: 16px;
            }

            .price {
              font-size: 20px;
            }

            .gift {
              font-size: 14px;
            }

          }


          &:nth-child(3) {

            .seat {
              font-size: 14px;
            }

            .price {
              font-size: 18px;
            }

            .gift {
              font-size: 12px;
            }

          }


        }
      }

      .discount {
        font-size: 26px;
      }
    }
  }
}

@media (max-width: 620px) {
  #Offer {

    .offer-section {
      .cursive {
        font-size: 20px;
      }

      .offer-list {

        .offer {
          padding: 12px;

          .tag {
            font-size: 12px;
          }

          .seat {
            font-size: 16px;
          }

          .price {
            font-size: 20px;
          }

          .gift {
            font-size: 14px;
          }

          &:nth-child(2) {

            .seat {
              font-size: 14px;
            }

            .price {
              font-size: 18px;
            }

            .gift {
              font-size: 12px;
            }

          }


          &:nth-child(3) {

            .seat {
              font-size: 12px;
            }

            .price {
              font-size: 16px;
            }

            .gift {
              font-size: 10px;
            }

          }


        }
      }

      .discount {
        font-size: 24px;
      }
    }
  }
}

@media (max-width: 550px) {
  #Offer {

    .offer-section {


      .offer-header {
        padding: 18px;

        h4 {
          font-size: 16px;
        }

        p {
          font-size: 18px;
        }
      }

      .offer-list {

        .offer {

          .tag {
            font-size: 10px;
            border-radius: 4px;
          }

          .seat {
            font-size: 14px;
          }

          .price {
            font-size: 18px;
          }

          .gift {
            font-size: 12px;
          }

          &:nth-child(2) {

            .seat {
              font-size: 12px;
            }

            .price {
              font-size: 16px;
            }

            .gift {
              font-size: 10px;
            }

          }


          &:nth-child(3) {

            .seat {
              font-size: 10px;
            }

            .price {
              font-size: 14px;
            }

            .gift {
              font-size: 10px;
            }

          }


        }
      }

      .discount {
        font-size: 22px;
      }

      .arrow-holder {
        .arrows {
          font-size: 44px;
        }
      }
    }
  }
}

@media (max-width: 480px) {
  #Offer {
    padding: 0 16px;

    .offer-section {

      .cursive {
        font-size: 16px;
      }

      .offer-list {

        .offer {

          .tag {
            font-size: 10px;
            border-radius: 4px;
          }

          .seat {
            font-size: 12px;
          }

          .price {
            font-size: 16px;
          }

          .gift {
            font-size: 10px;
          }

          &:nth-child(2) {

            .seat {
              font-size: 10px;
            }

            .price {
              font-size: 14px;
            }

            .gift {
              font-size: 8px;
            }

          }


          &:nth-child(3) {

            .seat {
              font-size: 8px;
            }

            .price {
              font-size: 12px;
            }

            .gift {
              font-size: 8px;
            }

          }


        }
      }

      .discount {
        font-size: 18px;
      }
    }
  }
}

@media (max-width: 400px) {
  #Offer {

    .offer-section {

      .offer-header {
        padding: 14px;

        h4 {
          font-size: 14px;
        }

        p {
          font-size: 16px;
        }
      }

      .cursive {
        font-size: 14px;
      }

      .offer-list {
        .offer {
          .seat {
            font-size: 10px;
          }

          .price {
            font-size: 14px;
          }

          .gift {
            font-size: 8px;
          }

          &:nth-child(2) {

            .seat {
              font-size: 8px;
            }

            .price {
              font-size: 12px;
            }

            .gift {
              font-size: 6px;
            }

          }


          &:nth-child(3) {

            .seat {
              font-size: 6px;
            }

            .price {
              font-size: 10px;
            }

            .gift {
              font-size: 6px;
            }

          }


        }
      }

      .discount {
        font-size: 18px;
      }
    }
  }

  .totalvalue{
  text-align: center; 
  color: black; 
  font-size: 25px; 
  font-weight: var(--semibold); 
  padding: 10px;
}

.totalpricef {

  text-align: center; 
  color: #f47621; 
  font-size: 35px; 
  font-weight: var(--semibold); 
  padding: 10px;

}

}