
/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
  }
  

/* Header Styling */
header {
    background-color: #111;
    color: #fff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 4px solid #B31312;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    z-index: 1000;
}

.logo a {
    color: #fff;
    font-size: 18pt;
    text-decoration: underline;
    font-weight: bold;
    font-family: "Audiowide", serif;
    
}

.nav-links {
    list-style: none;
    display: flex;
    transition: all 0.3s ease;
}

.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 18pt;
    transition: color 0.3s ease;
    font-family: "Audiowide", serif;
}

.nav-links a:hover {
    color: #fff;
    transition: color 0.5s ease;
    border: 1px solid #B31312;
    background-color: #B82132;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: color 0.5s ease;
}

.social-links img{
    width: 200px;
    height: auto;
    margin-top: 60px;
    background-color: #fff;
    border-radius: 100px;
}

/* Mobile Menu */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.3s;
}

/* Default hidden menu for mobile */
.nav-links {
    list-style: none;
    display: flex;
}




/* Home Section */
.section {
    padding: 80px 20px;
    margin-top: 10px;
    background-color: #000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 8px 24px #B31312;
    background-color: #111;
    border-radius: 20px;

}

.container h1 {
    margin-bottom: 20px;
    color: #fff;
    font-family: "Audiowide", serif;
    font-size: 40pt;
    padding: 20px;
    text-shadow: 0 4px 8px #fff;
}

.container h1 span {
    color: #B31312;
    font-size: 40pt;
    font-family: "Audiowide", serif;
    text-shadow: 0 4px 8px #fff;
    text-decoration: none;
}

.container h2 {
    margin-bottom: 20px;
    color: #fff;
    font-family: "Audiowide", serif;
    font-size: 25pt;
    padding: 10px;
}

.container p {
    color: #fff;
    padding: 20px;
    font-size: 18pt;
    font-family: "Orbitron", serif;
    text-shadow: 0 4px 8px #fff;
    display: inline-block;
    margin-top: 40px;
    
}

.cv-button {
    width: 150px;
    height: 50px;
    background-color: #071952;
    color: #fff;
    align-items: center;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    font-size: 14pt;
    font-family: "Orbitron", serif;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-left: 130px;
    padding: 15px;
}


.cv-button:hover {
    background-color: #00CCDD;
}

.homeImage {
    width: 20%;
    height: auto;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url('media/Ryno.jpg');
    box-shadow: 0 4px 8px #B31312;
    float: left;
    margin-left: 100px;
    
    
}


.main {
    background-color: #000;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    width: 100%;
}


.contact-button {
    width: 200px;
    height: 50px;
    background-color: #B31312;
    color: #fff;
    align-items: center;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    font-size: 16pt;
    font-family: "Orbitron", serif;
    display: flex;
    justify-content: center;
    margin-left: 110px;
    padding: 10px;
}

.contact-button:hover {
    background-color: #16C47F;
    color: #fff;
    transition: background-color 0.5s ease;

}

.contact-details {
    padding: 10px;
    display: inline-block;
    background-color: #333;
    border-radius: 20px;
    width: 500px;
    height: auto;
    text-align: left;
}

.contact-details p {
    font-family: "Orbitron", serif;
    color: #fff;
    font-size: 16pt;
    display: block;
    margin-top: 10px;
}

.contact-details span{
    color: #B31312;
    font-size: 14pt;
    margin-top: 10px;
    text-shadow: none;
    padding: 10px;

}



/*About Section */
.about-section {
    padding: 80px 20px;
    margin-top: 100px;
    background-color: #000;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 8px 24px #B31312;
    background-color: #111;
    padding-bottom: 40px;
}

.about-container h1 {
    margin-bottom: 20px;
    color: #fff;
    font-family: "Audiowide", serif;
    font-size: 30pt;
    padding: 20px;
    
}

.about-container h2 {
    margin-bottom: 20px;
    color: #fff;
    font-family: "Audiowide", serif;
    font-size: 30pt;
    padding: 20px;
    text-shadow: 0 4px 8px #fff;
    margin: 0 auto;
    text-decoration: underline;

    
}

.about-container p {
    color: #fff;
    padding: 20px;
    font-size: 18pt;
    font-family: "Orbitron", serif;
    
}


.skills-list, .education-list {
    list-style: none;
    padding: 0;
}

.skills-list li{
    font-size: 18pt;
    font-family: "Orbitron", serif;
    padding: 10px;
    color: #fff;
    background: #B82132;
    border: 2px solid #111;
    border-radius: 5px;
    
}

.education-list li{
    font-size: 14pt;
    font-family: "Audiowide", serif;
    padding: 10px;
    color: #B31312;
    margin: 0 auto;
    max-width: 500px;
    border-radius: 5px;
    line-height: 1.5;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    
} 

.education-list li strong{
    font-size: 15pt;
    font-family: "Audiowide", serif;
    padding: 10px;
    color: #fff;
    
    
} 

/*  Qualifications Section*/

/* Badge Container */
.badge-container {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(45deg, #B31312, #730000);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgba(255, 19, 18, 0.6);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
}

/* Badge Image */
.badge-container img {
    width: 75%;
    transition: transform 0.3s ease-in-out;
}

/* Hover Effects */
.qualification:hover .badge-container {
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 0 25px rgba(255, 50, 50, 0.8);
}

.qualification:hover h2 {
    color: #B31312;
    font-size: 18pt;
    transform: translateX(10px);
}

/* Qualification Title */
.qualification h2 {
    font-size: 14pt;
    font-family: "Audiowide", serif;
    color: #fff;
    margin-left: 20px;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    user-select: none;  /* Disables text selection */
}

/* Floating Animation */
.floating {
    animation: float 3s ease-in-out infinite alternate;
}

/* Glowing Effect */
.glowing {
    animation: glow 2s ease-in-out infinite alternate;
}

/* Animations */
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 15px rgba(255, 19, 18, 0.6);
    }
    100% {
        box-shadow: 0 0 30px rgba(255, 50, 50, 1);
    }
}

