.p360-section {
  position: relative;
  overflow: hidden;
}
.p360-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.p360-inner.video {
  justify-content:center;
  padding-top:30px;
}

.p360-body {
  width: 100%;
  padding: 30px 20px 60px;
}

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

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

/* Multiple Items */

.multiple-item {
  align-items: center;
  display: flex;
  justify-content: left !important;
  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:300px !important;
  transition:all 0.5s;
}

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

.inner-sections.multiple {
  flex-direction: column;
  gap: 0px !important;
  position: relative;
  z-index: 10;
}

.section-text,
.section-heading {
  text-align: left;
}
.section-text p {
  margin-bottom: 0
}

.p360-main-video {
/*   position: absolute;
  bottom: 20px; 
  left: 50%;
  transform: translateX(-50%); */
  width: 55%;
  position: absolute;
  /* right: -80px; */
  bottom: 0px;
  /* max-height: 600px; */
  max-width: 1000px;
  left: 55%;
}

.p360-main-video video {
  width: 100%;
  height: auto;
  display: block;
      position: absolute;
    bottom: 0;
}


@media(max-width:1000px) {
  .p360-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%;
  }
  
/*   .p360-main-video video {
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  } */
  
}


@media (max-width: 1200px) {
  .spot-image{
    align-self: self-start !important;
  }
  .inner-sections.multiple .spot-image {
    width: 240px !important;
  }
  
}

@media (max-width: 992px) {
  
  
}

@media (max-width: 768px) {
  .section-text, .section-heading{
    text-align: center;
  }
  
  .inner-sections.multiple .sections-content {
    min-width: 100%;
  }
  .inner-sections.multiple {
    gap: 10px !important;
  }
  .inner-sections.multiple .spot-image {
    width: 100% !important;
  }
  .p360-body {
    padding-bottom: 20px;
  }
  .p360-main-video {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0;
  }
}

