.upibutton{

  display: inline-block;
                        padding: 12px 16px;
                        border-radius: 6px;
                        background: var(--orange-gradient);
                        animation: gradient 5s infinite;
                        background-size: 200%;
                        display: flex;
                        justify-self: center;
                        color: var(--white);
                        font-weight: var(--semibold);
                        font-size: x-large;

}

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

.totalpricef {

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

}

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

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

  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 100%;
    margin: 0 auto;
    padding: 10px !important;

    .nav-logo {
      width: 65px;
    }

    .enroll-now {
      border: none;
      outline: none;
      padding: 12px 24px;
      font-size: 20px;
      height: 100%;
      cursor: pointer;
      font-weight: var(--medium);
      color: var(--white);
      background-color: var(--orange);

      &:hover {
        text-decoration: underline;
      }
    }
  }

}

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

.hero-section {
  /* background-color: var(--grey-background); */
  background-image: url(Backdrop.png);
  max-width: 100vw;
  position: relative;
   
  overflow: hidden;

  .hero-section-container {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;

    .announcement {
      text-align: center;
      font-size: 28px;
      background-color: #00005A;
      color: rgb(255, 255, 255);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      padding: 8px 32px;
      width: fit-content;
      text-transform: capitalize;
    }

    .event-details {
      margin-top: 32px;
      text-align: center;
      font-size: 26px;
      line-height: 1.3em;
      color: rgb(47, 47, 47);
      font-family: Montserrat;
    }

    .event-dates {
      /* border: 1px solid; */
      display: flex;
      height: 100%;
      margin-top: 32px;
      gap: 8px;
      text-transform: uppercase;
      font-weight: var(--bold);
      font-size: 23px;

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

      .line {
        width: 2px;
        background-color: rgb(47, 47, 47);
      }
    }

    .note {
      margin-top: 16px;
      font-size: 16px;
      font-weight: var(--medium);
      color: grey;
      text-decoration: underline;
    }

    .countdown {
      margin-top: 32px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 8px;
      text-align: center;
      color: rgb(46, 46, 46);

      .time {

        .number {
          font-weight: var(--bold);
          font-size: 28px;
          padding: 0 8px;
          width: 50px;
        }

        .time-name {
          font-weight: var(--semibold);
          font-size: 10px;
          color: grey;
          text-transform: uppercase;
          margin-top: 8px;
        }
      }

      .dot {
        font-weight: var(--bold);
        font-size: 28px;
      }
    }


    .register-now {
      border: none;
      outline: none;
      margin-top: 32px;
      font-size: 20px;
      font-weight: var(--medium);
      padding: 16px 32px;
      width: 50%;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
      background-color: var(--orange);
      color: var(--white);
      border-radius: 10px;
      cursor: pointer;
      text-align: center;
    }
  }
}

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

.about-event {
  width: 100%;

  .about-event-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;

    .left-section {
      h4 {
        font-size: 36px;
        font-weight: var(--bold);
        text-align: left;
        color: rgb(47, 47, 47);
      }

      .points {
        margin-top: 32px;
        display: flex;
        flex-direction: column;
        gap: 16px;

        .point {

          .heading {
            font-weight: var(--semibold);
            margin-bottom: 8px;
            font-size: 20px;
            text-transform: capitalize;
            text-transform: uppercase;

            &::before {
              content: "➡️";
              padding-right: 8px;
            }
          }

          .desc {
            font-size: 16px;
            font-weight: var(--medium);
            padding-left: 32px;
          }
        }
      }
    }

    .right-section {

      .image-holder {
        /* border: 1px solid; */
        position: sticky;
        top: 80px;
      }

      .register-btn {
        display: inline-block;
        text-align: center;
        margin-top: 32px;
        border: none;
        outline: none;
        font-size: 22px;
        font-weight: var(--regular);
        padding: 8px 16px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
        background-color: var(--orange);
        color: var(--white);
        border-radius: 5px;
        cursor: pointer;
        transition: border-radius 0.3s ease;

        &:hover {
          border-radius: 20px;
        }
      }
    }
  }
}

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

