/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
.carousel {
  border: 2px solid #aab83c;
  border-radius: 5px;
}
.carousel-indicators [data-bs-target] {
  background-color: #aab83c;
}

.fa-user {
  margin-right: 5px;
  padding: 8px;
  background-color: #646739;
  border-radius: 50%;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-video {
  padding: 0;
  width: 100%;
  height: 29.5rem;
  border: 2px solid #aab83c;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-promotie {
  display: flex;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 8rem;
  padding-bottom: 8rem;
  border: 2px solid #aab83c;
  border-radius: 5px;
  background-image: url(../img/banner/promobanner.png);
  background-size: cover;
  position: relative;
}
.c-promotie__ladybug {
  position: absolute;
  top: 46px;
  right: 75px;
}

@media (max-width: 1025px) {
  .c-promotie__ladybug {
    top: 430px;
    bottom: 50px;
    left: 20px;
  }
}
.c-promotie__outersquare {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #92b792;
}
.c-promotie__innersquare {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #038f75;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 1rem;
}
.c-promotie__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
  margin-right: 3rem;
  margin-left: 3rem;
}

.c-sphere {
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
}
.c-sphere__img {
  height: 100%;
  width: 100%;
  border: 2px solid #aab83c;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 769px) {
  .c-review {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.c-review__content {
  margin-top: 1rem;
}
@media (max-width: 769px) {
  .c-review__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.c-review__user {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.c-map {
  height: 30rem;
  border: 2px solid #aab83c;
  border-radius: 5px;
}

/*---------------------------------------/*
 # UTILITIES
/*---------------------------------------*/