/* Background Effects */
.qualifications-section {
    text-align: center;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000;
}

/* Particle Canvas */
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* Heading */
.qualifications-section h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeIn 1s ease-out forwards;
}

/* Individual Qualification */
.qualification {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 700px;
    margin: 30px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.3s;
    position: relative;
    z-index: 1;
}


/* Badge Container */
.badge-container {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    background: linear-gradient(45deg, #B31312, #FF5722, #730000);
    background-size: 200% 200%;
    animation: glowColor 3s infinite alternate;
}

/* Badge Image */
.badge-container img {
    width: 75%;
    transition: transform 0.3s ease-in-out;
}

/* Hover Effects */
.qualification:hover .badge-container {
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 0 25px rgba(255, 50, 50, 0.8);
}


/* Floating Animation */
.floating {
    animation: float 3s ease-in-out infinite alternate;
}

/* Glowing Effect with Color Shift */
.glowing {
    animation: glow 2s ease-in-out infinite alternate, glowColor 4s ease-in-out infinite alternate;
}

/* Animations */
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 15px rgba(255, 19, 18, 0.6);
    }
    100% {
        box-shadow: 0 0 30px rgba(255, 50, 50, 1);
    }
}

/* Badge Color Animation */
@keyframes glowColor {
    0% {
        background: linear-gradient(45deg, #B31312, #FF5722, #730000);
    }
    50% {
        background: linear-gradient(45deg, #730000, #FF5722, #B31312);
    }
    100% {
        background: linear-gradient(45deg, #FF5722, #B31312, #730000);
    }
}

/* Project Section */
.projects-container {
    text-align: center;
    padding: 40px;
}

/* Heading & Paragraph */
.projects-container h1 {
    font-size: 30pt;
    font-family: "Audiowide", serif;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: underline;
    padding: 10px;
}

.projects-container p {
    font-size: 16pt;
    font-family: "Audiowide", serif;
    color: #B82132;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

/* Grid Container */
.project-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Project Cards */
.project-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 48%;  /* Slightly increased width for bigger cards */
    min-width: 350px; /* Increased minimum width */
    padding: 30px; /* More padding for a larger feel */
    border: 1px solid #ddd;
    text-align: left;
}

/* Project Header */
.project-header {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    gap: 8px; /* Reduce gap for better spacing */
}

.project-header img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.project-title {
    font-size: 22pt;
    font-family: 'Audiowide', serif;
    color: #000;
    padding-bottom: 20px;
}


/* Description */
.project-description {
    margin: 15px 0;
    font-size: 16px;
    color: #555;
}

/* Case Study Link */
.case-study-link {
    color: #000;
    font-size: 17pt;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 20px;
    font-family: 'Audiowide', serif;
}

.case-study-link:hover {
    text-decoration: underline;
}

/* Project Image */
.project-image-card {
    width: 100%;
    border-radius: 8px;
    margin-top: 15px;
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.project-card:hover .project-image-card {
    transform: scale(1.2); /* Enlarge image on hover */
}



/* Footer Styling */
footer {
    background-color: #111;
    padding: 20px 0;
    text-align: center;
    border-top: 4px solid #B31312;
}

footer p {
    color: #fff;
    font-size: 14pt;
    font-family: "Audiowide", serif;
    display: inline-block;
    padding: 20px;
}

footer span{
    color: #B31312;
    font-weight: bold;
    font-family: "Audiowide", serif;
    font-size: 16pt;
    text-decoration: underline;
    padding-right: 5px;
}

/* Scroll bar */
/* For Webkit Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 15px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #3C3D37; /* Background color of the track */
    
}

::-webkit-scrollbar-thumb {
    background: #B31312; /* Scrollbar color */
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: red; /* Color when hovered */
}

/* Projects styling */
.logo-image {
    width: 300px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.projects-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;  /* Center horizontally */
    align-items: center;      /* Center vertically */
    overflow: hidden;
    background: #111; /* Dark theme */
}



/* Background Container */
.logo-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #B82132 10%, #111 90%);
    display: flex;
    flex-direction: column;  /* Stack the logo and link vertically */
    justify-content: center; /* Vertically center the content */
    align-items: center;     /* Horizontally center the content */
    overflow: hidden;
}

/* Logo Image */
.logo-image {
    position: relative;
    width: 200px;
    height: auto;
    z-index: 2;
}

/* New Link Styling */
.new-link {
    display: block;
    margin-top: 20px; /* Space between the logo and the link */
    text-align: center;
    font-size: 18pt; /* Adjust font size */
    color: #fff;
    text-decoration: none;
    padding: 15px;
    transition: background-color 0.3s ease-in-out;
    font-family: "Audiowide", serif;
    border-radius: 20px;
    border: #fff solid 1px;
    margin-top: 100px;
    width: 30%;
}

.new-link:hover {
    background: #441752; /* Highlight color on hover */
    border-color: #441752;
    text-decoration: underline;
    text-shadow: 0 4px 8px #fff;
    box-shadow: 0 4px 8px #fff;
}



/* Particle Canvas */
#particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; /* Prevents interaction */
}


/* Project Pages  */
.projectmain {
    background-color: #fff;
    color: #000;
    padding: 20px; /* Added padding for spacing */
}

.projectmainlinks {
    background-color: #fff;
    color: #000;
    margin: 10% auto; /* Centers the content while keeping it responsive */
    text-align: center;
    max-width: 90%; /* Limits width to maintain readability */
}

.projectmain h1 {
    font-family: "Audiowide", serif;
    font-size: 30pt;
    text-align: center;
}

/* Navigation Links */
.project-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap; /* Allows wrapping for smaller screens */
    justify-content: center; /* Centers items horizontally */
    padding: 0;
}