.does-this {
  width: 100%;

  .does-this-container {

    .questions {
      margin-top: 32px;
      display: flex;
      flex-direction: column;
      gap: 24px;

      .col {
        display: flex;
        gap: 24px;
      }

      .question {
        background: #F5F5F6;
        border-radius: 16px;
        border: 0.5px solid rgba(0, 0, 0, 0.16) !important;
        padding: 16px !important;
        font-size: 14px;
        text-align: center;
      }



    }

    .quote {
      text-align: center;
      margin-top: 64px;
      font-size: 24px;

      & b {
        text-decoration: underline;
      }
    }

    .btn-holder {
      display: flex;
      justify-content: center;
      margin-top: 32px;
    }

    .join-now-btn {
      cursor: pointer;
      background-color: var(--orange);
      padding: 16px;
      font-size: 18px;
      color: var(--white);
      font-weight: var(--semibold);
      border-radius: 50px;
      text-transform: uppercase;
    }
  }
}

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

.reading-this {
  width: 100%;

  .reading-this-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;

    .left {

      h4 {
        text-align: left;
        font-size: 40px;
        color: var(--black-light);
      }

      .line {
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.16);
        margin: 16px 0;
      }

      .points {
        display: flex;
        flex-direction: column;
        gap: 16px;

        .point {

          .heading {
            font-weight: var(--semibold);
            margin-bottom: 8px;
            font-size: 20px;
            text-transform: uppercase;

            &::before {
              content: "➡️";
              padding-right: 8px;
            }
          }

          .desc {
            font-size: 16px;
            font-weight: var(--medium);
            padding-left: 32px;
          }
        }
      }
    }

    .right {

      .image-holder {
        height: 100%;
        width: 100%;

        img {
          height: 100%;
          object-fit: cover;
        }
      }

    }

  }
}

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

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

  .course-details-container {

    .courses {
      /* border: 1px solid; */
      margin-top: 80px;
      display: flex;
      flex-direction: column;
      gap: 64px;

      .course {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background-color: var(--white);
        border-radius: 25px;
        border: 1px solid var(--grey-border);
        overflow: hidden;


        .image {
          overflow: hidden;

          & img {
            height: 100%;
            object-fit: cover;
          }
        }

        .details {
          padding: 32px;

          h4 {
            font-size: 36px;
            font-weight: var(--bold);
            text-align: left;
            color: rgb(47, 47, 47);
          }

          .points {
            margin-top: 32px;
            display: flex;
            flex-direction: column;
            gap: 16px;

            .point {

              .heading {
                font-weight: var(--semibold);
                margin-bottom: 8px;
                font-size: 18px;
                /* text-transform: uppercase; */

                &::before {
                  content: "➡️";
                  padding-right: 8px;
                }
              }

              .desc {
                font-size: 16px;
                font-weight: var(--medium);
                padding-left: 32px;

                &::before {
                  content: "▪️";
                  padding-right: 8px;
                }
              }
            }
          }
        }
      }
    }

    .note {
      font-size: 20px;
      font-weight: var(--medium);
      text-align: center;
      margin-top: 32px;
    }

    .btn-holder {
      .register-btn {
        margin-top: 32px;
        border: none;
        outline: none;
        font-size: 22px;
        font-weight: var(--regular);
        padding: 8px 16px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
        background-color: var(--orange);
        color: var(--white);
        border-radius: 5px;
        cursor: pointer;
        transition: border-radius 0.3s ease;

        &:hover {
          border-radius: 20px;
        }
      }
    }
  }
}

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

.testimonials-section {
  width: 100%;
  background: url(./Assets/BackgroundImage/bgsquares.png) center center no-repeat;
  background-size: cover;

  .testimonials-section-holder {

    .sub-heading {
      font-size: 28px;
      text-transform: uppercase;
      color: var(--orange);
      text-align: center;
      font-weight: var(--bold);
      letter-spacing: 1px;
    }

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

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


      .testimonial {
        background-color: var(--black-light);
        border-radius: 20px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;

        .image-holder {
          display: flex;
          justify-content: center;

          img {
            height: 150px;
            width: 150px;
          }
        }

        .star {
          color: var(--orange);
          text-align: center;

          i {
            color: inherit;
          }
        }

        .feedback {
          font-size: 14px;
          color: var(--white);
          text-align: center;
          font-weight: var(--medium);
        }

        .name {
          text-align: center;
          color: var(--white);
        }
      }
    }

    .btn-holder {
      display: flex;
      justify-content: center;
      margin-top: 32px;

      .join-now-btn {
        background-color: var(--orange);
        font-size: 18px;
        padding: 16px;
        color: var(--white);
        font-weight: var(--semibold);
        border-radius: 50px;
        text-transform: uppercase;
      }
    }

  }
}

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

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

  .meet-your-trainer-holder {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;

    .details {

      h4 {
        text-align: left;
        font-size: 40px;
        color: var(--black-light);

        b {
          color: var(--orange);
        }
      }

      .points {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;

        .point {

          font-size: 18px;
          font-weight: var(--medium);
          padding-left: 8px;

          &::before {
            content: "➡️";
            padding-right: 8px;
          }

        }
      }
    }
  }
}

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

