@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	
}

.gallery {
	width: 100%;
	height: auto;
	background-color: var(--background);
}


.container.gallery-container {
	display: flex;
	justify-content: center;
	align-items: center;


	padding: 75px;
	width: 100%;
}

.gallery-container {
	margin: 25px auto;

}

.tz-gallery {
	padding: 10px;
}

.gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}


.image-box {
	position: relative;
	width: 330px;
	height: 330px;
	margin: 10px;
}


/* Override bootstrap column paddings */


.tz-gallery .lightbox img {
	object-fit: cover;
	width: 100%;
	height: 100%;

	position: relative;

}


.tz-gallery .lightbox:after {
	position: absolute;
	top: 0px;
	left: 0;
	width: 330px;
	height: 330px;
	opacity: 0;
	background-color: rgba(70, 120, 188, 0.7);
	content: '';
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}

.col-sm-6 {
	height: 300px;
	width: 300px;

}


a {
	background-color: transparent
}

img {
	border: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}


:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

img {
	vertical-align: middle
}


.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}


.row {
	margin-right: -15px;
	margin-left: -15px
}


@media only screen and (max-width: 600px) {
	.container.gallery-container {
		padding: 30px;
	}
}


button,
label {
	cursor: pointer;
}

select {
	appearance: none;
}

/* Remove native arrow on IE */
select::-ms-expand {
	display: none;
}

/*Remove dotted outline from selected option on Firefox*/
select:-moz-focusring {
	color: transparent !important;
	text-shadow: 0 0 0 var(--white);
}

textarea {
	resize: none;
}

ul {
	list-style: none;
}


.container {

	margin: 0 auto;

}

.submit-button {

	color: #fff !important;
	font-family: 'Rubik';
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	background: var(--red) !important;
	box-shadow: inset 0 0 0 0 #ca1616;
	border: 2px solid #ca1616;
	text-transform: uppercase;
	text-align: center;
	min-width: 12rem;
	padding: 10px;
	margin-top: 20px;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	cursor: pointer;
}

.submit-button:hover {
	color: #fff;
	background: #A51212 !important;
}


}

/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.my-form li,
.my-form .grid>*:not(:last-child) {
	margin-bottom: 1.5rem;
}

.my-form select,
.my-form input,
.my-form textarea {
	width: 100%;
	line-height: 1.5;
	padding: 15px 10px;
	border: 1px solid var(--red);
	color: var(--off-white);
	background: var(--space-black);
	transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
		transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
	font-size: 1em;
	margin: 5px 0;
}

.my-form textarea {
	height: 170px;
	font-size: 1em;
	font-family: inherit;
}

.my-form ::placeholder {
	color: inherit;
	/*Fix opacity issue on Firefox*/
	opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus,
.my-form input[type="checkbox"]:focus+label {
	background: var(--background);
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
	transform: scale(1.02);
}


/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 600px) {
	.my-form .grid {
		display: grid;
		grid-gap: 1.5rem;
	}

	.my-form .grid-2 {
		grid-template-columns: 1fr 1fr;
	}


	.my-form .grid>*:not(:last-child) {
		margin-bottom: 5px;
	}

	.my-form .required-msg {
		display: block;
	}
}

@media screen and (min-width: 541px) {
	.my-form input[type="checkbox"]+label::before {
		top: 50%;
		transform: translateY(-50%);
	}

	.my-form input[type="checkbox"]:checked+label::after {
		top: 3px;
	}
}


/* Contact Us */
.contact-wrapper {
	margin: 75px 250px;
	margin: 75px 250px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2ch;
}

.contact-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	background: var(--space-black);
	margin: 50px;
}

.contact-left {

	width: 50%;
}

.contact-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 43%;
	max-width: 560px;

}

.contact-right a:hover {
	color: var(--red);
}

.contact-form {
	width: 100%;

}


.package-section {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}


.plan {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background-color: #1f1f45;
	border: 2px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
	width: 32%;
	text-align: center;
	padding-bottom: 20px;
}

.header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 20px 20px 20px;
	width: 100%;

	border-bottom: 1px solid #3B3B5D;
}

.header h2 {
	margin-bottom: 0;
}