.project-links li {
    padding: 10px;
}

.project-links a {
    font-family: "Audiowide", serif;
    color: #B31312;
    font-size: 18pt;
    text-decoration: none;
    text-align: center;
}



/* Back Link */
.backLink {
    position: absolute;
    top: 10px;
    left: 770px;
    padding: 10px 15px;
    border-radius: 5px;
}


.project-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease-in-out;
    display: block;
}


.overview{
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    max-width: 800px; /* Ensures text stays within a readable width */
    margin-left: auto;
    margin-right: auto;
}

.overview p{
    font-family: 'Audiowide', serif;
    font-size: 14pt;
    text-align: left;
    display: block;
    color: #000;
    padding: 10px;
    word-wrap: break-word; /* Ensures long words break to the next line */
    line-height: 1.6; /* Adds spacing between lines for better readability */
}

.overview span{
    font-weight: bold;
    font-size: 16pt;
    color: #B31312;
    font-weight: bold;
    display: block;
}

.overview a{
    font-family: "Audiowide", serif;
    color: #B31312;
    font-size: 18pt;
    text-decoration: none;
    text-align: center;
    border: 2px solid #000;
    padding: 5px;
    background-color: #fff;
    box-shadow: 2px 8px #333;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 20px; /* Adds spacing above the button */
    margin-bottom: 30px; /* Adds spacing below the button */
}

.overview a:hover{
    background: #16C47F;
    border-color: #000;
    text-decoration: underline;
    text-shadow: 0 4px 8px #fff;
    box-shadow: 2px 8px #333;
}

.research{
    background-color: #fff;
    color: #000;
    text-align: center;
    margin-left: auto;
    padding: 20px;
    max-width: 800px;
    margin-right: auto;
    margin-top: 100px;
}

.research-link{
    font-family: "Audiowide", serif;
    color: #B31312;
    font-size: 18pt;
    text-decoration: none;
    text-align: center;
    border: 2px solid #000;
    padding: 5px;
    background-color: #fff;
    box-shadow: 2px 8px #333;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 100px; /* Adds spacing below the button */

}

.research-link:hover{
    background: #16C47F;
    border-color: #000;
    text-decoration: underline;
    text-shadow: 0 4px 8px #fff;
    box-shadow: 2px 8px #333;
}

.research h1{
    font-family: "Audiowide", serif;
    font-size: 28pt;
    padding: 20px;
    text-align: left;
    color: #000;

}

.research h2{
    font-family: "Audiowide", serif;
    font-size: 20pt;
    padding: 30px;
    text-align: center;
    color: #B31312;

}

.research h4{
    font-family: "Audiowide", serif;
    font-size: 14pt;
    background-color: #730000;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    margin: 10px;
    padding: 10px;
    width: 100%;
    margin-top: 20px;

}

.research h5{
    font-family: "Audiowide", serif;
    font-size: 14pt;
    text-align: left;
    color: #F11A7B;
    font-style: italic;
    margin: 10px;
    padding: 10px;
    margin-top: 20px;

}

.green{
    border: 2px solid #000;
    background-color: #06D001;
    border-radius: 20px;
}

.red{
    border: 2px solid #000;
    background-color: #FC2947;
    border-radius: 20px;
}

.blue{
    border: 2px solid #000;
    background-color: #0002A1;
    border-radius: 20px;
}

.research hr {
    height: 6px; /* Increase thickness */
    border: none; /* Remove default border */
    background-color: #B31312; /* Set a bold color */
    width: 100%; /* Ensure it spans the container */
    margin: 20px 0; /* Add spacing above and below */
    border-radius: 5px; /* Slight rounding for smoothness */
}

.research ul{
    list-style: none;
}

.research li{
    font-family: "Audiowide", serif;
    font-size: 25pt;
    padding: 20px;
    text-align: left;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.research p{
    font-family: "Audiowide", serif;
    font-size: 16pt;
    text-align: left;
    color: #000;
    word-wrap: break-word;

}

.research h3{
    font-family: "Audiowide", serif;
    font-size: 18pt;
    padding: 10px;
    text-align: left;
    color: #000;
    text-decoration: underline;
}

.research ol li{
    font-family: "Audiowide", serif;
    font-size: 18pt;
    padding: 20px;
    text-align: left;
    color: #0002A1;
    margin-left: 40px;
    list-style: none;
    word-wrap: break-word;
    font-style: italic;
    
}

.ul-list li{
    font-family: "Audiowide", serif;
    font-size: 14pt;
    text-align: left;
    color: #000;
    margin-left: 80px;
    word-wrap: break-word;
    line-height: 1.1;
    list-style-type: circle;
    font-weight: normal;
    
}

.ul-list-opportunities li{
    font-family: "Audiowide", serif;
    font-size: 16pt;
    text-align: left;
    color: #fff;
    margin-left: 80px;
    word-wrap: break-word;
    line-height: 1.1;
    list-style-type: circle;
    font-weight: normal;
}

.additional-container{
    width: fit-content;
    height: auto;
    background-color: #D84040;
    border-radius: 20px;
    padding: 20px;
    margin-top: 50px;
}

.additional-container h3{
    font-family: "Audiowide", serif;
    font-size: 24pt;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.imgTimeLine {
    text-align: center; /* Center the image */
    margin-top: 20px;
}

.timeline-img {
    width: 100%;  /* Adjust this for the default size */
    max-width: 600px; /* Ensures it doesn’t get too big */
    border-radius: 10px; /* Rounded corners */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer; /* Indicate it's clickable */
}

.timeline-img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); /* Adds depth */
}

