/* CORE STYLE */

* {
	box-sizing: border-box;
}

body {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgba(0, 0, 0, 0.1);
	color: white;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
}

img {
	/*display: block;*/
	width: 70%;
	height: auto;
	margin: 5px;
}

.card-title {
	text-decoration: none;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 8px 0;
	letter-spacing: 0.038em;
	background-color: #ffffff;
	color: transparent;
	text-shadow: 0.5px 0.5px 0.3px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}

h4 {
    letter-spacing: 0.038em;
    font-size: 6px;
}

p {
	margin: 0;
	padding: 1em 0;
	letter-spacing: 0.02em;
}

p strong {
	background-color: #000;
	color: transparent;
	text-shadow: 1px 1px 2px rgba(0, 255, 255, 0.8);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	letter-spacing: 0.02em;
}

p italic {
    background-color: #000;
    color: grey;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	font-style: italic;
	letter-spacing: 0.02em;
}

/* HEADER STYLING */

#hearder1deco {
	/*margin: 0px;
	padding: 5px 0 5px 0;
	padding: 0;
	height: auto;
	width: 100vh;
	background: rgba(0, 0, 0, 1);
	border-radius: 0 0 5px 5px;
	box-shadow: inset -0px -0px 0px #ffffffb0,
		inset 1px 1px 15px rgba(0, 0, 0, 0.8);*/

	margin: 0;
	padding: 0;
	height: auto;
	width: 100vh;
	background: rgba(0, 0, 0, 1);
}

#hearder1deco {
	width: 100%;
}

img.companylogo {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10vh;
	height: fit-content;
	width: auto;
	padding: 1em;
}

.companyname {
	margin: 0;
	font-size: 1.2em;
	font-weight: 800;
	background-color: #ffffff;
	color: transparent;
	text-shadow: 0.5px 0.5px 0.3px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}

/* NAV BAR STYLING */

.fas {
	padding-right: 20px;
	width: 100%;
	height: 10px;
	text-align: right;
	box-sizing: border-box;
	font-size: 23px;
	display: inline-block;
	color: grey;
}

.site-nav--icon {
	font-size: 22px;
	overflow: hidden;
	margin-right: 1em;
	margin-left: 0;
	width: 2.5em;
	padding: 0;
	text-align: center;
	opacity: 1;
}

.whatsapp .site-nav--icon {
	color: green;
	font-weight: bold;
}

/* END OF CORE STYLE. START OF ONE OFF ITEMS */

/* END OF ONE OFF ITEMS. START OF INDIVIDUAL SECTION STYLES */
#hearder1deco nav li {
	padding: 10px 10px;
}

#showcase {
	background: rgba(0, 0, 0, 0.7);
	min-height: 100vh;
	text-align: center;
	text-shadow: -2px 2px 2px black;
}

#showcase .bg-img {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	z-index: -1;
	opacity: 1;
	background: black;
}

/*.log-in {
	display: inline-flex;
}*/

/*#hearder1deco video {
	}*/

iframe {
	display: none;
}

#section-a .content-wrap {
	padding: 0 1em;
}

#showcase .content-wrap {
	color: grey;
}

/* SECTION B */

#section-b {
	padding: 2em 1em 1em;
	background-color: rgba(255, 255, 255, 0.1);
}

#section-b ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#section-b li {
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: inset -3px -3px 5px #ffffffb0,
		inset 3px 3px 5px rgba(94, 104, 121, 0.5);
	color: #333;
	text-align: center;
}

.card-content {
	padding: 1.5em;
}

/* SECTION C */

#section-c {
	padding: 1em;
	background: rgba(188, 192, 192, 0.1);
	color: #333;
}

#section-c ul {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

#section-c ul li {
	list-style: none;
}

#section-c ul li a {
	position: relative;
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	margin: 0 20px;
	border-radius: 50%;
	padding: 6px;
	box-sizing: border-box;
	text-decoration: none;
	box-shadow: 3px 10px 5px rgba(0, 0, 0, 0.3);
	background: linear-gradient(0deg, #ddd, #fff);
	transition: 0.5s;
}

#section-c ul li a:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#section-c ul li a .fab {
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(0deg, #fff, #ddd);
	border-radius: 50%;
	line-height: calc(60px - 12px);
	font-size: 23px;
	color: #262626;
	transition: 0.5s;
}

#section-c ul li:nth-child(1) a:hover .fab {
	color: #4267b2;
	transition: 0.5s;
}

#section-c ul li:nth-child(2) a:hover .fab {
	color: #e1306c;
	transition: 0.5s;
}

/* FOOTER */

#main-footer {
	display: inline-block;
	width: 100%;
	padding: 2em;
	background: #333;
	color: white;
	letter-spacing: 0.07em;
	text-align: center;
	line-height: 2em;
}

#main-footer a {
	color: black;
	text-decoration: none;
}

.fa {
	font-size: 15px;
	box-sizing: content-box;
	line-height: 38px;
	width: 38px;
	height: 38px;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: inset 1px 1px 2px rgb(255, 255, 255, 1);
}

/* MEDIA QUERY */

@media (min-width: 800px) {
	/*.whatsapp {
		display: none;
	}

	.fas {
		display: none;
	}

	.ul .fa {
		display: none;
	}*/

	#showcase {
		background: rgba(0, 0, 0, 0.8);
	}

	.bg-img {
		display: flex;
	}

	.header1deco {
		position: absolute;
		margin: 0;
		padding: 0;
		width: 100%;
		display: flex;
		background-color: #333;
		opacity: 1;
	}

	img.companylogo {
		display: grid;
		grid-column: span 4;
		margin-top: 28vh;
		height: fit-content;
		width: auto;
		padding: 1em;
		align-self: center;
		justify-self: center;
		opacity: 1;
	}

	.companyname {
		display: fixed;
		margin-left: 20px;
	}

	#main {
		margin-top: 5vh;
	}

	#section-b .ul {
		display: block;
	}

	#section-b .nav {
		position: relative;
		margin-left: auto;
		margin-right: 20px;
		display: inline;
	}

	ul li {
		display: inline-block;
	}

	nav .ul li {
		margin-top: 50px;
		margin: 0;
		padding: 10px;
	}

	.ul a {
		margin: 0;
		padding: 0;
		font-size: 16px;
	}
}

@media (min-width: 800px) {
	.grid {
		display: grid;
		grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
	}

	h1 {
		position: relative;
		margin-top: 8%;
	}

	#section-a .content-text {
		columns: 2;
		column-gap: 2em;
	}

	#section-a .content-text p {
		padding-top: 0;
		text-align: left;
	}

	.content-wrap,
	#section-b ul {
		grid-column: 1/5;
	}

	.box {
		grid-column: span 2;
	}

	#main {
		margin-top: 5vh;
	}

	#section-b ul {
		display: flex;
		justify-content: space-around;
	}

	#section-b li {
		width: 23.8%;
	}

	#section-c ul {
		display: inline;
		padding: 0;
	}

	#main-footer {
		display: block;
	}
}

:root {
	--overlay-color: rgba(24, 39, 51, 0.95);
	--menu-speed: 0.75s;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
}

.container {
	max-width: 800px;
	margin: auto;
	overflow: hidden;
	padding: 0 3rem;
}

/* #videoBG {
    position:fixed;
    z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    #videoBG { 
        width:auto;
        height: 100%;
    }
}
@media (max-width: 767px) {
    #videoBG {
        display: none;
    }
    body {
        background: url('brokenphone.jpg');
        background-size: cover;
    }
}*/
