* {
  padding: 0;
  margin: 0;
}

.navlist div {
  display: none;
}
@media screen and (min-width: 769px) {
  .navlist div {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .material-symbols-outlined {
    display: none;
  }
  .sidediv {
    display: none;
  }

  .sidebar div {
    display: none;
  }
  .hamburger {
    display: none;
  }
}

header {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 1000000;
  top: 0;
  background-color: whitesmoke;
}

.mainnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
  background-color: whitesmoke;
}

.mainnav a img {
  width: 80px;
  padding: 5px 0px 0px 0px;
}
.navlist {
  width: 600px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  letter-spacing: 2px;
  color: black;
  flex-basis: 60%;
}

.navmodhover {
  margin-top: 44px;
  position: absolute;
  background-color: aqua;
}

.navloc {
  margin: 0px 0px 10px 0px;
}
.navloc i {
  color: black;
}

.navloc i:hover {
  color: red;
}

.navmod:hover,
.navown:hover,
.navabt:hover,
.navtech:hover {
  color: red;
  cursor: pointer;
}
.navmodgrp:hover .navmodpopup {
  display: grid;
}
#menuclose {
  display: none;
}

.hamburger {
  display: flex;
  justify-content: space-around;
  width: 150px;
}
.hamburger a {
  color: black;
}
#menuopen:hover,
#menuclose:hover,
#searchopen:hover {
  color: red;
}

.sidediv {
  width: 100%;
  height: min-content;
}
.sidebar {
  position: relative;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: whitesmoke;
  list-style: none;
  flex-direction: column;
  gap: 0;
  display: none;
  max-height: calc(100vh - 9rem);
  overflow-y: auto;
}
.modsidelist,
.abtsidelist,
.techsidelist,
.ownsidelist, .findastore{
  padding: 20px;
  text-align: center;
  letter-spacing: 5px;
  cursor: pointer;
}
.modsidelist:hover,
.abtsidelist:hover,
.techsidelist:hover,
.ownsidelist:hover {
  background-color: black;
  color: white;
  font-weight: bold;
}

.hovermod {
  display: none;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  padding: 20px;
  text-align: center;
  row-gap: 50px;
  background-color: white;
}
/*Hover on modsidelist to reveal hovermod*/
.modgrp:hover .hovermod {
  display: grid;
}

.seal img,
.han img,
.dolphin img {
  width: 150px;
}
.seal a,
.dolphin a,
.han a {
  text-decoration: none;
  color: black;
}
.abtgrp {
  text-align: center;
}
.abtgrp a {
  display: none;
  padding: 10px 0px 10px 40px;
  text-align: center;
  color: black;
  text-decoration: none;
}
.abtgrp:hover .hoverabt {
  display: block;
}

.hoverabt:hover {
  text-decoration: underline;
}

.techgrp {
  text-align: center;
}
.techgrp a {
  padding: 10px 0px 10px 40px;
  text-align: center;
  color: black;
  text-decoration: none;
}
.hovertech {
  display: none;
}
.techgrp:hover .hovertech {
  display: flex;
  flex-direction: column;
}
.hovertech:hover {
  text-decoration: underline;
}

.owngrp {
  text-align: center;
}
.owngrp a {
  padding: 10px 0px 10px 40px;
  text-align: center;
  color: black;
  text-decoration: none;
}
.hoverown {
  display: none;
}
.owngrp:hover .hoverown {
  display: flex;
  flex-direction: column;
}
.hoverown:hover {
  text-decoration: underline;
}
.material-symbols-outlined {
  cursor: pointer;
  padding: 0px 0px 0px 15px;
}
/*MAIN CONTENT*/

main {
  box-sizing: border-box;
  width: 100%;
  margin-top: 60px;
}
.maindiv {
  box-sizing: border-box;

  width: 100%;
  color: white;
}
.maindiv img {
  width: 100%;
}

.byd-seal {
  border: 0;
  margin: 0px;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 3.333333vw;
}

.main-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 5.7vw;
}

.props {
  list-style: none;
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto auto;
  text-align: left;
  row-gap: 50px;
  left: 0;
  right: 0;
  position: absolute;
  padding: 0px 0px 0px 30px;
  top: 20%;
}

.ocean {
  position: relative;
  text-align: center;
  margin: 0px;
}
.ocean-desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 26.111111vw;
}