.header h3 {
	font-size: 25px;
	padding-bottom: 0;
}

small {
	font-size: 14px;
}

.content {
	width: 100%;
}

.content ul {
	list-style: none;
}

.content li {
	color: white;
	font-size: 17px;
	border-bottom: 1px solid #3B3B5D;
	padding: 10px;
}

.content li:nth-last-child(1) {
	border-bottom: none;
}


input[type='date']::-webkit-calendar-picker-indicator {
	color: white;
}


.custom-date-picker {
	appearance: none;
	/* Removes the default appearance */
	-webkit-appearance: none;
	/* For Safari */
	position: relative;
	padding: 10px 40px 10px 10px;
	/* Adds padding to make room for the icon */
	background-color: #000;
	/* Ensures the input's background matches */
	color: #fff;
	/* White text color */

}

/* This makes the original calendar icon invisible while keeping it clickable */
.custom-date-picker::-webkit-calendar-picker-indicator {
	opacity: 0;
	display: block;
	position: absolute;
	right: 10px;
	width: 20px;
	height: 100%;
	cursor: pointer;
}

/* Custom white icon overlay */
.custom-date-picker:before {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="white" viewBox="0 0 24 24"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-1.99.9-1.99 2L3 20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM7 12h5v5H7z"/></svg>');
	position: absolute;
	right: 10px;
	top: 55%;
	transform: translateY(-50%);
	pointer-events: none;
	/* Makes the icon non-clickable but allows the input's functionality */
}


.gas {
	--blur: 1.75rem;
	--box-blur: calc(0.5 * var(--blur));
	--glow: var(--color);

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background-color: #1f1f45;

	border-radius: 12px;
	border: 2px solid currentColor;
	box-shadow:

		/* inside */
		inset 0 0 0 2px rgba(0, 0, 0, 0.15),
		/* outside */
		0 0 0 2px rgba(0, 0, 0, 0.15),
		/* --- glow --- */
		/* inside */
		inset 0 0 var(--box-blur) var(--glow),
		/* outside */
		0 0 var(--box-blur) var(--glow);
	color: var(--color, white);


	&.kr {
		--color: #00d2ff;
	}

}


/**
 * ----------------------------------------
 * Media Breakpoints
 * ----------------------------------------
 */
