*{
  margin: 0;
}

body{
  font-family: 'Poppins', sans-serif;
  background-color: #081420;
  color: #fff;
  box-sizing: border-box;
}

h1{
  font-family: 'Rowdies', cursive;
}

h2{
  font-family: 'Rowdies', cursive;
}

header{
  height: 15vh;
  width: 100%;
  position: fixed;
  background-color: rgba(8, 20, 32, 0.4);
  -webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
  z-index: 3;
}

nav{
  display: flex;
  height: 15vh;
  align-items: center;
}

.logo{
  width: 50%;
  margin-left: 6%;
  cursor: pointer;
}

.logo img{
  height: 3.125rem;
}

ul.navigation{
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  margin-right: 6%;
}

ul.navigation li{
  list-style: none;
}

ul.navigation li a{
  padding: 0 1.25rem;
  text-decoration: none;
  color: #dedada;
  font-family: 'Rowdies', cursive;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

ul.navigation li a:hover {
  color: #FFF;
}

#register{
  border: solid #fff 2px;
  border-radius: 10px;
  padding: 0.75rem 2.063rem;
  color: #fff;
  margin-left: 1.25rem;
}

#register:hover{
  background-color: #FFF; 
  color: #000;
}

nav #hamburger{
  display: none;
}

/* HERO */
.hero{
  height: fit-content;
  position: relative;
}

.hero .cover{
  margin-top: 15vh;
  width: 100vw;
}

.hero .container{
  display: flex;
  width: 80%;
  margin: 8vh auto;
}

.container .icon{
  width: 18.75rem;
  height: 18.75rem;
}

.container .content{
  width: 60%;
  margin-left: 1.875rem;
}

.title{
  font-size: 3.375rem;
  font-weight: 300;
  line-height: 1;
  color: #F18505;
}

.subtitle{
  font-family: 'Poppins', sans-serif;
  font-size: 1.625rem;
  margin-top: 2.5rem;
}

.content p{
  margin-top: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 2.625rem;
  text-align: justify;
}

.daftar{
  border-radius: 10px;
  padding: 1.125rem 2.063rem;
  color: #fff;
  text-decoration: none;
  font-family: 'Rowdies', cursive;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 1.5rem;
  background: linear-gradient(to right,#e73a12, #f18505);
}

.guidebook{
  border: solid #fff 2px;
  border-radius: 10px;
  padding: 1rem 1.938rem;
  color: #fff;
  text-decoration: none;
  font-family: 'Rowdies', cursive;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 1.5rem;
}

.guidebook:hover{
  background-color: #FFF; 
  color: #000;
}

.detail-hero-top{
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  z-index: -1;
}

.detail-hero-bottom{
  position: absolute;
  bottom: -68vh;
  left: 0;
  width: 30%;
}

.event{
  display: none;
}


/* TIMELINE */

.timeline{
  margin-top: 50vh;
  height: 128vh;
  text-align: center;
  position: relative;
}

.timeline-header{
  font-size: 2.875rem;
  margin-bottom: 4.125rem;
}

.timeline-content{
  width: 30%;
  text-align: start;
  margin: 0 6% 0 42%;
}

.timeline-card{
  margin-bottom: 1.125rem;
  
}

.timeline-card-heading{
  height: 2.5rem;
  width: fit-content;
  padding: 0.875rem 1.375rem 0;
  border-radius: 10px;
  font-size: 1.25rem;
  font-family: 'Rowdies', cursive;
  font-weight: 300;
  background: linear-gradient(to right, #C83661, #C83C32 );
}

.timeline-card p{
  margin-bottom: 0.75rem;
}

.pattern-timeline{
  position: absolute;
  top: 8.5rem;
  left: 37%;
  width: 2.625rem;
  height: 42.5rem;
}

/* FOOTER */


.footer{
  margin-top: 10vh;
  height: 18.75rem;
}

.footer .container{
  max-width: 71.25rem;
  padding: 5%;
  margin-right: auto;
  margin-left: auto;
}

.row{
  display: flex;
  flex-wrap: wrap;
}

.footer-left{
  max-width: 25%;
  padding: 0 0.938rem;
}

.footer-logo img{
  width: 11.25rem;
  margin-bottom: 1.25rem;
}

.footer-middle{
  max-width: 33.3%;
  padding: 0 0.938rem;
  margin-right: auto;
  margin-left: 3%;
}

.footer-middle h2{
  margin-bottom: 1.25rem;
  font-weight: 300;
}

.footer-middle ul{
  padding: 0;
  list-style-type: none;
}

.footer-middle li{
  list-style: none;
  margin: 0.625rem;
}

.footer-middle li a{
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
}

.media{
  display: none;
}

.footer-right{
  max-width: 33.3%;
}

.footer-right ul{
  padding: 0;
  list-style-type: none;
}

.footer-right h2{
  margin-bottom: 1.25rem;
  font-weight: 300;
}

.copyright{
  width: 100%;
  background-color: #151F29;
  text-align: center;
  padding: 1.25rem 0;
  bottom: 0;
}