.muse-trophy-one{
	position: relative;
	text-align: center;
	min-height: auto;
}

.muse-trophy-one .trophy-bg{
	width:100%;
}

.muse-trophy-two{
	text-align: center;
  font-size: 30px;
  padding: 60px 0 0 0;
	position: relative;
}

.muse-trophy-three{
   width: 100%;
   position: absolute;
}

.background{
  height: 1100px;
  background: #000;
  clip-path: polygon(0 0, 0 100%, 25% 95%, 75% 95%, 100% 100%, 100% 0, 75% 5%, 25% 5%);
}

.muse-trophy-four{
   padding: 160px 0 0 0;
   text-align: center;
   color:#fff;
   margin-top: -20px;
   background: transparent;
	 position: relative;
}

.muse-trophy-four hr{
	border-top: 1px solid #E3A326 !important;
}

.muse-trophy-2025{
	position: relative;
	background-image: url('../images/history/MUSE-Trophies-2025.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	min-height: 1130px;
}

@media screen and (min-width: 1600px) {
  .muse-trophy-2025{
    min-height: 1380px;
  }
}
@media screen and (min-width: 1900px) {
  .muse-trophy-2025{
    min-height: 1480px;
  }
}

.muse-trophy-2025 img{
	position: absolute;
  top: -55px;
  left: -61%;
  max-width: 980px;
}

.hr-left{
	margin-top:60px;
	margin-right:-50px
}

.hr-right{
	margin-top:60px;
	margin-left:-58px;
}

.content-trophy{
	text-align: center;
	padding: 320px 50px 0px 50px;
}

.muse-trophy-four .content .stat2023{
  width:100%;
	margin-top:30px;
}

.muse-trophy-five{
  padding: 40px 0 50px 0;
   text-align: center;
   color:#000;
	 position: relative;
	 background: #FFF;
}

.muse-trophy-five h2{
	margin-bottom: 0 !important;
}

.muse-trophy-five .img-evolution{
	width: 80%;
}

.muse-trophy-six{
 padding: 0px;
 position: relative;
}

.trophies.four.isotope, .trophies.three.isotope{
	position: relative;
	overflow: hidden;
}

.trophy{
	position:relative;
	text-align:left;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	height:100%;
}
.four .trophy{
	width:24.97%;
	float:left;
}

.three .trophy{
	width:33.3333333%;
	float:left;
}

.trophy img{
	width:100%;
	height:auto;
}

.trophy .hover{
	position:absolute;
  padding: 0 30px;
	width:100%;
	left:0;
	top:0;
	font-size:17px;
	opacity:0;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.trophy .hover-non{
	position:absolute;
  padding: 0 30px;
	width:100%;
	left:0;
	top:0;
	font-size:17px;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.trophy:hover .hover{
	height: 100%;
	opacity:1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.trophy:hover h3{
	color:#FFF !important;
}

.trophy h3{
	font-size:80px;
	font-weight:800;
	margin-top:0;
  margin-bottom:0;
	text-transform:capitalize;
  line-height: 0.8;
  font-family: Vogue !important;
  font-weight: normal !important;
}

.trophy hr{
	width:70px;
  margin:auto 0 18px 0;
	border-bottom: 2px solid #eee;
}

.trophy .hover-inner{
	position:relative;
	top:50%;
	margin-top:-150px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}

.trophy .hover-non-inner{
	position:relative;
	top:50%;
	margin-top:252px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}

.trophy:hover .hover-inner{
	top:50%;
	color:white;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}

.trophy:hover .hover-non-inner{
	display: none;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}

.trophy ul{
	margin:0 0 5px;
	padding:0;
}

.trophy li{
	display:block;
}

.trophy .desc{
	color: #FADC07;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
	margin-bottom: 5px;
}


.fancybox-caption{
	border-top: none !important;
	text-align: center;
}


@media(max-width: 768px){

	.muse-trophy-two{
		text-align: center;
	  font-size: 30px;
	  padding: 30px 0 0 0;
	}

	.background{
	  height: 1100px;
	  background: #000;
	  clip-path: polygon(0 0, 0 100%, 25% 97%, 75% 97%, 100% 100%, 100% 0, 75% 3%, 25% 3%);
	}

	.trophy h3{
		font-size:80px !important;
	}


	.trophies.four.isotope{
		position: relative;
		overflow: hidden;

	}

	.muse-trophy-five{
	  padding: 80px 0 80px 0;
	}

	.four .trophy, .three .trophy{
		width:100%;
		float:left;
	}

	.background{
		height: 1600px !important;
	}

	.hr-right{
		margin-top:20px;
		margin-left:0;
	}

	.content-trophy{
		margin-top:40px;
		text-align: center;
	}


}

@media(max-width: 480px){

	.muse-trophy-two .h1{
			margin-bottom: 10px;
	}

	.muse-trophy-two .h1, .muse-trophy-two .h2{
		font-size: 30px !important
	}

	.content-trophy {
    padding: 20px 0px 0px 0px;
    text-align: center;
		margin-top: 0px;
  }


	.muse-trophy-2025{
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: 140%;
		min-height: 880px;
	}

	.muse-trophy-2025 img{
		position: absolute;
		max-width: 100%;
		top: 520px;
    left: 0%;
		z-index: 99;
	}

	.trophy .hover-non, .trophy .hover{
		padding: 0 40px;
	}
}
