/*
4. Home
  4.a search-engine
  4.b space-recommendation
  4.c testimoni apa kata mereka
  4.d mengapa memilih xwork
  4.e pilihan tipe ruangan
  4.f temukan ruang
  4.g app-section
13. Landing Page
*/

/* 4. Home */

/* 4.a search-engine */

.main-search-container {
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, #fdd04e 50%, #f39d1d);
  padding: 1px 0px 26px;
  background-size: cover;
  background-position: center;
  height: 381px;
  position: relative;
}

.home-carousel-container {
  position: relative;
  width: 100%;
}

#home-carousel {
  width: 100%;
  padding: 15px 0;
  display: flex;
  overflow-x: auto;
}

@-moz-document url-prefix() {
  #home-carousel {
    overflow: hidden;
  }
}

#home-carousel .list-carousel-container {
  width: 350px;
  min-width: 350px;
  height: 240px;
  margin: 0 15px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

#home-carousel .list-carousel-container:hover {
  box-shadow: -1px 2px 14px -2px #cea46d;
}

#home-carousel .list-carousel-container .carousel-content {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#home-carousel .list-carousel-container .carousel-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#home-carousel .list-carousel-container.home-title {
  min-width: 700px;
  display: flex;
  align-items: center;
  cursor: default;
}

#home-carousel .list-carousel-container.home-title:hover,
#home-carousel .list-carousel-container:nth-child(1):hover,
#home-carousel .list-carousel-container:last-child:hover {
  box-shadow: 0px 0px 0px 0px #cea46d;
  cursor: default;
}

#home-carousel .list-carousel-container h1 {
  font-size: 24px;
  text-align: left;
  font-weight: 600;
}

#home-carousel .list-carousel-container p {
  font-size: 17px;
  text-align: left;
}

#home-carousel .list-carousel-container.home-title .carousel-content {
  box-shadow: 0px 0px 0px 0px;
  padding-right: 65px;
}

.home-carousel-container .home-carousel-arrow {
  position: absolute;
  top: calc(50% - 20px);
  background-color: #323232a8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 24px;
  border-radius: 50%;
  padding: 0px 3px 2px 0px;
  cursor: pointer;
}

.home-carousel-container .home-carousel-arrow.disabled {
  background-color: #888888a8;
  cursor: default;
}

.home-carousel-container .home-carousel-arrow.right {
  right: 15px;
  padding: 0px 0px 2px 3px;
}

.home-carousel-container .home-carousel-arrow.left {
  left: 15px;
}

.main-search-container .search-engine  {
  max-width: 1090px;
  margin: auto;
}

.main-search-container .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: brightness(0.85);
}

.main-search-container .background-img.error {
  object-fit: contain;
  background-color: #dbdbdb;
  filter: brightness(0.6);
}

.search-engine .tab-title {
  min-height: 43px;
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}

.search-engine .tab-title .title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  background-color: #e0e3e1;
  color: #323031;
  border-left: solid 1px #fdd35d;
  padding: 0px 20px 0px;
  -webkit-transition: border-top .3s cubic-bezier(0.4,0,0.2,1), background-color .3s cubic-bezier(0.4,0,0.2,1); /* Safari */
  transition: border-top .3s cubic-bezier(0.4,0,0.2,1), background-color .3s cubic-bezier(0.4,0,0.2,1);
}

.search-engine .tab-title .title.active:nth-child(1), .search-engine .tab-title .title:hover:nth-child(1) {
  border-left: solid 1px #323031;
}

.search-engine .tab-title .title.active, .search-engine .tab-title .title:hover {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 400;
  background-color: #323031;
  color: white;
  border-top: solid 5px white;
  padding: 0px 20px 5px;
  -webkit-transition: border-top .3s cubic-bezier(0.4,0,0.2,1), background-color .3s cubic-bezier(0.4,0,0.2,1); /* Safari */
  transition: border-top .3s cubic-bezier(0.4,0,0.2,1), background-color .3s cubic-bezier(0.4,0,0.2,1);
}

