/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
@font-face {font-family: "Formula1 Display Regular";
  src: url("../../../../components/@font-face/39b9c22e1faf5a3e337ea935c1d1e318.eot"); /* IE9*/
  src: url("../../../../components/@font-face/39b9c22e1faf5a3e337ea935c1d1e318.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../../../../components/@font-face/39b9c22e1faf5a3e337ea935c1d1e318.woff2") format("woff2"), /* chrome、firefox */
  url("../../../../components/@font-face/39b9c22e1faf5a3e337ea935c1d1e318.woff") format("woff"), /* chrome、firefox */
  url("../../../../components/@font-face/39b9c22e1faf5a3e337ea935c1d1e318.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../../../../components/@font-face/39b9c22e1faf5a3e337ea935c1d1e318.svg#Formula1 Display Regular") format("svg"); /* iOS 4.1- */
}
div#blacklogo2 {
    top: 88px!important;
}

div#blacklogo {
    bottom: -133px!important;
}
#hero {
  /*width: 100%;
  height: 100vh;*/
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;  
  position: relative;
  margin-top: -80px;
   /*webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 4px 16px 4px rgba(0,0,0,0.59);*/
}

#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 {
  font-family:"Formula1 Display Regular" !important;    -webkit-font-smoothing: antialiased;    -webkit-text-stroke-width: 0.2px;    -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  opacity: 1;
  text-shadow: 5px 5px 10px black;
  color: #fff;
  margin-bottom: 20px;
  font-size: 70px;
  border-bottom: 0px solid var(--color-bottom-head) !important;

}

#hero h2 span {
  color: rgba(var(--bs-carousel_h1_span_color-rgb), 1);
}

#hero p {
  font-family:"Formula1 Display Regular" !important;    -webkit-font-smoothing: antialiased;    -webkit-text-stroke-width: 0.2px;    -moz-osx-font-smoothing: grayscale;
  text-shadow: 5px 5px 10px black;
  font-style: italic;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: rgba(var(--bs-carousel_text_color-rgb),1);
  font-size: x-large;
}

#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: none;
  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: none;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    /* background: #fff; */
    overflow: hidden;
    border: 0;
    /* width: 12px; */
    /* height: 12px; */
    /* 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;
  }
  div#blacklogo {
    bottom: -233px!important;
}
div#blacklogo2 {
    left: 16px!important;
}
}

@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); 
}

