html,
body {
  overflow: hidden;
/*   height: 100%; */
  height: 100vh;
  height: -moz-available;
/*   height: -webkit-fill-available; */
  height: fill-available;
}

@-moz-document url-prefix() {
  body { 
    min-height: 100vh;
  }
}

body {
  /*   position: relative; */
  /*   overflow: hidden; */
  transform-style: preserve-3d;
  font-family: Barlow, sans-serif;
}
#scene2 {
  display: none;
}

.page-wrap {
  position: absolute;
  display: block;  
  width: 100%;
/*   height: 100%; */
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  
  /*   background-image: url('../images/home-bg.jpg');
  background-position: 50% 50%;
  background-size: auto; */
/*   background-image: linear-gradient(180deg, #2a79ae, #a1c5ce 75%); */
}

.opening-strips {
  margin-left: -30vw;
  margin-right: -30vw;
  display: flex;
  flex-direction: row;
  width: 160vw;
  height: 100vh;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  pointer-events: none;
}

.strip {
  width: 11%;
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
  transform: skew(-30deg);
  display: none;
}

.strip.one {
  background: #1275c9;
}

.strip.two {
  background: #84cae1;
}

.strip.three {
  background: #447eb4;
}

.strip.four {
  background: #06407b;
}

.nav-icon-house {
  width: 13%;
  cursor: pointer;
}

.header-right {
  position: absolute;
  right: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  pointer-events: all;
}

.header-left {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 3vh;
  /*   width: 12vw; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*   cursor: pointer; */
}

.footer-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-cross {
  cursor: pointer;
  pointer-events: all;
}

.close-cross.left {
  position: absolute;
  left: auto;
  top: -30px;
  right: -30px;
  bottom: auto;
  width: 50px;
  display: none;
}

.close-cross.right {
  position: absolute;
  left: -30px;
  top: -30px;
  right: auto;
  bottom: auto;
  width: 60px;
  display: none;
}

.disclaimer-short-text {
  margin-top: 25px;
  margin-right: 20px;
  font-family: Barlow, sans-serif;
  color: #8d8d8d;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  cursor: pointer;
  display: none;
}

.left-copy {
  position: absolute;
  margin-left: 20px;
}

.copy-heading {
  display: flex;
  align-items: flex-start;
}

.left-copy-heading {
  width: 230px;
/*   margin-top: -10px; */
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.copy-icon {
  margin-right: 15px;
  margin-bottom: -10px;
}

.charger-icon,
.battery-icon,
.car-leaf-icon,
.pedal-icon,
.road-icon,
.speed-icon,
.fpb-icon,
.ts-icon {
  width: 55px;
}

.battery-icon,
.car-leaf-icon,
.pedal-icon,
.road-icon,
.speed-icon,
.fpb-icon,
.ts-icon {
  display: none;
}

.h3-text {
  display: none;
}

.left-panel {
  position: absolute;
  left: 0%;
  top: 190px;
  right: auto;
  bottom: 0%;
  width: 384px;
  height: 180px;
  display: none;
/*   background-image: none;
  background-position: 100% 0%;
  background-size: cover; */
}

.white-panel-bg, .color-panel-bg, .right-panel-bg {
  position: absolute;
  width: 420px;
  height: 0;
/*   height: 180px; */
}

.white-panel-bg {
  border-top: 181px solid white;
  border-right: 80px solid transparent;
}

.color-panel-bg {
  border-top: 180px solid #347BBC;
  border-right: 80px solid transparent;
}

.left-panel.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 421px;
  height: 181px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.left-panel.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
/*   background-image: url("../images/left-panel-bg-blue.png"); */
  display: none;
}

.logo {
  width: 30%;
}

