a{
  text-decoration: none;
}
.header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

/*Big Projects*/
.big-projects{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 50px 0 50px 100px;
}

/*Big Ticket*/
.big-ticket{
  height: 375px;
  width: 1050px;
  display: flex;
  padding: 10px 10px;
  border: 2px solid #430605;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.big-ticket:hover{
  background-color: #E1CAB250;
}

/*Big Heart Div*/
.heart-div-big{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.heart-dash-big{
  height: 160px;
  width: 2px;
  background: linear-gradient(180deg,transparent 0%, #430605 50%, transparent 100%);
}


/*Ticket Details*/
.ticket-details{
  display: flex;
  flex-direction: column;
  width: 617px;
  height: 305px;
  padding: 20px 40px;
  border: 1px solid #430605;
  gap: 20px;
  text-decoration: none;
}
.date-time{
  display: flex;
  justify-content: space-between;
}
.ticket-dash{
  height: 1px;
  background: linear-gradient(90deg,transparent 0%, #430605 50%, transparent 100%);
}
.ticket-description{
  text-align: center;
}
.big-ticket-img{
  height: 345px;
  width: 345px;
  align-items: center;
}

/*Small Ticket Div*/
.small-ticket-div{
  display: flex;
  justify-content: center;
  padding: 50px 0 0 0;
  gap: 60px;
}

/*Small Ticket*/
.small-ticket{
  display: flex;
  flex-direction: column;
  width: 355px;
  height: 410px;
  padding: 20px 10px;
  background-color: #E1CAB220;
  border: 2px solid #430605;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.small-ticket-details{
  display: flex;
  gap: 12px;
}

/*Small Heart Div*/
.heart-div-small{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.heart-dash-small{
  height: 100px;
  width: 2px;
  background: linear-gradient(180deg,transparent 0%, #430605 50%, transparent 100%);
}
.small-ticket:hover{
  background-color: #E1CAB250;
}
