* {
    margin: 0;
    padding: 0;
}
body{
    min-height: 100vh;
    font-family: "Major Mono Display";
    font-size: 20px;
    cursor: none;
}
.cursor {
    position: fixed;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-color: red;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    transition: width 0.2s ease, height 0.2s ease, border-radius 0.2s ease;
}
.cursor-clickable {
    width: 3vw;
    height: 3vw;
    border-radius: 20%;
}
.mainNavBar{
    background-color: rgba(0, 0, 0, 0);
}
.indexNavBar{
    background-color: rgba(0, 0, 0, 0);
}
.navPosition{
    z-index: 998;
    position: fixed;
}
nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.centerNav{
    display: flex;
    font-family: "Inter";
    font-size: 10px;
    font-weight:500;
}
.centerNav li{
    transition-duration: .2s;
}
.centerNav li:hover{
    transition-duration: .2s;
    font-weight:1000;
}
nav li{
    height: 50px;
}
nav a{
    transition-duration: 1s;
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
    cursor: none;
}
.notIndex a{
    transition-duration: 1s;
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
}
nav a:hover{
    transition-duration: 1s;
    background-color: rgba(128, 128, 128, 0.353);
    backdrop-filter: blur(10px);
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    background-color: white;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%;
}
.seperate a{
    color: black;
    border-bottom: 1px solid gray;
}
.sidebar a{
    width: 100%;
}
.menuButton{
    display: none;
}
.blockContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.headBlock{
    height: 80vh;
    display: flex;
    flex-direction: column;
    opacity: .99;
}
.headBlockAbout{
    /* height: 80vh; */
    display: flex;
    flex-direction: column;
    opacity: .99;

}
.block{
    /* height: 600px; */
    display: flex;
    flex-direction: column;
}
.blockColored{
    background-color: black;
}
.headerImg{
    height: 100%;
    object-fit: cover;
}
.headerBlockText{
    font-family: "Major Mono Display";
    width: 100%;
    text-align: center;
    font-size: 3.7vw;
    position: absolute;
    top: 45vh;
    color: white;
}
.headerBlockTextAbout{
    font-family: "Major Mono Display";
    width: 100%;
    text-align: center;
    font-size: 3.7vw;
    position: absolute;
    top: 45vh;
    color: black;
}
.blockImg{
    /* flex: 3; */
    padding: 2% 8% 2% 8%;
    object-fit: contain;
}
.prosthetics{
    display: flex;
    padding: 2% 8% 2% 8%;
    object-fit: contain;
    gap: 2rem;
    background-color: none;
    justify-content: space-evenly;
}
.prosthetic{
    width: 35%;
    filter: invert(.05);
}
.blockText1{
    margin-top: 5%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align: center;
    /* Up and Down */
    align-items: center;
    /* left and right */
    justify-content: center;

    font-family: "Inter";
    font-weight: 500;
    font-size: 4vw;
    /* flex: 1; */
}
.description2 .blockText1About {
    font-size: 3vw;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 4%;
}
.description2 .blockText1AboutAbout {
    font-size: 3vw;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 4%;
}
.description2 .blockText1AboutAbout2 {
    font-size: 3vw;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 4%;
}
.description2 .blockText2About {
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 1.5vw;
    font-weight: 300;
}
.description2 .blockText2AboutAbout {
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 1.5vw;
    font-weight: 300;
}
.description2 .dedicationText {
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 1vw;
    font-weight: 300;
}
.blockText1About{
    margin-top: 2%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align: left;
    /* Up and Down */
    align-items: flex-start;
    /* left and right */
    justify-content: flex-start;

    font-family: "Inter";
    font-weight: 500;
    font-size: 4vw;
    /* flex: 1; */
}
.blockText1AboutAbout{
    margin-top: 2%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align: left;
    /* Up and Down */
    align-items: flex-start;
    /* left and right */
    justify-content: flex-start;

    font-family: "Inter";
    font-weight: 500;
    font-size: 4vw;
    /* flex: 1; */
}
.blockText1AboutAbout2{
    margin-top: 2%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align: left;
    /* Up and Down */
    align-items: flex-start;
    /* left and right */
    justify-content: flex-start;

    font-family: "Inter";
    font-weight: 500;
    font-size: 4vw;
    /* flex: 1; */
}
.blockText2{
    margin-top: 2%;
    margin-bottom: 1%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align: center;
    /* Up and Down */
    align-items: center;
    /* left and right */
    justify-content: center;

    font-family: "Inter";
    font-weight: 300;
    font-size: 1.5vw;
    /* flex: 1; */
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blockText2Tech {
    margin-top: 2%;
    margin-bottom: 1%;
    display: flex;
    width: 100%;
    text-align: start;
    align-items: center;
    justify-content: start;
    font-family: "Inter";
    font-weight: 200;
    font-size: 1.5vw;

    /* Animation settings */
    opacity: 0; /* Start with the element invisible */
    animation: fadeIn 1.5s ease-in-out .5s forwards; /* 0.5s animation, 2s delay */
}
.description{
    display: flex;
    margin-top: 8%;
    margin-bottom: 2%;
    padding-left: 8%;
    padding-right: 8%;
    gap: 5%;
}
.description5{
    display: flex;
    margin-top: 8%;
    margin-bottom: 5%;
    padding-left: 12%;
    padding-right: 12%;
    flex-direction: column;

}
.description2{
    display: flex;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 8%;
    padding-right: 8%;
    gap: 5%;
    flex-direction: column;
}
.description3{
    display: flex;
    margin-top: 8%;
    margin-bottom: 2%;
    padding-left: 8%;
    padding-right: 8%;
    gap: 5%;
    flex-direction: column;
}
.description4{
    display: flex;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 8%;
    padding-right: 8%;
    gap: 5%;
}
.dedicationText{
    margin-top: 2%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align:justify;
    /* Up and Down */
    align-items:start;
    /* left and right */
    justify-content: center;

    font-family: "Inter";
    font-weight: 300;
    font-size: 1vw;
    /* flex: 1; */
}
.blockText2About{
    margin-top: 2%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align:justify;
    /* Up and Down */
    align-items:start;
    /* left and right */
    justify-content: center;

    font-family: "Inter";
    font-weight: 300;
    font-size: 1.5vw;
    /* flex: 1; */
}
.blockText2AboutAbout{
    margin-top: 2%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align:justify;
    /* Up and Down */
    align-items:start;
    /* left and right */
    justify-content: center;

    font-family: "Inter";
    font-weight: 300;
    font-size: 1.5vw;
    /* flex: 1; */
}
.blockText5About{
    margin-top: -14%;
    margin-left: 4%;
    margin-right: 4%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align:justify;
    /* Up and Down */
    align-items:start;
    /* left and right */
    justify-content: center;

    font-family: "Inter";
    font-weight: 200;
    font-size: 1vw;
    /* flex: 1; */
}
.blockText6About{
    margin-top: -14%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align:justify;
    /* Up and Down */
    align-items:start;
    /* left and right */
    justify-content: center;

    font-family: "Inter";
    font-weight: 200;
    font-size: 1vw;
    /* flex: 1; */

}
.blockText7About{
    margin-top: 1vw;

    display: flex;
    width: 100%;
    /* For mobile view */
    text-align:justify;
    /* Up and Down */
    align-items:start;
    /* left and right */
    justify-content: center;

    font-family: "Inter";
    font-weight: 200;
    font-size: 1vw;
    /* flex: 1; */
}
.blockText3{
    margin-top: 6%;
    margin-bottom: 4%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align: center;
    /* Up and Down */
    align-items: center;
    /* left and right */
    justify-content: center;

    font-family: "Major Mono Display";
    font-weight: 500;
    font-size: 4vw;
    color: white;
    /* flex: 1; */
}
.blockText4{
    margin-top: 2%;
    display: flex;
    width: 100%;
    /* For mobile view */
    text-align: center;
    /* Up and Down */
    align-items: center;
    /* left and right */
    justify-content: center;

    font-family: "Inter";
    font-weight: 1000;
    font-size: 1.5vw;
    color: white;
    /* flex: 1; */
}
#headDescription{
    font-family: "Major Mono Display";
}
.spaced {
    margin-bottom: 7%;
    font-family: "Major Mono Display"
}
.items{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    margin-top: 8%;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 8%;
}
.item{
    position: relative; /* Make the item the reference point for absolute positioning */
    padding: 4%;
    background-color: rgba(0, 0, 0);
    display: flex;
    flex-direction: column;
    font-family: "Inter";
    color: white;
    transition-duration: 1s;
    overflow: hidden; /* Ensure the image doesn’t overflow the item */
    height: 300px; /* Set a fixed height for the item */
}
.item img{
    position: absolute; /* Position the image relative to the item */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the div without stretching */
    transition: opacity 1s, transform 1s; /* Smooth transition for opacity and scale */
    opacity: 0; /* Start hidden */
    transform: scale(1.2); /* Start slightly zoomed */
}

