.hero {
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.46)), url("IMG_0194.webp") center / cover no-repeat;
  height: 80vh;
}

.carousel-inner {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3) 100%);
  /*filter: blur(0px) brightness(90%) contrast(44%) grayscale(0%) hue-rotate(0deg) invert(0%) sepia(0%);*/
}

.flag-img-icons {
  width: 50px;
  margin-right: 5px;
  margin-left: 5px;
}

.nav-logo-img {
  /*width: 230px;*/
  /*height: 150px;*/
}

.carousel-item {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.btn-primary-3 {
  background-color: var(--bs-light);
  color: var(--bs-dark)!important;
  transition: 0.4s ease;
  border-width: 2px;
  border-color: #ffffff;
}

.btn-primary-4 {
  background-color: rgba(248,249,250,0);
  color: var(--bs-light)!important;
  transition: 0.4s ease;
  border-width: 2px;
  border-color: var(--bs-light);
}

.btn-primary-1 {
  background-color: var(--bs-dark);
  color: var(--bs-light)!important;
  transition: 0.4s ease;
  border-width: 2px;
  border-color: var(--bs-black);
}

.btn-primary-2 {
  background-color: rgba(33,37,41,0);
  color: var(--bs-dark)!important;
  transition: 0.4s ease;
  border-width: 2px;
  border-color: var(--bs-dark);
}

.btn-primary-3:hover {
  background-color: var(--bs-dark-bg-subtle);
  border-radius: 2px;
}

.btn-primary-4:hover {
  border-color: var(--bs-light);
  background-color: rgba(206,212,218,0);
  border-radius: 2px;
}

.btn-primary-1:hover {
  background-color: black;
  border-radius: 2px;
}

.btn-primary-4:active {
  transform: scale(0.97);
  opacity: 1!important;
  background: rgba(206,212,218,0)!important;
  border-color: var(--bs-dark-bg-subtle)!important;
}

.btn-primary-3:active {
  transform: scale(0.97);
  opacity: 1!important;
  background: var(--bs-dark-bg-subtle)!important;
  border-color: #ffffff!important;
}

.btn-primary-1:active {
  transform: scale(0.97);
  opacity: 1!important;
  background: black!important;
  border-color: black!important;
}

.btn-primary-2:hover {
  border-color: black;
  border-radius: 2px;
}

.btn-primary-2:active {
  transform: scale(0.97);
  /*border-width: 0px;*/
  /*border-color: var(--bs-light);*/
  /*border-color: black;*/
  /*border-radius: 2px;*/
}

.btn {
  font-size: 1.3rem;
}

.general-img {
  border-radius: 20px;
}

.top-navbar {
  width: 100%;
}

.row-top-nav {
  width: 100%;
  margin: 0px;
}

.tv-box {
  box-shadow: inset 0px 0px 20px rgb(18,18,18);
  border-radius: 20px;
}

.hero-hr {
  width: 500px;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  border-radius: 39px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 6px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.nav-item.active {
  color: var(--bs-light)!important;
  background: var(--bs-dark);
}

.second-navbar {
  /*overflow-y: hidden;*/
  /*overflow-x: scroll;*/
  height: 70px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.folding-flags {
  transition: 0.5s ease;
  position: absolute;
}

.floating-flag-main {
  z-index: 4;
  position: absolute;
}

.nowrap {
  white-space: nowrap;
}

@media (min-width: 300px) {
  .quick-action-btns-lg {
    display: none;
  }
}

@media (min-width: 992px) {
  .quick-action-btns-lg {
    display: flex;
  }
}

.quick-action-btns-am {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media (min-width: 300px) {
  .quick-action-btns-am {
    display: block;
  }
}

@media (min-width: 992px) {
  .quick-action-btns-am {
    display: none;
  }
}

.w600 {
  max-width: 600px;
}

.fergen-hero {
  background: url("../../assets/img/Hero/ferge-logo.webp") top / cover no-repeat;
}

.carousel-inner-nature {
  border-radius: 20px;
}

.life-hero {
  width: 100%;
  background: url("../../assets/img/Hero/venoe-city.webp") center / cover no-repeat;
}

.w900 {
  max-width: 900px;
}

.individual-hero-nav {
  padding-bottom: 8px;
  padding-top: 8px;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(255,255,255,0.57) 1%, white), rgba(248,249,250,0);
}

.abc-hero {
  background: url("../../assets/img/pexels-photo-6890692.jpeg") center / cover no-repeat;
}

.highlight {
  color: red!important;
}

#searchBox {
  /*border: none;*/
  border-radius: 20px;
  padding-left: 10px;
  width: 280px;
  /*box-shadow: 0px 0px 14px #a9a9a9;*/
  /*border: 5px solid var(--bs-dark);*/
}

@keyframes rotating-accent-font {
  0% {
    color: var(--bs-dark);
  }
  20% {
    color: #f12a2a;
  }
  30% {
    color: #ffd900;
  }
  40% {
    color: #00ff1a;
  }
  60% {
    color: #07f;
  }
  80% {
    color: #b0f;
  }
  100% {
    color: #ff0000;
  }
}

@keyframes rotating-accent {
  0% {
    border-color: var(--bs-dark);
  }
  10% {
    border-color: #f00;
  }
  20% {
    border-color: #ffd900;
  }
  40% {
    border-color: #00ff1a;
  }
  60% {
    border-color: #07f;
  }
  80% {
    border-color: #b0f;
  }
  100% {
    border-color: #f00;
  }
}

#searchBox {
  outline: none;
  transition: 0.4s ease;
  /*animation: rotating-accent 60s ease infinite;*/
  border-style: none;
  box-shadow: 0px 3px 13px rgb(162,162,162), 0px 0px 2px;
}

.abcc {
  animation: 30s rotating-accent-font ease infinite 2.6s;
}

.abcb {
  animation: 50s rotating-accent-font ease infinite 1.8s;
}

.abca {
  transition: 1s ease;
  animation: 40s rotating-accent-font ease-in infinite 1s;
  /*animation-delay: 1s;*/
}

#searchBox:focus, #searchBox:active {
  transform: scale(1.03);
}

.faq-icons {
  font-size: 20px;
}

.nav-item:hover, .nav-item:focus, .nav-item:active {
  box-shadow: inset 0px 0px 7px #7a7a7a;
}

.item-1 {
}

.accordion-collapse {
  box-shadow: inset 0px 0px 9px var(--bs-secondary);
}

.bs-icon-xl.bs-icon-circle.bs-icon-primary.bs-icon {
}

.hilsen-hr {
  width: 300px;
}

iframe {
  overflow: hidden;
  border-radius: 20px;
}

