*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    /* overflow: hidden */
}

body{
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    margin: 0%;
    padding: ;
    align-items: center;
    justify-content: center;
    background: /*linear-gradient(to right, #1a1b1c, #232426, #1a1b1c); */ rgba(12, 12, 12);
    align-items: center;
    justify-content: center;
    
}

header {
    
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: linear-gradient(to bottom, rgba(10, 10, 10, 1) 0%, rgba(10, 10, 10, 0) 100%); */
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  
    
}

@media only screen and (max-width: 1580px){
    header{
        padding-left: 10px;
        padding-right: 20px;
    }
}

footer {
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: ;
    color: #fff;
    padding: 20px;
    padding-top: 50px;
    
}

.copyrights {
    position: absolute;
    bottom: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    color: dimgrey;
    font-size: 8px;
}

/* ---Splash screen--- */

.splash{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: black;
    justify-content: center;
    z-index: 200;
    color: white;
    text-align: center;
    line-height: 40vh;  
    
    
}   


.splash.display-none{
    position: fixed;
    opacity: 0;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: black;
    justify-content: center;
    z-index: -10;
    color: white;
    text-align: center;
    line-height: 40vh;
    transition: all 0.6s;
    
}


.fade-in{
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}

.video-splash{
    
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    object-fit: cover;
}
    @media (max-aspect-ratio: 16/9){
    .back-video-splash{
        width: auto;
        height: 100%;
        
    }
}
    
    
    @keyframes fadeIn{
    to{
    opacity: 1;
    }
}

/* ---Header--- */


.logo{
    width: 100px;
    transition: filter 0.5s ease;
    z-index: 5;
}

.logo:hover{
    filter: brightness(60%);

}


.social1{
    display:flex;
    align-items:center;
    gap: 10px;
    transform: scale(1.5);
    position: relative;
    right: 4%;
    z-index: 5;
    /* transform: translateX(-50%); */
    
}

.about-section {
    display: flex;
    gap: 15px;
    color: white;
    margin-right: 5px; /* Adjust the margin as needed */

    
}

.about-section a {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 380;
    color: white;
    text-decoration: none;
    font-size: 12px;
    display:;
    align-items: center; /* Align items vertically */
    justify-content: center;
    transition: 0.5s ease;
   
}

.about-section a:hover{
    color: #cf3c5c;
    text-shadow: 0px 0px 20px #e86d88;
}


.instagramicon{
    display: flex;
    align-content: center;
    color: white;
    transition: color .2s;
    margin-right: 10px;
    transition: 0.5s ease;
   
    
}

.instagramicon:hover{
    color: #cf3c5c;
    box-shadow: 0px 0px 50px #e86d88;
    
}

/* ---Footer--- */


.footer-content-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 10px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons a {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
    transition: 0.5s ease;
}

.social-icons a:hover {
    color: #74aac4;
}

.copyright {
    font-size: 14px;
}


/* ------Background video------- */

.back-video{
    position: absolute;
    right: 50;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    object-fit: cover
    
}

@media (max-aspect-ratio: 16/9){
    .back-video{
        width: auto;
        height: 100%; 
    }
}

.hero{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(12,3,51,0),rgba(12,3,51,0));
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Hide scrollbars */ 
}
    
/* ------BODY -------*/
    
.artt{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    font-size: clamp(4rem, 13vw, 19vw);
    max-height: 90vh;
    text-shadow:-2px 3px 6px grey, 0px 0px 15px white;
   
    }

.highlight {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: red;
    text-shadow: 0px 0px 30px red;
    animation: bloom 1s linear infinite alternate ease-in-out;

}

/* ----------BODY e PROJECT GRID------------- */

/* Style the main scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

/* Style the scrollbar track */
::-webkit-scrollbar-track {
    background: #e5f5f6;
    border-left: 1px solid #333;
}

/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: rgb(30,30,30);
    border-radius: 1rem;
}

.wrapper {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    position: ;
    align-content: center;
    justify-content: center;
    display: grid;
     --grid-item-size: calc((60vw - 40px) / 32); /* Calculate the size of grid items based on the viewport width */
    
    grid-template-columns: repeat(32, var(--grid-item-size));
    grid-auto-rows: var(--grid-item-size);
    grid-gap:20px;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    

}

.wrapper div {
    /* background-color: rgba(100,100,100,0.3);  /* Remover se n dá merda */
    color: white;
    padding: 1rem;
    box-sizing: border-box;
    
}



.project {
    position: relative;
    padding: 0px;
    border-radius: 1px;
    display: flex;
    grid-row: span 9; /* Each project spans 5 grid rows */
    transition: .5s;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
}

.project-tittle{
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    font-size: 1vw;
    font-family: 'Helvetica', sans-serif; /* Change font to Helvetica */
    font-weight: bold; /* Set font to bold */
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
    
    
}

.project-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Inherit text color from parent */
}


.project:hover .project-tittle{
    opacity: 1;
    
}

.project1 {
    grid-column: span 32; /* Each project spans 8 grid columns */
    background-image: url('/media/care%20less%20-%20thumbnail.png'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
}

.project2 {
    grid-column: span 17; /* Each project spans 8 grid columns */
    background-image: url('/media/sumol%20thumbnail_3.1.1.jpg'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
}

.project3 {
    grid-column: span 15; /* Each project spans 8 grid columns */
    background-image: url('/media/linha%20thumbnail_2.4.1.jpg'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
}

.project4 {
    grid-column: span 15; /* Each project spans 8 grid columns */
    background-image: url('/media/ClichE.gif'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
}

.project5 {
    grid-column: span 17; /* Each project spans 8 grid columns */
    background-image: url('/media/eusemtee_4.jpg'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
}

.project6 {
    grid-column: span 17; /* Each project spans 8 grid columns */
    background-image: url('/media/90s%20thumbnail.png'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
}

.project7 {
    grid-column: span 15; /* Each project spans 8 grid columns */
    background-image: url('/media/WRAP.png'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
}

.project8 {
    grid-column: span 15; /* Each project spans 8 grid columns */
    background-image: url('/media/cravo_thumbnail.png'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
    
}

.project9 {
    grid-column: span 17; /* Each project spans 8 grid columns */
    background-image: url('/media/Picarra_thumbnail.png'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
    
}

.project10 {
    grid-column: span 17; /* Each project spans 8 grid columns */
    background-image: url('/media/Waip.png'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
}

.project11 {
    grid-column: span 15; /* Each project spans 8 grid columns */
    background-image: url('/media/Veggie.png'); /* Set the URL of the image for project 10 */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
}


@media only screen and (max-width: 1580px){
    .wrapper{
    --grid-item-size: calc((60vw - 40px) / 64);
    margin-top: 8%;
    }
}

@media only screen and (max-width: 1000px){
    .project2, .project1, .project3, .project4, .project5, .project6, .project7, .project8, .project9, .project10, .project11, .project12 {
        grid-column: span 32;
         
        
    }
}

@media only screen and (max-width: 1000px){
    .project-tittle{
    opacity: 1;
    background: 0;
    text-shadow: -2px 3px 15px black;
    font-size: 3vw;
    }
    .wrapper{
        grid-template-columns: repeat(auto-fit ,1fr);
    
        margin-top: 30%; 
        }
    .project{
        grid-row: span 10;
    }
}



/* --------- ABOUT -------- */

.about-content{
    width: 100%;
    height: 90vh;
    color: white;
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0px 0px 5px blue;
    
}


.about-info{
    
}