/* Landing Page */

.carousel-inner {
  max-height: 95vh;
}

/* 
 * Slide-1 
 */

 @media(max-width: 768px){
  .heroes{
    max-width: 90%;
    margin-left: 1rem;
  }

  .section-about{
    margin-top: -100px;
  }
 }


.slide-1 {
  background-image: linear-gradient(to top, #0c1722, #0b1827);
}

.heroes {
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 9; */
}

.text-overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 10; */
  animation: glowinout-less 1.6s linear infinite;
}
.cloud1 {
  position: absolute;
  top: -10vw;
  left: 0;
  max-width: 600px;
  /* z-index: 1; */
  animation: animateCloud 50s linear infinite;
}
.cloud2 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 500px;
  /* z-index: 2; */
  animation: animateCloud 35s linear infinite;
}
.cloud3 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
  /* z-index: 3; */
  animation: animateCloud 80s linear infinite;
}
.cloud4 {
  position: absolute;
  top: 50px;
  left: 0;
  max-width: 55%;
  /* z-index: 4; */
  animation: animateCloud 70s linear infinite;
  animation-delay: -40s;
}
.cloud5 {
  position: absolute;
  top: 150px;
  left: 0;
  max-width: 50%;
  /* z-index: 5; */
  animation: animateCloud 40s linear infinite;
  animation-delay: -35s;
}
.cloud6 {
  position: absolute;
  top: 275px;
  left: 0;
  max-width: 30%;
  /* z-index: 6; */
  animation: animateCloud 30s linear infinite;
  animation-delay: -10s;
}
@keyframes animateCloud {
  0% {
    transform: translateX(-100%) scale(1);
  }
  100% {
    transform: translateX(110vw) scale(1);
  }
}

.slide-1 singleStar {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  animation: animateStar linear infinite;
}
@keyframes animateStar {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  10%,
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}


.slide-2 .img-sunrays {
  position: absolute;
  top: 0;
  left: 4vw;
  max-width: 30vw;
  height: auto;
  animation: sunrays-rotate 6s linear infinite;
}
.slide-2 .img-card-club,
.slide-2 .img-card-heart,
.slide-2 .img-card-spade {
  position: absolute;
  top: 12vw;
  left: 15vw;
  transform-origin: bottom;
  max-width: 20vw;
  height: auto;
  transition: 0.4s ease;
  animation: tilt-in-fwd-tr 1.2s ease-out;
}
/*
.img-cards:hover .img-card-club {
  transform: rotate(-15deg);
}
.img-cards:hover .img-card-heart {
  transform: rotate(5deg);
}
.img-cards:hover .img-card-spade {
  transform: rotate(25deg);
}
*/

.img-cards .img-card-club {
  transform: rotate(-15deg);
}
.img-cards .img-card-heart {
  transform: rotate(5deg);
}

.img-cards .img-card-spade {
  transform: rotate(25deg);
}

.slide-2 .img-logo {
  position: absolute;
  top: 20vw;
  left: 50vw;
  max-width: 25vw;
  height: auto;
  animation: bounce-2 2s ease-in, glowinout 2s linear infinite;
}

/**
  * Animations
  */
@keyframes glowinout-less {
  50% {
    filter: drop-shadow(0 0 13px yellow);
  }
}
@keyframes glowinout {
  50% {
    filter: drop-shadow(5px 5px 50px yellow);
  }
}

@keyframes sunrays-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce-2 {
  0% {
    left: 90vw;
  }
  100% {
    left: 50vw;
  }
}

@keyframes tilt-in-fwd-tr {
  0% {
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px)
      skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}


@media (max-width: 575.98px) {
  .slide-1 singleStar {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .slide-1 singleStar {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .slide-1 singleStar {
    display: none;
  }
}

.golden-hr {
  min-width: 100px;
  max-width: 350px;
  height: 3px;
  margin: 6.5rem auto 2.5rem auto;
  border-radius: 3px;
  background-color: #facc6b;
  background-image: linear-gradient(45deg,
      #bf953f,
      #fcf6ba,
      #b38728,
      #fbf5b7,
      #aa771c);
  box-shadow: 2px 2px 2px #000;
}


.section-about {
  padding: 2rem 0 4rem 0;
  font-size: 1em;
  background-image: url("../images/bggolden.png");
  background-size: cover;
  background-position: bottom center;
}

.about-row {
  max-width: 720px;
  margin: 1.5rem auto 1.5rem auto;
}

.video-container {
  margin-top: 1.5rem;
}

.black-glass-container {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background-color: #111a;
  box-shadow: 5px 5px 5px #000;
  backdrop-filter: blur(12px);
}

.pt-6 {
  padding-top: 120px;
}

@media (max-width: 575.98px) {
  .video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: "";
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .section-about {
    padding: 4rem 0 2rem 0;
  }

  .about-row {
    margin: 1rem;
  }

  .purple-hr,
  .golden-hr {
    max-width: 100px;
    margin: 2rem auto 1rem auto;
  }

  .section-title {
    margin-bottom: 0.2rem;
  }

  .expertise-list-outer-container {
    margin: 2rem auto;
  }

  .services-team-container {
    margin: 2rem auto;
  }

}

body {
  overflow-x: hidden;
}

.landing {
  width: 100%;
}

.carousel-inner {
  width: 100%;
}

.slide-1 {
  position: relative;
  overflow: hidden;
}

.cloud1, .cloud2, .cloud3, .cloud4, .cloud5, .cloud6 {
  position: absolute;
  width: 10%;
  top: 10%; /* Adjust position as needed */
}

@media (max-width: 768px) {
  .cloud1, .cloud2, .cloud3, .cloud4, .cloud5, .cloud6 {
    width: 20%;
  }
}

.text-overlay-img {
  width: 75%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}







