/*GENERAL*/

*{
    margin:0;
    padding:0px;
    font-family:Arial;
}

video{
	width:50%;
  	height:50%;
  	z-index: 1;
}

main{
    text-align:center;
    letter-spacing: 15px;
    background-color:rgb(3,3,3);
}

main h1{
 	font-size:50px;
  	z-index: 1;
}

main p{
    color:rgb(226,226,226);
    letter-spacing: 5px;
    padding:5%;
    font-size:20px;
  	margin-left:20%;
  	margin-right:20%;
  	z-index: 1;
}

.top{
    padding-bottom:10%;
    background-color:rgb(6,6,6);
}

.bottom{
    padding-bottom:5%;
    background-color:rgb(3,3,3);
}

h1{
  	color:rgb(226,226,226);
  	z-index: 1;
}

.content{
	box-shadow: 0px 0px 20px white;
  	border-top: 1px white solid;
}

canvas{
  	display: block;
 	position: fixed;
    z-index: 0;
  	top: 0;
  	left: 0;
}

/*COOKIE BANNER*/

.cookie-banner {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background-color: rgba(6,6,6,.6);
	color: #fff;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	display: none;
	font-family: Arial, sans-serif;
	max-width: 600px;
	margin: 0 auto;
}
.cookie-banner p {
	margin: 0 0 10px;
	font-size: 14px;
}
.cookie-banner-buttons {
	display: flex;
	gap: 10px;
}
.cookie-banner button {
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}
.cookie-banner .accept-btn {
	background-color: #0E5700;
	color: #fff;
}
.cookie-banner .manage-btn {
	background-color: #320000;
	color: #fff;
}
.cookie-banner button:hover {
	opacity: 0.9;
}

/*NAV*/

nav{
    padding:5%;
  	z-index: 1;
}

nav li{
    text-decoration:none;
    list-style:none;
    display:inline;
}

.tl{
    background-color:rgb(6,6,6);
    padding:10%;
}

.tl-main{
    text-decoration:none;
    font-size:100px;
    color:white;
}

.tl-long{
    color:green;
}

.tl-nav{
    background-color:rgb(6,6,6);
}

.tl-link{
    text-decoration:none;
    font-size:25px;
    color:rgb(160,160,160);
    padding:5%;
}

.tl-link:hover{
    transition-duration:0.5s;
    color:white;
  	text-shadow: 0px 0px 4px white;
}

.tl-nav{
    padding:2%;
}

.tl-main-nav{
    text-decoration:none;
    font-size:50px;
    color:rgb(160,160,160);
}

.tl-main-nav:hover{
    transition-duration:0.5s;
    color:white;
}

.tl-video{
    padding-top:5%;
}

/*DOWNLOAD*/

.dl{
    padding:15%;
}

.dl h1{
    color:rgb(226,226,226);
    font-size:25px;
    letter-spacing: 5px;
}

.download {
    padding: 40px;
    background-color: rgba(226, 226, 226, 0.5);
    border: none;
    margin: auto;
    font-size: 60px;
    color: rgb(24, 24, 24);
    border-radius: 80px;
    margin-top: 10%;
    margin-bottom: 5%;
    box-shadow: 0px 5px 15px black;
}

#dlbtn {
    padding: 40px;
    background-color: rgba(226, 226, 226, 0.5);
    border: none;
    margin: auto;
    font-size: 60px;
    color: rgb(24, 24, 24);
    clip-path: polygon(
    35.36% 3.55%, /* Top-left vertex of flat top side */
    64.64% 3.55%, /* Top-right vertex of flat top side */
    85.36% 14.64%, /* Vertex 3 */
    96.45% 35.36%, /* Vertex 4 */
    96.45% 64.64%, /* Vertex 5 */
    85.36% 85.36%, /* Vertex 6 */
    64.64% 96.45%, /* Vertex 7 */
    35.36% 96.45%, /* Vertex 8 */
    14.64% 85.36%, /* Vertex 9 */
    3.55% 64.64%, /* Vertex 10 */
    3.55% 35.36%, /* Vertex 11 */
    14.64% 14.64% /* Vertex 12 */
  );
    margin-top: 10%;
    margin-bottom: 5%;
    box-shadow: 0px 5px 15px black;
    pointer-events: none;
}

#dlbtn2 {
    padding: 40px;
    background-color: rgba(226, 226, 226, 0.5);
    border: none;
    margin: auto;
    font-size: 60px;
    color: rgb(24, 24, 24);
    clip-path: polygon(
    35.36% 3.55%, /* Top-left vertex of flat top side */
    64.64% 3.55%, /* Top-right vertex of flat top side */
    85.36% 14.64%, /* Vertex 3 */
    96.45% 35.36%, /* Vertex 4 */
    96.45% 64.64%, /* Vertex 5 */
    85.36% 85.36%, /* Vertex 6 */
    64.64% 96.45%, /* Vertex 7 */
    35.36% 96.45%, /* Vertex 8 */
    14.64% 85.36%, /* Vertex 9 */
    3.55% 64.64%, /* Vertex 10 */
    3.55% 35.36%, /* Vertex 11 */
    14.64% 14.64% /* Vertex 12 */
  );
    margin-top: 10%;
    margin-bottom: 5%;
    box-shadow: 0px 5px 15px black;
}

