@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

* {
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
}

body {
    height: 100vh;
    width: 100vw;
    background-color: #000;
    overflow: hidden;
}

.hero{
    background: #000;
}

nav {
    height: 80px;
    background: #041111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem calc((100vw - 1300px) / 2) 0rem 2rem; /* Increased right padding */
}

nav a {
    font-size: 1.25rem;
    text-decoration: none;
    color: #ffffff;
    padding: 0 1.5rem;
}

nav a:hover {
    color: #51eff2;
    text-shadow:none;
}


.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 95vh;
    padding: 3rem calc((100vw - 1300px) / 2);
}

.logo {
    padding: 0 2rem;
    font-weight: bold;
    font-style: italic;
    font-size: 4rem; /* Adjust the font size as needed */
    color: #efefef; /* Choose a color for your logo text */
    text-transform: uppercase; /* Convert text to uppercase */
    letter-spacing: 2px; /* Adjust letter spacing */
    text-shadow: 3px 4px 4px rgba(96, 239, 237, 0.773); /* Add a text shadow */
}

.logo:hover {
    text-shadow: 3px 4px 4px rgba(240, 187, 11, 0.773); /* Add a text shadow */
}

#legend {
    position: fixed;
    top: 15%;
    left: 50%;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    display: block;
}

#legend.active {
    display: none;
}

.legend-text {
    color: white;
    user-select: none; /* -- Prevent image highlighting -- */
}

.arrow-container {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width: 200px;
}

.arrow {
    border: solid rgb(255, 255, 255);
    border-width: 0px 3px 3px 0;
    border-radius: 3px;
    display: inline-block;
    padding: 3px;
  }
  
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
  
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

@keyframes wavy {
    0% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(-5px);
    }
}

.arrow-container {
    animation: wavy 2s infinite;
} 


#image-track {
    display: flex;
    gap: 4vmin;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0%, -50%);
    user-select: none; /* -- Prevent image highlighting -- */
    padding-left: 20px;
    overflow: visible;
}

#image-track.active {
    filter: blur(20px);
    pointer-events: none;
    user-select:none;
}

#image-track > .image-container{
    width: 40vmin;
    height: 56vmin;
    display: block;
    position: relative;
    cursor: pointer;
}

#image-track > .image-container > .image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% center;
    border-radius: 20px;
}

#image-track > .image-container > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    opacity: 0;
    transition: 2s ease;
}

#image-track > .image-container > .overlay > .image-text {
    color: #ffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

#image-track > .image-container:hover > .overlay{
    opacity: 1;
}

ul {
    list-style-type: disc; /* Use disc bullets */
    margin-left: 20px; /* Optional: Align bullets away from the content */
    padding-left: 20px; /* Ensure bullets aren't too close to the content */
}

li {
    padding-bottom: 10px; /* Space between each list item */
    line-height: 1.5; /* Adjust line spacing for better readability */
}


#popup {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 61.8vw; /* Golden ratio width (approximately 1.618 times the height) */
    max-height: 70vh; /* 3/5 of the screen height */
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.30);
    background: rgba(255, 255, 255, 0.887);
    border-radius: 10px; /* Add rounded corners to the content */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; /* Faster transition */
    overflow-y: hidden; /* Add vertical scrollbar when needed */
    z-index: 100;
}

#popup .content h3 {
    margin: 2% 0; /* 5% top and bottom margin, 0 left and right */
}

#popup.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out; /* Faster transition for showing */
}

#popup:not(.active) {
    transition: none; /* Disable transition when hiding */
    opacity: 0;
}

#popup.active .content {
    height: 400px;
    width: 100%;
    overflow-y: auto; /* Add vertical scrollbar when needed */ 
    padding: 10px; /* Add some padding to the content */
    background-color: #f3f3f3ad;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Add a subtle shadow to the content */
}

#popup.active .content > * {
    padding: 10px;
}

#popup.active .video {
    width: 500px;
    height: 250px;
    display: block; /* positions out of the flow, but according to the nearest parent */
    margin: auto; /* make em equal */
    position: relative; /* Ensure positioning for pseudo-element */
    border: 5px darkorange dashed; /* Space for the hatch border */
    border-radius: 10px; /* Optional: rounded corners */
    overflow: visible; /* Change to visible to show hatch */
}

#popup.active .video video {
    width: 100%; /* Ensure video takes full width */
    height: 100%; /* Ensure video takes full height */
    border-radius: 10px; /* Optional: match the border radius */
    position: relative; /* Ensure it stays behind the pseudo-element */
    z-index: 1; /* Ensure it stays behind the hatch border */
}

#popup-close {
    position: relative;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    background: #111;
    text-decoration: none;
    z-index: 103;
}

.popup-content-href {
    color: #007bff; /* Primary color */
    font-size: 1.1em; /* Slightly larger than standard font size */
    font-weight: bold;
    text-decoration: none;
    padding: 0.2em 0.5em;
    border-radius: 5px;
    transition: all 0.3s ease;
    background-color: #f0f8ff; /* Subtle background color for emphasis */
  }

@media screen and (max-width: 768px) {
    .hero-container {
        grid-template-columns: 1fr;
    }
}

/*  
    =================
    about page styles 
    =================
*/

@keyframes pumpHeart {
    0%, 100% {
        transform: scale(1);
        transform-origin: center center;
    }
    25%, 75% {
        transform: scale(0.7);
        transform-origin: center center;
    }
    50% {
        transform: scale(0.4);
        transform-origin: center center;
    }
}


#fade-content {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    text-align: left;
    font-size: 1.25rem;    
    color: rgb(230, 244, 241);
    text-shadow: 3px 4px 4px rgba(243, 178, 100, 0.773); /* Add a text shadow */
    padding-bottom: 5px;
}

#fade-content > div:not(:last-child) {
    margin-bottom: 15px; 
}

#fade-content b{
    color: rgb(74, 234, 221);
    text-shadow: 3px 4px 4px rgba(100, 214, 243, 0.773); /* Add a text shadow */
}

.about-section {
    color: white;
    padding:10% 10%; 
    margin-top: 10px; /* Adjust the top margin */
    line-height: 1.8em; /* Line spacing */
    text-align: justify;
}

.about-section h1 {
    text-align: left;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .about-section {
        padding: 10% 5%;
    }
}


/*  
    =================
    contact page styles 
    =================
*/

#contact {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 300px;
    background-color: #bcaeff; /* Light purple background color */
    border-radius: 15px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow: hidden;
}

#contact::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transform: rotate(45deg);
}

.content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

span {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

#contact h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#contact p {
    font-size: 1.5rem;
    color: #000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

