/**
* Template Name: Company
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#herozzz {
  width: 100%;
  height: 92vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
}

#herozzz .carousel,
#herozzz .carousel-inner,
#herozzz .carousel-item,
#herozzz .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#herozzz .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 70px;
  left: 55px;
  right: 55px;
}

#herozzz .carousel-content {
  background: rgba(4, 4, 4, 0.7);
  padding: 20px;
  color: #fff;
  border-top: 5px solid #1bbd36;
}

#herozzz .carousel-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

#herozzz .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 12px;
  border-radius: 7px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 3px solid #1bbd36;
}

#herozzz .btn-get-started:hover {
  background: #1bbd36;
  color: #fff;
  text-decoration: none;
}

#herozzz .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#herozzz .carousel-inner .carousel-item,
#herozzz .carousel-inner .active.carousel-item-start,
#herozzz .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#herozzz .carousel-inner .active,
#herozzz .carousel-inner .carousel-item-next.carousel-item-start,
#herozzz .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#herozzz .carousel-inner .carousel-item-next,
#herozzz .carousel-inner .carousel-item-prev,
#herozzz .carousel-inner .active.carousel-item-start,
#herozzz .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#herozzz .carousel-control-next-icon,
#herozzz .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#herozzz .carousel-control-next-icon:hover,
#herozzz .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.8);
}

#herozzz .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#herozzz .carousel-indicators li.active {
  opacity: 1;
  background: #1bbd36;
}

#herozzz .play-btn {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: radial-gradient(#5655e7 50%, rgba(86,85,231, 0.3) 52%);
  border-radius: 50%;
  top:-50%;
  display: block;
  overflow: hidden;
  position: relative;
}

#herozzz .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#herozzz .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(207,39,121, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#herozzz .play-btn:hover::after {
  border-left: 15px solid #cf2779;
  transform: scale(20);
}

#herozzz .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (min-width: 1024px) {
  #herozzz .carousel-content {
    width: 60%;
  }

  #herozzz .carousel-control-prev,
  #herozzz .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #herozzz .carousel-container {
    top: 58px;
  }

  #herozzz .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #herozzz .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #herozzz {
    height: 120vh;
  }
}
