
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
	box-sizing: border-box;
	scroll-behavior: smooth;
}
body {
	line-height: 1;
	font-family: 'DM Sans';
}
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;
}
@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Bold.eot');
    src: url('DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('DMSans-Bold.woff2') format('woff2'),
        url('DMSans-Bold.woff') format('woff'),
        url('DMSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Medium.eot');
    src: url('DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('DMSans-Medium.woff2') format('woff2'),
        url('DMSans-Medium.woff') format('woff'),
        url('DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Regular.eot');
    src: url('DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('DMSans-Regular.woff2') format('woff2'),
        url('DMSans-Regular.woff') format('woff'),
        url('DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
	background: linear-gradient(#2b1055, #7597de);
	min-height: 100vh;
	overflow-x: hidden;
}
#container {
	width: 100%;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
	text-transform: capitalize;
}
header ul {
	display: flex;
	justify-content: center;
	align-content: center;
}
header ul li {
	list-style: none;
	margin-left: 20px;
}
header ul li a {
	text-decoration: none;
	padding: 8px 17px;
	color: #ECD595;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 3px #ecd59500 inset;
}
header ul li a:hover , .active {
	background-color: rgba(13, 1, 28, 0.7);
	color: #ECD595;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 3px #ECD595 inset;
	padding: 8px 17px;
}
.hero {
	z-index: -1;
}
#rightbox3 {
	visibility: hidden;
	line-height: 0.00001;
	font-size: 0.1em;
}
#words {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.6em;
	text-align: left;
	padding: 5%;
	display: block;
	float: left;
	max-height: 300px;
	min-height: 300px;
	max-width: 25%;
}
section {
	position: relative;
	width: 100%;
	height: 100vh;
	padding: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
section::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to top, #0d011c, transparent);
	z-index: 100;
}
section img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	pointer-events: none;
}
#leftbox {
	z-index: -9999;
}
#logologo {
	display: block;
	float: left;
}
#text {
	position: absolute;
	color: #fff;
	white-space: nowrap;
	font-size: 7.5vw;
	z-index: 9;
	text-align: center;
	right: -400px;
}
h1 {
	font-size: 2em;
	margin-bottom: 10px;
	color: #ECD595;
	text-align: right;
}
#btn {
	background-color: rgba(13, 1, 28, 0.7);
	color: #ECD595;
	border-radius: 40px;
	box-shadow: 0px 0px 0px 4px #ECD595 inset;
	text-decoration: none;
	display: inline-block;
	padding: 10px 32px;
	font-size: 1.5em;
	z-index: 9;
	transform: translateY(100px);
}
.sec {
	position: relative;
	padding: 100px;
	background: #0d011c;
	z-index: 10;
	overflow: auto;
	padding: 10%;
}
.sec h2 {
font-size: 2em;
margin-bottom: 10px;
color: #ECD595;
}
.sec p {
	font-size: 1em;
	color: #ECD595;
}
#gear {
    height: auto; 
    width: auto; 
    max-width: 50%; 
    max-height: 50%;
	opacity: 0.8;
	-webkit-opacity: 0.8;
}
#enigma {
	opacity: 0.2;
	-webkit-opacity: 0.2;
	height: auto;
	width: 100vw;
	height: auto;
}
#enigmax {
	display: none;
}
#story {
	text-decoration: line-through;
	text-align: right;
}
#design {
	text-align: right;
}
div.sec2::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, #0d011c, transparent);
	z-index: 1000;
}
#ux {
	padding-bottom: 40vh;
}
#web  {
	padding-bottom: 40vh;
}
#graphic  {
	padding-bottom: 40vh;
}

