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

html {
  box-sizing: border-box;
}

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

.container {
  height: 250px;
  width: 300px;
  position: relative;
  overflow: hidden;
  visibility: hidden;
  background: #0f1a2a;
}

p {
  font-family: "Montserrat Alternates", sans-serif;
  color: white;
  font-size: 1.1rem;
  position: absolute;
  width: 300px;
  height: 250px;
}

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

.believe,
.simplified {
  opacity: 0;
  width: 250px;
  height: 300px;
}

.believe {
  top: 100px;
  left: 100px;
  height: 24px;
  width: 130px;
}

.simplified {
  top: 100px;
  left: 105px;
  opacity: 0;
}

.business {
  top: 100px;
  left: 128px;
  position: absolute;
  color: #ec8c34;
}

.cybersecurity {
  top: 100px;
  left: 90px;
}

.available {
  top: 100px;
  left: 62px;
}

.all {
  top: 123px;
  left: 79px;
}

.all span {
  color: #ec8c34;
}

.one {
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 100px;
}

.two {
  position: absolute;
  top: 0;
  left: 100px;
  height: 250px;
  width: 100px;
}

.three {
  position: absolute;
  top: 0;
  left: 200px;
  height: 250px;
  width: 100px;
}

.protect {
  top: 20px;
  left: 195px;
}

.your {
  top: 42px;
  left: 195px;
}

.business2 {
  top: 64px;
  left: 195px;
}

.today {
  top: 86px;
  left: 195px;
  color: #ec8c34;
}

.four {
  position: absolute;
  height: 250px;
  width: 375px;
  top: 0;
  left: -375px;
}

.so {
  top: 20px;
  left: 70px;
  color: black;
  height: 30px;
  z-index: 200;
}

.soBackground {
  background-color: #ec8c34;
  height: 30px;
  width: 180px;
  z-index: 100;
  position: absolute;
  top: 17px;
  left: 0;
}

.grow {
  top: 198px;
  left: 133px;
  color: black;
  z-index: 200;
}

.growBackground {
  background-color: #ec8c34;
  height: 30px;
  width: 180px;
  z-index: 100;
  position: absolute;
  top: 195px;
  right: 0;
}

.company {
  top: 170px;
  left: 52px;
}

.company span {
  color: #ec8c34;
}

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