* {
  margin: 0;
  padding: 0;
  font-family: "poppins", sans-serif;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.header {
  height: 857px;
  width: auto;
  background-image: url("/assets/images/bg header.png");
  background-size: cover;
  max-width: 100%;
  position: relative;
}

.spacer-header mask,
.mask-top {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mask {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  box-shadow: 0 0 16px black;
}

.mask-top {
  height: 20px;
  content: "";
  display: block;
  width: 100%;
  box-shadow: 0 0 16px black;
  transform: rotateX(180deg);
  margin-bottom: -20px;
  overflow: hidden;
}

.header-black {
  background-image: url("/assets/images/bg\ black.png");
  background-size: cover;
  position: relative;
  width: 100%;
  height: 498px;
  left: 0px;
  top: 0px;
}

.company-name {
  position: absolute;
  width: 100%;
  height: 372px;
  left: 155px;
  top: 198px;
  font-weight: 800;
  font-size: 125px;
  color: transparent;
  -webkit-text-stroke: 2.5px #ffbf00;
  background: url("/assets/images/back\ text.png");
  background-clip: text;
  -webkit-background-clip: text;
  background-position: 0 0;
  animation: back 20s linear infinite;
}

.company-description {
  position: absolute;
  width: 70%;
  height: 96px;
  left: 165px;
  top: 561px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: -0.03em;
  color: #ffffff;
  animation: slideRight 1s ease forwards;
}

.header-black-title {
  position: absolute;
  width: 100%;
  height: 58px;
  top: 210px;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  color: #ffbf00;
  animation: slideTop 1s ease forwards;
  -webkit-animation: slideTop 1s ease forwards;
}

.header-black-description {
  position: absolute;
  width: 100%;
  height: 86px;
  top: 290px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #d2d2d2;
  animation: slideBottom 1s ease forwards;
}

.more-info-button {
  position: absolute;
  width: 160px;
  height: 34px;
  left: 165px;
  top: 680px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #ffbf00;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  animation: slideRight 1s ease forwards;
}

.more-info-button a {
  color: black;
}

.more-info-button a:hover {
  color: white;
}

.navbar {
  z-index: 1000;
  display: flex;
  padding-right: 150px;
  padding-left: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  color: #fff;
  font-weight: 400;
  justify-content: space-between;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.company-logo {
  aspect-ratio: 1;
  object-fit: contain;
  width: 80px;
  margin: auto 0;
  opacity: 0;
  animation: slideRight 1s ease forwards;
}

.nav-links {
  display: flex;
  gap: 20px;
  margin: auto 0;
}

.nav-link {
  text-decoration: none;
  color: inherit;
}

a {
  color: white;
  text-decoration: none;
  text-align: left;
  padding: 0;
}

a:hover {
  color: #ffbf00;
}

ul,
li {
  display: inline;
  padding-inline-start: 50px;
  animation: slideTop 0.5s ease forwards;
}

.button-login {
  font-size: 16px;
  cursor: pointer;
  background-color: black;
  outline: none;
  border: none;
}

.button-login:hover {
  color: #ffbf00;
}

.login-icon {
  object-fit: contain;
  width: 22px;
  top: 16%;
  position: relative;
}

.dropdown-login {
  position: relative;
  top: 5px;
  display: inline-block;
}

.dropdown-content-login {
  display: none;
  margin: 0;
  position: absolute;
  min-width: 160px;
  left: -30px;
  top: 39px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
}

.dropdown-content-login a {
  padding: 12px 16px;
  background-color: #f9f9f9;
  color: #000;
}

.dropdown-content-login a:hover {
  background-color: #000;
  color: #ffbf00;
}

.dropdown-login:hover .dropdown-content-login {
  display: inline-block;
}

.icon-dropdown {
  position: absolute;
  left: 105%;
  right: 34.87%;
  top: 15%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown span:hover {
  color: #ffbf00;
}

.dropdown-content a:hover {
  background-color: black;
  color: #ffbf00;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.nav-links {
  display: flex;
}

.hamburger-menu {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.footer {
  background-color: #000;
  padding: 35px 80px;
}

.footer-content {
  display: flex;
  gap: 20px;
}

.social-media {
  width: 26%;
}

.social-media-content {
  display: flex;
  gap: 17px;
  flex-grow: 1;
}

.logo {
  width: 96px;
  height: 96px;
  animation: slideRight 1s ease forwards;
  -webkit-animation: slideRight 1s ease forwards;
}

.social-media-text {
  display: flex;
  flex-direction: column;
  margin: auto 0;
  animation: slideRight 1s ease forwards;
}

.social-media-title {
  color: #fff;
  font:
    300 16px Inter,
    sans-serif;
}
.social-media-icons {
  display: flex;
  margin-top: 18px;
  gap: 8px;
}

.social-media-icon {
  width: 16px;
}

.contact-info {
  width: 74%;
  margin-left: 20px;
}

.contact-info-content {
  display: flex;
  margin-top: 31px;
  align-items: flex-start;
  gap: 20px;
  font-weight: 400;
}

.copyright {
  color: #797979;
  align-self: end;
  margin-top: 50px;
  margin-left: 100px;
  flex-grow: 1;
  font:
    15px Inter,
    sans-serif;
}

.contact-details {
  color: #fff;
  text-align: right;
  align-self: start;
  width: 240px;
  font:
    16px Inter,
    sans-serif;
  animation: slideLeft 1s ease forwards;
  -webkit-animation: slideLeft 1s ease forwards;
}

.phone {
  font-weight: 300;
}

.email {
  font-weight: 300;
  text-decoration: underline;
}

#copyright {
  color: rgb(206, 197, 197);
  text-align: center;
  font-weight: 300;
  margin-top: 20px;
  animation: slideBottom 1s ease forwards;
  -webkit-animation: slideBottom 1s ease forwards;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

@keyframes back {
  100% {
    background-position: 2000px 0;
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
