/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Ankor Bio Website
Version:	2.0
Author: Fedegilles // Banana Paradox Creative Studio
Publish Date: April 2019

-------------------------------------------------------------------*/

/*------------------------------------------------------------------


[Contents]

Fonts
1- CSS Variables
2- Reset
3- Main
4- Text
5- Img
6- Links
7- HR
8- Hovers
9- Fontawesome
10- Media Queries

-------------------------------------------------------------------*/

/* -----
	Fonts
	-------
	
	font-family: 'Roboto', sans-serif;
	light: 300;
	regular: 400;
	bold: 700;
	black: 900;

	font-family: 'Rajdhani', sans-serif;
	light: 300;
	regular: 400;
	medium: 500;
	semi-bold: 600;
	bold: 700;

	font-family: 'Chivo', sans-serif;
	light: 300;
	regular: 400;
	bold: 700;
	black: 900;

	-----
	Colors
	-----

	#7bc196: lightgreen;
	#517a5f: darkgreen;

---- */

/*-------- Reset --------*/

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000;
}

p,h1,h2,h3,h4,h5 {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

/*-------- Main --------*/

html {
	box-sizing: border-box;
	scroll-behavior:smooth;
}

body {
	margin: 0;
	line-height: 1.5;
}

.wrapper {
	display: grid;
}

header {
	background-size: cover;
	background-position: top;
	box-shadow:  0px 0px 26px 1px rgba(0,0,0,0.55);
	position: relative;
}

nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	padding: 20px;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-txt {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 20px;
}

.header-links {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

/* This is the header video*/
.video-container {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container video {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/*-----------------------*/

.intro {
	padding: 100px 50px;
	background-image: url('../img/back-1.jpg');
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	box-shadow:  0px 0px 26px 1px rgba(0,0,0,0.55);	
}

.promo-video {
	background-color: #252526;
}

.c-video {
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.c-video video {
	object-fit: contain;
	width: 100%;
	margin: auto;
}

.product-pipeline {
	padding: 100px 50px;
}

.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
	padding: 50px 0;
}

.products div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.adv-community {
	padding: 100px 50px;
	background-image: url('../img/back-2.jpg');
	background-size: cover;
	background-position: bottom;
	box-shadow:  0px 0px 26px 1px rgba(0,0,0,0.55);
}

.sec-hd {
	padding: 50px 50px;
	min-height: 30vh;
	background-image: url('../img/back-s-1.jpg');
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-shadow:  0px 0px 26px 1px rgba(0,0,0,0.55);
}

.sec-bd {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	grid-gap: 20px;
}

.sec-bd div {
	padding: 100px 50px;
}

.sec-disclaimer {
	padding: 0 0 50px 0 !important;
	grid-column: 1/3;
}

.investors {
	padding: 100px 50px;
	background-image: url('../img/back-3.jpg');
	background-size: cover;
	background-position: center;
}

.contact {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	line-height: 3;
}

.contact div {
	padding: 100px 50px;
}

.disclaimer {
	padding: 50px;
	background-image: url('../img/back-4.jpg');
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	box-shadow:  0px 0px 26px 1px rgba(0,0,0,0.55);
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	padding: 50px;
}

.copyright {
	padding: 5px 5px 5px 50px;
	background-color: #517a5f;
}

/*-------- Text --------*/

.header-txt h1 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 8em;
	color: #fff;
}

.header-txt p {
	font-family: 'Chivo', sans-serif;
	font-weight: 300;
	font-size: 2em;
	text-align: right;
	color: #fff;
	max-width: 60vw;
}

.intro h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 2.5em;
	color: #fff;
	max-width: 50vw;
	margin: 10px 0;
}

.intro p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #fff;
	max-width: 60vw;
	margin-top: 40px;
}

.intro span {
	font-weight: 400;
	font-size: 1.5em;
}

.product-pipeline div h5 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 2.5em;
	text-align: right;
	margin: 10px 0;
}

.products h3 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 1.6em;
	margin: 10px 0;
}

.products p {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 1em;
	max-width: 300px;
}

.prod-disclaimer p {
	font-family: 'Chivo', sans-serif;
	font-weight: 300;
	font-size: 0.5em;
	color: #517a5f;
	text-align: center;
	margin: auto;
	max-width: 700px;
	padding: 10px;
	border: solid 2px #517a5f;
}

.adv-community h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 2.5em;
	color: #fff;
	max-width: 50vw;
	margin: 10px 0;
}

.adv-community p {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 1em;
	color: #fff;
	max-width: 60vw;
	margin-top: 40px;
}

.sec-hd h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 4em;
	color: #fff;
	max-width: 50vw;
	margin: 10px 0;
}

.sec-bd h4 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 2.5em;
}

.sec-bd p {
	font-family: 'Chivo', sans-serif;
	font-weight: 400;
	font-size: 1em;
}

.sec-bd span {
	font-weight: 700;
}

