@font-face {
	font-family: 'Futura Medium';
	src: url('../fonts/futura-medium.ttc') format('ttc'), 
		 url("../fonts/futura-medium.woff") format('woff'),
       	 url("../fonts/futura-medium.ttf") format('ttf'),
       	 url("../fonts/futura-medium.eot") format('eot');
}
@font-face {
	font-family: 'Futura Bold';
	src: url('../fonts/futura-bold.ttc') format('ttc'), 
		 url("../fonts/futura-bold.woff") format('woff'),
       	 url("../fonts/futura-bold.ttf") format('ttf'),
       	 url("../fonts/futura-bold.eot") format('eot');
}
body {
	background-color: #000;
	color: #fff;
	font-family: 'Futura Medium';
	font-size: 16px;
	overflow: hidden;
}
body#privacy {
	overflow-y: scroll;
}
body#privacy p {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
}
#svg-eye {
	height: 75px;
	margin-bottom: -7px;
}
.h1 {
	font-size: 40px;
	display: block;
}
.h1:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}
#layer {
	width: 530px;
	height: 530px;
	padding: 15px;
    border: 4px solid #fff;
    border-radius: 265px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    margin-top: 10%;
}
#circle {
	width: 490px;
    height: 490px;
    border-radius: 245px;
    border: 4px solid #0084FF;
    padding: 10%;
}
#circle i {
	color: #0084FF;
	margin-bottom: 5px;
	font-size: 3.5em;
}
#circle ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
#circle ul li {
	display: inline-block;
	padding: 0 15px;
}
#circle ul li p {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 0;
}
#circle span {
	font-family: "Futura Bold";
	font-weight: 600;
	font-size: 70px;
	letter-spacing: 2px;
}
#circle h2 {
	font-family: "Futura Bold";
	font-weight: 600;
	font-size: 70px;
	margin-bottom: 35px;
	letter-spacing: 2px;
}
.additional #circle h2 {
	font-size: 60px;
}
.additional #circle p {
	color: #0084FF;
	font-size: 25px;
}
.btn-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	margin: auto;
	padding-top: 40%;
}
.btn-behancer {
	font-family: "Futura Bold";
	border-radius: 30px;
	padding: 20px 40px;
	margin-bottom: 30px;
	font-size: 25px;
}
#circle {
	margin-bottom: 50px;
}
#circle img {
	max-height: 60px;
}
.btn-list img {
	height: 23px;
    float: right;
    margin-top: 8px;
}
.btn-behancer {
	min-width: 300px;
	text-align: left;
	position: relative;
	font-weight: 600;
}
.btn-behancer img {
	max-width: 100px;
}
.privacy {
	color: #fff;
	float: right;
	margin-bottom: 25px;
	font-size: 16px;
	position: absolute;
    bottom: -60px;
    right: 0;
}
.privacy:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}
.container {
	position: relative;
	height: 100vh;
}
#header, #footer {
	height: 10%;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#content {
	height: 75%;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#circle ul li:last-child img {
	max-height: 55px;
}

/*main*/
.btn-start {
	display: block;
	text-align: center;
	margin: auto;
	height: 150px;
	width: 150px;
	border-radius: 75px;
	background-color: #fff;
	margin-top: 15%;
	margin-bottom: 12%;
	padding-top: 20px;
	transition: all 0.8s ease;
	-webkit-box-shadow: -1px -1px 5px 0px rgba(255,255,255,1);
	-moz-box-shadow: -1px -1px 5px 0px rgba(255,255,255,1);
	box-shadow: -1px -1px 5px 0px rgba(255,255,255,1);
}
.btn-start:hover {
	opacity: 0.9;
}
.btn-start span, .btn-start i {
	margin: auto;
	display: block;
}
.btn-start span {
	font-size: 30px;
	margin-top: 5px;
}
#privacy #footer {
	display: none;
}

@media only screen and (max-width: 767px) {
	.additional #circle h2 {
		font-size: 25px;
	}
	.container {
		position: relative;
		height: auto;
	}
	#header, #footer {
		height: auto;
		position: relative;
	}
	#content {
		height: auto;
		position: relative;
	}

	#circle {
		width: 222px;
	    height: 222px;
	    border-radius: 111px;
	    border: 4px solid #0084FF;
	    padding: 10%;
	}
	#circle img {
		max-height: 30px;
	}
	#layer {
		width: 260px;
		height: 260px;
		padding: 15px;
	    border: 4px solid #fff;
	    border-radius: 130px;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	    text-align: center;
	    margin: auto;
	    box-sizing: border-box;
	    position: relative;
	    margin-top: 5%;
	}
	.btn-list {
		padding-top: 50px;
		width: 100%;
		margin-bottom: 50px;
	}
	#circle i {
		font-size: 1.8em;
	}
	#circle h2 {
		font-size: 25px;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	#circle ul {
		margin-bottom: 15px;
	}
	#circle ul li {
		padding: 0 7px;
	}
	#circle ul li p {
		font-size: 14px;
	}
	#circle span {
		font-size: 32px;
	}
	#circle ul li:last-child img {
		max-height: 25px;
	}
	.h1 {
		text-align: center;
	}
	.privacy {
		text-align: center;
		right: initial;
		float: none;
		position: relative;
		bottom: 0;
	}
	#footer {
		text-align: center;
		margin-bottom: 30px;
	}

	.btn-start {
		margin-top: 55%;
		margin-bottom: 55%;
	}
	.btn-behancer {
		min-width: 280px;
		margin-left: 2px;
	}
	a.btn-behancer img {
		max-width: 65px;
	}
}

@media (max-width: 1024px) {
	body {
		overflow: scroll;
	}
	#privacy #content {
		padding: 0 15px;
	}
	.btn-list li:first-child a img {
		height: auto;
		max-width: 80px;
	}
}
@media (min-width: 1025px) and (max-width: 1400px) {
	#layer {
		width: 460px;
		height: 460px;
		border-radius: 230px;
	}
	#circle {
		width: 420px;
		height: 420px;
		border-radius: 210px;
	}
	#circle h2 {
		font-size: 55px;
	}
	.additional #circle h2 {
		font-size: 53px;
	}
}