* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}
.web-logo {
  min-width: 200px;
  height: 50px;
}
body {
  background: url(./images/apexion_bg.jpg);
  color: white;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: black; */
  padding: 15px;
  color: white;
}
.moving-images {
  position: relative;
  background-image: url(./images/moving\ image\ 1.jpg);
  background-size: cover; /* Ensures the whole image is visible */
  background-repeat: no-repeat;
  background-position: top;
  width: 100%; /* Covers the full width */
  min-height: 500px; /* Adjust based on your image size */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px;
}
.writeup button {
  margin-top: 20px;
  width: 150px;
  padding: 7px;
  border: none;
  background-color: gold;
  font-weight: bold;
  border-radius: 5px;
}
.writeup button a {
  text-decoration: none;
}

.moving-images::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55); /* Dark overlay (adjust opacity if needed) */
}

.writeup {
  position: absolute;
  top: 30%;
  left: 10%;
  text-align: center;
  padding: 20px;
  font-size: x-large;
}
.card1 button{
  background-color:  rgba(0, 0, 255, 0.812);
  color: white;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
}
.card1 button a{
  color: white;
  text-decoration: none;
}
.container {
  margin: 40px;
  display: flex;
}
/* .container h3{
    margin-top: 40px;
} */
.card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.card img {
  width: 70px;
  height: 70px;
  background-color: rgb(250, 182, 11);
  padding: 7px;
  border-radius: 50%;
  margin: 10px;
}
.card button {
  margin-top: 20px;
  width: 150px;
  padding: 7px;
  border: none;
  background-color: gold;
  font-weight: bold;
  border-radius: 5px;
}
.card button a {
  text-decoration: none;
}
.container .box-spin {
  background: linear-gradient(
    55deg,
    rgba(250, 4, 4, 0.867),
    rgba(0, 0, 255, 0.812)
  );
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 4px 10px rgb(97, 73, 73);
}
.box-spin button {
  background-color: white;
}
.box-spin img {
  background-color: white;
}
