/*!
 * adps1984 Stylesheet
 * CSS: adps1984-style-21.07.25.css
 * File In Use: https://www.adps1984.com
 * Version: 21.07.25
 * Author: DoggieStudio (DS) dsignPOETRY labs licensed by adps1984 foundation
 * 
 * Copyright © 1984-2021 adps1984. All rights reserved.
 *
 * Date: 2021.07.25
*/

/* --------------------------------------------------
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
** -------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* --------------------------------------------------
	Begin Main
** -------------------------------------------------- */

* {
	-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
			box-sizing:border-box;
}
html, body {
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	background:#ff4e20;
	font-family:'Montserrat', sans-serif;
	color:#fff;
	line-height:1.3;
	-webkit-font-smoothing:antialiased;
}
h2 {
	font-size:1.6em;
	font-weight:700;
    color:#fff;
}
h3 {
	font-size:1.1em;
	font-weight:700;
}
h4 {
	font-size:0.9em;
	font-weight:500;
}
#particles {
	width:100%;
	height:100%;
	overflow:hidden;
    z-index: 3;
}
#logo-adps1984-d {
	position:absolute;
	left:14%;
	top:1%;
    bottom: 10%;
	width:72%;
    max-height: 100%;
	text-align:center;
}

#logo-adps1984-d {
    opacity: 0;
    -webkit-animation: adps1984-d 40s ease-in-out infinite;
    animation: adps1984-d 40s ease-in-out infinite;
}

@-webkit-keyframes adps1984-d {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes adps1984-d {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

#logo-adps1984-c {
	position:absolute;
	left:14%;
	top:1%;
    bottom: 10%;
	width:72%;
    max-height: 100%;
	text-align:center;
}

#logo-adps1984-c {
    opacity: 1;
    -webkit-animation: adps1984-c 40s ease-in-out infinite;
    animation: adps1984-c 40s ease-in-out infinite;
}

