/* IMPORTS */
/* Google font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Global variables */
:root {
  --menu-background: hsla(0, 0%, 100%, .85);
  --menu-text-color: hsl(0, 0%, 20%);
  --menu-icon-color: hsl(0, 0%, 50%);
}

/* Global styling */
* {
  box-sizing: border-box;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
}

html,
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border: 0;
  border-radius: 10px;
  background: #FFB93E;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
}

a {
  color: #00b5cd;
}

.hidden { display: none !important }
.vertical-spacer { height: 24px; }

.container,
.panorama-viewer,
.matterport-iframe {
  width: 100vw;
  height: 100vh;
  border: 0 !important;
}
.p15 {
  padding: 15px;
}

.info-box-wrapper {
  z-index: 999999;
  width: 500px;
  max-height: 85vh;
  position: fixed;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: #fff;
}
.info-box.open {
  height: 80vh;
}
.info-box-top {
  /* padding-bottom: 20px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.image-gallery {
  min-height: 200px;
  max-height: 250px;
  padding-bottom: 2px;
  display: flex;
  overflow-x: scroll;
}
.description-box {
  width: 100%;
  height: auto;
  margin: 15px 0;
  padding: 0 15px;
  overflow-y: scroll;
}
.info-box-actions {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
}
.info-box-actions > * {
  margin-right: 15px;
}
.back-button {
  padding-right: 15px;
}
.more-info-button {
  border-radius: 100px;
}
.info-title {
  max-width: 70%;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.info-box-top a {
  width: 30%;
  padding-left: 12px;
  text-align: center;
}
.image-gallery::-webkit-scrollbar {
  display: block;
  width: 100%;
  height: 5px;
}
.image-gallery::-webkit-scrollbar-track {
  width: 100%;
  height: 100%;
  background: #fff;
}
.image-gallery::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: #FFB93E;
}
.gallery-item {
  height: 100%;
  margin-right: 4px;
  object-fit: cover;
}
.gallery-item:last-child {
  margin: 0;
}
.description-box p {
  margin-top: 0;
  padding-top: 0;
}
.description-box::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 100%;
}
.description-box::-webkit-scrollbar-track {
  width: 100%;
  height: 100%;
  background: #FFF;
}
.description-box::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: #FFB93E;
}
.info-box-toggle {
  width: 60px;
  margin-top: -8px;
  background: #fff;
  border: 0;
  border-radius: 0 0 30px 30px;
}
.info-box-toggle > * {
  color: #000;
}
a.infobox-content {
  display: block;
  width: fit-content;
  margin-bottom: 12px;
}
h2.infobox-content {
  margin: 0;
  margin-bottom: 4px;
}
p.infobox-content {
  margin-top: 0;
}



.matterport-menu-box-wrapper {
  z-index: 999999;
  width: 300px;
  position: fixed;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-title {
  text-align: center;
}
.matterport-menu-box {
  width: 100%;
  background: #dbf9ff;
  border-radius: 15px;
}
.matterport-menu {
  display: none;
  padding: 0 0 15px 0;
}
.matterport-menu-box.open .matterport-menu {
  display: block;
}
.matterport-menu-item {
  margin: 8px 0;
  padding: 8px 16px;
  background: #b1ebf4;
  color: #000;
  cursor: pointer;
  transition-duration: 0.25s;
}
.matterport-menu-item:hover {
  background: #00b6cd;
}
.menu-toggle {
  background: #dbf9ff !important;
}



/* SWIPER SLIDES */
.swiper-slide {
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  color: #FFB93E !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5),
                0 0 6px rgba(0, 0, 0, .1) !important;
}
.swiper-pagination-bullet {
  width: 20px !important;
  height: 7px !important;
  border-radius: 20px !important;
  background: #fff !important;
  opacity: 0.75 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .25),
              0 1px 3px rgba(0, 0, 0, .50);
}
.swiper-pagination-bullet-active {
  background: #FFB93E !important;
  opacity: 1 !important;
}



.psv-navbar {
  display: none !important;
}



.qr-code-button {
  display: none !important;
  z-index: 999999;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  color: #333;
  font-size: 12px;
  border-radius: 0;
}



.cookie-container {
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-banner {
  width: 100%;
  max-width: 500px;
  /* height: 100%;
  max-height: 300px; */
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  /* border: 2px solid lightblue; */
  border-radius: 10px;
  box-shadow: 0 10px 20px hsla(200, 100%, 90%, .15),
                0 3px 6px hsla(200, 100%, 80%, .30);
}
h2.cookie-header {
  margin: 0;
  color: hsl(0, 0%, 25%);
}
.cookie-description {
  font-size: 18px;
}
.cookie-toggles {
  width: 100%;
}
.cookie-toggle {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cookie-toggle:nth-child(1) {
  margin-top: 0;
}
.cookie-toggle-description {
  margin-top: 6px;
  font-size: 12px;
}
.cookie-actions {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cookie-actions > * {
  width: 49%;
  padding: 12px 0;
  border-radius: 6px;
  border: 2px solid;
}
.cookie-reject-btn {
  background: transparent;
  color: #00b6cd;
  border-color: #00b6cd;
  font-weight: bold;
}
.cookie-accept-btn {
  background: #00b6cd;
  font-weight: bold;
  border-color: #00b6cd;
}




@media screen and (max-width: 999px) {
  .info-box-wrapper {
    top: 0;
    left: 0;
    width: 60%;
    padding: 15px 7px 0 15px;
  }
  .matterport-menu-box-wrapper {
    top: 0;
    right: 0;
    width: 40%;
    padding: 15px 15px 0 7px;
  }
}


@media screen and (max-width: 650px) {
  .info-box-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    /* min-height: 85vh; */
    padding: 0;
  }
  .info-box {
    border-radius: 0 0 15px 15px;
  }
  .matterport-menu-box-wrapper {
    display: none;
  }
  .qr-code-button {
    display: none;
  }

  .cookie-container {
    align-items: flex-end;
  }
  .cookie-banner {
    border: 0;
    border-radius: 0;
  }
}