/*--------------------------------------------------------------
# carousel
--------------------------------------------------------------*/
#hero {
  /*width: 100%;
  height: 100vh;*/
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;  
  position: relative;
  margin-top: -80px;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  /*background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}
#hero .carousel-item .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.3);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: rgba(var(--bs-carousel_h1_color-rgb), 1);
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: rgba(var(--bs-carousel_h1_span_color-rgb), 1);
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: rgba(var(--bs-carousel_text_color-rgb),1);
}

#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-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  /*color: rgba(255, 255, 255, 0.8);*/
  color: rgba(var(--bs-carousel_h1_span_color-rgb), 1);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 40px;
  height: 1px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background-color: rgba(var(--bs-carousel_indicators_color-rgb), 1);
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  
  animation-delay: 0.8s;
  
    background: rgba(var(--bs-link-color), 1);
    background: rgba(var(--bs-link-color), 0.7); 
    color: white; 
    border-top: 8px solid white; 
    border-bottom: 8px solid white;
    transition: background 1s;
}

#hero .btn-get-started:hover {
  background: rgba(var(--bs-link-hover-color),1);
  color: white; 
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

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

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

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.control-border {
  border: 2px solid rgba(var(--bs-carousel_indicators_color-rgb),1);
}  



.carousel-container .btn {
  border-color: rgba(var(--bs-carousel_indicators_color-rgb), 1);
  color: rgba(var(--bs-carousel_indicators_color-rgb), 1);
}
.carousel-container .btn:hover, .carousel-caption .btn:focus {
  color: rgba(var(--bs-carousel_text_color-rgb), 1);
  }

.carousel-indicators> .active {
  background-color: rgba(var(--bs-carousel_indicators_color-rgb), 1); 
}

/*--------------------------------------------------------------
# Parallax Header
--------------------------------------------------------------*/
#parallax_header {
  overflow: hidden;
  display: block;
  position: relative;
    margin-top: -80px;
} 
.parallax-image {
    background-position: 0px -100px;
    background-size: cover;
    width: 100%;
}
.parallax-image::after {
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    width: 100%; 
    height: 100%;
    /*background: radial-gradient(circle, rgba(0,0,0,0.045) 0%, rgba(0,0,0,0.82) 100%);*/
    background: radial-gradient(circle, rgba(var(--bs-rm-body-bg),0.045) 0%, rgba(var(--bs-rm-body-bg),0.82) 100%);
}
.parallax-after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.parallax-after svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
}
.parallax-after .shape-fill {
    fill: rgba(var(--bs-rm-body-bg),1);
}

/*--------------------------------------------------------------
# Sticky Header
--------------------------------------------------------------*/
#sticky_header {
margin-top: -80px;
}
.sticky-image {
  width: 100%;
  /*background: url("../img/hero-bg.png");*/
  position: relative;
}

.sticky-image .sticky-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

.sticky-container .sticky-logo img{
  margin-bottom: 0px;
  height: 80px;
}

.sticky-image h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: rgba(var(--bs-carousel_h1_color-rgb), 1);
}

.sticky-image h2 {
  color: rgba(var(--bs-carousel_text_color-rgb),1);
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.sticky-image .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  color: rgba(var(--bs-link-color),1);
  /*background: #7cc576;*/
  background: rgba(var(--bs-body-color),1);
}

.sticky-image .btn-get-started:hover {
  transition: 0.5s;
  background: #fff;
  color: rgba(var(--bs-link-hover-color),1);
}

@media (min-width: 1024px) {
  #hero {
    /*background-attachment: fixed;*/
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    line-height: 22px;
  }
}


.sticky-image h1
{
  margin: 0 0 30px 0;
  /*font-size: 48px;
  font-weight: 500;*/
  line-height: 56px;
  color: #555;
}

.sticky-image h2
{
  color: #555;
  margin-bottom: 30px;
  /*font-size: 14px;
  font-weight: 400;*/
  text-transform: uppercase;
  color: rgba(var(--bs-primary), 1)
}

.sticky-image .btn-get-started
{
  font-size: 64px;
  transition: 0.5s;
  color: #555;
  height: 60px;
  background-color: transparent;
}

.sticky-image .btn-get-started:hover
{
  padding-top: 10px;
  color: rgba(var(--bs-link-hover-color), 1);
  background-color: transparent;
}