* {
	margin: 0px;
	padding: 0px;
	outline: none;
	box-sizing: border-box;
}

body {
	min-width:320px;
	min-height:100%;
	height:auto;
	display:block;
	background-color:#262221;
	font-family:'Roboto Condensed', sans-serif;
	color:#ffffff;
	font-size:20px;
	background-image:url("../img/bg-dark.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#sticky {
	display: none;
	position: fixed;
	top: 10px;
	left: 10px;
	width: 250px;
	height: 250px;
	padding: 0px 5px;
	font-size: 18px;
	line-height: 30px;
	z-index: 9999;
	color: #ffffff;
	overflow: hidden;
}

nav {
	position:fixed;
	box-sizing:border-box;
	height: 100%;
	width: 0px;
	right:0px;
	margin: 0px;
	padding:20px 30px 15px 30px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-end;
	z-index: 8000;
	transition:all 300ms;
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}

centernav {
	box-sizing:border-box;
	right:0px;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}

topnav, bottomnav {
	box-sizing:border-box;
	right:0px;
	display:flex;
	flex-direction:row;
	align-items:flex-end;
}

.bt {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	text-align:right;
	text-decoration: none;
	color:#ffffff;
	background-color:rgba(38,34,33,0.8);
	box-shadow: 0 0 5px 1px rgba(0,0,0,1);
	border:2px solid #ffffff;
	border-radius:0px;
	cursor:pointer;
	transition:all 300ms;
	box-sizing: border-box;
	backdrop-filter: blur(2px);
	transform: skewX(-10deg);
}

.bt#close {
	height:50px;
	width:50px;
	border-radius:0px;
	line-height:46px;
	padding:0px 0px;
	font-size:40px;
	text-align:center;
	display: none; 
}

.bt#open {
	height:50px;
	width:50px;
	border-radius:0px;
	line-height:47px;
	padding:0px 0px;
	font-size:24px;
	text-align:center;
}

.bt.lang {
	height:50px;
	width:50px;
	border-radius:0px;
	line-height:47px;
	padding:0px 0px;
	font-size:24px;
	text-align:center;
	margin-right: 10px;
}

.bt.mainnav {
	font-size:20px;
	height: 40px;
	line-height:36px;
	margin:5px 0px;
	display:block;
	padding:0px 10px;
	transition:all 300ms;
}

.bt.mainnav.active {
	color:#3AE8D6;
	margin-right:0px;
}

.bt.mainnav.invisible {
	color: rgba(38,34,33,0.8);
	font-size:0px;
	height:15px;
	width:15px;
	padding:0px 0px;	
	overflow: hidden;
}

.bt.mainnav.invisible.active {
	height:16px;
	width:16px;
	background-color: #3AE8D6;
	margin-right:5px;	
}

.bt.social {
	height:40px;
	width:40px;
	border-radius:0px;
	line-height:36px;
	padding:0px 0px;
	font-size:36px;
	text-align:center;
	margin:5px 0px 5px 5px;
}

.bt.link {
	font-size:20px;
	height: 60px;
	line-height:56px;
	margin:15px 0px;
	display:inline-block;
	padding:0px 24px;
	transition:all 300ms;
}

.bt:hover {
	background-color:rgba(58,232,214,1);
	border:2px solid #3AE8D6;
	transition:all 300ms;
}

.bt.active:hover {
	background-color:rgba(38,34,33,0.8);
	border:2px solid #ffffff;
	transition:all 300ms;
}

.bt.mainnav.invisible:hover {
	background-color:rgba(58,232,214,1);
	border:2px solid #3AE8D6;
	transition:all 300ms;
}

.bt.mainnav.invisible.active:hover {
	background-color:rgba(58,232,214,1);
	border:2px solid #ffffff;
	transition:all 300ms;
}

.bt.buylink {
	font-size:20px;
	line-height:36px;
	margin:5px 0px;
	display:inline-block;
	padding:20px 12px 10px 12px;
	transition:all 300ms;
	transform: skewX(0deg);
}

.bt.buylink img {
	width:100%;
	max-width:300px;
}

.footerlogo{
	color:#3AE8D6;
}

.footerlogo img {
	height:80px;
}

.footertext {
	color:#3AE8D6;
}

.bt.footerlink {
	font-size:16px;
	font-weight: 400;
	height: 34px;
	line-height:31px;
	margin:5px 0px;
	display:inline-block;
	padding:0px 8px;
	transition:all 300ms;
	color:#3AE8D6;
	background-color:rgba(38,34,33,0.8);
	box-shadow: 0 0 5px 1px rgba(0,0,0,1);
	border:2px solid #3AE8D6;
}

.bt.footerlink:hover {
	background-color:rgba(38,34,33,0.8);
	border:2px solid #ffffff;
	color:#ffffff;
	transition:all 300ms;
}


header {
	position:relative;
	box-sizing:border-box;
	width: 100%;
	height: 100%;
	display: flex;
}

.logo {
	max-width: 800px;
}

section {
	position:relative;
	box-sizing:border-box;
	width: 100%;
	padding: 0px 0px;
	height: auto;
	display: flex;
}

