/* 

      ___           ___           ___                       ___     
     /__/|         /  /\         /  /\        ___          /__/\    
    |  |:|        /  /::\       /  /::\      /  /\        |  |::\   
    |  |:|       /  /:/\:\     /  /:/\:\    /  /:/        |  |:|:\  
  __|  |:|      /  /:/~/::\   /  /:/~/:/   /__/::\      __|__|:|\:\ 
 /__/\_|:|____ /__/:/ /:/\:\ /__/:/ /:/___ \__\/\:\__  /__/::::| \:\
 \  \:\/:::::/ \  \:\/:/__\/ \  \:\/:::::/    \  \:\/\ \  \:\~~\__\/
  \  \::/~~~~   \  \::/       \  \::/~~~~      \__\::/  \  \:\      
   \  \:\        \  \:\        \  \:\          /__/:/    \  \:\     
    \  \:\        \  \:\        \  \:\         \__\/      \  \:\    
     \__\/         \__\/         \__\/                     \__\/      

*/

@font-face {
  font-family: "Satoshi-Variable";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("/fonts/Satoshi-Variable.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi-Variable";
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url("/fonts/Satoshi-VariableItalic.woff2") format("woff2");
}

:root {
  --font-fallback: Helvetica, Arial, sans-serif;
}

html * {
  font-family: "Satoshi-Variable", var(--font-fallback);
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video,
picture,
svg,
figure {
  max-width: 100%;
  height: auto;
}

html,
body {
  overflow-x: hidden;
  background-color: #161616;
  color: #D5D7D9;
}

h1 {
  font-size: 56px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 24px;
}

h2 {
  font-size: 24px;
  font-weight: 400;
}

.intro h2 {
  margin-top: 80px;
}

.description h2 {
  margin: 12px 0 48px;
  color: #CBD0D1;
}

hr {
  display: none;
}

.summary {
  padding-top: 40px;
  max-width: 840px;
}

.summary p {
  color: #D5D7D9;
}

.project-metadata {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;

}

.metadata-item h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: #969696;
  font-weight: 400;
  margin: 0 0 8px 0;
}

.metadata-item p,
.metadata-item ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #CBD0D1;
  margin: 0;
  list-style: none;
  padding: 0;
}

.metadata-item li {
  margin-bottom: 4px;
  font-size: 16px;
}

