/* #7a0b03 // Red */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: url('../images/bg.jpg');
    background-position: inherit;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    font-size: 62.5%;
}

.ican {
    text-align: center;
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin: auto;
    align-items: center;
    width: 25%;
    flex-wrap: nowrap;
    padding-right: 0vh;
}
.ican img {
    width: 50%;
}

.img1{
    display: none;
}

.logo{
    height: 20vh;
}

.mynav{
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 0;
    /* background-color: black; */
}

.mynavli:hover{
    background-color: #7a0b03;
    border-radius: 1rem;
    color: #fff !important;
}

.mynav a{
    padding: .2rem .4rem;
}

.mynavli a:hover{
    color: #fff !important;
    
}

.mynavBtn{
    background-color: #7a0b03;
    color: #fff;
    margin-left: 1rem;
    animation: blink 1s linear infinite;
}

.mynavBtn:hover{
    background-color: #fff;
    color: #7a0b03;
}

.logolink{
    margin-right: 0;
}


.listBox{
    justify-content: space-between;
}

form{
    margin-top: 2rem
}

form label{
    font-size: 1rem;
    font-weight: 600;
}

.minus-btn{
    margin-top: 1.5rem;
}

.list{
    border: 1px solid beige;
    padding-top: .5rem;
    margin-bottom: 1rem;
}

.dec{
    font-size: 1.2rem;
    text-align: justify;
    padding-left: 1rem;
}

input[type=radio],input[type=checkbox]{
    transform:scale(2);
    margin-right: 3rem;
}

input[type=checkbox]{

    margin-left: -0.5rem;
}


.submit-btn{
    margin: 2vh 0;
}

.sign{
    padding: .2rem .75rem;
}

.sec-rule{
    /* background-color: #fff; */
    padding: 4rem;
    border-radius: 1rem;
}

.sec-rule h1{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.sec-rule li{
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.sec-rule li ol{
    padding: .5rem 2rem;
}

.transaction{
    padding-top: 2rem;
    /* background-color: #fff; */
    text-align: center;
    /* font-size: 1rem; */
}

.transaction h1{
    font-size: 2rem;
}

.transaction p{
    font-size: 1.2rem;
}

.success{
    margin: 1rem auto;
    width: 10vw;
}

.left_img{
    position: fixed;
    left: 0;
    height: 100%;
}

.right_img{
    position: fixed;
    right: 0px;
    height: 100%;
}


.bottom_img{
    position: fixed;
    bottom: 0;
    z-index: 1;
}


.top_img{
    position: absolute;
    top: 0;
    width: 100%;
}

/* Custom Css */

.catgory_val{
    display: none;
}

.error{
    color: red;
}

.first_participant_row{
    display: none;
}

#participants_list{
    display: none;
}

label[for="i_accept"] {
    /* woohoo! */
    margin-left: 16px;
 }

 .ardhana{
    font-weight: normal;
    font-size: 12px!important;
    padding: 10px!important;
 }



/* css */
.font {
    font-family: 'Jost', sans-serif;
    
}
.bg-flack {
    background: linear-gradient(90deg,#fe8900, 15%, #fff, 80%,#16d007 );
    padding: .1rem;
    border-radius: 5px;
    color: black;
    width: 85%;
    margin: auto;
}
.font p {
    font-weight:500;
    font-size: 18px;
}
.font h1,h2 {
    font-weight: 700;

}
.date {
    font-weight: 600;
}
.more-img {
    width: 67%;
    margin: auto;
    z-index: -1;
}
.about-img {
    width: 60%;
    margin: auto;
    border-radius: 5px;
}
.img-mobile {
    display: none;
}
.about-text p {
    border-radius: 10px;
    background: #ffebd4;
    color: black;
    font-weight: 500;
    padding: 20px 30px;
    font-size: 18px;
    /* box-shadow: 1px -1px 14px #fff;
    border-style: dotted;
    border-color: blue; */
    width: 100%;
}
.about-text {
    position: relative;
}
.dancer1 {
    position: absolute;
    right: -2%;
    
}
.dancer1 img {
    width: 46%;
    margin-bottom: 3vh;
}
.dancer2 {
    position: absolute;
    left: -8%;
    top: -17%;
    z-index: -1;
}

.dancer2 span{
    margin-left: -1rem;
    font-size: 11px;
    font-weight: 600;
}
.dancer2 img {
    width: 59%;
}
.des {
    margin-top: 2vh;
}
.about-text h2 {
    z-index: 1;
    font-weight: 400;
}
.mobile-h1 {
    background-repeat: round;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url('../images/color.png');
}

.newsec{
    margin-top: 9rem;
    /* background-color: #fff */
}

.dancerwidth{
    width: 16%;
}

.new-width{
    width: 60%;
}

.register_contain{
    padding-top: 100px;
    padding-bottom: 100px;
}

.register_contain .register{

    background-color: #6c1103;
    display: inline-block;
    padding: 20px;
    border-radius: 15px;
    margin-top: 5vh;
    color: white;

}



@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}

.sponsorship_head{
    position: relative;
    width: 78%;
    margin: auto;
}

.sponsorship_head .sponsorship_element{
    position: absolute;
    top: 0;
    color: black;
    left: 0;
    right: 0;
    bottom: 0;
}

.sponsorship_head .sponsorship_element .heading{
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
}

.sponsorship_head .sponsorship_element .price{
    font-size: 20px;
    font-weight: 600;
}

.sponsorship_head .sponsorship_element .first{
    margin-top: 25%;
}

.sponsorship_head .sponsorship_element .second{
    margin-top: 15%;
}
.sponsership{
    position: relative;
}


.contactus{
    margin-top: 11rem;
    margin-bottom: 5rem;
}

.lastdate{
    background-color: inherit!important;
    color: white!important;
    font-size: 21px!important;
    display: block!important;
}

.black{
    color: black!important;
}

.dance_india_banner{
    width: 80%;
}

.blink{
    animation: blink 1s linear infinite;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 13px;
    font-weight: 700;
}

.zoomable {
    cursor: zoom-in;
    max-height: 458px;
    object-fit: cover;
    width: 100%;
}

.viewmore{
    padding:15px 0px 30px 0px;
}

.viewmore a{
    border: 1px solid #fff; color:#fff; border-radius:25px; padding:5px 10px; text-decoration: none;
}

.viewmore a:hover {
    background: #fff;
    color: #333;
    cursor: pointer;
}