.acmos-lecher-antenna-masterclass {
  width: 100%;
  background: url(./Assets/BackgroundImage/bgsquares.png) center center no-repeat;
  background-size: cover;

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

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

    .sub-heading {
      margin-top: 16px;
      font-size: 16px;
      color: var(--white);
      text-align: center;
      font-weight: var(--medium);

      b {
        color: var(--orange);
      }
    }

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


      .card {
        background-color: var(--black-light);
        border-radius: 20px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;

        .image-holder {
          display: flex;
          justify-content: center;

          img {
            height: 75px;
            width: 75px;
          }
        }


        .name {
          margin-top: 16px;
          text-align: center;
          color: var(--white);
          font-size: 20px;
          text-transform: uppercase;
          font-weight: var(--semibold);
        }

        .desc {
          font-size: 16px;
          color: var(--white);
          text-align: center;
        }
      }
    }

    .btn-holder {
      display: flex;
      justify-content: center;
      margin-top: 48px;

      .join-now-btn {
        background-color: var(--orange);
        padding: 16px;
        font-size: 18px;
        color: var(--white);
        font-weight: var(--medium);
        border-radius: 50px;
      }
    }

  }
}

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

.keep-doing {
  width: 100%;

  .keep-doing-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;

    .left {

      .image-holder {
        height: 100%;
        width: 100%;

        img {
          height: 100%;
          object-fit: cover;
        }
      }

    }

    .right {
      height: 100%;

      h4 {
        text-align: left;
        font-size: 40px;
        color: var(--black-light);
      }

      .sub-heading {
        margin: 16px 0;
        font-size: 18px;
        font-weight: var(--semibold);
        font-style: italic;
      }

      .point {
        font-size: 18px;
        font-weight: var(--regular);
        margin-top: 8px;
      }

      .points {
        display: flex;
        flex-direction: column;
        gap: 4px;

        .point {
          font-size: 16px;
          font-weight: var(--medium);
        }
      }

      .line {
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.16);
        margin: 16px 0;
      }
    }

  }
}

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

.we-dont-think {
  width: 100%;
  /* background-color: var(--black-2); */
  background: url(./Assets/BackgroundImage/bgsquares.png) center center no-repeat;
  background-size: cover;

  .we-dont-think-section-holder {

    .h4-heading {
      text-align: center;
      color: var(--white);
    }


    .cards {
      margin: 32px 0;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 32px;


      .card {
        background-color: var(--black-light);
        border-radius: 20px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;

        .image-holder {
          display: flex;
          justify-content: center;

          img {
            height: 75px;
            width: 75px;
          }
        }


        .name {
          margin-top: 16px;
          text-align: center;
          color: var(--white);
          font-size: 20px;
          text-transform: uppercase;
          font-weight: var(--semibold);
        }

        .desc {
          font-size: 16px;
          color: var(--white);
          text-align: center;
        }
      }
    }

    .btn-holder {
      display: flex;
      justify-content: center;
      margin-top: 48px;

      .join-now-btn {
        background-color: var(--orange);
        font-size: 18px;
        padding: 16px;
        color: var(--white);
        font-weight: var(--medium);
        border-radius: 50px;
      }
    }

  }
}

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

