* {
  font-family: "Urbanist", sans-serif;
}

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;
  padding: 0 80px;
}
 
.featured-tab {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.featured-img {
  overflow: hidden;
  background-color: #e100ff;
  width: 65%;
  border-radius: 13px;
  min-height: fit-content;
}

.featured-tab2 {
  position: relative;
  width: 30%;
}

#webcrumbs-feature .container {
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  padding: 40px;
  
}

#webcrumbs-feature .title {
  font-size: 2.2rem;
  color: #1c1c1c;
  font-weight: bold;
  margin-bottom: 15px;
}

#webcrumbs-feature .description {
  color: #6b7280;
  margin-bottom: 20px;
  font-size: 1.35rem;
  font-weight: 500;
}

#webcrumbs-feature .icon-container {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1c1c1c;
  font-size: 2.1rem;
  margin-bottom: 100px;
}
#webcrumbs-feature .icon-container i {
    cursor: pointer;
}

#webcrumbs-feature .bug-status {
  background-color: #f3f4f6;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 20px;
}

#webcrumbs-feature .status-text {
  color: #6b7280;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 4px;
}

#webcrumbs-feature .status-title {
  color: #1c1c1c;
  font-size: 1.5rem;
  font-weight: bold;
}

#webcrumbs-feature .debug-button {
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #3b82f6, #9333ea);
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.4rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

#webcrumbs-feature .debug-button:hover {
  opacity: 0.9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}


.hottest-events {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 100px 0;
}

.hottest-event-img {
  overflow: hidden;
  background-color: #e100ff;
  width: 335px;
  border-radius: 120px;
  height: 640px;
}
.hottest-event-img {
  overflow: hidden;
}

.hottest-event-featured {
  position: relative;
  width: 70%;
}



/* Container Styles */
#webcrumbs-event {
  display: flex;
  justify-content: center;
}

.event-container {
  width: 100%;
  height: 640px;
  background: linear-gradient(to right, #3b82f6, #9333ea);
  border-radius: 13px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

/* Title Styles */
.event-title {
  color: #f3f4f6;
  font-size: 1.5em;
  margin-bottom: 20px;
}

/* Event Item Styles */
.event-item {
  height: 42%;
  background: #ffffff;
  border-radius: 13px;
  padding: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition for shadow and scaling */
}
.event-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
  transform: scale(1.02); /* Slight scaling effect on hover */
}

.event-image {
  overflow: hidden;
  width: 205px;
  height: 205px;
  background: #1f2937;
  border-radius: 8px;
}

.event-details {
  align-self: start;
  margin-left: 30px;
}

.event-subtitle {
  color: #111827;
  font-size: 2.7rem;
  margin-bottom: 8px;
}

.event-description {
  color: #6b7280;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 57px 0;
}

/* Button Styles */
.event-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f3f4f6;
  color: #111827;
  padding: 15px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.05rem;
}

.event-button:hover {
  background: #e5e7eb;
}

.event-icon {
  font-size: 1.1em;
}


.spotlight {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  width: 100%;
}

 #webcrumbs-spolight {
  display: flex;
  justify-content: center;
  width: 65%;
}

.container-spolight {
  width: 100%;
  background: linear-gradient(to bottom, #3b82f6, #9333ea);
  border-radius: 13px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.container-spolight .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.project-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.container-spolight .project-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 14px;
  gap: 22px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.container-spolight .project-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
  transform: scale(1.02); /* Slight scaling effect on hover */
}

.image {
  width: 80px;
  height: 80px;
  background-color: #d9f99d;
  border-radius: 10px;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
}

.details {
  flex: 1;
}

.project-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1.5px;
}

.project-about {
  font-size: 1.2rem;
  color: #6b7280;
  margin: 0;
}

.action-spot {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.action-spot i {
  font-size: 1.25rem;
  transition: color 0.3s ease;
}

.action-spot i.active {
  color: #ef4444; /* Red color when active */
}

#webcrumbs-twitter {
  display: flex;
  width: 30%;
}

.card-twitter {
  width: 100%;
  background-color: #019FFE; /* Primary color */
  border-radius: 13px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-container-twitter {
  color: #ffffff; 

}

.icon-twitter {
  font-size: 10rem;
  font-weight: 900;
  color: #b3d1f5; /* Secondary color */
}

.heading-twitter {
  font-style: italic;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: -85px;
  color: #fff;
}

.button-twitter {
  background-color: #000000; /* Neutral button background */
  color: #ffffff; /* Button text */
  border: none;
  border-radius: 10px;
  height: 70px;
  font-style: italic;
  font-size: 1.65rem;
  font-weight: 600;
  margin-top: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.551);
  transition: background-color 0.3s ease;
}

.button-twitter:hover {
  color: #fff;
  background-color: #1f1e1e;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
  transform: scale(1.02); /* Slight scaling effect on hover */
}

.fe-bounties {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 0;
  width: 100%;

}



.card-bug {
  width: 387px;
  height: 600px;
  border-radius: 20px;
  background: #1b233d;
  padding: 5px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* .card-bug:hover {
  transform: scale(1.05);
} */

.card-bug .top-section {
  height: 238px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
  position: relative;
}

.card-bug .top-section .border {
  border-bottom-right-radius: 10px;
  height: 30px;
  width: 264px;
  background: white;
  background: #1b233d;
  position: relative;
  transform: skew(-40deg);
  box-shadow: -10px -10px 0 0 #1b233d;
}

.card-bug .top-section .border::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 10px;
  box-shadow: -5px -5px 0 2px #1b233d;
}

