* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  scroll-behavior: smooth;
}

nav {
  width: 100%;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent; /* keep bg visible */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

nav h1 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #a8edea, #6fcf97, #599359);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

nav ul a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  transition: color 0.3s ease;
}

nav ul a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: linear-gradient(90deg, #a8edea, #6fcf97, #599359);
  transition: width 0.3s ease;
  border-radius: 2px;
}

nav ul a:hover {
  color: #a8edea;
}

nav ul a:hover::after {
  width: 100%;
}

#home {
  height: 100%;
  width: 100%;
  background-color: black;
  position: relative;
}
#front {
  height: 100vh;
  width: 100%;
  background: linear-gradient(to bottom, #2a5298, #1db954);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about {
  height: 100vh;
  width: 100%;
  background: linear-gradient(to bottom, #1db954, #2a5298);
  /* position: absolute; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  /* z-index: -1; */
}
#menu {
  height: 100vh;
  width: 100%;
  background: linear-gradient(to bottom, #2a5298, #1db954);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 40px;
}
#contact {
  height: 100vh;
  width: 100%;
  background: linear-gradient(to bottom, #1db954, #2a5298);
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
  padding: 40px;
}
#front h1 {
  font-size: 25vw;
  color: rgba(240, 248, 255, 0.427);
}
#first {
  width: 25%;
  position: absolute;
  filter: drop-shadow(2px 2px 10px black);
  z-index: 1;
}
#ice1 {
  width: 15%;
  position: absolute;
  filter: drop-shadow(2px 2px 10px black);
  top: 6%;
  left: 30%;
  transform: rotate(20deg);
}
#ice2 {
  width: 15%;
  position: absolute;
  filter: drop-shadow(2px 2px 10px black);
  top: 65%;
  left: 55%;
  transform: rotate(25deg);
  z-index: 2;
}
#ice3 {
  width: 15%;
  position: absolute;
  filter: drop-shadow(2px 2px 10px black);
  top: 25%;
  left: 4%;
  transform: rotate(20deg);
}
#ice4 {
  width: 15%;
  position: absolute;
  filter: drop-shadow(2px 2px 10px black);
  top: 14%;
  left: 70%;
  transform: rotate(45deg);
}
#ice5 {
  width: 15%;
  position: absolute;
  filter: drop-shadow(2px 2px 10px black);
  top: 70%;
  left: 7%;
  transform: rotate(20deg);
}
.card {
  height: 70%;
  width: 25%;
  background-color: aliceblue;
  border-radius: 20%;
  box-shadow: 2px 2px 10px black;
}
.text {
  width: 70%;
  height: 60%;
  font-size: 2vw;
  color: aliceblue;
}
#menu .card {
  height: 75%;
  width: 25%;
  background-color: aliceblue;
  border-radius: 20%;
  box-shadow: 2px 2px 10px black;
}
#bull,
#third {
  width: 80%;
  position: absolute;
  filter: drop-shadow(2px 2px 10px black);
  z-index: 1;
  top: -70px;
}

.card1,
.card2,
.card3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0.9;
}
#firstone {
  width: 60%;
  position: absolute;
  filter: drop-shadow(2px 2px 10px black);
  top: 205px;
  left: -40px;
  transform: rotate(10deg);
}
#nextone {
  width: 60%;
  position: absolute;
  filter: drop-shadow(2px 2px 10px black);
  top: 205px;
  left: 195px;
  transform: rotate(15deg);
}
.form {
  width: 40%;
  height: 70%;
  background-color: aliceblue;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4%;
  border-radius: 25px;
  position: relative;
  box-shadow: 2px 2px 10px black;
}
.form input {
  width: 80%;
  height: 10%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.form textarea {
  width: 80%;
  height: 25%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.form h1 {
  font-size: 4.5vw;
  color: rgba(240, 248, 255, 0.831);
  -webkit-text-stroke: 2px #599359;
  position: absolute;
  top: -10%;
}
.form button {
  padding: 15px 30px;
  border: 2px solid #599359;
  border-radius: 25px;
  background-color: transparent;
  color: #599359;
  font-size: 1.5vw;
  cursor: pointer;
}
.form button:hover {
  background: linear-gradient(135deg, #a1c4fd, #c2e9fb, #6fcf97, #599359);
  color: #fff;
  transition: all 0.3s ease;
}