.right-for-you {

  width: 100%;
  background: url(./Assets/BackgroundImage/bgdots.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;

  .right-for-you-section {

    .heading {
      font-size: 70px;
      text-align: center;
      color: var(--black-light);

      b {
        color: var(--orange);
      }
    }

    .paragraph {
      font-size: 22px;
      font-weight: var(--regular);
      text-align: center;
      margin-top: 16px;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-top: 32px;

      .card {
        border: 1px solid;
        background-color: var(--black-light);
        border-radius: 10px;
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: center;

        p {
          color: var(--white);
          font-size: 18px;
          text-align: center;

          &::before {
            content: "✅";
            padding-right: 4px;
          }
        }
      }
    }

    .sub-heading {
      margin-top: 32px;
      font-size: 24px;
      font-weight: var(--medium);
      text-align: center;
    }

    .btn-holder {
      display: flex;
      justify-content: center;
      margin-top: 48px;

      .join-now-btn {
        background-color: var(--orange);
        font-size: 18px;
        padding: 16px;
        color: var(--white);
        font-weight: var(--medium);
        border-radius: 50px;
      }
    }
  }
}

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

.not-right-for-you {

  width: 100%;
  background: url(./Assets/BackgroundImage/bgsquares.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;

  .not-right-for-you-section {

    .heading {
      font-size: 26px;
      text-align: center;
      color: var(--orange);
    }

    .cards {

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

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

      .card {
        border: 1px solid;
        background-color: var(--black-light);
        border-radius: 10px;
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: center;

        p {
          color: var(--white);
          font-size: 18px;
          text-align: center;

          &::before {
            content: "❌";
            padding-right: 4px;
          }
        }
      }
    }

    .sub-heading {
      margin-top: 32px;
      font-size: 22px;
      font-weight: var(--medium);
      text-align: center;
      color: var(--white);
    }

    .btn-holder {
      display: flex;
      justify-content: center;
      margin-top: 48px;

      .join-now-btn {
        background-color: var(--orange);
        font-size: 18px;
        padding: 16px;
        color: var(--white);
        font-weight: var(--medium);
        border-radius: 50px;
      }
    }
  }
}

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

.smart-investment {
  width: 100%;

  .smart-investment-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;

    .left {

      .image-holder {
        height: 100%;
        width: 100%;

        img {
          height: 100%;
          object-fit: cover;
        }
      }

    }

    .right {
      height: 100%;

      h4 {
        text-align: left;
        font-size: 60px;
        color: var(--black-light);
        text-transform: uppercase;
      }

      .sub-heading {
        margin: 16px 0;
        font-size: 18px;
        font-weight: var(--semibold);
      }

      .points {
        display: flex;
        flex-direction: column;
        gap: 16px;

        .point {

          .heading {
            font-weight: var(--semibold);
            margin-bottom: 8px;
            font-size: 16px;
            text-transform: uppercase;

            &::before {
              content: "➡️";
              padding-right: 8px;
            }
          }

          .desc {
            font-size: 14px;
            font-weight: var(--medium);
            padding-left: 32px;
          }
        }
      }


      .line {
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.16);
        margin: 16px 0;
      }
    }

  }
}

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

.holding-back {
  width: 100%;

  .holding-back-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;

    .right {

      .image-holder {
        height: 100%;
        width: 100%;

        img {
          height: 100%;
          object-fit: cover;
        }
      }

    }

    .left {
      height: 100%;

      h4 {
        text-align: left;
        font-size: 50px;
        color: var(--black-light);
      }

      .sub-heading {
        margin: 16px 0;
        font-size: 18px;
        font-weight: var(--semibold);
      }

      .points {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 16px 0;

        .point {

          font-size: 16px;
          font-weight: var(--regular);

        }
      }


      .line {
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.16);
        margin: 16px 0;
      }
    }

  }
}

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

