.neoh_fn_hero .bg_color {
    background-color: rgba(161,161,161,.35);
}

.neoh_fn_hero .bg_color {
    background: linear-gradient(to bottom, transparent, rgb(17 17 17));;
}

.logo img{
    width: 150px;
    position: absolute;
    margin-top: -50px;
}

.neoh_fn_header {
    border-bottom: none !important;
}

.content .fn_animated_text.ready{
    margin-top: 78% !important;
}

.neoh_fn_header.fixer {
    padding: 25px 0 !important;
}

:root {
    --mc: #f21def !important;
}


details {
  margin: 0 auto ;
  background: #111;
  margin-bottom: .5rem;
  box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
  border-radius: 5px;
  overflow: hidden;
}

summary {
  padding: 1rem;
  display: block;
  background: #111;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
}

summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
}

/* THE MAGIC 🧙‍♀️ */
details[open] > summary:before {
  transform: rotate(90deg);
}

details summary::-webkit-details-marker {
  display:none;
}

details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.details-expanded {
    padding: 0 2rem;
}

html{scroll-behavior:smooth}

@media (max-width:960px){
    .neoh_fn_roadmaplist .t_item_info {
    width: 100%; padding:0;}
    .neoh_fn_roadmaplist .t_item_img {
    width: 100%;}
    .neoh_fn_roadmaplist .t_item{flex-direction:column;}
    }

@media (min-width:1024px){ 
.neoh_fn_team .team_item{
    width: 25% !important;
}
}