* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  font-family: 'IBM Plex Mono', monospace;

}

:root {
  --navbar-bg-color: hsl(0, 0%, 1%);
    --navbar-text-color: hsl(0, 0%, 85%);
    --navbar-text-color-focus: white;
    --navbar-bg-contrast: hsl(0, 0%, 25%);
    --first-color: hsl(38, 92%, 58%);
  --first-color-light: hsl(38, 100%, 78%);
  --first-color-alt: hsl(32, 75%, 50%);
  --second-color: hsl(195, 75%, 52%);
  --dark-color: hsl(212, 40%, 12%);
  --white-color: hsl(212, 4%, 95%);
  --body-color: hsl(212, 42%, 15%);
  --container-color: hsl(212, 42%, 20%);
  --text-color: #fff;
  --main-color: #0ef;
}


html {
  font-size: 62.5%;
  overflow-x: hidden;
}


body {
  background-image: linear-gradient(109.6deg, rgba(2, 0, 4, 1) 14.2%, rgb(54, 5, 102)91.2%);
  color: var(--text-color);
  overflow-x: hidden;
}



.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 64px;
  padding: 2rem 9%;
  background-color: var(--navbar-bg-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.header.sticky {
  border-bottom: .1rem solid rgba(0, 0, 0, .2);
}

.logo img{
  width: 90px;
  color: var(--text-color);
  
  cursor: default;
}

.navbar{
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.nav-links{
  display: flex;
  justify-content: space-between;
  height: 300px;
  align-items: center;
}


.navbar a {
  display: flex;
  font-size: 1.7rem;
  color: var(--text-color);
  margin-left: 4rem;
  margin: 0.5em;
  padding: 0.4em 0.4em;
  width: 100%;
  word-spacing: 0.5px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/* .navbar a:hover,
.navbar a:active {
  color: var(--main-color);
} */

.navbar a:is(:focus, :hover){
  color: var(--navbar-text-color-focus);
  background-color: var(--navbar-bg-contrast);
}



.dropbtn1 {
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  
}
.dropdown1 {
  position: relative;
  display: inline-block;
  
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(239, 229, 229, 0.2);
  z-index: 1;
}
.dropdown-content1 a {
  color: rgb(255, 255, 255);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content1 a:hover {
  background-color: #ffffff;
  color: rgb(0,0,0);
}

.dropdown1:hover .dropdown-content1 {
  display: block;
}

.dropdown1:hover .dropbtn1 {
  background-color: var(--navbar-bg-contrast);
  
}


.menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-right: -100px;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px 0;
}

.wrapper {
  width: 100vw;
}

.big {
  height: 800px;
  width: 100%;
}

.back {
  position: absolute;
  height: 80%;
  width: 80%;
  opacity: 60%;
}

.mid{
  display: flex;
  flex-wrap: wrap;
}

.fore {
  position: absolute;
  height: 14%;
  width: auto;
  margin-left: 270px;
  margin-top: 82px;
}

.fore1 {
  position: absolute;
  height: 35%;
  right: 0;
  margin-top: 250px;
  right: 5%;
}

.fore3 {
  position: absolute;
  height: 7%;
  width: auto;
  margin-top: 100px;
  margin-left: 80px;
  opacity: 100%;
}
.show-more{
  display: block;
  
}
.fore2 {
  position: absolute;
  height: 7%;
  width: auto;
  margin-top: 100px;
  margin-left: 215px;
  opacity: 100%;
}

.countdown {
  display: flex;
  position: absolute;
  justify-content: center;
  gap: 1rem;
  font-size: 20px;
  margin-top: 500px;
  right: 0;
  color: whitesmoke;
  right: 5%;
}

.right {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.time {
  text-align: center;
  margin: 0.2em;
}

.time span {
  font-size: 2.5em;
  display: block;
}

.smalltext {
  padding-top: 0.5em;
  font-size: 1em;
}

.register2 a{

  color: white;
}

.registration-button {
  position: absolute;
  background-color: #000080;
  /* Navy blue */
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  margin-top: 700px;
  right: 45%;
  border-radius: 10px;
  font-size: 1.8rem;

}

.on-img-text {
  position: absolute;

  justify-content: center;
  align-items: center;
  margin-left: 80px;
  margin-top: 320px;
  color: white;
}

.on-img-text h2 {
  font-size: 4.3rem;
  font-weight: 700;


}

.on-img-text h3 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 30px;
}

.on-img-text h2:nth-of-type(2) {
  margin-bottom: 2rem;
}

.on-img-text h2 span {
  color: rgb(38, 212, 38);
}

.on-img-text h3:nth-of-type(2) {
  margin-bottom: 2rem;
}

.on-img-text h3 span {
  color: rgb(38, 212, 38);
}

.icon-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 550px;
  margin-left: 60px;

}

/* Style for the icons within the wrapper */
.icon-wrapper i {
  font-size: 24px;
  margin: 0 10px;

}

.icon-wrapper h1{
  font-size: 3rem;
}

.date {
  font-size: 30px;
}

.venue {
  font-size: 30px;
}

.abt-container {
  font-size: 80px;

}

.title {
  font-family: 'IBM Plex Mono', monospace;
  padding-left: 40px;
  font-size: 70px;
  
}

.container {
  display: flex;
  align-items: center;
}

.text {
  flex: 1;
  padding: 20px;
  font-size: 18px;
  padding-left: 80px;
  font-family: IBM;
}

.image {
  flex: 1;
  padding-bottom: 20px;
  padding-left: 20px;

}

.HashCon {
  font-family: 'IBM Plex Mono', monospace;
  color: rgb(38, 212, 38);
}

footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;gap: 13px;
}
.details{
  margin-right: 240px;
  font-size: 20px;
  text-align: center;
  padding-left: 250px;
}

.reach{
  margin-right: 150px;
  font-size: 20px;
  padding-left: 150px;
  color: white;
}

.social-media a {
  color: #fff;
  font-size: 24px;
  margin: 0 5px;
  text-decoration: none;
}


.social-media a:hover {
  color: rgb(38, 212, 38); 
}
.footer{
    margin-top: auto; 
}

/*.timeline{
    font: 16px/1.5 ;
    background: linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(13, 17, 17) 91.1%);
    color: red;
    overflow-x: hidden;
    overflow-y: hidden;

  }

  .timeline ul li{
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: white;
  }

  .timeline ul li::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
    width:20px;
    height: 20px;
    z-index: 2;
    background: white;
  }

  .timeline ul li div{
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 20px;
    background:white;
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    display: flex;
    align-items: center;
  }

  .timeline ul li div time{
    position: absolute;
    background: #f5af19;
    width: 80px;
    height: 30px;
    top: -15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
  }

  .timeline ul li div p{
    text-align: center;
  }

  .timeline ul li:nth-of-type(odd) > div{
    left: 45px;
  }

  .timeline ul li:nth-of-type(even) > div{
    left: -439px;
  }

  .timeline ul li div{
   /* visibility: hidden;
    opacity: 0;*/
/*transition: all 0.5s ease-in-out;
  }

 

  .timeline ul li.in-view div{
    transform: none;
    visibility: visible;
    opacity: 1;
  }

@media screen and (max-width: 900px){
    .timeline ul li div{
        width: 250px;
        flex-direction: column;
    }
    .timeline ul li div div{
        width: 80%;
        margin: 10px;
    }
    .timeline ul li div:nth-of-type(even) > div{
        left: -289px;
    }
}

@media screen and (max-width: 600px){
    body{
        background: linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(13, 17, 17) 91.1%);;

    }

    .timeline ul li{
        margin-left: 20px;
    }

    .timeline ul li div{
        width:calc(100vw-91px);
    }

    .timeline ul li div:nth-of-type(even) > div{
        left: 45px;
    }
}*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.timeline {
  font-family: "Source Sans Pro";
  color: white;
}

h1 {
  text-align: center;
  font-size: 40px;
}

ul {
  padding: 50px 0;
}

ul li {
  position: relative;
  list-style-type: none;
  width: 6px;
  background-color: white;
  margin: 0 auto;
  padding-top: 50px;
}

ul li::after {
  background: white;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}


ul li div {
  position: relative;
  width: 400px;
  padding: 15px;
  border-radius: 5px;
  bottom: 0;
  background: black;
}

ul li:nth-child(odd) div {
  left: 45px;
}

ul li:nth-child(even) div {
  left: -445px;
}

time {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

ul li.show div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1270px){

  .fore3{
    width: auto;

  }
  .fore{
    width: auto;
    margin-left: 250px;
  }
  .fore2{
    width:60px;
    margin-left: 200px;
  }
  .left .on-img-text h2{
    font-size: 35px;
  }
  .left .on-img-text h3{
    font-size: 35px;
  }

  .left .icon-wrapper h1{
    font-size: 30px;
  }

  .right .side-logo img{
    height: 35%;
  }

  .right .countdown .time{
    font-size: 18px;
    margin-top: -40px;
  }

  .register2 .registration-button{
    margin-right: -70px;
  }

  .image img{
    margin-top: 45px;
  }

}

@media screen and (max-width: 1171px){

  .fore3{
    width: auto;

  }
  .fore{
    width: auto;
    margin-left: 250px;
  }
  .fore2{
    width:60px;
    margin-left: 200px;
  }
  .left .on-img-text h2{
    font-size: 30px;
  }
  .left .on-img-text h3{
    font-size: 30px;
  }

  .left .icon-wrapper h1{
    font-size: 25px;
  }

  .right .side-logo img{
    height: 30%;
  }

  .right .countdown .time{
    font-size: 15px;
    margin-top: -60px;
  }

  .register2 .registration-button{
    margin-right: -70px;
  }

  .container .text{
    font-size: 16px;
  }

}

@media screen and (max-width: 1010px){

  .back{
    width: 100%;
  }

  .left .on-img-text h2{
    font-size: 25px;
  }
  .left .on-img-text h3{
    font-size: 25px;
  }

  .left .icon-wrapper h1{
    font-size: 20px;
  }

  .right .side-logo img{
    height: 25%;
  }

  .right .countdown .time{
    font-size: 12px;
    margin-top: -80px;
  }

  .register2 .registration-button{
    margin-right: -70px;
  }

  .container .text{
    font-size: 14px;
  }

  .image img{
    width: 95%;
  }

  .details{
    font-size: 18px;
  }

  .reach{
    font-size: 18px;
  }

}

@media screen and (max-width: 901px) {

  .back{
    width: 100%;
  }

  header {
    padding: 1rem 5%;

  }

  .logo img {
    width: 70px;
  }

  .navbar a {
    font-size: 1.4rem;
    margin-left: 2rem;
  }

  #menu-icon {
    display: block;
    /* Show the menu icon */
  }

  ul li div {
    width: 250px;
  }

  ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }

  .left .on-img-text h2{
    font-size: 25px;
  }
  .left .on-img-text h3{
    font-size: 25px;
  }

  .left .icon-wrapper h1{
    font-size: 20px;

  }

 

  .right .side-logo img{
    height: 25%;
  }

  .right .countdown .time{
    font-size: 12px;
    margin-top: -100px;
  }

  .register2 .registration-button{
    margin-right: -70px;
  }

  .container .text{
    font-size: 14px;
  }

  .image img{
    width: 95%;
  }

  .details{
    font-size: 15px;
  }

  .reach{
    font-size: 15px;
  }

  

 

  /* Adjust timeline styles */
  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}