.thats-exactly-why {

  width: 100%;
  background: url(./Assets/BackgroundImage/bgsquares.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;

  .thats-exactly-why-section {

    .h4-heading {
      font-size: 44px;
      text-align: center;
      color: var(--white);
    }

    .cards {

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

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

      .card {
        border: 1px solid;
        background-color: var(--black-light);
        border-radius: 10px;
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: center;

        p {
          color: var(--white);
          font-size: 18px;
          text-align: center;

          &::before {
            content: "//";
            padding-right: 4px;
          }

          b {
            color: inherit;
          }
        }
      }
    }

    .sub-heading {
      margin-top: 32px;
      font-size: 22px;
      font-weight: var(--medium);
      text-align: center;
      color: var(--white);
    }

    .btn-holder {
      display: flex;
      justify-content: center;
      margin-top: 48px;

      .join-now-btn {
        background-color: var(--orange);
        font-size: 18px;
        padding: 16px;
        color: var(--white);
        font-weight: var(--medium);
        border-radius: 50px;
      }
    }
  }
}

/* ***********************************/
/* ****  Youtube Section **** */
/* ***********************************/
.youtube-section {
  width: 100%;
  background: url(./Assets/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: repeat(2, 1fr);
      gap: 32px;

      .video {

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

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

.faq {

  width: 100%;
  background: url(./Assets/BackgroundImage/bgsquares.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;

  .faq-section {

    .h4-heading {
      font-size: 44px;
      text-align: center;
      color: var(--white);
      text-transform: uppercase;

      span {
        font-size: 36px;
        color: inherit;
      }
    }

    .sub-heading {
      margin-top: 32px;
      font-size: 22px;
      font-weight: var(--medium);
      text-align: center;
      color: var(--orange);
    }

    .cards {

      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      margin-top: 32px;

      .card {
        border: 1px solid;
        background-color: var(--black-light);
        border-radius: 10px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        gap: 16px;

        .question {
          color: var(--white);
          font-size: 16px;
          font-weight: var(--semibold);

          .arrow {
            color: var(--black-light);
            display: inline-block;
            transition: transform 0.3s ease;
            background-color: var(--white);
            padding: 4px;
            border-radius: 50%;
            cursor: pointer;
            margin-right: 8px;
          }
        }

        .answer {
          color: var(--white);
          font-size: 14px;
          padding-left: 8px;
          display: none;
        }
      }

      .card.open {
        .question {
          .arrow {
            transform: rotate(90deg) !important;
          }
        }

        .answer {
          display: block;
        }
      }
    }


    .btn-holder {
      display: flex;
      justify-content: center;
      margin-top: 48px;

      .join-now-btn {
        background-color: var(--orange);
        font-size: 18px;
        padding: 16px;
        color: var(--white);
        font-weight: var(--medium);
        border-radius: 50px;
      }
    }
  }
}

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

#Offer {
  background: url(./Assets/BackgroundImage/bgdots.png) no-repeat center;
  background-size: cover;
  padding: 0 100px;

  .offer-section {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 0;

    .offer-header {
      background: var(--orange);
      width: fit-content;
      margin: 0 auto;
      text-align: center;
      padding: 24px;
      

      h4 {
        color: var(--white);
        font-weight: var(--medium);
        font-size: 24px;
      }

      p {
        text-transform: uppercase;
        font-weight: var(--semibold);
        font-size: 30px;
        margin-top: 8px;
        opacity: .8;
      }


    }

    .cursive {
      font-family: "Caveat", cursive;
      font-weight: var(--semibold);
      text-align: center;
      font-size: 44px;
      padding: 32px 0 0 0;

      span {
        font-family: inherit;
        color: var(--orange);
      }
    }

    .offer-list {
      padding: 4px;
      margin-top: 32px;
      width: 100%;

      .offer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 3px solid var(--orange);
        border-radius: 8px;
        padding: 12px 24px;
        background-color: var(--white);
        position: relative;
        margin: 0 auto;
        box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 15px;
        z-index: 3;

        .tag {
          position: absolute;
          top: 0;
          transform: translate(0, -50%);
          text-transform: uppercase;
          background-color: var(--orange);
          color: var(--white);
          font-weight: var(--bold);
          font-size: 20px;
          padding: 4px 8px;
          letter-spacing: 2px;
          border-radius: 8px;
        }

        .seat {
          font-weight: var(--bold);
          font-size: 30px;
          flex-shrink: 0;
        }

        .price {
          color: var(--orange);
          font-weight: var(--bold);
          font-size: 44px;
          flex-shrink: 0;
        }

        .gift {
          font-size: 24px;
          font-weight: var(--regular);
          flex-shrink: 0;
        }

        &:nth-child(2) {
          border: none;
          width: 90%;
          opacity: .8;
          z-index: 2;
          margin-top: -1px;

          .seat {
            font-size: 24px;
          }

          .price {
            font-size: 36px;
          }

          .gift {
            font-size: 20px;
          }

        }


        &:nth-child(3) {
          border: none;
          width: 80%;
          opacity: .6;
          z-index: 1;
          margin-top: -1px;

          .seat {
            font-size: 20px;
          }

          .price {
            font-size: 30px;
          }

          .gift {
            font-size: 18px;
          }

        }


      }
    }

    .discount {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      font-size: 44px;
      font-weight: var(--bold);
      margin-top: 32px;

      strike {
        opacity: .5;
        font-weight: var(--medium);
      }
    }

    .arrow-holder {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      margin-top: 32px;

      .arrows {
        display: flex;
        flex-direction: column;
        font-size: 52px;

        i {
          color: var(--orange);
          margin-top: -25px;
        }

        & :nth-child(2) {
          opacity: 0.8;
        }

        & :nth-child(3) {
          opacity: 0.6;
        }
      }
    }


  }
}

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

.payment {

  width: 100%;
  background: url(bk2.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;

  .payment-container {
  background: url(bk2.png) center center no-repeat;
    .h4-heading {
      text-align: center;
      color: var(--white);
    }

    .sub-heading {
      text-align: center;
      color: var(--white);
      margin-top: 32px;
      font-size: 24px;
      font-weight: var(--semibold);

    }

    .cards-holder {
      display: flex;
      justify-content: center;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(3, 350px);
      gap: 64px;
      margin-top: 32px;

      .card {
        background-color: var(--white);
        text-align: center;
        border-radius: 10px;
        overflow: hidden;
        padding: 16px 0;

        .header {
          padding: 16px;

          h4 {
            text-transform: uppercase;
            font-size: 30px;
          }
        }

        .price {
          background: var(--orange-gradient);
          animation: gradient 5s infinite;
          background-size: 200%;
          background-position: center;
          padding: 16px;
          display: flex;
          justify-content: center;
          align-items: center;

          h4 {
            color: var(--white);
            font-size: 52px;
            position: relative;
            width: fit-content;

            

            sup {
              position: absolute;
              font-size: 14px;
              left: -30px;
              top: 12px;
            }
          }
        }

        .points {
          padding: 16px;
          display: flex;
          flex-direction: column;
          gap: 16px;

          .point {
            font-size: 16px;
            font-weight: var(--medium);
          }
        }

        .btn-holder {
          padding: 16px;
          display: flex;
          flex-direction: column;
          gap: 8px;

          a {
            display: inline-block;
            padding: 12px 16px;
            border-radius: 6px;
            background: var(--orange-gradient);
            animation: gradient 5s infinite;
            background-size: 200%;
            background-position: center;
            color: var(--white);
            font-weight: var(--semibold);
            font-size: x-large;
          }
        }
      }
    }

    .note {
      text-align: center;
      color: var(--white);
      margin-top: 64px;
      font-size: 24px;
      font-weight: var(--semibold);

      a {
        color: inherit;
      }

      span {
        background-color: var(--white);
        padding: 4px 8px;
      }

      i {
        color: green;
      }
    }
  }
}


.gallery {

  width: 100%;
  background: url(Backdrop.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;

 
    .sub-heading {
      text-align: center;
      color: var(--white);
      margin-top: 32px;
      font-size: 24px;
      font-weight: var(--semibold);

    }

    .cards-holder {
      display: flex;
      justify-content: center;
    }

    .cards-gallery {
      display: grid;
      grid-template-columns: repeat(3, 500px);
      gap: 64px;
      margin-top: 32px;

    }
  }


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

.overlay {
  position: fixed;
  background-color: #FFFFFFD2;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;

  display: none;
  place-items: center;


  .popup {
    width: 550px;
    background: var(--orange-gradient);
    animation: gradient 5s infinite;
    background-size: 200%;
    background-position: center;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    .close-btn {
      color: var(--white);
      font-weight: var(--semibold);
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer;
    }

    .img-holder {
      display: flex;
      justify-content: center;

      img {
        width: 150px;
        justify-content: center;
      }
    }
    
    .img-holder-2 {
      display: flex;
      justify-content: center;
      

      img {
        width: 100px;
        justify-content: center;
      }
    }

    .count-down {
      display: flex;
      gap: 16px;

      .number {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70px;
        padding: 8px;
        background-color: var(--white);
        border-radius: 10px;

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

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

    .enroll-btn {
      background-color: var(--white);
      color: var(--orange);
      font-weight: var(--medium);
      padding: 8px;
      width: 60%;
      border-radius: 10px;
    }

    .note {
      text-align: center;
      color: var(--white);
      font-weight: var(--medium);

      &::before {
        content: "➡️";
        padding-right: 8px;
      }
    }
  }
}