@media screen and (max-width: 1024px) {
    .section-1:after{
        background-size: 100% auto;
        background-position: right bottom;
    }
    .left-column{
        padding: 40px 20px 60px 20px;
    }
    .left-column .logo img,.logo img{
        max-width: 180px;
    }
    .left-column .title-img{
        margin-top: 80px
    }
    .image-slider{
        min-height: unset;
        margin-left: -80px;
    }
    .banner-title {
        font-size: 70px;
        line-height: 60px;
    }
    .banner-sub-title,.banner-description{
        font-size: 18px;
        line-height: 20px;
        margin: 20px 0 30px;
    }
    .banner-sub-title{
        margin-bottom: 0px;
    }
    #banner-participate-now, #participate-now{
        font-size: 24px;
    }
    .section-2{
        padding: 0px 20px 40px;
        background: rgb(18,75,168);
        background: -moz-linear-gradient(180deg, rgba(18,75,168,1) 0%, rgba(9,25,69,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(18,75,168,1) 0%, rgba(9,25,69,1) 100%);
        background: linear-gradient(180deg, rgba(18,75,168,1) 0%, rgba(9,25,69,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124ba8",endColorstr="#091945",GradientType=1);
    }
    .section-2:before{
        background-size: 250px;
        background-position: left -100px center;
        bottom: 50%;
    }
    .section-2:after{
        width: 50%;
        background-size: 300px;
        background-position: right -100px top;
    }
    .section-2 .section-inner{
        padding: 40px 20px;
        max-width: 90%;
    }
    .video-content h2{
        font-size: 38px;
    }
    .video-content-title {
        margin: 40px 0 45px;
    }
    .video-content{
    }
    #participate-now {
    }
    .section-3 {
        padding: 40px 20px 150px;
    }
    .section-3:before{
        width: 30%;
        background-size: 400px;
        z-index: 10;
        display: block;
        background-position: left center;
    }
    .section-3:after{
        width: 50%;
        background-size: 200px;
    }
    .section-3 h2 {
        font-size: 80px;
        line-height: 60px;
    }
    .section-3 .section-content .section-content-top{
        padding: 20px 50px 20px 150px;
        border-radius: 130px;
    }
    .section-content-top img {
        margin: 8px 0 12px;
        max-width: 120px;
    }
    .section-3 .section-content .section-content-bottom{
        padding: 20px 0px 40px 80px;
        font-size: 22px;
        line-height: 1.15;
    }
    .section-3 .section-content h2{
        font-size: 24px;
    }
    .tags{
        font-size: 32px;
    }
    .section-3 .section-content h2 span{
        font-size: 22px;
    }
    .section-4{
        padding: 30px 20px 60px;
    }
    .section-4:before{
        background-size: 280px;
    }
    .section-4:after{
        background-size: 180px;
        top: 100px;
    }
    .images-slider .image-container{
        padding: 12px;
    }
    .image-wrap {
        margin-right: -150px;
        max-width: 290px;
    }
    .step-indicator span {
        width: 22px;
        height: 22px;
        font-size: 16px;
    }
    .steps-indicator .step-indicator img {
        margin: 0px 5px;
        max-width: 50px;
    }
    .step h2{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .step1-inner{
        gap: 20px;
    }
    .step1-inner img{
        border-radius: 20px;
    }
    .step2-inner img {
        max-width: 140px;
    }
    footer{
        padding: 15px 20px;
    }
    .footer-column{
        margin-right: 15px;
    }
    ul.social-icons{
        gap: 10px;
    }
    .footer-column-3 ul li {
        margin-left: 5px;
        padding: 2px 0px 2px 5px;
    }
    .footer-column-1{
        font-size: 14px;
    }
    .footer-column-3{
        font-size: 12px;
    }
    .step0-graphic{
        max-width: 250px;
    }
    .step0-inner-upload-options.user-info {
        max-width: 400px;
        padding: 30px 20px 25px;
    }
    .user-inputs input{
        font-size: 14px;
        padding: 10px 20px;
    }
    .step0-inner-upload-options.user-info p {
        font-size: 14px;
    }
    .step0-inner-upload-options.user-info .user-checks p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .otp-timer{
        font-size: 12px;
    }
    button.submit-btn, button {
        font-size: 18px;
    }
    .step1-inner,.step2-inner{
        padding-top: 20px;
    }
    .step2-inner {
        gap: 30px;
    }
    .step2-inner .radio-heading {
        font-size: 30px;
    }
    .file-input {
        padding: 6px 20px;
        min-width: 140px;
    }
    .step3-inner-upload-options {
        max-width: 600px;
        left: calc(50% - 300px);
        padding: 50px 10px;
    }
    .step3-inner-upload-options.submit-action {
        top: 70px;
        max-width: 350px;
        left: calc(50% - 175px);
    }
    #previewImage {
        height: 280px;
    }
    .step4-inner-upload-options.thank-you{
        margin-top: 50px;
    }
    .step4-inner-upload-options.thank-you p{
        margin-bottom: 20px;
    }
    .step4-graphic-1 {
        max-width: 23%;
    }
    .step4-graphic-2 {
        max-width: 25%;
    }
}


@media screen and (max-width: 767px) {
    .participate-section .logo img{
        max-width: 150px;
    }
    .happy-holi-logo{
        max-width: 80px;
        top: 40px;
    }
    .section-1{
        background: rgb(18,75,168);
        background: -moz-linear-gradient(180deg, rgba(18,75,168,1) 0%, rgba(9,25,69,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(18,75,168,1) 0%, rgba(9,25,69,1) 100%);
        background: linear-gradient(180deg, rgba(18,75,168,1) 0%, rgba(9,25,69,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124ba8",endColorstr="#091945",GradientType=1);
        overflow: hidden;
    }
    .section-1 .section-inner{
        flex-direction: column;
        text-align: center;
        background: url('../img/dots-mobile.png') no-repeat;
        background-position: center top;
    }
    .logo{
        top: 30px;
    }
    .section-1:after{
        background: url(../img/banner-right-bottom-graphic.png) no-repeat;
        bottom: -50px;
        background-position: right bottom;
        width: 100%;
        height: 50%;
        background-size: 100%;
    }
    .section-1 .left-column {
        padding: 140px 20px 10px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .banner-sub-title, .banner-description {
        max-width: 280px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        line-height: 1.15;
    }
    .title-img{
        display: none
    }
    .title-img-mobile{
        display: block;
        margin: 0 auto;
    }
    .section-2{
        padding: 70px 20px 60px;
        background: -moz-linear-gradient(180deg, rgba(18,75,168,1) 60%, rgba(9,25,69,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(18,75,168,1) 60%, rgba(9,25,69,1) 100%);
        background: linear-gradient(180deg, rgba(18,75,168,1) 60%, rgba(9,25,69,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124ba8",endColorstr="#091945",GradientType=1);
    }
    .section-2 .section-inner{
        border-width: 0px;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .section-2:before {
        background: url(../img/section-2-before-mobile.png) no-repeat;
        background-size: 85px;
        background-position: left center;
        bottom: 50px;
    }
    .section-2:after{
        background: url(../img/section-2-after-mobile.png) no-repeat;
        background-size: 140px;
        background-position: right center;
        bottom: 50px;
    }
    .video-content{
        order: -1;
        max-width: 100%;
        margin-top: 30px;
    }
    .video-content-title {
        margin: 40px 0 30px;
    }
    .video-wrap video{
        border-width: 1px;
    }
    .video-content h2{
        margin-bottom: 30px;
    }
    #banner-participate-now{
        font-size: 18px;
        padding: 6px 15px;
    }
    #participate-now {
        font-size: 13px;
        padding: 5px 15px;
    }
    .section-4{
        background: rgb(18,75,168);
        background: -moz-linear-gradient(0deg, rgba(18,75,168,1) 60%, rgba(9,25,69,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(18,75,168,1) 60%, rgba(9,25,69,1) 100%);
        background: linear-gradient(0deg, rgba(18,75,168,1) 60%, rgba(9,25,69,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124ba8",endColorstr="#091945",GradientType=1);
        padding: 0px 20px 60px;
    }
    .section-4:before {
        background: url(../img/section-4-before-mobile.png) no-repeat;
        background-size: 170px;
        background-position: left center;
        bottom: -100px;
    }
    .section-4:after{
        display: none;
    }
    .section-4 .section-inner{
        background: url('../img/dots-mobile.png') no-repeat;
        background-position: center;
    }
    .slick-dots li button:before{
        font-size: 10px;

    }
    .slick-dots li{
        margin: 0;
    }
    .slick-dots li.slick-active button:before{
        font-size: 10px;
    }
    .images-slider .image-container{
        padding: 10px 8px;
    }
    .section-3 h2 {
        font-size: 70px;
        line-height: 54px;
        margin-bottom: 30px;
    }
    .image-wrap {
        margin-right: -80px;
        max-width: 150px;
    }
    .section-3 {
        background: rgb(18,75,168);
        background: -moz-linear-gradient(180deg, rgba(18,75,168,1) 0%, rgba(9,25,69,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(18,75,168,1) 0%, rgba(9,25,69,1) 100%);
        background: linear-gradient(180deg, rgba(18,75,168,1) 0%, rgba(9,25,69,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124ba8",endColorstr="#091945",GradientType=1);
        padding: 20px 20px 150px;
    }
    .section-3:before {
        width: 100%;
        background-size: 150px;
        background-position: left center;
        top: -50px;
    }
    .section-3:after {
        background-size: 120px;
        bottom: 50px;
    }
    .section-3 .section-content{
        width: 235px;
        max-width: 100%;
    }
    .section-3 .section-content h2 {
        font-size: 12px;
    }
    .section-3 .section-inner{
        flex-wrap: nowrap;
        background-size: cover;
    }
    .tags {
        font-size: 18px;
    }
    .section-content-top img {
        margin: 6px 0 8px;
        max-width: 100px;
    }
    .section-3 .section-content h2 span {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .section-3 .section-content .section-content-top{
        padding: 15px 20px 15px 75px;
        border: 1px solid #fff;
        border-radius: 60px;
    }
    .section-3 .section-content .section-content-bottom {
        padding: 10px 0px 10px 15px;
        font-size: 16px;
    }
    footer{
        text-align: center;
        padding: 20px;
        background: transparent;
    }
    .footer-columns{
        flex-direction: column;
        gap: 10px;
    }
    .footer-column{
        margin: 0;
        font-size: 10px;
        width: 100%;
        text-align: center;
    }
    .footer-column-3{
        font-size: 10px;
    }
    .footer-column.footer-column-3 {
        order: -1;
    }
    ul.social-icons {
        margin-top: 5px;
    }
    .step-graphic {
        position: relative;
        text-align: center;
    }
    .participate-form {
        margin-top: 20px;
        padding-bottom: 0px;
    }
    .step-graphic .step-graphic-img-mobile{
        display: block;
    }
    .step-graphic .step-graphic-img{
        display: none;
    }
    .step0-graphic{
        max-width: 100%;
    }
    .step h2 {
        font-size: 18px;
    }
    .step0-inner-upload-options.user-info{
        padding: 20px 15px 20px;
    }
    .participate-section{
        padding: 130px 20px 0px;
        background: rgb(18, 75, 168);
        background: -moz-linear-gradient(180deg, rgba(18, 75, 168, 1) 0%, rgba(9, 25, 69, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(18, 75, 168, 1) 0%, rgba(9, 25, 69, 1) 100%);
        background: linear-gradient(180deg, rgba(18, 75, 168, 1) 0%, rgba(9, 25, 69, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124ba8",endColorstr="#091945",GradientType=1);
        overflow: hidden;
    }
    .user-check {
        column-gap: 30px;
    }
    button.submit-btn, button {
        font-size: 16px;
    }
    .user-checks {
        padding: 0 20px;
    }
    .step1-inner {
        gap: 20px;
        row-gap: 10px;
        padding-bottom: 30px;
    }
    .celebrity-box {
        max-width: calc(50% - 10px);
    }
    .celebrity-box .radio-btn input[type="radio"] + label{
        border-radius: 18px;
    }
    .step1-inner img {
        border-radius: 14px;
    }
    .step1-inner, .step2-inner {
        padding-top: 0;
    }
    .participate-section:after,.participate-section:before{
        background-size: 250px;
    }
    .step2-inner {
        gap: 0px;
        flex-direction: column;
    }
    .step2-inner img {
        max-width: 160px;
    }
    .step2-inner label{
        margin-bottom: 0px;
    }
    .step-graphic.step2-graphic-1 {
        position: absolute;
        left: -10%;
        max-width: 43%;
    }
    .step-graphic.step2-graphic-2 {
        position: absolute;
        right: -8%;
        max-width: 40%;
    }
    .step2-inner .radio-heading{
        padding-top: 0;
    }
    .radio-btn input[type="radio"] + label{
        border-radius: 18px;
    }
    .step3-inner{
        max-width: 350px;
        margin-top: 40px;
    }
    .upload-img{
        min-height: 300px;
    }
    .step3-inner-upload-options .file-inputs{
        flex-direction: column;
        gap: 20px;
    }
    .file-inputs p {
        margin-top: 15px;
    }
    .step3-inner-upload-options {
        width: 100%;
        left: calc(50% - 175px);
        padding: 50px 10px;
        max-width: 350px;
    }
    .step3-inner-upload-options.submit-action {
        top: 120px;
        max-width: 300px;
        left: calc(50% - 150px);
    }
    #step3 {
        padding-bottom: 60px;
    }
    .step-graphic.step4-graphic.step4-graphic-1 {
        max-width: 100vw;
        left: -20px;
        margin-top: 50px;
        width: 100vw;
    }
    .terms {
        padding: 20px 20px 150px;
    }
    .slick-video .mobile-cover {
        display: block;
    }
    .slick-video .desktop-cover {
        display: none;
    }
    .upload-img-note{
        font-size: 13px;
    }
}