/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: "Franklin Gothic", sans-serif;
    line-height: 1;
    font-size: 17px;
    position: relative;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Links */
a {
    text-decoration: none;
    color: inherit;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

/* Reset CSS */


/*Fonts*/
/*@font-face {
    font-family: 'Bastong';
    src: url('../fonts/Bastong/Bastong.otf') format('opentype'),  Specify the path to the OTF font file 
        url('../fonts/Bastong/Bastong.ttf') format('truetype');  Specify the path to the TTF font file 
     Add more font formats if necessary 
}*/
@font-face {
    font-family: 'Franklin Gothic';
    src: url('../fonts/Franklin-Gothic/Franklin-Gothic-Medium-Regular.ttf') format('truetype'); /* Specify the path to the TTF font file */
    /* Add more font formats if necessary */
}

/*.font-btong {
    font-family: 'Bastong', Arial, sans-serif;
}*/


/*Fonts*/
/*section 1*/
.section-1 {
    background: rgb(9,25,69);
    background: -moz-linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    background: linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#091945",endColorstr="#124ba8",GradientType=1);
    position: relative;
}
.section-1 .section-inner{
    display: flex;
    justify-content: space-between;
    align-items: end;
    /*max-width: 1400px;*/
    margin: 0 auto;
    background: url(../img/dots.png) no-repeat;
    background-size: contain;
    background-position: left 50px center;
}
.section-1:after{
    content: "";
    background: url('../img/banner-right-bottom-graphic.png') no-repeat;
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 50%;
    height: 100%;
    background-size: contain;
    z-index: 10;
    display: block;
    background-position: right bottom;
}

.left-column {
    flex: 1;
    padding: 40px 20px 60px 60px;
    align-self: center;
}

.right-column {
    flex: 1;
    justify-content: end;
}
.image-slider{
    min-height: 550px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: end;
    margin-left: -150px;
}
.image-slider img{
    /*display: none;*/
    /*width: 100%;*/
}
.banner-title{
    font-size: 90px;
    letter-spacing: 1%;
    color: #E7BA39;
    line-height: 70px;
    margin: 40px 0 25px;
}
.banner-title span{
    color: #fff;
    display: block;
}
.banner-sub-title{
    font-size: 25px;
    letter-spacing: 1%;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
}
.banner-sub-title span{
    display: block;
    font-weight: bold;
}
.banner-description{
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    margin: 20px 0 30px;
}
.banner-description span{
    display: block;
}
#banner-participate-now,#participate-now{
    color: #001A64;
    font-size: 22px;
    line-height: 1.1;
    background: #E7BA39;
    background: linear-gradient(0deg, #E7BA39 0%, #FFEEBE 100%);
    border-radius: 25px;
    padding: 7px 25px;
    border: none;
    box-shadow: 0 5px 5px rgba(0,0,0,.25);
    cursor: pointer;
}
#banner-participate-now:hover,#participate-now:hover{
    opacity: .9;
}
/* Additional styling for left column */
.logo {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99;
}
.participate-section .logo{
    max-width: 280px;
}
.happy-holi-logo {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 99;
}
.left-column .title-img{
    margin-left: -20px;
    margin-top: 180px;
}
.left-column h2 {
    margin-top: 0;
}
.title-img-mobile{
    display: none;
}