.right-copy-text {
  width: 250px;
  margin-left: auto;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.left-copy-title {
  position: absolute;
  margin-left: 30px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

.right-panel {
  position: absolute;
  left: 0%;
  top: 190px;
  right: auto;
  bottom: 0%;
  width: 384px;
  height: 180px;
/*   background-image: none;
  background-position: 100% 0%;
  background-size: cover; */
  display: none;
}

.right-panel.interior {
  left: auto;
  top: 190px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 421px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
/*   background-image: url("https://cdn.glitch.global/25785e97-af76-45eb-925b-b3d3b8101514/right-panel-bg-solid-white.png?v=1676306347304");
  background-position: 0% 0%;
  background-size: cover; */
  display: none;
}

.asterisk {
/*   cursor: pointer;
  display: inline;
  position: relative;
  pointer-events: auto; */
  text-decoration: underline;
  text-underline-offset: -0.3em;
}

.underlined-asterisk {
  cursor: pointer;
  line-height: normal;
}

.underlined-asterisk::after {
  background-color: #000000;
  block-size: 0.08em;
  content: "";
  display: block;
  inline-size: 100%;
  left: 0px;
  position: absolute;
  bottom: 35%;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.disclaimer-long-text {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  margin-right: 3%;
  margin-left: 3%;
}

.nameplate {
  z-index: 1;
  width: 26%;
}

.footer {
  position: absolute;
  left: 0%;
  /*   top: auto;
  right: 0%; */
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 6%;
  padding-left: 3%;
  background-color: #fff;
}

.header-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: flex;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 1.5%;
  margin-right: 3%;
  margin-left: 3%;
}

.loading-bar {
  margin-top: 0;
  width: 0;
  height: 5px;
  background-color: #F7C761;
}

#header-img {
  height: 80px;
}

.b-p-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  height: 100%;
  padding: 0px 0px 0px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(56, 152, 236, 0);
  color: #ffffff;
  background-image: url("../images/bp_bg.png");
  background-position: 0% 0%;
  background-size: cover;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  pointer-events: auto;
  transition:  background-image 0.25s ease;
}
.b-p-button:hover {
  background-image: url("../images/bp_bg_hover.png");
}

/* .b-p-button-bg {
  position: absolute;
  right: 0%;
  width: 38%;
  height: 100%;
  border-bottom: 50px solid rgb(52, 123, 100);
  border-left: 30px solid transparent;
} */

.right-panel-bg {
  border-top: 181px solid white;
  border-left: 80px solid transparent;
}

.right-copy-heading {
  width: 250px;
/*   margin-top: -10px; */
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.right-copy {
  position: absolute;
  margin-left: 70px;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.disclaimer-long {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  height: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.left-copy-text {
  width: 230px;
  margin-left: auto;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  pointer-events: auto;
  cursor: pointer;
}

.opening-gradient-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  background-image: linear-gradient(180deg, #3371AD, #84CAE1 100%);
}

.opening {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
  display: flex;
}


.interior-hs2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../images/interior-hs2.jpg");
  background-position: center;
  background-size: cover;
  display: none;
}

.heading {
  margin-top: 13.55%;
  margin-right: 3%;
  margin-left: 3%;
}

.heading-text {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: auto;
}

.nav-menu-svg {
  scale: 75%;
}

#path1,
#path2,
#path3 {
  opacity: 0;
}

#nav-house,
#nav-building,
#nav-trees {
  opacity: 0;
  pointer-events: auto;
  cursor: pointer;
}

#nav-house-png, 
#nav-country-png, 
#nav-city-png {
  position: absolute;
  display: none;
}

#nav-house-png {
  top: 187.5px;
  right: 261.5px;
  width: 92.38px;
}

#nav-country-png {
  width: 100px;
  top: 192px;
  right: 48px;
}

#nav-city-png {
  width: 90px;
  top: 74px;
  right: 162px;
}

#suburb-label,
#country-label,
#city-label {
  opacity: 0;
}

.neighbourhood-icon {
  cursor: pointer;
}

.colors {
  position: absolute;
  left: 2.5%;
  bottom: 9%;
}

.right-side-buttons {
  display: none;
  align-items: flex-end;
  flex-direction: row;
  position: absolute;
  right: 2.5%;
  bottom: 9%;
/*     z-index: 0; */
}

.return {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.interior-button {
  width: 50px;
  height: auto;
  margin-right: 15px;
  flex-direction: column;
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
}

.ar-button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  pointer-events: all;
}

.image {
  width: 60px;
  cursor: pointer;
}

.disclaimer-mobile {
  position: absolute;
  display: none;
}

.tap-to-close {
  display: none;
}

.nameplate-up {
  margin-bottom: 4px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.75px;
}

.nameplate-down {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.menu-grid {
  display: none;
  grid-template-columns: repeat(10, 10vw);
  grid-auto-rows: auto;
  position: absolute;
  z-index: 1;
}

.menu-style {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: Barlow, sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

#ev-menu {
  background-color: #383838;
  color: white;
  width: 92vw;
  height: 21vh;
  grid-column: 1;
  grid-row: 1;
}

#close-menu {
  background-color: #ffffff;
  color: #383838;
  /*   width: 8vw; */
  
  height: 21vh;
  grid-column: 10;
  grid-row: 1;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
}

#close-text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#suburb-menu {
  background-color: #347bbc;
  color: white;
  width: 100vw;
  height: 37vh;
  grid-row: 2;
  pointer-events: all;
}

#country-menu {
  background-color: #f7c761;
  color: white;
  width: 50vw;
  height: 37vh;
  grid-column: 1;
  grid-row: 3;
  pointer-events: all;
}

