@font-face {
  font-family: 'GothamRegular';
  src: url('../assets/fonts/GothamRegular.ttf');
}

@font-face {
  font-family: 'GothamLight';
  src: url('../assets/fonts/GothamLight.ttf');
}

@font-face {
  font-family: 'GothamSemiBold';
  src: url('../assets/fonts/GothamSemiBold.ttf');
}

@font-face {
  font-family: 'GothamMedium';
  src: url('../assets/fonts/GothamMedium.otf');
}

@font-face {
  font-family: 'GothamBook';
  src: url('../assets/fonts/GothamBook.otf');
}

html {
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

#pageTitle {
  position: absolute;
  left: 2.6%;
  top: 4%;
}

#home {
  position: absolute;
  right: 2.6%;
  top: 4%;
  height: auto;
  width: 2%;
  cursor: pointer;
}

#home2 {
  position: absolute;
  right: 2.6%;
  top: 4%;
  height: auto;
  width: 2%;
  cursor: pointer;
  z-index: 3;
}

#home3 {
  position: absolute;
  right: 2.6%;
  top: 7.5%;
  height: auto;
  width: 2%;
  cursor: pointer;
  z-index: 3;
}

#downContainer {
  /* Sync this with script on html */
  visibility: hidden;
  position: absolute;
  display: block;
  z-index: 2;
  left: 0;
  transition: 0.9s;
}

#bigImage2 {
  position: absolute;
  left: 50%;
}

#bigImage4 {
  position: absolute;
  left: 50%;
}

#svgOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.button {
  position: absolute;
  transform: translate(-50%, 0);
  font-family: 'GothamMedium', sans-serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.title {
  position: absolute;
  left: 5%;
  top: 3%;
  font-size: 2.3vw;
  z-index: 2;
  font-family: 'GothamRegular', sans-serif;
  font-weight: bolder;
  color: #072d61;
}

#footer {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}

#logo {
  /* Sync this with script on html */
  visibility: hidden;
  margin-top: 1%;
  margin-left: 2.6%;
  height: auto;
}

.subtitle {
  /* Sync this with script on html */
  visibility: hidden;
  display: inline-block;
  margin-left: 80px;
  font-family: 'GothamRegular', sans-serif;
  font-size: 3.8vh;
  font-weight: bolder;
  margin-top: 0;
  color: #072d61;
}

.subsubtitle {
  margin-left: 0;
  font-size: 1.7vh;
  font-family: 'GothamLight', sans-serif;
}

#arrowRight1 {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  top: 120%;
  width: 5.3%;
}

#arrowRight2 {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  top: 120%;
}

#arrowDown {
  position: absolute;
  transform: translate(-50%, -100%);
  left: 50%;
  top: 95%;
  height: auto;
  cursor: pointer;
}

.arrowUp {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 20px;
  height: auto;
  cursor: pointer;
}

#arrowUpTechFooter {
  position: absolute;
  transform: translate(0, 100%);
  left: 2%;
  top: 101%;
  width: 2%;
  height: auto;
  cursor: pointer;
}

#arrowDownTechFooter {
  position: absolute;
  transform: translate(0, -100%);
  left: 2%;
  width: 2%;
  height: auto;
  top: 99%;
  cursor: pointer;
}

#detector {
  position: absolute;
  width: 16%;
  height: auto;
  transform: translate(0, -50%);
  left: 56.5%;
  top: 10%;
}

#detector2 {
  position: absolute;
  width: 16%;
  height: auto;
  transform: translate(0, -50%);
  left: 56.5%;
  top: 10%;
}

#plus {
  position: absolute;
  height: auto;
  left: 76.5%;
  top: 3%;
  font-family: 'GothamBook', sans-serif;
  font-size: 4.2vw;
  color: #072d61;
}

#mobile {
  position: absolute;
  width: 9%;
  height: auto;
  transform: translate(0, -50%);
  left: 85%;
  top: 2%;
}

#homeMobile {
  position: absolute;
  width: 9.5%;
  height: auto;
  transform: translate(0, -50%);
  left: 65%;
  top: 10%;
}

#homeMobile2 {
  position: absolute;
  width: 9.5%;
  height: auto;
  transform: translate(0, -50%);
  left: 75%;
  top: 10%;
}

