/* .horizontal-scroll_stickey-element {
  cursor: grab;
}

/* Cursor changes to 'grabbing' when the user is actively dragging */
/* .horizontal-scroll_stickey-element.active {
  cursor: grabbing;
} */

/*-------------RANDOM GROUP IMAGE-------------------*/
.stack-image:nth-child(1) {
  transform: rotate(-7.5deg) translateX(-20%) scale(0.9);
  z-index: 1;
}
.stack-image:nth-child(2) {
  transform: rotate(-2.5deg) translateX(5%) scale(0.95);
  z-index: 2;
}
.stack-image:nth-child(3) {
  transform: rotate(2.5deg) translateX(-5%) scale(1);
  z-index: 3;
}
.stack-image:nth-child(4) {
  transform: rotate(7.5deg) translateX(20%) scale(0.9);
  z-index: 4;
}
.stack-image:nth-child(5) {
  transform: rotate(-5deg) translateX(15%) scale(0.85);
  z-index: 5;
}
.stack-image:nth-child(6) {
  transform: rotate(5deg) translateX(-15%) scale(0.8);
  z-index: 6;
}
.stack-image:nth-child(7) {
  transform: rotate(0deg) scale(0.75);
  z-index: 7;
}
.stack-image:nth-child(8) {
  transform: rotate(4deg) translateY(10%) scale(1.05);
  z-index: 8;
}
/*-------------IMAGE SEQUENCE FRAME----------------*/

._2020-office-picture {
  width: 120%;

  transform: translateX(-500px);
}
.pluto-image {
  position: relative;
}
/*------------VIDEO FIT COVER-----------------------*/
.object-fit video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.object-fit_hand video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.con-hiring-fit video {
  width: 85%;
  height: 85%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.tata-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.nexa-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.x-mas-fit-blender video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.x-mas-fit-render video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.speed-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#image-sequence-canvas {
  height: 300px;
  width: 300px;
}
#image-sequence-chaigaadi {
  height: 600px;
  width: 1000px;
  margin-left: -420px;
}
#image-sequence-digantara {
  height: 600px;
  width: 1000px;
  margin-left: 420px;
}
@media (max-width: 767px) {
  #image-sequence-chaigaadi {
    height: 300px; /* Let it scale naturally */
    width: 100%; /* Full width on mobile */
    margin-left: 0; /* No negative margin */
  }
}
/* @media (max-width: 1440px) {
  .con-hiring-fit video {
    width: 80%;
  }
}
@media (max-width: 1580px) {
  .con-hiring-fit video {
    width: 70%;
  }
} */
/* @media (max-width: 1280px) {
  #image-sequence-chaigaadi {
    height: 320px;
    width: 650px;
    margin-left: -320px;
    z-index: 0;
  }
} */
/* @media (max-width: 1280px) {
  #image-sequence-canvas {
    height: 150px;
    width: 150px;
  }
} */
/* @media (max-width: 1560px) {
  #image-sequence-chaigaadi {
    height: 400px;
    width: 800px;
    margin-left: -220px;
    z-index: 0;
  }
} */
.dig-satelite {
  animation: float-rotate 6s ease-in-out infinite alternate;
}

@keyframes float-rotate {
  from {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  to {
    transform: translate(15px, -15px) rotate(5deg);
  }
}
.stone-1 {
  animation: float-effect 3s ease-in-out infinite alternate;
}

@keyframes float-effect {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(25px, 0px);
  }
}
.stone-2 {
  animation: float-effect 2s ease-in-out infinite alternate;
}

@keyframes float-effect {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, -25px);
  }
}
.satelite {
  animation: float-effect 6s ease-in-out infinite alternate;
  z-index: 2;
}

@keyframes float-effect {
  from {
    transform: translateY(0px) rotate(-2deg);
  }
  to {
    transform: translateY(-25px) rotate(2deg);
  }
}
.satelite-fire {
  animation: float-effect 6s ease-in-out infinite alternate;
  z-index: 2;
}

@keyframes float-effect {
  from {
    transform: translateY(0px) rotate(-2deg);
  }
  to {
    transform: translateY(-25px) rotate(2deg);
  }
}
.satelite-ring {
  animation: shrink-effect 10s linear infinite alternate;
  z-index: 1;
}

@keyframes shrink-effect {
  from {
    transform: scale(1.05); /* Starts slightly larger */
    opacity: 0.7;
  }
  to {
    transform: scale(0.8); /* Shrinks down */
    opacity: 0.5;
  }
}

.horizontal-scroll_track-list {
  position: relative !important;
  display: flex !important;
  height: 100% !important;
  margin-right: -100vw !important;
  flex-flow: row !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  flex: 0 0 auto !important;
}

@media screen and (max-width: 767px) {
  .horizontal-scroll_track-list {
    width: 100% !important;
    margin-right: 0vw !important;
    flex-direction: column !important;
  }
}
/*-------------*/
/* .moflix-lamp,
.vr-pr_dec {
  transform-origin: 50% 0%;
} */
video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

video::-webkit-media-controls-panel {
  display: none !important;
}

video::-webkit-media-controls-play-button {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
/* Default mobile-first styles */
/* @media (max-width: 767px) {
  .horizontal-scroll_section-height {
    flex-direction: column;
  }

  .horizontal-scroll_section-height {
    width: 100% !important;
  }
} */
/* .sound-on-txt {
  opacity: 1;
  transition: opacity 0.4s ease; 
}
.sound-on-txt.hidden {
  opacity: 0;
} */

/* Place near your other styles */
/* .moflix-wrapper,
.div-block-124-copy {
  position: relative;
}

.mask-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* .vr-pr_dec {
  color: #111;
  font: 500 28px/1.35 Georgia, serif;
  text-align: center;
  white-space: pre-line;
} */ */
