
html{
    /* background-image:url(../imgs/sakamoto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;   */
  color:black;

}
body{
    margin:0;
    padding:0;
  
  
}

.home h1{
color:white;
}


.home h2{
color:white;   
}

.home h3{
    color:white;      
}

.home .navbar a{
    color:white;
}


.navbar {
    position: sticky;
    top: 0; /* Stick the navbar to the top of the viewport */
    z-index: 1000; /* Ensure a higher z-index than other elements */
    
}

.navbar ul {
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 0; /* Remove default padding */
}


/* .navbar ul{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-decoration: none;
    justify-content: center;
    justify-content: space-evenly;
    list-style-type: none;
    position: sticky;
    z-index: 2;
   
} */


.navbar a{
    text-decoration: none;
    color: black;
     
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.navbar a:hover {
    text-decoration: underline; /* Underline on hover */
}

.navbar a.active {
    text-decoration: underline; /* Underline for the active link */
}
h2{
    margin-bottom: 0;
    font-size: 183px;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    line-height: normal
    
    
}

h2 u{
    text-decoration-thickness: 5px;
    text-decoration-skip-ink: none; 
   
   
   
}

h1{
    text-align: center;
    font-family: Domine;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
}

header{
    padding-top: 20px;
}

.home{
    padding-left: 50px;
    position: relative;
    background-image:url(../imgs/sakamoto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100vh;
}



.brushstroke {
    position: absolute; 
    top: 0px; 
    right: 0px; 
    z-index: 1;
}

hr{
    width: 995px;
    margin:0 ;
}

h3{
    font-family: "Roboto Mono";
    font-size: 45px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.dot{
    width: 10px;
}

h4{
    color: #000;
    font-family: Inter;
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.grid-img-box{
    
}

.works-grid {
    display:flex;
    gap: 30px;
    list-style-type: none;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
}

.works-grid li{
    width: 30%;
}

.grid-img-box img{
    object-fit: cover;
    width: 100%;
    height: auto; 
    aspect-ratio: 1 / 1;
}

.grid-img-box img:hover{
    filter: grayscale(100%); 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    color: #fff; /* white text */
    font-size: 18px;
    text-align: center;
    padding-top: 20%;
    visibility: hidden; /* initially hidden */
    opacity: 0; /* initially transparent */
    transition: opacity 0.5s;
   
  }
  
  .container:hover .overlay {
    visibility: visible; /* make visible on hover */
    opacity: 1; /* fully opaque on hover */
  }



.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }

  .timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    
    background-color: black;
    top: 0;
    
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }

  .container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    
    background-color: white;
    border: 4px solid ;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }

  /* Place the container to the left */
.left {
    left: 0;
  }
  
  /* Place the container to the right */
  .right {
    left: 50%;
  }
  
  /* Add arrows to the left container (pointing right) */
  .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }

  .left::after {
    right: 16px;
  }
  
  /* Add arrows to the right container (pointing left) */
  .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  
  /* Fix the circle for containers on the right side */
  .right::after {
    left: -16px;
  }
  
  /* The actual content */
  .content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
  }
  
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
    left: 31px;
    }
    
    /* Full-width containers */
    .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    }
    
    /* Make sure that all arrows are pointing leftwards */
    .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
    }
  
    /* Make sure all circles are at the same spot */
    .left::after,.right::after {
    left: 15px;
    }
    
    /* Make all right containers behave like the left ones */
    .right {
    left: 0%;
    }
  }

  .Timeline-section{
    padding-bottom: 70px;
  }

  

 

 
  
  

  

/* .sakamoto-home-img{
    display: block;
    width:100%;

} */