.ocean h2 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .ocean h2 {
    font-size: 4.333333vw;
  }
}
.ocean-text {
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .ocean-text {
    font-size: 3.5vw;
  }
}

.award-winner {
  position: relative;
  text-align: center;
  margin: 0px;
}

.award-desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 26.111111vw;
}

.award-winner h2 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .award-winner h2 {
    font-size: 4.333333vw;
  }
}
.award-text {
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .award-text {
    font-size: 3.5vw;
  }
}

.brighter {
  position: relative;
  text-align: center;
  margin: 0px;
  color: black;
}

.brighter-desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 26.111111vw;
}

.brighter h2 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .brighter h2 {
    font-size: 4.333333vw;
  }
}
.brighter-text {
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .brighter-text {
    font-size: 3.5vw;
  }
}

.touchscreen {
  position: relative;
  text-align: center;
  margin: 0px;
}

.touchscreen-desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 26.111111vw;
}

.touchscreen h2 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .touchscreen h2 {
    font-size: 4.333333vw;
  }
}
.touchscreen-text {
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .touchscreen-text {
    font-size: 3.5vw;
  }
}

.pano-et-al {
  color: black;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  position: relative;
  background-color: #f3f3f3;
  padding-bottom: 60px;
}

.sunroof {
  padding: 6.9vw;
}
.sr-img {
  padding-bottom: 5vw;
}
.sr-desc {
  align-items: center;
  align-content: center;
}
.sr-desc h2 {
  font-size: 6.666vw;
  font-weight: 600;
  margin-bottom: 4.444444vw;
  line-height: 1.375;
}
.sr-desc ul {
  font-size: 4.4444vw;
  padding-left: 5vw;
  text-align: left;
  font-weight: 400;
  line-height: 1.375;
  color: #717171;
}

.immersive-theatre {
  padding: 6.9vw;
}
.it-img {
  padding-bottom: 5vw;
}
.it-desc {
  align-items: center;
  align-content: center;
}
.it-desc h2 {
  font-size: 6.666vw;
  font-weight: 600;
  margin-bottom: 4.444444vw;
  line-height: 1.375;
}
.it-desc ul {
  font-size: 4.4444vw;
  padding-left: 5vw;
  text-align: left;
  font-weight: 400;
  line-height: 1.375;
  color: #717171;
}

.sport-seat {
  padding: 6.9vw;
}
.ss-img {
  padding-bottom: 5vw;
}
.ss-desc {
  align-items: center;
  align-content: center;
}
.ss-desc h2 {
  font-size: 6.666vw;
  font-weight: 600;
  margin-bottom: 4.444444vw;
  line-height: 1.375;
}
.ss-desc ul {
  font-size: 4.4444vw;
  padding-left: 5vw;
  text-align: left;
  font-weight: 400;
  line-height: 1.375;
  color: #717171;
}

.smart-storage {
  padding: 6.9vw;
}
.storage-img {
  padding-bottom: 5vw;
}
.storage-desc {
  align-items: center;
  align-content: center;
}
.storage-desc h2 {
  font-size: 6.666vw;
  font-weight: 600;
  margin-bottom: 4.444444vw;
  line-height: 1.375;
}
.storage-desc ul {
  font-size: 4.4444vw;
  padding-left: 5vw;
  text-align: left;
  font-weight: 400;
  line-height: 1.375;
  color: #717171;
}

.charging {
  position: relative;
  text-align: center;
  margin: 0px;
  color: black;
}

.charging-desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 26.111111vw;
}

.charging h2 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .charging h2 {
    font-size: 4.333333vw;
  }
}
.charging-text {
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .charging-text {
    font-size: 3.5vw;
  }
}

.performance {
  position: relative;
  text-align: center;
  margin: 0px;
}

.performance-desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 26.111111vw;
}

.performance h2 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .performance h2 {
    font-size: 4.333333vw;
  }
}
.performance-text {
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .performance-text {
    font-size: 3.5vw;
  }
}

.ctb {
  text-align: center;
  position: relative;
  color: black;
}

.ctb-desc {
  margin-top: 26.111111vw;
  margin-bottom: 20.8333333333vw;
}

.ctb h2 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .ctb h2 {
    font-size: 4.333333vw;
  }
}
.ctb-text {
  text-align: left;
  padding: 40px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .ctb-text {
    font-size: 3.5vw;
  }
}

