@charset "utf-8";
@media only screen and (min-width:768px) {
    .subject-des{
        background: linear-gradient(to right,  rgba(181,13,231,0) 0%,rgba(181,13,231,0.2) 28%,rgba(171,226,244,0.2) 70%,rgba(171,226,244,0) 100%); 
        margin-bottom: 5px;
    }
    .iframe{
        height: 820px;
    }
    .web{display: none}
    nav ul{
        width:100%;
        display: -webkit-box ;
        display: -ms-flexbox ;
        display: flex ;
        display: flex ;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .participate-now{width: 100%;}
    .banner-main-title{font-size: 55px; margin-bottom: 15px;}
    nav{padding: 20px 0}
    .reel-on-logo{max-width: 350px;  margin: 0 auto 15px auto;}
    .banner-desc{font-size: 21px; line-height: 1.4}
    .banner-block-main-img{ padding-bottom: 140.913%;    }
    nav li a{ padding: 10px 15px;}
    .banner-block{
        -webkit-box-orient: horizontal ;
        -webkit-box-direction: normal ;
        -ms-flex-direction: row ;
        flex-direction: row ;
    }
    .banner-block-main-img-wrapper{
        max-width: 300px;
        margin:initial
    }
    .subject-block .pargarpah{
        font-size: 20px;
        line-height: 1.2;
    }
    .subject-title{font-size: 35px}
    .subject-block{padding: 20px 40px}
    .make-it-block-content ul{
        -webkit-box-orient: horizontal ;
        -webkit-box-direction: normal ;
        -ms-flex-direction: row ;
        flex-direction: row ;
    }
    .make-it-block-content ul li{
        position: relative;
        padding-left: 30px;
        list-style-type: none;
        color: #fff;
        font-size: 20px;
        margin-right: 25px;
        text-transform: capitalize
    }
    .make-it-block-content ul li:after{
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border: 1px solid var(--cyan);
        -webkit-border-radius: 5px;
        border-radius: 5px; 
        left: 0;
        top: 50%;
        margin-top: -5px;
        z-index: 10;
        -webkit-box-shadow: inset 0 0 5px var(--cyan), 0 0 10px var(--cyan);
        box-shadow: inset 0 0 5px var(--cyan), 0 0 10px var(--cyan);
    }
    .ai-round-outer{
        top: -10%;
    }
    .about-block-inner{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#260d3d+0,260d3d+100 */
        background: linear-gradient(to right,  rgba(38,13,61,1) 0%,rgba(38,13,61,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        padding: 30px;
    }
    .about-block{
        padding: 50px 350px 50px 0;
    }
    .about-img-block{
        min-width: 350px;
        width: 100%;
        max-width: 350px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
    }
    .about-title{font-size: 35px;}
    .about-img-block .ai-round-outer {
        max-width:80%;
    }
    .make-it-block{
        position: relative;
        top: 20px;
    }
    .contact-block{
        -webkit-box-orient: horizontal ;
        -webkit-box-direction: normal ;
        -ms-flex-direction: row ;
        flex-direction: row ;
    }
    .contact-block-img-inner{
        padding-bottom: 241.2%;
    }
    .ai-glob{
        max-width: 450px;
        width: 100%;
        position: fixed;
        right: -175px;
        top: 40%;
        opacity: 1 !important;

    }
    .ai-glob.v2{
        left: -150px;
        top: 5%;
        max-width: 300px;
    }
}
@media only screen and (min-width:1080px) {

    .about-img-block .ai-round-outer {
        max-width:80%;
        width: 100%;
        top: -10%;
    }
    .prizes{
        -webkit-box-orient: horizontal ;
        -webkit-box-direction: normal ;
        -ms-flex-direction: row ;
        flex-direction: row ;

    }
    .prize-detials{
        padding-top: 25px;
        padding-bottom: 20px;
        -webkit-box-orient: vertical ;
        -webkit-box-direction: normal ;
        -ms-flex-direction: column ;
        flex-direction: column ;
    }
    .second-prize .prize-detials, .third-prize .prize-detials, .popular .prize-detials{
        -webkit-box-orient: vertical ;
        -webkit-box-direction: normal ;
        -ms-flex-direction: column ;
        flex-direction: column ;
    }
    .indvi-prizes-title-inner{
        font-size: 20px;
        padding: 10px 15px;
    }
    .common-prize .prize-money {
        font-size: 32px;
    }
    .prize-money{margin-bottom: 5px}
    .prize-money-des{
        text-align: center
    }

}
