@font-face {
  font-family: spacelove;
  src: url(../fonts/LovingYou.ttf);
 
}
@font-face {
  font-family: spacefont;
  src: url(../fonts/SourceSansPro-Regular.ttf);
 
}
/* 
logo section */

img#nav_logo {
  height: 69px;
}
  img#cardeatpage{display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


  .test-font{
      font-family: 'spacelove', Arial, sans-serif;
      font-size: 5rem;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 3px;
   
  }

  .spacemine_char{
    font-size: 5rem;
    text-align: center;
  }
  p.spacemine_sub_para {
    text-align: center;
    font-weight: 600;
    font-size: larger;
}
.spacemine_part3head{

  text-align: center;

}

/* Starts Time Line */

.timeline-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  height: 300px;
}

.timeline-wrapper .middle-line {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #d9d9d9;
}

.box {
  width: 17%;
  position: relative;
  min-height: 300px;
  float: right;
}

.box .date {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #d9d9d9;
}

.date p {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0px;
}

.box .box-content {
  border-radius: 5px;
  background-color: #00b0bd;
  width: 180px;
  position: absolute;
  left: -77px;
  padding: 15px;
}

.box-content p {
  margin: 0;
  color: white;
}

.box-bottom .box-content {
  top: 65%;
}

.box-content::before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
}

.box-bottom .box-content::before {
  border-bottom-color: #00b0bd;
  top: -20px;
}

.box-top .box-content::before {
  border-top-color: #00b0bd;
  bottom: -20px;
}

p {
  font-family: 'Trebuchet MS', sans-serif;
}

.spacemine_truehead{
  font-family:spacelove ;
  font-size: 4rem;
      font-weight: 600;
      font-style: normal;
      letter-spacing:18px;
}

p.spacemine_truepara{
    font-size: 25px;
    line-height: 41px;
}
.spacemine_part3head{
      font-family:spacelove ;
      font-size: 3rem;
      font-weight: 600;
      font-style: normal;
      letter-spacing:18px;
}
p.spacemine_supplemts {
  font-size: 2rem;
  letter-spacing: 3px;
  line-height: 41px;
}
h4.spacemine_sup_head {
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  top: 250px;
}
h2.spacemine_sup_headtwo {
  text-align: center;
  font-family:spacelove ;
  font-size: 8rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing:18px;

}
h4.spacemine_supman_head {
  font-size: 7rem;
  text-align: center;
  font-family: 'spacelove';
  letter-spacing: 16px;
}
p.spacemine_supman_para {
  font-size: 2rem;
  line-height: 43px;
  letter-spacing: 2px;
}

.spacemine_list {
  align-items: center;
  text-align: center;
}


.spacemine_suppcenter{ display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*  Time Line Ends */

#spacemine_roadmap{
  width: 100%;
  height: auto;

}

#custmclr1, #custmclr2,#custmclr3,#custmclr4,#custmclr5,#custmclr6 {

    color: #4d4d4d;
    font-size: 50px;
    font-family: spacefont;
    font-weight: 700;
    position: relative;


}
/* index footer page */
img#footer_logo {
  width: 86px;
  position: relative;
  left: 100px;
}

/* Eat clean food page */
p#space_eat_right_para1 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}

p#space_eat_left_para2 {
  font-size: 1.2rem;
}

/* Accordion */
.accordion {
  background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%); 
   color: #ffff;
  cursor: pointer;
  padding: 40px;
  width: 100%;
  border: none;
  text-align: center;
  letter-spacing: 10px;
  outline: none;
  font-size: 25px;
  font-weight: 700;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

p.space_para_acordin1 {
  font-size: 1.2rem;
  line-height: 2;
}