* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  background-color: #000;
}
#minicircle {
  transition: all cubic-bezier(0.19, 1, 0.1, 1) 0.5s;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 99999;
}
.bounding {
  width: fit-content;
  overflow: hidden;
}

.bounding .boundingelem {
  transform: translateY(100%);
}
#main {
  width: 100%;
  background-color: #000;
}
.hero {
  width: 100%;
  height: 100vh;
  color: #fff;
}
.nav {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}
.nav a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}
#heading {
  margin-top: 2.5rem;
}
#heading h1 {
  margin-left: 2rem;
  opacity: 0.6;
  font-size: 9vw;
  text-transform: uppercase;
}
#heading #h_two {
  margin-left: 10rem;
}

.blocktext {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.blocktext h5 {
  text-transform: uppercase;
  font-size: 1.02rem;
}
.smallHeading {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 7rem;
  text-transform: uppercase;
  padding-right: 30px;
  font-size: 1.2vw;
}
.herofooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  padding: 0 2vw;
  text-transform: uppercase;
}
.herofooter a {
  color: white;
  text-decoration: none;
  font-size: 1.15rem;
}
.herofooter a i {
  color: white;
  margin-left: 5px;
  font-size: 0.8rem;
}
.iconset {
  display: flex;
  gap: 5px;
}
.iconset i {
  background-color: gray;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
}
.extra-text {
  padding: 0 2vw;
  text-transform: uppercase;
  font-size: 1.15rem;
}
.second-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 150px;
  color: #fff;
}
.elem {
  margin: auto;
  width: 95%;
  padding: 3vw 1vw;
  border-top: 1px solid #888;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.elem h1 {
  text-transform: uppercase;
  font-size: 6vw;
  opacity: 0.7;
}
.elemlast {
  padding: 3vw 1vw;
  border-bottom: 1px solid #888;
}
.elem img {
  opacity: 0;
  pointer-events: none;
  height: 140%;
  width: 400px;
  z-index: 999;
  position: absolute;
  transform: translate(-50%, -50%);
}
.about {
  padding: 16vw 5vw 2vw 5vw;
  width: 100%;
  border-color: black;
  margin-top: 25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-left: 600px;
}
.about img {
  width: 250px;
  height: 250px;
}
.textabout {
  padding: 1rem 0;
}
.textabout h5 {
  opacity: 0.6;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.textabout p {
  line-height: 1.5rem;
  font-size: 1.1rem;
}
.textabout a {
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
}
.textabout div {
  margin-top: 2rem;
}
.subscribe {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: -5rem;
  padding: 40px;
  font-size: 1.1rem;
}
.subscribe h5 {
  opacity: 0.6;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerleft {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 30px;
  color: #ffffff;
  gap: 20px;
  font-size: 1.1rem;
}
.footerright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 30px;
  color: #fff;
  gap: 40px;
}
.footerright a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
}
.third-hero {
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.third-logo {
  padding: 30px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  gap: 70px;
  transform: translateX(-100%);
}

.marquee-track img {
  width: 150px;
  height: auto;
  flex-shrink: 0;
}