#dlbtn2:hover {
    transition-duration: 0.5s;
    background-color: rgba(12,12,12,1);
    color: green;
  	cursor: pointer;
  	clip-path: circle(50% at 50% 50%);
}

.tos-text{
    color:rgb(226,226,226);
    font-size:25px;
    letter-spacing: 5px;
}

/*CONTACT*/

.contactForm {
    background-color: rgb(3, 3, 3);
    margin: auto;
    display: block;
    font-size: 25px;
    width:80%;
}

.contactForm p {
    padding: 20px;
    text-align: left;
    color:rgba(226,226,226);
    letter-spacing: 5px;
  	margin: 0px;
}

.emailContent {
    resize: none;
    color: rgb(226, 226, 226);
    height: 150px;
    padding: 10px;
    width: 90%;
    background-color: rgba(24, 24, 24);
    text-align: left;
    outline: none;
    border: none;
    font-size: 18px;
}

input[type="email"], input[type="text"], input[type="password"] {
    color: rgb(226, 226, 226);
    font-size: 20px;
    width: 90%;
    background-color: rgb(24, 24, 24);
    text-align: left;
    outline: none;
    padding: 10px;
    border:none;
}

input[type="submit"] {
    padding: 20px;
    color: rgba(226, 226, 226);
    font-size: 25px;
    display: block;
    margin: auto;
    margin-top:20px;
    width:100%;
    background-color: rgba(24,24,24,1);
    outline: none;
    border: none;
}

input[type="submit"]:hover {
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: rgba(14, 87, 0, 0.8);
}

.msgERR {
    color: red;
}

.contactVerification {
    background-color: rgba(24, 24, 24);
  	text-align:center;
  	margin:auto;
}

.g-recaptcha {
    margin-top: 20px;
    text-align:center;
    display: block;
    background-color: rgba(3, 3, 3);
}

#eSent{
	color: green;
}

/*LEGAL*/

.legalMain{
    padding: 40px;
    background-color: rgba(24, 24, 24, 0.6);
    width: 40%;
    max-height: 600px;
    margin: auto;
    border-radius: 20px;
    overflow-y:scroll;
    overflow-x:none;
  	color: rgb(226, 226, 226);
    letter-spacing:5px;
}

.legalMain h2{
    font-size:50px;
    padding:20px;
  	color: rgb(226, 226, 226);
}

.legalMain h3{
    font-size:25px;
    padding:15px;
  	color: rgb(226, 226, 226);
}

.legalMain p{
    text-align:left;
    padding:10px;
    text-indent: 40px;
    font-size:18px;
  	line-height:2;
  	color: rgb(226, 226, 226);
}

.legalLink{
    font-size:18px;
    color: rgb(226,226,226);
    letter-spacing: 5px;
}

.legalLink:hover{
    transition-duration:0.5s;
    color:green;
}

/*FOOTER*/

footer{
    text-align:center;
    background-color:rgb(6,6,6);
    color:rgb(226,226,226);
    padding:15%;
    letter-spacing: 5px;
  	box-shadow: 0px 0px 20px black; 
  	border-top: 1px white solid;
  	z-index: 1;
}

footer li{
    font-size:25px;
    color:rgb(226,226,226);
    padding:5%;
    list-style: none;
    display:inline;
}

.legal-ul{
    padding:5%;
}

.legal{
    font-size:25px;
    color: rgb(226,226,226);
    letter-spacing: 5px;
}

.legal:hover{
    transition-duration:0.5s;
    color:green;
}

.alpaca{
 	font-size:25px;
    color: rgb(226,226,226);
    letter-spacing: 5px;
}

.alpaca:hover{
    transition-duration:0.5s;
    color:#FCD72B;
}

.business-btn{
    background-color: rgb(6,6,6);
    color:rgb(226,226,226);
    font-size:20px;
    border: none;
    letter-spacing: 5px;
}

/*MOBILE*/

@media only screen and (max-width: 1100px) {
  	video{
    	width:400px;
      	height:225px;
  	}
    .tl a{
        font-size:50px;
    }
    .tl-nav a{
        display:block;
    }
  	.legalMain{
      	width:80%;
  	}
  	footer li{
    	display:block; 
  	}
  	main p{
   		font-size: 15px;
      	margin: 0px;
      	letter-spacing: 1px;
  	}
  	main h1{
      	font-size: 25px;
  	}
}