@font-face {
  font-family: "Unica77LLTT-Regular";
  src: url(fonts/Unica77LLTT-Regular.ttf);
}

@font-face {
  font-family: "Unica77LLTT-Bold";
  src: url(fonts/Unica77LLTT-Bold.ttf);
}




* {
  box-sizing: border-box;
  margin: 0;
}

html {
  font-family: "Unica77LLTT-Regular";
    background-color: #cecece; 

}

body {
margin: 0;
}

li {
list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Unica77LLTT-Bold";
  font-weight: normal;
  font-size: 16px;
}

em {
  font-style: normal;
}

strong {
  font-family: "Unica77LLTT-Bold";
  font-weight: normal;
}



.text-content {
  background-color: rgb(196, 196, 196);
  padding: 20px;
  max-width: 500px;
  margin: auto;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
}


p {
  padding-bottom: 10px;
}

.sidebar-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 20px;
  width: 100px;
  height: 80px;
  border-right: 1px solid #aaa;
  color: #ddd;
  background-color: #aaa;
  border-radius: 0 10px 0 0;
}


.sidebar-footer a {
  color: #888;
}

.sidebar-footer a:hover {
  color: #6bb5ff;
}
  
  

.outer-sidebar {
    height: 100%;
    width: 50%; 
    position: fixed;
    top: 0;
    left: 0; 
    background-color: rgba(196, 196, 196, 0.639);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 2;
    padding-top: 20px;
    text-align: center;
    border-right: 1px solid #aaa;
    overflow-y: scroll;
    padding-bottom: 400px;
}



.projects-list {
    font-size: 16px;
    text-align: left;

}

.project-list-header {
  margin-top: -20px;
  padding-top: 22px;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #aaa;
  font-family: "Unica77LLTT-Bold"; 
  color: #484848;
  font-size: 18px;
  background-color: #b8dcff7e;
  border-left: #6bb5ff 2vw solid;
}

.projects-list ul {
    list-style-type: none;
    padding: 0;
}

.projects-list li {
    padding: 10px;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
    border-left: 2vw solid #aaa;
}

.projects-list .project-link {
    text-decoration: none;
    padding-left: 3%;
}

.projects-list li:hover {
  background-color: #b8dcff7e;
}

.project-link.active {
  background-color: #b8dcff7e;
  }




 /* --- PROJECT BOX  ---*/






.project-details {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 50%; 
    overflow-x: hidden;
    transition: 1s;
}


.project-meta {
    padding-top: 20px;
    font-size: 16px;
    color: #666;
    width: 100%;
    font-size: 12px;
}

#project-meta-layout {
  display: grid;
  grid-template-rows: min-content;
  grid-template-columns: [key] 1fr [value] 1fr;
  column-gap: 10px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}



.project-content {
padding: 10px;
}




#project-content {
  padding: 0px;
  background-color: rgb(196, 196, 196);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  transition: width 0.3s ease-in-out;
  min-height: 100vh;
}


  .close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: none;
    border: none;
    color: #aaa;
    cursor: pointer;
    z-index: 10;
  }




  .close-btn:hover {
    color: #ff2f00;  }



.project-cover-image-container {
  display: flex;
  border-bottom: 1px solid #aaa;
}

.project-cover-image {
  width: 50%;
  display: block;
  margin: 0;
}

.play-btn-inside {
  width: 50%;
  cursor: pointer;
}

.st0:hover {
  fill: #6bb5ff;
}

.st1:hover {
  fill: #6bb5ff;
}

.pause-btn-inside {
  width: 50%;
  cursor: pointer;
}

.project-description {
  padding: 20px;
}

.project-descripton-header {
  display: grid;
  grid-template-rows: min-content;
  grid-template-columns: [key] 1fr [value] 1fr;
}

.project-text {
  padding-top: 20px;
}




.project-images {
  display: flex;
  justify-content: center;
}

.project-image {
  width: 100%;
}







/* --- AUDIO CONTROLS---*/




.sound-files {
  padding: 0px;
}

.sound-files-list li audio {
width: 100%;
outline: none;
margin-top: 8px;
}

.sound-files-list li {
border: 1px 0 1px 0 psolid #6bb5ff;
padding: 15px;
border-bottom: 1px solid #aaa;
background-color: rgba(143, 143, 143, 0.26);
}


/* --- MAIN SECTION (BACKGROUND ---*/


.marquee-image {
  position: absolute;
  width: 25vw; 
  height: auto; 
  opacity: 0;
    transition: opacity 1s ease-in-out, transform 2s ease-in-out, left 2s ease-in-out, top 2s ease-in-out;

}


#main-content {
  padding: 0;
  height: 100vh;
  position: relative; 
  width: 100%;
  overflow: hidden;
  background-color: #cecece; 
}


@media (max-width: 768px) {
  .outer-sidebar {
    width: 100%;
    left: 0;
  }

  .project-details {
    left: 0;
    width: 0;
    transition: 1s;
  }

  .sidenav-open #project-details {
    width: 100%;
  }

  .close-btn {
    color: #ff2f00;
  }

  .sidebar-footer {
    display: none;
  }
}
