
 

.blink_text{
color: rgb(246, 21, 9);
}
.a1, .a2{
animation:blinking 1.5s infinite;
font-size: 20px;
}
@keyframes blinking{
0%{   color: rgb(252, 252, 252);   }
47%{   color: #f9ed09; }
62%{   color: transparent; }
97%{   color:transparent; }
100%{  color: #000;   }
}



.my-nav{
    position:  relative;
    background: #f1f1f1;
    z-index: 10;
    width: 100%;
     
     
    }
    
    .carousel-item {
      height: 100vh;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    
    body{
      background-color: rgb(252, 252, 252);
    }
     