#ardk_video,
#ardk_video_mobile {
  display: none;
  position: relative;
  z-index: 1505;
}

#ardk_video > *,
#ardk_video_mobile > * {
  box-sizing: border-box;
}

.ardk-hero-section,
.ardk-gray-section,
#ardk_video section,
#ardk_video_mobile section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

#ardk_video .ardk-hero-section,
#ardk_video_mobile .ardk-hero-section {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--Velvet-Grey, #e1e1d7);
  z-index: 1023;
  width: 100vw;
  height: 100vh;
  border-radius: 0 0 40px 40px;
}

.ardk-second-section {
  display: none;
}

.ardk-slide-1 img,
.ardk-slide-3 img,
.ardk-slide-4,
.ardk-slide-2,
.ardk-slide-7 img,
.ardk-slide-8 .image-wrapper,
.ardk-slide-8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

.ardk-slide-1 .ardk-image-wrapper {
  width: 100%;
  height: 100%;
}

.ardk-slide-4 {
  justify-content: center;
}

.ardk-slide-5 {
  padding: 4vh;
}

.ardk-slide-4 img {
  max-height: 80vh;
  height: 100%;
  min-height: 400px;
  width: auto;
}

.ardk-gray-section {
  /* background-color: var(--Velvet-Grey, #E1E1D7); */
  display: flex;
  width: 100%;
  align-items: center;
  padding: 5vh;
}

.ardk-dark-gray-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #28282b;
}

.ardk-dark-gray-section .ardk-video-section-left {
  display: flex;
  justify-content: flex-start;
}

.ardk-gray-section .ardk-video-section-left img {
  max-height: 80vh;
  height: 100%;
  min-height: 400px;
  width: auto;
}

.ardk-gray-section .ardk-video-section-right {
  flex: 0 0 50%;
  text-align: end;
}

.ardk-gray-section .ardk-video-section-right img {
  opacity: 0;
  max-height: 65vh;
  height: 100%;
  min-height: 400px;
  width: auto;
}

.ardk-gray-section .ardk-video-section-left {
  flex: 0 0 50%;
  text-align: end;
}

.ardk-gray-section .ardk-video-section-left img {
  opacity: 0;
  max-height: 90vh;
  height: 100%;
  min-height: 400px;
  width: auto;
}

.ardk-dark-gray-section .ardk-video-section-right {
  display: flex;
  justify-content: flex-end;
}

.ardk-dark-gray-section .ardk-video-section-right img {
  opacity: 0;
  max-height: 60vh;
  height: 100%;
  min-height: 400px;
  width: auto;
}

.ardk-dark-gray-section .ardk-video-section-left img {
  opacity: 1;
  max-height: 85vh;
  height: 100%;
  min-height: 400px;
  width: auto;
}

.ardk-slide-2,
.ardk-slide-3,
.ardk-slide-4,
.ardk-slide-5,
.ardk-slide-scroll,
.ardk-slide-7,
.ardk-slide-8 {
  display: none;
}

.ardk-slide-6-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.ardk-slide-6 img {
  width: auto;
  min-width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  object-fit: cover;
  overflow: visible;
  object-position: bottom;
  transform: translate(0px, 30%);
}

#ardk_video .ardk-hero-central-text-wrap,
#ardk_video_mobile .ardk-hero-central-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1024;
}

#ardk_video .ardk-central-text,
#ardk_video_mobile .ardk-central-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 50vw;
}

.ardk-central-text img {
  max-width: 20vw;
  width: 100%;
  height: auto;
}

.ardk-gray-section .ardk-video-section-right {
  display: flex;
  justify-content: end;
}

.ardk-slide-4 img {
  margin: 0 auto;
}


@media (max-width: 1280px) and (min-height: 1100px) and (min-width: 850px) {
  .ardk-gray-section.ardk-slide-2 {
    display: flex;
    gap: 40px;
  }

  .ardk-gray-section.ardk-slide-2 .ardk-video-section-left {
    flex: 0 0 60%;
  }

  .ardk-gray-section.ardk-slide-2 .ardk-video-section-right {
    flex: 0 0 40%;
  }

  .ardk-slide-5 {
    gap: 50px;
  }

  .ardk-slide-6 img {
    height: 130%;
  }

}

@media (min-width: 2000px) {
  #ardk_video .ardk-slide-5 {
    justify-content: space-evenly;
  }

  #ardk_video .ardk-slide-2 {
    max-width: 2000px;
    margin: 0 auto;
  }
}

@media (max-width: 850px) {
  #ardk_video .ardk-hero-section {
    border-radius: 0;
  }

  #ardk_video .ardk-central-text {
    max-width: 70vw;
  }

  .ardk-central-text img {
    max-width: 80%;
  }

  .ardk-central-text img:first-of-type {
    max-width: 100%;
  }

  .ardk-slide-2 {
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
  }

  .ardk-slide-2.ardk-gray-section .ardk-video-section-left,
  .ardk-slide-2.ardk-gray-section .ardk-video-section-right {
    flex: 0 0 100%;
    display: none;
  }

  .ardk-slide-2.ardk-gray-section .ardk-video-section-left {
    height: 100%;
  }

  .ardk-slide-2.ardk-gray-section {
    background: #28282b;
  }

  .ardk-slide-2.ardk-gray-section .ardk-video-section-left img {
    opacity: 1;
    max-height: 100vh;
    min-height: 100%;
    object-fit: cover;
    /* transform: translateX(-100px); */
  }

  .ardk-slide-2.ardk-gray-section .ardk-video-section-right img {
    opacity: 1;
    max-height: 100%;
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .ardk-slide-4.ardk-gray-section {
    padding: 0 20px;
  }

  .ardk-slide-4 img {
    max-height: 90%;
    min-height: auto;
    width: 100%;
    height: auto;
  }

  .ardk-slide-5 {
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
  }

  .ardk-slide-5 .ardk-video-section-left,
  .ardk-slide-5 .ardk-video-section-right {
    display: flex;
    flex: 0 0 100%;
  }

  .ardk-slide-5 .ardk-video-section-left {
    max-height: 90%;
    height: auto;
    min-height: auto;
    width: 100%;
  }

  .ardk-slide-5 .ardk-video-section-right {
    display: none;
  }

  .ardk-slide-6 img {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    width: 200%;
    min-width: 200%;
    object-fit: contain;
  }

  .ardk-slide-5 .ardk-image-wrapper.ardk-video-section-right img {
    /* transform: scale(3.5); */
    opacity: 1;
  }
}

@media (max-width: 850px) and (min-width: 600px) {
  .ardk-slide-6 img {
    object-fit: cover;
  }

  .ardk-slide-4.ardk-gray-section {
    padding: 0 10%;
  }
}
