body {
  background-color: #01040A;
  justify-content: center;
  align-items: center;
}

.fullpage {
justify-content: center;
position: relative;
align-items: center;
display: flex;
flex-direction: column;
z-index: 0;
}

.main {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 1428px;

}

.pre-bug {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 1428px;
padding: 0px 100px 55px 100px;
}

.bug-img {
overflow: hidden;
background-color: #fff;
width: 48%;
border-radius: 13px;
height: 319.78px;
}

.bug-img img {
  width: 100%;
}

.bug-container {
width: 48%;
background: linear-gradient(black, black) padding-box, linear-gradient(90deg, #ff0080, #7928ca) border-box;
border: 1px solid transparent;
border-radius: 13px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
padding: 40px;
color: #fff;
position: relative;
}

/* Header Section */
.header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

.header h2 {
font-size: 2rem;
font-weight: bold;
}

.header-icons {
display: flex;
gap: 10px;
}

.header-icons .close-icon,
.header-icons .github-icon, 
.header-icons .fa-x-twitter {
cursor: pointer;
font-size: 2rem;
}

/* Bug Description */
.description {
font-size: 1.3rem;
color: #ccc;
margin-bottom: 50px;
}

/* Footer Section */
.footer {
font-size: 1.1rem;
font-weight: 300;
color: #888;
margin-bottom: 40px;
}

.footer .company-name {
color: #ff0080;
cursor: pointer;
}

/* Actions Section */
.actions {
display: flex;
gap: 16px;
align-items: center;
}

.actions .btn {
padding: 12px 22px;
background-color: #fff;
color: #000;
font-size: 0.88rem;
font-weight: 600;
border-radius: 6px;
border: none;
}

.actions .apply-btn {
margin-left: auto;
padding: 12px 28px;
font-size: 1rem;
background: linear-gradient(to right, #ff0080, #7928ca);
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
}

.apply-btn:hover {
transform: scale(1.05);
background: linear-gradient(to right, #7928ca, #ff0080);
}


.divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white; /* Change to your text color */
  font-family: Arial, sans-serif; /* Adjust as needed */
}

.divider span {
  font-size: 1.9rem;
  margin-right: 20px; /* Add space between text and line */
  color: white; /* Change to your text color */
}

.divider hr {
  flex-grow: 1;
  border: none;
  border-top: 1px solid white; /* Change to your line color */
  height: px;
  width: 1200px;
  min-width: max-content;
  background-color: white; /* Optional: ensure consistent color */
}


.open-bugs {
  display: flex;
  flex-direction: column;
  width: 1428px;
  padding: 55px 100px;
  height: fit-content;
}

.bug1,
.bug2 {
  display: flex;
  width: 46%;
}
.bug-couple {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
.card-card {
  width: 100%;
  height: fit-content;
  border-radius: 10px;
  font-family: "Arial";
  color: #fff;
  display: grid;
  cursor: pointer;
  grid-template-rows: 50px 1fr;
}

.card-card:hover .img-section-card {
  transform: translateY(0em);
}

.card-desc-card {
  border-radius: 10px;
  padding: 28px;
  position: relative;
  top: -10px;
  display: grid;
  gap: 10px;
  background: #1C204B;
}

.img-section-card {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: hsl(195, 74%, 62%);
  transform: translateY(0.7em);
}

.upcoming .img-section-card {
  background: #e100ff;
}
.past .img-section-card {
  background: #ffeb38;
}

.card-card svg {
  float: left;
  max-width: 100%;
  max-height: 100%;
  rotate: -22deg;
}

.header-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.header-card h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

.header-icons-card {
  display: flex;
  gap: 10px;
}

.header-icons-card .close-icon-card,
.header-icons-card .github-icon-card, 
.header-icons-card .fa-x-twitter {
  cursor: pointer;
  font-size: 1.8rem;
}

.description-card {
  font-size: 1.3rem;
  color: #ccc;
  margin-bottom: 50px;
}

.footer-card {
  font-size: 1.1rem;
  font-weight: 300;
  color: #888;
  margin-bottom: 30px;
}

.footer-card .company-name-card {
  color: #ff0080;
  cursor: pointer;
}

.actions-card {
  display: flex;
  gap: 16px;
  align-items: center;
}

.actions-card .btn-card {
  padding: 10px 18px;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  border: none;
}

.actions-card .apply-btn-card {
  margin-left: auto;
  padding: 11px 19px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.apply-btn-card:hover {
  transform: scale(1.05);
}