* {	
	margin:0; list-style: none;
	font-family: Helvetica, sans-serif;
	box-sizing: border-box;
	text-decoration: none;
	cursor: none;
}
body {
	background: rgb(31, 31, 31);
	overflow: hidden;
}

#three-canvas {
	/* border: 1px solid red; */
	position:absolute;
}


#cursor {
	background: rgba(28, 105, 248, 0.4);
	border: 2px solid rgba(255,255,255,1);
	height: 20px;
	width: 20px;
	border-radius: 50%;
	position:absolute;
	z-index: 1;
	pointer-events: none;
}

#title {
	text-align: center;
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 40px;
	text-shadow: 0 0 5px rgba(0, 30, 255, 0.95),
		0 0 15px rgba(0, 30, 130, 0.95),
		0 0 30px rgba(255, 255, 255, 0.95);
}
#title a{
	color: rgba(230, 230, 248, 0.932);
}


#contact {
	text-align: center;
	align-items: center;
	position: absolute;
	width: 90%;
	max-width: 400px;
	height: 90%;
	max-height: 500px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 27px;
	opacity: 0;
	display: none;
	color: rgba(228, 225, 248, 0.932);
	text-shadow: 0 0 5px rgba(36, 47, 66, 0.95),
		0 0 15px rgba(0, 30, 87, 0.95),
		0 0 30px rgba(255, 255, 255, 0.95)
	 ;
	/* text-shadow: 0 0 20px rgba(7, 34, 153, 0.95);
	text-shadow: 0 0 30px rgba(0, 89, 255, 0.95); */
	transition: opacity 0.5s ease, width 0.5s ease, height 0.5s ease;
}

#love {
	color:red;
	font-weight: bolder;
}
#contact h2 {
	color: rgba(28, 105, 248, 0.932);
	font-size: 42px;
}

#contact p {
	margin-bottom: 10px;
}

#contact form {
	/* border: 1px solid blue; */
	margin: auto;
}
#contact fieldset {
	border: 0px;
	padding: 5px;
}

#contact form input {
	font-size: 16px;
	padding: 10px;
	outline: 0;
	width: 100%;
	background: rgba(28, 105, 248, 0.4);
	border-radius: 5px;
	border: 2px solid rgba(0,127,255,0.25);
	color:white;
}
#contact form textarea {
	font-size: 16px;
	padding: 10px;
	outline: 0;
	width: 100%;
	border-radius: 5px;
	background: rgba(28, 105, 248, 0.4);
	border: 2px solid rgba(0,127,255,0.25);
	color:white;
}
#contact form input:focus {
	box-shadow: 0px 0px 25px rgba(0,0,255,0.75), 0px 0px 15px rgba(0,0,255,0.9);
	border: 2px solid rgba(28, 105, 248, 0.932);
}
#contact form textarea:focus {
	box-shadow: 0px 0px 25px rgba(0,0,255,0.75), 0px 0px 15px rgba(0,0,255,0.9);
	border: 2px solid rgba(28, 105, 248, 0.932);
}
#contact button {
	margin-top: 10px;
	padding: 10px 15px;
	/* cursor: pointer; */
	font-size: 30px;
}

/* #iframe1 { 
	position: absolute;
	border-radius: 5px;
	background: rgba(28, 105, 248, 0.3);
	border: 2px solid rgba(0,127,255,0.25);
	height: 15px;
	width: 50%;
	top: 82%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none; 
	overflow: hidden;
} */


.element {
	width: 320px;
	height: 225px;
	box-shadow: 0px 0px 25px rgba(0,0,255,0.25);
	border: 2px solid rgba(0,127,255,0.25);
	font-family: Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	/* cursor: pointer; */
	transition: height 0.5s ease, width 0.5s ease;
}
.element:hover {
	box-shadow: 0px 0px 25px rgba(0,0,255,0.75), 0px 0px 15px rgba(0,0,255,0.9);
	border: 2px solid rgba(28, 105, 248, 0.932);
	/* cursor: default; */
}
.element:active .symbol {
	color: rgba(0,0,255,0.75);
}
.element .number {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 10px;
	color: rgba(127,255,255,0.75);
	display: none;
}
.element .content {
	/* border: 1px solid red; */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: normal;
	object-position: center;
	/* cursor: pointer; */
}
.element .content iframe {
	width: 100%;
	height: 100%;
	transition: width 0.5s cubic-bezier(1, 0, 0, 1), height 1s cubic-bezier(1, 0, 0, 1);
	/* pointer-events: stroke; */
}
.element .content img {
	width: 100%;
	height: 100%;
	transition: width 0.5s cubic-bezier(1, 0, 0, 1), height 1s cubic-bezier(1, 0, 0, 1);
}
.element .symbol {
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	font-size: 30px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 0 10px rgba(0, 27, 39, 0.95);
	/* cursor: pointer; */
}
.xBtn {
	position:absolute;
	bottom: -70px;
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	color: rgba(255,255,255,0.75);
	text-shadow: 0 0 10px rgba(186, 214, 133, 0.95);
	background: rgba(28, 105, 248, 0.3);
	outline: 1px solid rgba(0,127,255,0.1);
	box-shadow: 0px 0px 12px rgba(0,0,255,0.5);
	border: 2px solid rgba(0,127,255,0.25);
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 40px;
	padding: 0;
	display: none;
	
}
.xBtn:hover {
	box-shadow: 0px 0px 25px rgba(0,0,255,0.75), 0px 0px 15px rgba(0,0,255,0.9);
	border: 2px solid rgba(28, 105, 248, 0.932);
}
.xBtn:active {
	color: rgba(0,0,255,0.75);
}

#menu {
	/* border: 1px solid red; */
	/* background-color: #000000; */
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 25px;
	margin-right: 100px;
}

@media screen and (max-width: 1400px) {
	#menu {
		/* border: 1px solid red; */
		/* background-color: #000000; */
		position: absolute;
		right: 0;
		bottom: 40px;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 25px;
		margin-right: 0;
	}
	
	
}
button {
	color: rgba(255,255,255,0.75);
	text-shadow: 0 0 10px rgba(186, 214, 133, 0.95);
	background: rgba(28, 105, 248, 0.3);
	box-shadow: 0px 0px 12px rgba(0,0,255,0.5);
	border: 2px solid rgba(0,127,255,0.25);
	border-radius: 10px;
	padding: 10px 15px;
	/* cursor: pointer; */
	font-size: 50px;
}


button:hover {
	box-shadow: 0px 0px 25px rgba(0,0,255,0.75), 0px 0px 15px rgba(0,0,255,0.9);
	border: 2px solid rgba(28, 105, 248, 0.932);
}
button:active {
	color: rgba(0,0,255,0.75);
	/* background-color: rgba(0,0,255,0.75); */
}