.item:hover img{
    opacity: 1; /* Reveal the image */
    transform: scale(1); /* Zoom to normal size */
}

.item:hover{
    border-radius: 15px;
    transition-duration: 1s;
}
.title{
    font-size: calc(1.5rem + 1vw);
    font-weight: 1000;
}
.year{
    font-size: calc(1rem + 1vw);
    font-weight: 300;
    font-style: italic;
    margin-bottom: 25%;
}
.cardYear{
    font-family: "Inter";
    font-weight: 300;
    font-size: calc(1rem + 1vw);

    font-style: italic;
    opacity: 0; /* Start with the element invisible */
    animation: fadeIn 1.5s ease-in-out .5s forwards; /* 0.5s animation, 2s delay */
}
.cardDescription{
    font-family: "Inter";
    font-weight: 200;

    opacity: 0; /* Start with the element invisible */
    animation: fadeIn 1.5s ease-in-out .5s forwards; /* 0.5s animation, 2s delay */
}
.medium{
    font-weight: 200;
    font-size: calc(1rem + 0.5vw);
    margin-top: auto;
}
@media(max-width: 800px){
    .hideOnMobile{
        display: none;
    }
    .menuButton{
        display: block;
    }
    .blockText2Tech{
        font-size: 3vw;
    }
    .blockText1About{
        margin-top: 5vh;
        font-size: 6vw;
    }
    .blockText1AboutAbout{
        margin-top: 8vh;
        font-size: 5vw;
    }
    .blockText1AboutAbout2{
        margin-top: 3vh;
        font-size: 5vw;
    }
    .blockText2About{
        margin-top: 8vh;
        font-size: 2vw;
    }
    .blockText2AboutAbout{
        margin-top: 3vh;
        font-size: 2vw;
    }
    form {
        font-size: 4vw;
    }
    .input {
        font-size: 3vw;
    }
    .contactButton{
        font-size: 3vw;
    }
    .blockText5About{
        font-size: 3vw;
        margin-top: 3vw;
        margin-bottom: 6vw;
    }
    .blockText6About{
        font-size: 3vw;
        margin-bottom: 3vw;
        margin-top: 3vw;
    }
    .blockText7About{
        font-size: 3vw;
        margin-bottom: 3vw;
    }
    .description{
        margin-top: 0%;
        margin-bottom: 5vw;
    }
    .description2 .dedicationText{
        font-size: 2vw;
    }
    .description5{
        margin-top: 0%;
    }
    .blockText1{
        font-size: 4vw;
    }
    .blockText2{
        font-size: 3vw;
    }
}
form{
    width: 100%;
}
input{
    width: 100%;
    border: none;
    border-radius: 10px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Inter";
    background-color: black;
    font-weight: 200;
    cursor: none;
    font-size: 1.2vw;
    color: white;
}
::placeholder{
    color: white;
}
textarea{
    width: 100%;
    border: none;
    background-color: black;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-family: "Inter";
    font-weight: 200;
    cursor: none;
    font-size: 1.2vw;
    color: white;
}
.submitButton{
    width: 25%;
    color: black;
    background-color: white;
    border: solid 1px black;
    font-weight: 500;
    font-size: 1.2vw;
    transition-duration: 0.5s;
}
label{
    font-weight: 400;
    cursor: none;
}
.spaceblock{
    margin: 200px;
}