.sec3 {
	position: relative;
	padding: 100px 50px 100px 50px;
	background: #0d011c;
	z-index: 10;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 10%;
}
.sec3 h2 {
font-size: 2em;
margin-bottom: 10px;
color: #ECD595;
}
.sec3 p {
	font-size: 1em;
	color: #ECD595;
}
div.sec3::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: linear-gradient(to top, #0d011c, transparent);
	z-index: 9999999999999999;
	left:0;
	top: 0;
	transform: translateY(-100px);
}
div.sec4::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, #0d011c, transparent);
	z-index: 1000;
	transform: translateY(-10px);
}
#text2 {
	color: #ECD595;
	white-space: nowrap;
	font-size: 4vw;
	z-index: 99999999;
	text-align: left;
	padding-left: 2%;
	margin-top: 50px;
	font-weight: bold;
}
#text5 {
	color: #ECD595;
	white-space: nowrap;
	font-size: 4vw;
	z-index: 99999999;
	text-align: left;
	padding-left: 2%;
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: bold;
}
#block {
	display: inline-block;
	max-width: 100vw;
}
#block img {
	display: inline-block;
	max-width: 24vw;
	padding: 0 0.5vw 0 0.5vw;
}
#block2 {
	display: block;
	max-width: 100vw;
}
#block2 img {
	display: inline-block;
	max-width: 24vw;
	padding: 0 0.5vw 0 0.5vw;
}
#block3 {
	display: block;
	max-width: 100%;
}
.portfolio
{
	max-width: 24vw;
	overflow: hidden;
	padding: 0.15vw;
	margin: auto;
}
#story2 {
	text-decoration: none;
	text-align: right;
}
#story3 {
	text-decoration: none;
	text-align: left;
}
#design2 {
	text-align: right;
	color: #fff;
	font-size: 3em;
	font-weight: bold;
}
div.sec5::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, #0d011c, transparent);
	transform: translateY(-10px);
	z-index: 1000;
}
.sec6 {
	width: 100%;
	min-height: 110vh;
	background: #0d011c;
	z-index: 10;
	padding: 10%;
}
.sec10 {
	width: 100%;
	min-height: 120vh;
	background: #0d011c;
	z-index: 10;
}
.sec6 h2 {
font-size: 1.5em;
margin-bottom: 10px;
color: #ECD595;
}
.sec6 p {
	font-size: 1em;
	color: #ECD595;
}
.sec10 h2 {
	font-size: 2em;
	margin-bottom: 10px;
	color: #ECD595;
	}