.card-bug .top-section::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 15px;
  width: 15px;
  border-top-left-radius: 15px;
  box-shadow: -5px -5px 0 2px #1b233d;
}

.card-bug .top-section .icons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.card-bug .top-section .icons .logo {
  height: 100%;
  aspect-ratio: 1;
  padding: 7px 0 7px 15px;
}

.card-bug .top-section .icons .logo .top-section {
  height: 100%;
}

.card-bug .top-section .icons .social-media {
  height: 100%;
  margin-top: 13px;
  padding: 8px 15px;
  display: flex;
  gap: 16px;
}

.card-bug .top-section .icons .social-media .svg {
  height: 100%;
  fill: #1b233d;
}


.card-bug .top-section .icons .social-media .svg:hover {
  fill: white;
}



#webcrumbs-card-bug {
  padding: 20px;
}

.card-bounty {
  color: #ffffff;
  border-radius: 24px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.title {
  font-size: 2.3rem;
  font-weight: 600;
  font-weight: bold;
}

.description {
  font-size: 1.4rem;
  font-weight: 500;
  color: #9ca3af;
  margin-top: 7px;
}

.powered {
  margin-top: 7px;
  color: #fbfbfb;
  font-size: 0.9rem;
}

.company {
  margin-top: 1px;
  font-weight: 500;
  color: #42e9f5;
}

.timer {
  width: 180px;
  background-color: #0066ff16;
  color: #fff;
  text-align: left;
  font-size: 1rem;
  padding: 13px;
  border-radius: 12px;
  margin-bottom: 5px;

}

.time {
  margin-top: 4px;
  font-weight: 600;
}

.button-container {
  position: relative;
}

.btn-main,
.btn1 {
  height: 3.5rem;
  background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
  color: white;
  border: none;
  border-radius: 14px;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
 }
 
 btn-main:hover,
 .btn1:hover {
   color: rgb(255, 255, 255);
   background: linear-gradient(45deg, rgb(8, 123, 144) 0%, rgb(80, 246, 255) 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
  transform: scale(1.02); /* Slight scaling effect on hover */
 }
 
 .btn1 {
  background: linear-gradient(45deg, #FFE715 0%, #FFF06E 100%);
  color: #1b233d;
 }

 .btn1:hover {
  background: linear-gradient(45deg, #b6a613 0%, #ffe600 100%);
  color: #1b233d;
 }

 .vector5 {
  position: absolute;
  transform: scale(0.35) translate(164px, -31px);
  z-index: 9;
  margin-top: -600px;
  margin-left: -1220px;
}
.vector6 {
  position: absolute;
  transform: scale(0.5) translate(164px, -31px);
  z-index: 9;
  margin-top: 750px;
  margin-left: -1390px;
}

.discord-vec {
  position: absolute;
  transform: scale(0.34) translate(164px, -31px);
  z-index: 9;
  margin-top: 130px;
  margin-right: -770px;

}

 
.mid-page-foot-discord {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: fit-content;
  padding: 10px 0 100px 0;
  width: 1428px;
}

.section-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1428px;
  gap: 100px;
}

.logo-container {
  flex: 1;
  transform: scale(5.6) rotate(-20deg);
  text-align: center;
  margin: 20px;
  z-index: 0;
}

.content-container {
  flex: 1;
  margin: 20px;
  z-index: 9;
}

.content-container h1 {
  font-size: 5rem;
  line-height: 6.2rem;
  font-weight: bolder;
  font-style: italic;
}
.content-container br {
  line-height: 6.2rem;
}


.content-container p {
  margin: 15px 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 18px 30px;
  background: linear-gradient(to right, #3D4E81, #5753C9, #6E7FF3);
  color: white;
  text-decoration: none;
  border-radius: 18px;
  font-weight: bold;
  font-size: 1.35rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; /* Smooth hover effect */
  cursor: pointer;
}

.btn:hover {
  background: linear-gradient(to right, #6E7FF3, #5753C9, #3D4E81); /* Bright purple gradient */
  transform: scale(1.05); /* Slightly enlarge the button */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* Add a shadow */
}

.btn:active {
  transform: scale(1); /* Reset scaling on click */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Reduce shadow on click */
}

/* Animation styles */
.discord-logo {
  transform: scale(0.7);
  transform-origin: 24px 24px;
}

.discord-logo.swirl-animation .discord-outer-layer {
  transition: transform 800ms cubic-bezier(0.7, 1, 0.7, 1);
  transform-origin: 50% 50%;
}

.discord-logo-container:hover .swirl-animation .discord-outer-layer {
  transform: scale(1.5) rotate(360deg);
}

.discord-logo.swirl-animation .discord-middle-layer {
  transition: transform 800ms cubic-bezier(0.5, 1, 0.5, 1);
  transform-origin: 50% 50%;
}

.discord-logo-container:hover .swirl-animation .discord-middle-layer {
  transform: scale(1.4) rotate(360deg);
}

.discord-logo.swirl-animation .discord-inner-layer {
  transition: transform 800ms cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: 50% 50%;
}

.discord-logo-container:hover .swirl-animation .discord-inner-layer {
  transform: scale(1.3) rotate(360deg);
}

.discord-logo.swirl-animation .discord-original {
  transition: visibility 0ms;
  transition-delay: 800ms;
}

.discord-logo-container:hover .swirl-animation .discord-original {
  visibility: hidden;
  transition-delay: 0ms;
}


