#hero,
#hero-image {
  background: url(hero.webp);
  border-end-end-radius: 25px;
  border-end-start-radius: 25px;
  margin-top: 58px;
}

.list-unstyle {
  list-style-type: none;
}

#topnav {
  /* background-color: rgb(255 213 54) !important; */
}

nav.navbar {

  /* Smooth effect */
  transition:
    top 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

@media (min-width: 576px) {
  .navbar .container {
    border-radius: 32px;
    top: 30px;
  }

  #hero,
  #hero-image {
    margin-top: 0px;
    border-end-end-radius: 150px;
    border-end-start-radius: 150px;
  }

}

.navbar.scrolled {
  top: 10px;
}


.card {
  border-radius: 85px;
}

.card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card-img-container {
  height: 300px;
  width: 100%;
}

.owl-item img,
.owl-item .item {
  height: 100%;
}

.owl-item {
  max-height: 400px;
}

.owl-item img {
  height: 100%;
  object-fit: cover;
}

.list-group-item.list-group-item-action.active {
  background-color: rgb(13, 110, 253);
  color: white !important;
  color: black;
}

.owl-stage {
  display: flex;
}

.list-group-item.list-group-item-action.active {
  border-color: white !important;
}


/* owl codepen */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  /* Text color */
  border-radius: 50%;
  /* Makes them circular */
  width: 40px;
  /* Size */
  height: 40px;
  position: absolute;
  /* Allows for positioning relative to the carousel container */
  top: 50%;
  /* Centers them vertically */
  transform: translateY(-50%);

  background: rgb(13, 110, 253) !important;
  color: white !important;
  font-size: 35px !important;
  box-shadow: 0px 2px 20px 0px #0d6efd36;

}

.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
  /* Position on the left */
}

.owl-carousel .owl-nav button.owl-next {
  right: 10px;
  /* Position on the right */
}

.owl-nav span {
  position: relative;
  top: -10px;
}

/* owl codepen */

.card img {
  transition: all 0.7s;
}

.card:hover .card-img-container img {
  scale: 1.1;
}

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* hover for elements */
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
  opacity: 1;
}

/* hover for elements */

#intro-vid {
  max-height: 523px;
}

#qr-code {
  max-width: 500px;
  width: 100%;
}

.hero-contact {
  background: url(../images/herodesign.png) !important;
  /* background: url(https://images.pexels.com/photos/1470171/pexels-photo-1470171.jpeg) !important; */
}

#hero-video {
  border-end-end-radius: 50px;
  border-end-start-radius: 50px;
  /* margin-top: 58px; */
  width: 100%;
}

@media (max-width: 576px) {
  #hero-video {
    /* margin-top: 58px; */
  }

  .navbar {
    position: static !important
  }
}