#city-menu {
  background-color: #d05f3d;
  color: white;
  width: 50vw;
  height: 37vh;
  grid-column: 6;
  grid-row: 3;
  pointer-events: all;
}

.menu-img {
  width: 100px;
}

.loading-dots {
  display: flex;
  margin-top: 15px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  margin: 3px;
  box-shadow: 2px 2px 5px rgba(56, 56, 56, 0.2);
}

.left-align {
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.colors {
  display: none;
}

.color-picker {
  display: block;
  width: 295px;
  height: 50px;
  min-height: 50px;
  min-width: 295px;
}

#close-swatch {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  min-width: 50px;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#close-swatch-img {
  width: 1.4vh;
  height: 1.4vh;
  min-width: 14px;
  min-height: 14px;
  cursor: pointer;
  pointer-events: all;
}

.bg-container {
  position: absolute;
  bottom: 0px;
  width: 50px;
  height: 100%;
  min-height: 50px;
  min-width: 50px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
}

.swatch-container {
  position: absolute;
  left: 43px;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 0;
  height: 100%;
  min-width: 0;
}

.swatch-bg {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  min-height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.swatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(176, 26, 32, 0);
  cursor: pointer;
  pointer-events: all;
}

#s7-div,
#open-swatch {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#s7,
#sel {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  pointer-events: all;
}

#sel {
  background-color: #CED7E7;
  background-color: rgba(206, 215, 231, 1);
}

#sel-ib {
  background-color: rgba(255, 255, 255, 1);
}

.inner-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
}

.swatch-color {
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  border-radius: 50px;
}

#s1-color {
  background-color: #A32B28;
}

#s2-color {
  background-color: #BAC0C9;
}

#s3-color {
  background-color: #87858A;
}

#s4-color {
  background-color: #3371AD;
}

#s5-color {
  background-color: #100F14;
}

#s6-color {
  border: 1px solid #383838;
  background-color: #ffffff;
}

#s7-color,
#sel-color {
  background-color: #CED7E7;
}

.names-container {
  position: absolute;
  left: 0;
  bottom: 110%;
  width: 20vh;
  height: 5vh;
  min-height: 50px;
  min-width: 200px;
  text-align: left;
}

.swatch-names {
  position: absolute;
  display: none;
  color: #ffffff;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

#subtext {
  font-family: Barlow, sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .logo {
    width: 28%;
  }

  .nameplate-down {
    font-size: 36px;
    line-height: 36px;
  }
}

/* AR */
.qr-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  display: none;
  justify-content: center;
}

.x-holder {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: end;
}

#qr-close-button {
  position: absolute;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 20px;
  max-width: 20px;
  cursor: pointer;
}

.white-box {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  justify-content: flex-start;
  flex-direction: column;
  position: fixed;
  left: calc(50% - 325px);
  background-color: white;
  width: 650px;
  height: 580px;
  max-width: 100%;
  max-height: 100%;
}

.qr-inner {
  pointer-events: none;
  display: flex;
  position: absolute;
  height: 100%;
  flex-flow: column;
  width: 100%;
  align-items: center;
}

.actual-qr {
  width: 300px;
  margin-top: 20%;
}

.qr-text {
  margin-top: 20px;
  text-align: center;
  width: 60%;
  text-align: center;
  font-size: 28px;
  line-height: 28px;
}

