.max-1000 {
  max-width: 1000px !important;
}

.bg-primary-gradient {
  background: linear-gradient(var(--bs-primary), var(--bs-primary-text-emphasis));
}

.bg-gray-200 {
  background: var(--bs-gray-200);
}

.container {
  max-width: 1240px;
}

.gradient-overlay {
  --bs-overlay-bg: transparent;
  --bs-gradient-offset-top: 60px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: var(--bs-gradient-offset-top, 0);
  mask-image: linear-gradient(to bottom, transparent, #000 var(--bs-gradient-offset-top, 0));
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-75 {
  opacity: 0.75;
}

.glass {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.52), rgba(237, 237, 237, 0.713));
}

.btn {
  opacity: 1 !important;
}

.bg-primary-80 {
  background-color: rgba(var(--bs-primary-rgb),0.8)!important;
}

.bg-primary-90 {
  background-color: rgba(var(--bs-primary-rgb),0.9)!important;
}

.bg-primary-75 {
  background-color: rgba(var(--bs-primary-rgb),0.75)!important;
}

.bg-secondary-90 {
  background-color: rgba(var(--bs-secondary-rgb),0.9)!important;
}

.object-position-top {
  object-position: 50% 100%;
}

.hover-underline:hover {
  text-decoration-line: underline !important;
}

.underlined-accent::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: var(--bs-secondary);
  border-radius: 2px;
}

.underlined-accent {
  margin-left: unset;
  position: relative;
}

.btn-lg {
  padding-right: 3.7rem;
  padding-left: 3.7rem;
}

/* Video Header */

.video-bg {
  position: relative;
  height: 60vh;
  min-height: 43rem;
  width: 100%;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

.parallax-effect-container {
  height: 400px;
  display: block;
  background: black;
  /*margin-top: 200px;*/
  /*margin-bottom: 200px;*/
  position: relative;
  overflow: hidden;
}

.parallax-effect-content {
  position: absolute;
  display: block;
  max-width: 100%;
  top: 50%;
  left: 0;
  padding: 16px;
  width: 100%;
  transform-style: flat;
  transform: translate3d(0,-50%,0);
}

.parallax-effect-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-attachment: fixed;
  opacity: .7;
}

.list-border-left li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 5.5px solid var(--bs-primary);
  border-radius: 0px;
}

.flaticon {
  aspect-ratio: 1 / 1;
}

#header {
  position: relative;
  height: 60vh;
  min-height: 43rem;
  width: 100%;
  overflow: hidden;
}

#header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.language {
  width: 100%;
  position: absolute;
  bottom: -0.6rem;
  font-size: 0.8rem;
}

#footer ul {
  list-style: none;
  padding: 0;
  font-size: 0.9em;
}

#footer ul a {
  text-decoration: none;
  color: inherit;
  opacity: 0.6;
}

#footer a.phone {
  font-family: Roboto, sans-serif;
  color: white;
  opacity: 1;
}

#footer ul a:hover {
  opacity: 0.8;
}

.social-icons {
  padding: 10px 0;
}

.social-icons i {
  font-size: 2em;
  display: inline-block;
  color: #757980;
  line-height: 40px;
}

section#info {
  background: var(--bs-gray-200);
}

#info .card {
  font-family: Roboto, sans-serif;
}

#info a {
  text-decoration: none;
  color: var(--bs-secondary);
}

#info a:hover {
  color: var(--bs-secondary-dark);
}

#info a.address {
  line-height: 0.8em;
}

@media (min-width: 768px) {
  .parallax-background {
    height: 600px !important;
    background: url("../../assets/img/stock/membership_jumbotron.jpg?h=a3d26737036c2138e80edd4393be1d8f") center / cover !important;
  }
}

.parallax-background {
  height: 400px;
  background: linear-gradient(117deg, var(--bs-primary-dark) 20%, var(--bs-primary) 100%);
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

#navbar a.phone {
  color: var(--bs-secondary);
  font-family: Roboto, sans-serif;
}

@media (min-width:992px) {
  .sticky-top-lg {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width:992px) {
  section {
    scroll-margin-top: 52px;
  }
}

@media (min-width:992px) {
  #info {
    scroll-margin-top: 186px !important;
  }
}

#info {
  scroll-margin-top: 96px;
}

.card-link {
  text-decoration: none;
}

.read-more {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  opacity: 0;
}

.card.team-member:hover .read-more {
  opacity: 1;
}

.review .quotation {
  font-size: 50px;
  position: absolute;
  left: 12px;
  top: 95px;
  opacity: 0.2;
  z-index: 0;
  color: var(--primary-light);
}

.rating {
  color: var(--secondary);
  border-top-style: solid;
  border-top-color: var(--bs-gray-500);
}

