.gallery-with-details-container {
  overflow: hidden;
}

.splide--dragging-gallery .splide__slide {
  height: clamp(26.375rem, 23.7156rem + 11.3469vw, 35.0625rem);
  position: relative;
}
@media screen and (max-width: 639px) {
  .splide--dragging-gallery .splide__slide {
    width: 100%;
    height: auto;
    aspect-ratio: 432/561;
  }
}
.splide--dragging-gallery .splide__slide .dnp-img {
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.splide--dragging-gallery .splide__slide .dnp-img * {
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.splide--details-slider {
  margin-top: 76px;
}

.details-slide {
  padding: clamp(1.5625rem, 0.5485rem + 4.3265vw, 4.875rem);
  background-color: var(--block-bg);
  color: #fff;
  padding-right: 45%;
  position: relative;
}
.details-slide .content {
  margin-top: 22px;
}
.details-slide .btn-holder {
  margin-top: 22px;
}
.details-slide .block-heading-2 {
  color: #fff;
}
.details-slide .dnp-img {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  display: block;
  left: 60%;
  width: 40%;
}
.details-slide .dnp-img * {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  display: block;
}

.splide--buttons {
  padding-top: 10px;
  padding-bottom: 10px;
}
.splide--buttons button {
  display: block;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  padding-left: 26px;
  margin-bottom: 20px;
  text-align: left;
}
.splide--buttons button.splide--current {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cpath id='Path_611' data-name='Path 611' d='M5.5,0,11,11H0Z' transform='translate(11) rotate(90)' fill='%23b8431b'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  text-shadow: 0px 0px 1px black;
}

@media screen and (max-width: 639px) {
  .splide--dragging-gallery {
    margin-bottom: 65px;
  }
  .splide--dragging-gallery .splide__arrows {
    position: absolute;
    top: 100%;
    padding-top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .splide--dragging-gallery .splide__arrow {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
  }
  .splide--dragging-gallery .splide__arrow:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.91' height='31.37' viewBox='0 0 20.91 31.37'%3E%3Cpath id='Path_607' data-name='Path 607' d='M10652.688,2015.81l-18.675,15.215,18.675,14.592' transform='translate(10653.319 2046.405) rotate(180)' fill='none' stroke='%232f4658' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: 19px;
    height: 30px;
    display: block;
    margin: 2px 10px;
  }
  .splide--dragging-gallery .splide__arrow svg {
    display: none;
  }
  .splide--dragging-gallery .splide__arrow.splide__arrow--prev {
    border-right: 1px solid #707070;
  }
  .splide--dragging-gallery .splide__arrow.splide__arrow--prev:before {
    transform: rotate(180deg);
  }
  .splide--counter {
    position: absolute;
    top: 100%;
    right: 20px;
    padding-top: 12px;
  }
  .gallery-with-details-container .wrapper {
    padding: 0;
  }
  .gallery-with-details-container .dwp-cont {
    display: none;
  }
  .gallery-with-details-container .dnp-accordion-header {
    background-color: var(--block-bg);
    color: #fff;
    padding: 10px 50px 5px 20px;
    font-size: 28px;
    line-height: 1.2em;
    position: relative;
    cursor: pointer;
  }
  .gallery-with-details-container .dnp-accordion-header:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='Group_308' data-name='Group 308' transform='translate(-7215.5 5538)'%3E%3Crect id='Rectangle_309' data-name='Rectangle 309' width='3' height='18' transform='translate(7223 -5538)' fill='%23fff'/%3E%3Crect id='Rectangle_310' data-name='Rectangle 310' width='3' height='18' transform='translate(7215.5 -5527.5) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: block;
  }
  .gallery-with-details-container .dnp-accordion-header span {
    pointer-events: none;
  }
  .gallery-with-details-container .dnp-accordion-header.winged-heading {
    text-align: revert;
  }
  .gallery-with-details-container .dnp-accordion-header.winged-heading span {
    all: revert;
  }
  .gallery-with-details-container .dnp-accordion-header.winged-heading:after {
    left: auto;
    background-color: transparent;
  }
  .gallery-with-details-container .open-accordion .dnp-accordion-header:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='3' viewBox='0 0 18 3'%3E%3Crect id='Rectangle_310' data-name='Rectangle 310' width='3' height='18' transform='translate(0 3) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
  .attraction-accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1s;
  }
  .open-accordion .attraction-accordion-content {
    max-height: 1400px;
  }
  .splide--buttons {
    padding: 20px;
  }
}
.splide--dragging-gallery {
  margin-top: 40px;
}
.splide--dragging-gallery .splide__track {
  overflow: visible;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.splide--dragging-gallery .splide__slide .dnp-img {
  height: 100%;
  border-radius: 5px;
}
.splide--dragging-gallery .splide__slide .dnp-img-top {
  bottom: 51%;
  height: 49%;
}
.splide--dragging-gallery .splide__slide .dnp-img-bottom {
  top: 51%;
  height: 49%;
  display: block;
}

@media screen and (min-width: 640px) {
  .splide--counter {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .details-slide {
    padding-right: 12%;
  }
  .details-slide .dnp-img {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .gallery-with-details-container {
    margin-top: 70px;
  }
  .splide--details-slider {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .splide--details-slider > div:nth-child(2) {
    width: calc(100% - 250px);
    margin-right: -70px;
    width: calc(100% - 250px);
  }
  .splide--details-slider > div:nth-child(1) {
    width: 230px;
  }
}
