/**
* Template Name: Anyar - v2.0.0
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
main {
    z-index: 0;
    position: relative;
}
a {
  color: #78BE20;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open sans", sans-serif;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
  position: relative;
  padding: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  z-index: 2;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Open sans", 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 #f6b024;
}

#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}
#heroCarousel:before {
  content: "";
  background: rgba(0,0,0,0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50vw;
  right: 0;
  backdrop-filter: saturate(180%) blur(5px);
  width: 50vw;
  z-index: 0;
}
#heroCarousel:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(left, rgba(0, 80, 115, 0.8) 0%, rgba(0, 80, 115, 0.0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 80, 115, 0.8) 0%, rgba(0, 80, 115, 0.0) 100%);
    background: linear-gradient(to right, rgba(0, 80, 115, 0.8) 0%, rgba(0, 80, 115, 0.0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0096d8', endColorstr='#33023061', GradientType=1);
}
.videobg {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    max-width: inherit;
    z-index: -1;
    opacity: 0.8;
    left: -25%;
}
span.carousel-control-prev-icon.bx.bx-chevron-left, span.carousel-control-next-icon.bx.bx-chevron-right {
    transform: rotate(90deg);
}
#hero h5 {
    font-weight: 900;
    color: #a7d800;
    margin-bottom: 15px;
}
@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
    right: 2vw;
    left: inherit;
    height: 50px;
    position: absolute;
    top: 45%;
  }
  #hero .carousel-control-next {
    top: 55%;
  }
}

.bg-image {
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  height: 100%;
  background-position: left bottom!important;
}
#heroCarousel .bg-image {
    height: 100vh;
    z-index: 2;
}

#heroCarousel {
    height: 100%;
    width: 100%;
    z-index: 0;
    color: #fff;
}
.absCont {
    position: absolute;
    height: 100vh;
    left: 0;
    z-index: 1;
    bottom: 0;
    width: 100vw;
    text-align: left;
    display: flex;
    align-items: center;
}
.absCont img {
  margin-bottom: 30px;
}
.one-carousel .owl-nav button.owl-next, .one-carousel .owl-nav button.owl-prev, .one-carousel button.owl-dot {
    height: 16px;
    width: 16px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #f3f3f3;
}
.one-carousel button.owl-dot.active {
    background-color: #e5e5e5;
}
.herepad {
    margin: 0;
}
.herepad .owl-stage-outer {
    padding: 30px 0;
    margin: 0;
}
.white {
  color: #fff;
}

.owl-dots {
    text-align: center;
}
.one-carousel .owl-nav button.owl-next, .one-carousel .owl-nav button.owl-prev, .one-carousel button.owl-dot {
    background-color: rgb(0 0 0 / 50%);
}
.one-carousel button.owl-dot.active {
    background-color: rgb(167 216 0);
}

.img-responsive {
    width: 100%;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .bg-image {
    -webkit-background-size: 100%!important;
    -moz-background-size: 100%!important;
    -o-background-size: 100%!important;
    background-size: auto 100%!important;
    height: 100%;
    background-attachment: inherit!important;
  }
  #hero {
    height: 100vh;
  }
  .absCont {
    height: auto;
    left: 0;
    bottom: inherit;
    width: 100vw;
    top: 5%;
  }
  #heroCarousel:before {
    content: "";
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    top: 50vh;
    left: 0;
    right: 0;
    backdrop-filter: saturate(180%) blur(5px);
    width: 100vw;
    z-index: 0;
    height: 50vh;
  }
  #heroCarousel .bg-image {
    height: 50vh;
    margin-top: 50vh;
  }
  .carousel-control-next {
    right: 30px;
    height: 60px;
    top: 52vh;
  }
  .carousel-control-prev {
    right: 80px;
    height: 60px;
    top: 52vh;
    left: inherit;
  }
}