html {
    scroll-behavior: smooth;
  }
  
  
  
body {
    font-family:  Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url("backgroundimage.png");
    background-size: 2000px;
    background-position-x: 0px;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  
  
nav {
    top: 0;
    padding: 19px;
    background-color: #222222;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  }
  
.menu div {
      height: 4px;
      background-color: rgb(156, 156, 156);
      margin: 5px 0;
      border-radius: 25px;
      box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
      transition: 0.3s;
  }
  
  
.menu {
    width: 30px;
    display: block;
    margin: 1em em 1em;
  }
  
.one {
    width: 30px;
  }
  
.two {
    width: 20px;
  }
  
.three {
    width: 25px;
  }
  
.menu:hover div {
    width: 30px;
    background-color: white;
  }
  
  
.sidemenu {
    
  }
  
  
.navbtn {
    position: absolute;
    color: black;
    top: 15px;
    left: 100px;
    margin-right: 0px;
  }
  
  
.navbtn1, .navbtn2, .navbtn3, .navbtn4, .navbtn5 {
    background: transparent;
    border: none;
    color: rgb(156, 156, 156);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    height: 40px;
    width: 120px;
    transition: all 0.05s ease-in-out;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  
  
  
.navbtn1:hover, .navbtn2:hover, .navbtn3:hover, .navbtn4:hover, .navbtn5:hover {
      color: white;
      transform: scale(1.01);
      box-shadow: white;
      
  }
  
  
.navbtn1:active, .navbtn2:active, .navbtn3:active, .navbtn4:active, .navbtn5:active {
    transform: translateY(2px);
    box-shadow: #ffffff;
  }
  
  
.navbarlogo {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 60px;
  }
  
  
header { 
      position: relative;
      top: 0px;
      padding: 10px;
      background: rgba(19, 19, 19, 0.705);
  }
  
  
  
.phrasecatch {
    position: relative;
    padding: 0px 80px 80px 80px;
    font-size: 25px;
    font-weight: bold;
    top: 10px;
  }
  
.headermaintext {
    position: relative;
    letter-spacing: -3px;
  }
  
.headerundertext {
    position: relative;
    top: -5px;
    font-size: 45px;
    letter-spacing: -4px;
    color: rgb(221, 221, 221);
  }
  
.catch {
    position: relative;
    color: #cccccc;
    top: -0px;
    font-size: 25px;
  }
  

  .container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
  }

  h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 80px;
    background: linear-gradient(90deg, #d86fff, #6c4eff);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
  }

  .timeline {
    position: relative;
    padding: 40px 0;
  }

  .timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background: linear-gradient(180deg, #6c4eff, #d86fff);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
  }

  .timeline-item {
    padding: 20px 30px;
    position: relative;
    width: 50%;
  }

  .timeline-item:nth-child(odd) {
    left: -58px;
  }

  .timeline-item:nth-child(even) {
    left: 647px;
  }

  .timeline-item::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background: linear-gradient(145deg, #6a0dad, #321964);
    border: 3px solid #fff;
    top: 20px;
    border-radius: 50%;
    z-index: 1;
  }

  .timeline-item:nth-child(even)::before {
    left: -13px;
    right: auto;
  }

  .timeline-content {
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    transition: 0.3s ease;
    box-shadow: 0 0 20px rgba(106, 13, 173, 0.4);
    position: relative;
  }

  .timeline-content:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(106, 13, 173, 0.6);
  }

  .timeline-content h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #ff8ae2, #9966ff);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
  }

  .timeline-content p {
    font-size: 1rem;
    color: #ccc;
  }

  @media (max-width: 768px) {
    .timeline::after {
      left: 8px;
    }

    .timeline-item {
      width: 100%;
      padding-left: 40px;
      padding-right: 20px;
      margin-bottom: 20px;
    }

    .timeline-item:nth-child(even) {
      left: 0;
    }

    .timeline-item::before {
      top: 20px;
      left: 0;
      margin-left: -13px;
    }
  }

.content {
    position: relative;
    top: 0px;
    padding: 150px;
    background: rgba(19, 19, 19, 0.705);
  }
  
.twobuttons {
    position: relative;
    align-self: center;
    background: transparent;
    padding: 100px;
    top: -190px;
  }
  
.mainbtn {
    position: relative;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    border: 1px solid rgb(255, 255, 255); 
    width: 150px;
    height: 50px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.9);
    transition: 0.1s ease;
    background: linear-gradient(-90deg, #4b0082, #8701c5);
    margin-right: 10px;
    cursor: pointer;
  }
  
.mainbtn:hover {
    border: 2px solid rgb(131, 0, 253);
    transform: translateY(-2px);
    background: linear-gradient(0deg, #4b0082, #8701c5);
  }
  
.mainbtn:active {
    transform: scale(0.99);
    border: 1px solid rgb(234, 0, 255);
  }
  
.secondbtn {
    position: relative;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    border: 1px solid rgb(255, 255, 255);
    background: #070044;
    width: 150px;
    height: 50px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.9);
    transition: 0.1s ease;
  }
  
.secondbtn:hover {
    color: #000000;
    background-color: white;
  }
  
.socials {
    position: relative;
    text-align: center;
    align-content: center;
    align-self: center;
    top: -190px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgba(142, 45, 226, 0.4);
    border-radius: 20px;
  }
  
.socialstext {
    position: relative;
    top: 0px;
    
  }
  
.discord {
    position: relative;
    top: -13px;
    margin-right: 15px;
  }
  
.instagram {
    position: relative;
    margin-right: 15px;
    top: 0px;
  }
  
.tiktok {
    position: relative;
    margin-right: 15px;
    top: 0px;
  }
  
.telegram {
    position: relative;
    top: 0px;
  }
  
.discord:hover, .instagram:hover, .tiktok:hover, .telegram:hover {
    transform: scale(1.07);
    
  }
  
.footer {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    color: #ffffff;
    text-align: center;
    padding: 30px 20px;
    font-size: 14px;
    margin-top: 0px;
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
.footer-nav {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
  }
  
.footer-nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    transition: color 0.3s ease;
  }
  
.footer-nav a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #6a0dad;
    left: 50%;
    bottom: -5px;
    transition: width 0.3s ease, left 0.3s ease;
  }
  
.footer-nav a:hover {
    color: #6a0dad;
  }
  
.footer-nav a:hover::after {
    width: 100%;
    left: 0;
  }
  
.footer-text {
    margin-bottom: 10px;
    font-size: 14px;
  }
  
.footer-contact a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
.footer-contact a:hover {
    color: #6a0dad;
  }



