.navbar{
    background-color: aqua !important;
}
.boxItem{
    padding: 10px;
    color : white;
    font-size: 20px;
    cursor: pointer;
    text-shadow: 0px 0px 10px black;
}
.boxItemAActive{
    background-color: #040D33;
    color : white;
}
.boxItem:hover{
    background-color: #040D33;
    color : white;
}
.a{
    text-decoration: none;
}

.navbar{
    background-color: #040D33 !important;
}
.dropdown-menu{
    background-color: black;
    border-top:1px solid orange;
    color: #6e7073;
}
.dropdown-item{
    background-color: black;
    color: #6e7073;
}
.dropdown-item:hover{
    background-color: orange;
    color: white;
}
.header11{
    background-image: url('../images/dd.jpg');
    background-size: 100%;
    height: 350px;
    color: white;
    background-attachment: fixed;
}
@media screen and (max-width: 800px) {
  .header11{
       background-size: cover;
       height: 80%;
  }
}
.dates{
    background-image: url('../images/dd.jpg');
    background-size: 100%;
}
.textTitle{
    color: yellow !important;
    font-size: 50px;
    text-shadow: 0px 0px 10px black;
    letter-spacing: 0.1em;
    animation: blink 12s infinite;
    -webkit-animation: blink 12s infinite;
}
.text1{
    font-size: 30px;
    font-weight: 700px;
    text-shadow: 0px 0px 10px black;
}

.head{
    padding: 100px 10px;
    text-align: center;
}
.ml15 {
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    color: yellow !important;
    letter-spacing: 0.1em;
    
}

.ml15 .word {
    display: inline-block;
    line-height: 1em;
}
@-webkit-keyframes blink {
20%,
24%,
55% {
color: #111;
text-shadow: none;
}

0%,
19%,
21%,
23%,
25%,
54%,
56%,
100% {
/*     color: #fccaff;
text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
  0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
color: #fff6a9;
}
}

@keyframes blink {
20%,
24%,
55% {
color: #111;
text-shadow: none;
}

0%,
19%,
21%,
23%,
25%,
54%,
56%,
100% {
/*     color: #fccaff;
text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
  0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
color: #fff6a9;
}
}

.signUpp{
    width: 400px;
    margin: 100px auto;
    text-align:center;
}
            .footer11{
                background-image: url('../images/footer2.jpg');
                /* background-image: linear-gradient(to right, #536075 , #040D33); */
                background-size: cover;
                padding: 10px;
                background-attachment: fixed;
            }
            .footer12{
                /* background-image: url('<?php echo $url; ?>images/dd.jpg'); */
                background: linear-gradient(to bottom, #717073 0%, #45444a 101%);;
                background-size: 100%;
                padding: 20px;
                color: white;
            }