@media screen and (max-width: 825px) {

  .back{
    width: 100%;
  }

  

  header {
    padding: 1rem 5%;

  }

  .logo img {
    width: 55px;
    margin-left: -50px;
  }

  .navbar{
    margin-left: 30px;
  }

  .navbar a {
    font-size: 1.3rem;
    margin-left: 1.5rem;
  }

  .navbar .dropbtn1 {
    font-size: 1.3rem;
    margin-left: 1.5rem;
  }

  #menu-icon {
    display: block;
    /* Show the menu icon */
  }

  ul li div {
    width: 250px;
  }

  ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }

  .left .on-img-text h2{
    font-size: 20px;
  }
  .left .on-img-text h3{
    font-size: 20px;
  }

  .left .icon-wrapper h1{
    font-size: 15px;

  }

  .right .side-logo img{
    height: 20%;
  }

  .right .countdown .time{
    font-size: 10px;
    margin-top: -100px;
  }

  .register2 .registration-button{
    margin-right: -70px;
  }

  .container .text{
    font-size: 12px;
  }

  .image img{
    width: 95%;
  }

  


  /* Adjust timeline styles */
  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 750px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: black;
  }

  .nav-links.show {
    display: flex;
  }

  .menu-icon {
    display: flex;
  }

  /* Add the following CSS to change the background color on hover */
  .navbar .nav-links a:hover {
        background-color: white;
        color: black;
    }

  .logo img {
    width: 80px;
    margin-left: -30px;
  }

  .title{
    font-size: 50px;
  }

  .container .text{
    margin-left: -30px;
  }

  .on-img-text{
    margin-left: 70px;
  }

  .fore3{
    width:auto;
    margin-left: 60px;
  }

  .fore2{
    width: auto;
    margin-left: 185px;
  }

  .fore{
    width: auto;
    margin-left: 230px;
  }
}

