@media screen and (orientation: landscape) {
    .carousel img {
      height: 100vh;
    }
  }
  
.parallax-scene-1 .layer-01 {
    top: 5%;
    left: 20%;
    height: 100%;
    z-index: 1;
}

.parallax-scene-1 .layer-02 {
    top: 80%;
    left: 0px;
    width: 100%;
}

.p-top
{
    padding-top: 0 !important;
}
.bg-light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
/*  Logo Carousel */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-340px * 7));
  }
}
.slider {
  height: 190px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
  width: calc(340px * 7);
}
.slider .slide {
  height: 190px;
  width: 340px;
}

.carousel-caption
{
  bottom: 8rem;
}

/* tab panel */
.nav .nav-item button.active {
  background-color: transparent;
  /* color: var(--bs-danger) !important; */
}
.nav .nav-pills 
{
  width: 15% !important;
}

.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid #98947C;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.tab-content
{
  width: 85% !important;
}
.f-right
{
  float: right;
}

.page-title-wrap
{
  background-color: #98947C;
}