.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

section.two-rows-section {
  height: calc(100vh - 66px);
  display: flex;
  flex-direction: column;
  /* background: #131313; */
}

.single-row {
  height: calc(50vh - 33px);
  display: flex;
  flex-direction: column;
}

.img-wrapper {
  /*adjust this according to the text you have in every pages*/
  height: calc(100% - 100px);
  width: 100%;
  padding-top: 30px;
}

/* Override sizes for top wrapper and bottom wrapper seperately*/
/* .img-wrapper.img-wrapper-top {
    
}

.title-wrapper.title-wrapper-top {

}

.img-wrapper.img-wrapper-bottom {

}

.title-wrapper.title-wrapper-bottom {

} */

.title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  /*adjust this height according to the text you have in every pages*/
  height: auto;
  /* background-color: coral; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.title-wrapper h4 {
  font-size: 1.15rem;
  font-family: var(--selawk), sans-serif;
  font-weight: 500;
  color: #eeeeee;
}

.img-wrapper img {
  /* width: 100%;
  height: 100%;
  object-fit: contain; */
  width: 100%;
  height: calc(100% - 30px);
  object-fit: contain;
  margin-top: 15px;
  margin-bottom: 15px;
}

.img-inner-wrapper {
  height: 100%;
  display: flex;
  gap: 30px;
  align-items: baseline;
  width: max-content;
  margin-left: auto;
  max-width: 100%;
  margin-right: auto;
}

.single-img-wrap {
  flex: 1;
  height: 100%;
}

/* .single-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

.platform-container.btn-container-top {
  width: 100%;
  /* background: red; */
  position: relative;
}

span.page-title-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #000;
  color: #fff;
  width: max-content;
  padding: 10px 30px;
  border: 1px solid #5f5f5f;
  font-size: 1rem;
  font-family: var(--selawk), sans-serif;
  font-weight: 500;
}

span.page-bottom-btn-left {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #000;
  color: #fff;
  width: max-content;
  padding: 10px 30px;
}

span.page-bottom-btn-right {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #000;
  color: #fff;
  width: max-content;
  padding: 10px 30px;
}

.platform-container.btn-container-bottom {
  width: 100%;
  background: gainsboro;
  position: relative;
}
.title-wrapper-bottom {
  padding-bottom: 30px;
}
.top-img-wrapper {
  display: flex;
  justify-content: center;
  max-width: 800px;
  gap: 1.5rem;
}
.img-wrapper .remote {
  margin-bottom: 0;
}

/* New styles */
.container.arrrows-container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.btn-container-bottom {
  position: relative;
}

.container.arrrows-container .splide__arrow--prev {
  left: 30px !important;
  bottom: 30px !important;
  top: unset !important;
}

.container.arrrows-container .splide__arrow--next {
  right: 30px !important;
  bottom: 30px !important;
  top: unset !important;
}

.single-img-wrap.remote-txt-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-wrapper .remote {
  height: max-content;
  max-height: 100%;
}
.container.btn-container-top {
  position: relative;
}

/*mobile portrait*/
@media screen and (max-width: 767px) and (orientation: portrait) {
  .img-wrapper {
    padding-top: 15px;
  }
  span.page-bottom-btn-left {
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
  }
  span.page-bottom-btn-right {
    top: unset;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
  }

  .single-row {
    height: calc(50vh - 83px);
  }
  .title-wrapper h4 {
    font-size: 1rem;
  }

  /* new styles */
  .container.arrrows-container .splide__arrow--prev {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 60px !important;
  }
  .container.arrrows-container .splide__arrow--next {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 15px !important;
  }

  .top-img-wrapper-item.single-img-wrap.arrow-img-wrap {
    flex: unset;
  }

  .top-img-wrapper-item.single-img-wrap.arrow-img-wrap img {
    width: 50px;
  }
}

/*mobile landscape */
@media screen and (max-width: 991px) and (orientation: landscape) {
  .single-row {
    height: calc(50vh - 48px);
  }
  span.page-bottom-btn-left,
  span.page-bottom-btn-right {
    bottom: -15px;
  }
  span.page-title-btn {
    top: 10px;
  }
  .img-wrapper {
    padding-top: 10px;
    height: calc(100% - 50px);
  }
  /* .title-wrapper {
    height: 50px;
  } */
  .title-wrapper h4 {
    font-size: 1rem;
  }
  /* new styles */
  .container.arrrows-container .splide__arrow--prev {
    left: 15px !important;
    bottom: 0px !important;
  }
  .container.arrrows-container .splide__arrow--next {
    right: 15px !important;
    bottom: 0px !important;
  }

  img-wrapper .remote {
    width: 100px;
  }

  .top-img-wrapper-item.single-img-wrap.arrow-img-wrap {
    display: block;
    text-align: center;
  }

  .top-img-wrapper-item.single-img-wrap.arrow-img-wrap img {
    width: 50px;
    position: relative;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-title-btn.remote-txt-page-title-btn {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .img-inner-wrapper {
    gap: 15px;
  }
}
/*
@media screen and (max-width: 561px) {
  .title-wrapper-bottom {
    height: 50px;
  }
  .img-wrapper-bottom {
    height: calc(100% - 50px);
  }
} */
@media screen and (max-width: 480px) {
  .title-wrapper h4 {
    font-size: 0.9rem;
  }
  span.page-title-btn {
    padding: 5px 15px;
    font-size: 0.95rem;
  }
  .img-inner-wrapper {
    gap: 10px;
  }
}

/* ---------------------------------------------------Single Row Layout--------------------------------------------- */
section.one-row-section {
  height: calc(100vh - 66px);
  /* background: gray; */
}

.one-row-inner-wrapper {
  height: calc(100vh - 66px);
  position: relative;
}

.img-wrapper.one-row-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-bottom-title-wrapper {
  margin-top: 15px;
}

.one-row-img-wrapper img {
  display: block;
  /* Adjust this max width according to the page images in page head tag*/
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  height: max-content;
  max-height: 100%;
}

.season-img img {
  max-width: 1050px;
}

.plane-img img {
  /* max-width: 900px; */
}

.container.one-row-btn-container-bottom {
  position: relative;
}

/* mobile portrait*/
@media screen and (max-width: 767px) and (orientation: portrait) {
  .container.one-row-btn-container-bottom span.page-bottom-btn-left {
    bottom: 65px;
  }

  .container.one-row-btn-container-bottom span.page-bottom-btn-right {
    bottom: 15px;
  }
}

/*mobile landscape */
@media screen and (max-width: 991px) and (orientation: landscape) {
  .container.one-row-btn-container-bottom span.page-bottom-btn-left {
    bottom: 15px;
  }

  .container.one-row-btn-container-bottom span.page-bottom-btn-right {
    bottom: 15px;
  }

  .img-wrapper.one-row-img-wrapper {
    padding-top: 50px;
  }

  .one-row-img-wrapper img {
    max-height: calc(100% - 75px);
  }
}
