html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  font-family: 'PPTelegraf', sans-serif;
  overflow-x: hidden !important;
  max-width: 100%;
}

.motion {
    background-color: #e7e0d6;
    height: 100vh;
    display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
}

.carousel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 30px;
}

.video-container {
  width: 90vw;
  max-width: 1000px;
  height: auto;
  background-color: black;
  overflow: hidden;
  border-radius: 12px;
}

.video-container video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}

.arrow {
  background: none;
  border: none;
  font-size: 50px;
  cursor: pointer;
  color: black;
  transition: transform 0.2s ease;
  z-index: 10;
}

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

.volver-container {
  margin: 40px 0;
  text-align: center;
}

.volver-btn {
  text-decoration: none;
  color: #5d0e8b;
  padding: 12px 35px;
  font-size: 18px;
  border-radius: 6px;
  transition: color 0.3s ease;
  font-weight: bold;
}

.volver-btn:hover {
  color: #ff2970;
}

.gallery {
    background-color: #ff2970;
    height: 100vh;
    display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
}

.image-container {
      width: 35vw;
      max-width: 500px;
      height: auto;
      overflow: hidden;
      border-radius: 12px;
            box-shadow: 0 0 50px rgba(0,0,0,0.4);
}

.image-container img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
}

.volver-btn1 {
  text-decoration: none;
  color: black;
  padding: 12px 35px;
  font-size: 18px;
  border-radius: 6px;
  transition: color 0.3s ease;
  font-weight: bold;
}

.volver-btn1:hover {
  color: #5d0e8b;
}

.models-container {
      width: 90vw;
      max-width: 1000px;
      height: 80vh;
      background: #f0f0f0;
      overflow: hidden;
      border-radius: 12px;
      position: relative;
}
.sketchfab-embed-wrapper {
      width: 100%;
      height: 100%;
      
      
}
.sketchfab-embed-wrapper iframe {
      width: 100%;
      height: 100%;
      border: none;
      
}

.sketchfab-section {
    background-color: #c1ff72;
    height: 100vh;
    display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
}

.volver-btn2 {
  text-decoration: none;
  color: black;
  padding: 12px 35px;
  font-size: 18px;
  border-radius: 6px;
  transition: color 0.3s ease;
  font-weight: bold;
}

.volver-btn2:hover {
  color: #2d62fc;
}