<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.divcss5-F00{ border-bottom:3px solid #00c9ff } 



.box{

	position: relative;
	overflow: hidden;
	display: inline-block;
padding:0;
}


.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,s
.box:hover:before{ transition-delay: 0.225s; }
.box:hover:after{ transition-delay: 0.075s; }
.box:hover .box-content:before{ transition-delay: 0.15s; }
.box:hover .box-content:after{ transition-delay: 0s; }
.box img{
	width: 100%;
	height: auto;
	transition: all 0.3s ease 0s;
}
.box:hover img{ filter: brightness(50%);
	}

.content{
	width: 100%;
	padding: 7px 0;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 2;
	transition: all 0.3s ease 0.1s;
}
.box:hover .content{
	opacity: 0.8;
	bottom: 5px;
}
.box .title{
	color:#fff;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 30;
}


/*2*/


.box1{
	
	text-align: center;
	position: relative;
	overflow: hidden;

}





.content3{
	width: 100%;
	position: absolute;
	z-index: 2;

}
.box1  .content3{
	opacity: 0.8;
	top: 25px;
	left: 35px
}
.box1 .title3{
	color:#fff;
	font-size: 14px;
	font-weight: 300;

	text-align: left;

}
.box1 .title4{
	color:#fff;
	font-size: 20px;
	font-weight: 350;
	text-align: left;
	line-height: -30px
}




/*main*/


/*box*/
</pre></body></html>