:root {
  --teal: #7bd498;
  --darkteal: #3f5951;
  --white: #ffffff;
}





/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Poppins;
    line-height: 1.8;
    background-color: #000;
    color: #ffffff;
}




/* Header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 40px;
	background-color: rgb(11 0 2 / 90%);
    transition: all 0.1s ease-in-out;
	backdrop-filter: blur(11px);
    z-index: 1000;
}

header.small {
    padding: 2px 40px;
    height: 2.3em;
    background: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(11px);
}


.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1800px;
    margin: 0 auto;
	padding-left:2em;
	padding-right:2em;
	padding-top:0.1em;
	padding-bottom:0.1em;

}

.name {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #7bd498; /* Muted teal */
}

h2, h3 {
	font-family: Urbanist,"Wix Madefor Text", Barlow, Lato, Poppins, Inter, Manrope, Times;
    color: #FFF; /* Muted teal */

}
nav ul {
    list-style: none;
    display: flex;

}

nav ul li {
    margin-left: 1vw;
	margin-right: 1vw;
}

nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: color 0.2s ease;
}

p {
	margin-bottom: 1em;
}

/* Video Background Section */


.video-background {
    position: relative; /* Make the container a positioning context */
    width: 100%; /* Ensure it spans the full width */
    height: 90vh; /* Set height to full viewport height (adjust as needed) */
    overflow: hidden; /* Hide any overflow from the video */
}

.video-background video {
    position: absolute; /* Position the video absolutely within the container */
    top: 0;
    left: 0;
    width: 100%; /* Make the video cover the entire container */
    height: 100%;
    object-fit: cover; /* Ensure the video covers the area without distortion */
    z-index: 10; /* Place the video behind the text */
	background: #000;
}

.video-text {
    position: absolute; /* Position the text absolutely within the container */
    color: white; /* Set text color (adjust as needed) */
    z-index: 20; /* Place the text above the video */
	margin-left: 17vw;
	margin-top: 69vh;
	text-shadow: 2px 2px 1px rgb(0 0 0 / 50%);

}

.video-text-becum {
    position: relative; /* Position the text absolutely within the container */
    color: white; /* Set text color (adjust as needed) */
    z-index: 20; /* Place the text above the video */
	margin: auto;
	margin-top:33vh;
	text-shadow: 2px 2px 1px rgb(0 0 0 / 50%);
	text-align:center;
	vertical-align:middle;
}

.video-text-becum h1 {
            font-size: clamp(4rem, 25vw, 10rem);;
            width: clamp(85vw, 40vw, 40vw);
            max-width: 800px;
	font-family: Urbanist;
	margin:auto;
	padding:0em 0.0em;
	line-height:1em;
	color:var(--white);
	text-align: center;
	animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.video-text-becum p{
	display:inline-block;
	width: clamp(85vw, 40vw, 40vw);
    max-width: 800px;
	line-height:1.4	em;
	font-size:1.2em;
	padding: 0px;
	padding-left:5px;
	font-family: Urbanist;
	color:white;
	text-align: left;
}


.video-text h1 {
	font-size:5em;
	font-family: Urbanist;
	margin:0px;
	padding:0em 0.3em;
	line-height:1em;
	color:var(--teal);
	color:var(--teal);

}

.video-text p{
	display:inline-block;
	line-height:1.4	em;
	font-size:1.2em;
	padding: 0px 8.4%;
	font-family: Urbanist;
	color:white;
}

p.video-text-label {
	padding: 0px 4.4%;

}

.project img {
	width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

/* SLIDESHOW */
.slideshow {
	position: relative;
    width: 100%;
	height: 44vh;
	overflow: hidden;
	margin:0px;
	padding:0px:

}

.slideshow img {
    position: absolute;
	top: 50%;
    left: 50%;
	width: 100%;
    height: 45vh;
	padding:0px;
	margin:0px;
	transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0;
    animation: fade 21s infinite;
}

.slideshow img:nth-child(1) { animation-delay: 0s; }
.slideshow img:nth-child(2) { animation-delay: 3s; }
.slideshow img:nth-child(3) { animation-delay: 6s; }
.slideshow img:nth-child(4) { animation-delay: 9s; }
.slideshow img:nth-child(5) { animation-delay: 12s; }
.slideshow img:nth-child(6) { animation-delay: 15s; }
.slideshow img:nth-child(7) { animation-delay: 18s; }

@keyframes fade {
    0% { opacity: 0; }
    3% { opacity: 1; }
    15% { opacity: 1; }
    18% { opacity: 0; }
}


/*Projects*/


#about {
	background-image:url("images/becum/background_becum_green.jpg");
	background-size: cover;
	background-position: center;
	padding:2px;
}

#wiggle {
	background-image:url("images/indi/bg_gradient.gif");
	background-size: cover;
	background-position: center;
	padding:0px;
}

#contact {
	background-image:url("images/indi/bg_gradient.gif");
	background-size: cover;
	background-position: center;
	padding:0px;	
}

#Gameplay {
	background-image:url("images/m1/bg_gradient.jpg");
	background-size: cover;
	background-position: center;
	padding:0px;	
}

#competition {
	background-image:url("images/becum/becom_bg_becum_nursery.jpg");
	background-size: cover;
	background-position: center;
	padding:2px;
}

.button-link {
	display: inline-block;
	border: 2px solid #7bd4cf;
	padding: 0.3em 3em;
	margin: 1em 0.5em;
	font-weight: bold;
	color: #7bd4cf;
}

.button-link:hover {
	background-color:#3f5951;
	color: #7bd4cf;
}




/* Content Sections */
.content-section {
	
    margin: 0 auto;
}


#about {
	
}

#work {

}

#wiggle {

}


.text-content, .project {
    width: 100%;
	overflow: auto;

}

#contact > .project-content {
    display: flex; /* Use Flexbox for layout */
    align-items: center; /* Vertically center align items */
    gap: 20px; /* Add space between the image and text */
}

#contact img {
    width:20vw;
}
.photo {
    flex-shrink: 0; /* Prevent the image from shrinking */
	margin: 1em;
}

#contact .text-content {
    flex-grow: 1; /* Allow the text to take up remaining space */
	width:30vw;

}

.project-description {
	margin-left:15%;
	margin-top:2em;
	margin-bottom:4em;
	max-width:700px;
}

#competition .project-description
{
	margin-left:60%;
	max-width:450px;
	padding-top:6vw;
	padding-bottom:6vw;
	padding-right:10px;

	
}

#screenshots .project-description
{
	margin:0%;
	padding: 0px;
	width:100%;
	max-width:100vw;
	
}

#contact > .project-content > .project-description {
	margin-left:3%;
}


h2, h3 {
    font-size: 1.4em;
	line-height:1.5;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    line-height: 1.8;
	max-width:650px;
	color: #909f96;

}
a {
    color: #c8d7ce;
	text-decoration:none;
}

a:hover {
    color: #7bd498; /* Muted teal on hover */
	text-decoration:underline;
}

.project-content {
	max-width:1200px;
	margin: 0 auto;
}



.contact-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.contact-links a {
    text-decoration: none;
    color: #2a9d8f;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: color 0.3s ease;
}

.contact-links a:hover {
    color: #ffffff;
}

hr{
  border: 0px solid black;
  border-top: 3px dashed #1a212a;

}


/* Responsive Design */
@media (max-width: 650px) {
.name {
		display: none;
}

/*     .header-content {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul li {
        margin: 10px 0;
    }

    .video-background video {
        width: 100%;
        height: auto;
    }
*/
}