body {
  padding-left: 1em;
  padding: auto;
  margin: auto;
  font-family: "Raleway", sans-serif;
  background-image: radial-gradient(circle at center, #899Dc4, #495D84);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden; 
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: radial-gradient(ellipse at bottom, #1b2735, #090a0f);
  font-weight: 300;
}

.all {
  justify-content: space-around;
  display: flex;
  perspective: 10px;
  transform: perspective(300px) rotateX(20deg);
  will-change: perspective;
  perspective-origin: center center;
  transition: all 1.3s ease-out;
  justify-content: center;
  transform-style: preserve-3d;
}

.all:hover {
  perspective: 1000px;
  transition: all 1.3s ease-in;
  transform: perspective(10000px) rotateX(0deg);
}

.all:hover .text {
  opacity: 1;
}

.all:hover > div {
  opacity: 1;
  transition-delay: 0s;
}

.all:hover .explainer {
  opacity: 0;
}








.leftest, .left, .center, .right, .lefter, .righter, .rightest, .up, .dn, .cen2 {
  width: 12vw;
  height: 9vw;
  transform-style: preserve-3d;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 0 20px 5px rgba(100, 100, 255, 0.4);
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 1s;
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgb(85, 124, 221);
  cursor: pointer;
  background-blend-mode: color-burn;
}

.left:hover, .center:hover, .right:hover, .lefter:hover, .righter:hover, .leftest:hover, .rightest:hover, .up:hover, .dn:hover, .cen2:hover {
  box-shadow: 0 0 30px 10px rgb(156, 34, 183);
  background-color: #ccf;
}

.text {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s ease;
  bottom: 0;
  left: 5px;
  position: absolute;
  will-change: transform;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(100, 100, 255, 0.6);
}





.leftest {
  transform: translateX(-90px) translateZ(-75px) rotateY(-10deg);
  background-image: url(https://cdn0.iconfinder.com/data/icons/lifestyle-entertainment-vol-2-outline/512/cutlery_menu_tableware_restaurant-512.png);
}

.leftest a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; /* Optional: removes underline from links */
}

.lefter {
  transform: translateX(-60px) translateZ(-50px) rotateY(-10deg);
  background-image: url(https://cdn0.iconfinder.com/data/icons/future-technology-49/66/77_virtual_personal_shopping_assistants_virtual_assistant_personal_shopping_personal_VA-512.png);
}

.lefter a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; /* Optional: removes underline from links */
}

.left {
  transform: translateX(-30px) translateZ(-25px) rotateY(-5deg);
  background-image: url(https://cdn1.iconfinder.com/data/icons/airport-31/64/hotel-motel-booking-hostel-travel-512.png);
}

.left a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; /* Optional: removes underline from links */
}

.center {
  opacity: 1;
  background-image: url(gunman.png);
}

.right {
  transform: translateX(30px) translateZ(-25px) rotateY(5deg);
  background-image: url(https://cdn1.iconfinder.com/data/icons/smart-farm-44/64/CLIMATE_MONITORING-rain-sensor-weather_forecast-sun-512.png);
}

.right a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; /* Optional: removes underline from links */
}

.righter {
  transform: translateX(60px) translateZ(-50px) rotateY(10deg);
  background-image: url(https://ananyatewari.github.io/Stick-Hero-Game/assets/hero.png);
}

.righter a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; /* Optional: removes underline from links */
}

.rightest {
  transform: translateX(90px) translateZ(-75px) rotateY(10deg);
  background-image: url(https://cdn0.iconfinder.com/data/icons/play-game/64/1_game_snake_arcade_gameboy_classic-512.png);
}

.rightest a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; /* Optional: removes underline from links */
}

.explainer {
  font-weight: 300;
  font-size: 2rem;
  color: #fff;
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  background-color: #303050;
  background-image: radial-gradient(circle at center top, #cce, #33a);
  border-radius: 10px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ref {
  background-color: #000;
  background-image: linear-gradient(to bottom, #d80, #c00);
  border-radius: 3px;
  padding: 7px 10px;
  position: absolute;
  font-size: 16px;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.ref::first-letter {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */


















/* css for up and down */



.up {
  position: absolute;
  transform: translateX(0) translateY(-200px) translateY(0px) translateZ(-25px) rotatex(10deg);
  /* transform: translateY(30px) translateZ(-25px) rotateX(-5deg); */
  background-image: url(https://cdn3.iconfinder.com/data/icons/chatbot-outline-1/64/3-ai_base_bot-512.png);
}
.up a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; /* Optional: removes underline from links */
} 



.dn {
  position: absolute;
  transform: translateX(0) translateY(200px) translateY(0px) translateZ(-25px) rotateX(-10deg);
  /* transform: translateY(30px) translateZ(-25px) rotateX(-5deg); */
  background-image: url(https://cdn4.iconfinder.com/data/icons/artificial-intelligence-262/32/icon_chat_bot_chatbot_artificial_Intelligence_AI_person_interaction-55-512.png);
}
.dn a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; /* Optional: removes underline from links */
}



.cen2 {
  position: absolute;
  transform: translateX(-200) translateY(0px) translateY(0px) translateZ(-25px) rotatex(10deg);
  /* transform: translateY(30px) translateZ(-25px) rotateX(-5deg); */
  background-image: url(https://cdn2.iconfinder.com/data/icons/type-of-website-filled-outline/340/ui_page_browser_website_portfolio_interface-512.png);
}
.cen2 a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; /* Optional: removes underline from links */
}