.tooltech-img {
    width: 80%;  /* Adjust this for the default size */
    max-width: 600px; /* Ensures it doesn’t get too big */
    border-radius: 10px; /* Rounded corners */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer; /* Indicate it's clickable */
}

.tooltech-img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); /* Adds depth */
}


/* Fullscreen effect when clicked */
.fullscreen-img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 60%;
    height: auto;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}

.fullscreen-img img {
    width: 70%;
    height: auto;
    border-radius: 8px;
}

.fullscreen-img::before {
    content: "✖";
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}




.wireframes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center images */
    gap: 25px; /* Space between images */
    margin-top: 20px;
    padding-bottom: 30px;
}

.wireframes img {
    width: 100%; /* Increased default size */
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    padding: 10px;
}

/* Hover Effect */
.wireframes img:hover {
    transform: scale(1.08);
}

.usability-text {
    font-family: "Audiowide", serif;
    font-size: 16pt;
    padding: 20px;
    text-align: left;
    color: #000;
    word-wrap: break-word;
    line-height: 1.1;
    margin-top: 50px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.usability-text span{
    color: green;
    font-size: 18pt;
    font-weight: bold;
    text-shadow: 0 2px 2px #333 ;
}

.text-container {
    max-width: 100%; /* Ensures text doesn't take up full width */
    margin-bottom: 20px;
}

.prototype {
    width: 35%;
    max-width: 400px; /* Adjust size as needed */
    overflow: hidden;
    border-radius: 40px;
    margin: 0 auto;
}

.prototype-video {
    width: 100%;
    height: auto;
    display: block;
}

/* Rocket Button */
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 50px; /* Fixed at bottom */
    font-size: 40px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    animation: float 2s infinite alternate ease-in-out;
    z-index: 9999; /* Ensures it's always visible */
}

/* Rocket Hover Effect */
#backToTop:hover {
    transform: scale(1.2);
}

/* Keyframe Animation for Floating Effect */
@keyframes float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

/* Hide Rocket by Default */
#backToTop.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}


.outcome {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center images */
    gap: 25px; /* Space between images */
    margin-top: 30px;
    padding-bottom: 30px;
}

.outcome img {
    width: 800px; /* Increased default size */
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    margin-top: 20px;
}

/* Hover Effect */
.outcome img:hover {
    transform: scale(1.08);
}

.iterations p{
    font-family: "Audiowide", serif;
    font-size: 16pt;
    text-align: center;
    color: #000;
    word-wrap: break-word;
    margin-top: 20px;
    color: #fff;
    font-style: italic;
    text-shadow: 0 2px 4px #fff;
    
}

.iterations{
    background-color: #730000;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;   
}

.figma-prototype {
    width: 100%;
    max-width: 1200px; /* Adjust width */
    margin: auto;
    text-align: center;
}

.figma-prototype iframe {
    width: 100%;
    height: 600px; /* Adjust height */
    border: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}


.backLink a{
    text-decoration: none;
    color: #000;
    font-size: 13pt;
    padding: 10px;
    font-family: 'Audiowide', sans-serif;
    border-radius: 20px;
    border: 2px solid #000;
    background-color: #F9E400;
    margin-top: 5px;
    transition: background-color 0.3s ease-in-out;

}


.backLink a:hover{
    background-color: #06D001;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
    text-decoration: underline;
}


.personas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center images */
    gap: 25px; /* Space between images */
    margin-top: 20px;
    padding-bottom: 30px;
}

.personas img {
    width: 800px; /* Increased default size */
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

/* Hover Effect */
.personas img:hover {
    transform: scale(1.08);
}

.strategy li{
    font-family: 'Audiowide', sans-serif;
    font-size: 14pt;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
    list-style-type: circle;
    word-wrap: break-word;
    font-weight: normal;
}

.strategy span{
    font-weight: bold;
    color: green;
    font-size: 16pt;
    text-shadow: 0 2px 2px #333 ;
    font-family: 'Audiowide', sans-serif;
}

.strategy p{
    font-family: 'Audiowide', sans-serif;
    font-size: 14pt;
    color: #000;
    text-align: center;
    word-wrap: break-word;
    font-weight: bolder;
    padding-top: 20px;
}

.themeStyle span{
    color: #16C47F;
    font-size: 16pt;
    font-family: 'Audiowide', sans-serif;
    text-shadow: 0 2px 2px #333 ;
    font-weight: bolder;
    
}

.themeStyle p{
    font-family: 'Audiowide', sans-serif;
    font-size: 14pt;
    color: #000;
    text-align: left;
    word-wrap: break-word;
    padding: 10px;
}



.brandon p{
    font-family: 'Audiowide', serif;
    font-size: 18pt;
    color: #fff;
    text-align: left;
    padding: 10px;
    margin-bottom: 30px;
    word-wrap: break-word;
    gap: 15px;
    text-shadow: 0 2px 4px #ddd;
}

.brandon span{
    color: #F9E400;
    font-size: 20pt;
    font-family: 'Audiowide', sans-serif;
    text-shadow: 0 2px 2px #F9E400 ;
    font-weight: bolder;
}

.brandon{
    background-color: #09122C;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 16px #2192FF;

}


/*Contact Page Styling*/
/* Contact Section */
.contact-section {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
    color: #fff;
    background: rgba(17, 17, 17, 0.8);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px #B31312;
    font-family: 'Audiowide', sans-serif;

}

.contact-section h1 {
    font-size: 24pt;
    margin-bottom: 10px;
    padding: 15px;
    color: #B31312;
}

.contact-section p {
    font-size: 16pt;
    margin-bottom: 20px;
    word-wrap: break-word;
    padding: 10px;
}

/* Form Styling */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}