.sec-disclaimer p {
	font-family: 'Chivo', sans-serif;
	font-weight: 300;
	color: #517a5f;
	text-align: center;
	margin: auto;
	max-width: 900px;
	padding: 10px;
	border: solid 2px #517a5f;
}

.investors h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 2.5em;
	color: #fff;
	text-align: right;
	margin: 10px 0;
}

.investors p {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 1em;
	color: #fff;
	text-align: right;
	margin-top: 40px;
	margin-left: 30vw;
}

.contact h4 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 3em;
	line-height: 1;
}

.contact p {
	font-family: 'Chivo', sans-serif;
	font-weight: 400;
	font-size: 1em;
}

.contact span {
	font-weight: 300;
	font-size: 1em;
	color: #fff;
	display: inline;
	padding: 10px;
	background-color: #7bc196;
}

.adress {
	line-height: 1.5;
}

.disclaimer p {
	font-family: 'Chivo', sans-serif;
	font-weight: 300;
	font-size: 0.7em;
	color: #fff;
	text-align: center;
	margin: auto;
	max-width: 700px;
	padding: 10px;
	border: solid 3px #fff;
}

.copyright p {
	font-family: 'Chivo', sans-serif;
	font-weight: 500;
	font-size: 0.8em;
	color: #fff;
}

/*-------- Img --------*/

nav img {
	width: 200px;
}

.header-txt img {
	width: 300px;
	margin: 20px 0;
}

.sections p img {
	width: 13px;
	margin-right: 10px;
}

.sections img {
	width: 100%;
}

.contact img {
	margin: auto 0 auto auto;
	width: 80%;
}

.footer-content img {
	width: 300px;
}

/*-------- Links --------*/

.nav-links li {
	display: inline;
	margin: 0 10px;
}

.nav-links a {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #fff;
	transition: 0.1s ease;
}

.header-links li {
	display: inline;
	margin: 0 10px;
}

.header-links a {
	font-family: 'Chivo', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #fff;
}

.part-links a {
	padding: 10px;
	border: solid 2px #fff;
	border-radius: 10px;
	transition: 0.5s ease;
}

.adv-community a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #fff;
	max-width: 60vw;
	margin-top: 40px;
}

.sec-bd a {
	font-family: 'Chivo', sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	color: #7bc196;
	padding: 10px;
	border: solid 3px #7bc196;
	border-radius: 5px;
	transition: 0.3s ease;
}

.contact a {
	font-family: 'Chivo', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #fff;
	display: inline;
	padding: 10px;
	background-color: #7bc196;
}

.footer-content a {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	max-width: 50vw;
	margin: 10px 0;
	transition: 0.1s ease;
}

/*-------- HR --------*/

.intro hr {
	height: 5px;
	width: 500px;
	background-color: #fff;
	border: none;
	margin: 10px 0;
}

.product-pipeline div hr {
	height: 5px;
	background-color: #7bc196;
	border: none;
	margin: 10px 0;
	margin-left: 60vw;
}

.adv-community hr {
	height: 5px;
	width: 500px;
	background-color: #fff;
	border: none;
	margin: 10px 0;
}

.sec-hd hr {
	height: 5px;
	width: 500px;
	background-color: #fff;
	border: none;
	margin: 10px 0;
}

.investors hr {
	height: 5px;
	background-color: #fff;
	border: none;
	margin: 10px 0;
	margin-left: 60vw;
}

.contact hr {
	height: 5px;
	width: 300px;
	background-color: #7bc196;
	border: none;
	margin: 10px 0;
}

/*-------- Hovers --------*/

.nav-links a:hover {
	border-bottom: solid 1px #fff;
}

.part-links a:hover {
	color: #000;
	background-color: #fff;
}

.fas:hover {
	background-color: #fff;
	color: #000;
}

.sec-bd a:hover {
	background-color: #7bc196;
	color: #fff;
}

.footer-content a:hover {
	border-bottom: solid 1px #000;
}

/*-------- Fontawesome --------*/

.fas {
	color: #fff;
	padding: 8px 5px;
	border: solid 2px #fff;
	border-radius: 50px;
	transition: 0.3s ease;
}

/*-------- Media Queries --------*/

@media (min-width: 2000px) {
	.video-container {
		height: 40%;
	}

	.c-video video {
		width: 50%;
	}
}

@media (max-width: 800px) {
    header {
        background: url(../img/back.jpg)  #ccc!important;
        background-size: cover;
    }

     video { 
    	display: none;
    }

    .header-txt p {
		max-width: 100vw;
	}

	.intro h2 {
		max-width: 100vw;
	}

	.intro p {
		max-width: 100vw;
	}

	.promo-video {
	display: none;
	}

	.adv-community h2 {
		max-width: 100vw;
	}

	.adv-community p {
		max-width: 100vw;
	}

	.contact {
		grid-template-columns: 1fr;
	}

	.contact img {
		margin: auto;
		padding: 50px;
		width: 80%;
	}

	.footer-content {
		grid-template-columns: 1fr;
	}
}
