@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Specialelite;
  src: url('../fonts/SpecialElite-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.desktop_wrap {
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.top_menu {
  grid-column-gap: 2.5px;
  grid-row-gap: 2.5px;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #f0f0f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 15px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dock_inner {
  z-index: 0;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#fff0, #ffffff80);
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50px;
  padding: 12px;
  display: flex;
  position: fixed;
  inset: auto auto 0%;
}

.window_cameraapp {
  z-index: 10;
  background-color: #d8d8d8;
  border-radius: 4px;
  width: 700px;
  height: 500px;
  position: absolute;
  top: 80px;
  left: 80px;
}

.window_cameraapp.draggable {
  z-index: 300;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #8b8b8b;
  background-image: linear-gradient(#fff, #a0a0a0);
  height: 500px;
  overflow: hidden;
}

.titlebar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #d8d8d8;
  background-image: linear-gradient(0deg, #a8a8a8, #fff);
  border-radius: 4px 4px 0 0;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 6px;
  display: flex;
}

.dot {
  border-radius: 100px;
  width: 75px;
}

.div-block {
  background-color: red;
  background-image: linear-gradient(#ff1212, #ffbebe);
  border: .5px solid #d37e7e;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.red_dot {
  background-color: red;
  background-image: radial-gradient(circle farthest-side at 50% 0, #ffbebe, #ff1212);
  border: .5px solid #d37e7e;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.red_dot.close_bluelights, .red_dot.close_3169, .red_dot.close_img1697, .red_dot.close_img1696, .red_dot.close_video {
  z-index: 100;
  position: relative;
}

.dots_wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-left: 5px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block {
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-weight: 700;
  position: static;
  inset: 0% 0% auto 38%;
}

.screen_area {
  height: 100%;
}

.div-block-2 {
  opacity: .18;
  mix-blend-mode: multiply;
  pointer-events: none;
  background-image: url('../images/grain.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 1005vh;
  position: fixed;
  inset: 0%;
}

.folder {
  width: 110px;
  height: 110px;
  position: absolute;
  inset: 25% 10% auto auto;
}

.yellow_dot {
  background-color: red;
  background-image: radial-gradient(circle farthest-side at 50% 0, #fff9ec, #ffbd2e);
  border: .5px solid #ffc955;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.green_dot {
  background-color: red;
  background-image: radial-gradient(circle farthest-side at 50% 0, #daf5de, #28c840);
  border: .5px solid #37ac48;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.dock_wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.doc_icon {
  z-index: 900;
  width: 64px;
  max-width: none;
  transition: all .2s;
  position: relative;
  bottom: 37px;
}

.doc_icon:hover {
  transform: scale(1.3);
}

.doc_icon.bluelights_folder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 104px;
  transition-duration: .2s;
  display: flex;
  bottom: 37px;
}

.doc_icon.demo_folder {
  width: 104px;
}

.image {
  height: auto;
}

.line {
  opacity: .69;
  color: #33333378;
  border-top: 1px solid #85858569;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .5%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.grain {
  opacity: .32;
  mix-blend-mode: soft-light;
  pointer-events: none;
  background-image: url('../images/grain.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 1005vh;
  position: fixed;
  inset: 0%;
}

.image-2 {
  height: auto;
}

.slider {
  width: 700px;
  height: 100%;
  display: none;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  padding-bottom: 37px;
}

.gallery {
  flex-flow: column;
  display: flex;
  position: static;
}

.image1 {
  vertical-align: baseline;
  width: 100vw;
  display: inline-block;
  position: absolute;
}

.image2 {
  opacity: 1;
  vertical-align: baseline;
  width: 100vw;
  position: absolute;
}

.photobooth_image {
  display: flex;
}

.thumbnail_gallery {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image1-copy {
  vertical-align: baseline;
  display: inline-block;
  position: absolute;
}

.image3, .image4, .image5 {
  vertical-align: baseline;
  width: 100vw;
  display: inline-block;
  position: absolute;
}

.image-3 {
  cursor: pointer;
  width: 64px;
  max-width: none;
  position: static;
}

.img2, .img3, .img4 {
  width: 100vw;
  display: none;
}

.image6 {
  vertical-align: baseline;
  width: 100vw;
  display: inline-block;
  position: absolute;
}

.img5, .img6 {
  width: 100vw;
  display: none;
}

.thumb {
  background-color: #fff;
  border: 3px solid #fff;
  width: 15%;
  height: 70px;
  box-shadow: 0 2px 5px #0003;
}

.window_bluelights {
  z-index: 10;
  background-color: #d8d8d8;
  border-radius: 4px;
  width: 700px;
  height: 500px;
  position: absolute;
  top: 80px;
  left: 80px;
}

.window_bluelights.draggable, .window_bluelights.draggable-copy {
  z-index: 300;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #8b8b8b;
  background-image: linear-gradient(#fff, #a0a0a0);
  width: 400px;
  height: 430px;
  left: 588px;
  overflow: hidden;
}

.folder_content {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.green_dot-copy {
  background-color: red;
  background-image: radial-gradient(circle farthest-side at 50% 0, #daf5de, #28c840);
  border: .5px solid #37ac48;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.text-block-2 {
  text-decoration: none;
}

.lightbox-link {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-4 {
  border: 5px solid #fff;
  border-radius: 1px;
  width: 76%;
  box-shadow: 0 2px 5px #0000009c;
}

.image-5 {
  cursor: pointer;
  position: static;
}

.folder_name {
  opacity: 0;
  display: flex;
  position: absolute;
  bottom: 99px;
  right: 12px;
}

.folder_name.folder_name_enter {
  display: none;
}

.text-block-3 {
  color: #4d4d4d;
  background-color: #867f7f00;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 0;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: static;
}

.imgs_wrap {
  z-index: 3;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 216px;
  height: 100%;
  display: flex;
  position: relative;
  inset: auto 24px auto auto;
}

.desktop_img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6, .image-7, .image-8 {
  border: 3px solid #fff;
}

.text-block-4 {
  color: #fff;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-weight: 700;
}

.bluelightsalbum_div {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-10 {
  aspect-ratio: 256 / 320;
  width: auto;
  max-width: none;
  height: 96%;
  max-height: none;
}

.folder_name_enter {
  opacity: 1;
  outline-offset: 0px;
  color: #1b1b1b;
  text-align: center;
  background-color: #dddddda8;
  background-image: linear-gradient(#dbdbdb, #fff);
  border-radius: 18px;
  outline: 1px solid #7a7a7a;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  position: absolute;
  inset: -38% 0% auto 10%;
}

.desktop_img1 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.desktop_img1.draggable {
  height: 30%;
  position: absolute;
}

.desktop_img2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.desktop_img2.draggable {
  height: 30%;
  position: relative;
}

.desktop_img3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.desktop_img3.draggable {
  height: 30%;
  position: relative;
}

.window_image1696 {
  z-index: 10;
  background-color: #d8d8d8;
  border-radius: 4px;
  width: 700px;
  height: 500px;
  position: absolute;
  top: 80px;
  left: 80px;
}

.window_image1696.draggable {
  z-index: 300;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #8b8b8b;
  background-image: linear-gradient(#fff, #a0a0a0);
  width: 360px;
  height: 500px;
  display: none;
  left: 174px;
  overflow: hidden;
}

.img1_div {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.window_image1697 {
  z-index: 10;
  background-color: #d8d8d8;
  border-radius: 4px;
  width: 700px;
  height: 500px;
  position: absolute;
  top: 80px;
  left: 80px;
}

.window_image1697.draggable {
  z-index: 300;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #8b8b8b;
  background-image: linear-gradient(#fff, #a0a0a0);
  width: 380px;
  height: 310px;
  display: none;
  left: 584px;
  overflow: hidden;
}

.img2_div {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.window_image3169 {
  z-index: 10;
  background-color: #d8d8d8;
  border-radius: 4px;
  width: 700px;
  height: 500px;
  position: absolute;
  top: 80px;
  left: 80px;
}

.window_image3169.draggable {
  z-index: 300;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #8b8b8b;
  background-image: linear-gradient(#fff, #a0a0a0);
  width: 480px;
  height: 360px;
  display: none;
  top: 243px;
  left: 621px;
  overflow: hidden;
}

.close_img3169 {
  background-color: red;
  background-image: radial-gradient(circle farthest-side at 50% 0, #ffbebe, #ff1212);
  border: .5px solid #d37e7e;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.close_img3169.close_bluelights, .close_img3169.close_3169 {
  z-index: 100;
  position: relative;
}

.div-block-4 {
  background-color: #000;
  background-image: linear-gradient(#0000004d, #000000ad 36%, #000000b5 49%, #000c), url('../images/bg_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.thank-you-message {
  color: #fff;
  width: 96%;
  max-width: 64ch;
  padding: 0;
  font-family: Specialelite, Times New Roman, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.div-block-5 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.italic-text {
  color: #fff;
  text-transform: none;
  font-style: italic;
}

.link-2 {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
  transition: all .2s;
}

.link-2:hover {
  font-style: normal;
  text-decoration: none;
}

.window_video {
  z-index: 10;
  background-color: #d8d8d8;
  border-radius: 4px;
  width: 700px;
  height: 500px;
  position: absolute;
  top: 80px;
  left: 80px;
}

.window_video.draggable {
  z-index: 500;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #8b8b8b;
  background-image: linear-gradient(#fff, #a0a0a0);
  flex-flow: column;
  width: 400px;
  height: 300px;
  margin-left: 0%;
  display: flex;
  inset: auto 50% 33%;
  overflow: hidden;
}

.window_video.draggable-copy {
  z-index: 300;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #8b8b8b;
  background-image: linear-gradient(#fff, #a0a0a0);
  width: 400px;
  height: 430px;
  left: 588px;
  overflow: hidden;
}

.trash-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-11 {
  width: 100%;
  max-width: none;
}

.application-bar-app {
  max-width: none;
}

.trash-folder-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  overflow-wrap: anywhere;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 130px;
  display: flex;
}

.trash-folder-link.locked-animation {
  cursor: not-allowed;
  align-items: center;
}

.text-block-6 {
  text-align: center;
}

.image-12, .image-13 {
  max-width: none;
  max-height: 88px;
}

.window_audio {
  z-index: 10;
  background-color: #d8d8d8;
  border-radius: 4px;
  width: 700px;
  height: 500px;
  position: absolute;
  top: 80px;
  left: 80px;
}

.window_audio.draggable {
  z-index: auto;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #8b8b8b;
  background-image: linear-gradient(#fff, #a0a0a0);
  flex-flow: column;
  width: 100%;
  max-width: 360px;
  height: 76px;
  min-height: 0;
  display: none;
  inset: 50% 0%;
  overflow: hidden;
}

.window_audio.draggable-copy {
  z-index: 300;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #8b8b8b;
  background-image: linear-gradient(#fff, #a0a0a0);
  width: 400px;
  height: 430px;
  left: 588px;
  overflow: hidden;
}

.audio-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
}

.audio-embed-code {
  width: 100%;
  height: 48px;
}

@media screen and (max-width: 767px) {
  .thank-you-message {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .desktop_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top_menu {
    z-index: -1;
  }

  .window_cameraapp.draggable {
    width: 300px;
    height: 240px;
    inset: 10% 0% 0% 3%;
  }

  .titlebar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .red_dot {
    width: 12px;
    height: 12px;
  }

  .dots_wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .text-block {
    font-size: 11px;
    line-height: 11px;
  }

  .yellow_dot, .green_dot {
    width: 12px;
    height: 12px;
  }

  .dock_wrapper {
    width: 100vw;
  }

  .doc_icon {
    width: auto;
    bottom: 30px;
  }

  .doc_icon.bluelights_folder, .doc_icon.demo_folder {
    width: 100%;
    bottom: 30px;
  }

  .image-3 {
    width: 48px;
  }

  .thumb {
    border-width: 1px;
    height: 30px;
  }

  .window_bluelights.draggable {
    z-index: 250;
    width: 200px;
    height: 220px;
    inset: 45% 0% 0% 3%;
  }

  .window_bluelights.draggable-copy {
    z-index: 250;
    width: 200px;
    height: 220px;
    inset: 33% 0% 0% 3%;
  }

  .folder_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 93%;
  }

  .green_dot-copy {
    width: 12px;
    height: 12px;
  }

  .text-block-2 {
    text-align: center;
    width: 100%;
    font-size: 11px;
    line-height: 11px;
  }

  .image-4 {
    width: 85%;
  }

  .image-5 {
    width: 56px;
  }

  .folder_name {
    width: 100%;
    bottom: 59px;
    left: 0;
    right: 0;
  }

  .folder_name.folder_name_enter {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 70px;
    display: none;
  }

  .text-block-3 {
    text-align: center;
    width: auto;
    padding: 5px;
    font-size: 10px;
    line-height: 1.2;
    text-decoration: none;
  }

  .imgs_wrap {
    z-index: 1;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    max-width: none;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 3vw;
    inset: 0% 0% 16%;
  }

  .text-block-4 {
    font-size: 11px;
  }

  .image-9 {
    width: 56px;
  }

  .div-block-3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bluelightsalbum_div {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90%;
    display: flex;
  }

  .image-10 {
    padding-right: 4px;
  }

  .folder_name_enter {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1.5px;
    padding-bottom: 1.5px;
    transition: all .2s;
    inset: -46% 0% auto;
  }

  .window_image1696.draggable {
    z-index: 300;
    width: 200px;
    height: 300px;
    display: none;
    inset: 8% 0% 0% 36%;
  }

  .img1_div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    display: flex;
  }

  .window_image1697.draggable {
    z-index: 329;
    width: 200px;
    height: 200px;
    display: none;
    inset: 48% 0% 0% 35%;
  }

  .img2_div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    display: flex;
  }

  .window_image3169.draggable {
    z-index: 310;
    width: 200px;
    height: 210px;
    display: none;
    inset: 22% 0% 0% 9%;
  }

  .close_img3169 {
    width: 12px;
    height: 12px;
  }

  .div-block-4 {
    background-position: 0 100%;
    overflow: visible;
  }

  .thank-you-message {
    width: 88svw;
  }

  .window_video.draggable {
    z-index: 600;
    width: 200px;
    height: 220px;
    display: none;
    inset: auto 0% 20% 20%;
  }

  .window_video.draggable-copy {
    z-index: 250;
    width: 200px;
    height: 220px;
    inset: 33% 0% 0% 3%;
  }

  .image-11 {
    width: 56px;
  }

  .window_audio.draggable {
    z-index: 600;
    width: 90svw;
    height: 68px;
    display: none;
    inset: 33% 0% 0% 3%;
  }

  .window_audio.draggable-copy {
    z-index: 250;
    width: 200px;
    height: 220px;
    inset: 33% 0% 0% 3%;
  }
}


@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Specialelite';
  src: url('../fonts/SpecialElite-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}