@media screen and (max-width: 661px) {

  

  .left .on-img-text h2{
    font-size: 17px;
  }

  .left .on-img-text h3{
    font-size: 17px;
  }

  .fore1{
    width: 200px;
  } 

  .right .countdown .time{
    font-size: 8px;
  }

  

  .navbar a {
    font-size: 1.2rem;
    margin-left: 1.5rem;
  }

  /* Adjust countdown and other positioning */
 

  

 .details{
  font-size: 15px;
 }

 .reach{
  font-size: 15px;
 }

  /* Adjust timeline styles further for smaller screens */
  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}


@media screen and (max-width: 572px) {
  .fore1{
    margin-right: 137px;
    margin-top: 200px;
    width:45%;
  }

  .countdown{
    margin-right: 135px;
    margin-top: 450px;
  }
   
  .countdown .time .smalltext{
    font-size: 13px;
  }

  .icon-wrapper{
    margin-top: 600px;
  }

  .on-img-text{
    margin-top: 470px;
  }

  

  .title{
    font-size: 37px;
    margin-left: -10px;
  }

  .container .text{
    font-size: 10px;
  }
  /* Adjust timeline styles */
  .timeline ul li div {
    width: 150px;
  }

  .timeline ul li:nth-child(even) div {
    left: -189px;
 
  }
}