.search-engine .tab-title .title img {
  position: absolute;
  right: -15px;
  top: 10px;
}

.search-engine .input-container {
  padding: 10px 5px 0px 15px;
  background-color: #323031;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
}

.xw-black-mini {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #323031;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.98;
}

.search-engine .input-container > div {
  display: flex;
  flex-wrap: wrap;
}

.input-container .input-comp {
  display: flex;
  background-color: white;
  height: 50px;
  align-items: center;
  padding: 0px 20px;
  flex-grow: 2;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  min-width: 185.5px;
}

.input-comp.search-area {
  width: 40%;
}

a.input-comp {
  font-weight: 600;
}

.search-engine .input-container .input-comp.slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #333;
  color: white;
  padding: 0px;
  width: 12%;
  flex-grow: 3;
  min-width: intrinsic;
  min-width: -moz-fit-content;
  -moz-min-width: fit-content;
  -webkit-min-width: fit-content;
}

.search-engine .input-container .input-comp.slide .price-range {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}

.search-engine .input-container .input-comp.slide .price-range > * {
  margin-right: 7px;
}

.search-engine .input-container .input-comp.slide > span:nth-child(1) {
  font-size: 13px;
  font-weight: 500;
}

.input-comp.slide .slider.slider-horizontal {
  width: calc(100% - 20px);
  height: 28px;
  margin: auto;
}

input#meeting-price {
  height: 0px;
}

.input-comp.slide .slider.slider-horizontal .slider-track {
  height: 5px;
  width: 100%;
  top: 16px;
  left: 0;
}

.input-comp.slide .slider-handle {
  background: white;
  border: solid 1px #fdc502;
  height: 21px;
  width: 21px;
  top: 3px;
}

.input-comp.slide .slider-selection {
	background: #fdc502;
}

.search-engine .klik-di-sini {
  background-color: #333;
  color: white;
  padding: 0px 15px 3px;
}

.home-banner-footer {
  color: white;
  display: flex;
  flex-direction: column;
  height: 44px;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
}

.home-banner-footer i.fa.fa-angle-double-down {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  -moz-animation-name: turun-turun;
  -webkit-animation-name: turun-turun;
  animation-name: turun-turun;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes turun-turun {
  0% {
    top: -12px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}

@media only screen and (max-width: 1120px) {
  #home-carousel .list-carousel-container.home-title {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 874px) {
  .main-search-container,
  .main-search-container.landing-page {
    padding-bottom: 44px;
  }

  .main-search-container {
    height: 410px;
  }

  #home-carousel .list-carousel-container.home-title {
    min-width: 500px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 841px) {
  .main-search-container,
  .main-search-container.landing-page {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 650px) {
  .main-search-container {
    height: 424px
  }
}

@media only screen and (max-width: 637px) {
  .main-search-container {
    height: 508px
  }

  .main-search-container.promo-page {
    min-height: 310px;
    height: inherit;
    max-height: 475px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 609px) {
  .main-search-container > h1,
  .main-search-container.landing-page > h1 {
    font-size: 23px;
  }

  .main-search-container > p,
  .main-search-container.landing-page > p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 556px) {
  #home-carousel .list-carousel-container.home-title {
    min-width: 100vw;
    padding: 0 50px;
  }
}

@media only screen and (max-width: 526px) {
  .main-search-container.landing-page {
    padding: 10px 0px;
    height: 528px;
  }

  .main-search-container {
    padding: 0px 0px 10px 0px;
    height: 435px;
    margin-bottom: 27px;
  }

  .home-carousel-container .home-carousel-arrow {
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
  }

  .home-carousel-container .home-carousel-arrow.right {
    right: 15px;
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
  }

  .home-carousel-container .home-carousel-arrow.left {
    left: 15px;
  }

  #home-carousel {
    padding: 0;
    margin-left: 0px;
  }

  #home-carousel .list-carousel-container {
    max-width: 350px;
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 230px;
  }

  #home-carousel .list-carousel-container:hover {
    box-shadow: 0px 0px 0px 0px;
  }

  #home-carousel .list-carousel-container .carousel-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .main-search-container .search-engine {
    width: 100%;
    margin: 15px 0px 40px;
  }

  .search-engine .tab-title {
    /* border-bottom: solid 1px #ccc; */
    padding: 0px 15px;
  }
  .search-engine .tab-title .title {
    /* border: none; */
    color: white;
    /* background: none; */
  }

  /* .search-engine .tab-title .title.active, .search-engine .tab-title .title:hover {
    background: none;
    border: none;
    border-bottom: solid 3px #fdc502;
  } */

  .search-engine .tab-title .title img {
    top: 3px;
    right: 3px;
  }

  .search-engine .input-container .input-comp.slide {
    background: none;
  }

  .search-engine .input-container,
  .search-engine .klik-di-sini {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}

