*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
li{
	list-style: none!important;
}
h1{
	font-size: 45px;
	font-family: 'Lora', serif;

}
h2{
	font-size: 25px;
	font-family: 'Lora', serif;

}
h3{
	font-family: 'Lora', serif;
}
p{
	font-size: 16px;
}
.for-mobile{
	display: none;
}
.dis-flex{
	display: flex;
	align-items: center;

}
#logo{
	background: url(../images/wave.svg)no-repeat;
	background-size: cover;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
#logo img{
	height: 100px;
}
#audio-mix{
	padding: 50px 0;
	width: 100%;
	
}
#logo h3{
	text-align: center;
	font-size:30px;
	color: #1f201d;;
	margin: 20px 0;
}
.audio-mix{
	width: 450px;
	margin: 0 auto;
	background: #ffffff;
	padding:30px;
	box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
}
.audio-poster {
    max-width: 100%;
    height: 400px;
	margin-bottom: 15px;
    background: url(../images/poster.jpg) center center;
	background-size: cover;
  }

  .below-text{
	width: 60%;
	margin: 40px auto;
	
  }
  .below-text p a{
	color: #05a0ca;
  }
  .below-text p a:hover{
	color: #010001;
  }

  audio {
    width: 100%;
	
  }
  .bottom-btn{
      padding:100px 0;
  }

  #presentation{
	padding: 100px 0;
	width: 100%;
	position: relative;
  }
  .image4{
	position: absolute;
	bottom:5%;
	left:15%;
  }
  .image6{
	position: absolute;
	bottom:5%;
	left:10px;
  }
  .image5{
	position: absolute;
	top:30%;
	width: 50px;
	opacity: .5;
	right:15%;
  }
  .image4	{
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}
    @-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
    @keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
  .presentation-img{
	width: 100%;
  }
  .presentation-img img{
	width: 100%;
	border: 4px #0f718c solid;
	padding: 20px;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
  }

  .image-hover-effect:hover .presentation-img img{
	padding: 0;
  }
  
	.presentation-content{
		padding-right: 20px;
	}
  .presentation-content h2{
	font-size: 35px;
	width: 70%;
	color: #0f718c;
	margin-bottom: 30px;
  }

  .step-box {
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	justify-content: space-between;
  }

  .step-left{
	width: 10%;
  }
  .step-left h4{
	height: 40px;
	width: 40px;
	text-align: center;
	color: #ffffff;
	padding-top: 7px;
	border-radius: 100%;
	background:#0f718c;
  }
  .step-right{
	width: 89%;
  }
  .step-right h4{
	color: #383838;
	font-size: 18px;
	font-family: 'Lora', serif;
	font-weight: 700;
  }
  .step-right p{
	color: #565656;
  }
#notifaction{
	width: 100%;
	background:#F3F5FC;
	padding: 100px 0;
	position: relative;
}

.notifaction-content h2{
	color: #1f201d;
}
.notifaction-content{
	padding-left: 30px;
}

#call-to-action{
	width: 100%;
	background:#010001;
	padding: 50px 0;
	text-align: center;
}
#call-to-action video{
	width: 80%;
	margin: 0 auto;
}

#call-to-action p{
	margin: 30px 0;
	color: #ffffff;
}
#call-to-action a{
	padding: 10px 35px;
	border-radius: 4px;
	color: #ffffff;
	background: #0f718c;
	transition: .6s;
}
#call-to-action a:hover{
	background: hsl(193, 90%, 19%);
}

#signup{
	padding: 100px 0;
	width: 100%;
}
.singup-content{
	padding-right: 50px;
}
.singup-content h2{
	font-size: 30px;
	color:#0f718c;
	margin-bottom: 10px;
}

.singup-content h3{
	font-size: 20px;
}

#contact-form {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
#contact-form input{
	width: 100%;
	padding: 10px 25px;
	margin-bottom: 15px;
	border-radius: 4px;
	outline: none;
	border: 1px #1f201d solid;
}
.signup-img{
	width: 100%;
}
.signup-img img{
	width: 100%;
	border: 4px #0f718c solid;
	padding: 20px;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
  }

  .image-hover-effect:hover .signup-img img{
	padding: 0;
  }

.btn-primary{
	padding: 10px 35px!important;
	border-radius: 4px;
	color: #ffffff;
	background: #0f718c!important;
	transition: .6s;
}
.btn-primary:hover{
	background: hsl(193, 90%, 19%)!important;
}
.donate-title{
	text-align: center;
	color: #0f718c;
	font-size: 30px;
	margin-bottom: 20px;
}

footer{
	text-align: center;
	padding: 50px 0;
	width: 100%;
	background: #0f718c;
}
footer a{
	color: #ffffff;
	transition: .6s;
}
footer a:hover{
	color: #e7e7e7;
}