@media screen and (min-width: 1440px) {
  .opening-strips {
    margin-left: -20vw;
    margin-right: -20vw;
    width: 140vw;
  }

  .close-cross-img {
    top: -25px;
    right: -25px;
  }

  .nav-icon-house {
    width: 12%;
  }

  .close-cross.left {
    top: -25px;
    right: -25px;
    width: 50px;
    display: none;
  }

  .close-cross.right {
    left: -25px;
    top: -25px;
    width: 50px;
  }

  .disclaimer-short-text {
    margin-top: 30px;
    font-size: 13px;
    line-height: 13px;
  }

  .left-copy-heading {
    /*     margin-bottom: 10px; */
    font-size: 22px;
    line-height: 22px;
  }

  .charger-icon,
  .battery-icon,
  .car-leaf-icon,
  .pedal-icon,
  .road-icon,
  .speed-icon,
  .fpb-icon,
  .ts-icon {
    width: 50px;
  }

  .left-copy {
    margin-left: 30px;
  }

  .left-panel {
    width: 430px;
    height: 190px;
  }

  .left-panel.white {
    width: 481px;
    height: 181px;
  }

  .left-panel.color {
    top: 190px;
    width: 480px;
    height: 180px;
  }
  
  .white-panel-bg, .color-panel-bg, .right-panel-bg {
    width: 480px;
  }

  .left-copy-text,
  .left-copy-heading {
    width: 268px;
  }

  .right-copy-text,
  .right-copy-heading {
    width: 270px;
  }

  .left-copy-title {
    margin-left: 40px;
    font-size: 35px;
    line-height: 45px;
  }

  .logo {
    width: 26%;
  }

  .right-copy-text {
    font-size: 14px;
    line-height: 19px;
  }

  .right-panel {
    width: 430px;
    height: 190px;
  }

  .right-panel.interior {
    width: 480px;
    height: 180px;
  }

  .nameplate {
    width: 23%;
  }

  .interior-button {
    margin-right: 20px;
  }

  /*   .right-side-buttons {
    bottom: 10%;
  } */

  .footer {
    height: 7%;
  }

  .disclaimer-long {
    height: 7%;
  }

  .disclaimer-long-text {
    font-size: 11px;
    line-height: 12px;
  }

  .page-wrap {
    /*     background-size: cover; */
    overflow: hidden;
  }

  .b-p-button {
    width: 34%;
    font-size: 22px;
    line-height: 22px;
  }

  .right-copy-heading {
    font-size: 22px;
    line-height: 22px;
  }

  .right-copy {
    margin-left: 90px;
  }

  .heading {
    margin-top: 11.55%;
  }

  .heading-text {
    font-size: 60px;
    line-height: 60px;
  }

  .nav-menu {
    top: 5%;
    right: 5%;
  }

  .nav-menu-svg {
    scale: 95%;
  }

  .nameplate-up {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 15px;
  }

  .nameplate-down {
    font-size: 39px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1920px) {
  .header-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

/*   .close-cross.left {
    top: -40px;
    right: -40px;
    width: 80px;
  }

  .close-cross.right {
    position: absolute;
    left: -40px;
    top: -40px;
    right: auto;
    bottom: auto;
    width: 80px;
  } */

  .left-copy-heading {
    font-size: 28px;
    line-height: 34px;
    width: 360px;
  }

  .left-panel {
    top: 240px;
    width: 570px;
    height: 260px;
  }

  .left-panel.white {
    top: 190px;
    width: 611px;
    height: 251px;
  }

  .left-panel.color {
    top: 190px;
    width: 610px;
    height: 250px;
  }
  
  .white-panel-bg, .color-panel-bg, .right-panel-bg {
    width: 610px;
  }
  
  .white-panel-bg {
  border-top: 251px solid white;
  border-right: 114px solid transparent;
}
  
  .right-panel-bg {
  border-top: 251px solid white;
  border-left: 114px solid transparent;
}

.color-panel-bg {
  border-top: 250px solid #347BBC;
  border-right: 114px solid transparent;
}

  .left-copy-text {
    font-size: 18px;
    line-height: 24px;
    width: 360px;
  }

  .left-copy-title {
    font-size: 40px;
    line-height: 50px;
    margin-left: 3vw;
  }

  .logo {
    width: 23%;
  }

  .right-panel {
    top: 240px;
    width: 570px;
    height: 260px;
  }

  .right-panel.interior {
    top: 190px;
    width: 610px;
    height: 250px;
  }
  
  .right-copy {
    margin-left: 110px;
  }
  
  .right-copy-text {
    font-size: 18px;
    line-height: 24px;
    width: 360px;
  }

  .nameplate {
    width: 20%;
  }

  .header {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 25px;
  }
  
  #header-img {
    height: 100px;
  }
  
  .dot {
    margin: 5px;
    width: 12px;
    height: 12px;
  }
  
  #close-text {
    font-size: 22px;
    line-height: 22px;
  }

  .b-p-button {
    width: 36%;
    font-size: 28px;
    line-height: 28px;
  }

  .right-copy-heading {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 28px;
    width: 360px;
  }

  .heading {
    margin-top: 9.55%;
  }

  .heading-text {
    font-size: 70px;
    line-height: 70px;
  }

  .charger-icon,
  .battery-icon,
  .car-leaf-icon,
  .pedal-icon,
  .road-icon,
  .speed-icon,
  .fpb-icon,
  .ts-icon {
    width: 68px;
  }
  
/*   .car-leaf-icon {
    margin-top: -90px;
  }
  
  .fpb-icon {
    margin-top: -80px;
  } */
  

  .battery-icon,
  .car-leaf-icon,
  .pedal-icon,
  .road-icon,
  .speed-icon,
  .ts-icon {
    display: none;
  }

  .nav-menu {
    top: 7%;
    right: 6%;
  }

  .nav-menu-svg {
    scale: 100%;
  }

  .nameplate-up {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 16px;
  }

  .nameplate-down {
    font-size: 41px;
    line-height: 41px;
  }
  
  .menu-img {
    width: 140px;
  }
  
  .menu-style {
    font-size: 50px;
    line-height: 50px;
  }
  
  .left-align {
    margin-left: 45px;
  }

  .disclaimer-long-text {
    font-size: 12px;
    line-height: 13px;
  }
  
  /*  TODO: adjust color picker  */
