body {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
}

/* .navbar {
  background: #012846;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

nav {

  height: 50px;
  width: 70vw;
  min-width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

nav a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.5px;
 
  padding: 0 10px;
}

nav a:after {
  content: "";
  position: absolute;
  background-color: #216b8c;;
  height: 3px;
  width: 0;
  left: 0;
  bottom: -10px;
  transition: 0.5s;

}

nav a:hover {
  color: #9bdcff;
}

nav a:hover:after {
  width: 100%;
} */

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

.navbar {
  background: #081520;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

nav {
  height: 50px;
  width: 70vw;
  min-width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

nav .hover {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0 10px;
}

nav .hover:after {
  content: "";
  position: absolute;
  background-color: #216b8c;
  height: 3px;
  width: 0;
  left: 0;
  bottom: -10px;
  transition: width 0.7s;
  /* Adjusted transition duration */
}

nav .hover:hover {
  color: #9bdcff;
}

nav .hover:hover:after {
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  text-decoration: none;
  background-color: #081520;
  min-width: 160px;
  z-index: 1;
  margin-top: 10px;
  transition: opacity 1s ease-in-out;
  /* Adjusted transition duration */
}

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

.dropdown-content a:hover {
  color: #1868a7;
  transition-duration: 0.1s;
}

.back-video {
  position: fixed;
  right: 0;
  /* bottom: 0; */
  top: 0;
  z-index: -1;
  filter: brightness(0.4);

}

/* 
@media (min-aspect-ratio : 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio : 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
} */

.container {
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  /* display: flex; */
  padding-top: 120px;
  justify-content: space-between;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;

}

input[type="number"] {
  width: 40px;
  height: 30px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  background: transparent;
  color: white;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

button {
  margin-top: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background-color: #007bff;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

.message {
  text-align: justify;
}

.philo {
  width: 90px;
  height: 120px;
  transition: transform 0.3s ease-in-out;

}

#p1 {
  position: absolute;
  top: 60px;
  /* left: 385px;  */
  left: 47%;
  color: #ccc;
}

#p1 #p1Msg {
  margin-top: 0px;
  color: #ccc;
}

#p2 {
  position: absolute;
  top: 260px;
  left: 62%;
  color: #ccc;

}

#p2 #p2Msg {
  margin-top: 0px;
  color: #ccc;
}

#p3 {
  position: absolute;
  top: 500px;
  left: 58%;
  color: #ccc;
}

#p3 #p3Msg {
  margin-top: 0px;
  color: #ccc;
}

#p4 {
  position: absolute;
  top: 500px;
  left: 35%;
  color: #ccc;
}

#p4 #p4Msg {
  margin-top: 0px;
  color: #ccc;
}

#p5 {
  position: absolute;
  top: 260px;
  left: 31%;
  color: #ccc;

}

#p5 #p5Msg {
  margin-top: 0px;
  color: #ccc;
}

button {
  padding: 10px 20px;
  /* background-color: #007bff; */
  background: linear-gradient(94.82deg,
      #00192c 14.6%,
      #003a67 55.34%,
      #1868a7 79.26%,
      #2774b2);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  color: #ccc;
}

.content {
  margin-top: 75px;
}

.content #sequenceForm {
  margin-top: 20px;
}

.flex-item {
  /* flex: 1; */

  padding: 20px;
  margin: 0 10px;
  text-align: center;
}

#outputLines {
  text-align: center;
}