* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "CatComic";
  font-weight: bolder;
}

@font-face {
  font-family: "CatComic";
  src: local("SourceCodePro"), url(../fonts/CatComic.otf) format("truetype");
}
p.content-about {
  line-height: 2.5;
  font-size: 30px;
  color: white;
}
p.content-about {
  line-height: 2.5;
  font-size: 23px;
  color: white;
}

.content {
  width: 60%;
  position: absolute;
  top: 58%;
  left: 52%;
  transform: translate(-50%, -50%);
}
img.img-lauth {
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: 1;
  width: 100%;
}
section.three.relative {
  position: absolute;
  top: 218%;
  z-index: 99;
}

img.img-roa.img-fluid {
  z-index: 10;
  position: relative;
}
section.first {
  background-image: url("../images/bg-slide1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 100vh;
}
section.two .container-fluid {
  padding: 0;
}
.pulsing-image {
  animation: pulse 2s infinite;
}

.icon-social {
  transition: transform 0.3s;
}

.icon-social:hover {
  transform: scale(1.3);
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
section.two {
  background-image: url("../images/BG-slide2.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 10vw;
}
img.img-lauth-2 {
  width: 100%;
  position: absolute;
  right: -43%;
}

img.img-about-.img-fluid {
  /* width: 17%; */
}

section.roadmap.relative {
  position: absolute;
  top: 330%;
  z-index: 100;
}
section.roadmap.relative .container-fluid {
  padding: 0;
}
img.footer {
  width: 100%;
}

.box-content {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
section.five {
  background-image: url(../images/BG-slide4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 100vh;
}
section.four {
  background-image: url(../images/BG-slide4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 100vh;
}
.relative {
  position: relative;
}

header {
  display: flex;
  height: 75px;
  justify-content: space-between;
  align-items: center;
  padding: 0 6.3vw;
  position: relative;
  background-color: #24482b;
  position: relative;
  /* Change position to relative */
  z-index: 100;
  width: 100%;
  border-radius: 10px;
}

video.open-the-door {
  display: none;
}

.banner-content:hover video.open-the-door {
  display: block;
}

.banner-content:hover img.logo-banner {
  display: none;
}
img.team.img-fluid.pt-5 {
  position: absolute;
  width: 77%;
  bottom: 0;
  left: 10%;
}
header .logo img {
  width: 4.3vw;
}

header nav {
  position: absolute;
  top: 50%;
  left: 24%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

header nav ul {
  display: flex;
  list-style: none;
  gap: 2.2vw;
  margin-top: 26px;
}

header nav ul li a.active {
  color: #225852;
}

header nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 1.1vw;
  text-transform: uppercase;
  white-space: nowrap;
}

.social_media {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social_media a img {
  width: 2.2vw;
  height: auto;
}

header .menu_btn {
  display: none;
  border: 0;
  background-color: transparent;
  color: white;
  cursor: pointer;
}

header nav ul button {
  display: none;
  border: none;
  font-size: 1.4rem;
  color: white;
  background-color: transparent;
}

.banner-overlay {
  z-index: -1;
  position: absolute;
  top: 10%;
}
