@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700);


/* ICON STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

[class^="icon-"]:after,
[class*=" icon-"]:after {
  /*font-family: "untitled-font-1";*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up-open-big { display: inline-block; }

.icon-up-open-big:after {
  content: "△";
  font-size: 2.5em;
  display: block;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: #ccc;
  transition: color .3s;
}

.icon-up-open-big:hover:after {
	color: white;	
}

.icon-up_back-open-big { display: inline-block; }

.icon-up_back-open-big:after {
	content: "△";
	font-size: 2.5em;
	display: block;
	-webkit-transform: rotateX(0deg);
			transform: rotateX(0deg);
	color: #ccc;
	transition: color .3s;
  }

  .icon-up_back-open-big:hover:after {
	color: white;	
	}

.scroll-icon {
	position: absolute;
 	left: 50%;
	bottom: 30px;
	padding: 0 10px;
  	-webkit-transform: translateX(-50%);
  	        transform: translateX(-50%);
}
.scroll-icon p{
	color: #aaa;
}

.scroll-icon_up {
	position: absolute;
 	left: 50%;
	top: 100px;
	padding: 0 10px;
  	-webkit-transform: translateX(-50%);
  	        transform: translateX(-50%);
}

.scroll-icon_up p {
	font-size: 14px;
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 6px 15px;
}


/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
}

.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	        transform: translateY(300px);
	transition: opacity, -webkit-transform 1s;
	transition: opacity, transform 1s;
	transition: opacity, transform 1s, -webkit-transform 1s;
	transition-delay: 1s;
}



/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
	margin: 0;
	padding: 0;
	font-family: "Pinghei","Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

html {
	font-size: 62.5%;
	background-color: #1a1a1a;
}

body {
	color: black;
	letter-spacing: .18em;
}

a {
	text-decoration: none;
	color: white;
}

ul, li {
	list-style-type: none;
}


.button {
	margin-top: 50px;
}

.button p {
	font-size: 16px;
}

.button button {
	border: 1px solid rgb(25, 28, 31);
	padding: 10px 40px;
	margin: 30px 7px 0 7px;
	/* margin-top: 50px; */
	display: inline-block;
	border-radius: 25px;
}
.button a button {
	color: #000;
	font-size: 16px;
	background: transparent;
}

.button a button:hover {
	color: #fff;
	font-size: 16px;
	background-color:rgb(25, 28, 31);
}

.button_link button {
	border: 1px solid rgb(255, 255, 255);
	/* background-color: red; */
	padding: 10px 80px;
	margin: 50px 7px 0 7px;
	display: inline-block;
	border-radius: 25px;
}

a button {
	color: #fff;
	font-size: 16px;
	background-color: transparent;
}

 a button:hover {
	color: #000;
	font-size: 16px;
	background-color: #fff;
	transition: 0.3s;
}



.fp-tableCell h3 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logo {
	padding-bottom: 8px;
	font-size: 22px;
	font-family: "Pinghei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
}


.logo img {
	width: 50px;
	margin-top: 11px;
}

.header-top {
	background: rgba(26, 26, 26, 0.8);
	height: 70px;
	padding: 0 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	box-sizing: border-box;
}

h1 {
	line-height: 70px;
	height: 70px;
}

h1 a {
	display: block;
	padding: 0 10px;
}

.toggle-menu {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	top: 10px;
}

.toggle-menu i {
	position: absolute;
	display: block;
	height: 2px;
	background: white;
	width: 30px;
	left: 10px;
	transition: all .3s;
}

.toggle-menu i:nth-child(1) {
	top: 16px;
}

.toggle-menu i:nth-child(2) {
	top: 24px;
}

.toggle-menu i:nth-child(3) {
	top: 32px;
}

.open-menu i:nth-child(1) {
	top: 25px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}

.open-menu i:nth-child(2) {
	background: transparent;
}

.open-menu i:nth-child(3) {
	top: 25px;
	-webkit-transform: rotateZ(-45deg);
	        transform: rotateZ(-45deg);
}

.go_home {
    position: absolute;
	top: 90px;
	z-index: 1;
}

.go_home a {
    font-size: 14px;
    color: #000;
    margin-left: 40px;
}

.go_home_white a {
	color: #fff;
	font-family: "Pinghei","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.go_home a:hover {
    text-decoration: underline;
}



nav {
 	height: 0;
	opacity: 0;
	box-sizing: border-box;
	background: rgba(26, 26, 26, 1);
	position: fixed;
	top: 70px;
	width: 100%;
	transition: all .5s;
}

ul li {
	color: #fff;
}

.navigation {
	float: right;
	font-size: 18px;
	margin-top: 26px;
}

.navigation ul li {
	display: inline;
	margin: 10px;
	/* border: 1px solid red; */
	
}