.form-group {
    text-align: left;
}

label {
    display: block;
    font-size: 16pt;
    margin-bottom: 10px;
    margin-top: 10px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #B31312;
    border-radius: 5px;
    background: #222;
    color: #fff;
    font-size: 14pt;
    outline: none;
    transition: 0.3s ease-in-out;
    font-family: 'Audiowide', sans-serif;
}

input:focus, textarea:focus {
    border-color: #ff3b3b;
    box-shadow: 0 0 10px #B31312;
}

/* Submit Button */
.btn-submit {
    background: #B31312;
    color: #fff;
    padding: 12px;
    border: none;
    font-size: 16pt;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-family: 'Audiowide', sans-serif;
    margin-top: 10px;
}

.btn-submit:hover {
    background: #ff3b3b;
    box-shadow: 0 0 10px #ff3b3b;
    color: #06D001;
}



.exclusive-prototype {
    width: 100%; /* Adjusted width to allow horizontal alignment */
    display: flex; /* Enables horizontal layout */
    gap: 30px; /* Adds space between videos */
    justify-content: center; /* Centers the videos */
    overflow: hidden;
    border-radius: 50px;
}

.exclusive-prototype-video {
    width: 35%; /* Ensures both videos share equal space */
    height: auto;
    border-radius: 15px;
}


/*---------------------------------------------------------------*/

/* Responsiveness */  
@media screen and (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    /* Hide nav-links initially */
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #111; /* Match reference image */
        text-align: center;
        padding: 10px 0;
        position: absolute;
        top: 50px; /* Position below navbar */
        left: 0;
        z-index: 999;
        
    }

    .nav-links li {
        border: 2px solid #B31312;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
    }

    /* When active, show menu and push content down */
    .nav-links.active {
        display: flex;

    }

    /* Push content down */
    .content-wrapper {
        transition: margin-top 0.3s ease;
    }

    .menu-open .content-wrapper {
        margin-top: 250px; /* Adjust based on menu height */
    }

    header{
        height: 80px;
    }

    /*Index Page Responsive Design*/
    /*Index Home Section Responsive Design*/
    .container h1 {
        font-size: 24pt;
    }

    .container{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 40px;
    }

    .about-container{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 40px;
    }

    .homeImage {
        width: 80%;
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .contact-details {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        
    }



    .contact-details span {
        display: block; /* Ensure spans are block-level */
        
    }



    .cv-button  {
        width: 60%;
        margin-left: 20%;
        padding: 10px;
        height: auto;
        font-size: 12pt;
        margin-top: 10%;
    }

    .contact-button{
        width: 60%;
        margin-left: 20%;
        padding: 10px;
        height: auto;
        font-size: 12pt;
        margin-top: 10%;
    }

    .container p {
        font-size: 16pt;
        padding: 10px;
        word-wrap: break-word;
        text-align: center;
    }

    /*Contact Page Responsive Design*/
    .contact-section {
        width: 90%;

    }

    .section{
        width: 90%;
    }

    .education-list li{
        font-size: 14pt;
        font-family: "Audiowide", serif;
        padding: 10px;
        color: #B31312;
        margin: 0 auto;
        width: 300px;
        border-radius: 5px;
        line-height: 1.5;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 5px;
        margin-bottom: 20px;
        
    }

    .project-header span{
        font-size: 16pt;
    }

    .project-description {
        font-size: 14pt;
    }

    .education-list li strong{
        font-size: 13pt;
        font-family: "Audiowide", serif;
        padding: 10px;
        color: #fff;
        
        
    } 

    .new-link {
        display: block;
        margin-top: 20px; /* Space between the logo and the link */
        text-align: center;
        font-size: 18pt; /* Adjust font size */
        color: #fff;
        text-decoration: none;
        padding: 15px;
        transition: background-color 0.3s ease-in-out;
        font-family: "Audiowide", serif;
        border-radius: 20px;
        border: #fff solid 1px;
        margin-top: 100px;
        width: 40%;
    }

    footer span{
        color: #B31312;
        font-weight: bold;
        font-family: "Audiowide", serif;
        font-size: 16pt;
        text-decoration: underline;
        padding-right: 5px;
    }

    .about-container h2{
        font-size: 20pt;
    }

    .about-section{
        width: 90%;
    }

    #particles-js {
        position: absolute;
        top: 0;
        left: 0;
        width: 380px;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }
    
    .qualification h2{
        font-size: 12pt;
    }

    .qualifications-section h1{
        font-size: 20pt;

    }

    .projects-container h1{
        font-size: 20pt;

    }

    .qualification {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 700px;
        margin: 30px auto;
        padding: 20px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2);
        opacity: 0;
        transform: translateY(50px);
        animation: fadeInUp 1s ease-out forwards;
        animation-delay: 0.3s;
        position: relative;
        z-index: 1;
    }
    
    
    /* Badge Container */
    .badge-container {
        width: 60px;
        height: 60px;
    }
    
    /* Badge Image */
    .badge-container img {
        width: 75%;
        transition: transform 0.3s ease-in-out;
    }

    /*Projects Pages*/
    .projectmainlinks {
        margin: 5% auto;
        text-align: center;
        padding-top: 20px;
    }

    .projectmainlinks h1 {
        font-size: 18pt;
        
        
    }

    .project-links {
        flex-direction: column;
    }

    .project-links li {
        padding: 5px 0;
    }

    .project-links a {
        font-size: 14pt;
    }

    .project-image {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .backLink a{
        position: absolute;
        top: 10px;
        left: -100px;
        padding: 5px 5px;
        font-size: 10pt;
        border-radius: 20px;
        width: 260px;
    }

    .overview a{
        font-size: 12pt;
    }

    .brandon p{
        font-size: 16px;
    }

    .brandon span{
        font-size: 18px;
    }

    .research li{
        font-size: 19pt;
    }

    .research p{
        font-size: 14pt;
    }

    .research h5{
        font-size: 15pt;
    }

    .research h2{
        font-size: 20pt;
    }
    .research h1{
        font-size: 24pt;
    }

    .wireframes img {
        width: 100%; /* Increased default size */
        height: auto;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
        cursor: pointer;
        padding: 10px;
    }
    
    
    .research-link {
        font-size: 12pt;
    }


    .usability-text p{
        font-family: "Audiowide", serif;
        font-size: 14pt;
        text-align: left;
        color: #000;
        line-height: 1.1;
        text-align: left;
    }
    
    .usability-text span{
        color: #06D001;
        font-size: 16pt;
        font-weight: bold;
        text-shadow: 0 2px 2px #333 ;
    }
    
    .text-container {
       width: 100%;
    }

    .additional-text {
        font-size: 14pt;
        font-family: "Audiowide", serif;
        text-align: left;
        color: #000;
        line-height: 1.1;
        text-align: left;

    }

    .outcome{
        width: 100%;
    }

    .outcome img{
        width: 370px;
        height: auto;
    }

    .fullscreen-img {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 70%;
        height: auto;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.9);
        padding: 20px;
        border-radius: 12px;
        transition: transform 0.3s ease-in-out;
    }
    
    .fullscreen-img img {
        width: 90%;
        height: auto;
        border-radius: 8px;
    }

    .fullscreen-img::before {
        content: "✖";
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 12pt;
        color: white;
        cursor: pointer;
    }

}