@media only screen and (max-width: 493px) {
  /* .main-search-container > h1 {
    display: none;
  }

  .main-search-container > p {
    display: none;
  } */

  .search-engine .tab-title .title {
    padding: 0px 5px 0px;
    font-size: 11px;
  }

  .search-engine .tab-title .title.active {
    padding: 0px 5px 0px;
  }

  .main-search-container .search-engine {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 459px) {
  .main-search-container,
  .main-search-container.landing-page {
    height: 588px;
  }
}

@media only screen and (max-width: 440px) {
  .main-search-container,
  .main-search-container.landing-page {
    height: 433px;
    margin-bottom: 135px;
  }
  #home-carousel .list-carousel-container.home-title .carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #home-carousel .list-carousel-container h1 {
    font-size: 18px;
  }

  #home-carousel .list-carousel-container p {
    font-size: 12px;
  }

  #home-carousel .list-carousel-container {
    height: 200px;
  }
}

@media only screen and (max-width: 354px) {
  .main-search-container,
  .main-search-container.landing-page {
    height: 461px;
  }
}

@media only screen and (max-width: 326px) {
  .search-engine .input-container .input-comp.slide .price-range {
    font-size: 10px;
  }
}

/* 4.b space-recommendation */

.space-recommendation .card.room-item,
.list-rooms-by-brands.cards-container .card.room-item {
  display: none;
  position: relative;
  height: 360px;
  width: 300px;
  min-width: 300px;
  border: solid 1px #ccc;
  overflow: hidden;
  padding: 0px;
  margin: auto;
}

.space-recommendation .card.room-item:hover,
.list-rooms-by-brands.cards-container .card.room-item:hover {
  box-shadow: 2px 2px 5px #dcdcdc;
}

.space-recommendation .card.room-item .carousel.slide .carousel-inner,
.list-rooms-by-brands.cards-container .card.room-item .carousel-slide .carousel-inner {
  width: 300px;
  height: 225px;
  overflow: hidden;
  background-color: #ccc;
}

.space-recommendation .card.room-item .carousel.slide span.fa.fa-angle-left,
.space-recommendation .card.room-item .carousel.slide span.fa.fa-angle-right,
.list-rooms-by-brands.cards-container .card.room-item .carousel-slide span.fa {
  position: absolute;
  top: 46%;
  left: 29%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  font-size: 40px;
}

.space-recommendation .card.room-item .carousel.slide span.fa.fa-angle-right,
.list-rooms-by-brands.cards-container .card.room-item .carousel-slide span.fa.fa-angle-right {
  left: 40%;
}

.space-recommendation .card.room-item .carousel.slide .carousel-control,
.list-rooms-by-brands.cards-container .card.room-item .carousel-slide .carousel-control {
  z-index: 1;
}

.space-recommendation .card.room-item .carousel.slide .carousel-inner .item,
.list-rooms-by-brands.cards-container .card.room-item .carousel-slide .carousel-inner .item {
  height: 225px;
  width: 300px;
}

.space-recommendation .card.room-item .carousel.slide .carousel-inner .item img,
.list-rooms-by-brands.cards-container .card.room-item .carousel-slide .carousel-inner .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.space-recommendation .card.room-item .no-picture,
.list-rooms-by-brands.cards-container .card.room-item .no-picture {
  height: 225px;
  width: 100%;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
}

