/*=================================common-css==================================================*/

:root {
    --body-bg: #fff;
    --white-color: #fff;
    --black-color: #000;
    --cyan:#00fcff;
    --magenta:#b908ed;
    --violet:#9284e3;   
    --violet-dark:#9000ff;   
    --dark-blue:#150b30
}

.iframe{
    height: 834px;
}
html,
body {
    font-size: 16px;
    height: 100%;
    line-height: 1.3;
    scroll-behavior: smooth;
    width: 100%;
    background-color: #150b2e;
    position: relative;
    z-index: 1111;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    font-family: "Saira", sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;

}
* {
    box-sizing: border-box
}
.poling-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.table-list {
    color: #fff
}
.table-list {
    padding: 10px;
    padding-left: 0;
   width: 100%;
font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table-list-in {
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: break-word;
}
.table-list span {
    word-break: keep-all;
    padding: 10px;
    background-color: #fff;
    width: 25px;
    min-width: 25px;
    min-height: 25px;
    height: 25px;
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
     font-family: "Saira", sans-serif;
     font-weight: 500

}
.table-list p{
    margin: 0
}
.clr-change{
    color: var(--cyan);
    display: block;
    font-weight: 500
}

img {
    max-width: 100%;
    display: block;
    width: 100%;
}
.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
}


.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px 15px;
}



*:focus {
    outline: none;
}

a {
    cursor: pointer;
    display: block;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
}

input:focus,
button,
img,
a {
    outline: none;
    border: none
}

/*=================================common-css==================================================*/
/*=================================custom-select ==================================================*/
/*.custom-select {
    width: 100%;
    line-height: normal;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-size: auto;
    background-size: 8px 10px;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
    outline: none;
    cursor: pointer;
}*/

/*=================================custom-select ==================================================*/
/*site-css*/

/* .........................  Social media style  .........................*/

.social-media-main {
    width: 30px;
    /*    height: 195px;*/
    float: left;
    position: fixed;
    bottom: 4px;
    z-index: 99999999999;
    right: 20px;
    padding-top: 35px;
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 30px;
    height:30px;
    line-height:50px;
    background-size:60% auto;
    background-image:url(../images/share.svg);
    background-repeat:no-repeat;
    background-position:center center;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px 0;
    color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    float:left;
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
    -moz-transition:all .2s linear .0s;
    -webkit-transition:all .2s linear .0s;
    transition:all .2s linear .0s;
}
.shretle.open {
    top:0;
    background-image:url(../images/close.svg);
}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size:40px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    margin-bottom: 5px;
}
.tw-clr {
    background-position: -5px -87px;
    background-color: #2caafe;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e;
}
.wt-clr {
    background-position: -4px -128px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: -6px -5px;
}
/* .........................  /Social media style  .........................*/



/*critical-css*/


