.cloud9-wrapper > h1 {
  color: rgb(221, 142, 22);
  margin: 14px auto 0;
}

#cloud9-carousel {
  height: 850px;
  padding: 80px 0;
  overflow: visible !important;
  text-align: left;
}
.cloud9-item {
  width: 26vw;
  text-align: center;
  background-color: transparent;
/*  border-bottom: 1px solid #555555;*/
  border-radius: 20px;
}
.text-sld3d {
  margin-top: -214px;
  /*  background: gray;*/
  opacity: 0;
  padding-top: 25px;
  height: 70px;
  border-radius: 0px 0px 20px 20px;
/*  transition: 0.2s;*/
  width: fit-content;
  margin-left: 32%;
}

.cloud9-item a {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 131.9%;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgb(0 0 0);
  margin-bottom: 0px;
}

.cloud9-item p {
  font-size: 15px;
  margin: 0 0px 0px 30px;
  text-align: left;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
}
.cloud9-item img {
  width: 26vw;
  height: 18vw;
  border-radius: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.5s;
}
.cloud9-item:hover > .text-sld3d {
  transform: scale(1.2);
  opacity: 0.7 !important;
  transition: 0.5s;
}

.text-sld3d:hover {
  opacity: 0.7;
  transform: scale(1.2);
  transition: 0.5s;
}
.text-sld3d:hover .cloud9-item img {
  transform: scale(1.2);
  background: red;
  transition: 0.5s;
}
.cloud9-item img:hover {
  transform: none;
  cursor: pointer;
}
.cloud9-item .text-sld3d:hover .cloud9-item img {
  transform: scale(1.2);
  transition: 0.5s;
}
.cloud9-nav {
  color: #555555;
  font: bold 4em "Lucida Grande";
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 6%;
  background-image: none !important;
  background: none !important;
}
.cloud9-nav:hover {
  color: #000000;
}
.cloud9-nav:active,
.cloud9-nav.down {
  background: rgba(120, 120, 120, 0.5);
  border: solid 2px rgba(0, 0, 0, 0.55);
}
/*.cloud9-nav.left {
  left: -2%;
}*/
.cloud9-nav.right {
  right: -5%;
  -webkit-border-radius: 5px 12px 12px 5px;
  -moz-border-radius: 5px 12px 12px 5px;
  border-radius: 5px 12px 12px 5px;
}

.cloud9-btn {
  padding: 12px 16px;
  text-decoration: none;
  font-weight: normal;
  border: none;
  color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #c33401),
    color-stop(1, #a80701)
  );
  background-image: -webkit-linear-gradient(top, #c33401 0%, #a80701 100%);
  background-image: linear-gradient(top, #c33401 0%, #a80701 100%);
  text-shadow: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.cloud9-btn:hover {
  color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #a80701),
    color-stop(1, #c33401)
  );
  background-image: -webkit-linear-gradient(top, #a80701 0%, #c33401 100%);
  background-image: linear-gradient(top, #a80701 0%, #c33401 100%);
  text-decoration: none;
}

/* #cloud9-carousel > .cloud9-item[style*="z-index: 120"]:hover:has(.cloud9-item:not(:hover)) {
  display: none !important;
  background: red;
} */