.sec10 p {
	font-size: 1em;
	color: #ECD595;
}
div.sec6::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: linear-gradient(to top, #0d011c, transparent);
	z-index: 1000;
	transform: translateY(-100px);
}
div.sec10::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: linear-gradient(to top, #0d011c, transparent);
	z-index: 1000;
	transform: translateY(-100px);
}
.review {
	position: relative;
	display: inline-block;
	background-color: #ECD595;
	min-width: 22.5%;
	max-width: 22.5%;
	overflow: hidden;
	padding: 1%;
	border-radius: 10px;
	color: #0d011c;
	font-size: 1.4em;
	text-align: center;
	margin: 1% 1% 1% 1%;
	min-height: 95vh;
}
#name {
	font-weight: bold;
}
#company {
	font-style: italic;
}
.review img {
	width: 30%;
	border-radius: 50%;
}
#portfolioweb4, #portfolioweb5, #portfolioweb6 {
	border-radius: 1000px;
}
.row {
	margin: 15px;
  }
  .photo-gallery {
	color:#313437;
	background-color:transparent;
  }
  
  .photo-gallery p {
	color:#7d8285;
  }
  
  .photo-gallery h2 {
	font-weight:bold;
	margin-bottom:40px;
	padding-top:40px;
	color:inherit;
  }
  
  @media (max-width:767px) {
	.photo-gallery h2 {
	  margin-bottom:25px;
	  padding-top:25px;
	  font-size:24px;
	}
	#enigma {
	display: none;
	}
	#enigmax {
		display: block;
		opacity: 0.2;
		-webkit-opacity: 0.2;
		height: auto;
		width: 100vw;
		height: auto;
	}
	#demos {
		padding-bottom:5%; 
		position:relative; 
		display:block; 
		float: left; 
		width: 100%;
	}
	header {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		z-index: 10000;
		text-transform: capitalize;
	}
	header ul {
		display: block;
		min-width: 100%;
		justify-content: center;
		align-content: center;
	}
	header ul li {
		display: block;
		min-width: 100%;
		justify-content: center;
		align-content: center;
		margin-top: 20px;
		margin-left: 0px;
		font-size: xx-large;
	}
	#gear {
		display:none;
		height: auto; 
		width: auto; 
		max-width: 80%; 
		max-height: 80%;
		opacity: 0.8;
		-webkit-opacity: 0.8;
	}
	#text2 {
		font-size: 12vw;
		margin-bottom: 10px;
	}
	#text5 {
		font-size: 12vw;
		margin-bottom: 10px;
	}
	.sec3 {
		position: relative;
		padding: 10px;
	}
	.sec {
		position: relative;
		padding: 10px;
	}
	.review img {
		width: 40%;
	}
	.review {
		position: relative;
		display: inline-block;
		background-color: #ECD595;
		min-width: 96%;
		max-width: 96%;
		overflow: hidden;
		padding: 2%;
		border-radius: 10px;
		color: #0d011c;
		font-size: 1.5em;
		text-align: center;
		margin: 5% 2% 2% 2%;
		min-height: 70vh;
	}
	.portfolio {
		max-width: 96vw;
		min-width: 96vw;
		overflow: hidden;
		padding: 0;
		margin: auto;
	}
	#block {
		display: block;
		max-width: 98vw;
		padding: 1vw;
		margin: auto;
	}
	#block img {
		padding: 0;
	}
	#block2 img {
		padding: 0;
	}
	.portfolio
	{
		max-width: 96vw;
		overflow: hidden;
		padding: 0;
		margin: auto;
	}
	#leftbox2, #leftbox {
		display: none;
	}
	#rightbox {
		min-width: 100%;
		vertical-align: middle;
	}
	#rightbox2 {
		display: none;
	  }
	#rightbox4 {
		display: none;
	  }
	#rightbox3 {
		min-width: 100%;
		visibility: visible;
		line-height: 1;
		font-size: 1em;
	}
	#education {
		max-width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 10px;
	}
	#words {
		min-width: 80%;
		max-width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 0;
		max-height: 150px;
		min-height: 150px;
	}
  }
  .photo-gallery .intro {
	font-size:16px;
	max-width:500px;
	margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
	margin-bottom:0;
  }
  
  .photo-gallery .photos {
	padding-bottom:20px;
  }
  
  .photo-gallery .item {
	padding-bottom:30px;
  }  
  #designerx {
	float: left;
	max-width: 40%;
  }
  #designerxx {
	float: left;
	max-width: 30%;
  }
  #illustrationx {
	float: left;
	max-width: 40%;
  }
  #rightbox {
	float: right;
	max-width: 67%;
	font-size: 1em;
  }
  #rightbox2 {
	position: absolute;
	right: 10%;
	bottom: 30%;
	float: right;
	max-width: 35%;
	font-size: 1em;
  }
  #rightbox4 {
	position: absolute;
	right: 10%;
	bottom: 10%;
	float: right;
	max-width: 30%;
	font-size: 1em;
  }
  #thedesigner {
	position: relative;
	padding: 20px;
	opacity: 0.9;
	-webkit-opacity: 0.9;
  }
  #thedesigner3 {
	position: absolute;
	left:0;
	top:0;
	padding: 20px;
	opacity: 0.9;
	-webkit-opacity: 0.9;
  }
  #thedesigner {
	position: relative;
	opacity: 0.9;
	-webkit-opacity: 0.9;
  }
  #rightbox {
	float: right;
	max-width: 60%;
	padding-left: 10%;
  }
  #think{
	text-align: right;
  }
  #text3 {
	color: #ECD595;
	white-space: nowrap;
	font-size: 6.5vw;
	z-index: 99999999;
	text-align: right;
	padding-right: 2%;
	margin-top: 50px;
}
  #text4 {
	color: #ECD595;
	white-space: nowrap;
	font-size: 3.5vw;
	z-index: 99999999;
	text-align: right;
	padding-right: 2%;
	margin-top: 50px;
}
iframe {
	margin-top: 3%;
}
#demo {
	width: 100%;
}
#recording {
	border-radius: 40px;
	margin-left: 40%;
	margin-right: 40%;
	margin-top: 40px;
	position:relative; 
	display:block; 
	float: left; 
	width: auto;
	min-height: 600px;
}
#smalltext {
	color: #ffffff;
	font-size: 1.3em;
	text-align: right;
}
#hugname {
	color: #FB8C00;
}
#uxheader {
	font-size: 3em;
}
#toolicon {
	max-width: 7em;
	min-width: 7em; 
	display: block;
	float: right;
	padding: 10px;
}
#toolicon2 {
	max-width: 7em; 
	min-width: 7em;
	display: block;
	float: left;
	padding: 10px;
}
#costumename {
	color: #BD84E2;
}
#babyname {
	color: #60B297;
}
#ocad {
	font-style: bold;
}

#education img {
	max-width: 100%;
	padding-right: 5%;
	display: block;
	float: left;
}
#education {
	padding: 5%;
	display: block;
	float: left;
	max-width: 25%;
	max-height: 300px;
	min-height: 300px;
}
.institution {
	color: #ECD595;
}
#us {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
#modal_open {
	text-decoration: none;
	background-color: rgba(13, 1, 28, 0.9);
	border-radius: 100px;
	min-height: 108px;
	min-width: 160px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.4em;
	text-align: center;
	z-index: 99999999999;
	border: 6px solid #ECD595;
	line-height: 108px;
	color: white;
}
#modal_wrapper.overlay::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999999999999998;
	top: 0;
	left: 0;
	background: #000;
	background: rgba(0,0,0,0.7);
}
                        
