*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	background-color: ;
	position: absolute;
	overflow-x: hidden;
	color: rgb(35, 45, 45);
}
a{
	text-decoration: none;
	color: unset;
}
::-webkit-scrollbar {
  width: 5px;
  display: none;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(128, 38, 51); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black; 
}

/**********Header**********/
header{
	width: 100%;
	float: left;
	overflow: hidden;
}
header .header-1{
	width: 90%;
	padding: 0.5% 5%;
	margin-top: 3%;
	background: linear-gradient(to right, rgb(0,33,71), rgb(8,69,126), rgb(8,69,126), rgb(0,33,71), rgb(8,69,126));
	background-size: 200% 200%;
	float: left;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1.0);
	animation: moveGradient 15s ease infinite;
}
header .header-1 img{
	width: 10vw;
	padding: 3px;
	margin-top: -3%;
	background-color: white;
	position: absolute;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5), -3px -3px 3px rgba(0, 0, 0, 0.5);
}
header .header-1 div{
	width: 70%;
	float: right;
	display: grid;
	grid-template-columns: 65% 25%;
	grid-column-gap: 10%;
}
header .header-1 div ul{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 8%;
}
header .header-1 div ul li{
	width: 100%;
	list-style: none;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-size: 1.2vw;
	font-weight: lighter;
	color: white;
}
header .header-1 div ul li:hover{
	font-weight: bold;
}
header .header-1 div p{
	width: 94%;
	padding: 4% 3%;
	margin: auto;
	border: 3px double goldenrod;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5), -3px -3px 1px rgba(255, 255, 255, 0.2);
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-size: 1.2vw;
	font-weight: lighter;
	color: white;
}
header .header-1 div p i{
	color: goldenrod;
}
.bg-scales {
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.bg-scales i {
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  opacity: 0.4;
  font-size: 20px;
  animation: float 20s linear infinite;
}

@keyframes float {
  from {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  20% { opacity: 0.6; }
  80% { opacity: 0.6; }
  to {
    transform: translateY(-10vh) rotate(360deg);
    opacity: 0;
  }
}
.bgppc{
	width: 100%;
	height: 100%;
	margin-top: -8%;
	margin-left: -30%;
	background-color: gold;
	position: absolute;
	z-index: -2;
	border-radius: 50px;
	transform: rotate(-40deg);
	border-bottom-left-radius: 100px;
}
/**********Comission*********/
.comission{
	width: 90%;
	height: 90%;
	padding: 0% 5%;
	background-image: radial-gradient(circle, rgba(255, 215, 0, 0.2), transparent, transparent, transparent);
	float: left;
	overflow-y: scroll;
	display: grid;
}
.leftdots1{
	width: 35%;
	height: 20%;
	margin-top: 95%;
	margin-left: 5%;
	float: left;
  background-image: radial-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px);
	background-size: 10px 10px;
	position: absolute;
	z-index: -2;
}
.rightdots1{
	width: 35%;
	height: 20%;
	margin-top: 63%;
	float: left;
  background-image: radial-gradient(gold 1px, transparent 1px);
	background-size: 10px 10px;
	position: absolute;
	right: 5%;
	z-index: -2;
}
.comission form{
	width: 20%;
	padding: 5%;
	margin: auto;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.comission form h3{
	width: 100%;
	float: left;
	font-family: "Italianno", cursive;
	font-size: 4vw;
	line-height: 1;
	color: rgb(8,69,126);
}
.comission form div{
	width: 100%;
	margin-top: 5%;
	float: left;
	display: grid;
	grid-template-columns: 17% 80%;
	grid-column-gap: 3%;
}
.comission form div i{
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 3vw;
	color: red;
}
.comission form div{
	width: 100%;
	margin: auto;
	font-family: system-ui;
}
.comission form div h4{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px dashed red;
	font-size: 1.3vw;
}
.comission form div p{
	width: 100%;
	float: left;
	font-size: 1vw;
}
.comission form label{
	width: 100%;
	margin-top: 15%;
	float: left;
}
.comission form label span{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 1vw;
	font-weight: bold;
}
.comission form label input{
	width: 100%;
	margin-top: 2%;
	background-color: transparent;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	font-size: 1vw;
}
.comission form button{
	width: 60%;
	padding: 5%;
	margin-top: 15%;
	margin-left: 25%;
	background-color: goldenrod;
	float: left;
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	font-family: system-ui;
	font-size: 1.1vw;
	font-weight: bold;
	color: white;
}
.comission form ul{
	width: 100%;
	margin-top: 25%;
	float: left;
}
.comission form ul li{
	width: 100%;
	padding-bottom: 3%;
	margin-bottom: 3%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed goldenrod;
	font-family: system-ui;
	font-size: 1vw;
	font-weight: bold;
}
