.itac {
  text-align: center;
  position: relative;
  color: black;
}

.itac-desc {
  margin-top: 26.111111vw;
  margin-bottom: 20.8333333333vw;
}

.itac h2 {
  padding: 0 30px 0 30px;
}
@media screen and (min-width: 500px) {
  .itac h2 {
    font-size: 4.333333vw;
  }
}
.itac-media {
  padding: 0px 30px 30px 30px;
  height: 48.4722222222vw;
}
.itac-media video {
  width: 100%;
}
.itac-text {
  text-align: left;
  padding: 0 40px 0 40px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .itac-text {
    font-size: 3.5vw;
  }
}

.eplatform {
  color: black;
  position: relative;
  text-align: center;
  margin: 0px;
}

.eplatform-desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 26.111111vw;
}

.eplatform h2 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .eplatform h2 {
    font-size: 4.333333vw;
  }
}
.eplatform-text {
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .eplatform-text {
    font-size: 3.5vw;
  }
}

.battery {
  color: black;
  position: relative;
  text-align: center;
  margin: 0px;
}

.battery-desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 26.111111vw;
}

.battery h2 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .battery h2 {
    font-size: 4.333333vw;
  }
}
.battery-text {
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .battery-text {
    font-size: 3.5vw;
  }
}

.powertrain {
  color: black;
  position: relative;
  text-align: center;
  margin: 0px;
}

.powertrain-desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 26.111111vw;
}

.powertrain h2 {
  padding: 0 30px 0 30px;
}
@media screen and (min-width: 500px) {
  .powertrain h2 {
    font-size: 4.333333vw;
  }
}
.powertrain-text {
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .powertrain-text {
    font-size: 3.5vw;
  }
}

.heatpump {
  color: black;
  position: relative;
  text-align: center;
  margin: 0px;
}

.heatpump-desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 26.111111vw;
}

.heatpump h2 {
  padding: 0 30px 0 30px;
}
@media screen and (min-width: 500px) {
  .heatpump h2 {
    font-size: 4.333333vw;
  }
}
.heatpump-text {
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (max-width: 991px) {
  .heatpump-text {
    font-size: 3.5vw;
  }
}

.newsletter {
  color: black;
  display: flex;
  padding: 10px 30px 30px 30px;
}
.captiondiv {
  flex-basis: 40%;
  text-align: center;
}
.newsletter h3 {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 600;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 769px) {
  .newsletter {
    flex-direction: column;
    padding: 50px;
  }
}
.formdiv {
  flex-basis: 60%;
}
.form {
  padding: 30px 0px 40px 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.form input:not(#consent) {
  height: 40px;
  width: 70%;
  margin-bottom: 30px;
  padding: 0px 20px;
}

::placeholder {
  width: 100%;
  font-size: large;
}
input[type="text"] {
  font-size: 20px;
}
input[type="email"] {
  font-size: 20px;
}
.form label {
  width: 70%;
  text-align: center;
  margin-bottom: 30px;
}
.submit {
  text-align: center;
}
.submit button {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 50px;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  border-color: #010101;
  color: #fff;
  background-color: #010101;
}
/*footer*/
footer {
  background-color: rgb(245, 245, 245);
  padding: 30px;
}
.footermenu {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
@media screen and (max-width: 769px) {
  .footermenu {
    flex-direction: column;
    padding: 0px;
  }
}

#closetech,
#closemodels,
#closeabout,
#closeowner {
  display: none;
}

.ftrmodels,
.ftrabout,
.ftrown,
.ftrtech {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .submodels,
  .subown,
  .subabout,
  .subtech {
    display: none;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .submodels,
  .subown,
  .subabout,
  .subtech {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .abouticons,
  .modicons,
  .techicons,
  .ownicons {
    display: none;
  }
}
.moddiv,
.abtdiv,
.techdiv,
.owndiv {
  font-weight: bold;
}
.submodels a,
.subtech a,
.subabout a,
.subown a {
  text-decoration: none;
  color: black;
  padding: 0px 10px;
  font-weight: lighter;
}
.contact {
  font-weight: bold;

  text-align: center;
  letter-spacing: 1.5px;
  padding: 10px 0px;
}
.contactlogo {
  padding: 10px 0px 20px 0px;
}
.copyright {
  font-weight: bold;

  padding: 20px 0px;
  text-align: center;
  letter-spacing: 1.5px;
}