.metadata-item a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media only screen and (max-width: 768px) {
  .project-metadata {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .project-metadata {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }

  hr {
    display: none;
    width: 24px;
    left: 0px;
    border: none;
    height: 1px;
    color: rgba(255, 255, 255, 0.32);
    background-color: rgba(255, 255, 255, 0.32);
    margin-left: 0;
    padding: 0px;
  }

  h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

h3 {
  font-size: 16px;
  font-weight: 400;
}

h4 {
  color: #D5D7D9;
  font-size: 24px;
  font-weight: 600;
  margin: 24px 0 12px 0;
  display: inline-block;
}

p,
li {
  font-weight: 400;
  color: #CBD0D1;
}

strong {
  font-weight: 600;
}

a {
  color: #D5D7D9;
}

a:hover {
  color: #fbfbfb;
}

a:visited {
  color: #fbfbfb;
}

/* Images styles */

figure img {
  border-radius: 24px;
  box-shadow:
    0 2px 1px rgba(0, 0, 0, 0.08),
    0 4px 2px rgba(0, 0, 0, 0.08),
    0 8px 4px rgba(0, 0, 0, 0.08),
    0 16px 8px rgba(0, 0, 0, 0.08),
    0 32px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

picture {
  line-height: 0;
}

picture.lazy-blur-wrap {
  display: block;

  border-radius: 24px;
}

img.lazy-blur {
  filter: blur(20px);
  transition: filter 0.55s ease-out;
}

img.lazy-blur.lazy-blur--loaded {
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  img.lazy-blur {
    filter: none;
    transition: none;
  }
}

figure {
  margin: inherit;
  transition: scale 0.4s ease;
}

figure a {
  text-decoration: none;
}

.projects figure:hover {
  scale: 101%;
  transition: scale 0.4s ease;
}

figcaption {
  position: relative;
  display: block;
  left: 1px;
  margin-top: -96px;
  z-index: 3;
  opacity: 0;
  background-color: rgb(10, 10, 10, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 16px;
}

.vid-cap {
  position: relative;
  display: block;
  left: 1px;
  margin-top: -88px;
  z-index: 3;
  opacity: 0;
  background-color: rgb(10, 10, 10, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 16px;
}

figcaption h3 {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: #D5D7D9;
  font-weight: 500;
}

figcaption p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  color: #969696;
}

.project-imgs:hover figcaption {
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* Header styles */

header {
  display: block;
  background-image: radial-gradient(80% 100% at 50% 0%,
      #1E1E1E 0%,
      #161616 100%);
  height: 120px;
}

.header-container {
  display: block;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  gap: 8px;
  padding: 24px 40px;
  margin: 0 auto;
}

.primary-nav {}

.header-container a {
  text-decoration: none;
}

.header-face {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: #A9A9A9;
  transition: transform 0.2s ease-out;
}

.header-name {
  font-size: 20px;
  font-weight: 500;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.2s ease-out;

}

.header-face:hover {
  background-color: #EDC1C1;
}

.logo-link:hover {
  transform: scale(1.02);
}




@keyframes hue {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(-360deg);
  }
}

/* Breadcrumbs */

.project_nav {
  display: flex;
  max-width: 1280px;
  padding: 20px 40px;
  margin: 0 auto;
}

.project_nav a {
  text-decoration: none;
  font-weight: 500;
}

.project_previous {
  font-size: 16px;
  display: flex;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.075);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  color: #edf6fe;
  padding: 14px 16px 14px 12px;
  margin-right: 12px;
  transition: transform 0.2s ease-out;
  line-height: 20px;
}

.project_next {
  font-size: 16px;
  display: flex;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.075);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  color: #edf6fe;
  padding: 14px 12px 14px 16px;
  transition: transform 0.2s ease-out;
  line-height: 20px;
}

.project_previous:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.project_next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.project_next:active {
  transform: scale(0.96);
}

.project_previous:active {
  transform: scale(0.96);
}

/* Home content styles */

.home-content {
  display: block;
  max-width: 1280px;
  padding: 40px 40px;
  margin: 0 auto;
}

.intro {
  max-width: 840px;
  padding: 0;
}

.projects {
  grid-area: 2 / 1 / 3 / 4;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 24px;
  margin: 24px 0;
  padding-bottom: 24px;

  /* Full-width bleed effect */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.projects::before,
.projects::after {
  content: "";
  flex: 0 0 calc(50vw - 700px + 40px);
  /* Matches (Viewport - Container)/2 + ContainerPadding */
}

#carouselTrack figcaption {
  opacity: 1;
  background-color: transparent;
  margin-top: 4px;
  padding: 0 0 8px 0;

}


@media only screen and (max-width: 1280px) {

  .projects::before,
  .projects::after {
    flex: 0 0 20px;
    /* Use standard container padding on smaller screens */
  }
}

@media only screen and (max-width: 480px) {

  .projects::before,
  .projects::after {
    flex: 0;
  }

}

.projects::-webkit-scrollbar {
  display: none;
}

.projects .project-imgs {
  flex: 0 0 80%;
  scroll-snap-align: center;
}

@media only screen and (min-width: 768px) {
  .projects .project-imgs {
    flex: 0 0 calc(50% - 10px);
  }

}

@media only screen and (min-width: 1024px) {
  .projects .project-imgs {
    flex: 0 0 calc(33.33% - 44px);
  }
}

.carousel-nav {
  grid-area: 3 / 1 / 4 / 4;
  display: flex;
  justify-content: end;
  gap: 12px;
}

.nav-btn {
  background-color: rgba(255, 255, 255, 0.075);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  color: #edf6fe;
  border: none;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  transition:
    background-color 0.2s,
    transform 0.2s;
}

.nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-btn:active {
  transform: scale(0.95);
}

.nav-btn svg {
  width: 24px;
  height: 24px;
}

/* Project page main content*/

.project {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1280px;
  padding: 40px 40px;
  margin: 0 auto;
}

.bits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1280px;
  padding: 40px 40px;
  margin: 0 auto;
  grid-auto-flow: row;
}

.bits figcaption {
  opacity: 1;
  background-color: transparent;
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
}

.bits figure {
  margin: 0;
  width: 100%;
  max-width: 690px;
}

.bits .player-container,
.bits .dashboard-container {
  width: 100%;
}



.description {
  grid-area: 1 / 1 / 2 / 3;
  padding: 0 0 0 0;
}

.imageset1 {
  grid-area: 2 / 1 / 3 / 4;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 40px 0;
}

.imageset1>.picture1 {
  grid-area: 1 / 1 / 3 / 3;
}

.imageset1>.picture2 {
  grid-area: 1 / 3 / 2 / 4;
}

.imageset1>.picture3 {
  grid-area: 2 / 3 / 3 / 4;
}

.process {
  grid-area: 3 / 1 / 4 / 3;
  padding: 40px 0;
}

.imageset2 {
  grid-area: 4 / 1 / 5 / 4;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 40px 0;
}

.imageset2>.picture1 {
  grid-area: 1 / 1 / 2 / 4;
}

.conclusion {
  grid-area: 5 / 1 / 6 / 3;
  padding: 40px 0;
}

.imageset3 {
  grid-area: 6 / 1 / 7 / 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 40px 0;
}

.imageset3>.picture1 {
  grid-area: 1 / 1;
}

.imageset3>.picture2 {
  grid-area: 1 / 2;
}

.extra-info {
  grid-area: 7 / 1 / 8 / 3;
  padding: 40px 0;
}

/* Footer styles */

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1280px;
  padding: 80px 40px 0;
  margin: 0 auto;
}

footer h2 {
  font-size: 16px;
  font-weight: 400;
}

.copyright p,
.copyright span {
  font-size: 14px;
  color: #969696;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  color: #D5D7D9;
  text-decoration: none;
}

footer ul {
  list-style: none;
  margin-left: -40px;
}

footer li {
  margin: 12px 0;
  max-width: 320px;
}

.contact-btn {
  display: flex;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  color: #121212;
  font-weight: 500;
  width: fit-content;
  padding: 16px 24px 16px 24px;
  transition: transform 0.2s ease-out;
  line-height: 20px;
}

.contact-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.contact-btn:active {
  transform: scale(0.95);
}

footer>.contacts {
  grid-area: 1 / 3 / 2 / 4;
}

footer>.side-projects {
  grid-area: 1 / 1 / 2 / 3;
}

.side-projects-card {
  display: flex;
  max-width: 320px;
  padding: 16px;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  border: solid 1px rgba(255, 255, 255, 0.09);
  background-color: rgba(255, 255, 255, 0.075);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease-out;
}

.side-projects a {
  text-decoration: none;
  color: #D5D7D9;
  font-weight: 450;
}

.side-projects a:hover {
  text-decoration: none;
}

.side-projects-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.4s ease;
}

