::-webkit-scrollbar {
    display: none;
}

body{
	-webkit-font-smooth: antialised;
	-moz-font-smooth: antialised;
	font-smooth: antialised;
}
html, body{
	height: 100%;
	font-family: 'Varela', sans-serif;
	font-size: 13px;
	color: #080F17;
	/*overflow-y: hidden;*/
}
#fullpage, .section{
	height: 100%;
}
.line-menu{
	position: fixed;
	padding: 0; 
	bottom: 6%;
	left: -3%;;
	transform: rotate(-90deg);
	-webkit-transform-origin: 1%;
	transform-origin: 1%;
	z-index: 999;
	transition: left 1s ease;
}
.line-menu ul{
	padding: 0;
}
.line-menu ul li{
	display: inline-block;
	padding: 0 15px;
}
.line-menu ul li a{
	display: block;
	text-decoration: none !important;
	color: #080F17;
	z-index: 999;
	transition: all ease .3s;
}
.fp-viewing-lastPage .line-menu ul li a{
	color: #FFFFFF;
	transition: all ease .3s;
}
.fp-viewing-secondPage .line-menu, .fp-viewing-thirdPage .line-menu,.fp-viewing-lastPage .line-menu{
	left: 6%;
}
.progress-container {
  	width: 100%;
  	height: 1px;
  	background: #ccc;
	position: relative;
}
.progress-bar {
  	height: 1px;
  	background: #080F17;
  	width: 21%;
	transform: rotate(180deg);
	right: 0;
	position: absolute;
}
.fp-viewing-secondPage .progress-bar{
	width: 47%;
}
.fp-viewing-thirdPage .progress-bar{
	width: 70%;
}
.fp-viewing-lastPage .progress-bar{
	width: 100%;
	background: rgba(255,255,255,1.00);
	transition: all .3s ease;
}
#burger{
	width: 36px;
	height: 18px;
	position: fixed;
	padding: 0;
	top: 30px;
	right: 20px;
	cursor: pointer;
	background: none;
	border: none;
	display: none;
	outline: 0;
	z-index: 999;
}
#burger span{
	display: flex;
	margin-bottom: 6px;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #080F17;
	transition: all .3s ease;
}
#burger span:nth-child(1){
	width: 60%;
}
#burger span:nth-child(3){
	width: 80%;
}
#burger span.one{
	width: 75%;
	background-color: #FFFFFF;
}
#burger span.two{
	width: 40%;
	background-color: #FFFFFF;
}
#burger span.three{
	width: 50%;
	background-color: #FFFFFF;
}
#full-menu{
	background-color: rgba(8,15,23,1.00);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
}
#full-menu ul{
	padding: 0;
	margin: 40px 0 0 40px;;
	position: absolute;
	bottom: 20px;
}
#full-menu ul li{
	margin: 25px 0;
}
#full-menu ul li a{
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 200;
}
h2{
	font-size: 34px;
}
h3{
	font-size: 16px;
	margin-bottom: 50px;
}
p{
	font-size: 12px;
}
header, .container{
	height: 100%;
	position: relative;
}
.row{
	margin: 0;
	padding: 0;
}
.load{
	position: absolute;
	width: 100%;
	height: 100%;
}
.load_one, .load_two, .load_three{
	width: 1px;
	background-color: #080F17;
	margin: 0 5px;
}
.load_one{
	-webkit-animation: car_one 8s ease forwards, bars_one 2.6s ease-out infinite;
	-moz-animation: car_one 8s ease forwards, bars_one 2.6s ease-out infinite;
	-o-animation: car_one 8s ease forwards, bars_one 2.6s ease-out infinite;
	animation: car_one 8s ease forwards, bars_one 2.6s ease-out infinite;
	animation-delay: 0s, 8s;
	height: 20%;
	position: absolute;
	transform: translateX(-10px);
}
.load_two{
	-webkit-animation: car_two 9s ease forwards, bars_two 2s ease-out infinite;
	-moz-animation: car_two 9s ease forwards, bars_two 2s ease-out infinite;
	-o-animation: car_two 9s ease forwards, bars_two 2s ease-out infinite;
	animation: car_two 9s ease forwards, bars_two 2s ease-out infinite;
	animation-delay: 0s, 9s;
	height: 60%;
	position: absolute;
}
.load_three{
	-webkit-animation: car_three 8.5s ease forwards, bars_three 2.2s ease-out infinite;
	-moz-animation: car_three 8.5s ease forwards, bars_three 2.2s ease-out infinite;
	-o-animation: car_three 8.5s ease forwards, bars_three 2.2s ease-out infinite;
	animation: car_three 8.5s ease forwards, bars_three 2.2s ease-out infinite;
	animation-delay: 0s, 8.5s;
	height: 50%;
	position: absolute;
	transform: translateX(10px);
}
@keyframes car_one{
	0%{
		height: 0px;
	}

	50%{
		height: 80%;
		top: 0;
	}
	60%{
		height: 100%;
	}
	70%{
		height: 100%;
		bottom: 0;
	}
	100%{
		height: 30px;
		transform-origin: bottom;
		bottom: 0;
	}
}
@keyframes car_two{
	0%{
		height: 0px;
	}
	
	50%{
		height: 60%;
		top: 0;
	}
	60%{
		height: 100%;
	}
	70%{
		height: 100%;
		bottom: 0;
	}
	100%{
		height: 90px;
		transform-origin: bottom;
		bottom: 0;
	}
}
@keyframes car_three{
	0%{
		height: 0px;
	}
	
	50%{
		height: 50%;
		top: 0;
	}
	60%{
		height: 100%;
	}
	70%{
		height: 100%;
		bottom: 0;
	}
	100%{
		height: 55px;
		transform-origin: bottom;
		bottom: 0;
	}
}
@keyframes bars_one{
	0%, 100%{
		height: 30px;
	}
	50%{
		height: 60px;
	}
}
@keyframes bars_two{
	0%, 100%{
		height: 90px;
	}
	50%{
		height: 45px;
	}
}
@keyframes bars_three{
	0%, 100%{
		height: 50px;
	}
	50%{
		height: 80px;
	}
}
.head, .head .container{
	height: 100%;
}
#logo{
	width: 400px;
	transform: translateY(-20px);
	display: none;
}
#nextpage{
	position: absolute;
	bottom: 0;
	left: 49%;
	width: 3%;
	height: 8%;
	display: none;
}
#nextpage a{
	display: block;
	width: 100%;
	height: 100%;
}
#gallery{
	height: 100%;
	position: relative;
}
.emb{
	width: 100%;
	position: absolute;
}
.emb_one, .emb_two, .emb_three{
	width: 1px;
	background-color: #080F17;
	margin: 0 5px;
}
.emb_one{
	height: 130px;
	position: absolute;
	transform: translateX(-10px);
}
.emb_two{
	height: 100px;
	position: absolute;
}
.emb_three{
	height: 60px;
	position: absolute;
	transform: translateX(10px);
}
#gallery{
	height: 100%;
	background-color: #FFFFFF;
	z-index: 999;
}
#gallery .row{
	height: 100%;
	padding-bottom: 40px;
}
.swiper-container, .swiper-wrapper, .swiper-slide{
	height: 100%;
	width: 100%;
}
.swiper-container{
	margin-right: 0;
	cursor: grab;
}
.swiper-container:active{
	cursor: grabbing;
}
.swiper-slide{
	background-size: cover;
	background-position: center;
	width: 95%;
}
.swiper-slide .contain{
	height: 100%;
	position: relative;
	background: rgb(0,0,0);
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6923144257703081) 0%, rgba(0,0,0,0) 37%);
background: -o-linear-gradient(bottom, rgba(0,0,0,0.6923144257703081) 0%, rgba(0,0,0,0) 37%);
background: linear-gradient(to top, rgba(0,0,0,0.6923144257703081) 0%, rgba(0,0,0,0) 37%);
}
.box{
	width: 87%;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50px;
	color: #FFFFFF;
	transition: bottom .9s ease-out .4s, opacity .9s ease-out .6s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box a{
	font-size: 14px;
	text-decoration: none;
	color:rgba(255,255,255,0.20);
	transition: all .3s ease;
}
.box a:hover{
	color: #FFFFFF;
	transition: all .3s ease;
}
.swiper-slide-active .box{
	bottom: 30px;
	opacity: 1;
}
#gallery .col-lg-8{
	overflow-y: visible !important;
	margin: 0;
	padding: 0;
	height: 70%;
	margin-left: 20px;
}
.navi{
	display: flex;
	justify-content: space-between;
}
.swiper-button-left-custom, .swiper-button-right-custom{
	height: 30px;
	width: 3%;
	display: inline-block;
	margin-right: 15px;
	transition: all .3s ease;
	cursor: pointer;
	outline: none;
}
.line{
	height: 1px;
	background-color: rgba(8,15,23,1.00);
	width: 100%;
	margin-top: 14px;
}
.swiper-button-left-custom:hover, .swiper-button-right-custom:hover{
	width: 5%;
	transition: all .3s ease;
}
.swiper-button-left-custom:after, .swiper-button-right-custom:after{
	display: none;
}
#due, #tre{
	display: none;
}
.topImg{
	background-image: url("../img/self.jpg");
	background-size: cover;
	background-position: center center;
	height: 300px;
	width: 79%;
	margin: 3% 5% 40px 0;
}
#about{
	height: 100% !important;
}
#about .col-lg-6{
	margin: 40px 0 0 15%;
}
#about h3{
	margin-bottom: 30px;
}