@media only screen and (max-width: 600px) {
	.contact-wrapper {
		margin: 30px;

	}

	.contact-inner {
		flex-direction: column;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.contact-left,
	.contact-right {
		width: 100%;
	}

	.contact-right {
		margin-bottom: 20px;
	}

	.contact-inner {
		padding: 0;
	}

	.myform {
		padding: 0;
	}

	.package-section {
		flex-direction: column;

	}

	.plan {

		width: 100%;
		margin-bottom: 15px;

	}

	.myform button[type="submit"] {
		width: 100%;
	}

	.container {
		padding: 0;
		display: block;
	}
}

@media screen and (min-width : 601px) and (max-width : 900px) {
	.contact-wrapper {
		margin: 40px;
		flex-direction: column;
		gap: 1ch;

	}

	.contact-inner {
		flex-direction: column;
		padding: 0;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.contact-left,
	.contact-right {
		width: 100%;
	}

	.contact-right {
		margin-bottom: 30px;
	}

	.myform {
		padding: 25px 0;
	}

	.package-section {
		flex-direction: column;

	}

	.plan {

		width: 100%;
		margin-bottom: 20px;

	}

	.container {
		display: block;
	}
}

@media screen and (min-width : 901px) and (max-width : 1200px) {
	.contact-wrapper {
		margin: 50px;


	}

	.contact-inner {
		margin-bottom: 20px;
		margin-top: 0;
	}

	.plan {
		width: 32%;
	}
}

@media screen and (min-width : 1201px) and (max-width : 1500px) {
	.contact-wrapper {
		margin: 80px;
	}

	.contact-inner {
		margin-top: 0;
	}
}


/******************** Headers End ********************/


.space-invader {
	border: 2px solid #fff;
	background-color: #fff;

	width: 0.25em;
	height: 0.25em;
	margin: 40px 40px;
}

.space-invader-1 {
	box-shadow:
		0 0 0 .25em #fff,
		0 .25em 0 .25em #fff,
		-.625em .375em 0 .125em #fff,
		.625em .375em 0 .125em #fff,
		-.75em -.75em 0 0 #fff,
		.75em -.75em 0 0 #fff,
		-.5em -.5em 0 0 #fff,
		.5em -.5em 0 0 #fff,
		-.75em -.25em 0 0 #fff,
		-.5em -.25em 0 0 #fff,
		.5em -.25em 0 0 #fff,
		.75em -.25em 0 0 #fff,
		-1em 0 0 0 #fff,
		-.75em 0 0 0 #fff,
		.75em 0 0 0 #fff,
		1em 0 0 0 #fff,
		-1em .25em 0 0 #fff,
		1em .25em 0 0 #fff,
		-.75em .75em 0 0 #fff,
		.75em .75em 0 0 #fff,
		/* Left Arm */
		1.25em .25em 0 0 #fff,
		1.25em .5em 0 0 #fff,
		1.25em .75em 0 0 #fff,
		/* Right Arm */
		-1.25em .25em 0 0 #fff,
		-1.25em .5em 0 0 #fff,
		-1.25em .75em 0 0 #fff,
		/* Left Foot */
		-.25em 1em 0 0 #fff,
		-.5em 1em 0 0 #fff,
		/* Right Foot */
		.25em 1em 0 0 #fff,
		.5em 1em 0 0 #fff;
}

.space-invader-2 {
	box-shadow:
		/* Body */
		-.125em -.5em 0 .25em #fff,
		.125em -.5em 0 .25em #fff,
		-.75em -.375em 0 .125em #fff,
		-.875em -.375em 0 .125em #fff,
		.75em -.375em 0 .125em #fff,
		.875em -.375em 0 .125em #fff,
		-1em 0 0 .25em #fff,
		1em 0 0 .25em #fff,
		-.5em .25em 0 0 #fff,
		-.25em .25em 0 0 #fff,
		0 .25em 0 0 #fff,
		.25em .25em 0 0 #fff,
		.5em .25em 0 0 #fff,
		/* Crotch */
		.3125em .5em 0 0 #fff,
		.5em .5em 0 0 #fff,
		.5em .5em 0 0 #fff,
		-.3125em .5em 0 0 #fff,
		-.5em .5em 0 0 #fff,
		-.5em .5em 0 0 #fff,
		.0625em .75em 0 0 #fff,
		-.0625em .75em 0 0 #fff,
		/* Right Leg */
		-.625em .75em 0 0 #fff,
		-.8125em .75em 0 0 #fff,
		-1.0625em 1em 0 0 #fff,
		-1.25em 1em 0 0 #fff,
		/* Left Leg */
		.625em .75em 0 0 #fff,
		.8125em .75em 0 0 #fff,
		1.0625em 1em 0 0 #fff,
		1.25em 1em 0 0 #fff;
}

.space-invader-3 {
	box-shadow:
		/* Body */
		0 -.625em 0 .125em #fff,
		-.25em -.375em 0 .125em #fff,
		.25em -.375em 0 .125em #fff,
		.625em -.25em 0 0 #fff,
		-.625em -.25em 0 0 #fff,
		0 .125em 0 .125em #fff,
		-.75em .125em 0 .125em #fff,
		.75em .125em 0 .125em #fff,
		.375em .25em 0 0 #fff,
		-.375em .25em 0 0 #fff,
		/* Crotch */
		.125em .5em 0 0 #fff,
		-.125em .5em 0 0 #fff,
		/* Right Leg */
		-.625em .5em 0 0 #fff,
		-.875em .75em 0 0 #fff,
		-.625em 1em 0 0 #fff,
		-.625em 1em 0 0 #fff,
		/* Left Leg */
		.625em .5em 0 0 #fff,
		.875em .75em 0 0 #fff,
		.625em 1em 0 0 #fff,
		.625em 1em 0 0 #fff;
}

.space-invader.animate {
	animation: 1s infinite;
}

.space-invader.classic {
	animation: 1s step-end infinite;
}

.space-invader-1.animate,
.space-invader-1.classic {
	animation-name: space-invader-1;
}

.space-invader-2.animate,
.space-invader-2.classic {
	animation-name: space-invader-2;
}

.space-invader-3.animate,
.space-invader-3.classic {
	animation-name: space-invader-3;
}

@keyframes space-invader-1 {
	50% {
		box-shadow:
			0 0 0 .25em #fff,
			0 .25em 0 .25em #fff,
			-.625em .375em 0 .125em #fff,
			.625em .375em 0 .125em #fff,
			-.75em -.75em 0 0 #fff,
			.75em -.75em 0 0 #fff,
			-.5em -.5em 0 0 #fff,
			.5em -.5em 0 0 #fff,
			-.75em -.25em 0 0 #fff,
			-.5em -.25em 0 0 #fff,
			.5em -.25em 0 0 #fff,
			.75em -.25em 0 0 #fff,
			-1em 0 0 0 #fff,
			-.75em 0 0 0 #fff,
			.75em 0 0 0 #fff,
			1em 0 0 0 #fff,
			-1em .25em 0 0 #fff,
			1em .25em 0 0 #fff,
			-.75em .75em 0 0 #fff,
			.75em .75em 0 0 #fff,
			/* Left Arm */
			1.25em 0 0 0 #fff,
			1.25em -.25em 0 0 #fff,
			1.25em -.5em 0 0 #fff,
			/* Right Arm */
			-1.25em 0 0 0 #fff,
			-1.25em -.25em 0 0 #fff,
			-1.25em -.5em 0 0 #fff,
			/* Left Foot */
			-1em 1em 0 0 #fff,
			-1em 1em 0 0 #fff,
			/* Right Foot */
			1em 1em 0 0 #fff,
			1em 1em 0 0 #fff;
	}
}

@keyframes space-invader-2 {
	50% {
		box-shadow:
			/* Body */
			-.125em -.5em 0 .25em #fff,
			.125em -.5em 0 .25em #fff,
			-.75em -.375em 0 .125em #fff,
			-.875em -.375em 0 .125em #fff,
			.75em -.375em 0 .125em #fff,
			.875em -.375em 0 .125em #fff,
			-1em 0 0 .25em #fff,
			1em 0 0 .25em #fff,
			-.5em .25em 0 0 #fff,
			-.25em .25em 0 0 #fff,
			0 .25em 0 0 #fff,
			.25em .25em 0 0 #fff,
			.5em .25em 0 0 #fff,
			/* Crotch */
			.3125em .5em 0 0 #fff,
			.5em .5em 0 0 #fff,
			.625em .5em 0 0 #fff,
			-.3125em .5em 0 0 #fff,
			-.5em .5em 0 0 #fff,
			-.625em .5em 0 0 #fff,
			.0625em .75em 0 0 #fff,
			-.0625em .75em 0 0 #fff,
			/* Right Leg */
			-.75em .75em 0 0 #fff,
			-.9375em .75em 0 0 #fff,
			-.75em 1em 0 0 #fff,
			-.5em 1em 0 0 #fff,
			/* Left Leg */
			.75em .75em 0 0 #fff,
			.9375em .75em 0 0 #fff,
			.75em 1em 0 0 #fff,
			.5em 1em 0 0 #fff;
	}
}

@keyframes space-invader-3 {
	50% {
		box-shadow:
			/* Body */
			0 -.625em 0 .125em #fff,
			-.25em -.375em 0 .125em #fff,
			.25em -.375em 0 .125em #fff,
			.625em -.25em 0 0 #fff,
			-.625em -.25em 0 0 #fff,
			0 .125em 0 .125em #fff,
			-.75em .125em 0 .125em #fff,
			.75em .125em 0 .125em #fff,
			.375em .25em 0 0 #fff,
			-.375em .25em 0 0 #fff,
			/* Crotch */
			.125em .5em 0 0 #fff,
			-.125em .5em 0 0 #fff,
			/* Right Leg */
			-.375em .5em 0 0 #fff,
			-.625em .75em 0 0 #fff,
			-.875em 1em 0 0 #fff,
			-.375em 1em 0 0 #fff,
			/* Left Leg */
			.375em .5em 0 0 #fff,
			.625em .75em 0 0 #fff,
			.875em 1em 0 0 #fff,
			.375em 1em 0 0 #fff;
	}
}