.space-recommendation .card.room-item .no-picture img,
.list-rooms-by-brands.cards-container .card.room-item .no-picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.space-recommendation .card.room-item .room-setup-block,
.list-rooms-by-brands.cards-container .card.room-item .room-setup-block {
  position: absolute;
  top: 168px;
  left: 18px;
  max-width: calc(100% - 28px);
  overflow: auto;
  display: flex;
  z-index: 1;
}

@-moz-document url-prefix() {
  .space-recommendation .card.room-item .room-setup-block,
  .list-rooms-by-brands.cards-container .card.room-item .room-setup-block {
  overflow: hidden;
  }
}

.space-recommendation .card.room-item .room-setup-block > *,
.list-rooms-by-brands.cards-container .card.room-item .room-setup-block > * {
  margin-right: 10px;
}

.space-recommendation .card.room-item .rating {
  display: flex;
  position: absolute;
  top: 15px;
  right: 0;
  color: white;
  background-color: #fdc502;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  padding: 0 5px;
  align-items: center;
  height: 35px;
}

.space-recommendation .card.room-item .rating > p {
  margin: 0 3px 0 0;
}

.space-recommendation .card.room-item .price-compilation,
.list-rooms-by-brands.cards-container .card.room-item .price-compilation {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.space-recommendation .card.room-item .price-compilation .price-li,
.list-rooms-by-brands.cards-container .card.room-item .price-compilation .price-li {
  display: flex;
  padding: 10px;
  height: 35px;
  min-width: 200px;
  background-color: #333;
  color: white;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.space-recommendation .card.room-item .price-compilation .price-li span span,
.list-rooms-by-brands.cards-container .card.room-item .price-compilation .price-li span span {
  font-weight: 400;
}

.space-recommendation .card.room-item .price-compilation .price-li:hover,
.list-rooms-by-brands.cards-container .card.room-item .price-compilation .price-li:hover {
  background-color: rgb(80, 80, 80);
  color: #fdc502;
  cursor: pointer;
}

.space-recommendation .card.room-item .card-title,
.list-rooms-by-brands.cards-container .card.room-item .card-title {
  font-size: 17px;
  width: calc(100% - 32px);
  max-height: calc(2em + 15px);
  text-align: left;
  margin: 15px 0px 0px 16px;
  position: relative;
}

.space-recommendation .card.room-item .card-title p,
.list-rooms-by-brands.cards-container .card.room-item .card-title p {
  margin-bottom: 0px;
  height: 50px;
  overflow: hidden;
}

.space-recommendation .card.room-item .capacity-container,
.list-rooms-by-brands.cards-container .card.room-item .capacity-container {
  position: absolute;
  bottom: 20px;
  left: 15px;
  display: flex;
  align-items: center;
  font-size: 22px;
}

.space-recommendation .card.room-item.office-room .capacity-container {
  position: absolute;
  bottom: 12px;
  left: 15px;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  flex-direction: column;
}

.space-recommendation .card.room-item .capacity-container .cap,
.list-rooms-by-brands.cards-container .card.room-item .capacity-container .cap {
  display: flex;
  align-items: center;
}

.space-recommendation .card.room-item .capacity-container .cap img,
.list-rooms-by-brands.cards-container .card.room-item .capacity-container .cap img {
  margin-right: 5px;
}

.space-recommendation .card.room-item .capacity-container .cap span,
.list-rooms-by-brands.cards-container .card.room-item .capacity-container .cap span {
  font-size: 17px;
  margin-bottom: -8px;
  font-weight: 400;
  color: #595959;
}

.space-recommendation .card.room-item .capacity-container .cap span p,
.list-rooms-by-brands.cards-container .card.room-item .capacity-container .cap span p {
  margin-bottom: 0px;
  line-height: 15px;
  text-align: left;
}

.space-recommendation .card.room-item .card-block .price-for-show,
.list-rooms-by-brands.cards-container .card.room-item .card-block .price-for-show {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  padding-right: 10px;
  position: absolute;
  bottom: 16px;
  width: 100%;
}

.space-recommendation .card.room-item .card-block .price-for-show.vo,
.list-rooms-by-brands.cards-container .card.room-item .card-block .price-for-show.vo {
  align-items: flex-start;
  padding-right: 0;
  padding-left: 40px;
}

.space-recommendation .card.room-item.office-room .card-block .price-for-show {
  bottom: 8px;
}

.space-recommendation .card.room-item .card-block .price-for-show .gold-txt {
  font-weight: 600;
}

.space-recommendation .card.room-item .card-block .price-for-show .price-tag span:nth-child(1),
.space-recommendation .card.room-item .card-block .price-for-show .price-tag p:nth-child(1),
.list-rooms-by-brands.cards-container .card.room-item .card-block .price-for-show .price-tag span:nth-child(1),
.list-rooms-by-brands.cards-container .card.room-item .card-block .price-for-show .price-tag p:nth-child(1) {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  line-height: 15px;
}

.space-recommendation .card.room-item .card-block .price-for-show .price-tag p:nth-child(2),
.list-rooms-by-brands.cards-container .card.room-item .card-block .price-for-show .price-tag p:nth-child(2) {
  margin: 0;
  text-align: right;
}

.space-recommendation .card.room-item .card-block .price-for-show .price-tag span:nth-child(1) span,
.space-recommendation .card.room-item .card-block .price-for-show .price-tag p:nth-child(1) span,
.list-rooms-by-brands.cards-container .card.room-item .card-block .price-for-show .price-tag span:nth-child(1) span,
.list-rooms-by-brands.cards-container .card.room-item .card-block .price-for-show .price-tag p:nth-child(1) span {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  left: -22px;
}

.space-recommendation .card.room-item .card-block .price-for-show .price-tag span:nth-child(2),
.list-rooms-by-brands.cards-container .card.room-item .card-block .price-for-show .price-tag span:nth-child(2) {
  font-size: 15px;
}

.space-recommendation .card.room-item > a,
.list-rooms-by-brands.cards-container .card.room-item > a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* 4.c testimoni apa kata mereka */

.kata-mereka-container {
  position: relative;
  width: 100%;
  background-color: #f4f5f7;
  text-align: center;
  padding-top: 40px;
}

.kata-mereka-container > h2 {
  font-weight: 500;
  font-size: 24px;
  width: calc(100% - 30px);
  margin: auto;
  margin-top: 25px;
  margin-bottom: 10px;
}

.kata-mereka-container > p {
  font-size: 18px;
  width: calc(100% - 30px);
  margin: auto;
  margin-bottom: 38px;
  font-weight: 400;
  color: #595959;
}

.kata-mereka-container #testimoni-carousel {
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.kata-mereka-container #testimoni-carousel .slick-list.draggable {
  width: 660px;
  overflow: visible;
  margin: auto;
}

.kata-mereka-container .testi-card {
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 320px;
  border: solid 1px #ccc;
  padding: 30px;
  text-align: left;
  margin: auto;
  background-color: #f4f5f7;
  -webkit-transition: all .3s cubic-bezier(0.4,0,0.2,1); /* Safari */
  transition: all .3s cubic-bezier(0.4,0,0.2,1);
}

.kata-mereka-container .carousel-item.slick-slide.slick-current.slick-active.slick-center .testi-card {
  border: solid 0px #ccc;
  background-color: white;
  -webkit-transition: background-color .3s cubic-bezier(0.4,0,0.2,1); /* Safari */
  transition: background-color .3s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 2px 2px 10px #cdcdcd
}

.kata-mereka-container .testi-card .quote-ic {
  position: absolute;
  top: 10px;
  left: 10px;
}

.kata-mereka-container .testi-card .horizontal-strip {
  border: solid 0.5px #333;
  margin: 19px 0px;
  width: 50px;
}

.kata-mereka-container .testi-card .profile-cont {
  display: flex;
}

.kata-mereka-container .testi-card .profile-cont .photo-cont {
  border-radius: 50%;
  overflow: hidden;
  min-width: 70px;
  height: 70px;
  margin-right: 18px;
}

.kata-mereka-container .testi-card .profile-cont .name-n-company p {
  margin-top: 8px;
  margin-bottom: 0px;
  font-weight: 600;
}

.kata-mereka-container .testi-card .profile-cont .name-n-company span {
  color: #9d9d9d;
  font-size: 14px;
}

.kata-mereka-container .testi-carousel-control {
  position: absolute;
  top: -235px;
  color: #959595;
  font-size: 23px;
}

.kata-mereka-container .testi-carousel-control i.fa {
  cursor: pointer;
}

.kata-mereka-container .testi-carousel-control.prev {
  left: calc(50% - 293px);
}

.kata-mereka-container .testi-carousel-control.next {
  right: calc(50% - 293px);
}

.kata-mereka-container .company-logo-cont {
  position: relative;
  padding: 50px 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: auto;
  flex-wrap: wrap;
}

.kata-mereka-container .company-logo-cont img {
  margin-right: 5px;
}

@media only screen and (max-width: 660px) {
  .kata-mereka-container .testi-carousel-control.next {
    right: calc(50% - 173px);
  }

  .kata-mereka-container .testi-carousel-control.prev {
    left: calc(50% - 173px);
  }

  .kata-mereka-container .testi-card {
    min-width: 260px;
    max-width: 260px;
  }

  .kata-mereka-container #testimoni-carousel .slick-list.draggable {
    width: 420px;
  }
}