/*   .bg-container {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
  }
  
  #close-swatch {
    min-width: 60px;
    min-height: 60px;
  }
  
  #close-swatch-img {
    width: 1.6vh;
    height: 1.6vh;
    min-width: 16px;
    min-height: 16px;
  }
  
  .swatch-bg {
    height: 60px;
    min-height: 60px;
  }
  
  #s7-div, #open-swatch {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  } */
  
/*   .interior-button {
    width: 60px;
    margin-right: 18px;
  }
  
  .ar-button {
    width: 60px;
    height: 60px;
  } */
}

/* mobile landscape */
/* @media only screen and (hover: none) and (pointer: coarse) 
  and (max-width: 991px) and (orientation: landscape) { */
  
@media screen and (max-width: 991px) and (orientation: landscape) {
  html, body {
    height: 100%;
  }

  .page-wrap {
    height: 100%;
  }
  
  .nav-icon-house {
    width: 20%;
  }

  .disclaimer-short-text {
    margin-top: 20px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .disclaimer-long-text {
    font-size: 10px;
    line-height: 11px;
  }

  .left-panel.white, 
  .left-panel.color,
  .right-panel.interior {
    top: 70px;
    height: 165px;
  }
  
  .white-panel-bg, 
  .right-panel-bg {
    border-top: 165px solid white;
  }

  .color-panel-bg {
    border-top: 165px solid #347BBC;
  }
  
  .close-cross.left {
    width: 50px;
  }
  
  .left-panel.white,
  .left-panel.color,
  .right-panel.interior,
  .white-panel-bg, 
  .color-panel-bg, 
  .right-panel-bg {
    width: 310px;
  }
  
  .left-copy {
    margin-left: 0;
  }
  
  .left-copy-text,
  .left-copy-heading {
/*     width: 180px; */
    width: 200px;
  }
  
  .left-copy-heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .left-copy-title {
    width : 230px;
    margin-left: 20px;
    font-size: 23px;
  }
  
  .right-copy {
    margin-left: 60px;
  }
  
  .right-copy-heading, 
  .right-copy-text {
    width: 230px;
  }
  
  .charger-icon, 
  .battery-icon, 
  .car-leaf-icon, 
  .pedal-icon, 
  .road-icon, 
  .speed-icon, 
  .fpb-icon, 
  .ts-icon {
    width: 45px;
  }
  
  
  .logo {
    width: 40%;
  }

  .nameplate {
    width: 40%;
  }

  .nav-menu {
    top: 6%;
    right: 5%;
  }

  .nav-menu-svg {
    width: 203px;
    height: 153px;
    scale: 100%;
  }

  .footer {
    height: 10%;
  }

  .b-p-button {
    width: 56%;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-column {
    width: 100%;
  }

  .disclaimer-long {
    height: 10%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .header {
    margin-top: 0;
  }
  
  .header-right {
    margin-top: 1%;
  }
  
  #header-img {
    height: 60px;
  }
  
  .heading {
    margin-top: 10.55%;
    margin-right: 3%;
    margin-left: 3%;
  }

  .heading-text {
    font-size: 35px;
    line-height: 35px;
  }
  
  .menu-grid {
    height: 95%;
  }
  
  #ev-menu,
  #close-menu {
    height: auto;
  }

  #suburb-menu,
  #country-menu,
  #city-menu {
    height: auto;
  }

  #menu-dots {
    margin-top: 10px;
  }

  .back-img {
    width: 31%;
  }

  .copy-icon {
    margin-right: 10px;
    margin-bottom: -20px;
  }

  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-style {
    font-size: 35px;
    line-height: 35px;
  }

  .menu-img {
    width: 80px;
  }

  #close-text {
    font-size: 14px;
    line-height: 14px;
  }

  #close {
    width: 15px;
  }

  .nameplate-up {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 12px;
  }

  .nameplate-down {
    font-size: 30px;
    line-height: 30px;
  }

  .colors {
    padding-right: 3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .right-side-buttons, .colors {
    bottom: 13%;
  }

  .interior-button {
    width: 60px;
    height: auto;
    margin-left: -20px;
  }
  
  #interior-button-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
  }

  .return {
    text-align: center;
  }
  
  .ar-button {
    width: 40px;
    height: 40px;
  }

  .image {
    width: 55px;
  }

  .color-picker {
    width: 20vw;
    min-width: 200px;
    height: 4vh;
    min-height: 40px;
  }

  #close-swatch {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  #close-swatch-img {
    min-width: 15px;
    min-height: 15px;
  }

  .swatch-container {
    left: 35px;
  }

  .swatch-bg {
    height: 40px;
    min-height: 40px;
  }

  .swatch {
    width: 26px;
    height: 26px;
    min-height: 26px;
    min-width: 26px;
  }

  .bg-container {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  #open-swatch {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  #s7-div {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  #s7,
  #sel {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  .inner-border {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
  }

  .swatch-color {
    width: 19px;
    height: 19px;
    min-height: 19px;
    min-width: 19px;
  }

  #returnText {
    font-size: 14px;
    line-height: 14px;
  }

  .names-container {
    height: 4vh;
    min-height: 40px;
  }

  .swatch-names {
    font-size: 14px;
    line-height: 14px;
  }

  #subtext {
    font-size: 12px;
    line-height: 12px;
  }
  
    .h3-text {
    height: 140px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 50px;
  }
}

