@charset "UTF-8";
/* CSS Document */



body {
	  background: url("burbur background.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
h1 { display:flex; 
	justify-content: center;
		color:darkorange;}
h1 {text-align: center;}
h1 { font-family: "Kings", cursive;
  font-weight: 400;
  font-style: normal;}
header {background: black;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
padding: 0.5px;}


.btn {border-radius: 300px;
transition: all 0.5s;
transition: background-image 1s ease-in-out;}

.btn:hover {
	transform:scale(1.1);
	 background-image: url('background.jpeg')	;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
}

.btn-xl {
	
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 100px;
}

.btn-xl1 {
	
	padding-left: 33px;
	padding-right:33px;
	margin-left: 100px;
}
.btn-xl2 {
	
	padding-left: 31px;
	padding-right: 31px;
	margin-left: 140px;
}

.btn-xl3 {
	
	padding-left: 33px;
	padding-right:33px;
	margin-left: 130px;
	
}

.btn-xl4 {
	
	padding-left: 33px;
	padding-right: 33px;
	margin-left: 110px;
}

.btn-row {display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
h2 {background-color: black;}
h2 { color: white;}
h2 {   font-family: "Mukta Malar", sans-serif;
  font-weight: 700;
  font-style: normal;
	display: inline-block;
	
}

.div1 {text-align: center;}


form {
  max-width: 500px;
  margin: 2em auto;
  padding: 1.5em;
  background-color: #2a2a2a;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(231, 76, 60, 0.15);
}

form label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #eee;
}

form input,
form textarea {
  width: 100%;
  padding: 0.75em;
  margin-bottom: 1.2em;
  border: 1px solid #444;
  border-radius: 8px;
  font-size: 1em;
  background-color: #000;
  color: #f1f1f1;
}

form input::placeholder,
form textarea::placeholder {
  color: #888;
}

form button {
  background-color: #e74c3c;
  color: #fff;
  border: none;
  padding: 0.75em 1.5em;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

form button:hover {
  background-color: #c0392b;
}


