@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200&display=swap');


body{
 
	background-color: #ea192c;
}

#unfzoomevents {
  position: relative;
  padding: 0;
  margin: 0;
  width: auto;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
	background-color: #ea192c;
}
#unfzoomevents .box {
  position: relative;
  width: 100%;
	
  display: flex;
  margin: 0;
  text-align: center;
  padding: 0;
  overflow: hidden;

	height: auto
}



#unfzoomevents .imgWrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#unfzoomevents .imgWrapper img{
  position: relative;
  top: 0;
  left: 0;
  width: 51px;
  height: auto;
}
#unfzoomevents .one {
 
}
 a.btn-hc {
    display: block;
    font-family: IBM Plex Sans ;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: auto;
    color:#ea192c ;
    background-color: white;
    border-radius: 20px;
    border: none;
    width: 70%;
    max-width: 40px;
    text-align: center;
    text-transform: uppercase;
	 float: left;
	 text-decoration: none
}

#unfzoomevents .contentWrapper {
  /*   position: relative; */
  padding: 0px;
  /*   top:50%; */
  /*   left:0; */
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
	text-align: center
  /*   transform:translateY(-50%); */
}
#unfzoomevents  .contentWrapper .img-logo img{
   width: 60%;
  height: auto;
	z-index: 10000
  
}

#unfzoomevents .contentWrapper .box-container{
   width: 100%;
  height: auto;
	padding: 0px 25%;
	margin-top: -7%;
	text-align: center
} 
		#unfzoomevents .contentWrapper .box-container .btn-box{
   width: 100%;
  height: auto;
			text-align: center;
			padding: 20px

}



#unfzoomevents h3 {/*   letter-spacing: 0.05em; */;
	font-family: IBM Plex Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 16px;
  margin-bottom: 10px;
	margin-top: -5px;
	color: #ffffff;
	text-align: left;
	margin-left: 15px
}
	
@media screen and (max-width: 600px) {
	#unfzoomevents h3 {/*   letter-spacing: 0.05em; */;
	font-family: IBM Plex Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
	margin-top: -5px;
	color: #ffffff;
	text-align: left;
	margin-left: 15px
}
		#unfzoomevents .contentWrapper .box-container .btn-box{
   width: 100%;
  height: auto;
			text-align: center;
			padding: 20px

}
	#unfzoomevents  .contentWrapper .img-logo img{
   width: 100%;
  height: auto;
	z-index: 10000
  
}
#unfzoomevents .contentWrapper .box-container{
   width: 100%;
  height: auto;
	padding: 0px 5%;
	margin-top: -10%;
	text-align: center
}
 a.btn-hc {
    display: block;
    font-family: IBM Plex Sans ;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 25px;
    margin-left: 5px;
    margin-right: auto;
    color:#ea192c ;
    background-color: white;
    border-radius: 20px;
    border: none;
    width: 100%;
    max-width: 200px;
    text-align: center;
    text-transform: uppercase;
	 float: left;
	 text-decoration: none
}}