@-webkit-keyframes adps1984-c {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes adps1984-c {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

#intro {
	position:absolute;
	left:0;
	top:28%;
	padding:0 20px;
	width:100%;
	text-align:center;
}
/* --------------------------------------------------
	Begin Typewriter
** -------------------------------------------------- */

.is-hidden {top:-50px;}

.title {
	position:relative;
	margin:0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	font-size:85px;
	font-weight:700;
	letter-spacing:0.015em;
	text-shadow:0 1px 0 #ccc,
				0 2px 0 #c9c9c9,
				0 3px 0 #bbb,
				0 4px 0 #b9b9b9,
				0 5px 0 #aaa,
				0 6px 1px rgba(0,0,0,.1),
				0 0 5px rgba(0,0,0,.1),
				0 1px 3px rgba(0,0,0,.3),
				0 3px 5px rgba(0,0,0,.2),
				0 5px 10px rgba(0,0,0,.25),
				0 10px 10px rgba(0,0,0,.2),
				0 20px 20px rgba(0,0,0,.15);
}
/* --------------------------------------------------
	Begin Text
** -------------------------------------------------- */

p::before {
	content:'';
	width:80px;
	display:block;
	background:#fff;
	height:10px;
	margin:30px auto;
	line-height:1.1;
}
p {
	position:absolute;
    color:#a62300;
	left:0;
	top:50%;
	padding:0 20px;
	width:100%;
	text-align:center;
	margin:0 0 30px 0;
	font-size:2.5rem;
    font-weight: 600;
}
.copyright {
	position:relative;
	margin:0;
    padding: 0;
	text-align:center;
	bottom:6em;
	color:#a62300;
	border-color:#070605;
}

/* --------------------------------------------------
	Frames
** -------------------------------------------------- */
div[class^="gradient"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gradient-1 {
    z-index: 2;
    opacity: 0;
    background: #fe3200;
    background: linear-gradient(135deg, #fe3200 0%, #f39c12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe3200', endColorstr='#f39c12', GradientType=1);
    -webkit-animation: gradient 40s ease-in-out infinite;
    animation: gradient 40s ease-in-out infinite;
}

@-webkit-keyframes gradient {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 0.6;
    }
}

@keyframes gradient {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 0.6;
    }
}


a {
	color: #a62300;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #fff;
}
/*------------------------------------
	G-Tooltip
------------------------------------*/
/*
@import url(http://fonts.googleapis.com/css?family=Kalam:700,400); */
.g-tooltip {
	position: relative;
	z-index: 999;
}

/* Trigger text */
.g-tooltip-item {
	font-weight: bold;
	cursor: pointer;
}

.g-tooltip-content {
	position: absolute;
	font-size: 16px;
	background: #ffe4c4;
	z-index: 9999;
	width: 280px;
	bottom: 100%;
	left: 50%;
	margin: 0 0 105px -140px;
	padding: 25px;
	text-align: left;
	border-radius: 10px/50%;
	color: #a62300;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.g-tooltip-turnright .g-tooltip-content {
	-webkit-transform: translate3d(0,50px,0) rotate3d(1,1,1,6deg);
	transform: translate3d(0,50px,0) rotate3d(1,1,1,6deg);
}

.g-tooltip-turnleft .g-tooltip-content {
	-webkit-transform: translate3d(0,50px,0) rotate3d(1,1,1,-6deg);
	transform: translate3d(0,50px,0) rotate3d(1,1,1,-6deg);
}

.g-tooltip:hover .g-tooltip-content {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Arrow */

.g-tooltip-content::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 120px;
	top: 100%;
	background: url(../../fonts/g-tooltip/g-tooltip3.svg) no-repeat center center;
	background-size: 100%;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.g-tooltip-turnright .g-tooltip-content::after {
	left: 25%;
	-webkit-transform: scale3d(-1,1,1) rotate3d(1,1,1,25deg) translate3d(0,-15px,0);
	transform: scale3d(-1,1,1) rotate3d(1,1,1,25deg) translate3d(0,-15px,0);
}

.g-tooltip-turnleft .g-tooltip-content::after {
	right: 25%;
	-webkit-transform: rotate3d(1,1,1,25deg) translate3d(0,-15px,0);
	transform: rotate3d(1,1,1,25deg) translate3d(0,-15px,0);
}

.g-tooltip-turnright:hover .g-tooltip-content::after {
	-webkit-transform: scale3d(-1,1,1) rotate3d(1,1,1,0) translate3d(0,-5px,0);
	transform: scale3d(-1,1,1) rotate3d(1,1,1,0) translate3d(0,-5px,0);
}

.g-tooltip-turnleft:hover .g-tooltip-content::after {
	-webkit-transform: rotate3d(1,1,1,0) translate3d(0,-5px,0);
	transform: rotate3d(1,1,1,0) translate3d(0,-5px,0);
}
/* --------------------------------------------------
	Overall
** -------------------------------------------------- */

@media only screen and (max-width:1200px) {
	.title {
		font-size:70px;
	}
}
@media only screen and (max-width:992px) {
	.title {
		font-size:58px;
	}
}
@media only screen and (max-width:768px) {
	#intro {
		margin:-80px 0 !important;
		padding:0 10px;
	}
	.title {
		font-size:48px;
	}
	p::before {
		height:8px;
	}
	p {
		margin:-65px 0 !important;
		font-size:1.8rem;
	}
}
@media only screen and (max-width:576px) {
	#intro {
		margin:-50px 0 !important;
		padding:0 10px;
	}
	.title {
		font-size:30px;
	}
	p::before {
		height:6px;
	}
	p {
		margin:-138px 0 !important;
		font-size:1.4rem;
	}
	h3 {
		font-size:1em;
	}
	h4 {
		font-size:0.9em;
	}
}
@media only screen and (max-width:320px) {
	#intro {
		margin:-50px 0 !important;
	}
	.title {
		font-size:28px;
	}
	p::before {
		height:4px;
	}
	p {
		margin:-146px 0 !important;
		font-size:1.2rem;
	}
	h3 {
		font-size:.9em;
	}
	h4 {
		font-size:0.7em;
	}
}