.container {
	position:relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1140px;
	transition: all 300ms;
	margin: 0px auto;
	padding: 0px 20px 80px 20px;
	text-align: left;
}

.grid {
	display: grid;
	grid-auto-flow: row;
	grid-gap: 25px 25px;
	grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
}

article {
	position:relative;
	box-sizing:border-box;
	width: 100%;
}

footer {
	position:relative;
	box-sizing:border-box;
	width: 100%;
	height: 800px;
	display: flex;
}

.container > img {
	width: 100%;
}

h1 {
	font-family:'Roboto Condensed', sans-serif;
	color:#ffffff;
	font-size:40px;
	text-align: center;
}

h2 {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 600;
	color:#ffffff;
	background-color:rgba(47,156,144,1);
	font-size:32px;
	line-height: 50px;
	padding: 0px 30px;
	display: inline-block;
	transform: skewX(-10deg);
	margin-bottom: 35px;
}

h3 {
	font-size:28px;
	color:#3AE8D6;
	margin-bottom: 5px;
}

h4 {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 400;
	color:#CBBFBA;
	font-size:32px;
	text-align: center;
	margin-bottom: 20px;
}

h5 {
	font-size:28px;
	color:#3AE8D6;
	margin-bottom: 5px;
	font-size: 20px;
}

p {
	text-align: justify;
	margin-bottom: 20px;
}

a {
	color: #3AE8D6;
}

ul {
	margin-left: 20px;
}

video {
	width: 100%;
}

.bgkv {
	background-image: url("../img/bg-kv.png");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top:0px;
}

.bg1 {
	background-color:rgba(17, 13, 12, 0.8);
	backdrop-filter: blur(2px);
	transform: skewY(-5deg);
}

.bg1 > .container {
	transform: skewY(5deg);
}

.bg1 > .container > h2 {
	transform: translateX(-30px) skewY(-5deg);
	margin-bottom: 35px;
}

.bg2 {
	background-image: url("../img/bg-paper.jpg");
	background-size: 100% 100%;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.8);
	transform: skewY(1deg);
}

.bg2 > .container {
	transform:  translateY(-30px) skewY(0deg);
}

.bg2 > .container > h2 {
	transform: translateX(-30px) translateY(-30px) skewY(0deg);
	margin-bottom: 35px;
}

.bg2 > .container > .slider {
	transform: translateY(-30px);
}

.bg3 {
	background-color:rgba(17, 13, 12, 0.8);
	backdrop-filter: blur(2px);
	transform: translateY(200px) skewY(3deg);
}

.bg3 > .container {
	transform: skewY(-3deg);
}

.bg3 > .container > h2 {
	transform: translateX(-30px) skewY(3deg);
	margin-bottom: 35px;
}

.bg4 {
	background-color:rgba(17, 13, 12, 0.8);
	backdrop-filter: blur(2px);
	transform: translateY(200px);
}

.border {
	border: 2px solid #CBBFBA;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 25px;
}

.center {
	text-align: center;
}

.feature {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 300ms;
}

.feature:nth-child(odd) {
	flex-direction: row;
}

.feature:nth-child(even) {
	flex-direction: row-reverse;
}

.ftext > p {
	text-align: left;
	transition: all 300ms;
}

.fimg {
	padding: 3% 2% 3% 2%;
	background-image: url("../img/img-border.png");
	background-size: 100% 100%;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	transition: all 300ms;
}

.feature:nth-child(odd) > .ftxt {
	transform: rotate(-1deg);
}

.feature:nth-child(even) > .ftxt {
	transform: rotate(1deg);
}

.feature:nth-child(odd) > .fimg {
	transform: scale(0.9) rotate(5deg);
}

.feature:nth-child(even) > .fimg {
	transform: scale(0.9) rotate(-2deg);
}

.fimg > img {
	width: 100%;
}

.video {
	padding: 10% 7% 9.5% 7%;
	background-image: url("../img/video-border.png");
	background-size: 100% 100%;
	transition: all 300ms;
	transform: scale(1.05) rotate(-1deg);
}

.video video{
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.8);
}

@media screen and (max-width: 1480px) {
	.container {
		margin: 0px 170px 0px 60px;
		transition: all 300ms;
	}

}

@media screen and (max-width: 940px) {
	.container {
		margin: 0px 60px 0px 20px;
		transition: all 300ms;
	}

	.feature {
		flex-wrap: wrap;
		flex-direction: row;
		margin-bottom: 50px;
	}

	.fimg {
		padding: 4% 4% 8% 4%;
	}

	.feature:nth-child(odd) > .ftxt {
		transform: rotate(0deg);
	}
	
	.feature:nth-child(even) > .ftxt {
		transform: rotate(0deg);
	}

	.feature:nth-child(odd) > .fimg {
		transform: scale(0.9) rotate(2deg);
	}
	
	.feature:nth-child(even) > .fimg {
		transform: scale(0.9) rotate(-1deg);
	}
}

@media screen and (max-width: 700px) {
	nav {
		padding:10px 15px 10px 15px;
	}

	.container {
		margin: 0px 30px 0px 10px;
		transition: all 300ms;
	}
}