#soundContainer {
  position: absolute;
  display: block;
  z-index: 2;
  background-color: #fff;
  left: 150%;
  transition: 0.9s;
  overflow-x: hidden;
  overflow-y: scroll;
}

#detectorRunningTitle {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  text-align: center;
  margin-left: 20px;
  margin-top: 3.8%;
  font-family: 'GothamRegular', sans-serif;
  font-weight: bolder;
  color: #072d61;
}

#buttonDetectorContainer {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  z-index: 2;
}

.detectorButtonText {
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  font-family: 'GothamRegular', sans-serif;
  text-align: center;
  color: #7e7e7e;
}

.detectorButtonTextSelected {
  font-weight: bolder;
  color: #fff;
}

.detectorButton {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 100%;
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  cursor: pointer;
}

.detectorButtonSelected {
  background-color: #4285f4;
}

#detectorButtonLeft {
  border-radius: 17px 0px 0px 17px;
}

#detectorButtonRight {
  border-radius: 0px 17px 17px 0px;
}

#volume {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  z-index: 2;
  height: auto;
  cursor: pointer;
  top: 32%;
  width: 4.2%;
}

#detectorEmpty {
  position: absolute;
  transform: translate(-50%, -50%);
  height: auto;
  top: 72%
}

#mobileHome {
  position: absolute;
  height: auto;
  width: fit-content;
  top: 70%;
}

.arrowLeft {
  position: absolute;
  transform: translate(-100%, 0);
  height: auto;
  left: 2%;
  cursor: pointer;
}

#techContainer {
  position: absolute;
  overflow: visible;
  display: block;
  z-index: 2;
  background-color: #fff;
  left: 150%;
  transition: 0.9s;
  overflow-x: hidden;
  overflow-y: scroll;
}

.techTitle {
  transform: translate(0, 0);
  color: #072d61;
  font-family: 'GothamMedium', sans-serif;
  font-weight: normal;
}

#techTitle1 {
  left: 6%;
}

#techDescription {
  position: absolute;
  font-family: 'GothamMedium', sans-serif;
  color: #072d61;
  font-weight: normal;
}
.ulText {
  display: inline-block;
  font-family: 'GothamBook', sans-serif;
  font-weight: normal;
}

#techTitle2 {
  left: 6%;
}

#tech1 {
  position: absolute;
  left: 35%;
  width: 55%;
  height: auto;
}
#tech1_0 {
  position: absolute;
  left: 31%;
  width: 175px;
  height: auto;
}
#tech1_1 {
  position: absolute;
  left: 44%;
  width: 330px;
  height: auto;
}
#tech1_2 {
  position: absolute;
  left: 66%;
  width: 350px;
  height: auto;
}

#techTitle3 {
  left: 6%;
  top: 123%;
}

.techList {
  display: inline-block;
}

#techBoxDescription {
  position: absolute;
  left: 35%;
  top: 165%;
  padding-bottom: 12%;
  font-family: 'GothamMedium', sans-serif;
  color: #072d61;
  font-weight: normal;
}

#techBig {
  position: absolute;
  height: auto;
}

#loader {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 42%;
  top: 50%;
  z-index: 4;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  border-radius: 50%;
  box-shadow: 0 0 30px #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

#shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
}

#homeShadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* Update this prop with home.js -> imgHeightCoef */
  height: 82%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
}

.arrowH {
  width: 6%;
  height: auto;
}

#homeDetector1 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 28%;
  top: 46%;
  z-index: 3;
  width: 20%;
  cursor: pointer;
}

#homeDetector2 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 75%;
  top: 46%;
  z-index: 3;
  width: 20%;
  cursor: pointer;
}

#homeDetectorTitle1 {
  position: absolute;
  left: 22%;
  top: 20%;
  z-index: 3;
  font-family: 'GothamSemiBold', sans-serif;
  font-size: 2vw;
  color: #fff;
}

#homeDetectorTitle2 {
  position: absolute;
  left: 69%;
  top: 20%;
  z-index: 3;
  font-family: 'GothamSemiBold', sans-serif;
  color: #fff;
  font-size: 2vw;
}

#line1 {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  width: 88%;
  border-width: 0.8px;
  z-index: 2;
}

#line2 {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  width: 88%;
  border-width: 0.4px;
  z-index: 2;
}