#about .void{
	width: 100%;
	height: 160px;
}
.skills{
	margin : 40px 0 30px !important;
}
#about .skill{
	display: inline-block;
	margin-right: 40px;
}
.skillImg{
	height: 40px;
	margin: 0 auto 10px;
	display: block;
}
#about h4{
	font-size: 14px;
	text-align: center;
}
#download a{
	text-decoration: none;
	color: #080F17;
}
#download span{
	display: none;
}
#contacts{
	padding-top: 8%;
	background-color: #080F17;
	height: 60% !important;
}
#contacts h2{
	color: #FFFFFF;
}
#contacts h3{
	color: #FFFFFF;
	margin-bottom: 60px;
}
#contacts h4{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
}
#contacts h4 a{
	text-decoration: none !important;
	color: #FFFFFF;
}
#contacts .col-lg-6{
	padding: 0 !important;
}
#contacts p{
	color: rgba(253,253,253,0.05);
	text-align: right;
	padding-right: 20px;
	margin-top: 6%;
}
form{
	width: 100%;
}

textarea{
	margin-bottom: 90px;
}
.form-control{
	background: none;
	border: none;
	border-bottom: 1px solid #ffffff;
	border-radius: 0;
	transition: all .4s ease-out;
	width: 30%;
	margin-bottom: 40px;
	text-align: right;
}
.form-control:focus{
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
	outline: none;
	background-color: #0F1C2B;
	color: #FFFFFF;
}
.form-control::-webkit-input-placeholder{ 
	color: #FFFFFF;
}
#FormTextArea{
	width: 100%;
}
.bottonesend{
	background: none;
	width: 150px;
	height: 40px;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
}
.bottonesend span{
	display: none;
}
#contacts ul{
	padding: 0;
	margin-top: 65px;
}
#contacts ul li{
	display: inline-block;
	margin-right: 6%;
}
#contacts ul li a{
	display: block;
	text-decoration: none !important;
	color: #ffffff;
	z-index: 999;
}

