* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    background-image: url("res/repeat.jpg");
    background-repeat: repeat;
    cursor: default;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.center {
    text-align: center;
}

h1 {
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.portfolio-category {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.portfolio-category button {
    margin: 0 10px;
    padding: 0px 15px;
    border: none;
    background-color: rgba(0, 123, 255, 0.8);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 20px;
    opacity: 0.8;
}

.portfolio-videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.portfolio-video {
    position: relative;
    padding-bottom: 56.25%;
}

    .portfolio-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
}

.contact-section {
    text-align: center;
    margin-bottom: 30px;
}

.portfolio-category button {
    /* Existing button styles... */
    border-radius: 20px;
    opacity: 0.8;
}

.welcome-section {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 0px 0;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: hidden;
}

.container {
    margin-top: 145px;
}


.art-section h3,
.video-section h3,
.project-section h3 {
}

.art-section {
    display: block;
}

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.button-group {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

    .button-group button {
        margin: 0px 7px;
    }

.email-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin: 0 20px;
    cursor: pointer;
}

.centered-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 20px;
	padding: 10px;
	text-align: center;
}

/* Modal styles */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-content {
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 600px;
	text-align: center;
}
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.flex-container {
    display: flex;
    align-items: center; /* Align items vertically in the center */
    justify-content: space-between; /* Optional: Adds space between the items */
}
#waitlist-form {
    margin-top: 10px;
}
.inline {
    display: inline-block;
    margin-right: 10px; /* Adjust spacing as needed */
}

.status {
    color: red; /* Adjust color as needed */
}

.delivered {
    color: red; /* Adjust color as needed */
}

a img {
    border: 2px solid black;
}

a[data-lightbox] img {
    transition: transform .1s; /* Animation */
}

a[data-lightbox]:hover img {
    transform: scale(1.1); /* Zoom in */
}

.bordered-image {
    border: 3px solid black;
}

.image-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Align items horizontally at the center */
    align-items: center; /* Align items vertically at the center */
    gap: 10px; /* Adjust this value to create space between images */
}

.iframe-center { /* to fix video centering issue */
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

h3 {
    margin-bottom: 10px;
    text-align: center;
    color: mintcream;
    text-shadow: 2px 2px 4px #000;
}

h4 {
    margin-bottom: 10px;
    text-align: center;
    color: beige;
    text-shadow: 2px 2px 4px #000;
}

.section {
    display: none;
}

.section.active {
	display: block;
}
.section {
    text-align: center; /* Center the content */
}
.section a {
    display: block; /* Convert the link to a block element */
    text-decoration: none;
    font-size: 18px;
    color: blue;
    margin-bottom: 10px; /* Add margin to create space below the link */
}

.section .image-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 10px; /* Add margin to create space between the link and images */
}
.section h4 {
    margin-bottom: 10px;
    text-align: center;
    color: beige;
    text-shadow: 2px 2px 4px #000;
}

.section h4.status {
    text-shadow: none;
}

.section h4.delivered {
    color: red;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.section h4.available {
    color: green;
    font-weight: bold;
}


.link-text {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
#videoOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    text-align: center;
    padding-top: 5%;
}

#videoOverlay iframe {
    width: 80%;
    height: 80%;
    border: none;
}

.blue-text {
    color: blue;
}

#shippingAddress {
    width: 100%; /* You can use px, em, or % */
    height: 150px; /* Adjust the height as needed */
}

#message {
    width: 100%; /* You can use px, em, or % */
    height: 150px; /* Adjust the height as needed */
}


.link-container {
    text-align: center;
    margin-bottom: 10px;
}

.link-container a {
    display: inline-block;
    text-decoration: none;
    color: #0066cc;
    margin: 0 5px;
}

.link-container a:hover {
    text-decoration: underline;
}

.link-separator {
    color: #333;
    margin: 0 5px;
}
ul.custom-bullets {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Remove left padding */
    text-align: left; /* Ensure text is left-aligned */
    margin: 0; /* Remove any auto margin that could center the list */
}

ul.custom-bullets li {
    margin-left: 20px; /* Indent the list items to create space for the bullet */
    position: relative; /* Allows the use of absolute positioning for the emoji */
}

ul.custom-bullets li::before {
    content: "🎮"; /* Game controller emoji */
    padding-right: 30px; /* Increase space between the emoji and the text */
    position: absolute; /* Position the emoji */
    transform: translateX(-20px); /* Adjust position to align with the text */
}

  .bordered-image-guide {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; /* Centers the image */
    border: 2px solid #000; /* Example border, adjust as needed */
  }
  
  
  #videoOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Optional: semi-transparent background */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#videoIframe {
    max-width: 100%;
    max-height: 100%;
}