   .alert-section{
   	/*background: url(christmas.jpg) no-repeat;*/
    /*background: url(webinaralert1.jpg) no-repeat;*/
    background-color: var(--blue);
   /* background: url(makar-sankranti.png) no-repeat;*/
   background-size: cover;
   height: 350px;
    align-items: center;
	background-position: center;
	   }
    .alert-heading{
        text-align: center;
		width: 100%;
		font-size:150%;
		font-weight:bold;
		/*backdrop-filter: blur(2px);*/
		}
.alert-heading a{background-color: #ffba5a;
    opacity: 0.9;
            border-radius: 4px;
            color: #000000;
            padding: 5px 40px;
            text-align: center;
            display: inline-block;
            font-size: 15px;
            margin: 10px 30px;
            cursor: pointer;
            text-decoration:none;}

.alert-heading h1{
  font-size: 3rem;
  animation: color-line 1s ease infinite;
  background-image: linear-gradient(to left, violet, indigo, green, yellow, orange, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.alert-heading p{
	color: white;
    font-size: 16px;
    color: var(--blue);
    background-color: #fff;
    /*opacity: 0.7;*/
    border-radius: 3px;
    padding: 1%;
    width: 50%;
    margin: 5px auto;
	}
@keyframes color-line {
  0% { background-image: linear-gradient(to left, violet, indigo, green, yellow, orange, red);  }
  25% { background-image: linear-gradient(to left, red, violet, indigo, green, yellow, orange);  }
  50% { background-image: linear-gradient(to left, orange, red, violet, indigo, green, yellow); }
  75% { background-image: linear-gradient(to left, yellow, orange, red, violet, indigo, green); }
  100% { background-image: linear-gradient(to left, green, yellow, orange, red, violet, indigo); }
}
.alert-heading h6{
	font-size: 2rem;
	color: #fff; 
}


@media only screen and (max-width: 860px){
.alert-heading h1{
	font-size: 2.5rem;
}
.alert-heading h6{
	font-size: 1.5rem; 
}
.alert-heading a{
    padding: 5px 40px;
    font-size: 17px;
    margin: 10px 0px;
    }
}

@media only screen and (max-width: 650px){
.alert-heading h1{
	font-size: 2.5rem;
}

.alert-heading h6{
	font-size: 1.1rem; 
}
.alert-heading a{
    padding: 10px 40px;
    font-size: 14px;
    }
}


@media only screen and (max-width: 450px){
.alert-heading h1{
	font-size: 2rem;
}
.alert-heading h6{
	font-size: 1rem; 
}
.alert-heading a{
    padding: 10px 40px;
    font-size: 12px;
    }
}

@media only screen and (max-width: 340px){
.alert-heading h1{
	font-size: 2rem;
}
.alert-heading h6{
	font-size: 0.8rem; 
}
.alert-heading a{
    padding: 10px 40px;
    font-size: 11px;
    }
}


.alert-heading marquee{
    width: 100%;
    color: var(--blue);
    font-size: 18px;
}