/*section 2*/
.section-2{
    position: relative;
    padding: 0px 20px 60px;
    box-sizing: border-box;
    background: rgb(9,25,69);
    background: -moz-linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    background: linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#091945",endColorstr="#124ba8",GradientType=1);
}
.section-2 .section-inner{
    max-width: 1000px;
    margin: 0 auto;
    /*border: 3px solid #E7BA39;*/
    /*border-radius: 20px;*/
    /*padding: 50px 25px;*/
    display: block;
    /*gap: 60px;*/
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 11;
    /*flex-wrap: wrap;*/
    flex-direction: column;
    background: url(../img/dots.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.section-2:before{
    content: "";
    background: url('../img/section-2-before.png') no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 50%;
    height: 100%;
    background-size: 330px;
    background-position: left 30% top;
    z-index: 10;
    display: block;
}
.section-2:after{
    content: "";
    background: url('../img/section-2-after.png') no-repeat;
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 50%;
    height: 100%;
    background-size: 400px;
    z-index: 10;
    display: block;
    background-position: right 30% top;
}
.video-wrap{
    max-width: 650px;
    margin: 0 auto;
}
.video-slider .slick-slide{
    padding: 10px;
}
.slick-dots li button{
    box-shadow: none;
    margin: 0;
}
.slick-dots li button:before{
    font-size: 13px;
    color: #fff;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    font-size: 13px;
    color: #E7BA39;
    opacity: 1;
}
.video-wrap .slick-video{
    border: 2px solid #E7BA39;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.video-wrap .slick-video video{
    width: 100%;
    max-width: 100%;
    display: none;
}
.video-content {
    text-align: center;
    margin-top: 60px;
}
.video-content-title{
    margin: 70px 0 45px;
}
.video-content h2{
    color: #E7BA39;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 600;
}
#participate-now {
    font-size: 28px;
    padding: 10px 40px;
}
/*section 2*/
/*section 3*/
.section-3{
    position: relative;
    padding: 0px 20px 150px;
    background: rgb(9,25,69);
    background: -moz-linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    background: linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#091945",endColorstr="#124ba8",GradientType=1);
    margin-top: -50px;
}
.section-3:before{
    content: "";
    background: url('../img/section-3-before.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 450px;
    z-index: 10;
    display: block;
    background-position: left center;
}
.section-3:after{
    content: "";
    background: url('../img/section-3-after.png') no-repeat;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: 280px;
    z-index: 10;
    display: block;
    background-position: right center;
}
.section-3 .section-inner-1{
    max-width: 1080px;
    margin: 0px auto;
}
.section-3 .section-inner{
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 11;
    justify-content: center;
    flex-wrap: wrap;
    background: url(../img/dots.png) no-repeat;
    background-size: contain;
    background-position: left 50px center;
}
.section-3 h2{
    font-size: 120px;
    line-height: 80px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
}
.section-3 h2 span{
    color: #E7BA39;
}
.section-3 .section-content {
    flex: 1;
}
.image-wrap {
    margin-right: -190px;
    position: relative;
    z-index: 10;
}
.section-3 .section-content .section-content-top{
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 164px;
    padding: 30px 80px 30px 180px;
}
.section-content-top img {
    margin: 12px 0 15px;
}
.section-3 .section-content h2{
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0px;
    text-align: left;
}
.section-3 .section-content h2 span{
    color: #fff;
    display: block;
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
}
.tags {
    font-size: 40px;
    color: #E7BA39;
    line-height: 1.1;
}
/*section 3*/

/*section 4*/
.section-4{
    position: relative;
    padding: 40px 20px 100px;
    box-sizing: border-box;
    background: rgb(9,25,69);
    background: -moz-linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    background: linear-gradient(-90deg, rgba(9,25,69,1) 0%, rgba(18,75,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#091945",endColorstr="#124ba8",GradientType=1);
    text-align: center;
}
.section-4 .section-inner{
    max-width: 1200px;
    margin: 0 auto;
    /*border: 3px solid #E7BA39;*/
    /*border-radius: 20px;*/
    /*padding: 50px 25px;*/
    display: block;
    /*gap: 60px;*/
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 21;
    /*flex-wrap: wrap;*/
    flex-direction: column;
}
.section-4:before{
    content: "";
    background: url('../img/section-4-before.png') no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 60%;
    height: 100%;
    background-size: 380px;
    background-position: left top;
    z-index: 20;
    display: block;
}
.section-4:after{
    content: "";
    background: url('../img/section-4-after.png') no-repeat;
    position: absolute;
    right: 0;
    top: -50px;
    width: 50%;
    height: 100%;
    background-size: 190px;
    z-index: 10;
    display: block;
    background-position: right top;
}
.section-4-title {
    margin-bottom: 30px;
}
.images-slider .image-container{
    padding: 15px;

}
.images-slider img{
    border: 1px solid #E7BA39;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 5px 8px 5px rgba(0,0,0,0.25)
}
ul.slick-dots {
    margin-top: 20px;
    position: relative;
    bottom: 0;
}
.slick-dots li{
    margin: 0 2px;
}

/*section 4*/

/*participate section*/
.participate-section{
    min-height: 100vh;
    background: rgb(19,32,74);
    background: -moz-linear-gradient(90deg, rgba(19,32,74,1) 0%, rgba(14,64,146,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(19,32,74,1) 0%, rgba(14,64,146,1) 100%);
    background: linear-gradient(90deg, rgba(19,32,74,1) 0%, rgba(14,64,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13204a",endColorstr="#0e4092",GradientType=1);
    padding: 130px 30px 0px;
    box-sizing: border-box;
    position: relative;
}
.participate-section:before {
    content: "";
    background: url(../img/participate-before.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 380px;
    background-position: left top;
    z-index: 10;
    display: block;
}
.participate-section:after {
    content: "";
    background: url(../img/participate-after.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 350px;
    background-position: right bottom;
    z-index: 10;
    display: block;
}
.participate-section .dots{
    background: url(../img/dots.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
}
.step-graphic {
    position: absolute;
    z-index: 20;
    display: none;
}
.step0-graphic {
    left: 0;
    bottom: 0;
    display: block;
}
.step-graphic img{
    display: block;
}
.step2-graphic-1 {
    left: 50px;
    bottom: 0;
    max-width: 19%;
}
.step2-graphic-2 {
    right: 50px;
    bottom: 0;
    max-width: 18%
}
#otp-field{
    display: none;
}
.participate-section .section-inner{
    position: relative;
    z-index: 11;

}
.participate-form {
    margin-top: -40px;
    padding-bottom: 60px;
}
form{
    display: block;
    text-align: center;
}
.step {
    display: none;
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}
.steps-indicator {
    display: inline-flex;
    margin-bottom: 40px;
    position: relative;
    align-items: center;
}
.step-indicator{
    display: flex;
    align-items: center;
}
.step-indicator span {
    width: 27px;
    height: 27px;
    font-size: 20px;
    font-weight: 500;
    color: #001A64;
    border: 1px solid #fff;
    border-radius: 27px;
    display: inline-flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
    box-sizing: border-box;
}
.steps-indicator .step-indicator  img{
    margin: 0px 5px;
}
.step-indicator.active span {
    background: transparent;
    color: #fff;
}
.step h2{
    font-size: 30px;
    margin-bottom: 40px;
    color: #fff;
    font-family: "Franklin Gothic", sans-serif;
}
#step1 {
    max-width: 1280px;
}
.step1-inner input{
    display: none;
}
.step1-inner{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.step1-inner img {
    border: 1px solid #fff;
    border-radius: 20px;
}
.step1-inner img.selected {
    background: #E7BA39;
}
.radio-btn input[type="radio"]{
    display: none;
}
.radio-btn input[type="radio"] + label{
    border: 1px solid transparent;
    padding: 20px 10px;
    border-radius: 32px;
}
.radio-btn input[type="radio"], .radio-image, .radio-heading, .radio-detail {
    opacity: 1;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.radio-btn input[type="radio"]:checked + label .radio-image,
.radio-btn input[type="radio"]:checked + label .radio-heading
{
    opacity:1.0;
}
.radio-btn input[type="radio"]:checked + label{
    border: 1px solid #E7BA39;
}
.celebrity-box .radio-btn input[type="radio"] + label {
    border-radius: 25px;
    padding: 10px;
    border: 1px solid #E7BA39;
    cursor: pointer;
}
.celebrity-box .radio-btn input[type="radio"]:checked + label{
    background: #13214c;
    box-shadow: 5px 5px 5px #2222228c;
}
.celebrity-box .radio-btn input[type="radio"] + label img{
    box-shadow: 5px 5px 3px rgba(0,0,0,.25);
}
p.radio-heading {
    color: #E7BA39;
    font-size: 20px;
    padding: 10px 0px 2px;
}
p.sub-heading {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.step2-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding-top: 40px;
}
.step2-inner .radio-heading {
    font-size: 40px;
}
.step3-inner{
    max-width: 860px;
    margin: 0 auto;
    border: 1px solid #E7BA39;
    border-radius: 18px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}
.step3-inner.blur {
    filter: blur(2px);
}
.step3-inner.blur:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(7px);
    z-index: 90;
    display: block;
}
.step3-inner .image img {
    border-radius: 18px;
}
.upload-img {
    width: 50%;
    border: 1px dotted #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    flex: 1;
    cursor: pointer;
}
.upload-img img{
    /*align-self: center;*/
}
.step3-inner-upload-options{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px;
    display: none;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 16px;
    border: 1px solid #E7BA39;
    background: rgb(0, 26, 100);
    background: linear-gradient(0deg, #001a64cc 100%, #005DEC 100%);
    box-shadow: 3px 6px 3px rgba(0,0,0,.50);
    position: absolute;
    top: 200px;
    left: calc(50% - 350px);
    box-sizing:border-box;
    color: #fff;
    font-size: 14px;
    z-index: 99
}
.uploaded-img {
    margin-bottom: 10px;
    /*background: #D9D9D9;*/
    border-radius: 20px;
    overflow: hidden;
}
#previewImage{
    object-fit: cover;
    height: 350px;
    max-width: 100%;
}
.step3-inner-upload-options.submit-action {
    top: 50px;
    max-width: 480px;
    left: calc(50% - 240px);
    padding: 10px 20px 30px
}
.step3-inner-upload-options.take-img-action {
    top: 50px;
    max-width: 480px;
    left: calc(50% - 240px);
    padding: 20px 20px 30px
}
#video{
    border-radius: 20px;
    max-width: 100%;
}
.step3-inner-upload-options input{
    display: none;
}
.step3-inner-upload-options .file-inputs{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.file-input {
    border: 1px solid #E7BA39;
    border-radius: 12px;
    padding: 6px 20px;
    box-shadow: 1px 8px 13px rgba(0,0,0,.37);
    background: #001a64;
    background: linear-gradient(0deg, #001a64 100%, #005DEC 100%);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    font-size: 13px;
    min-width: 160px;
}

.step0-inner-upload-options.user-info {
    max-width: 600px;
    left: 0;
    top: 0;
    padding: 35px 30px 30px;
    display: block;
    position: relative;
}

.step0-inner-upload-options.user-info input {
    display: block;
}

.step0-inner-upload-options.user-info p {
    font-size: 15px;
    margin-bottom: 20px;
}

.user-inputs {
    max-width: 440px;
    box-sizing: border-box;
    margin: 0 auto;
}
.user-inputs input::placeholder {
    color: #fff;
    font-size: 15px;
    font-family: "Franklin Gothic", sans-serif;
}

.user-inputs input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
    font-size: 15px;
    font-family: "Franklin Gothic", sans-serif;
}

.user-inputs input {
    font-size: 15px;
    border: 1px solid #E7BA39;
    border-radius: 20px;
    width: 100%;
    padding: 14px 20px;
    box-shadow: 0px 4px 4px rgba(0,0,0,.25);
    outline: none;
    box-sizing: border-box;
    background: #D9D9D9;
    background: linear-gradient(180deg, #d9d9d952 0%, #73737352 100%);
    color: #fff;
}
.user-inputs input[type="radio"],.user-inputs input[type="checkbox"]{
    box-shadow: none;
}
.step0-inner-upload-options.user-info .user-checks input {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    top: 3px;
    position: relative;
}

.step0-inner-upload-options.user-info .user-checks label {
    font-size: 12px;
    width: auto;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 1.15;
}

.user-checks {
    text-align: left;
    padding: 0 30px;
    margin-top: 10px;
}
.user-check {
    display: flex;
    align-items: start;
    column-gap: 50px;
    margin-bottom: 8px;
    padding-top: 5px;
    flex-wrap: wrap;
}
.user-check input {
    margin-right: 10px; /* Adjust spacing between input and label */
}


.main {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 20px;
}

.step0-inner-upload-options.user-info .user-checks .main input[type=checkbox] {
    visibility: hidden;
    display: none;
}

.checkbox-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #fff;
}

/* Hover effect */
.main:hover input~.checkbox-container {
}

/* Active effect */
.main input:active~.checkbox-container {
    background-color: #E7BA39;
}

/* Checked effect */
.main input:checked~.checkbox-container {
}

/* Checkmark */
.checkbox-container::after {
    content: ""; /* Added content property */
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
    border: solid #E7BA39;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Display checkmark when checked */
.main input:checked~.checkbox-container::after {
    display: block;
}

.step0-inner-upload-options.user-info .user-checks .main input[type=radio] {
    visibility: hidden;
    display: none;
}

.radio-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%; /* Make it round */
}

/* Hover effect */
.main:hover input~.radio-container {
}

/* Active effect */
.main input:active~.radio-container {
    background-color: #E7BA39;
}

/* Checked effect */
.main input:checked~.radio-container {
}

/* Checkmark */
.radio-container::after {
    content: ""; /* Added content property */
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E7BA39;
}

/* Display checkmark when checked */
.main input:checked~.radio-container::after {
    display: block;
}

.step0-inner-upload-options.user-info .user-checks p{
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 1.1;
}
button.submit-btn, button {
    font-family: "Franklin Gothic", sans-serif;
    font-size: 20px;
    padding: 6px 30px;
    line-height: 1.15;
    border-radius: 20px;
    border: none;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    color: #001A64;
    background: #E7BA39;
    background: linear-gradient(0deg, #F3D47B 0%, #FFEEBF 100%);
    margin-top: 12px;
    cursor: pointer;
}
.step4-inner-upload-options,.step0-inner-upload-options {
    max-width: 640px;
    left: 110px;
    padding: 40px 30px 25px;
    top: 160px;
    display: none;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 16px;
    border: 1px solid #E7BA39;
    background: rgb(0, 26, 100);
    background: linear-gradient(0deg, #001a64cc 100%, #005DEC 100%);
    box-shadow: 3px 6px 3px rgba(0,0,0,.50);
    position: absolute;
    box-sizing:border-box;
    color: #fff;
    font-size: 14px;
    z-index: 99;
}
.step4-inner-upload-options.thank-you{
    position: unset;
    display: block;
    margin-top: 100px;
}
.step4-graphic-1 {
    left: 30px;
    bottom: 0px;
}
.step4-graphic-2 {
    right: 0px;
    bottom: 0px;
}

.step4-inner-upload-options.thank-you p {
    font-size: 17px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 25px;
    line-height: 1.25;
}

.step4-inner-upload-options.thank-you p:nth-child(2) {
    font-weight: 500;
}
.user-input{
    margin-bottom: 18px;
}
#participate-form .error-message{
    color: #fdff84;
    padding: 8px 15px 0px;
    text-align: left;
    display: none;
    font-size: 12px;
}
#participate-form #terms-error {
    padding-left: 0px;
    margin-bottom: 5px;
    padding-top: 4px;
}
#participate-form #process-error {
    text-align: center;
}
.otp-timer {
    display: none;
    text-align: left;
    padding: 8px 0 0 20px;
    font-weight: normal;
    font-size: 13px;
}
#resendOtp {
}
#resendOtp.active{
    text-decoration: underline;
    cursor: pointer;
}
.flex-hide{
    display: none!important;
}
#loader-wrap,#loader-wrap-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0034984d;
    border-radius: 16px;
    z-index: 20;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#participate-form #form-error{
    text-align: center;
    padding: 10px 15px 0px;
}
#participate-form #file-inputs-error {
    text-align: center;
    padding: 20px 0 0;
    margin-bottom: -20px;
}
/*participate section*/

/* CSS for the footer */
footer {
    background-color: #121F49;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 20;
    padding: 20px 30px;
    line-height: 1.15;

}

.footer-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-column {
    margin-right: 20px; /* Adjust the spacing between columns */
    width: calc(33.33% - 40px);
}
.footer-column-1{
    font-size: 15px;
    flex: 1;
}
ul.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
}
ul.social-icons img{
    max-width: 20px;
}
.footer-column-3{
    font-size: 13px;
    text-align: right;
    margin-right: 0;
}
.footer-column-3 ul li {
    margin-left: 10px;
    display: inline-block;
    border-left: 1px solid #ffffffd6;
    padding: 0px 0px 0px 10px;
}
.footer-column-3 ul li:first-child{
    border-left: none;
    margin-left: 0;
}


/* Additional styling for right column */
.right-column .image-slider {
    /* Add your styles for the image slider here */
}

.form-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Styles for form elements */
label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #0056b3;
}
.step-graphic .step-graphic-img-mobile{
    display: none;
}
#participate-form #cam-error {
    text-align: center;
}
#cancelBtn {
    margin-right: 15px;
}
.terms {
    padding: 80px 50px 100px;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-family: arial;
}
.terms h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold
}
.terms h3 {
    font-size: 18px;
    margin: 25px 0 10px;
    font-weight: bold
}
.terms ul li {
    margin-bottom: 12px;
    list-style: lower-alpha;
}
.terms ul ul{
    margin-left: 20px;
    margin-top: 15px
}
.terms ul ul li{
    list-style: decimal;
}
.user-checks a {
    text-decoration: underline;
}
.social-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
}

.social-link {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer-column.footer-column-2{
    text-align: center;
}
.slick-video{
    position: relative;
}
.play-button {
    position: absolute;
    left: 0;
    top: 0;
    background: url(/assets/img/play-btn.png) no-repeat;
    width: 100%;
    display: block;
    z-index: 50;
    background-position: center;
    background-size: 80px;
    height: 100%;
    cursor: pointer;
}
.play-button.hidebtn{
    opacity: 0;
}
input#otp::placeholder {
    font-size: 12px;
    font-style: italic;
    color: #fff;
}

input#otp::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
    font-size: 12px;
    font-style: italic;
    font-family: "Franklin Gothic", sans-serif;
}
.slick-video .mobile-cover {
    display: none;
}
.upload-img-note{
    font-size: 14px;
}