/*nav-block*/
nav{
    width: 100%;
    padding: 10px 0;
}  
nav ul{
    width:100%;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
}
nav li{list-style-type: none}
nav li a{cursor: pointer; display: block; padding: 8px 8px; color: #fff; font-size: 18px; font-family: "Saira", sans-serif; line-height: 1}
nav li a:hover{color: var(--magenta)}
nav li a.participate-now{
    border: 1px solid var(--cyan);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 10px var(--cyan), 0 0 20px var(--cyan);
    box-shadow: inset 0 0 10px var(--cyan), 0 0 20px var(--cyan);
   font-weight: 500;
   padding: 8px 15px
}
nav li a.participate-now:hover{
    -webkit-box-shadow: inset 0 0 10px var(--magenta), 0 0 20px var(--magenta);
    box-shadow: inset 0 0 10px var(--magenta), 0 0 20px var(--magenta);
    border: 1px solid var(--magenta);
    color: var(--magenta);
}
/*nav-block*/

.banner-block{
    width: 100%;   
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-orient: vertical ;
    -webkit-box-direction: reverse ;
    -ms-flex-direction: column-reverse ;
    flex-direction: column-reverse ;
}

.banner-block-main-img-outer{
    max-width: 400px;
    width: 100%;
    position: relative;
    margin: 0 auto
}
.banner-block-main-img-wrapper{
    max-width: 250px;
    width: 100%;
    position: relative;
    margin: 0 auto
}
.banner-block-main-img{
    width: 100%;
    position: relative;
    padding-bottom: 136.913%;   
}
.ai-round-outer{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    z-index: -1;
}
.banner-content-block{
    width: 100%;
    padding: 10px; 
}
.banner-content-block-inner{
    width: 100%;
}
.reel-on-logo{
    max-width: 250px;
    margin: 0 auto 5px auto;
    width: 100%;
}
.reel-on-logo-inner{
    width: 100%;
    position: relative;
    padding-bottom: 23.91857506361323%;
}
.banner-main-title{
    color: var(--white-color);
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    font-family: "Saira", sans-serif;
    text-shadow: 0 0 15px var(--violet-dark);
    margin-bottom:5px;
}
.banner-desc, .pargarpah{
    font-size: 21px;
    line-height: 1.4;
    color: var(--white-color);
    text-align: center
}
.banner-desc{
    max-width:450px;
    width: 100%;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.2;
}
.ai-round-outer{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    filter: blur(1px);
}
.ai-round{
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    z-index: 2;
}
.ai-computer{
    max-width: 38%;
    width: 100%;
    position: absolute;
    top: 29%;
    right: 0;
    z-index: 11;
}
.ai-computer-inner{
    width: 100%;
    position: relative;
    padding-bottom: 82.66666666666667% 
}
.ai-glob{
    max-width: 350px;
    width: 100%;
    position: fixed;
    right: -241px;
    top: 12%;
    opacity: 1 !important;

}
.ai-glob.v2{
    left: -215px;
    top: 0%;
    max-width: 300px;
}
.ai-glob-inner{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.subject-block{
    width: 100%;
    -webkit-border-radius: 30px;
    border-radius: 30px; 
    border: 1px solid #a14fe5;
    padding: 10px 10px;
    background-color: rgba(36,7,67, 0.5);
    background-image: url("../images/bg-ayyo.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: inset 0 0 60px #352569;
    -moz-box-shadow: inset 0 0 60px #352569;
}
.subject-block .pargarpah{
    text-align: left;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2
}
.subject-block-inner{
    padding: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; 

}
.subject-des{
    padding: 3px;
    margin-bottom: 0px;
}
.subject-title{
    font-size: 28px;
    color: var(--cyan);
    margin-bottom:5px;
    text-align: left;
    font-weight: 600;
    line-height: 1
}
.ayyo-ai{
    width: 100%;
    display: block;
}
.ayyo-ai-inner{
    position: relative;
    width: 100%;
    padding-bottom: 19.333333333333332% 
}
/*critical-css*/

.make-it-block{
    width: 100%;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    margin: 15px 0
}
.make-it-block-logo{
    max-width: 300px;
    width: 100%;
    margin-right: 25px;
}
.make-it-block-logo-inner{
    position: relative;
    width: 100%;
    padding-bottom: 22.22222222222222% 
}
.make-it-block-content{

}
.make-it-block-content ul{
    width: 100%;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: column ;
    flex-direction: column ;
}
.make-it-block-content ul li{
    position: relative;
    padding-left: 15px;
    list-style-type: none;
    color: #fff;
    font-size: 17px;
    margin-right:0;
    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 4px var(--cyan), 0 0 2px var(--cyan);
    box-shadow: inset 0 0 4px var(--cyan), 0 0 2px var(--cyan); 
}
.make-it-block-content ul li:last-child{
    margin-right: 0;
}
.about-block{
    width: 100%;

    position: relative;
}
.about-block-inner{
    width: 100%;
    /* 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,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 20px;
    -webkit-border-radius: 30px;
    border-radius: 30px; 
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
}
.about-title-outer{
    width: 100%;
    margin-bottom:15px;
}
p{
    margin-bottom: 0
}
.about-title{
    font-size:28px;
    color: #abe2f4;
    background-image: linear-gradient(45deg, #abe2f4 35%, #b50de7 55%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600;

    line-height: 1;

}
.copy-right{
    color: var(--cyan);
    text-align: center;
    display: block;
    font-size: 15px;
    padding: 30px 0;
}
.about-block-inner .pargarpah{
    text-align: left;
    font-size: 19px;
}
.about-img-block{
    min-width: inherit;
    width: 100%;
    max-width: 250px;
    position: initial;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto

}
.about-img-block .ai-round-outer {
    max-width:200px;
    width: 100%;
    top: -2%;
}
.about-img-block-inner{
    position: relative;
    width: 100%;
    padding-bottom: 108.47457627118645% 
}
.prize-block{
    width: 100%;
    margin: 20px 0;
}
.prizes{

    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: column ;
    flex-direction: column ;
    margin: 0 -5px;
}

.first-prize-block{
    width: 100%;
}
.first-prize-block .prize-money{
    font-size: 45px;
}
.other-prize-block{
    width: 100%;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
}
.popular{
    width: 100%;
}
.second-prize, .third-prize{
    width: 50%;
}
.second-prize .prize-detials, .third-prize .prize-detials, .popular .prize-detials{
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    -webkit-box-orient: horizontal ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: row ;
    flex-direction: row ;
}
.common-prize .prize-money{font-size: 25px;}
.indvi-prizes-block{
    width: 100%;

    position: relative;
    margin-bottom: 10px;
    padding:  20px 5px 0 5px
}
.indvi-prizes-title{
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
}
.indvi-prizes-title-inner{
    display: inline-block;
    padding: 4px 10px;
    background-color: #150c31;
    border: 1.5px solid #9281e3;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    color: var(--cyan);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.prize-money{
    font-size: 35px;
    font-weight: 600;
    background-image: linear-gradient(45deg, #abe2f4 35%, #b50de7 55%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 1;
    margin-bottom: 0px;

}
.prize-detials{
    padding-top: 10px;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: column ;
    flex-direction: column ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    height: 100%
}
.first-prize-block .prize-money-des{padding-left: 0; text-align: center}
.prize-money-des{
    font-size: 19px;
    color: var(--white-color);
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
    line-height: 1.2;

}
.indvi-prizes{
    padding: 1.5px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b50de7+0,9185e3+100 */
    background: linear-gradient(to right,  rgba(181,13,231,1) 0%,rgba(145,133,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 100%;

}
.indvi-prizes-inner{
    background-color: #150b2e;
    padding: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    height: 100%;
    -webkit-box-shadow: inset 0 0 15px #4d5778, 0 0 15px #4d5778;
    box-shadow: inset 0 0 15px #4d5778, 0 0 15px #4d5778;
}
.contact-block{
    width: 100%;
    margin: 15px 0; 
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: column ;
    flex-direction: column ;

}
.contact-block-img{
    max-width: 450px;
    width: 100%;
    position: relative;
}
.contact-block-img .ai-round-outer{
    max-width: 80%;
    top: 0;
}
.contact-block-img-outer{
    max-width: 250px;
    margin: 0 auto;
}
.contact-block-img-inner{
    width: 100%;
    position: relative;

    padding-bottom: 135.2%;
}
.contct-field-block{
    width: 100%;
    background: linear-gradient(to right, rgba(38,13,61,0.1) 0%,rgba(38,13,61,1) 100%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 20px;

}
.contact-field-label{
    color: var(--cyan);
    font-size: 13px;
    margin-bottom: 5px;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);

    }
}
.web{display: block}
.rotating {
    -webkit-animation: rotating 12s linear infinite;
    -moz-animation: rotating 12s linear infinite;
    -ms-animation: rotating 12s linear infinite;
    -o-animation: rotating 12s linear infinite;
    animation: rotating 12s linear infinite;
    opacity: 0.2
}

.glow {
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 15px var(--violet-dark);
    }
    to {
        text-shadow: 0 0 15px var(--cyan);
    }
}

/* .........................  Social media style  .........................*/
.shareboxwrp{
    display:none;
    float:left;
    width:100%;
}
.shareboxwrpin {
    margin: 0 auto;
    display: table;
    width: 40px;
}
.social-media-main {
    width: 50px;
    height: 195px;
    float: left;
    position: fixed;
    bottom: 10px;
    z-index: 9999999;
    right: 20px;
    padding-top: 60px;
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    height:50px;
    line-height:50px;
    background-size:60% auto;
    background-image:url(../images/share.svg);
    background-repeat:no-repeat;
    background-position:center center;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px 0;
    color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    float:left;
    position:absolute;
    top:110px;
    left:0;
    cursor:pointer;
    -moz-transition:all .2s linear .0s;
    -webkit-transition:all .2s linear .0s;
    transition:all .2s linear .0s;
}
.shretle.open {
    top:0;
    background-image:url(../images/close.svg);

}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size:50px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    margin-bottom: 5px;
}
.tw-clr {
    background-position: -4px -107px;
    background-color: #2caafe;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e;
}
.wt-clr {
    background-position: -4px -159px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: -6px -5px;
}
/* .........................  /Social media style  .........................*/
