@media screen and (max-width: 768px) {
  .section-padding {
    padding: 30px 0px;
  }
  .common-heading {
    font-size: 24px;
  }
  .new-read-more {
    min-width: 140px;
  }
  .new-ticker {
    top: 72px !important;
  }
  .changemaker-card__inner {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }
  .changemaker-card__image {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .changemaker-card__image img {
    width: 100%;
    aspect-ratio: 10/8;
  }
  .changemaker-card .changemaker-card__content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .changemakers-slider-section {
    background-size: cover !important;
  }
  .changemakers-slider-section .common-heading br {
    display: none;
  }
  .changemakers-slider-section .changemakers-slider-section__heading {
    margin-bottom: 20px;
  }
  .changemakersSlider .owl-nav .owl-prev,
  .changemakersSlider .owl-nav .owl-next {
    width: 36px !important;
    height: 36px !important;
    bottom: 0px !important;
  }
  .changemakersSlider .owl-nav .owl-prev::after,
  .changemakersSlider .owl-nav .owl-next::after {
    width: 12px !important;
    height: 12px !important;
    border-top: 3px solid #000 !important;
    border-right: 3px solid #000 !important;
  }
  .changemaker-video--section {
    min-height: auto !important;
  }
  .changemaker-video--section .video-section--content {
    margin-top: 20px;
  }
  .changemaker-popup .changemaker-popup__dialog {
    padding: 10px;
    border-radius: 10px;
    min-height: auto;
    overflow-y: hidden;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card {
    border-radius: 10px;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-popup__close {
    width: 38px;
    height: 38px;
    top: 4px;
    right: 4px;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner {
    border-radius: 10px;
    height: 85vh;
    overflow-y: auto;
    display: flex;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner {
    /* Track (background) */
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner::-webkit-scrollbar-track {
    background: #1e1e2f;
    border-radius: 10px;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner::-webkit-scrollbar-thumb {
    background: #ffd400;
    border-radius: 10px;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner::-webkit-scrollbar-thumb:hover {
    background: #ffcc00;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner .changemaker-card__image {
    padding: 0px 0px 20px 0px;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner .changemaker-card__content {
    max-height: 90vh;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner .changemaker-card__content h3 {
    font-size: 22px;
    max-width: 100%;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner .changemaker-card__content .changemaker-card__meta.journey strong {
    font-size: 18px;
  }
  .changemaker-popup .changemaker-popup__dialog.changemaker-card .changemaker-card__inner .changemaker-card__content .changemaker-card__meta .division-icon img {
    margin: 8px 0px 12px;
  }
  .prize-section .heading-box {
    padding: 20px 0px !important;
    margin-top: -30px !important;
  }
  .prize-section .prizes .or-text {
    font-size: 20px;
  }
  .prize-section .prizes .prize-div {
    padding: 30px 0px;
  }
  .prize-section .prizes .prize-div .title-box h3 {
    font-size: 18px;
    padding: 0px;
  }
  .prize-section .prizes .prize-div .prizes-image {
    margin: 30px 0px 0px;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .prize-section .prizes .prize-div .prizes-image .prize-img:first-child {
    order: 5;
  }
  .prize-section .prizes .prize-div .prizes-image .prize-img:first-child img {
    width: 60%;
  }
  .prize-section .prizes .prize-div .prizes-image .prize-img:nth-child(2) {
    order: 3;
  }
  .prize-section .prizes .prize-div .prizes-image .prize-img:nth-child(2) img {
    width: 70%;
  }
  .prize-section .prizes .prize-div .prizes-image .prize-img:nth-child(3) {
    order: 1;
  }
  .prize-section .prizes .prize-div .prizes-image .prize-img:nth-child(3) img {
    width: 80%;
  }
  .prize-section .prizes .prize-div .prizes-image .prize-img:nth-child(4) {
    order: 2;
  }
  .prize-section .prizes .prize-div .prizes-image .prize-img:nth-child(4) img {
    width: 75%;
  }
  .prize-section .prizes .prize-div .prizes-image .prize-img:last-child {
    order: 4;
  }
  .prize-section .prizes .prize-div .prizes-image .prize-img:last-child img {
    width: 65%;
  }
  .prize-section .bottom-div {
    flex-direction: column !important;
  }
  .prize-section .bottom-div .creteria-box {
    border-right: 0px !important;
  }
  .prize-section .bottom-div .creteria-box:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .powering-section .heading-box {
    margin-top: -32px !important;
    padding: 20px 0px !important;
  }
  .powering-section .heading-box p {
    width: 100% !important;
  }
  .powering-section .powering-cards {
    margin: 25px 0px 15px !important;
  }
  .powering-section .powering-cards .cards .card .title {
    padding: 15px !important;
  }
  .powering-section .powering-cards .cards .card .title h3 {
    font-size: 18px !important;
  }
  .powering-section .powering-cards .cards .card .title::before {
    clip-path: polygon(3% 0, 97% 0, 90% 100%, 10% 100%) !important;
  }
  .powering-section .powering-cards .cards .card .content {
    padding: 10px 20px !important;
  }
  .powering-section .powering-cards .cards .card .content p {
    width: calc(100% - 25px) !important;
    padding-bottom: 10px;
    margin: 10px auto 20px;
  }
  .powering-section .powering-cards .cards .card .content img {
    height: 170px;
  }
  .ignite-journey--section {
    min-height: auto !important;
    background-image: url("../images/new-home/mobile_roadmap_background.png");
    background-position: bottom;
  }
  .ignite-journey--section .common-heading {
    padding-left: 15px;
    padding-top: 7px;
    margin-top: 0px;
  }
  .ignite-journey--section .common-heading br {
    display: inline-block;
  }
  .ignite-journey--section .common-heading::after {
    left: 0px;
    top: -2px;
    height: 60%;
  }
  .ignite-journey--section .journey-img {
    margin-top: -40px;
  }
  .vivo-for-india--section {
    min-height: auto !important;
    background-position: center !important;
  }
  .vivo-for-india--section .description {
    width: 100% !important;
  }
  .vivo-for-india--section .common-heading {
    margin: 0px 0px 10px !important;
  }
  .vivo-for-india--section .our-aim-div {
    margin-top: 30px !important;
  }
  .vivo-for-india--section .our-aim-div h3 {
    text-align: center !important;
  }
  .vivo-for-india--section .our-aim-div .aims {
    justify-content: center !important;
    gap: 20px !important;
    margin: 30px 0px 20px;
  }
  .vivo-for-india--section .our-aim-div .aims img {
    width: 150px !important;
  }
  .vivo-for-india--section p.bottom-para {
    font-size: 18px !important;
    margin: 10px 0px 0px !important;
  }
  .ignite-achievement--section .achievements {
    justify-content: center !important;
    margin-top: 30px;
    gap: 10px;
    row-gap: 20px;
  }
  .ignite-achievement--section .achievements .achievement {
    max-width: 50%;
  }
  .ignite-achievement--section .achievements .achievement p {
    margin: 10px 0px 0px;
    line-height: 1;
  }
  .ignite-achievement--section .achievements .achievement p span {
    font-size: 14px;
  }
  .ignite-achievement--section .achievements .achievement img {
    height: 54px;
  }
  .where-ideas--section .heading-box {
    background-position: bottom;
    padding: 20px 0px 40px;
  }
  .where-ideas--section .content .bottom-para {
    margin: 20px 0px 0px;
    font-size: 18px;
  }
  .where-ideas--section .doodle-img {
    margin-top: 20px;
  }
  footer {
    padding: 20px 0px;
  }
  footer ul {
    justify-content: start;
    flex-wrap: wrap;
    align-items: start;
  }
  .changemaker-page {
    padding-top: 70px;
  }
  .changemaker-page .doodle-img {
    text-align: center;
  }
  .changemaker-page .doodle-img img {
    width: 70%;
  }
  .changemaker-page .content {
    margin-top: 30px;
  }
  .changemaker-page .content h2,
  .changemaker-page .content p {
    text-align: center;
  }
  .changemaker-page .content h2:first-of-type,
  .changemaker-page .content p:first-of-type {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .new-hero-banner {
    min-height: auto !important;
  }
  .new-hero-banner .hero-banner--content {
    min-height: auto !important;
  }
  .new-hero-banner__logo {
    margin-top: 30px;
  }
  .new-hero-banner__logo .logo-img {
    margin-bottom: 20px !important;
  }
  .new-hero-banner__logo .logo-img img {
    width: 100%;
  }
  .new-hero-banner .banner {
    height: auto;
  }
  .new-hero-banner .custom-nav {
    width: 36px !important;
    height: 36px !important;
    bottom: 25px !important;
  }
  .new-hero-banner .custom-nav::after {
    width: 12px !important;
    height: 12px !important;
    border-top: 3px solid #000 !important;
    border-right: 3px solid #000 !important;
  }
  .new-hero-banner .swiper .swiper-slide {
    min-height: 80vh;
  }
  .new-hero-banner .swiper-button-prev {
    left: 15px !important;
  }
  .new-hero-banner .swiper-button-next {
    right: 15px !important;
  }
  .changemakers-slider-section .changemakersSlider::before, .changemakers-slider-section .changemakersSlider::after {
    display: none;
  }
  .finale-gallery-section .heading-curve {
    height: 90px;
    top: 0px;
  }
  .finale-gallery-section .heading-curve .common-heading {
    padding-bottom: 36px;
  }
  .finale-gallery-section .finale-gallery {
    display: inherit !important;
  }
  .finale-gallery-section .finale-gallery .finale-gallery__viewport {
    padding: 50px 0 20px;
  }
  .finale-gallery-section .finale-gallery .finale-gallery__viewport::before {
    top: 8px;
  }
  .finale-gallery-section .finale-gallery__track {
    padding-bottom: 70px;
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .finale-gallery-section .finale-gallery__track .finale-gallery__item {
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 10px;
    border-radius: 8px;
  }
  .finale-gallery-section .finale-gallery__controls {
    align-items: center;
    justify-content: start;
    padding-top: 10px;
  }
  .finale-gallery-section .finale-gallery__controls .finale-gallery__navs-div {
    flex-direction: row;
    gap: 40px;
  }
  .finale-gallery-section .finale-gallery__controls .finale-gallery__navs-div .gallery-nav {
    flex-direction: row;
    width: 45px;
    height: 45px;
  }
  .finale-gallery-section .finale-gallery__controls .finale-gallery__navs-div .gallery-nav span {
    width: 16px;
    height: 16px;
    display: block;
    border-right: 4px solid #111;
    border-bottom: 4px solid #111;
  }
  .finale-gallery-section .finale-gallery__controls .finale-gallery__hint::before {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .new-hero-banner .swiper .swiper-slide {
    min-height: 90vh;
  }
  .new-hero-banner .banner .hero-banner--content {
    margin-top: 20px;
  }
  .new-hero-banner__logo .logo-img img {
    width: 70%;
  }
  .changemaker-page .doodle-img {
    text-align: center;
  }
  .changemaker-page .doodle-img img {
    width: 60%;
  }
  .changemaker-page .content {
    margin-top: 30px;
  }
  .changemaker-video--section .video-section--content {
    margin-top: 20px;
  }
  .ignite-achievement--section .achievements {
    justify-content: center;
    gap: 40px;
  }
  .ignite-journey--section {
    min-height: auto;
  }
  .ignite-journey--section .journey-img img {
    width: 100%;
  }
}/*# sourceMappingURL=mobile.css.map */