@media only screen and (max-width: 543px) {
  .kata-mereka-container > h2 {
    font-size: 23px;
  }

  .kata-mereka-container > p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .kata-mereka-container #testimoni-carousel .slick-list.draggable {
    width: 100%;
  }

  .kata-mereka-container .testi-card {
    padding: 20px 15px;
    font-size: 12px;
  }

  .kata-mereka-container .testi-card {
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .kata-mereka-container .testi-carousel-control i.fa {
    border: solid 2px #959595;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .kata-mereka-container .testi-carousel-control {
    top: 0px;
  }

  .kata-mereka-container .testi-carousel-control.next {
    right: calc(50% - 59px);
  }

  .kata-mereka-container .testi-carousel-control.prev {
    left: calc(50% - 59px);
  }

  .kata-mereka-container .testi-card .profile-cont {
    flex-direction: column;
  }

  .kata-mereka-container .testi-card .profile-cont .photo-cont {
    width: 70px;
  }

  .kata-mereka-container .company-logo-cont {
    padding: 66px 10px 50px 15px;
  }
}

/* 4.f temukan ruang */

.seo-links-comp {
  width: 100%;
  padding: 0px 15px 55px 15px;
}

.seo-links-comp .lihat-semua {
  max-width: 1090px;
  margin: auto;
  text-align: right;
  position: relative;
  height: 20px;
}

