
.bg{
	background-color: #000;
}
body, html {
	height: 100%;
	margin: 0;
	
	color: #000;
	background-color: black;
	scroll-behavior: smooth;
	font-family: 'Vazir', Arial, sans-serif;
  }
  a:link{
	  text-decoration: none;
	  font-family: 'Vazir', Arial, sans-serif;
  }
  .backtotop{
	list-style: none;
	color: whitesmoke;
	margin-left: 200px;
	transition: 0.3s ease-in-out;
  }
.backtotop:hover{
border: 1px solid #000;
padding: 20px;
border-radius: 150px;
transition: 0.3s ease-in-out;
	 
	  
  }

  
  .bgimg-1, .bgimg-2, .bgimg-3 {
	position: relative;
	opacity: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  
  }
  .bgimg-1 {
	background-image: url(/ims/Sample/pianoclasswallpaper2.jpg);
	height: 100%;
  }
  .classtitle{
	position: fixed;
	top: 10%;

	width: 100%;
	color: rgb(192, 117, 4);
	font-size: 40px;
  }
  
  .caption {
	position: relative;
	left: 0;
	top: 20%;
	width: 100%;
	text-align: center;
	color: #000;
  }


.mainclasspiano{
	font-family: 'Vazir', Arial, sans-serif;
	color: #fff;
}

.mainclasspiano0{
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px;
	font-family: 'Vazir', Arial, sans-serif;

}
.mainclasspiano2{
	color: rgb(194, 194, 194);
	font-size: 15px;
	letter-spacing: 1px;
	font-family: 'Vazir', Arial, sans-serif;

}
.mainclasspiano3{
	border: 1px solid #fff;
	color: rgb(175, 175, 175);
	font-size: 15px;
	padding: 15px;
	border-radius: 10px;
	letter-spacing: 1px;
	transition: 0.5s ease-in-out;
	font-family: 'Vazir', Arial, sans-serif;
	

}
.mainclasspiano3:hover{
	cursor: pointer;
	color: #f68b1f ;
	transition: 0.5s ease-in-out;
	border: 1px solid #f68b1f;
	font-family: 'Vazir', Arial, sans-serif;
	
		
	
	
	}
.mainclasspiano4{
	border: 1px solid #fff;
	color: rgb(175, 175, 175);
	font-size: 15px;
	padding: 15px;
	border-radius: 10px;
	letter-spacing: 1px;
	margin-right: 30px;
	transition: 0.5s ease-in-out;
	font-family: 'Vazir', Arial, sans-serif;

}


.mainclasspiano4:hover{
cursor: pointer;
color: #f68b1f ;
border: 1px solid #f68b1f;
transition: 0.5s ease-in-out;
font-family: 'Vazir', Arial, sans-serif;
}

  .caption span.border {
	 
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
	border: #000;
  }
  .caption span.border:nth-child(1) {

	 
	font-family: 'Vazir', Arial, sans-serif;
	color: whitesmoke;
	padding: 18px;
	font-size: 25px;
	
  }
  h3 {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: 'Vazir', Arial, sans-serif;
	color: #111;
  }
h2{
	font-family: 'Vazir', Arial, sans-serif;
    font-style: 200;
font-style: normal;
color: whitesmoke;

	letter-spacing: 1px;
	font-size: 12px;


}

h6{
	font-family: 'Vazir', Arial, sans-serif;
	color: #f68b1f;
	padding: 6px;
	border-radius: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 12px;
	transition:   0.3s ease-in;

}
.digitalmetronome{
bottom: 0;


}
.rlogo{

    margin-right: 36%;
    margin-top: 30px;
    margin-bottom: 30px;

}

/* The Modal (background) */
.modal {
	font-family: 'Vazir', Arial, sans-serif;
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal .modal-content {
	font-family: 'Vazir', Arial, sans-serif;
	background-color: #000;
	margin: auto;
	padding: 20px;
	border: 1px solid rgb(37, 37, 37);
	width: 80%;
	height: 80vh;
	color: whitesmoke;
  }
  
  /* The Close Button */
  .close {
	color: #FFFFF7;
	float: left;
	font-size: 40px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #f68b1f;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s ease-in-out;

  }
  .metronometitle{
	  color: #fffff7;
	  align-items: center;
	  justify-content: center;
	  text-align: center;

  }

  .widgetcontainer{
	position: absolute;  
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	width: 100%;
	  height: 10vh;
	  margin-bottom: 25vh;
	  
  }
  .metronomeiconsvg{

	margin-left: 10px;
margin-right: 10px;
	width: 60px;
	height: 60px;
	background-color: black;
	border:1px solid grey;
	border-radius: 50%;
padding: 10px;


transition: 0.3s ease-in-out;
  }

  .metronomeiconsvg:hover{



	border:1px solid #f68b1f;
;
transform: scale(1.3);
transition: 0.8s ease-in-out;
cursor: pointer;
  }



  .pianoico{

	width: 50px;
	height: 50px;
	background-color: black;
	border:1px solid grey;
	border-radius: 50%;
padding: 10px;
cursor: pointer;
  }


  .secondcontainer{
	  background-color: aqua;
	  width: 100%;
	  height: 100vh;
  }