/* tablet */
/* @media only screen and (hover: none) and (pointer: coarse) 
  and (max-width: 991px) and (orientation: portrait) { */

@media screen and (max-width: 991px) and (orientation: portrait) {
  html, body {
    height: 100%;
  }

  .page-wrap {
    height: 100%;
  }
  
  .opening-strips {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 200vw;
  }

  .nav-icon-house {
    width: 20%;
  }

  .disclaimer-short-text {
    display: none;
  }

  .left-panel.white {
    top: 190px;
  }

  .left-panel.color {
    top: 190px;
  }

  .logo {
    width: 40%;
  }

  .nameplate {
    width: 40%;
  }

  .nav-menu {
    position: absolute;
    left: auto;
    top: 8%;
    right: auto;
    bottom: auto;
  }

  .footer {
    height: 5%;
  }

  .b-p-button {
    width: 56%;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-column {
    width: 100%;
  }

  .disclaimer-mobile {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 6.5%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .disclaimer-mobile-text {
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-align: center;
    pointer-events: auto;
    display: none;
  }

  .disclaimer-long {
    height: 5%;
    padding-right: 5%;
    padding-left: 5%;
    flex-direction: column;
  }

  .tap-to-close {
    display: block;
    font-family: Barlow, sans-serif;
    color: #ce9931;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    pointer-events: auto;
  }
  
  .underlined-asterisk {
    text-decoration: underline;
  }
  
  .underlined-asterisk::after {
    display: none;
  }
  
  .opening {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-text {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
  }

  .neighbourhood-map {
    left: auto;
    top: 10%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .back-img {
    width: 31%;
  }

  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-style {
    font-size: 35px;
    line-height: 35px;
  }

  #close-text {
    font-size: 14px;
    line-height: 14px;
  }

  #close {
    width: 15px;
  }

  #ev-menu,
  #close-menu {
    height: 24vh;
  }

  #suburb-menu {
    height: 36vh;
  }

  
  #country-menu,
  #city-menu {
    height: 35vh;
  }

  .nameplate-up {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 12px;
  }

  .nameplate-down {
    font-size: 30px;
    line-height: 30px;
  }

  .colors {
    padding-right: 3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .right-side-buttons {
    width: 47.5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .interior-button {
    width: 40px;
    height: auto;
    margin-left: -20px;
  }

  .ar-button {
    width: 40px;
    height: 40px;
  }

  .image {
    width: 55px;
  }

  .color-picker {
    width: 20vw;
    min-width: 200px;
    height: 40px;
    min-height: 40px;
  }

  #close-swatch {
    min-width: 40px;
    min-height: 40px;
  }

  #close-swatch-img {
    min-width: 15px;
    min-height: 15px;
  }

  .swatch-container {
    left: 35px;
  }

  .swatch-bg {
    height: 40px;
    min-height: 40px;
  }

  .swatch {
    height: 26px;
    width: 26px;
    min-height: 26px;
    min-width: 26px;
  }

  .bg-container {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  #open-swatch {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  #s7-div {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  #s7,
  #sel {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  .inner-border {
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
  }

  .swatch-color {
    height: 19px;
    width: 19px;
    min-height: 19px;
    min-width: 19px;
  }

  #returnText {
    font-size: 14px;
    line-height: 14px;
  }

  .names-container {
    height: 4vh;
    min-height: 40px;
  }

  .swatch-names {
    font-size: 14px;
    line-height: 14px;
  }

  #subtext {
    font-size: 12px;
    line-height: 12px;
  }
}