.seo-links-comp .lihat-semua a {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fdc502;
  margin-top: 7px;
}

.seo-links-comp h2 {
  margin: auto;
  text-align: -webkit-auto;
  max-width: 1090px;
  margin-top: 70px;
  font-size: 24px;
  font-weight: 500;
}

.seo-links-comp h2:nth-child(3) {
  margin-top: 40px;
}

.seo-links-comp .links {
  max-width: 1090px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}

.seo-links-comp .links .area-list {
  min-width: 145px;
  width: 30%;
}

.seo-links-comp.landing-page .links .area-list {
  width: 145px;
  margin-right: 15px;
}

.seo-links-comp .links .area-list h3 {
  font-size: 14px;
  font-weight: 600;
}

.seo-links-comp .links .area-list ul {
  list-style: none;
  padding-left: 0px;
}

.seo-links-comp .links .area-list ul li {
  margin: 13px 0px;
}

.seo-links-comp .links .area-list ul h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.seo-links-comp .links .area-list ul h4 span {
  color: #959595;
}

.seo-links-comp .links a.lihat-semua u {
  color: #f7b437;
}

/* 4.g app-section */

.xwork-app .content {
  background-color: #ffce4b;
  min-height: 398px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.xwork-app .content .grid-holder {
  flex-wrap: wrap-reverse;
  justify-content: center;
  padding: 10px 15px 0px 15px;
  max-width: 1090px;
  display: flex;
}

.xwork-app .content .grid-holder, .xwork-app .content .grid-holder img {
  max-width: 100%;
}

.xwork-app .text-comp {
  padding-top: 60px;
  max-width: 551px;
  text-align: left;
}

.xwork-app .text-comp span {
  font-size: 15px;
  font-weight: 600;
}

.xwork-app .text-comp h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  line-height: 32px;
}