@media screen and (max-width: 425px) {
    .backLink a{
        position: absolute;
        top: -10px;
        font-size: 10pt;
        left: -269px;
        padding: 5px 5px;
        font-size: 10pt;
        border-radius: 20px;
        width: 260px;
    }

    .menu-toggle {
        display: flex;
    }

    /* Hide nav-links initially */
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #111; /* Match reference image */
        text-align: center;
        padding: 10px 0;
        position: absolute;
        top: 50px; /* Position below navbar */
        left: 0;
        z-index: 999;
        
    }

    .nav-links li {
        border: 2px solid #B31312;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
    }

    /* When active, show menu and push content down */
    .nav-links.active {
        display: flex;

    }

    /* Push content down */
    .content-wrapper {
        transition: margin-top 0.3s ease;
    }

    .menu-open .content-wrapper {
        margin-top: 250px; /* Adjust based on menu height */
    }

    header{
        height: 80px;
    }

    /*Index Page Responsive Design*/
    /*Index Home Section Responsive Design*/
    .container h1 {
        font-size: 24pt;
    }

    .container{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 20px;
    }

    .homeImage {
        width: 80%;
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .contact-details {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        
    }



    .contact-details span {
        display: block; /* Ensure spans are block-level */
        
    }



    .cv-button  {
        width: 60%;
        margin-left: 20%;
        padding: 10px;
        height: auto;
        font-size: 12pt;
        margin-top: 10%;
    }

    .contact-button{
        width: 60%;
        margin-left: 20%;
        padding: 10px;
        height: auto;
        font-size: 12pt;
        margin-top: 10%;
    }

    .container p {
        font-size: 16pt;
        padding: 10px;
        word-wrap: break-word;
        text-align: center;
    }

    /*Contact Page Responsive Design*/
    .contact-section {
        width: 90%;

    }

    .section{
        width: 90%;
    }

    .contact-section h1 {
        font-size: 20pt;
    }

    .contact-section p {
        font-size: 14pt;
        word-wrap: break-word;
    }

    .contact-form label{
        font-size: 14pt;

    }

    .contact-form input,
    .contact-form textarea {
        font-size: 12pt;
    }

    

    .education-list li{
        font-size: 14pt;
        font-family: "Audiowide", serif;
        padding: 10px;
        color: #B31312;
        margin: 0 auto;
        width: 300px;
        border-radius: 5px;
        line-height: 1.5;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 5px;
        margin-bottom: 20px;
        
    }

    

    .new-link {
        display: block;
        margin-top: 20px; /* Space between the logo and the link */
        text-align: center;
        font-size: 18pt; /* Adjust font size */
        color: #fff;
        text-decoration: none;
        padding: 15px;
        transition: background-color 0.3s ease-in-out;
        font-family: "Audiowide", serif;
        border-radius: 20px;
        border: #fff solid 1px;
        margin-top: 100px;
        width: 40%;
    }

    footer span{
        color: #B31312;
        font-weight: bold;
        font-family: "Audiowide", serif;
        font-size: 16pt;
        text-decoration: underline;
        padding-right: 5px;
    }

    .about-container h2{
        font-size: 20pt;
    }

    .about-section{
        width: 90%;
    }

    .about-container{
        width: 350px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
    }

    #particles-js {
        position: absolute;
        top: 0;
        left: 0;
        width: 380px;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }
    
    .qualification h2{
        font-size: 12pt;
    }

    .qualifications-section h1{
        font-size: 20pt;

    }

    .projects-container h1{
        font-size: 20pt;

    }

    .qualification {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 700px;
        margin: 30px auto;
        padding: 20px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2);
        opacity: 0;
        transform: translateY(50px);
        animation: fadeInUp 1s ease-out forwards;
        animation-delay: 0.3s;
        position: relative;
        z-index: 1;
    }
    
    
    /* Badge Container */
    .badge-container {
        width: 60px;
        height: 60px;
    }
    
    /* Badge Image */
    .badge-container img {
        width: 75%;
        transition: transform 0.3s ease-in-out;
    }

    /*Projects Pages*/
    .projectmainlinks {
        margin: 5% auto;
        text-align: center;
    }

    .projectmainlinks h1 {
        font-size: 18pt;
        padding: 10px;
        margin-top: 20px;
    }

    .project-links {
        flex-direction: column;
    }

    .project-links li {
        padding: 5px 0;
    }

    .project-links a {
        font-size: 14pt;
    }

    .project-image {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    

    .overview a{
        font-size: 10pt;
    }

    .brandon p{
        font-size: 16px;
    }

    .brandon span{
        font-size: 18px;
    }

    .research li{
        font-size: 19pt;
    }

    .research p{
        font-size: 14pt;
    }

    .research h5{
        font-size: 15pt;
    }

    .research h2{
        font-size: 20pt;
    }
    .research h1{
        font-size: 24pt;
    }

    .research li{
        font-size: 16pt;
    }

    .wireframes{
        width: 100%;
        margin-top: 20px;
        text-align: center;
        
    }

    .wireframes img {
        width: 100%; /* Increased default size */
        height: auto;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
        cursor: pointer;
        padding: 10px;
    }
    
    
    .research-link {
        font-size: 12pt;
    }


    .usability-text p{
        font-family: "Audiowide", serif;
        font-size: 14pt;
        text-align: left;
        color: #000;
        line-height: 1.1;
        text-align: left;
    }
    
    .usability-text span{
        color: #06D001;
        font-size: 16pt;
        font-weight: bold;
        text-shadow: 0 2px 2px #333 ;
    }
    
    .text-container {
       width: 100%;
    }

    .additional-text {
        font-size: 14pt;
        font-family: "Audiowide", serif;
        text-align: left;
        color: #000;
        line-height: 1.1;
        text-align: left;

    }

    .outcome{
        width: 100%;
    }

    .outcome img{
        width: 370px;
        height: auto;
    }

    .fullscreen-img {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.2);
        width: 90%;
        height: auto;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.9);
        padding: 20px;
        border-radius: 12px;
        transition: transform 0.3s ease-in-out;
    }
    
    .fullscreen-img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .fullscreen-img::before {
        content: "✖";
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 12pt;
        color: white;
        cursor: pointer;
    }

}

