@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Outfit:wght@100..900&display=swap";

body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
    font-style: normal;
	font-family: "Outfit",serif,'Noto Sans TC','Roboto','Microsoft YaHei',sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-wrap: break-word;
	word-wrap: break-word;
	

}

a{
	color: #3c4858;
	transition: all 0.5s ease;
}

a:hover{
	color: rgb(0,0,0,0.75);
}

button{
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.5s ease;
}

#up{
	position: fixed;
	right: 35px;
	z-index: 999;
	bottom: 35px;
	opacity: 0;
	cursor: pointer;
}

.header{
	width: 100vw;
	height: 100px;
	line-height: 100px;
	position: absolute;
	top: 0;
	
}

.header-box{
	width: 100%;
	margin:auto;
	display: flex;
	align-items: center;
	max-width: 1600px;
}
.header-btn a{
	background-color: transparent;
  	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(180deg, #F9A01B 0%, #F15D25 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 16px 24px 16px 24px;
    color: #fff;
}

.logo{
	width: 23%;
}
.nav{
	width: 50%;
	display: flex;
	align-items: center;
}

.header-btn{
	width: 25%;
}

.banner{
	width: 100vw;
	height: 100vh;
	max-height: 870px;
	background-image: url('../image/Miners-Orange.webp') ;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}



.banner-box{
	width: 100%;
	max-width: 1378px;
	margin: auto;
	padding-top: 100px;
	position: relative;
	top: -50px;
	display: flex;
	flex-direction: column;

}


.nav a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: block;
	padding:0 30px;
	border-bottom: 2px solid rgb(255,255,255,0);
	height: 55px;
	line-height: 55px;

}


.banner-box h2{
	color: #fff;
	letter-spacing: 0.1rem;
	font-weight: 400;
}


.banner-box h1{
	max-width: 780px;
	color: #fff;
	font-size: 4.9rem;
	font-weight: bold;
	margin-top: 35px;
	font-weight: 700;
	line-height: 1.1;
}

.banner-box a{
	background-color: transparent;
  	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(180deg, #F9A01B 0%, #F15D25 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 16px 24px 16px 24px;
    color: #fff;
    width: 300px;
    margin-top: 35px;

}


.services{
	width: 100vw;
}

.services-box{
	width: 100%;
	max-width: 1378px;
	margin: auto;
}

.services-box{
	text-align: center;
	font-size: 35px;
    margin-top: 55px;
    margin-bottom: 55px;
}

.services-desc{
	color: #636363;
	font-size: 20px;
	max-width: 900px;
	margin: auto;
	font-weight: 300;
	margin-top: 15px;
}

.page-btn{
	background-color: transparent;
  	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(180deg, #F9A01B 0%, #F15D25 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 16px 24px 16px 24px;
    color: #fff;
    width: 300px;
    margin-top: 35px;
    display: block;
    text-align: center;
    margin: auto;

}

.services-box .page-btn{
	margin-top: 35px;
	margin-bottom: 55px;
}

.services-box-image-1{
	width: 100%;
	border-radius: 10px;
	margin-top: 35px;
}

.services-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 35px;
}

.services-list-item{
	display: flex;
	flex-direction: column;
	padding:20px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border:1px solid #efefef;

}

.services-list-item img{
	width: 100%;
	
	height: 300px;
	border-radius: 5px;
	object-fit: cover;
}

.services-list-item span{
	font-size: 24px;
	min-height:100px;
	margin-top: 20px;
}

.team{
	width: 100vw;
	background: url('../image/Background-Neon-Orange-Light-from-Bottom.webp');
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
    padding:80px 0;

}

.team-box{
	width: 100%;
	max-width: 1378px;
	margin: auto;
	min-height: 100vh;
}

.team-box{
	display: flex;
	align-items: center;
}

.team-l, .team-r{
	width: 50%;
	color: #fff;
}

.team-l-item{
	margin-bottom: 25px;
}

.team-l-item h2{
	color: #f7921a;
	font-size: 38px;
	font-weight: 400;
}

.team-l-item p{
	font-size: 20px;
	letter-spacing: 0.1rem;
	font-weight: 300;
	margin-top: 5px;
}

.team-l h1{
	font-size: 50px;
	margin-bottom: 55px;
}


.team-r-box{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 90%;
	margin-left: 10%;
}

.team-r-image-1{
	width: 100%;
	border-radius: 15px;

}

.team-r-images{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 25px;
	margin-top: 35px;

}

.team-r-images img{
    width: 100%;
    height: 100px;
    object-fit: cover;
	border-radius: 15px;
}

.team-r-images img{
	width: 100%;
	
	object-fit: cover;
}

.edge{
	width: 100vw;
	margin-bottom: 100px;
}

.edge-box{
	width: 100%;
	max-width: 1378px;
	margin: auto;
}

.edge-title{
	display: flex;
	align-items: center;
	margin:35px 0;
	margin-top: 80px;
}

.edge-title-l{
	width: 40%;
}

.edge-title-r{
	width: 60%;
}

.edge-title-l span{
	color: #f26d3a;
	font-size: 65px;
	font-weight: 700;
}

.edge-title-r p{
	font-size: 18px;
	color: #7a7a7a;
	line-height: 1.5;
}

.edge-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
	margin-top: 60px;

}

