* {
  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;
}
.findastore {
  display: none;
}
.material-symbols-outlined {
  cursor: pointer;
  padding: 0px 0px 0px 15px;
}
main {
  margin-top: 60px;
  width: 100%;
}
.maindiv {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ecars {
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.ecars-img {
  width: 100%;
}
.ecars img {
  width: 100%;
}
.ecars-title {
  margin: 0;
  padding: 0;
  top: 40%;
  bottom: 40%;
  display: block;
  width: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
}
.ecars div h2 {
  margin: 0;
  padding: 0;
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 64px !important;
}

.ecars-desc {
  margin: 0 auto;
  margin-top: 0;
  padding: 50px 0 0;
  width: 86.111111vw;
  max-width: 100%;
}
.ecars-desc p {
  color: #717171;
  width: 85vw;
  max-width: 1140px;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.range {
  width: 100%;
  color: #010101;
  background-color: #f7f7f7;
  padding: 60px 0px;
  text-align: center;
}
.range-title {
  width: 85vw;
  max-width: 1140px;
  margin: auto;
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
}

.car-cards {
  margin: 30px 0 30px 30px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
}
.swiper-desc{
  
}
.inno-stance {
  background: linear-gradient(
    -45deg,
    rgb(97, 153, 202),
    rgb(255, 255, 255),
    rgb(97, 153, 202)
  );
  color: rgb(0, 0, 0);
}
.inno-stance-wrap {
  display: flex;
  flex-direction: column;
  padding: 64px 0 48px;
  justify-content: space-between;
  width: 85vw;
  max-width: 1140px;
  margin: auto;
}
.innovation {
  width: 100%;
  margin-bottom: 80px;
}
.innovation-head {
  text-align: center;
  margin-bottom: 32px;
  font-size: 26px !important;
  line-height: 32px !important;
  font-weight: 700 !important;
}
.innovation-desc {
  font-weight: 400 !important;
  line-height: 22px !important;
}

.distance {
  width: 100%;
  margin-bottom: 80px;
}
.distance-head {
  text-align: center;
  margin-bottom: 32px;
  font-size: 26px !important;
  line-height: 32px !important;
  font-weight: 700 !important;
}
.distance-desc {
  font-weight: 400 !important;
  line-height: 22px !important;
}
.safety {
  color: #fff;
  background-color: #000000d8;
  text-align: center;
  margin: 0 auto;
  padding: 75px 24px;
}
.fivestar {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.fivestar h2 {
  line-height: 1.375;
  font-weight: 600;
  margin-bottom: 25px;
}
.fivestar p {
  width: 70vw;
}

.safety img {
  max-width: 200px;
  margin-bottom: 20px;
  width: 60%;
}
.benefits {
  text-align: center;
  padding: 75px 24px;
  background-color: #ffffff;
}
.benefits-div {
  max-width: 1140px;
  margin: 0 auto;
}
.benefits-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.benefits-head h2 {
  line-height: 1.375;
  font-weight: 600;
}
.benefits-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.benefits-icons div {
  width: 100%;
  margin-bottom: 20px;
  max-width: 120px;
}
.benefits-icons img {
  width: 100%;
  max-width: 170px;
  margin-bottom: 20px;
}
.benefits-icons p {
  padding: 10px;
  font-size: 14px;
}

.faq {
  background-color: #f7f7f7 !important;
}
.faq-div {
  margin: 0 auto !important;
  padding: 50px 0 !important;
  width: 85vw;
  max-width: 1140px;
}
.faq-head {
  text-align: center !important;
  margin-bottom: 30px;
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
}
.label {
  line-height: 32px !important;
  font-weight: 700 !important;
  display: flex;
  justify-content: space-between;
}
.faq-div hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.charge-duration-down,
.charge-efficiency-down,
.charge-locations-down,
.cost-down,
.transmission-down,
.aircon-down {
  display: none;
  transition: opacity 0.2s ease-in;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  margin-top: 20px;
}
.charge-duration-down-i,
.charge-efficiency-down-i,
.charge-locations-down-i,
.cost-down-i,
.transmission-down-i {
  margin-bottom: 24px;
}
.charge-duration-down-ii,
.charge-efficiency-down-ii,
.charge-locations-down-ii,
.cost-down-ii,
.transmission-down-ii,
.aircon-down-ii {
  font-weight: 400 !important;
  line-height: 22px !important;
}

.newsletter {
  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 {
  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;
}
hr {
  margin: 0px 40px;
}
