/*HERO IMAGE */


@keyframes reveal {
  0% {
    transform: translate(0,100%);
	  opacity: 0;
  }

  100% {
    transform: translate(0,0);
	  opacity:1;
  }
}

@keyframes fadein {
  0% {
	  opacity: 0;
  }
	
  100% {
	  opacity:1;
  }
}


.carousel-caption h2 {
    font-weight: 900;
    font-size: 6rem;
    margin: 0;
    line-height: 77px;
}

.testimonial-caption {
    width: 70% !important;
    line-height: 25px;
    font-style: italic;
    font-weight: 500;
}

.carousel-inner > .item {
-webkit-backface-visibility: visible;
backface-visibility: visible;
}

button.product-btn.active {
    box-shadow: none;
    height: 100% !important;
	margin-top:12px;

    transition: all 0.3s ease-in !important;
}
button.product-btn {
	border:none;
    width: 130px;
    height: 130px;
    border: none;
    margin: 20px;
    padding: 0;
    box-shadow: 1px 10px 40px -10px #000;
}

button.product-btn img {
    width: 100%;
    border-radius: 8px;
	    transition: 0.1s all ease-in;
    transform: scale(1);
}

button.product-btn img:hover {

    transition: 0.1s all ease-in;
    transform: scale(1.1);
}



.hero-height {
	height: calc(100vh - 173px);
}

.bg-overlay-image img {
	animation: fadein 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
	opacity:0;
	animation-fill-mode: forwards;3px solid var(--bs-secondary)
    width: 100%;
    position: absolute;
    bottom: 0px;
	height:100vh;
}

.hero-1 {
	animation: reveal 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
		animation-delay: 0.5s;
	opacity:0;
	animation-fill-mode: forwards;
}

.hero-2 {
	animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
	animation-delay: 0.5s;
	opacity:0;
	animation-fill-mode: forwards;
}

.hero-link {
	animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
	animation-delay: 1s;
	opacity:0;
	animation-fill-mode: forwards;
}

div#productCarousel .hero-2 {
    font-size: 4rem;
}

.hero-body {
	animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
	animation-delay: 0.7s;
	opacity:0;
	animation-fill-mode: forwards;
}

h3.carousel-subheading {
    color: #fff !important;
    font-size: 3rem !important;
    letter-spacing: 1px;
}

h3.product-subheading {
    color: #fff !important;
    font-size: 2.4rem !important;
    letter-spacing: 1px !important;
    margin: 10px 0 !important;
}
#fullpage {
  height:100vh;
  width:100%;
}

@keyframes fadein {
  0% {
	  opacity: 0;
  }
	
  100% {
	  opacity:1;
  }
}
.carousel-100vh, .carousel-50vh {
	background-color: #111 !important;
	    animation: fadein 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
    opacity: 0;
    animation-fill-mode: forwards;
  position: relative;

  width: 100%;
  background-repeat: no-repeat;
  background-position: top center !important;
  background-size: cover !important;
}

.carousel-100vh {
	  height: 100vh;
}

.carousel-50vh {
	  height: calc(50vh - 140px);
}

.carousel-50vh > .carousel-caption {
	top:calc((62vh - 230px) /2);
}


.vh-100-calc {
	height: calc(100vh - 140px);
}


.carousel-caption h3 {
    color: var(--bs-cyan);
    margin: 0;

    font-weight: 900;
    letter-spacing: 1px;
}


.carousel {

    overflow: hidden;

}
.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: initial !important;
	background:  var(--bs-primary);
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-item {
    height: 100%;
    text-align: center;
    color: #fff;
}


@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 1rem;

}

#productCarousel .carousel-indicators {
    margin-bottom: 3rem;
}


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 6px;
    padding: 0;
    text-indent: -999px;
    margin-left: 6px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: all 0.6s ease;
}
.carousel-indicators.product-links [data-bs-target] {
    border-radius: 6px !important;
    flex: 0 1 auto;
    width: 100px;
	height: initial !important;
  transition: opacity 0.6s ease;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-top: none;
    border-bottom: none;
    opacity: 1;
  transition: all 0.6s ease;
}

.product-switcher {
    color: #fff;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    justify-content: center;
}

.product-switcher p {
    font-size: 13px;
    margin: 20px 10px;
    line-height: 16px;
}

.service-switcher {
    color: #fff;
    width: 160px;
    text-align: center;
    justify-content: center;
}

.service-switcher p {
    font-size: 13px;
    margin: 20px 10px;
    line-height: 16px;
}

button.product-btn.active + p {
    color: #00f6ed;
    font-weight: bold;
}

@media (max-width:1200px) {
	.carousel-caption h2 {

    font-size: 5rem;
}
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;

}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 6rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

#productCarousel .carousel-caption {
    top: calc((100vh - 560px) /2);
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}


/* GLOBAL STYLES


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width:1600px) {
	div#productCarousel .hero-2 {
    font-size: 5rem;
}

}

@media (min-width:992px) {
	.carousel-caption h3 {
    font-size: 2rem;
    line-height: 2rem;
}
}
@media (max-width:991px) {
		.vh-100-calc {
	height: calc(100vh - 81px);
	}
			.carousel-100vh {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(./images/banners/dbfunkband.jpg);
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position-y: 80px ! IMPORTANT;
}
	
	
}
	


	
	.carousel-caption.w-50 {
    width: initial !important;
}
	

}

@media (max-width:767px) {
	

	.carousel-caption {
    bottom: 8rem;
}

	.hero-logo {
    width: 90px;
}
	
	.mobile-move-left {
    background-position-x: -700px ! IMPORTANT;
}
	
	.carousel-100vh {
	  height: 100vh;

}
	

	button.product-btn img {
    width: 100%;
}
	
	button.product-btn {
    width: initial !important;
		margin: 0 !important;
		padding: 0;
}
	
#productCarousel .carousel-indicators {
    margin-bottom: 0;
    width: 100%;
    gap: 6px;
    bottom: 160px;
}
	
	.carousel-control-prev {
    justify-content: flex-start;
}
	
	.carousel-control-next {
    justify-content: flex-end;
}
	.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    left: 0;
    right: 0;
    padding: 4rem;
}


}

@media (min-width: 40em) {
	


	
	
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {


  .featurette-heading {
    margin-top: 7rem;
  }
}
