@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img,
svg {
  vertical-align: middle;
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;

}

.fullscreen {
  min-height: 100dvh;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.bgg {
  position: relative;
  min-height: 100dvh;
  background: url(../assets/Images/Masterplan\ Labeled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bggplaza {
  position: relative;
  min-height: 100dvh;
  background: url(../assets/Images/Plaza\ labeled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}


.bggeast {
  position: relative;
  min-height: 100dvh;
  background: url(../assets/Images/East\ Villa\ Garden\ District\ labeled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}


.bggwest {
  position: relative;
  min-height: 100dvh;
  background: url(../assets/Images/West\ District\ labeled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}


.svgbuilding {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: all;
  width: 100%;
  height: 100%;
}

*:focus,
*:focus-visible,
*:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

.popover-body {
    background: #686363;
}


.btn-light{
    background:#343434;
    border-color:#343434;
    border-radius:30px;
    color:#fff;
    

}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
  border-top-color: #686363;
}

.backbtn {
  position: absolute;
  left: 20px;
  top: 20px;
  background:#fff !important;
  border-color:#fff !important;
  border-radius:30px !important;
  color:#313131 !important;
  z-index: 99;
}

.whitefont {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}

.bedinfo {
  background: #232323;
  border-radius: 16px;
  color: #fff;
  padding: 4px 10px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

#landscape-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;

  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

@media (orientation: portrait) {
  #landscape-overlay {
    display: flex !important;
  }
}

@media(max-width: 900px) {
  .whitefont {
    font-size: 14px;
  }
}