body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
}

canvas {
  margin: 0;
  padding: 0;
  transition-duration: 2s;
}

.canvasContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition-duration: 2s;
}

.canvasActive {
  opacity: 1;
  transition-duration: 2s;
}

body,
p,
input,
select,
textarea,
button {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.2px;
  font-size: 16px;
}

#logo {
  position: absolute;
  left: 1%;
  z-index: 10;
  bottom: 7%;
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0;
}

#logo img {
  width: 10%;
  height: auto;
  padding: 0;
  margin: 0;
}

#loading img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#loading>#spinner {
  position: relative;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -10%);
  width: 200px;
  height: 200px;
}

#camSwitcher {
  position: relative;
  top: 87vh;
  /* background-color: aquamarine; */
  margin-left: auto;
  margin-right: auto;
  color: white;
  /* transform: translate(-50%, -50%); */
  z-index: 10;
}

#camSwitcher>#btn_left {
  padding: 10px;
  border-radius: 50%;
  border-style: solid;
  border-color: white;
  margin-right: 20px;
  background-color: rgba(255, 255, 255, 0);
  transform: rotate(0deg);
  content: center;
  cursor: pointer;
}

#camSwitcher>#btn_right {
  padding: 10px;
  border-radius: 50%;
  border-style: solid;
  border-color: white;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0);
  transform: rotate(-180deg);
  content: center;
  cursor: pointer;
}

.content {
  position: absolute;
  left: 45%;
}

#sideBar_container {
  color: white;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  background-color: rgba(9, 9, 9, 0.3);
  transition: .4s
}

#mainHeading {
  color: #fff;
  font-size: 18px;
  width: 100%;
}

#sideBar_container.activeSidebar {
  right: -25%
}

.label0 {
  width: 74%;
  height: 5%;
  display: inline-block;
  border-bottom: 2px dotted white;
  top: 8.8%;
  left: 16%;
  position: relative;
  display: flex;
  align-items: center;
}

#selector {
  width: 30px;
  margin-left: 70px;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  transform: rotate(180deg);
  -webkit-animation: flickerAnimation 2s infinite;
  -moz-animation: flickerAnimation 2s infinite;
  -o-animation: flickerAnimation 2s infinite;
  animation: flickerAnimation 2s infinite;
  z-index: 3;
}

#selector:hover {
  cursor: pointer;
}

/* #sideBar_container hr {
border-bottom: 1px dashed whitesmoke;
position: relative;
top: 6%;
right: 19px;
display: flex;
text-align: center;
width: 68%;
} */

.content {
  position: absolute;
  top: 1;
}

.options {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-row-gap: 5px;
  grid-template-areas: "content content";
  height: 600%;
  width: 220%;
  /* max-width: 220%; */
  max-height: 800px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 700px;
}

.options::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.options {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* car colour */

#content1 {
  grid-area: content;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 10%, repeat(6, 50%);
  row-gap: 5%;
  grid-template-areas: "header header";
  /* max-width: 275px; */
  max-height: 600px;
  height: auto;
}

/* .label1 {
border-bottom: 2px dotted white;
} */

#content1 h3 {
  grid-area: header;
  font-size: 16px;
  top: 0%;
  border-bottom: 1px solid white;
  height: 25px;
  width: 100%;
  margin-top: 40px;
}

/* rim colour */

#content2 {
  grid-area: content;
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  top: 90%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-row-gap: 5px;
  grid-template-areas: "header header";
  max-width: 275px;
  max-height: 250px;
  height: auto;
  top: 88%;
}

#content2 h3 {
  grid-area: header;
  font-size: 16px;
  border-bottom: 1px solid white;
  width: 100%;
  height: 25px;
  margin-top: 40px;
}

/* rims style */

#content3 {
  grid-area: content;
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  top: 125%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-row-gap: 5%;
  grid-template-areas: "header header";
  max-width: 100%;
  max-height: 600px;
  height: auto;
  top: 125%;
}

#content3 h3 {
  grid-area: header;
  position: relative;
  font-size: 16px;
  top: 10px;
  border-bottom: 1px solid white;
  height: 25px;
  width: 100%;
  margin-top: 30px;
}

/*  */
/* listed 2 */

#content4 {
  visibility: hidden;
  grid-area: content;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 1%, repeat(6, 30%);
  row-gap: 5%;
  grid-template-areas: "header header";
  /* max-width: 275px; */
  max-height: 400px;
  height: auto;
}

