body {
  background-color: #fbf3e3;
  line-height: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@import "compass/css3";

.back-button {
  position: fixed;
  width: 53px; /* modified by label length */
  overflow: auto;
  left: 200px;
}
.label {
  display: block;
  width: auto;
  font-size: 15px;
  font-weight: 900;
  font-family: helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: black;
}
.label:hover {
  /* color: #ff7d00; */
  background-color: #ff7d00;
}
.label:active {
}

#container {
  width: 60%;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

#header {
  text-align: center;
  font-family: "Inter", sans-serif;
  padding: 10px;
}

.overview-center {
  text-align: left;
  margin-top: -10px;
}

.overview-text {
  margin-top: 0px;
}

#overview img {
  width: 100%;
  padding: 10px 5px;
}

#research h2 {
  font-size: 50px;
  margin-bottom: -30px;
  margin-left: -20px;
}

#research h3 {
  font-style: italic;
  font-size: 30px;
  line-height: 30px;
  background-color: #0eb1d2;
  color: white;
  padding: 50px;
}

#research p {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

#research li {
  width: 80%;
  margin: 0 auto;
}

#research strong {
  margin-left: -20px;
}

.comparison_table {
  width: 80%;
  display: block;
  margin: 0 auto;
}

#ideation h2 {
  font-size: 50px;
  margin-bottom: -30px;
  margin-left: -20px;
}

#ideation h3 {
  font-style: italic;
  font-size: 30px;
  line-height: 30px;
  background-color: #0eb1d2;
  color: white;
  padding: 50px;
}

#ideation p {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

#ideation li {
  width: 80%;
  margin: 0 auto;
}

#ideation strong {
  margin-left: -20px;
}

.affinity {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
}

.sketch {
  height: 570px;
  width: auto;
  padding-bottom: 30px;
}

.feature {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 100px;
}

.feature-video video {
  height: 600px;
  width: auto;
  margin-left: 100px;
}

.feature-text {
  padding: 50px;
  width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

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

.row {
  display: flex;
}

.column {
  flex: 50%;
  padding-right: 20px;
}

.column img {
  height: 550px;
  object-fit: contain;
}

.product p {
  font-size: 30px;
  line-height: 35px;
}

.product {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.flip {
  flex-direction: row-reverse;
}

#productpreview {
  background-color: black;
  color: white;
  padding: 50px;
}

* {
  box-sizing: border-box;
}

.slider {
  width: 600px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.slides {
  display: flex;

  overflow-x: auto;
  scroll-snap-type: x mandatory;

  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  /*
    scroll-snap-points-x: repeat(300px);
    scroll-snap-type: mandatory;
    */
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 600px;
  height: 700px;
  margin-right: 50px;
  border-radius: 10px;
  /* background: #1d2254; */
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.slides > div:target {
  /*   transform: scale(0.8); */
}
.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}
.slides img {
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: -30px;
}

.slider > a {
  display: inline-flex;
  width: 4.5rem;
  height: 4.5rem;
  background: #1d2254;
  color: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: -100px;
  position: relative;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #000;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