.side-projects-card:active {
  transform: scale(0.98);
}

footer>.copyright {
  grid-area: 2 / 1 / 3 / 4;
  padding: 24px 0;
}



.responsive-img {
  width: 100%;
  max-height: 492px;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  /* Ensures the video fills the container area */
  box-shadow:
    0 2px 1px rgba(0, 0, 0, 0.08),
    0 4px 2px rgba(0, 0, 0, 0.08),
    0 8px 4px rgba(0, 0, 0, 0.08),
    0 16px 8px rgba(0, 0, 0, 0.08),
    0 32px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Media queries for mobile devices*/
@media only screen and (max-width: 1024px) {
  .bits {
    grid-auto-flow: column;
    grid-template-columns: 1fr;
    padding: 40px 24px;
    grid-column-gap: 0px;
    row-gap: 32px;
  }
}

@media only screen and (max-width: 480px) {
  /* Main content media queries */

  header {
    height: 120px;
  }

  .header-container {
    padding: 24px;
  }

  .home-content {
    padding: 40px 20px;
  }

  .intro {
    grid-area: 1 / 1 / 2 / 4;
    padding-right: 20px;
  }

  .project {
    padding: 40px 24px;
  }



  .projects {
    width: calc(100vw - 16px);
    padding: 0px 8px;
  }

  .carousel-nav {
    grid-area: 3 / 1 / 4 / 4;
    padding-bottom: 20px;
  }

  /* Project page main content*/
  .imageset1 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .imageset1>.picture1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .imageset1>.picture2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .imageset1>.picture3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  .imageset2 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .imageset2>.picture1 {
    grid-area: 1 / 1 / 2 / 4;
  }

  .imageset3 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .imageset3>.picture1 {
    grid-area: 1 / 1 / 2 / 4;
  }

  .imageset3>.picture2 {
    grid-area: 2 / 1 / 3 / 4;
  }

  .description {
    grid-area: 1 / 1 / 2 / 4;
  }

  .process {
    grid-area: 3 / 1 / 4 / 4;
  }

  .conclusion {
    grid-area: 5 / 1 / 6 / 4;
  }

  .extra-info {
    grid-area: 7 / 1 / 8 / 4;
  }

  /* Captions */
  figcaption {
    opacity: 1;
    background-color: transparent;
    margin-top: 4px;
    padding: 0 0 8px 0;
  }

  .vid-cap {
    opacity: 1;
    background-color: transparent;
    margin-top: 14px;
    padding: 0 0 8px 0;
  }

  figcaption h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #D5D7D9;
  }

  figcaption p {
    font-size: 14px;
    color: #969696;
  }

  /* Footer media queries*/
  .project_nav {
    padding: 20px 24px;
  }

  footer {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding: 80px 24px 0;
  }

  footer>.contacts {
    grid-area: 2 / 1 / 3 / 2;
  }

  footer>.side-projects {
    grid-area: 1 / 1 / 2 / 2;
  }

  footer>.copyright {
    grid-area: 3 / 1 / 4 / 2;
  }

  footer li {
    max-width: 100%;
  }

  .side-projects-card {
    max-width: 100%;
  }
}