@media only screen and (max-width : 990px) {
	article{
		padding: 0 !important;
	}
	#gallery p{
		display: none;
		margin-bottom: 0;
	}
	.box h2{
		font-size: 18px;
	}
	#gallery h3{
		margin-bottom: 2%;
	}
	#about p{
		padding-right: 20%;
	}
	#contacts {
		padding-top: 13%;
	}
	#contacts p{
		margin-top: 10%;
	}
}

/*mobile*/

@media only screen and (max-width : 768px){
	body, .row{
		width: 100% !important;
	}
	.line-menu{
		display: none;
	}
	.fp-viewing-secondPage #burger, .fp-viewing-thirdPage #burger,.fp-viewing-lastPage #burger{
		display: block;
	}
	.col-12 .swiper-container{
		padding-left: 20px;
		margin-right: 0;
	}
	article h2, article h3{
		padding-left: 20px !important;
	}
	#logo{
		width: 200px;
	}
	.emb{
		display: none;
	}
	#gallery h3{
		margin-bottom: 20px;
	}
	.swiper-slide{
		width: 100%;
		margin-right: 0;
	}
	.swiper-button-left-custom, .swiper-button-right-custom{
		display: none;
	}
	.box{
		display: block;
	}
	#about .col-12{
		width: 90%;
		padding: 20px 5% 0 5%;
		margin: 0
	}
	#about .skill{
		width: 49%;
		margin: 40px 0;
	}
	.skillImg{
		height: 70px;
		margin-bottom: 20px;
	}
	.topImg{
		width: 90%;
		margin: 65px 5% 0 5%;
		background-position: left center;
	}
	#about h2{
		margin-top: 30px;
	}
	#about h3{
		margin-bottom: 20px;
	}
	#download{
		text-align: center;
	}
	#download span{
		display: inline;
	}
	.col-12 p{
		padding-right: 0 !important;
	}
	#contacts h2{
		text-align: center;
		margin: 50px 0 10px;
	}
	#contacts h3{
		text-align: center;
	}
	#contacts h4{
		text-align: center;
	}
	.form-control, #formTextaArea{
		width: 100%;
		margin-bottom: 50px;
	}
	.bottonesend{
		width: 100px;
		font-size: 12px;
	}
	.bottonesend span{
		display: inline;
	}
	#bottone{
		text-align: center;
		margin-bottom: 50px;
	}
	#contacts ul{
		display: flex;
		justify-content: center;
		margin: 60px auto 50px;
	}
	#contacts ul li{
		margin: 0 4%;
	}
}

