@charset "utf-8";
.color1 {
    background-color: #09181C;
	height: 8px;
	clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 75%);
}
.color2 {
    background-color: #ffff00;
	height: 10px;
	clip-path: polygon(100% 0, 100% 100%, 25% 100%, 0 0);
}
.color2a1 {
    background-color: #ffff00;
	height: 5px;
	clip-path: polygon(100% 0, 100% 100%, 25% 100%, 0 0);
}
.color3 {
    background-color: #781017;
}
.color4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-color: #781017;
}
.color1a {
    background-color: #09181C;
	height: 4px;
}
.color2a {
    background-color: #ffff00;
	height: 2px;
}
.text-ues{
	color: #781017;
}
.ues{
	background-color: #781017;
	color: white;
}
.ues1{
	background-color: #09181C;
	color: white;
}
.ues2{
	background-color: #ffff00;
}
div {
	
}

.a2{
	color: white;
}
a:hover {
  color: yellow;
}
.a3{
	color: #ffff00;
}