/*Menu stylin*/

nav {
  display: contents;
}

nav input[type="checkbox"] {
  display: none;
}

/* DESKTOP MENU STYLE (Default for desktop viewports) */
.desktop-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-menu li {
  margin: 0;
  padding: 4px 12px;
  border-radius: 12px;
}

.desktop-menu li:hover {
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.4s ease;
}

.desktop-menu a {
  font-size: 16px;
  font-weight: 500;
  color: #D5D7D9;
  text-decoration: none;
  transition: color 0.25s ease;
  position: relative;
  padding: 6px 0;
}

.desktop-menu a:hover {
  color: #EDC1C1;
}

.desktop-menu a.active {
  color: #EDC1C1;
}

/* Hide Hamburger elements on Desktop */
.checkburger {
  display: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  z-index: 105;
  padding: 12px 14px 16px 14px;
  border-radius: 20px;
}

.menu {
  display: none;
  color: #D5D7D9;
  background-color: rgb(10, 10, 10, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: -100vh;
  transition: opacity 0.12s ease-out;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

/* We still style checkburger span and states for when mobile media query makes it visible */
.checkburger:hover {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.12s ease-out;
}

.checkburger:active {
  transform: scale(0.96);
}

.checkburger span {
  background: #D5D7D9;
  border-radius: 4px;
  display: block;
  height: 2px;
  margin: 8px 0 0 0;
  transition: 0.12s ease-out all;
  width: 24px;
}

#hamburger:checked+label.checkburger .top-bun {
  background: #D5D7D9;
  transform: rotate(45deg) translate(4px, 3px);
}

#hamburger:checked+label.checkburger .bottom-bun {
  background: #D5D7D9;
  transform: rotate(-45deg) translate(4px, -3px);
}

.menu-items {
  align-self: center;
  justify-self: center;
  margin: 0 auto;
  padding: 0;
}

.main-menu {
  margin-bottom: 32px;
}

.main-menu li,
.menu-contact li {
  margin: 0;
  list-style: none;
}

.main-menu li a {
  color: #D5D7D9;
  display: none;
  font-size: 24px;
  font-weight: 600;
  padding: 12px 0;
  margin-left: -40px;
  text-align: left;
  text-decoration: none;
  transition: all 0.12s ease-out;
}

.menu li a:hover {
  color: #EDC1C1;
  transition: all 0.12s ease-out;
}

.menu .current {
  color: #EDC1C1;
  font-size: 24px;
  font-weight: 600;
  padding: 16px 0px;
  margin-left: -40px;
  list-style: none;
}

.menu h2 {
  font-size: 18px;
}

.menu h3 {
  margin-bottom: -12px;
  color: #969696;
}

.menu-contact li a {
  color: #D5D7D9;
  display: none;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 0;
  margin-left: -40px;
  text-align: left;
  text-decoration: none;
  transition: all 0.12s ease-out;
}

.menu-linkedin {
  color: #121212;
  font-weight: 500;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 8px 16px;
  color: #1a1a1a;
  display: flex;
  width: fit-content;
  transition: all 0.12s ease-out;
}

.menu-linkedin:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.menu-linkedin:active {
  transform: scale(0.96);
}

/* MOBILE VIEWPORTS: Keep hamburger menu, hide desktop links */
@media only screen and (max-width: 768px) {
  .desktop-menu {
    display: none;
  }

  .checkburger {
    display: block;
  }

  .menu {
    display: grid;
  }

  #hamburger:checked~.menu {
    opacity: 1;
    top: 0;
    position: fixed;
  }

  #hamburger:checked~.menu ul li a {
    display: block;
  }
}

/*Menu stylin end*/

video {
  position: relative;
  margin-top: -36px;
  width: 100%;
}

.play-btn {
  /* Positioning */
  position: relative;
  top: 16px;
  left: 16px;

  /* Shape & Size */
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  /* Look & Feel */
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: white;
  cursor: pointer;
  font-size: 24px;
  padding: 3px 8px;
  transition:
    transform 0.2s,
    background-color 0.2s;
  z-index: 5;
}

.play-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: black;
}

.play-btn:active {
  transform: scale(0.96);
}