#modal_window {
	display: none;
	z-index: 200;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 50%;
	overflow: auto;
	padding: 20px 40px;
	background-color: rgba(13, 1, 28, 0.7);
	border: 3px solid #ECD595;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #fff;
	z-index: 9999999999999999999;
}
#modal_wrapper.overlay #modal_window {
	display: block;
}
#x {
	color: #ECD595;
	font-size: 1.5em;
	text-decoration: none;
}
#nicebutton {
	color: #fff;
	background-color: rgba(13, 1, 28, 0.7);
	border: 3px solid #ECD595;
	border-radius: 20px;
	padding: 8px;
	font-size: 1em;
}
form {
	font-size: 1.3em;
	color: #ECD595;
	text-decoration: none;
}
#formhead {
	font-size: 1.5em;
	color: #fff;
}
a {
	text-decoration: none;
}
#modal_close {
	color:#ECD595;
}
#mecontact {
	padding: 2% 5% 5% 5%;
	font-size: 2.8em;
	color: #ECD595;
	text-align: center;
}
#big {
	font-size: 2.5em;
}
#smalltext2 {
	color: #ffffff;
	font-size: 1.3em;
	text-align: left;
	padding: 2% 0% 2% 1%;
	text-decoration: none;
}
#keyboard {
	text-decoration: none;
	color: #CC9933;
}
#beanbunny {
		text-decoration: none;
		color: #cdb29793;
} 
#fleurslink {
		text-decoration: none;
		color: #3782AE;
	}
#key1 {
	max-width: 48.18%;
	min-width: 48.18%;
	margin-right: 1%;
	z-index: 999999999999999999;
	float: left;
}
#key2 {
	max-width: 32.967%;
	min-width: 32.967%;
	margin-right: 1%;
	z-index: 999999999999999999;
	float: left;
}
#key3 {
	max-width: 16.817%;
	min-width: 16.817%;
	z-index: 999999999999999999;
	float: left;
}
figcaption {
	color: #fff;
	font-size: 1.6em;
	padding-top: 0.5%;
}
#key1, #key2, #key3 {
	margin-bottom: 5%;
}
#threemodes {
	float: left;
}
#moonlink {
	color: #FAF6CD;
}
#contactbtn {
background-color: rgba(13, 1, 28, 0.7);
color: #ECD595;
box-shadow: 0px 0px 0px 6px #ECD595 inset;
border-radius: 100px;
min-height: 8vh;
max-height: 15vh;
min-width: 15vw;
position: fixed;
bottom: 20px;
right: 20px;
font-size: 1.5em;
text-align: center;
z-index: 9999999999999999;
color: white;
padding: 1em 2em;
}

#educationx::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, #0d011c, transparent);
	transform: translateY(-60px);
	z-index: 1000;
}
#educationx {
	display: block;
	position: relative;
}
@media (max-width:767px) {
	#modal_window {
		width: 100%;
		z-index: 9999999999999999999;
	}
	#mecontact {
		padding: 2% 5% 5% 5%;
		font-size: 2em;
		color: #ECD595;
		text-align: left;
	}
	#contactbtn {
		border-radius: 100px;
		min-height: 10vh;
		max-height: 10vh;
		min-width: 50vw;
		max-width: 50vw
		}
	#key1, #key2, #key3 {
		display: block;
		max-width: 98%;
		min-height: auto;
	}
	#key3 {
		margin-left: 25%;
		margin-right: 25%;

	}
	#smalltext, #smalltext2 {
		text-align: left;
		padding-left: 2%;
	}
	#toolicon {
		max-width: 33%; 
		display: block;
		float: right;
		padding: 10px;
	}
	#toolicon2 {
		max-width: 33%; 
		display: block;
		float: left;
		padding: 10px;
	}
	#education img {
		max-width: 200px;
		max-width: 200px;
	}
	#text {
		position: absolute;
		color: #fff;
		white-space: nowrap;
		font-size: 15vw;
		z-index: 9;
		text-align: center;
		right: -800px;
	}
	#btn{
		display: none;
	}
}
@media (max-width:600px) { 
#centered {
	text-align: center;
}
.sec8 {
	margin: 380% 1% 1% 1%
}
.sec8 h2 {
	font-size: 2em;
	color: #fff;
	text-align: left;
	overflow-wrap: normal;
	display:none;
}
}
#form {
	display: block;
	position:relative;
	padding: 20px 16px;}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
/* Style inputs with type="email", select elements and textareas */
input[type=email], select, textarea {
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */ 
	border: 1px solid #ccc; /* Gray border */
	border-radius: 4px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 16px; /* Bottom margin */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #ECD595;
  color: rgba(13, 1, 28, 1);
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #ECD595;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: rgba(13, 1, 28, 0.7);
  padding: 20px;
  border-radius: 40px;
	border: 3px solid #ECD595;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.sec8 {
	padding: 5% 5% 1% 5%;
}
.sec8 h2 {
	padding: 50% 5% 1% 5%;
	font-size: 2em;
	color: #fff;
	text-align: center;
}