/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(21, 27, 26, 0.7);
  overflow: hidden;
  padding: 0;
}
#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(21, 27, 26, 0.7);
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  cursor: pointer;
  opacity: 1;
}
#hero .carousel-indicators .active {
  background-color: #1bbca3;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #1bbca3;
}
#hero .btn-get-started:hover {
  background: #1bbca3;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

.hero-slide {
  width: 100%;
  height: 100%;
  /* background: url("../../assets/img/ri_3_6.jpg") top center no-repeat; */
  background-size: cover !important;
  position: relative;  
}

#hero-slide-1 {
  background: url("../../assets/img/hero/slide-1.jpg") top center no-repeat;
}

#hero-slide-2 {
  background: url("../../assets/img/hero/slide-2.jpg") top center no-repeat;
}

#hero-slide-3 {
  background: url("../../assets/img/hero/slide-3.jpg") top center no-repeat;
}

#hero-slide-4 {
  background: url("../../assets/img/hero/slide-4.jpg") top center no-repeat;
}

#hero-slide-5 {
  background: url("../../assets/img/hero/slide-5.jpg") top center no-repeat;
}

#hero-slide-6 {
  background: url("../../assets/img/hero/slide-6.jpg") top center no-repeat;
}

#hero-slide-7 {
  background: url("../../assets/img/hero/slide-7.jpg") top center no-repeat;
}

#hero-slide-8 {
  background: url("../../assets/img/hero/slide-8.jpg") top center no-repeat;
}

#hero-slide-9 {
  background: url("../../assets/img/hero/slide-9.jpg") top center no-repeat;
}

#hero-slide-10 {
  background: url("../../assets/img/hero/slide-10.jpg") top center no-repeat;
}

#hero-slide-11 {
  background: url("../../assets/img/hero/slide-11.jpg") top center no-repeat;
}


#hero-slide-51 {
  background: url("../../assets/img/hero/sydney-01.jpg") top center no-repeat;
}

#hero-slide-52 {
  background: url("../../assets/img/hero/sydney-02.jpg") top center no-repeat;
}

#hero-slide-53 {
  background: url("../../assets/img/hero/sydney-03.jpg") top center no-repeat;
}

#hero-slide-54 {
  background: url("../../assets/img/hero/sydney-04.jpg") top center no-repeat;
}

#hero-slide-55 {
  background: url("../../assets/img/hero/sydney-05.jpg") top center no-repeat;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
  font-weight: normal;
  /* -webkit-text-stroke: 1px #ccc;
  text-stroke: 1px #ccc; */
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

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

.hero-slide:before {
  content: "";
  border: 0px solid red;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