.edge-list-item img{
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.edge-list-item p{
	margin-top: 35px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.adv{
	width: 100vw;
	background:url('../image/image-9-1.webp');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 240px);
    padding:120px 0;
    min-height: 100vh;
  
}

.adv-box{
	width: 100%;
	max-width: 1378px;
	margin: auto;
	display: flex;
	align-items: center;
}
.adv-l,.adv-r{
	width: 50%;
}

.adv-box h2{
	color: #fff;
	font-size: 60px;
}

.adv-l{
	display: flex;
	justify-content: flex-end;
}


.adv-list{
	display: flex;
	flex-direction: column;
}

.adv-item{
	display: flex;
	align-items: center;
	
	padding:25px 0;
	border-bottom: 1px solid rgb(255,255,255,0.35);
}

.adv-item:first-child{
	border-top: 1px solid rgb(255,255,255,0.35);
	margin-top: 35px;
}
.adv-item-content{
	color: #fff;
}

.adv-item img{
	width: 75px;
	margin-right: 10px;
}

.adv-item-content b{

	font-size: 24px;
}

.adv-item-content p{
	font-size: 18px;
	opacity: 0.75;
	margin-top: 10px;
}
.adv-l-box{
	max-width: 580px;
	margin-right: 55px;

}

.adv-r img{
    border-radius: 15px;
    max-width: 600px;
	margin-left: 45px;
}

.supporting{
	width: 100vw;
	height: 80vh;
	display: flex;
	background: url('../image/image-702200558.webp') 50% 50%;
	align-items: center;
	background-size: cover;
	margin-top: 1px;
	position: relative;
	top: 0;
}


.supporting h1{
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 60px;
	font-style: italic;
	z-index: 2;
}
.sup-image{
	width: 900px;
	position: absolute;
	left: 50%;
	z-index: 1;
	margin-left: -450px;
	opacity: 0.75;
}

.about{
	width: 100vw;
	padding:100px 0;
	background-image: linear-gradient(180deg, #f9a01b 0%, #F15D25 100%);
  

}

.about-box{
	width: 100%;
	max-width: 1378px;
	margin: auto;
}

.about-title{
	display: flex;
	align-items: center;
}

.about-title h1{
	font-size: 60px;
	color: #Fff;
	width: 40%;
}

.about-title p{
	font-size: 18px;
	color: #Fff;
	width: 60%;
}

.about-box img{
	width: 100%;
	object-fit: cover;
	max-height: 400px;
	margin: 35px 0;
	border-radius: 15px;
}

.about-content{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 35px;
	color: #fff;
	letter-spacing: 0.05rem;
	font-size: 20px;
	font-weight: 300;
}

.footer{
	padding:35px 0;
	width: 100vw;
	background: #1a242b;
}

.footer-box{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;

}

.footer-item img{
	width: 100%;
	max-width: 220px;
	margin-bottom: 15px;
}

.footer-item{
	color: #Fff;
	display: flex;
	flex-direction: column;

}

.footer-item span{
	font-size: 18px;
}

.footer-item b{
	font-size: 24px;
	margin-bottom: 35px;
}
.footer-item a{
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}

.footer-item a:hover{
	color: #ce5426;
}

.nav a:hover{
	color: #ce5426;
	border-bottom: 2px solid #fff;
}


.footer-item-box{
	display: flex;
	justify-content: center;
}

.footer-item-box-end{
	display: flex;
	justify-content: flex-end;
}



.copyright{
	background: #000;
	color: #fff;
	text-align: center;
	padding:35px 0;
	font-size: 18px;
}