.xwork-app .text-comp p {
  font-size: 18px;
  margin-bottom: 0px;
}

.xwork-app .text-comp .download-now {
  margin-top: 25px;
}

.xwork-app .grid-holder {
  max-width: 1090px;
  display: flex;
}

.xwork-app .footer {
  background-color: #333;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}

.xwork-app .footer .grid-holder {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.xwork-app .footer p {
  color: #d7d7d7;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}

@media only screen and (max-width: 941px) {
  .xwork-app .footer .grid-holder p {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .xwork-app .footer .grid-holder img {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 338px) {
  .xwork-app .footer .grid-holder {
    justify-content: space-around;
  }
}

/* 13. Landing Page */

.main-search-container.landing-page {
  min-height: 400px;
  padding: 85px 15px 0;
  z-index: 10;
}

.main-search-container.landing-page .search-engine {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.main-search-container.landing-page > h1 {
  max-width: 1090px;
  margin: auto;
  text-align: center;
  font-weight: 600;
  display: block;
  color: white;
  z-index: 1;
  position: relative;
}

.main-search-container.landing-page > p {
  display: block;
  color: white;
  z-index: 1;
  position: relative;
}

.cara-memesan-landing-page {
    max-width: 1120px;
    padding: 0px 15px;
    margin: 60px auto 35px;
}

.cara-memesan-landing-page h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.cara-memesan-landing-page .step-by-step {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cara-memesan-landing-page .step-by-step .step {
  width: 300px;
  text-align: center;
  margin-bottom: 15px;
}

.cara-memesan-landing-page .step-by-step .step img {
  height: 90px;
  margin-bottom: 35px;
}

.cara-memesan-landing-page .step-by-step .step p {
  font-size: 16px;
}

.cara-memesan-landing-page .step-by-step .step p:nth-child(2) {
  font-size: 17px;
  font-weight: 600;
  height: 48px;
}

/* .space-recommendation {
  max-width: 990px;
  margin: auto;
  text-align: center;
  padding: 0px 15px 50px;
}

.space-recommendation > h2 {
  font-weight: 500;
  font-size: 24px;
  margin-top: 70px;
}

.space-recommendation > p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 38px;
  color: #595959;
} */

.space-recommendation.landing-page {
  max-width: 1065px;
  margin: auto;
  text-align: center;
  padding: 50px 15px 50px;
}

.space-recommendation.landing-page .cards-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 990px;
  justify-content: space-around;
}

.space-recommendation.landing-page .card.room-item {
  display: block;
  margin: 0 0 30px;
}

.mmx-container.landing-page {
  background-color: #ffce4b;
  margin: 0px;
}

.mmx-container.landing-page .reasons-comp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1120px;
  padding: 45px 15px 0px;
  margin: 0 auto;
  min-height: 320px;
}

.mmx-container.landing-page .reasons-comp .reason {
  width: 272px;
  flex-grow: 1;
  position: relative;
  text-align: center;
  padding: 0 30px;
}

.mmx-container.landing-page .reasons-comp .reason::before {
  position: absolute;
  right: 0px;
  top: calc(50% - 35px);
  height: 70px;
  min-width: 1px;
  max-width: 1px;
  background-color: white;
  content: "";
}

.mmx-container.landing-page .reasons-comp .reason:nth-child(4)::before {
  height: 0px;
}

.mmx-container.landing-page .reasons-comp .reason img {
  height: 80px;
  width: 95px;
  object-fit: contain;
}

.mmx-container.landing-page .reasons-comp .reason > h3 {
  font-size: 16px;
  margin: 5px 0 5px;
}

.mmx-container.landing-page .reasons-comp .reason p {
  font-size: 14px;
  line-height: 18px;
}

.kata-mereka-container.landing-page > h2 {
  margin-bottom: 35px;
}

.kata-mereka-container.landing-page .testi-compilation {
  max-width: 910px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px 30px;
}

.kata-mereka-container.landing-page .testi-card {
  margin: 0 0 40px 0;
}

.mengenal-room-type {
  background-color: #f4f5f7;
  padding: 60px 15px 70px;
  text-align: center;
  max-width: 1080px;
  margin: auto;
}

.mengenal-room-type h2 {
  font-size: 24px;
  font-weight: 500;
  max-width: 1080px;
  margin: 0 auto 25px;
}

.mengenal-room-type .title-comp {
  max-width: 1090px;
  text-align: center;
  margin: auto;
  overflow-x: auto;
  margin-bottom: 10px;
}

.mengenal-room-type .title-comp .title-container {
  display: flex;
  width: max-content;
}

.mengenal-room-type .title-comp h3 {
  font-size: 18px;
  padding: 10px 0px 10px;
  margin: 0px 20px 10px 0px;
  cursor: pointer;
}
.mengenal-room-type .title-comp h3.active {
  padding: 9px 15px 9px;
  color: #fdc502;
  border: solid 1px #fdc502;
}

.mengenal-room-type .desc {
  max-width: 1080px;
  margin: auto;
  column-count: 2;
  column-gap: 40px;
}

.mengenal-room-type .desc p {
  font-size: 16px;
  text-align: justify;
  display: none;
}

.mengenal-room-type .desc p.active {
  display: block;
}

.product-list.landing-page {
  background-color: #f4f5f7;
  padding: 30px 0 0;
}

.product-list.landing-page h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  padding: 0 15px;
}

.product-list.landing-page > p {
  text-align: center;
  font-size: 20px;
  color: #595959;
  padding: 0 15px;
}

.product-list.landing-page .list-of-product {
  display: flex;
  flex-wrap: wrap;
}

.product-list.landing-page .list-of-product .product-type {
  flex-grow: 1;
  height: 310px;
  width: 310px;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.product-list.landing-page .list-of-product .product-type img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.product-list.landing-page .list-of-product .product-type .product-name {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  border: solid 2px white;
  font-size: 18px;
  width: 190px;
  padding: 11px 5px;
  z-index: 1;
}


.product-list.landing-page .list-of-product .product-type .product-name p {
  margin: 0;
  text-align: center;
}

.seo-links-comp.landing-page > h2 {
  padding-right: 90px;
}

.pagination > li.selected > span {
  background-color: #fdc502;
  font-weight: 500;
  color: #333;
}

@media only screen and (max-width: 1117px) {
  .mmx-container.landing-page .reasons-comp .reason:nth-child(3)::before {
    height: 0px;
  }
}

@media only screen and (max-width: 929px) {
  .cara-memesan-landing-page .step-by-step,
  .space-recommendation.landing-page .cards-container {
    justify-content: space-around;
  }
}

@media only screen and (max-width: 869px) {
  .kata-mereka-container.landing-page .testi-card {
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 845px) {
  .mmx-container.landing-page .reasons-comp .reason:nth-child(2)::before {
    height: 0px;
  }

  .mmx-container.landing-page .reasons-comp .reason:nth-child(3)::before {
    height: 70px;
  }
}

@media only screen and (max-width: 573px) {
  .mmx-container.landing-page .reasons-comp .reason::before,
  .mmx-container.landing-page .reasons-comp .reason:nth-child(3)::before {
    height: 0px;
  }
}

@media only screen and (max-width: 407px) {
  .main-search-container.landing-page {
    padding-top: 15px;
  }

  .main-search-container.landing-page .search-engine {
    margin-bottom: 0px;
  }

  .seo-links-comp.landing-page .links .area-list {
    width: 100%;
  }
}