@media screen and (max-width: 320px) {
    .menu-toggle {
        display: flex;
    }

    /* Hide nav-links initially */
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #111; /* Match reference image */
        text-align: center;
        padding: 10px 0;
        position: absolute;
        top: 50px; /* Position below navbar */
        left: 0;
        z-index: 999;
        
    }

    .nav-links li {
        border: 2px solid #B31312;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
    }

    /* When active, show menu and push content down */
    .nav-links.active {
        display: flex;

    }

    /* Push content down */
    .content-wrapper {
        transition: margin-top 0.3s ease;
    }

    .menu-open .content-wrapper {
        margin-top: 250px; /* Adjust based on menu height */
    }

    header{
        height: 80px;
    }

    /*Index Page Responsive Design*/
    /*Index Home Section Responsive Design*/
    .container h1 {
        font-size: 24pt;
    }

    .container{
        width: 350px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
    }

    .homeImage {
        width: 80%;
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .contact-details {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        
    }



    .contact-details span {
        display: block; /* Ensure spans are block-level */
        
    }



    .cv-button  {
        width: 60%;
        margin-left: 20%;
        padding: 10px;
        height: auto;
        font-size: 12pt;
        margin-top: 10%;
    }

    .contact-button{
        width: 60%;
        margin-left: 20%;
        padding: 10px;
        height: auto;
        font-size: 12pt;
        margin-top: 10%;
    }

    .container p {
        font-size: 16pt;
        padding: 10px;
        word-wrap: break-word;
        text-align: center;
    }

    /*Contact Page Responsive Design*/
    .contact-section {
        width: 90%;

    }
    

    

    .section{
        width: 100%;
        padding: 10px;
    }

    .education-list li{
        font-size: 14pt;
        font-family: "Audiowide", serif;
        padding: 10px;
        color: #B31312;
        margin: 0 auto;
        width: 300px;
        border-radius: 5px;
        line-height: 1.5;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 5px;
        margin-bottom: 20px;
        
    }

    .new-link {
        display: block;
        margin-top: 20px; /* Space between the logo and the link */
        text-align: center;
        font-size: 18pt; /* Adjust font size */
        color: #fff;
        text-decoration: none;
        padding: 15px;
        transition: background-color 0.3s ease-in-out;
        font-family: "Audiowide", serif;
        border-radius: 20px;
        border: #fff solid 1px;
        margin-top: 100px;
        width: 40%;
    }

    footer span{
        color: #B31312;
        font-weight: bold;
        font-family: "Audiowide", serif;
        font-size: 16pt;
        text-decoration: underline;
        padding-right: 5px;
    }

    .about-container h2{
        font-size: 20pt;
    }

    .about-section{
        width: 90%;
    }

    .about-container{
        width: 350px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
    }

    #particles-js {
        position: absolute;
        top: 0;
        left: 0;
        width: 380px;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }
    
    .qualification h2{
        font-size: 12pt;
    }

    .qualifications-section h1{
        font-size: 20pt;

    }

    .projects-container h1{
        font-size: 20pt;

    }

    .qualification {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 700px;
        margin: 30px auto;
        padding: 20px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2);
        opacity: 0;
        transform: translateY(50px);
        animation: fadeInUp 1s ease-out forwards;
        animation-delay: 0.3s;
        position: relative;
        z-index: 1;
    }
    
    
    /* Badge Container */
    .badge-container {
        width: 60px;
        height: 60px;
    }
    
    /* Badge Image */
    .badge-container img {
        width: 75%;
        transition: transform 0.3s ease-in-out;
    }

    /*Projects Pages*/
    .projectmainlinks {
        margin: 5% auto;
        text-align: center;
    }

    .projectmainlinks h1 {
        font-size: 16pt;
        padding: 5px;
        margin-top: 10px;
    }

    .project-links {
        flex-direction: column;
    }

    .project-links li {
        padding: 5px 0;
    }

    .project-links a {
        font-size: 12pt;
    }

    .project-image {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .backLink a{
        position: absolute;
        top: 10px;
        left: -350px;
        padding: 5px 5px;
        font-size: 10pt;
        border-radius: 20px;
        width: 260px;
    }

    .overview a{
        font-size: 10pt;
    }
    

    .brandon p{
        font-size: 14px;
    }

    .brandon span{
        font-size: 15px;
    }

    .research li{
        font-size: 19pt;
    }

    .research p{
        font-size: 14pt;
    }

    .research a{
        font-size: 12pt;
    }

    .research h5{
        font-size: 15pt;
    }

    .research h2{
        font-size: 17pt;
    }
    .research h1{
        font-size: 20pt;
    }

    .wireframes img {
        width: 100%; /* Increased default size */
        height: auto;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
        cursor: pointer;
        padding: 10px;
        margin-left: 30px;
    }
    
    
    .research-link {
        font-size: 12pt;
    }

    .research a{
        font-size: 10pt;
        
    }


    .usability-text p{
        font-family: "Audiowide", serif;
        font-size: 14pt;
        text-align: left;
        color: #000;
        line-height: 1.1;
        text-align: left;
    }
    
    .usability-text span{
        color: #06D001;
        font-size: 16pt;
        font-weight: bold;
        text-shadow: 0 2px 2px #333 ;
    }
    
    .text-container {
       width: 100%;
    }

    .additional-text {
        font-size: 14pt;
        font-family: "Audiowide", serif;
        text-align: left;
        color: #000;
        line-height: 1.1;
        text-align: left;

    }

    .outcome{
        width: 100px;
    }

    .outcome img{
        margin-left: 30px;
    }

    .fullscreen-img {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 70%;
        height: auto;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.9);
        padding: 20px;
        border-radius: 12px;
        transition: transform 0.3s ease-in-out;
    }
    
    .fullscreen-img img {
        width: 90%;
        height: auto;
        border-radius: 8px;
    }

    .fullscreen-img::before {
        content: "✖";
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 12pt;
        color: white;
        cursor: pointer;
    }

}

