body {
  background-color: #000000;
  font-family: acumin-pro, sans-serif;
  color: #fff;
  height: 100%;
}

video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-toggle-closed-captions-button  {
  display: none;
}

video::-internal-media-controls-download-button {
  display:none;
}

video::-webkit-media-controls-enclosure {
  overflow:hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}
.video {
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
}
#video {
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 5000;
}

.button {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.4px;
  background-color: transparent;
  border: none;
  color: white;
  position: fixed;
  bottom: 12.5%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
  cursor: pointer;
  /* animation: pulse 2s ease-in-out infinite; */
}

button:focus {
  outline: 0;
}


@-webkit-keyframes pulse {
  50% {
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0;
  }
}

.nav-mobile {
  display: none;
}

.mobile-gif {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.nav {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 1;
  align-items: baseline;
  justify-content: space-between;
}

.nav-right {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 4;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: white;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    transform: translate(0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    transform: translate(0);
  }
  100% {
    opacity: 1;
  }
}

.appear {
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  position: fixed;
  top: 30px;
}

.appear-left {
  animation-name: fadeInLeft;
  font-size: 27px;
  left: 30px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.appear-right {
  animation-name: fadeInRight;
  right: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.appear-right a,
.nav-right a {
  margin-left: 10px;
}



.overlay a,
.info p a,
.nav-right a,
.appear-right a {
  border-bottom: 1px solid #fbff00;
}

/* .icons a {
  border-bottom: none;
} */

a {
  text-decoration: none;
  color: #fff;
}

.highlight {
  color: #fbff00;
}

.news {
  line-height: 1.35;
  font-size: 24px;
  font-weight: 500;
}
.news a {
  border-bottom: 1px solid #fbff00;
}

canvas {
  cursor: pointer;
  position: relative;
  top: 0px;

  width: 100vw!important;
  height: 100vh!important;
}

.work {
  margin: 0 55px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 100px;
  grid-gap: 30px 30px;
}

.grid img {
  width: 100%;
  height: auto;
  /* height: 250px;
  width: 100%;
  object-fit: cover; */
}

.grid img:hover {
  opacity: 0.6;
}

.lg-autoplay-button,
#lg-zoom-out,
#lg-zoom-in,
#lg-actual-size,
#lg-share {
  display: none;
}

.lg-toolbar {
  top: 15px;
  background-color: transparent !important;
}

.lg-outer,
.lg-has-html5,
.lg-video-play {
  margin-top: -16px !important;
}

.info {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 155px 122px 104px 148px;
}

.info-left {
  margin: 0 70px 0 50px;
  max-width: 939px;
  opacity: 0.8;
}

.info-left-paragraph {
  font-weight: 400;
}

.bold {
  font-weight: 500;
}

hr,
p {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.35;
}

.icons a {
}

.icons img {
  width: 40px;
  margin: 0px 10px 40px 0;
  border-bottom: none;
}

.icons img:hover {
  opacity: 0.8;
  cursor: pointer;
}

.carousel {
  width: 366px;
  height: 490px;
  position: fixed !important;
  top: 155px;
  right: 10% !important;
  margin: auto !important;
}

.carousel-cell {
  width: 100%;
  height: 490px;
  margin-right: 10px;
}

.flickity-button {
  display: none !important;
}

.flickity-page-dots {
  bottom: 10px !important;
  padding: 50px !important;
}

.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1 !important;
  background: transparent !important;
  border: 0.5px solid #fbff00 !important;
}

.flickity-page-dots .dot.is-selected {
  background: #fbff00 !important;
}

.last-paragraph {
  margin-top: 50px;
}

.last-paragraph a {
  border-bottom: none;
}

.column4 {
  padding-top: 80px;
}

.overlay {
  position: fixed;
  margin: 120px 100px 100px 100px;
  max-width: 612px;
  z-index: 2;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.35;
}

.no-margin,
.no-margin a {
  margin: 0;
}

.no-margin {
  padding-bottom: 2px;
}
#playButton {
  display: none;
}
@media (min-width: 2000px) {
  .grid {
    margin-top: 192px;
  }

  .carousel {
    width: 532px !important;
    height: 710px !important;
  }

  .carousel-cell {
    height: 710px !important;
  }
}

