.event-time-box-inner h2 {
color:#FFF;
line-height:27px;
margin-top:10px;
}

.logo-heading-wrapper-section {
    display: flex;
    margin: auto;
    max-height: 180px;
    width: 100%;
    padding: 0px;
  height: 300px
}
.logo-heading-wrapper {
    display: flex;
    margin: auto;
    width: fit-content;
    padding: 20px;
    border-radius: 10px;
    top: 350px;
    margin-top: 40px;
}
.logo-heading-wrapper img {
    display: flex;
    margin: auto;
    max-height: 100px;
    width: auto;
}

a, button,
}

.btn--primary.shiny:hover {
    transform: scale(1.02);
}


.btn--primary.shiny a {
 background: none;
border:none;
}

.shiny {
    background: linear-gradient(-45deg, #003df5 50%, #c8d5ff 60%, #003df5 70%);
    background-size: 600% 100%;
    animation: shine 20s infinite;
    animation-delay: 0s;
    animation-timing-function: linear;
    overflow: hidden;
    width: fit-content;
    border-radius: 100px;
    height: fit-content;
  margin:auto;
z-index:2;
transition: all .5sease-in-out;
}



@keyframes shine {
	 0% {
		 background-position-x: 400%;
	}
	 50% {
		 background-position-x: 0%;
	}
	 100% {
		 background-position-x: -400%;
	}
}

.site-event-post-timer-col-blur {
filter:blur(3px);

}
.timer-wrap-heading-wrapper {
  padding: 1rem;
  position: relative;
  background-image: linear-gradient(120deg, #002FF2 0%, #FFFFFF 50%, #0030F2 100%);
      padding: 2px;
    border-radius: 100px;
    width: fit-content;
    margin: auto;

}

html { scroll-behavior: smooth; }

[id]::before {
  content: '';
  display: block;
  height:      130px;
  margin-top: -130px;
  visibility: hidden;
}


.site-event-post-timer-wrap {
    background: none;
    border-radius: 16px;
    padding: 30px 0px;
    text-align: center;
    bottom: 270px;
    display: block;
    width: 100%;
max-width:700px;
    z-index: 2;
    margin: auto;
}


.site-event-post-timer-col {
padding: 0 3px;
    width: 130px;

}

.site-event-post-timer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
    align-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
justify-content: center;
padding-top: 10px;
}



.event-time-box-inner {
    background: #00021bb8;
    border-radius: 8px !important;
    padding: 10px;
    text-align: center;
    height: 90px;
}

.event-time-box-inner p {
        	color:#ffffffad;
        	font-size: 12px;
}

.site-event-post-timer-wrap-heading {
padding: 7px 15px;
border-radius:100px;
background: #00021B;
}

.site-event-post-timer-wrap-heading h4 {
color:#fff;
}

.site-event-post-timer-wrap-heading {
    display: flex;
    border-radius: 100px;
    padding: 7px 15px;
    width: fit-content;
    align-items: center;
    align-content: center;
    margin: auto;
    margin-bottom: 0px !important;
    line-height: 1rem;
    justify-content: center;
    display: flex;
}

.site-event-post-timer-wrap-heading h4 {
    margin-bottom: 0px !important;
}


@media screen and (max-width: 767px) {
    .site-event-post-timer-col {
        width: 25%;
        
  }
}
