*{
	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;
}
.comission h2{
	width: 100%;
	margin-top: 5%;
	float: left;
	text-align: center;
	font-family: "Italianno", cursive;
	font-size: 5vw;
	line-height: 1;
	color: rgb(8,69,126);
}
.comission .ul-1{
	width: 100%;
	float: left;
}

.leftdots1{
	width: 35%;
	height: 20%;
	margin-top: 10%;
	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: 40%;
	float: left;
  background-image: radial-gradient(gold 1px, transparent 1px);
	background-size: 10px 10px;
	position: absolute;
	right: 5%;
	z-index: -2;
}
.comission form{
	width: 33%;
	padding: 1%;
	margin-left: 32.5%;
	background-color: white;
	float: left;
	display: grid;
	grid-template-columns: calc(100% - 3vw) 3vw;
	border-radius: 100px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.comission form input{
	width: 98%;
	padding: 0% 2%;
	background-color: transparent;
	border: 1px solid goldenrod;
	border-radius: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	outline: none;
}
.comission form button{
	width: 3vw;
	height: 3vw;
	background-color: goldenrod;
	border: none;
	border-radius: 100px;
	outline: none;
}
.comission .ul-1{
	width: 100%;
	margin-top: 5%;
	float: left;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10%;
}
.comission .ul-1 li{
	width: 100%;
	margin-bottom: 30%;
	list-style: none;
}
.comission .ul-1 li section{
	width: calc(22vw - 6px);
	height: calc(22vw - 6px);
	margin-left: calc((100% - 22vw) / 2);
	float: left;
	border: 3px dashed goldenrod;
	border-radius: 100vw;
}
.comission .ul-1 li section img{
	width: 16vw;
	height: 16vw;
	padding: 1vw;
	margin: 2vw;
	background-color: white;
	float: left;
	object-fit: cover;
	border-radius: 100vw;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.comission .ul-1 li p{
	width: 100%;
	margin-top: 10%;
	float: left;
	display: grid;
	text-align: center;
	font-family: system-ui;
}
.comission .ul-1 li p strong{
	font-size: 2vw;
	font-weight: lighter;
}
.comission .ul-1 li p small{
	margin-top: 10%;
	font-size: 1vw;
}
.comission .ul-1 li p span{
	margin-top: 3%;
	font-size: 1.2vw;
}




