/*Projects Pages*/
@media screen and (max-width: 1440px) {
    
    .backLink {
        position: absolute;
        top: 10px;
        left: 570px;
        padding: 10px 15px;
        border-radius: 5px;
    }

    .fullscreen-img {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 70%;
        height: auto;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.9);
        padding: 20px;
        border-radius: 12px;
        transition: transform 0.3s ease-in-out;
    }
    
    .fullscreen-img img {
        width: 80%;
        height: auto;
        border-radius: 8px;
    }

    .fullscreen-img::before {
        content: "✖";
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 12pt;
        color: white;
        cursor: pointer;
    }
}

/*Projects Pages*/
@media screen and (max-width: 1024px) {
    .projectmainlinks {
        margin: 5% auto;
        text-align: center;
    }

    .projectmainlinks h1 {
        font-size: 18pt;
        padding: 10px;
        margin-top: 20px;
    }

    .project-links {
        flex-direction: column;
    }

    .project-links li {
        padding: 5px 0;
    }

    .project-links a {
        font-size: 14pt;
    }

    .project-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    }

    .backLink a{
        font-size: 12pt;
        
        
    }

    .backLink {
        position: absolute;
        top: 10px;
        left: 340px;
        padding: 10px 15px;
        border-radius: 5px;
    }

    .overview h1{
        font-size: 18pt;
    }

    .overview a{
        font-size: 12pt;
    }

    .brandon p{
        font-size: 16px;
    }

    .brandon span{
        font-size: 18px;
    }

    .research li{
        font-size: 19pt;
    }

    .research p{
        font-size: 14pt;
    }

    .research h5{
        font-size: 15pt;
    }

    .research h2{
        font-size: 18pt;
    }
    .research h1{
        font-size: 20pt;
    }

    .research li{
        font-size: 16pt;
    }

    .research ol li{
        font-size: 16pt;
    }

    .ul-list li{
        font-size: 14pt;
    }

    .additional-container h3{
        font-size: 18pt;
    }

    .personas{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .personas img{
        width: 100%;
        height: auto;
    }

    .wireframes img {
        width: 350px; /* Increased default size */
        height: auto;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
        cursor: pointer;
        padding: 10px;
    }
    
    
    .research-link {
        font-size: 12pt;
    }


    .usability-text p{
        font-family: "Audiowide", serif;
        font-size: 14pt;
        text-align: left;
        color: #000;
        line-height: 1.1;
        text-align: left;
    }
    
    .usability-text span{
        color: #06D001;
        font-size: 16pt;
        font-weight: bold;
        text-shadow: 0 2px 2px #333 ;
    }
    
    .text-container {
       width: 100%;
    }

    .additional-text {
        font-size: 14pt;
        font-family: "Audiowide", serif;
        text-align: left;
        color: #000;
        line-height: 1.1;
        text-align: left;

    }

    .outcome{
        width: 100%;
    }

    .outcome img{
        width: 370px;
        height: auto;
    }

    .fullscreen-img {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 70%;
        height: auto;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.9);
        padding: 20px;
        border-radius: 12px;
        transition: transform 0.3s ease-in-out;
    }
    
    .fullscreen-img img {
        width: 90%;
        height: auto;
        border-radius: 8px;
    }

    .fullscreen-img::before {
        content: "✖";
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 12pt;
        color: white;
        cursor: pointer;
    }
}

