@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600&display=swap");

html {
  box-sizing: border-box;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  height: 250px;
  width: 300px;
  overflow: hidden;
  visibility: hidden;
  border: 1px solid lightgrey;
}

.start {
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 300px;
  background-color: black;
  z-index: 50;
}

.introText {
  position: absolute;
  top: 90px;
  left: 80px;
  color: white;
  z-index: 50;
  font-size: 2.5rem;
}

.background {
  position: absolute;
  height: 250px;
  width: 300px;
  left: 0;
  top: 0;
  z-index: 10;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
}

.text {
  position: absolute;
  height: 250px;
  width: 300px;
  left: 0;
  top: 0;
  z-index: 20;
  color: #2d2d2a;
}

.full_list {
  z-index: 20;
  color: #2d2d2a;
}

/* Intro */

.intro_section {
  text-align: center;
  font-size: 2rem;
  padding-top: 3.9rem;
  font-weight: 300;
}

.intro3 {
  font-weight: 600;
  font-size: 2.2rem;
}

/* list */

.full_list {
  font-size: 1.7rem;
  font-weight: 300;
  position: absolute;
  width: 300px;
  height: 250px;
}

#customers {
  position: absolute;
  top: 25px;
  left: 55px;
}

#experts {
  position: absolute;
  top: 65px;
  left: 55px;
}

#companies {
  position: absolute;
  top: 105px;
  left: 55px;
}

#countries {
  position: absolute;
  top: 145px;
  left: 55px;
}

#counting {
  position: absolute;
  top: 188px;
  left: 55px;
  font-weight: 600;
}

/* Entering */

#entering {
  position: absolute;
  top: 80px;
  left: 55px;
  text-align: center;
  font-size: 2.1rem;
  z-index: 20;
}

#entering span {
  font-size: 2.3rem;
  font-weight: 600;
}

.list span {
  font-weight: 600;
  font-size: 2.1rem;
}

/* Digital neigbourhood */

.divider {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 0;
  left: -300px;
  background-color: black;
}

#digital {
  font-family: "Orbitron", sans-serif;
  position: absolute;
  top: 95px;
  left: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
}

/* First Image */

.connectedOne {
  text-align: left;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3rem;
  position: absolute;
  left: 40px;
  top: 195px;
  z-index: 30;
  color: white;
  background-color: black;
  padding: 8px;
}

#firstImage {
  z-index: 20;
}

#firstImage {
  clip-path: url(#mask1);
}

/* Second Image */

.connectedTwo {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 300;
  position: absolute;
  left: 80px;
  top: 20px;
  z-index: 30;
  color: white;
  background-color: black;
  padding: 8px;
}

#secondImage {
  z-index: 20;
}

#secondImage {
  clip-path: url(#mask2);
}

/* End */

.endText {
  position: absolute;
  top: 80px;
  left: 25px;
  color: black;
  z-index: 50;
  font-size: 2.5rem;
}

/* Code below for the button */

.btn {
  height: 30px;
  width: 60px;
  background-color: rgb(0, 0, 0);
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 10px;
  z-index: 100;
  color: white;
  box-shadow: none;
  border: none;
  font-size: 15px;
  border: 1px solid black;
}

.btn:hover {
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

#pause {
  left: 10px;
  top: 260px;
}
