:root {
    --text-highlight:gold;
    --highlight: #76fec5;
    
}

* {
margin: 0;
padding: 0;
gap: 0;
transition-duration: 200ms;
box-sizing: border-box;
background: none;
color: var(--highlight);
}


html {
    scroll-behavior: smooth;
}

a::selection, p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {
    background-color: black;
    color: var(--highlight);
}

h1 {
    text-align: center;
    font-weight: 300;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: black;
}

h3 {
    color: black;
}

h2 {
    text-align: center;
    font-weight: 300;
    font-size: 2rem;
}

p {
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 250;
}

a {
    text-decoration: none;
    color: inherit;
}

header, main, footer {
    font-family: Inter, 'sans-serif';
    position: relative;
    z-index: 1;
}

.background {
    position: fixed;
    top:auto ;
    min-width: 100%;
    min-height: 100dvh;
    top: 50%;
    transform: translate(0%, -50%);
    
}

body {
    min-height: 100dvh;
    min-width: 420px;
    /* width: clamp(600px 100% 1024px); */
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: center;
    align-content: center;
    /* border: 5px solid black; */
 /* background-image: url("/public/bg.png"); 
  background-image: url('your-image.jpg');
  background-repeat: no-repeat; 
  background-size: cover; 
  background-attachment: fixed;  
  background-position: center; Centers the image */

    position: relative;
}

header {
    display: flex;
    flex-direction: row;
    width: 100%;  
}

nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    padding: 1rem;
    background: black;   
}



main {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* gap: 3rem;
    /* padding: 3rem 0; */
}



.hero {
    display: grid;
    place-content: center;
    width: 100%;
    height: 70dvh;
    overflow: hidden;
    z-index: -1;
    position: relative;
  
}

/* .hero::after{
    content: '';
    color: black;
    position: relative;
    height: 100%;
    inset: 0;
    z-index: 1;
} */



.hero::after {
    content: 'OOZE';
    background-color: var(--highlight);
    color: black;
    font-size: 6rem;
    font-weight: 800;
    padding: 0.5rem 0.5rem;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
    

}

/* .text-hero {
    color: black;
    position: absolute;;
    z-index: 2;
    background: var(--highlight);
    /* inset: 10; 
    padding: 0.5rem 1rem;
    font-size: 2.5rem;
} */

.img-hero {
    display: grid;
    place-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* opacity: 0.5; */
}

.img-hero img {
    min-height: 100%;
    min-width: 100%;
    justify-self: center;
    align-self: center;
    /* opacity: 0.5; */

    
}


.bar-bg {
    position: sticky;
    top: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    background: black;
    height: 80px;
    z-index: 1;
}
.bar-container {
    width: 95%;
    max-width: 600px;
    height: 60px;
    border: 4px solid var(--highlight);
    background-color: black;
    padding: 4px;
    z-index: 1.2;
    position: relative;
}

    /* .bar-container h2 {
        font-size: 0.9rem;
    }  */



.bar {
    width: 0%;
    height: 100%;
    background-color: var(--highlight);
    color: black;
    transition: width 0.1s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1.3;
}

/* .bar h2 {
    z-index: 1.4;
    color: black;
    position: absolute;
    left: ;
    text-wrap: nowrap;
} */

/* .bar-bg::before {
    content: 'BECTION 1';
    /* background-color: var(--highlight);
    color: var(--highlight);
    font-size: 4rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1.1;
    position: absolute;
}

    .bar::after {
    content: 'SECTION 1';
     background-color: var(--highlight);
    color: black;
    font-size: 4rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
} */

.folder   {
    height: 300px;
    
}


section {
    display: flex;
    flex-direction: column;
    align-items: start;
    
    width: 100%;
    height: auto;
    /* max-height: 90dvh; */
    padding: 2rem 15%;
    gap: 2rem;
    
}

.section-1 {
    gap: 8rem;
    /* position: relative; */
}

/* .background-s {
    position: fixed;
    top:0 ;
    height: 100%;
    width: min-content;
    top: 50%;
    transform: translate(0%, -50%);
    
} */

.hidden {
    opacity: 0;
    transform: scale(0.1);
    transition: all 200ms;
    transition-delay: 0.9s;
}

.show {
    opacity: 1;
    transform: scale(1);
}


.container {
    width: 450px;
    height: 300px;
    position: relative;
    padding: 0.5rem 1rem;
    align-self: left;
    
}

.container {
    width: 450px;
    height: 300px;
    position: relative;
    padding: 0.5rem 1rem;
    align-self: left;
    
}

.folder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    height: auto;
    position: relative;
    /* padding: 0.5rem 1rem; */
    align-self: left; 
    margin: 0 4rem;
}

.folder img {
    width: 100%;
    object-fit: cover;
}

.mirror {
    align-self: end;
}

.container img {
    position: absolute;
    inset: -20% 0 0 0; 
    left: 50%;
    transform: translate(-50%,-0%);
    height: 128%;
    width: 110%;
    z-index: 0.1;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    height: 100%;
    /* overflow: hidden; */
    gap: 1.2rem;
    padding: 0.5 2rem;

}

.content h2 {
    align-self: flex-start;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: 300;
}

.content p {
    /* text-transform: uppercase; */
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.section-2 {
    display: flex;
    
    opacity: 0.9;
    width: 600px;
    padding: 4rem 0rem;
}

.section-2 p {
    padding: 2rem 2rem;
    font-style: italic;
    background-color: black;
    text-align: center;
}

.section-3 {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: black;
}
/* 
footer {
    display: flex;
    width: 100%;
    border: black solid 2px;
} */

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    /* justify-content: space-around;  */
    padding: 3rem;
    gap: 1rem;
    font-size: 1.2rem;
    background: black;
}

.social-links{
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    gap: 1rem;
    width: 245px;
}


.social-links i {
    font-size: 1.8rem;
    opacity: 0.6;
}

.social-links i:hover {
    opacity: 1;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
    opacity: 0.6;
}

.contact-info p {
    font-size: 0.9rem;
}

footer .vert {
    justify-self: center;
    opacity: 0.6;
}


@media (max-width: 680px) {
    section {
    padding: 2rem;
}

.section-2 {
    width: 100%;
}
}