@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@font-face {
  font-family: "Brevia-Black";
  src: url("../fonts/Brevia-Black.otf");
}
@font-face {
  font-family: "Brevia-Bold";
  src: url("../fonts/Brevia-Bold.otf");
}
@font-face {
  font-family: "Brevia-Semibold";
  src: url("../fonts/Brevia-Semibold.otf");
}
@font-face {
  font-family: "Brevia-Medium";
  src: url("../fonts/Brevia-Medium.otf");
}
@font-face {
  font-family: "Choripan";
  src: url("../fonts/Choripan.otf");
}
@font-face {
  font-family: "Din-Condensed-Bold";
  src: url("../fonts/Din-Condensed-Bold.ttf");
}
@font-face {
  font-family: "FrankfurterStd";
  src: url("../fonts/FrankfurterStd.otf");
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.otf");
}
html,
body {
  color: #ffffff;
  position: relative;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "FrankfurterStd", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.transition-all, .p4-banner-section .p4-button-wrapper .btn, .phase3-main .p3-registration-form-wrapper .p3-registration-form .p3-register-btn-wrapper .submit-btn, .phase3-main .p3-registration-form-wrapper .p3-registration-form .custom-file-upload .file-label .upload-btn, .p3-main-banner-row .redirection-link-wrapper a {
  transition: all 0.2s linear;
}

.body-no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.scroll-container {
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

section {
  position: relative;
  width: 100%;
  height: auto;
  scroll-snap-align: center;
}
section .container-fluid {
  height: 100%;
  margin: 0 auto;
}
section.section-1 {
  height: calc(var(--vh, 1vh) * 100);
  background-color: #00ac5b;
  background-image: url("../images/circular-top-text.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 70%;
}
section.section-2 {
  background-color: #ffffff;
}
section.section-3 {
  background-color: #ffffff;
}

.scroll-link {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 100%;
  left: calc(50% - 14px);
  margin: 0 auto;
  background-repeat: no-repeat;
  animation: jumpInfinite 1s infinite;
}
.scroll-link.scroll-link-white {
  background-image: url("../images/arrow-white.png");
}
.scroll-link.scroll-link-green {
  background-image: url("../images/arrow-green.png");
}
.scroll-link.scroll-link-purple {
  background-image: url("../images/arrow-purple.png");
}
.scroll-link.scroll-link-yellow {
  background-image: url("../images/arrow-yellow.png");
}

@keyframes jumpInfinite {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 15px;
  }
  100% {
    bottom: 10px;
  }
}
/* section 1 element rules */
.pink-psstt-block {
  position: absolute;
  left: calc(50% - 200px);
  right: 0;
  bottom: 110px;
  width: 400px;
  z-index: 3;
  aspect-ratio: 2.5/1;
  background-image: url("../images/psst-text-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pink-psstt-block > div {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 54px;
  line-height: 54px;
  text-shadow: 2px 2px #991441;
  margin-top: -25px;
}

.yellow-pill-main-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 160px;
  border-radius: 80px 80px 0 0;
  background: #00ac5b;
  background: linear-gradient(180deg, rgb(0, 172, 91) 0%, rgb(0, 172, 91) 50%, rgb(254, 97, 0) 50%, rgb(254, 97, 0) 100%);
}

.yellow-pill-content-wrapper {
  width: 100%;
  height: 160px;
  border-radius: 80px;
  background-color: #ffdb00;
  text-align: center;
  padding-top: 55px;
}
.yellow-pill-content-wrapper .yellow-pill-content {
  text-align: center;
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 10px;
}
@supports (-webkit-text-stroke: 2px #000000) {
  .yellow-pill-content-wrapper .yellow-pill-content {
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 2px #000000;
  }
}

/* section 2 rules */
.section-2-main-wrapper {
  position: relative;
  width: 100%;
}
.section-2-main-wrapper picture.hand-bg-main {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.781/1;
}
.section-2-main-wrapper picture.hand-bg-main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -40px;
     object-position: 0 -40px;
}
.section-2-main-wrapper .overlay-hand-img {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  aspect-ratio: 1.781/1;
  z-index: 4;
  pointer-events: none;
}
.section-2-main-wrapper .dropping-content {
  display: block;
  width: 50%;
  position: absolute;
  z-index: 4;
  padding: 30px;
  left: 30px;
  top: 70px;
}
.section-2-main-wrapper .dropping-content .top-text {
  font-family: "FrankfurterStd", Arial, Helvetica, sans-serif;
  font-size: 46px;
  line-height: 52px;
  text-shadow: 4px 4px #a84502;
  margin-bottom: 30px;
}
.section-2-main-wrapper .dropping-content .top-text span {
  display: block;
  font-size: 36px;
  line-height: 46px;
  text-shadow: 2px 2px #a84502;
}
.section-2-main-wrapper .dropping-content .bottom-text {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}
@supports (-webkit-text-stroke: 2px #000000) {
  .section-2-main-wrapper .dropping-content .bottom-text {
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 2px #000000;
  }
}
.section-2-main-wrapper .dropping-content .bottom-text span {
  font-size: 46px;
  line-height: 52px;
}
.section-2-main-wrapper .dropping-content-link {
  position: relative;
  height: 50px;
}
.section-2-main-wrapper .dropping-content-link .scroll-link {
  width: 36px;
  height: 36px;
  animation: jumpInfinite 1s infinite;
}

/* section 3 rules */
.section-3-main-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 2.5/0.805;
}
.section-3-main-wrapper img.section-3-img {
  width: 100%;
  position: absolute;
  top: calc(-45% - 40px);
  left: 0;
  z-index: 4;
  pointer-events: none;
}
.section-3-main-wrapper .coming-soon-content {
  position: absolute;
  width: 40%;
  right: 20px;
  top: 10%;
  z-index: 5;
  font-family: "FrankfurterStd", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 42px;
  color: #00ac5b;
  text-shadow: 2px 2px #005b2d;
  padding: 30px;
}

.p3-main-banner-row .redirection-link-wrapper {
  text-align: center;
  margin-bottom: 15px;
}
.p3-main-banner-row .redirection-link-wrapper a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  background: linear-gradient(180deg, rgb(240, 90, 40) 0%, rgb(255, 221, 0) 100%);
}
.p3-main-banner-row .redirection-link-wrapper a:hover {
  font-size: 18px;
  line-height: 24px;
  background: linear-gradient(0deg, rgb(240, 90, 40) 0%, rgb(255, 221, 0) 100%);
}

