* {
  margin: 0%;
  /* background-color: black; */
  padding: 0%;
  box-sizing: border-box;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

body {
  background-color: black;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translatey(30px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}

.bigText {
  animation: fadeIn 0.7s ease-in forwards;
}
marquee {
  margin-top: 20px;
  /* border: 2px solid green; */
  color: black;
}
.nav1 {
  width: 100%;
  height: 400px;
  background-color: white;
  /* border: 2px solid white; */
}

.nav1 .h3 {
  margin-top: -250%;
}

h2 h3 p {
  color: black;
}

.nav2 {
  width: 100%;
  height: 800px;
  background-color: rgb(11, 11, 11);
  /* border: 2px solid red; */
}

nav {
  width: 97%;
  height: 40px;
  background-color: black;
  border-bottom: 1px solid white;
  margin: 0.5px auto;
  /* border: 5px solid black; */
}

.nav1 Img {
  width: 120px;
  height: 100px;
}

.logo-nav {
  display: flex;
  /* border: 2px solid blue; */
  margin-bottom: -3%;
  height: 30px;
  width: fit-content;
}

.logo {
  margin-left: -4%;
}
.logo-nav h2 {
  color: white;
  margin-left: 64%;
  margin-top: 30px;
  font: 17px sans-serif;
  font-weight: 600;
}

.nav1 {
  /* border: 5px solid black; */
  background-color: white;
  border-bottom-left-radius: 17%;
  border-bottom-right-radius: 17%;
}

.nav1 h3 {
  color: white;
  margin-top: -20px;
  /* padding: 30px; */
  font-size: 32px;
  /* font: 32px Cambria, Cochin, Georgia, Times, "Times New Roman", serif; */
  font-weight: 600;
  text-align: center;
}

.nav1 p {
  color: white;
  padding: 0.5% 30px;
  font: 18px sans-serif;
  font-weight: 100;
  text-align: center;
  border-bottom-left-radius: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.nav1 h6 {
  color: white;
  padding: 10px 10px;
  font: 10px sans-serif;
  font-weight: 700;
  border: 2px solid black;
  width: 20%;
  margin: 30px;
}

.div2 img {
  width: 100%;
  border-top-left-radius: 17%;
  border-top-right-radius: 17%;
  border-top: 1px solid white;
}

.div3 img {
  margin-top: -1%;
  width: 100%;
}

.div4 {
  width: 100%;
  background-color: white;
  height: 500px;
}

.div4 img {
  height: 250px;
  width: 100%;
  margin-top: -1%;
  /* margin: 80px; */
}

.div5 {
  width: 100%;
  background-color: white;
  height: 200px;
  width: 100%;
  /* border: 2px solid black; */
}

.div5 h1 {
  width: 100%;
  color: black;
  /* margin-top: 2px;
  margin-bottom: 20px; */
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 900;
  /* height: 10px; */
  /* border: 2px solid black; */
}

.div5 p {
  color: black;
  font-weight: smaller;
  font: 15px sans-serif;
  justify-content: space-evenly;
  width: 90%;
  margin-bottom: -10%;
}

.navbar {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  bottom: 0;
  animation: floatDown 1s ease-out forwards;
  justify-content: center;
  display: flex;
  padding: 0%;
}

.navbar a {
  margin: 10px;
  color: white;
  text-decoration: none;
  font-size: 12px;
  padding: 0%;
 
}

.navbar button {
  background-color: transparent;
  border: 0;
  padding: 0%;
  margin-top: -6px;
  height: -2px;

}
a {
  position: relative; /* Makes the <a> tag a reference point for absolutely positioned child elements */
  color: white; /* Sets the text color to white */
  text-decoration: none;
}
a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  border: 2px;
  width: 100%;
  height: 3px;
  background-color: white;
  transform: scalex(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

a:hover::after {
  transform: scalex(1);
}

button a img {
  background-color: none;
  height: 20px;
  background-color: transparent;
  margin-top: -17px;
}

@keyframes floatDown {
  from {
    top: -50px;
  }
  to {
    top: calc(100vh - 40px);
  }
}

.socials {
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 90%;

  bottom: 0;
  animation: floatDown 1s ease-out forwards;
  justify-content: center;
  display: flex;
  /* border: 1px solid white; */
  border-radius: 24px;
  margin: 5% auto;
  align-items: center;
}

.socials img {
  height: 40px;
  justify-content: space-between;
  margin: 8%;
}

.div5 button {
  background-color: black;
  color: white;
  margin: 14% auto;
  width: 80%;
  height: 40px;
  border-radius: 10px;
  /* margin-bottom: -10%; */
}

.nav1 button {
  background-color: black;
  color: white;
  /* margin: 10% auto; */
  margin-bottom: 50px;
  width: 50%;
  height: 40px;
  border-radius: 10px;
  margin-top: 5%;
}

@media screen and (max-width: 480px) {
  .body {
    background-color: black;
  }
}

@media screen and (min-width: 768px) {
  body {
    background-color: white;
  }

  .navbar {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    top: -50px; /* Start hidden above the screen */
    left: 0;
    justify-content: right;
    display: flex;
    animation: floatDown 1s ease-out forwards;
    z-index: 1000; /* Ensures it stays above other elements */
  }

  /* Keyframes for floating effect */
  @keyframes floatDown {
    from {
      top: -50px; /* Start above */
    }
    to {
      top: 0; /* Move into view */
    }
  }

  .navbar a {
    margin-top: 15px;
    color: white;
    text-decoration: none;
  }

  .nav1 {
    /* border: 5px solid black; */
    background-color: white;
    height: 100%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    border: 1px solid white;
  }

  .nav1 h3 {
    color: white;
    margin-top: 30px;
    /* padding: 30px; */
    font-size: 32px;
    /* font: 32px Cambria, Cochin, Georgia, Times, "Times New Roman", serif; */
    font-weight: 600;
    text-align: center;
  }

  .nav1 p {
    color: white;
    padding: 0.5% 30px;
    font: 18px sans-serif;
    font-weight: 100;
    text-align: center;
    border-bottom-left-radius: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px soid white;
  }

  .nav1 h6 {
    color: white;
    padding: 10px 10px;
    font: 10px sans-serif;
    font-weight: 700;
    border: 2px solid black;
    width: 20%;
    margin: 30px;
  }

 .button {
    display: none;
    width: 3%;
    border: 2px solid black;
    height: 100px;
    /* justify-content: center; */
    /* align-items: center; */
    padding: 0%;
    justify-content: space-evenly;
  }

  .button button {
    width: 10px;
  }

  div {
    background-color: white;
  }

  .div2 img {
    width: 80%;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    /* border-top: 1px solid white; */
    margin-top: -2%;
    margin-bottom: 15%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div3 img {
    margin-top: -1%;
    width: 80%;
  }

  .div4 {
    width: 80%;
    background-color: white;
    height: 500px;
  }

  .div4 img {
    display: none;
    height: 250px;
    width: 80%;
    margin-top: -1%;
    /* margin: 80px; */
  }

  .div5 {
    width: 100%;
    background-color: white;
    height: 200px;
    width: 100%;
    /* border: 2px solid black; */
  }

  .div5 h1 {
    width: 100%;
    color: white;
    /* margin-top: 2px;
  margin-bottom: 20px; */
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 80px;
    font-weight: 900;
      text-shadow: 3px 3px black;
    /* height: 10px; */
    align-content: center;
    /* border: 2px solid black; */
  }

  .div5 p {
    color: white;
    font-weight: smaller;
    font: 25px sans-serif;
    justify-content: space-evenly;
    width: 75%;
    margin-bottom: -80%;
    text-align: center;
    margin-left: 120px;
    font-variant: small-caps;
    word-spacing:5px ;
     text-shadow: 2px 2px black;
  }

  .navbar {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    bottom: 0;
    animation: floatDown 1s ease-out forwards;
    justify-content: center;
    display: flex;
  }

  .navbar a {
    margin: 20px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-top: 1%;
   
  }

  .navbar button {
    background-color: transparent;
    border: 0;
    padding: 0%;
  }

    .navbar button img {
    background-color: transparent;
    border: 0;
    padding: 0%;
    width: 30px;
  }
  a {
    position: relative; /* Makes the <a> tag a reference point for absolutely positioned child elements */
    color: white; /* Sets the text color to white */
    text-decoration: none;
  }
  a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    border: 2px;
    width: 100%;
    height: 3px;
    background-color: white;
    transform: scalex(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }

  a:hover::after {
    transform: scalex(1);
  }

  button a img {
    background-color: none;
    height: 20px;
    background-color: transparent;
    margin-top: -17px;
  }

  .socials {
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 90%;

    bottom: 0;
    /* animation: floatDown 1s ease-out forwards; */
    justify-content: center;
    display: flex;
    /* border: 1px solid white; */
    border-radius: 24px;
    margin: 5% auto;
    align-items: center;
  }

  .socials img {
    height: 40px;
    justify-content: space-between;
    margin: 8%;
  }

  .socials {
    position: fixed;
    top: -50px; /* Start hidden above the screen */
    left: 0;
    justify-content: center;
    margin-left: 50px;
    display: flex;
    animation: socialfloat 1s ease-out forwards;
    /* z-index: 1000; Ensures it stays above other elements */
  }

  /* Keyframes for floating effect */
  @keyframes socialfloat {
    from {
      top: -50px; /* Start above */
    }
    to {
      top: 88vh; /* Move into view */
    }
  }

  .div5 button {
    background-color: black;
    color: white;
    margin: 14% auto;
    width: 80%;
    height: 50px;
    border-radius: 10px;
    margin-bottom: -50%;
    margin-left: 170px;
   
  }

  .nav1 button {
    background-color: black;
    color: white;
    /* margin: 10% auto; */
    margin-bottom: 50px;
    width: 50%;
    height: 40px;
    border-radius: 10px;
    margin-top: 5%;
  }

  marquee {
  margin-top: 70px;
  /* border: 2px solid green; */
  color: black;
  margin-bottom: -20px;
}
}