/* .label1 {
border-bottom: 2px dotted white;
} */

#content4 h3 {
  grid-area: header;
  font-size: 16px;
  top: 0%;
  border-bottom: 1px solid white;
  height: 25px;
  width: 100%;
  margin-top: 40px;
}

/* 2nd subsection list 2 */

#content5 {
  visibility: hidden;
  grid-area: content;
  width: 100%;
  top: 55%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 30px, repeat(6, 100%);
  row-gap: 5%;
  grid-template-areas: "header header";
  max-width: 100%;
  max-height: 280px;
}

#content5 h3 {
  grid-area: header;
  font-size: 16px;
  top: 10px;
  border-bottom: 1px solid white;
  height: 25px;
  width: 100%;
  margin-top: 80px;
}

/*  */

#listed {
  padding: 0 0 0 0;
}

.items {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  justify-content: center;
}

/* .image img {
  width: 100%;
  vertical-align: top;
} */

.overlay:before {
  width: 93%;
  height: auto;
}

.overlay:after {
  content: '\A';
  position: relative;
  width: 103%;
  height: auto;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.overlay img:focus {
  opacity: 1;
}

/* .overlay:hover:after {
  opacity: 1;
} */

.items:hover {
  cursor: pointer;
  /* background: rgb(220, 220, 220); */
  color: rgb(136, 255, 0);
  /* -webkit-animation: flickerAnimation 2s infinite;
  -moz-animation: flickerAnimation 2s infinite;
  -o-animation: flickerAnimation 2s infinite;
  animation: flickerAnimation 2s infinite; */
}

.items:focus {
  /* background: rgb(220, 220, 220); */
  color: rgb(0, 0, 0);
  opacity: 1;
}

.items:active {
  /* background: rgb(220, 220, 220); */
  color: rgb(48, 26, 26);
  opacity: 1;
}

.items img {
  width: 93%;
  height: 78%;
}

.menuItems {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 40%);
  grid-row-gap: 30%;
  grid-column-gap: 25%;
  padding: 63px 0 98px 16%;
  top: 3.5%;
  height: 700px;
  /* top: 3.5%; */
}

#slider_btn {
  position: absolute;
  width: 50px;
  left: 0%;
  top: 0px;
  background-color: grey;
  transition: .4s;
}

#slider_btn img {
  width: 100px;
  height: 100px;
}

#slider_btn.active {
  right: 20%;
  transform: rotate(180deg)
}

.footer_icons {
  position: fixed;
  width: 100%;
  left: 39%;
  bottom: 8%;
  text-align: center;
}

.footer_icons>ul>li {
  list-style: none;
  display: inline;
  padding: 0 1.36%;
}

.footer_icons>ul>li>img {
  color: white;
  /* padding: 1.3%; */
  /* margin-top: 20px; */
  border: none;
  background: none;
  filter: grayscale(1);
  /* cursor: pointer; */
}

.footer_icons>ul>li>button:hover {
  color: rgb(255, 123, 0);
}

.footer_icons>ul>li>button:active {
  color: rgb(255, 123, 0);
}

.footer_icons>ul>li>img:hover {
  cursor: pointer;
}

#loading {
  position: absolute;
  /* background-color: aquamarine; */
  width: 100%;
  height: 100%;
}

#loading img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#spinner {
  position: absolute;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -10%);
}

.tooltip .tooltiptext {
  top: -5px;
  right: 105%;
  color: white;
  cursor: pointer;
}

@keyframes flickerAnimation {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

.footer_icons>ul>li {
  list-style: none;
}

@-o-keyframes flickerAnimation {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-moz-keyframes flickerAnimation {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

.recording {
  -webkit-animation: flickerAnimation 1.5s infinite;
  -moz-animation: flickerAnimation 1.5s infinite;
  -o-animation: flickerAnimation 1.5s infinite;
  animation: flickerAnimation 1.5s infinite;
}

.pcontainer {
  height: 50px;
  border-radius: 50%;
  position: relative;
  top: 80vh;
  left: 50vw;
  transform: translate(-50%, 0%);
  width: 50px;
}

.pcontainer .progressBar {
  position: absolute;
  height: 100%;
  width: 100%;
  color: white;
}

.pcontainer .progressBar>#pcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
}

#pText {
  color: white;
  font-size: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}