@media only screen and (min-width: 1200px) {
  section.section-1 {
    background-position: center 60%;
  }
}
@media only screen and (max-width: 1024px) {
  section.section-1 {
    background-size: 140%;
    background-position: center 250%;
  }
  .section-2-main-wrapper .dropping-content {
    padding: 10px;
    top: 30px;
  }
  .section-2-main-wrapper .dropping-content .top-text {
    font-size: 24px;
    line-height: 26px;
    text-shadow: 3px 3px #a84502;
    margin-bottom: 15px;
  }
  .section-2-main-wrapper .dropping-content .top-text span {
    display: block;
    font-size: 20px;
    line-height: 22px;
    text-shadow: 1px 1px #a84502;
  }
  .section-2-main-wrapper .dropping-content .bottom-text {
    font-size: 22px;
    line-height: 26px;
  }
  @supports (-webkit-text-stroke: 2px #000000) {
    .section-2-main-wrapper .dropping-content .bottom-text {
      -webkit-text-fill-color: #ffffff;
      -webkit-text-stroke: 2px #000000;
    }
  }
  .section-2-main-wrapper .dropping-content .bottom-text span {
    font-size: 32px;
    line-height: 36px;
  }
  .section-2-main-wrapper .dropping-content-link .scroll-link {
    width: 28px;
    height: 28px;
  }
  .section-3-main-wrapper .coming-soon-content {
    top: 0;
    font-size: 22px;
    line-height: 26px;
    padding: 10px;
    text-shadow: 1px 1px #005b2d;
  }
}
@media only screen and (max-width: 575px) {
  section {
    height: calc(var(--vh, 1vh) * 100);
  }
  section.section-1 {
    background-image: url("../images/circular-top-text-mob.png");
    background-size: 120%;
    background-position: center 0px;
  }
  section.section-2 {
    background-color: #00ab5b;
  }
  .pink-psstt-block {
    left: calc(50% - 110px);
    width: 220px;
    bottom: 130px;
  }
  .pink-psstt-block > div {
    font-size: 30px;
    line-height: 32px;
    margin-top: -15px;
  }
  .yellow-pill-content-wrapper .yellow-pill-content {
    font-size: 24px;
    line-height: 28px;
  }
  .scroll-link {
    width: 24px;
    height: 24px;
  }
  .section-2-main-wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }
  .section-2-main-wrapper picture.hand-bg-main {
    aspect-ratio: auto;
  }
  .section-2-main-wrapper picture.hand-bg-main img {
    position: static;
    -o-object-position: 0 0px;
       object-position: 0 0px;
  }
  .section-2-main-wrapper .overlay-hand-img {
    aspect-ratio: auto;
    top: 0px;
  }
  .section-2-main-wrapper .dropping-content {
    width: 100%;
    padding: 30px;
    left: 0px;
    bottom: 40px;
    top: auto;
  }
  .section-2-main-wrapper .dropping-content-link {
    width: 100%;
    height: 24px;
    position: static;
  }
  .section-2-main-wrapper .dropping-content-link .scroll-link {
    width: 24px;
    height: 24px;
    animation: jumpInfinite2 1s infinite;
  }
  @keyframes jumpInfinite2 {
    0% {
      bottom: 20px;
    }
    50% {
      bottom: 35px;
    }
    100% {
      bottom: 20px;
    }
  }
  .section-3-main-wrapper {
    height: calc(var(--vh, 1vh) * 100);
    aspect-ratio: auto;
    position: relative;
  }
  .section-3-main-wrapper .coming-soon-content {
    width: 100%;
    right: 0;
    left: 0;
    top: 60px;
    padding: 15px 30px;
    font-size: 28px;
    line-height: 40px;
  }
  .section-3-main-wrapper img.section-3-img {
    top: auto;
    bottom: 0;
  }
}
.phase2-main .main-banner-sect {
  padding-top: 20px;
  text-align: center;
  background: linear-gradient(180deg, #f05a28, #cf9f23, #c7c767, #e8ebca);
  background: linear-gradient(180deg, #f05a28 12%, #cf9f23 23%, #80c767 30%, #e8ebca);
  background: linear-gradient(180deg, #f05a28 42%, #cf9f23 80%, #80c767 90%, #e8ebca);
  background: linear-gradient(180deg, #f05a28 10%, #cf9f23 70%, #80c767 85%, #e8ebca);
  position: relative;
  z-index: 1;
}
.phase2-main .main-banner-sect::before {
  content: "";
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  width: 60%;
  height: 60%;
  background: url("../images/phase-2/phase2-main-banner-bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
.phase2-main .main-banner-sect::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 200px;
  background: url("../images/phase-2/phase2-bottom-banner.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: -1;
  opacity: 0.2;
}
.phase2-main .main-banner-sect .heading-wrapper .heading {
  font-family: "FrankfurterStd", Arial, Helvetica, sans-serif;
  font-size: 46px;
  line-height: 42px;
  text-shadow: 6px 4px #5e1b08;
}
.phase2-main .main-banner-sect .heading-wrapper .sub-heading {
  font-family: "FrankfurterStd", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  text-shadow: 4px 2px #5e1b08;
}
.phase2-main .main-banner-sect .hash-tag {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 35px;
  text-shadow: 4px 2px #5e1b08;
}
.phase2-main .main-banner-sect .button-wrapper {
  margin: 10px 0px 10px;
}
.phase2-main .main-banner-sect .button-wrapper .btn-brd-gradient {
  position: relative;
  background: linear-gradient(to left, #f10036, #ffffff);
  padding: 2px;
  border-radius: 50px;
  display: inline-block;
}
.phase2-main .main-banner-sect .button-wrapper .btn-brd-gradient .btn {
  background-color: #f10036;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px 40px;
  font-family: "Brevia-Black", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 32px;
}
.phase2-main .main-banner-sect .content-wrapper {
  color: #000000;
}
.phase2-main .main-banner-sect .content-wrapper .heading {
  font-family: "Brevia-Black", Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 27px;
}
.phase2-main .main-banner-sect .content-wrapper .sub-heading {
  font-family: "Brevia-Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.phase2-main .main-banner-sect .content-wrapper .content {
  font-family: "Brevia-Semibold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.phase2-main .main-banner-sect .content-wrapper .highlight-pink {
  color: #f10036;
}
.phase2-main .how-to-make-sect {
  background-image: url("../images/phase-2/hurry-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #e6e7e8;
  padding-bottom: 250px;
  padding-top: 30px;
}
.phase2-main .how-to-make-sect .open-entries-wrapper {
  position: relative;
  z-index: 1;
}
.phase2-main .how-to-make-sect .open-entries-wrapper .timelimit-wrapper {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
.phase2-main .how-to-make-sect .open-entries-wrapper .timelimit-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  background-image: url("../images/phase-2/border-bullet.png");
  background-repeat: repeat;
  width: 100%;
  height: 8px;
}
.phase2-main .how-to-make-sect .open-entries-wrapper .timelimit-wrapper .speaker {
  position: absolute;
  top: 22%;
  left: -30px;
}
.phase2-main .how-to-make-sect .open-entries-wrapper .timelimit-wrapper .speaker img {
  width: 75px;
}
.phase2-main .how-to-make-sect .open-entries-wrapper .timelimit-wrapper .speaker::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100%;
  background: rgba(241, 0, 54, 0.5);
  background: radial-gradient(circle, rgba(241, 0, 54, 0.6) 0%, rgba(241, 0, 54, 0.2) 100%);
  filter: blur(15px);
}
.phase2-main .how-to-make-sect .open-entries-wrapper .calendar-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phase2-main .how-to-make-sect .open-entries-wrapper .calendar-wrapper .minus {
  position: relative;
  width: 40px;
  height: 7px;
  border-radius: 50px;
  background-color: #953692;
  top: 15px;
}
.phase2-main .offer-sect {
  background-image: url("../images/phase-2/offer-sect-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #00ac5b;
  position: relative;
}
.phase2-main .offer-sect .yellow-box-wrapper {
  background-color: #ffdb00;
  border-radius: 50px;
  border: 10px solid #fff2b0;
  padding: 70px 25px 50px;
  margin-top: -300px;
}
.phase2-main .offer-sect .yellow-box-wrapper .heading-wrapper {
  color: #fe6100;
  margin-bottom: 35px;
}
.phase2-main .offer-sect .yellow-box-wrapper .heading-wrapper .heading {
  font-family: "FrankfurterStd", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 34px;
  text-shadow: 3px 3px #fff2b0;
}
.phase2-main .offer-sect .yellow-box-wrapper .heading-wrapper .sub-heading {
  font-family: "Brevia-Semibold", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-shadow: 3px 3px #fff2b0;
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card {
  border: none;
  border-radius: 30px;
  height: 100%;
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-img-wrapper {
  padding: 25px;
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-img-wrapper picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-img-wrapper picture img {
  display: block;
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-object-position: center center;
  -ms-object-position: center center;
  -o-object-position: center center;
  object-position: center center;
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 25px;
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body .title {
  font-family: "Brevia-Black", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body .description {
  padding-top: 10px;
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card.darkgreen-gradient .card-body {
  background: linear-gradient(180deg, #ebbe23, #d5d11a, #376b27);
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card.pink-gradient .card-body {
  background: linear-gradient(180deg, #e91278, #f01144, #f53613);
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card.pinkorange-gradient .card-body {
  background: linear-gradient(140deg, #e79426, #d05352, #b8137e);
}
.phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card.green-gradient .card-body {
  background: linear-gradient(90deg, #d2de03, #6ec400);
}
.phase2-main .offer-sect .offer-volume-wrapper .heading-wrapper {
  color: #ffdb00;
}
.phase2-main .offer-sect .offer-volume-wrapper .heading-wrapper .heading {
  font-family: "FrankfurterStd", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 42px;
  text-shadow: 4px 4px #a84502;
}
.phase2-main .offer-sect .offer-volume-wrapper .heading-wrapper .sub-heading {
  font-family: "FrankfurterStd", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 36px;
  text-shadow: 4px 4px #a84502;
}
.phase2-main .offer-sect .offer-volume-wrapper .offer-img-wrapper {
  position: relative;
  z-index: 1;
}
.phase2-main .offer-sect .offer-volume-wrapper .offer-img-wrapper .weekly-offer,
.phase2-main .offer-sect .offer-volume-wrapper .offer-img-wrapper .daily-offer {
  position: relative;
}
.phase2-main .offer-sect .offer-volume-wrapper .offer-img-wrapper .weekly-offer::after,
.phase2-main .offer-sect .offer-volume-wrapper .offer-img-wrapper .daily-offer::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 50%;
  height: 10px;
  z-index: -1;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 65%);
  filter: blur(5px);
}
.phase2-main .offer-sect .offer-volume-wrapper .offer-img-wrapper .daily-offer::after {
  left: 30px;
}
.phase2-main .offer-sect .stay-tuned-wrapper {
  padding: 30px 0px;
}
.phase2-main .offer-sect .stay-tuned-wrapper .heading-wrapper {
  color: #000000;
  position: relative;
  z-index: 1;
}
.phase2-main .offer-sect .stay-tuned-wrapper .heading-wrapper .heading {
  font-family: "Brevia-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.phase2-main .offer-sect .stay-tuned-wrapper .heading-wrapper .sub-heading {
  font-family: "Brevia-Semibold", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 28px;
}
.phase2-main .offer-sect .stay-tuned-wrapper .social-items-links {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
.phase2-main .offer-sect .stay-tuned-wrapper .social-items-links .item {
  position: relative;
}
.phase2-main .offer-sect .stay-tuned-wrapper .social-items-links .item::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -3px;
  width: 80%;
  height: 50%;
  z-index: -1;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 65%);
  filter: blur(5px);
}
.phase2-main .offer-sect::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 250px;
  background-color: #7fc99c;
  z-index: 0;
  opacity: 0.7;
}

@media only screen and (min-width: 360px) {
  .phase2-main .offer-sect .yellow-box-wrapper {
    margin-top: -315px;
  }
}
@media only screen and (min-width: 420px) {
  .phase2-main .offer-sect .yellow-box-wrapper {
    margin-top: -330px;
  }
}
@media only screen and (min-width: 575px) {
  .phase2-main .main-banner-sect .heading-wrapper .heading {
    font-size: 40px;
    line-height: 40px;
  }
  .phase2-main .main-banner-sect .heading-wrapper .sub-heading {
    font-size: 26px;
    line-height: 32px;
  }
  .phase2-main .main-banner-sect .hash-tag {
    font-size: 46px;
    line-height: 50px;
  }
  .phase2-main .main-banner-sect .button-wrapper {
    margin-top: 25px;
  }
  .phase2-main .main-banner-sect .button-wrapper .btn-brd-gradient .btn {
    font-size: 34px;
    line-height: 40px;
  }
  .phase2-main .main-banner-sect .content-wrapper .heading {
    font-size: 34px;
    line-height: 40px;
  }
  .phase2-main .main-banner-sect .content-wrapper .sub-heading {
    font-size: 28px;
    line-height: 40px;
  }
  .phase2-main .main-banner-sect .content-wrapper .content {
    font-size: 24px;
    line-height: 34px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper {
    margin-top: -360px;
    padding-top: 100px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .heading-wrapper .heading {
    font-size: 42px;
    line-height: 44px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body .title {
    font-size: 22px;
    line-height: 24px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body .description {
    font-size: 18px;
    line-height: 22px;
  }
  .phase2-main .offer-sect .offer-volume-wrapper .heading-wrapper .heading {
    font-size: 40px;
    line-height: 40px;
  }
  .phase2-main .offer-sect .offer-volume-wrapper .heading-wrapper .sub-heading {
    font-size: 34px;
    line-height: 44px;
  }
  .phase2-main .offer-sect::after {
    height: 350px;
  }
  .phase2-main .how-to-make-sect .open-entries-wrapper .timelimit-wrapper .speaker {
    position: absolute;
    top: 15%;
    left: -50px;
  }
  .phase2-main .how-to-make-sect .open-entries-wrapper .timelimit-wrapper .speaker img {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .phase2-main .offer-sect .yellow-box-wrapper {
    padding: 150px 50px 70px;
    border-radius: 150px;
    margin-top: -380px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .heading-wrapper .heading {
    font-size: 50px;
    line-height: 54px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .heading-wrapper .sub-heading {
    font-size: 36px;
    line-height: 42px;
  }
  .phase2-main .offer-sect .offer-volume-wrapper .heading-wrapper .heading {
    font-size: 50px;
    line-height: 50px;
  }
  .phase2-main .offer-sect .offer-volume-wrapper .heading-wrapper .sub-heading {
    font-size: 37px;
    line-height: 47px;
  }
  .phase2-main .offer-sect .stay-tuned-wrapper {
    padding: 50px 0px;
  }
  .phase2-main .offer-sect .stay-tuned-wrapper .heading-wrapper .heading {
    font-size: 40px;
    line-height: 48px;
  }
  .phase2-main .offer-sect .stay-tuned-wrapper .heading-wrapper .sub-heading {
    font-size: 36px;
    line-height: 42px;
  }
  .phase2-main .offer-sect .stay-tuned-wrapper .social-items-links {
    gap: 25px;
    padding-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .phase2-main .main-banner-sect {
    text-align: left;
    background-image: url("../images/phase-2/phase2-main-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .phase2-main .main-banner-sect::before, .phase2-main .main-banner-sect::after {
    content: none;
  }
  .phase2-main .main-banner-sect .heading-wrapper .heading {
    font-size: 42px;
    line-height: 42px;
  }
  .phase2-main .main-banner-sect .heading-wrapper .sub-heading {
    font-size: 26px;
    line-height: 32px;
  }
  .phase2-main .main-banner-sect .hash-tag {
    font-size: 26px;
    line-height: 32px;
  }
  .phase2-main .main-banner-sect .button-wrapper {
    padding-left: 42px;
    margin-top: 15px;
  }
  .phase2-main .main-banner-sect .button-wrapper .btn-brd-gradient .btn {
    font-size: 20px;
    line-height: 26px;
  }
  .phase2-main .main-banner-sect .content-wrapper {
    padding-left: 42px;
  }
  .phase2-main .main-banner-sect .content-wrapper .heading {
    font-size: 22px;
    line-height: 24px;
  }
  .phase2-main .main-banner-sect .content-wrapper .sub-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .phase2-main .main-banner-sect .content-wrapper .content {
    font-size: 16px;
    line-height: 22px;
  }
  .phase2-main .how-to-make-sect .open-entries-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phase2-main .how-to-make-sect .open-entries-wrapper .timelimit-wrapper {
    position: relative;
    padding-right: 50px;
    margin-right: 50px;
  }
  .phase2-main .how-to-make-sect .open-entries-wrapper .timelimit-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    background-image: url("../images/phase-2/border-bullet.png");
    background-repeat: repeat;
    width: 8px;
    height: calc(90% - 90px);
  }
  .phase2-main .how-to-make-sect .open-entries-wrapper .calendar-wrapper {
    margin-top: -140px;
    justify-content: space-between;
  }
  .phase2-main .offer-sect .yellow-box-wrapper {
    margin-top: -350px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .heading-wrapper .heading {
    font-size: 60px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 1200px) {
  .phase2-main .main-banner-sect .heading-wrapper .heading {
    font-size: 70px;
    line-height: 62px;
  }
  .phase2-main .main-banner-sect .heading-wrapper .sub-heading {
    font-size: 38px;
    line-height: 42px;
  }
  .phase2-main .main-banner-sect .hash-tag {
    font-size: 34px;
    line-height: 40px;
  }
  .phase2-main .main-banner-sect .button-wrapper {
    margin-top: 25px;
  }
  .phase2-main .main-banner-sect .button-wrapper .btn-brd-gradient .btn {
    font-size: 34px;
    line-height: 40px;
  }
  .phase2-main .main-banner-sect .content-wrapper .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .phase2-main .main-banner-sect .content-wrapper .sub-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .phase2-main .main-banner-sect .content-wrapper .content {
    font-size: 20px;
    line-height: 24px;
  }
  .phase2-main .offer-sect {
    background-position: center center;
  }
  .phase2-main .offer-sect .yellow-box-wrapper {
    padding: 150px 75px 70px;
    margin-top: -380px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body {
    padding: 15px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body .title {
    font-size: 20px;
    line-height: 24px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body .description {
    font-size: 14px;
    line-height: 20px;
  }
  .phase2-main .offer-sect .offer-volume-wrapper .heading-wrapper .heading {
    font-size: 60px;
    line-height: 70px;
  }
  .phase2-main .offer-sect .offer-volume-wrapper .heading-wrapper .sub-heading {
    font-size: 47px;
    line-height: 57px;
  }
}
@media only screen and (min-width: 1400px) {
  .phase2-main .main-banner-sect .heading-wrapper .heading {
    font-size: 80px;
    line-height: 72px;
  }
  .phase2-main .main-banner-sect .heading-wrapper .sub-heading {
    font-size: 45px;
    line-height: 50px;
  }
  .phase2-main .main-banner-sect .hash-tag {
    font-size: 40px;
    line-height: 46px;
  }
  .phase2-main .main-banner-sect .content-wrapper .heading {
    font-size: 30px;
    line-height: 34px;
  }
  .phase2-main .main-banner-sect .content-wrapper .sub-heading {
    font-size: 24px;
    line-height: 34px;
  }
  .phase2-main .main-banner-sect .content-wrapper .content {
    font-size: 22px;
    line-height: 30px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper {
    padding: 150px 120px 70px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body {
    padding: 25px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body .title {
    font-size: 26px;
    line-height: 28px;
  }
  .phase2-main .offer-sect .yellow-box-wrapper .card-list-wrapper .card .card-body .description {
    font-size: 20px;
    line-height: 26px;
  }
}
.p3-main-banner-section {
  width: 100%;
  aspect-ratio: 2/1;
  background-image: url("../images/phase-3/banner-yashraj-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  background-color: #00ac5b;
}
.p3-main-banner-section.no-bg {
  background-image: none;
}

.p3-main-banner-row {
  height: 100%;
  align-content: flex-end;
  padding-bottom: 110px;
}

@media only screen and (min-width: 1400px) {
  .p3-main-banner-row {
    padding-bottom: 130px;
  }
}
.p3-navbar {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}
.p3-navbar .navbar-toggler {
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #00ac5b;
  z-index: 2;
}
.p3-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.p3-navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 172, 91, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.p3-navbar .offcanvas {
  background-color: #00ac5b;
  background-image: url("../images/offcanvas-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.p3-navbar .offcanvas .offcanvas-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p3-navbar .navbar-nav .nav-item {
  text-align: center;
  border-bottom: solid 1px #008747;
}
.p3-navbar .navbar-nav .nav-item:last-child {
  border-bottom: none;
}
.p3-navbar .navbar-nav .nav-item a {
  font-family: "Brevia-Bold", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 46px;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p3-navbar .navbar-nav .nav-item a.active {
  color: #000000;
}
.p3-navbar .navbar-nav .nav-item a:hover {
  color: #000000;
}

.menu-icon-thumb-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 250px;
  z-index: 1;
}

.video-box-wrapper {
  position: relative;
  display: block;
  width: 34%;
  aspect-ratio: 9/14;
  background-image: url("../images/phase-3/banner-video-bg-vert.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.video-box-wrapper .main-video-wrapper {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 1.5%;
  left: 8.5%;
  right: 0;
  width: 82.2%;
  aspect-ratio: 9/16;
  border-radius: 12px;
}
.video-box-wrapper .main-video-wrapper video {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
  transform: scale(1.02);
}
.video-box-wrapper .play-icon {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 38%;
  left: 46%;
  z-index: 9;
}
.video-box-wrapper.winner-video-box-wrapper {
  width: 44%;
}
.video-box-wrapper.gallery-video-box-wrapper {
  width: 90%;
}

.video-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffdb00;
  position: relative;
  z-index: 10;
  font-size: 26px;
  line-height: 32px;
}
.video-title:hover {
  color: #ffdb00;
}
.video-title .scroll-link {
  margin: 0px;
  transform: rotate(-90deg);
  animation: jumpLeftToRight 1s infinite;
}

@keyframes jumpLeftToRight {
  0% {
    transform: translateX(0px) rotate(-90deg);
  }
  50% {
    transform: translateX(10px) rotate(-90deg);
  }
  100% {
    transform: translateX(0px) rotate(-90deg);
  }
}
@media only screen and (max-width: 1199px) {
  .menu-icon-thumb-bg {
    width: 200px;
  }
  .p3-main-banner-row {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-brand img {
    max-height: 75px;
  }
  .menu-icon-thumb-bg {
    width: 170px;
  }
  .p3-main-banner-row {
    padding-bottom: 30px;
  }
  .video-title {
    font-size: 16px;
    line-height: 20px;
  }
  .p3-main-banner-section .scroll-link {
    width: 20px;
    height: 20px;
  }
  .p3-main-banner-section .redirection-link-wrapper a {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-icon-thumb-bg {
    width: 210px;
  }
  .p3-main-banner-section {
    aspect-ratio: 1/1.9;
    background-image: url("../images/phase-3/banner-yashraj-bg-mobile.png");
    background-position: bottom right;
  }
  .p3-main-banner-row {
    height: auto;
    align-content: flex-start;
    padding-bottom: 0;
    padding-top: 180px;
  }
  .video-title {
    font-size: 20px;
    line-height: 26px;
  }
  .p3-main-banner-section .scroll-link {
    width: 20px;
    height: 20px;
  }
  .p3-main-banner-section .redirection-link-wrapper a {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .p3-main-banner-section {
    aspect-ratio: 1/2.25;
  }
  .menu-icon-thumb-bg {
    width: 170px;
  }
  .p3-main-banner-row {
    padding-top: 110px;
  }
  .video-box-wrapper {
    width: 55%;
  }
  .video-box-wrapper.winner-video-box-wrapper {
    width: 70%;
    margin-top: 30px;
  }
  .video-box-wrapper.gallery-video-box-wrapper {
    width: 90%;
  }
  .video-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.phase3-main .p3-registration-form-wrapper {
  position: relative;
  background-color: #f05a28;
  background-image: url("../images/phase-3/registration-form-bg.png"), url("../images/phase-3/speaker-noise-left-bg.png"), url("../images/phase-3/speaker-noise-right-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 20%, 20%;
  background-position: center bottom, left calc(100% - 70px), right calc(100% - 70px);
  padding-bottom: 80px;
}
.phase3-main .p3-registration-form-wrapper.bottom-main-bg {
  background-size: contain, 20%, 20%;
}
.phase3-main .p3-registration-form-wrapper .p3-lightning-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 36/5;
  transform: translate(0px, -55%);
}
.phase3-main .p3-registration-form-wrapper .p3-lightning-wrapper img {
  width: 100%;
  height: 100%;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form-container {
  padding-top: 120px;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form-head {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 52px;
  color: #ffffff;
  text-shadow: 3px 3px #cf3400;
  margin-bottom: 30px;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control {
  border-radius: 4px;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #004314;
  border-color: #004314;
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:focus, .phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:hover, .phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:focus-visible {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ffffff;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:focus::-moz-placeholder, .phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:hover::-moz-placeholder, .phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:focus-visible::-moz-placeholder {
  color: #004314;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:focus::placeholder, .phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:hover::placeholder, .phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:focus-visible::placeholder {
  color: #004314;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control::-moz-placeholder {
  color: #004314;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control::placeholder {
  color: #004314;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-select {
  position: relative;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 8px;
  padding: 8px 16px;
  color: #004314;
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:focus, .phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:hover, .phase3-main .p3-registration-form-wrapper .p3-registration-form .form-control:focus-visible,
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-select:focus,
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-select:hover,
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-select:focus-visible,
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-check-input:focus,
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-check-input:hover,
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-check-input:focus-visible {
  box-shadow: none;
  outline: none;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #004314;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .error-text {
  display: block;
  width: 100%;
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .error-text.show-error-text {
  padding-left: 26px;
  position: relative;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .error-text.show-error-text::before {
  content: "\e99a";
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .submit-errors-wrapper > div {
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #ffffff;
  margin-bottom: 15px;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .submit-errors-wrapper > div.submit-error {
  background-color: #d05352;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .submit-errors-wrapper > div.submit-success {
  background-color: #00ac5b;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .input-group .input-group-text {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #ffffff;
  color: #004314;
  border: none;
  border-bottom: 3px solid #00ac5b;
  padding-right: 0px;
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .input-group .form-control {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border: none;
  border-bottom: 3px solid #00ac5b;
  margin-left: 0 !important;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .input-group .form-select {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border: none;
  border-bottom: 3px solid #00ac5b;
  margin-left: 0 !important;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .input-group.captcha-input-group .input-group-text {
  background-color: #00ac5b;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  padding-right: 10px;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-check-label {
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .form-check-input:checked {
  background-color: #00ac5b;
  border-color: #00ac5b;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .p3-form-para {
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .custom-file-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px;
  flex-wrap: wrap;
  color: #004314;
  padding: 10px;
  border-radius: 12px !important;
  border-bottom: 3px solid #00ac5b;
  background-color: #ffffff;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .custom-file-upload .file-input {
  display: none;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .custom-file-upload .file-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border: 2px dashed #00ac5b;
  padding: 8px;
  border-radius: 15px;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .custom-file-upload .file-label .file-upload-text {
  flex: 1;
  color: #004314;
  font-size: 16px;
  margin-right: 10px;
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .custom-file-upload .file-label .upload-btn {
  font-size: 16px;
  line-height: 18px;
  border-radius: 36px;
  background-color: #00ac5b;
  border: 1px solid #00ac5b;
  padding: 5px 15px;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .custom-file-upload .file-label:hover .upload-btn {
  color: #004314;
  background-color: transparent;
  border: 1px solid #00ac5b;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .p3-register-btn-wrapper .submit-btn {
  background: linear-gradient(270deg, #d2de03 0%, #6ec400 100%);
  border: 1px solid #faffa4;
  border-right: 1px solid transparent;
  font-family: "Brevia-Semibold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 30px;
  border-radius: 46px;
  color: #004314;
}
.phase3-main .p3-registration-form-wrapper .p3-registration-form .p3-register-btn-wrapper .submit-btn:hover {
  color: #ffffff;
  background: linear-gradient(270deg, #6ec400 0%, #d2de03 100%);
  border-left: 1px solid transparent;
  border-right: 1px solid #faffa4;
}
.phase3-main .p3-registration-form-wrapper .prize-volume-wrapper {
  width: 90%;
  margin: 0 auto;
}
.phase3-main .p3-registration-form-wrapper .prize-volume-wrapper .heading-wrapper {
  color: #ffdb00;
}
.phase3-main .p3-registration-form-wrapper .prize-volume-wrapper .heading-wrapper .heading {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-shadow: 2px 2px #00ac5b;
}
.phase3-main .p3-registration-form-wrapper .prize-volume-wrapper .heading-wrapper .sub-heading {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 36px;
  text-shadow: 2px 2px #00ac5b;
}

.p3-prize-section {
  background-color: #f05a28;
}
.p3-prize-section .p3-prize-gradient-wrapper {
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  background: linear-gradient(92.76deg, #feea01 -12.14%, #6fc403 73.5%);
  padding-bottom: 50px;
}
.p3-prize-section .offer-img-wrapper {
  position: relative;
  z-index: 1;
}
.p3-prize-section .offer-img-wrapper .weekly-offer,
.p3-prize-section .offer-img-wrapper .daily-offer {
  position: relative;
  overflow: visible;
}
.p3-prize-section .offer-img-wrapper .weekly-offer img,
.p3-prize-section .offer-img-wrapper .daily-offer img {
  margin-top: -40px;
}
.p3-prize-section .disclaimer-note-wrapper {
  margin: 25px 0px;
}
.p3-prize-section .disclaimer-note-wrapper .note {
  color: #7a7a00;
  position: relative;
  padding: 0px 35px;
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
.p3-prize-section .disclaimer-note-wrapper .note::before, .p3-prize-section .disclaimer-note-wrapper .note::after {
  content: "";
  position: absolute;
  background-color: #7a7a00;
  width: 32px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.p3-prize-section .disclaimer-note-wrapper .note::before {
  left: 0px;
}
.p3-prize-section .disclaimer-note-wrapper .note::after {
  right: 0px;
}
.p3-prize-section .disclaimer-note-wrapper .note span {
  margin: 0px 10px;
}
.p3-prize-section .stay-tuned-wrapper .box-wrapper {
  border: 1px solid #ffffff;
  border-radius: 23px;
  position: relative;
  border-bottom: 0px;
}
.p3-prize-section .stay-tuned-wrapper .box-wrapper legend.top-badge {
  float: none;
  width: auto;
  margin: 0px;
}
.p3-prize-section .stay-tuned-wrapper .top-badge {
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.p3-prize-section .stay-tuned-wrapper .heading-wrapper {
  margin: 15px 0px;
}
.p3-prize-section .stay-tuned-wrapper .heading-wrapper .heading {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 100px;
  line-height: 90px;
}
.p3-prize-section .stay-tuned-wrapper .heading-wrapper .sub-heading {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 44px;
}
.p3-prize-section .stay-tuned-wrapper .social-media-item-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: -16px;
}
.p3-prize-section .stay-tuned-wrapper .social-media-item-list::before, .p3-prize-section .stay-tuned-wrapper .social-media-item-list::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: calc(50% - 100px);
  height: 1px;
  bottom: 16px;
}
.p3-prize-section .stay-tuned-wrapper .social-media-item-list::before {
  left: 16px;
}
.p3-prize-section .stay-tuned-wrapper .social-media-item-list::after {
  right: 16px;
}
.p3-prize-section .stay-tuned-wrapper .social-media-item-list .item {
  position: relative;
}
.p3-prize-section .stay-tuned-wrapper .card {
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 22px;
}

@media only screen and (min-width: 1200px) {
  .phase3-main .registration-form-wrapper .prize-volume-wrapper .heading-wrapper .heading {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  .phase3-main .p3-registration-form-wrapper {
    padding-bottom: 40px;
    background-position: center bottom, left calc(100% - 40px), right calc(100% - 40px);
  }
  .phase3-main .p3-registration-form-wrapper .p3-registration-form-container {
    padding-top: 90px;
  }
  .phase3-main .p3-registration-form-wrapper .prize-volume-wrapper .heading-wrapper .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .video-box-wrapper .play-icon {
    top: 30%;
    left: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .p3-prize-section .p3-prize-gradient-wrapper {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
  .video-box-wrapper .play-icon {
    width: 38px;
    height: 38px;
    top: 30%;
    left: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .phase3-main .p3-registration-form-wrapper .p3-registration-form-container {
    padding-top: 70px;
  }
  .phase3-main .p3-registration-form-wrapper .prize-volume-wrapper .heading-wrapper .heading {
    font-size: 24px;
    line-height: 34px;
  }
  .p3-prize-section .p3-prize-gradient-wrapper {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .p3-prize-section .offer-img-wrapper .weekly-offer img,
  .p3-prize-section .offer-img-wrapper .daily-offer img {
    margin-top: -30px;
  }
  .video-box-wrapper .play-icon {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .video-box-wrapper .main-video-wrapper {
    border-radius: 12px;
  }
  .phase3-main .p3-registration-form-wrapper {
    padding-bottom: 50px;
    background-position: center bottom, left calc(100% - 60px), right calc(100% - 60px);
  }
  .phase3-main .p3-registration-form-wrapper .p3-registration-form-container {
    padding-top: 30px;
  }
  .phase3-main .p3-registration-form-wrapper .prize-volume-wrapper .heading-wrapper .heading {
    font-size: 20px;
    line-height: 28px;
  }
  .phase3-main .p3-registration-form-wrapper .p3-registration-form-head {
    font-size: 30px;
    line-height: 40px;
  }
  .phase3-main {
    height: auto;
  }
  .p3-prize-section {
    height: auto;
  }
  .p3-prize-section .offer-img-wrapper .weekly-offer img {
    margin-top: -30px;
  }
  .p3-prize-section .offer-img-wrapper .daily-offer img {
    margin-top: 0px;
  }
  .p3-prize-section .stay-tuned-wrapper .heading-wrapper img {
    width: 40%;
  }
  .p3-prize-section .stay-tuned-wrapper .heading-wrapper .sub-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
/* phase 4 rules*/
.p4-banner-section {
  background-image: url("../images/phase-4/p4-banner-bg.png"), linear-gradient(90deg, rgb(231, 148, 38) 0%, rgb(231, 148, 38) 42%, rgb(255, 221, 0) 93%, rgb(255, 221, 0) 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right, center center;
  width: 100%;
  aspect-ratio: 2/1;
}
.p4-banner-section .p4-banner-content-wrapper {
  padding: 0 60px 0 80px;
}
.p4-banner-section .p4-logo {
  margin-bottom: -15px;
}
.p4-banner-section .p4-banner-head {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 100px;
  line-height: 100px;
  text-shadow: 6px 4px #5e1b08;
}
.p4-banner-section .p4-banner-sub-head {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 86px;
  line-height: 86px;
  text-shadow: 6px 4px #5e1b08;
  margin-bottom: 30px;
}
.p4-banner-section .p4-hash-tag {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 49px;
  line-height: 49px;
  text-shadow: 3px 2px #5e1b08;
}
.p4-banner-section .p4-banner-text {
  font-family: "Brevia-Bold", Arial, Helvetica, sans-serif;
  font-size: 38px;
  line-height: 48px;
}
.p4-banner-section .p4-button-wrapper {
  margin: 10px 0px 10px;
}
.p4-banner-section .p4-button-wrapper .btn {
  background-color: #00ac5b;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px 40px;
  font-family: "Brevia-Black", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 40px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  text-shadow: 2px 2px #5e1b08;
}
.p4-banner-section .p4-button-wrapper .btn:hover {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
}

.p4-entries-section {
  position: relative;
  background-color: #e6e7e8;
  background-image: url("../images/phase-4/entries-bg-left.png"), url("../images/phase-4/entries-bg-right.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 40%;
  background-position: left -180px, right -180px;
  padding-bottom: 100px;
}
.p4-entries-section .p4-waves-entries-bg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}
.p4-entries-section .container {
  padding-top: 140px;
}
.p4-entries-section .p4-entries-head {
  text-align: center;
  color: #f05a28;
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 43px;
  line-height: 53px;
}
.p4-entries-section .p4-entries-slider-col {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0 60px;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .slick-track {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .slick-prev,
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .slick-next {
  width: 40px;
  height: 48px;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .slick-prev:before,
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .slick-next:before {
  color: #00ac5b;
  font-family: "Material Symbols Outlined";
  font-size: 40px;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .slick-prev {
  left: 30px;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .slick-prev:before {
  content: "\e5e0";
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .slick-next {
  right: 20px;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .slick-next::before {
  content: "\e5e1";
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .p4-slide {
  border-radius: 40px;
  overflow: hidden;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .p4-slide picture {
  width: 100%;
  aspect-ratio: 5/6;
  position: relative;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .p4-slide picture img {
  width: 100%;
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .p4-slide .p4-entry-name {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 20px;
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .p4-slide .p4-entry-name.gradient-1 {
  background: #e79426;
  background: linear-gradient(180deg, rgb(231, 148, 38) 0%, rgb(208, 83, 82) 50%, rgb(184, 19, 126) 100%);
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .p4-slide .p4-entry-name.gradient-2 {
  background: linear-gradient(90deg, rgb(231, 148, 38) 0%, rgb(208, 83, 82) 50%, rgb(184, 19, 126) 100%);
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .p4-slide .p4-entry-name.gradient-3 {
  background: #ebbe23;
  background: linear-gradient(180deg, rgb(235, 190, 35) 0%, rgb(213, 209, 26) 50%, rgb(55, 107, 39) 100%);
}
.p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .p4-slide .p4-entry-name.gradient-4 {
  background: #ffdd00;
  background: linear-gradient(132deg, rgb(255, 221, 0) 0%, rgb(218, 89, 159) 50%);
}
.p4-entries-section .p4-entries-below-text {
  text-align: center;
  color: #00ac5b;
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 45px;
  line-height: 55px;
}
.p4-entries-section .p4-entries-below-text span {
  font-size: 52px;
  line-height: 62px;
  color: #f05a28;
}

.p4-thanks-section {
  background-color: #00ac5b;
  width: 100%;
  aspect-ratio: 2/1;
  background-image: url("../images/phase-4/p4-thanks-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: relative;
}
.p4-thanks-section .p4-thanks-yashraj-wrapper {
  position: absolute;
  width: 98%;
  aspect-ratio: 16/9;
  right: 0;
  bottom: 0;
}
.p4-thanks-section .p4-thanks-content-wrapper {
  padding: 0 50px;
}
.p4-thanks-section .p4-thanks-head {
  font-family: "Choripan", Arial, Helvetica, sans-serif;
  font-size: 59px;
  line-height: 59px;
  text-shadow: 6px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.p4-thanks-section .p4-thanks-text {
  font-family: "Brevia-Medium", Arial, Helvetica, sans-serif;
  font-size: 44px;
  line-height: 54px;
}

footer {
  background-color: #5cc3e6;
  background: linear-gradient(0deg, #5cc3e6 0%, #9ae6ff 100%);
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000000;
}
footer .p4-footer-content-wrapper {
  font-family: "Brevia-Semibold", Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 35px;
}
footer .p4-footer-content-wrapper span {
  font-family: "Brevia-Bold", Arial, Helvetica, sans-serif;
  font-size: 29px;
  line-height: 35px;
}
footer .p4-footer-icons-wrapper {
  margin-left: 10px;
}
footer .p4-footer-icons-wrapper a {
  margin: 0 5px;
  display: block;
  width: 35px;
  height: 35px;
}
footer .p4-footer-icons-wrapper a img {
  border: none;
  outline: none;
}

@media only screen and (max-width: 1280px) {
  footer .p4-footer-content-wrapper {
    font-size: 22px;
    line-height: 30px;
  }
  footer .p4-footer-content-wrapper span {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .p4-banner-section .p4-banner-head {
    font-size: 70px;
    line-height: 70px;
  }
  .p4-banner-section .p4-banner-sub-head {
    font-size: 58px;
    line-height: 58px;
  }
  .p4-banner-section .p4-banner-text {
    font-size: 28px;
    line-height: 38px;
  }
  .p4-banner-section .p4-hash-tag {
    font-size: 36px;
    line-height: 36px;
  }
  .p4-banner-section .p4-button-wrapper .btn {
    padding: 15px 20px;
    font-size: 26px;
    line-height: 34px;
  }
  .p4-entries-section .container {
    padding-top: 100px;
  }
  .p4-entries-section .p4-entries-head {
    font-size: 35px;
    line-height: 35px;
  }
  .p4-entries-section .p4-entries-below-text {
    font-size: 35px;
    line-height: 45px;
  }
  .p4-entries-section .p4-entries-below-text span {
    font-size: 42px;
    line-height: 52px;
  }
  .p4-thanks-section .p4-thanks-head {
    font-size: 42px;
    line-height: 42px;
  }
  .p4-thanks-section .p4-thanks-text {
    font-size: 32px;
    line-height: 42px;
  }
  footer .p4-footer-content-wrapper {
    font-size: 18px;
    line-height: 30px;
  }
  footer .p4-footer-content-wrapper span {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .p4-banner-section .p4-banner-content-wrapper {
    padding: 0 30px 0 60px;
  }
  .p4-banner-section .p4-banner-head {
    font-size: 50px;
    line-height: 50px;
    text-shadow: 4px 2px #5e1b08;
  }
  .p4-banner-section .p4-banner-sub-head {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-shadow: 4px 2px #5e1b08;
  }
  .p4-banner-section .p4-banner-text {
    font-size: 20px;
    line-height: 30px;
  }
  .p4-banner-section .p4-hash-tag {
    font-size: 25px;
    line-height: 35px;
    text-shadow: 2px 2px #5e1b08;
  }
  .p4-banner-section .p4-button-wrapper .btn {
    font-size: 20px;
    line-height: 24px;
  }
  .p4-banner-section .p4-logo {
    margin-bottom: -10px;
  }
  .p4-banner-section .p4-logo img {
    width: 80px;
  }
  .p4-thanks-section .p4-thanks-content-wrapper {
    padding: 0px 30px;
  }
  .p4-thanks-section .p4-thanks-head {
    font-size: 32px;
    line-height: 32px;
    text-shadow: 3px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
  }
  .p4-thanks-section .p4-thanks-text {
    font-size: 22px;
    line-height: 32px;
  }
  footer .p4-footer-content-wrapper {
    font-size: 16px;
    line-height: 26px;
  }
  footer .p4-footer-content-wrapper span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p4-banner-section .p4-banner-content-wrapper {
    padding: 0 20px 0 50px;
  }
  .p4-banner-section .p4-banner-head {
    font-size: 40px;
    line-height: 40px;
    text-shadow: 3px 2px #5e1b08;
  }
  .p4-banner-section .p4-banner-sub-head {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-shadow: 3px 2px #5e1b08;
  }
  .p4-banner-section .p4-banner-text {
    font-size: 16px;
    line-height: 24px;
  }
  .p4-banner-section .p4-hash-tag {
    font-size: 18px;
    line-height: 24px;
    text-shadow: 1px 1px #5e1b08;
  }
  .p4-banner-section .p4-logo {
    margin-bottom: -10px;
  }
  .p4-banner-section .p4-logo img {
    width: 60px;
  }
  .p4-banner-section .p4-button-wrapper .btn {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
  }
  .p4-entries-section {
    padding-bottom: 40px;
  }
  .p4-entries-section .container {
    padding-top: 60px;
  }
  .p4-entries-section .p4-entries-head {
    font-size: 22px;
    line-height: 22px;
  }
  .p4-entries-section .p4-entries-slider-col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .p4-slide {
    border-radius: 20px;
  }
  .p4-entries-section .p4-entries-slider-col .p4-entries-slider-wrapper .p4-slide .p4-entry-name {
    font-size: 15px;
    line-height: 22px;
    padding: 12px;
  }
  .p4-entries-section .p4-entries-below-text {
    font-size: 20px;
    line-height: 28px;
  }
  .p4-entries-section .p4-entries-below-text span {
    font-size: 24px;
    line-height: 30px;
  }
  .p4-thanks-section .p4-thanks-content-wrapper {
    padding: 0px 20px;
  }
  .p4-thanks-section .p4-thanks-head {
    font-size: 24px;
    line-height: 24px;
  }
  .p4-thanks-section .p4-thanks-text {
    font-size: 18px;
    line-height: 24px;
  }
  footer .p4-footer-content-wrapper {
    font-size: 15px;
    line-height: 24px;
  }
  footer .p4-footer-content-wrapper span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .p4-banner-section,
  .p4-entries-section,
  .p4-thanks-section {
    height: auto;
  }
  .p4-banner-section {
    background-image: url("../images/phase-4/p4-banner-bg-mobile.png"), linear-gradient(180deg, rgb(231, 148, 38) 0%, rgb(231, 148, 38) 42%, rgb(255, 221, 0) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left, center center;
    width: 100%;
    aspect-ratio: 1/1.8;
  }
  .p4-banner-section .p4-banner-content-wrapper {
    padding: 20px 20px;
    text-align: center;
    width: 100%;
  }
  .p4-banner-section .p4-logo {
    margin-bottom: 0px;
  }
  .p4-banner-section .p4-logo img {
    width: 80px;
  }
  .p4-banner-section .p4-banner-head {
    font-size: 52px;
    line-height: 52px;
  }
  .p4-banner-section .p4-banner-sub-head {
    font-size: 40px;
    line-height: 40px;
  }
  .p4-banner-section .p4-banner-text {
    font-size: 22px;
    line-height: 32px;
  }
  .p4-banner-section .p4-hash-tag {
    font-size: 24px;
    line-height: 24px;
  }
  .p4-banner-section .p4-button-wrapper .btn {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 20px;
  }
  .p4-entries-section {
    background-position: left 80px, right 80px;
  }
  .p4-entries-section .p4-entries-head {
    font-size: 20px;
    line-height: 22px;
  }
  .p4-entries-section .p4-entries-below-text {
    font-size: 18px;
    line-height: 24px;
  }
  .p4-entries-section .p4-entries-below-text span {
    font-size: 22px;
    line-height: 28px;
  }
  .p4-thanks-section {
    aspect-ratio: 1/1.6;
    background-image: url("../images/phase-4/p4-thanks-bg-mobile.png");
    background-position: bottom right;
    background-size: cover;
  }
  .p4-thanks-section .p4-thanks-yashraj-wrapper {
    width: 100%;
    aspect-ratio: 1/1.6;
  }
  .p4-thanks-section .p4-thanks-content-wrapper {
    text-align: center;
    padding-top: 40px;
  }
  .p4-thanks-section .p4-thanks-head {
    font-size: 45px;
    line-height: 45px;
  }
  .p4-thanks-section .p4-thanks-text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .p4-banner-section {
    aspect-ratio: 1/1.9;
  }
  .p4-banner-section .p4-banner-head {
    font-size: 40px;
    line-height: 40px;
  }
  .p4-banner-section .p4-banner-sub-head {
    font-size: 30px;
    line-height: 30px;
  }
  .p4-banner-section .p4-banner-text {
    font-size: 18px;
    line-height: 24px;
  }
  .p4-banner-section .p4-hash-tag {
    font-size: 20px;
    line-height: 20px;
  }
  .p4-banner-section .p4-button-wrapper .btn {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 16px;
  }
  .p4-thanks-section {
    aspect-ratio: 1/1.8;
  }
  .p4-thanks-section .p4-thanks-yashraj-wrapper {
    aspect-ratio: 1/1.8;
  }
  .p4-thanks-section .p4-thanks-head {
    font-size: 32px;
    line-height: 32px;
  }
  .p4-thanks-section .p4-thanks-text {
    font-size: 22px;
    line-height: 30px;
  }
}
.phase3-winner-video-modal .phase3-winner-video-wrapper {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 15px;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */