html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.fiber-dropdown {
  transform: translateX(-469px) !important;
}

.rv-dropdown {
  transform: translateX(-128px) !important;
}

.industrial-dropdown {
  transform: translateX(-302px) !important;
}

.marketplace-dropdown {
  transform: translateX(-690px) !important;
}

.tools-items {
  width: 50%;
}

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 46px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #000000e6;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .fiber-dropdown{
    transform: translateX(0px) !important;
  }
  .marketplace-dropdown {
    transform: translateX(0px) !important;
  }
}

.nav-scroller {
  position: fixed;
  top: 63px;
  width: 100%;
  z-index: 2;
  height: 3.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: #e5e5e5;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #e5e5e5;
}

.nav-underline .nav-link:hover {
  color: #da5e27;
}

.nav-underline .active {
  font-weight: 500;
  color: #da5e27;
}

.nav-scroller a.nav-link.nav-scroller-active {
  color: #da5e27;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }


@media (max-width: 992px) {
  .nav-scroller {
    display: none;
  }
  .rv-dropdown{
    transform: translateX(0px) !important;
    height: 100%;
  }
  .industrial-dropdown {
    transform: translateX(0px) !important;
  }
  .tools {
    display: block !important;
  }
  .tools-items {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .rv-model-cont {
    overflow-y: auto !important;
    width: 1000%;
    padding-bottom: 100px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(221, 221, 221); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #da5e27; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #da5e27; 
}

.intechrv-logos{
  height: 80px;
}

.flyer-logo {
  transform: translate(-19px, 21px);
  width: 178px;
}

.flyer-logo-alt {
  transform: translate(0px, 0px);
  width: 152px;
}

.luna-logo {
  width: 121px;
}

.unit {
  max-width: 400px;
}

.sol-logo {
  width: 92px;
}

.aucta-logo {
  width: 144px;
}

.ovr-logo {
  width: 170px;
  margin: 5px;
}