.header_sectionn {
    display: flex;
    justify-content: center;
    background-color: none;
}
body{
    margin: 0;
    font: 14px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif;
	background-color:#fff;
}
.header_containerr {
    display: flex;
    margin: 2px auto;
}

.header_sectionn::before {
    content: "";
    background: url('../images/themelogo.png');
    min-height: 130px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.2;
    filter: contrast(1.1);
    filter: brightness(0.9);
    /*z-index: -1; */
}

.headerr h2,
.headerr h3 {
    color: #26413e;
    font-weight: 600 !important;
    text-shadow: 0 0 3px #e9fdff;
}

.content_body {
    background-color: #ada7aa71;
   /* padding: 2rem; */
	width:100%;
	text-align:justify;
	
}

.counter {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: center;
	padding: 30px 5px 30px 5px;
}

.counter span {
    /*letter-spacing: .05em;*/
    font-size: 25px;
    font-weight: 700;
    color: #873DF2
}

.counter p {
    text-transform: capitalize;
    font-size: 10px;
}

.counter * {
    margin: 10PX;
}

.counter-item {
  width:120px;	
  border-radius: 75px;
  border: 1px solid #ffdac9;
  background-color: #ffdac9;
	
}

.counticon {
    width: 40px;
    height: 50px;
}

.counticon:nth-child(2) {
    filter: contrast(5);
}

.text_Heading {
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 10px;
}

.text_Section {
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);*/
    background-color: rgb(218, 222, 222);
    padding: 2rem;
    line-height: 3.2rem;
    font-size: 16px;
    margin: 2rem 4rem;
    font-weight: 600 !important;
	 border-radius: 25px;
	
}


.textsectionHeading,
.textsectionHeading2 {
    margin: 2rem auto !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    /* Ensure the span is treated as a block element */
}
.textsectionHeading2{
    cursor: pointer;
}
#reginfo {
    display: block;
}

.text_Section p {
    text-align: justify;
}

.button_and_date {
    margin: 1rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reg-btn,
.backbutton button {
    background-color: #3c7979;
    color: white;
    border-radius: 5px;
    border: 1px solid transparent;
    margin: 10px !important;
    padding: 5px 8px;
}

.reg-btn:hover,
.backbutton button:hover {
    background-color: #e9e8e8;
    border: 1px solid purple;
    color: black;
    box-shadow: 0 0 8px #007bff;

}

.footerr {
    padding: 10px;
     background-color: rgb(60 121 121);
    text-align: center;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.second_footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content_d{
    display: flex;
    align-items: center;
    justify-content: center;
}
button[disabled] {
    opacity: 0.5;
    background-color: grey;
  }
 
.sp_areas {
	background-color:#fffccc;
	margin:0px;
	padding:0px;
	
} 

img.sparea_icon {
width:110px;
margin: auto;	 
 } 
.centered {
	text-align:center;
} 
.mycards_row {
	margin:auto;
	width:100%;
	display: flex;
	justify-content: space-evenly;
    flex-wrap: wrap;
    color: black;
	padding:15px;
	/*position: absolute;*/
    
   
}

.mycard_h img:hover {
           transform: scale(1.2);
			transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
        }

.top_section {
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    color: black;
    margin: 0px;
	width: 100%;
    bottom: 0;
	padding:15px;
	background-color:#fff;
	
}
.first_section {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    color: black;
    margin: 0px;
	width: 100%;
    bottom: 0;
	padding:25px;
	background-color:#f2eaeb;
    }

.second_section {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    color: black;
    margin: 0px;
	background-color:#fffccc;
	width: 100%;
    bottom: 0;
	padding:15px;
    }  

.dates_notices {
	text-align:left;
	width:50%;
	padding:15px; 
}	
.login_and_signup {
	text-align:right;
	width:50%;
	padding:15px;
}
p {
	
	line-height:2.8rem;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
}	
h3.card-title {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:22px;
}	

.sec_header {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #3F51B5;
    text-transform: uppercase;
}

/* Animation */

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*End of Animations */