@media (max-width: 1500px) {
  .info-left {
    width: 640px;
  }
}

@media(max-width: 1366px) {
   .carousel {
    position: absolute !important;
    top: 127px;
    right: 36.5% !important;
  }
    .flickity-page-dots {
      display: none;
    }
  
   .info {
    flex-direction: column-reverse;
    margin: auto;
    align-items: center;
    margin-top: 670px;
    margin-bottom: 80px;
  }
  
  .last-paragraph {
    margin-bottom:  0;
  }
}

@media (max-width: 1024px) {
  
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
    
  .work { margin: 0 35px; }
  
  .carousel {
    right: 32% !important;
  }

  .info-right img {
    margin-bottom: 50px;
    width: 349px;
    height: 465px;
  }

  .info-left {
    width: 578px;
    height: 823px;
    margin-bottom: 100px;
    margin-right:  20px;
  }
  
  .last-paragraph {
    margin-bottom: 75px;
  }
  
}

@media (max-width: 840px) {
  .mobile-gif {
    display: block;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  canvas {
    display: none;
  }
  #playButton {
    display: block;
  }
  #audioButton {
    display: none
  }
}

@media (max-width: 768px) {
  .overflow {
    overflow: scroll;
  }

  canvas {
    /* margin-top: 80px; */
    /* margin-bottom: 460px; */
  }

  .section {
    margin: 0;
  }

  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 170px;
    margin-bottom: 170px;
    grid-gap: 55px 30px;
  }

  /* .grid img {
    height: 173px;
  } */

  .overlay {
    /* height: 300px; */
    max-width: 578px;
    margin: 145px 95px 486px 95px;
  }

  .column4 {
    padding-top: 200px;
  }

  .carousel {
    position: absolute !important;
    top: 127px;
    right: 26% !important;
  }
}

@media (max-width: 480px) {
  /* #audioButton,
  canvas {
    display: none;
  } */

  .nav-right {
    display: none;
  }
  .nav-mobile {
    display: block;
    /*     requested  */
    font-size: 15px;
    top: 20px;
    right: 20px;
  }

  /*     requested  */
  .nav-mobile a {
    margin-left: 7px;
  }

  /*     requested  */
  .work {
    margin: 0 35px;
  }


  .column4-gif {
    margin-top: 280px;
  }

  .appear {
    display: none;
  }

  .grid {
    margin-bottom: 85px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 40px 30px;
    /*     requested  */
    margin-top: 65px;
  }

  /* .grid img {
    height: 163px;
  } */

  .info {
    position: relative;
    margin-top: 106px;
  }

  .carousel {
    width: 237px !important;
    height: 315px !important;
    margin: 0 50px !important;
    position: absolute !important;
    top: 0 !important;
    right: 10% !important;
  }

  .carousel-cell {
    height: 315px !important;
  }

  .info-left {
    font-weight: 400;
    width: 317px;
    height: 733px;
/*     font-size: 20px; */
    padding-top: 350px;
    margin: 45px 30px 45px 30px;
  }
  
  .info-left p {
        font-size:  20px;
  }

  .overlay {
    max-width: 295px;
    /* height: 448px; */
    font-size: 20px;
    margin: 86px 50px 278px 30px;
  }

  .column4 {
    padding-top: 200px;
  }

  .last-paragraph {
    margin-bottom: 60px;
  }
}

@media (max-width: 376px) {
  /* .mobile-gif {
    width: 360px;
  } */

  .carousel {
    width: 213px !important;
    height: 283px !important;
    left: 20px !important;
  }

  .carousel-cell {
    height: 283px !important;
  }

  .info-left {
    padding-top: 300px;
  }
}

@media (max-width: 320px) {
  /* .mobile-gif {
    width: 300px;
  } */

  .carousel {
    width: 191px !important;
    height: 254px !important;
    left: 10px !important;
  }

  .carousel-cell {
    height: 254px !important;
  }

  .info-left {
    width: 270px;
    padding-top: 280px;
  }

  .overlay {
    max-width: 230px;
  }
}