.open-menu ~ nav {
	opacity: 1;
 	padding: 80px 0;
	z-index: 15;
	height: calc(100vh - 70px);
}

nav ul {
	padding: 0 10px;
	display: flex;
}

nav li {
	flex: 1;
}

nav li a {
	font-size: 2em;
	display: block;
	padding: 30px;
	text-align: center;
	transition: background .3s;
}

nav li:nth-child(odd) a,
body.fp-viewing-fifthSection-1 #menu li:nth-child(5) a {
	background:transparent;
}

nav li:nth-child(even) a {
	background:transparent;
}

nav li:nth-child(odd) a:hover {
	background:transparent;
}

nav li:nth-child(even) a:hover {
	background:transparent;
}

nav li.active a,
body.fp-viewing-fifthSection-1 #menu li:last-child a {
  /* background: #aa3346; */
}
  


/* SECTION STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section { 
	text-align: center;
}

h2 {
	font-size: 4em;
	margin-bottom: 20px;
}

h3 {
	font-weight: 300;
	font-size: 2.8em;
	line-height: 1.8em;
}

.contact {
	width: 40%;
	float: right;
	background-color: rgba(255, 255, 255, 0.9);
	margin: 5%;
	padding: 3% 0;
	border-radius:15px;
}

.contact_address {
	text-align: left;
}
.contact_address h3 {
	font-size: 18px;
}

.contact a {
	color: #8f7ef4;
	text-transform: none;
}

.contact a:hover {
	text-decoration: underline;
}

/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: white;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: #8f7ef4;
	box-sizing: border-box;
}

.section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
}
.section_dark{

}
.section_dark .fp-tableCell h2{
	color: #eee;
}
.section_dark .fp-tableCell h3{
	color: #eee;
}
.section_dark .fp-tableCell p{
	color: #eee;
}
.section_dark .fp-tableCell .button a button{
	color: #eee;
	border: 1px solid #eee;
}
.section_dark .fp-tableCell .button a button:hover{
	color: #1a1a1a;
	border: 1px solid #eee;
	background-color: #eee;
	transition: 0.3s;
}

.section1 {
	background-image: url('../images/metaverse.png');
	background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

.section2 {
	background-image: url('../images/office.jpg');
	background-color: rgba(51, 51, 51, 0.5);
    background-blend-mode: hue;
	color: #fff;
}

.section3 {
	background-image: url('../images/map.jpg');
	background-color: rgba(0, 0, 0, 0.1);
    background-blend-mode: overlay;
}

.section4 {
	background-image: url('../images/design.png');
	background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: darken;
	color: #fff;
}

.section5 {
	background-image: url('../images/city.jpg');
	background-color: rgba(55, 92, 107, 0.7);
    background-blend-mode: exclusion;
	color: #fff;
}

.section6 {
	background-image: url('../images/media.jpg');
	background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: darken;
	color: #fff;
}

.section7 {
	background-image: url('../images/office.jpg');
	background-color: rgba(51, 51, 51, 0.5);
    background-blend-mode: hue;
	color: #fff;
}

.section8 {
	background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: overlay;
	background-image: url('../images/map.png');
}


#fp-nav ul li a span, .fp-slidesNav ul li a  {
	color: #bfbfbf;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #bfbfbf;
}

#fp-nav {
	display: block;
}

h3 small{
	font-weight: 800;
}

/* MEDIA STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 981px) {
	.go_home {
		margin-left: 10px;
	}

	.go_home a {
		font-size: 18px;
	}
	.toggle-menu {
		display: none;
	}

	.hide {
		display: none;
	}
	.scroll-icon p{
		font-size: 14px;
		font-weight: 400;
	}
	.scroll-icon_up p{
		font-size: 14px;
		font-weight: 400;
	}

}
@media screen and (max-width: 980px) {
.section7 {
	background-image: url('../images/map.jpg');
}
.section7 .fp-tableCell {
	vertical-align: bottom;
}
.contact {
	width: 90%;
	/* vertical-align: bottom; */
	float: left;
	background-color: rgba(255, 255, 255, 0.95);
	margin: 5%;
	padding: 20px 0 50px 0;
}

	nav ul {
		flex-direction: column;
	}

	nav li {
		margin-top: 1px;
	}

  nav li a {
    font-size: 1.5em;
  }
  
  .scroll-icon {
    display: block;
  }
	
  .navigation {
	  display: none;
  }
  h3{
  	font-size: 2em;
  }
  .button button{
  	padding: 10px 20px;
  }
}

@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }
  
  .open-menu ~ nav {
		padding: 20px 0;
	}

	nav li a {
		font-size: 16px;
	}

	.scroll-icon {
		display: block;
	  }

	.navigation {
		display: none;
	}

	#fp-nav {
		display: none;
	}
	.button button{
		font-size: 12px !important;
  		padding: 10px 10px;
  	}
}