body {
	background-color: #f8fafc;
}

.carouselContainer {
    padding-top: 4%;
    padding-bottom: 8%;
	padding-left: 8%;
    padding-right: 8%;
}

.slider-wrapper {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.slider {
	display: flex;
	aspect-ratio: 16 / 9;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
	border-radius: 0.1rem;
	-ms-overflow-style: none; /* Hide scrollbar IE and Edge */
	scrollbar-width: none; /* Hide scrollbar Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.slider::-webkit-scrollbar {
	display: none;
}

.slider img {
	flex: 1 0 100%;
	scroll-snap-align: start;
	object-fit: cover;
}


.slider-nav {
	display: flex;
	column-gap: 1rem;
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.slider-nav a {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: .5rem;
	background-color: #fff;
	opacity: 0.75;
	transition: ease 250ms;
}

.slider-nav a:hover {
    width: 1rem;
	opacity: 1;
}
.items a{
    text-decoration: none;
    cursor: none;
}

.artVideo {
    margin: 8%;
    height: 83vh;
    cursor: none;
}
.contactButtons{
    margin: 8%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    cursor: none;
}
.contactButtons a{
    color: white;
    background-color: black;
    border-radius: 10px;
    padding: 10px;
    font-family: "Inter";
    font-weight: 200;
    text-decoration: none;
    cursor: none;
    transition-duration: .5s;
    border: solid 1px black;
}
.contactButton{
    font-size: 2.5vw;
}
.contactButtons a:hover{
    background-color: white;
    color: black;
    border: solid 1px black;
    transition-duration: .5s;
}
.submitButton:hover{
    color: white;
    background-color: black;
    transition-duration: .5s;
}

headerVid::-webkit-media-controls-start-playback-button {
    display: none;
}