/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.topbox {
  min-height: 450px;
  overflow: hidden;
  position: relative;
  background-color: var(--topbox-midpoint);
}
.topbox .overlay {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, var(--topbox-midpoint), var(--topbox-dark));
}
.topbox .blurb {
  margin-bottom: 2.5rem;
}
.topbox .btn {
  font-weight: bold;
  border-width: 2px !important;
}
.topbox .btn:hover, .topbox .btn:focus {
  border-color: var(--topbox-light) !important;
}
.topbox .btn:hover::before, .topbox .btn:focus::before {
  background: var(--topbox-light) !important;
}
.topbox .thumb {
  display: none;
}
.topbox .label {
  display: block;
  color: var(--yellow-10);
  border-bottom: 2px solid var(--yellow-10);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.topbox h1 a {
  color: #fff;
  text-decoration: none;
}
.topbox h1 a:hover, .topbox h1 a:focus {
  color: var(--yellow-10);
}
.topbox .btn-group .btn {
  padding: 0.75rem 1.1rem;
}
.topbox .container {
  z-index: 1;
  position: relative;
}
.topbox.blue {
  --topbox-midpoint: var(--blue-50);
  --topbox-dark: var(--blue-70);
  --topbox-light: var(--blue-20);
}
.topbox.orange {
  --topbox-midpoint: var(--orange-50);
  --topbox-dark: var(--orange-70);
  --topbox-light: var(--orange-20);
}
.topbox.green {
  --topbox-midpoint: var(--green-50);
  --topbox-dark: var(--green-70);
  --topbox-light: var(--green-20);
}
.topbox.yellow {
  --topbox-midpoint: var(--yellow-50);
  --topbox-dark: var(--yellow-70);
  --topbox-light: var(--yellow-20);
}
.topbox.purple {
  --topbox-midpoint: var(--purple-50);
  --topbox-dark: var(--purple-70);
  --topbox-light: var(--purple-20);
}

.topbox-video {
  position: absolute;
  min-width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.topbox-video video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 101%;
  height: auto;
  min-height: 101%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

.topbox-img-bg {
  position: absolute;
  min-width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.topbox-img-bg img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 101%;
  height: auto;
  min-height: 101%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

.topbox-details {
  width: 50%;
  padding: 1.5em !important;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.topbox.min-height {
  min-height: 420px !important;
}

[class*=bg-gray-].topbox-details,
[class*=bg-gray-] h1 a {
  color: var(--gray-80) !important;
}
[class*=bg-gray-] .label {
  color: var(--gray-60) !important;
  border-bottom: 2px solid var(--gray-60) !important;
}

@media (min-width: 768px) {
  .topbox.min-height .topbox-details {
    min-height: auto !important;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .topbox.min-height .topbox-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 420px;
  }
  .topbox.min-height.top .topbox-details {
    margin-top: 0 !important;
  }
  .topbox.min-height.top .topbox-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .topbox.min-height.bottom .topbox-details {
    margin-bottom: 0 !important;
  }
  .topbox.min-height.bottom .topbox-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .topbox {
    height: 100%;
    overflow: visible;
  }
  .topbox .container {
    top: 0;
    padding: 18px;
  }
  .topbox-details {
    width: 100%;
    min-height: auto;
    top: 0;
  }
  .topbox-video {
    display: none;
  }
  .topbox-image-full {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .topbox .thumb {
    display: block;
  }
  .topbox .overlay {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .topbox-video video {
    width: auto;
    height: 100%;
  }
}
.header-hero-full {
  height: 90vh !important;
  overflow: hidden;
  position: relative;
  display: flex;
}
.header-hero-full .container-video {
  position: absolute;
  min-width: 100%;
  height: 100%;
  background-position: 25px;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.header-hero-full .container-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.header-hero-full h1,
.header-hero-full h2,
.header-hero-full h3,
.header-hero-full h4,
.header-hero-full h5,
.header-hero-full h6 {
  color: #fff;
}

.adborg-subnav {
  min-height: 46px;
  top: var(--megamenu-height);
  z-index: 100;
}

.header-hero .ratio-16x9 {
  height: auto;
  padding-bottom: unset;
}