@media screen and (max-width: 500px) {
  .fore1{
    margin-right: 95px;
    margin-top: 200px;
    width: 48%;
  }

  .countdown{
    margin-right: 99px;
    margin-top: 450px;
  }
   
  .countdown .time .smalltext{
    font-size: 12px;
  }

  .icon-wrapper{
    margin-top: 600px;
  }

  .on-img-text{
    margin-top: 470px;
  }

  

  .title{
    font-size: 37px;
    margin-left: -10px;
  }

  .container .text{
    font-size: 10px;
  }
  /* Adjust timeline styles */
  .timeline ul li div {
    width: 150px;
  }

  .timeline ul li:nth-child(even) div {
    left: -189px;
 
  }
}

@media screen and (max-width: 430px) {
  .fore1{
    margin-right: 70px;
    margin-top: 200px;
    width: 58%;
  }

  .fore3{
    width:30%;
  }
  .fore2{
    margin-left: 190px;
  }

  .fore{
    margin-left: 240px;
  }

  

  .back{
    margin-left: -50px;
  }

  .countdown{
    margin-right: 80px;
    margin-top: 450px;
  }
   
  .countdown .time .smalltext{
    font-size: 12px;
  }

  .icon-wrapper{
    margin-top: 600px;
    margin-left: 22px;
  }

  .icon-wrapper h1{
    margin-left: -3px;
  }

  .on-img-text{
    margin-top: 480px;
  }

  

  .title{
    font-size: 35px;
  }

  .container .text{
    font-size: 6px;
  }

  .container .image{
    margin-right: 20px;
  }
}

@media screen and (max-width: 376px) {
  .fore1{
    width: 60%;
    margin-right: 56px;
  }

  .fore3{
    width:30%;
  }
  .fore2{
    margin-left: 180px;
  }

  .fore1{
    width: 230px;
  }

  .countdown{
    margin-right: 60px;
  }

  .on-img-text{
    margin-left: 35px;
  }

  .title{
    font-size: 30px;
  }

  .container .text{
    font-size: 6px;
    margin-left: -40px;
  }

  .container .image{
    margin-right: 20px;

  }

  .timeline ul li div {
    width: 130px;
  }

  .timeline ul li:nth-child(even) div {
    left: -159px;
 
  }
  .details{
    font-size: 13px;
  }
  .reach{
    font-size: 13px;
  }
}

@media screen and (max-width: 321px){

  .fore3{
    width:30%;
  }
  .fore2{
    margin-left: 175px;
  }

  .fore1{
    width: 210px;
    margin-right: 45px;
  }

  .countdown{
    margin-right: 40px;
  }

  .on-img-text{
    margin-left: -66px;
  }

  .icon-wrapper{
    margin-top: 50px;
    margin-left: -50px;
  }

  .icon-wrapper h1{
    margin-left: -3px;
  }

  .title{
    font-size: 25px;
  }

  .container .text{
    font-size: 5px;
    margin-left: -30px;
  }
}