/* @media only screen and (hover: none) and (pointer: coarse) 
  and (max-width: 767px) and (orientation: landscape) { */

/* @media screen and (max-width: 767px) and (orientation: landscape) { */
/*   html, body {
    height: 100%;
  }

  .page-wrap {
    height: 100%;
  }
  
  .opening-strips {
    margin-left: -35vw;
    margin-right: -35vw;
    width: 170vw;
  }

  .heading {
    margin-top: 12.55%;
    margin-right: 3%;
    margin-left: 3%;
  }

  .nav-menu {
    top: 5%;
    right: 5%;
  }

  .nav-menu-svg {
    width: 163px;
    height: 122px;
    scale: 100%;
  }

  .close-cross.left {
    top: -25px;
    right: -25px;
    width: 50px;
  }

  .close-cross.right {
    left: -25px;
    top: -25px;
    width: 50px;
  }

  .disclaimer-short-text {
    font-size: 11px;
    line-height: 11px;
  }

  .left-copy-heading {
    font-size: 16px;
    line-height: 19px;
    width: 200px;
  }

  .left-copy-text {
    font-size: 13px;
    line-height: 13px;
    width: 200px;
  } */

  
/*   .right-copy-text {
    font-size: 13px;
    line-height: 15px;
  }

  .left-copy-title {
    margin-left: 25px;
    font-size: 25px;
    line-height: 33px;
  }

  .right-panel.interior {
    top: 120px;
    width: 350px;
    height: 150px;
  }

  .disclaimer-long-text {
    font-size: 9px;
    line-height: 11px;
  }

  .footer {
    height: 10%;
  }

  .b-p-button {
    font-size: 16px;
    line-height: 16px;
  }

  .right-copy-heading {
    font-size: 16px;
    line-height: 16px;
  }

  .right-copy {
    margin-right: 15px;
  }

  .fpb-icon {
    width: 28px;
    margin-top: -65px;
    margin-right: 15px;
  }

  .disclaimer-long {
    height: 10%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .heading-text {
    font-size: 30px;
    line-height: 30px;
  }

  .colors {
    bottom: 13%;
  }

  .interior-button {
    margin-left: -20px;
  }

  .image {
    width: 50px;
  } */
/* } */


/* @media only screen and (hover: none) and (pointer: coarse) 
  and (max-width: 767px) and (orientation: portrait) { */

