@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

html {
  box-sizing: border-box;
}

body {
  font-family: "Lato", 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;
}

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

h1 {
  color: white;
  position: absolute;
  top: 150px;
  left: 25px;
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  z-index: 200;
}

h2 {
  color: white;
  position: absolute;
  top: 100px;
  left: -350px;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  z-index: 200;
}

h2.second {
  top: 130px;
}

.logo {
  position: absolute;
  width: 40%;
  top: 60px;
  left: 95px;
  z-index: 200;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
}

.map {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* us */
.us {
  position: absolute;
  width: 8%;
  top: 95px;
  left: 105px;
  z-index: 10;
}

.new_york {
  position: absolute;
  top: 120px;
  left: 110px;
  z-index: 10;
}

/* Argentina */

.arg {
  position: absolute;
  width: 9%;
  top: 125px;
  left: 100px;
  z-index: 10;
}

.buenos_aires {
  position: absolute;
  top: 153px;
  left: 120px;
  z-index: 10;
}

/* United Kingdom */

.uk {
  position: absolute;
  width: 14%;
  top: 90px;
  left: 100px;
  z-index: 10;
}

.london {
  position: absolute;
  top: 60px;
  left: 10px;
  z-index: 10;
}

/* Spain */

.sp {
  position: absolute;
  width: 9%;
  top: 140px;
  left: 100px;
  z-index: 10;
}

.madrid {
  position: absolute;
  top: 170px;
  left: 26px;
  z-index: 10;
}

/* Germany */

.ger {
  position: absolute;
  width: 16%;
  top: 105px;
  left: 130px;
  z-index: 10;
}

.frankfurt {
  position: absolute;
  top: 65px;
  left: 155px;
  z-index: 10;
}

/* Rome */

.it {
  position: absolute;
  width: 16%;
  top: 140px;
  left: 155px;
  z-index: 10;
}

.rome {
  position: absolute;
  font-size: 2rem;
  top: 170px;
  left: 180px;
  z-index: 10;
}

/* Qatar */

.qa {
  position: absolute;
  width: 16%;
  top: 150px;
  left: 90px;
  z-index: 10;
}

.doha {
  position: absolute;
  top: 115px;
  left: 30px;
  z-index: 10;
}

/* India */

.ind {
  position: absolute;
  width: 16%;
  top: 105px;
  left: 175px;
  z-index: 10;
}

.new_dehli {
  position: absolute;
  top: 65px;
  left: 150px;
  z-index: 10;
}

/* China */

.ch {
  position: absolute;
  width: 16%;
  top: 105px;
  left: 105px;
  z-index: 10;
}

.beijing {
  position: absolute;
  top: 75px;
  left: 22px;
  z-index: 10;
}

/* South Korea */

.sk {
  position: absolute;
  width: 16%;
  top: 100px;
  left: 145px;
  z-index: 10;
}

.seoul {
  position: absolute;
  top: 60px;
  left: 132px;
  z-index: 10;
}

/* Japan */

.jap {
  position: absolute;
  width: 16%;
  top: 110px;
  left: 175px;
  z-index: 10;
}

.tokyo {
  position: absolute;
  top: 140px;
  left: 202px;
  z-index: 10;
}

.office {
  z-index: 200;
  color: #ff3614;
  position: absolute;
  top: 100px;
  left: -260px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
  z-index: 200;
  text-align: center;
}

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

.final {
  z-index: 300;
  color: white;
  position: absolute;
  top: 250px;
  left: 52px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2rem;
  opacity: 0;
}

.final span {
  font-weight: 300;
  font-size: 1rem;
  text-transform: lowercase;
}

/* 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;
}
