.best-hotel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.our-story-gp {
  border-top: 1px solid #000;
  padding-top: 75px;
}
.our-story-gp.dtop {
  border: 0;
  padding-top: 0;
}
.our-story-gp .top-content {
  border-bottom: 1px solid #171717;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  grid-column-gap: 80px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
}
.our-story-gp .bottom-sec {
  padding-top: 25px;
}
.our-story-gp .heading-2 {
  min-width: 438px;
  margin-bottom: 0;
}
.our-story-gp .paragraph {
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
}
.our-story-gp .paragraph p:last-child {
  margin-bottom: 0;
}

.our-story-gp .bottom-sec-inner{
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  grid-column-gap: 35px;
  grid-template-columns: 1fr 1fr .75fr 1fr;
}

.our-story-gp .left-section{
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 60px;
  padding-top: 5px;
  display: flex;
  min-width: 296px;
  margin-bottom: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.our-story-gp .text-div {
  flex: 0 auto;
  font-size: 18px;
}
.our-story-gp .text-div h5 {
  margin-bottom: 0;
}
.our-story-gp .text-div hr {
  background: #c5c0b9;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.our-story-gp .image-grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  grid-template-rows: .25fr 1fr;
  grid-auto-rows: 1fr;
  height: 100vh;
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

.our-story-gp .interactive-image-wrap-1,
.our-story-gp .interactive-image-wrap-2{
  background-position: 50%;
  min-height: 80%;
  max-height: none;
  background-size: cover;
}
.our-story-gp .interactive-image-wrap-1 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}
.our-story-gp .interactive-image-wrap-2{
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}
.our-story-gp .interactive-image-wrap-3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  background-position: 0%;
  background-size: cover;
  max-width: none;
  max-height: none;
}

.our-story-gp .interactive-content {
  z-index: 1;
  transform-origin: 50% 100%;
  background-image: linear-gradient(#0000, #00000085 38%, #000);
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  opacity: 0;
}
.our-story-gp .interactive-image-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.our-story-gp .interactive-image-wrap {
  position: relative;
}
.our-story-gp .interactive-image-wrap:hover .interactive-content {
  opacity: 1;
}
.our-story-gp .interactive-image-he {
  display: block;
  height: 100%;
  max-height: none;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.our-story-gp.image.interactive-image-he {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.our-story-gp .image {
  min-height: auto;
}


.our-story-gp .our-story-desc {
  letter-spacing: 1px;
  padding-right: 10px;
  font-size: 14px;
  transition: opacity .2s;
  text-transform: uppercase;
  padding: 10px 1em 10px 0;
  border-bottom: 1px solid #dedbd8;
}
.our-story-gp .text-inner {
  padding-bottom: 10px;
}
.our-story-gp .button-wrap {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 1em 10px 0;
  text-transform: uppercase;
  transition: opacity .2s;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #171717;
}
.our-story-gp .button-wrap a {
  text-decoration: none;
  padding: 10px 6px 10px 0;
  border: 0;
}
.our-story-gp .button-wrap img {
  position: relative;
  top: -2px;
}


.our-story-gp .gallery-slider .slide {
  display: none;
}
.our-story-gp .gallery-slider .slide:first-child {
  display: block;
}
.our-story-gp .lightbox-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #171717;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.our-story-gp .gallery-content {
  max-height: 100vh;
  max-width: 58%;
  overflow: hidden;
  position: static;
}
.our-story-gp .gallery-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.our-story-gp .gallery-close.hs-button:hover {
  border-color: #fff;
}
.our-story-gp .gallery-pagination button {
  cursor: pointer;
  margin: 0 1px .5em;
  padding: 2.8px 7px;
  background-color: #fff6 !important;
  transition: background-color .1s, color .1s;
  color: rgb(23, 23, 23);
  border: 0 !important;
  font-size: 14px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  letter-spacing: 0;
  text-align: center;
}
.our-story-gp .gallery-pagination button.active {
  background-color: #fff !important;
  color: #000;
}
.our-story-gp .gallery-close.hs-button {
  position: absolute;
  top: 20px;
  color: white;
  cursor: pointer;
  right: 20px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px 15px;
  border: 1px solid transparent;
}
.our-story-gp .prev-arrow, 
.our-story-gp .next-arrow {
  background: transparent;
  border: 0;
  cursor: pointer;
  filter: invert();
  margin: 0;
  opacity: .7;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our-story-gp .next-arrow {
  right: 0;
}
.our-story-gp .prev-arrow {
  left: 0;
}
.our-story-gp .prev-arrow:hover,
.our-story-gp .next-arrow:hover {
  opacity:1;
}
.our-story-gp .gallery-controls img {
  object-fit: contain;
  width: 20px;
  height: 100%;
  margin-bottom: 1px;
  display: block;
}


@media screen and (min-width: 1920px) {
  .our-story-gp .bottom-sec-inner{
    grid-column-gap: 35px;
    grid-template-rows: minmax(200px, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .our-story-gp .top-content{
    grid-column-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .our-story-gp .bottom-sec-inner {
    grid-template-columns: 1fr 1fr .75fr;
  }
  .our-story-gp .left-section {
    grid-column: span 2 / span 2;
    align-self: start;
  }
  .our-story-gp .image-grid {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
  }
  .our-story-gp .interactive-image-wrap-1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
  .our-story-gp .interactive-image-wrap-2 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: stretch;
  }
  .our-story-gp .interactive-image-wrap-3 {
    align-self: stretch;
  }
  .our-story-gp .interactive-image-wrap {
    align-self: stretch;
  }
  .our-story-gp .bottom-sec-inner {
    display: block;
  }
  .our-story-gp .left-section {
    margin-bottom: 20px;
  }
}

@media(max-width:767px){
  .best-hotel {
    gap: 10px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .our-story-gp .bottom-sec-inner {
    display: block;
  }
  .our-story-gp .right-section.image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    display: grid;
  }
  .our-story-gp .left-section {
    min-width: 100%;
    width: 100%;
  }
  .our-story-gp .left-section {
    margin-bottom: 20px;
  }

  .our-story-gp .right-section.image-grid {
    grid-row-gap: 20px;
    grid-template-rows: .75fr .25fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    height: auto;
  }

  .our-story-gp .interactive-image-wrap-1 {
    grid-column: span 3 / span 3;
  }

  .our-story-gp .interactive-image-wrap {<
    background-size: cover;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-height: 56.4vw;
    margin-top: 0;
    display: flex;
  }
  .our-story-gp .interactive-image-wrap-2 {
    grid-area: 2 / 1 / 3 / 4;
  }
  .our-story-gp .interactive-image-wrap-3 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    grid-column: span 3 / span 3;
  }
  .our-story-gp .interactive-content {
    opacity: 1;
  }
}