@media screen and (max-width: 767px) and (orientation: portrait) {
  html, body {
    height: 100%;
  }

  .page-wrap {
    height: 100%;
  }
  
  .disclaimer-short-text {
    display: none;
  }

  .disclaimer-mobile-text {
    font-size: 11px;
    line-height: 11px;
  }

  .tap-to-close {
    font-size: 9px;
    line-height: 9px;
    margin-bottom: 5px;
  }
  
  .underlined-asterisk {
    text-decoration: underline;
  }
  
  .underlined-asterisk::after {
    display: none;
  }

  /*   
  .left-panel.white {
    top: 120px;
    width: 351px;
    height: 151px;
  }

  .left-panel.color {
    top: 120px;
    width: 350px;
    height: 150px;
  }

  .left-copy-heading {
    font-size: 16px;
    line-height: 19px;
  }

  .left-copy-text {
    font-size: 14px;
    line-height: 18px;
  }

  .left-copy-title {
    margin-left: 25px;
    font-size: 25px;
    line-height: 33px;
  }

  .right-copy-text {
    font-size: 13px;
    line-height: 15px;
  }

  .right-panel.interior {
    top: 120px;
    width: 350px;
    height: 150px;
  } 
  */

  .disclaimer-long-text {
    font-size: 9px;
    line-height: 11px;
  }

  .footer {
    height: 45px;
  }
  
  .b-p-button {
    font-size: 16px;
    line-height: 16px;
  }

/*   .right-copy-heading {
    font-size: 16px;
    line-height: 16px;
  }

  .right-copy {
    margin-right: 15px;
  } */

  .disclaimer-long {
    height: 45px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .heading-text {
    font-size: 35px;
    line-height: 35px;
  }

/*   .colors {
    bottom: 60px;
  } */

  .image {
    width: 50px;
  }
}

/* @media only screen and (hover: none) and (pointer: coarse) 
  and (max-width: 479px) { */

@media screen and (max-width: 479px) {
  html, body {
    height: 100%;
  }

  .page-wrap {
    height: 100%;
  }
  
  .interior-hs2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-image: url(../images/interior-hs2.jpg);
    background-position: center;
    background-size: cover;
    display: none;
  }
  .opening-strips {
    margin-left: -100vw;
    margin-right: -100vw;
    width: 300vw;
  }

  .nav-menu {
    top: 2.5%;
  }

  .nav-menu-svg {
    scale: 58%;
  }

  .nav-icon-house {
    width: 30%;
  }
  
  .h3-text {
    height: 140px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 200px;
  }

  .close-cross.left {
    top: -25px;
    right: -25px;
    width: 50px;
  }

  .disclaimer-short-text {
    display: none;
  }

  .left-panel.white {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 80px;
    height: 140px;
  }

  .left-panel.color {
    height: 140px;
    top: 120px;
  }
  
  .left-panel.white,
  .left-panel.color,
  .white-panel-bg, 
  .color-panel-bg, 
  .right-panel-bg {
    width: 360px;
  }
  
  .white-panel-bg {
    border-top: 140px solid white;
    border-right: 65px solid transparent;
  }

  .color-panel-bg {
    border-top: 140px solid rgb(52, 123, 188);
    border-right: 65px solid transparent;
  }

  .left-copy {
    margin-left: 5px;
  }
  
  .left-copy-heading {
    margin-top: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .left-copy-heading,
  .left-copy-text {
    width: 225px;
  }

  .copy-icon {
    margin-right: 5px;
    margin-bottom: -20px;
    width: 50px;
  }

  .logo {
    width: 146px;
  }

  .left-copy-title {
    width: 75%;
  }

  .right-panel.interior {
    display: flex;
    width: 400px;
  }

  .disclaimer-long-text {
    width: 100%;
    font-size: 9px;
    line-height: 11px;
    text-align: left;
  }

  .nameplate {
    width: 70%;
  }

  .footer {
    padding-left: 5%;
    height: 5vh;
  }

  .header {
    margin-top: 3%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .header-right {
    top: 1.5vh;
  }

  #header-img {
    height: 55px;
  }

  .b-p-button {
    padding: 0px 0px 0px 10%;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
  }

  .right-copy {
    width: 65%;
  }

  .disclaimer-long {
    display: none;
    height: 10vh;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .disclaimer-mobile {
    bottom: 5.5vh;
  }

  .heading {
    bottom: 8%;
  }

  .heading-text {
    font-size: 35px;
    line-height: 35px;
  }

  .neighbourhood-map {
    top: 15%;
    width: 50%;
  }

  .right-side-buttons {
    width: 47.5%;
  }
  
/*   .white-box {
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }
  
  .actual-qr {
    margin-top: 25%;
  } */
  
  .menu-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-img {
    margin-top: 25%;
    width: 80px;
  }

  .left-align {
    padding-left: 0;
    margin-top: -130px;
  }

  #menu-dots {
    margin-top: 7px;
  }
  
  .dot {
    width: 7px;
    height: 7px;
    border-radius: 8px;
    margin: 2px;
  }

  .loading-dots {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-grid {
    height: 95%;
  }
  
/*   #ev-menu,
  #close-menu {
    height: 21vh;
  } */

/*   #suburb-menu,
  #country-menu,
  #city-menu {
    height: 37vh;
  } */
  
  #ev-menu,
  #close-menu {
    height: auto;
  }

  #suburb-menu,
  #country-menu,
  #city-menu {
    height: auto;
  }

  #ev-menu {
    width: 80vw;
  }

  #close-menu {
    width: 20vw;
    grid-column: 9;
  }

  #close-text {
    font-size: 16px;
    line-height: 16px;
  }

  #close {
    width: 25px;
  }
  
  .colors, 
  .right-side-buttons {
    bottom: 9%;
  }

  .colors {
    padding-right: 5%;
  }

  .interior-button {
    margin-left: -30px;
    width: 60px;
  }
  
  .return {
    text-align: center;
  }
  
  #interior-button-img {
    display: block;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .disclaimer-mobile-text {
    font-size: 9px;
    line-height: 9px;
  }

  .nameplate-up {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 12px;
  }

  .nameplate-down {
    font-size: 32px;
    line-height: 32px;
  }

  .color-picker {
    width: 4vw;
    min-width: 40px;
    height: 25vh;
    min-height: 250px;
  }

  .swatch-container {
    left: auto;
    bottom: 35px;
    min-width: 40px;
    width: 4vw;
    height: 0;
    min-height: 0;
  }

  .swatch-bg {
    width: 4vh;
    min-width: 40px;
    height: 18vh;
    min-height: 180px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #s7-div,
  #open-swatch {
    right: auto;
    bottom: 0;
    width: 4vh;
    height: 4vh;
    min-height: 40px;
    min-width: 40px;
  }

  .names-container {
    position: absolute;
    left: 14vw;
    top: 15%;
    width: 8vw;
    height: 21vh;
    min-height: 210px;
    min-width: 80px;
    text-align: left;
  }
}
