.precision-parallax-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: calc(100vh);
  /*opacity: 0;*/
}
.precision-parallax-inner.video {
  justify-content:center;
  padding-top:30px;
}

.precision-parallax-inner,
.precision-parallax-sections .inner-sections {
  max-width: 1450px;
  margin: 0 auto;
}
.precision-parallax-sections .inner-sections {
      display: flex;
    align-items: center;
}
.precision-parallax-inner {
  text-align: center;
}
.precision-parallax-heading h2 span {
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.precision-parallax-sections .inner-sections .spot-image {
  width: 40%;
  margin-right: 5%;
}
.precision-parallax-sections .inner-sections .spot-image img {
  width: 100%;
}
.precision-parallax-sections .inner-sections .sections-content {
  width: 55%;
}
.precision-parallax-logo-image {
  margin: 35px 0 20px;
}
.precision-parallax-sections .section-heading h2 {
  font-size: 60px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
  text-transform: uppercase;
}
.precision-parallax-sections .section-heading h2 span {
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.precision-parallax-sections {
  position: relative;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.precision-parallax-sections .inner-sections {
  width: 100%;
  height: 100vh;
  /*opacity: 0;*/
}
.precision-parallax-main-image img {
  height: 55vh;
  width: auto;
}

@media(max-width:787px) {
  .precision-parallax-heading, .precision-parallax-text, .precision-parallax-logo-image {
    padding:0 20px;
  }
  
  .precision-parallax-main-image img {
    object-fit:cover;
    height:46vh;
  }
  
  .precision-parallax-sections .inner-sections .sections-content {
    padding:0 20px;
  }
  
  .precision-parallax-sections .inner-sections .spot-image, .precision-parallax-sections .inner-sections .sections-content {
    width:100%;
  }
  
  .precision-parallax-sections .inner-sections {
    flex-direction:column;
    justify-content:center;
  }
  
  .precision-parallax-sections .inner-sections .spot-image {
    margin-right:0;
  }
  
}

/* Multiple Items */

.multiple-item {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  transition:all 0.5s;
  position: relative;
  overflow: hidden;
}

.multiple-link {
  width:100%;
  color:black;
}

.multiple-item .section-heading h2 {
  font-size:45px;
}

.multiple-item:hover {
  cursor:pointer;
}

/* .multiple-item:hover h2, .multiple-item:hover .section-text {
  color:white;
}

.multiple-item:hover span {
  background-image: linear-gradient(45deg, white, white) !important;
} */

.multiple-item:hover .sections-content {
  transform: translateX(20px);
}

.multiple-item:hover .spot-image {
  transform: scale(1.1);
}



/* .multiple-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--c-violet), var(--c-blue));
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 0;
}

.multiple-item:hover::before {
  opacity: 1; */
}

.multiple-item > * {
  position: relative;
  z-index: 1;
}

.inner-sections.multiple .spot-image {
  width:25%;
  transition:all 0.5s;
}

.inner-sections.multiple .sections-content {
  width:40%;
  transition:all 0.5s;
}

.inner-sections.multiple {
    flex-direction: column;
    justify-content:center;
    gap:40px;
}

.precision-parallax-main-video {
/*   position: absolute;
  bottom: 20px; 
  left: 50%;
  transform: translateX(-50%); */
  width: 75%; 
  z-index: 2;
 height: 55vh;
}

.precision-parallax-main-video video {
  width: 100%;
  height: auto;
  display: block;
}


@media(max-width:1000px) {
  .precision-parallax-main-video {
    height: 30vh;
  }
  
  .multiple-item {
    flex-direction:column-reverse;
  }
  
  .multiple-item .section-heading h2 {
    font-size: 34px;
    margin:0;
}
  
  .multiple-item p {
    margin:0 !important;
  }
  
  .inner-sections.multiple .sections-content {
    text-align:center;
    width:100%;
  }
  
/*   .precision-parallax-main-video video {
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  } */
  
}


