.gt{
    z-index: -1;
    position: absolute;
    height: 200px;
  }

  .gt-2{
    right: 10px;
    top: 20px;
  }

  .gt-3{
    bottom: 0;
    left: 10px;
    animation: anime-1 8s linear infinite alternate-reverse;
  }

  @keyframes anime-1{
    100%{
      scale: 2;
    }
  }


  .runners-info .scrollable::-webkit-scrollbar {
    height: 5px;
    background: #F7F7F7;
    border-radius: 10px;
  }
  
  .runners-info .scrollable::-webkit-scrollbar-thumb{
    background-color: #d1d1d1;
    border-radius: 10px;
  }
  

/* =================== banner here ==================== */
    
  .runners-info .banner{
      background-image: linear-gradient(rgba(0, 0, 0, 0.349),#131112ee), url(../images/gallery/g-30.webp) ;
      background-size: cover;
      background-position: center 40%;
      height: 45vh;
      display: grid;
      place-items: center;
    }
  
    .runners-info .banner h1{
      font-size: clamp(35px, 3vw, 120px);
      color: white;
      font-weight: 700;
      display: block;
    }
    
    .runners-info .banner p{
      font-size: 20px;
      color: white;
      display: none;
    }
  
    .runners-info .banner a{
      color: white;
      text-decoration: underline;
    }


/* =============== athm information section here ================== */


.runners-info .top-area h2{
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.runners-info .top-area .navi{
  width: 150px;
  position: relative;
  height: 100px;
  margin: auto;
}

.runners-info .top-area .swiper-button-next, 
.runners-info .top-area .swiper-button-prev{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: white;
  display: grid;
  place-items: center;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}

.runners-info .top-area .swiper-button-next:hover,
.runners-info .top-area .swiper-button-prev:hover{
  box-shadow: inset 0px 0px 5px 5px rgba(0,0,0,0.1);

}

.runners-info .top-area .swiper-button-prev:after, 
.runners-info .top-area .swiper-button-next:after{
  font-size: 15px;
  color: black;
  font-weight: 900;
}

.runners-info .top-area .swiper-button-next{
  right: 0;
}

.runners-info .top-area .swiper-button-prev{
  left: 0;
}

.runners-info .top-area .inner_box{
  border-radius: 12px;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
  overflow: hidden;
}

.runners-info .border-green{
  border-bottom: 3px solid var(--logoBlue);
  border-top: 3px solid var(--logoBlue);
}

.runners-info .border-green-promo-run-2{
  border-top: 3px solid var(--logoBlue);
}

.runners-info .completed{
  font-weight: 900;
}

.runners-info .accordion-header h3{
  font-weight: 700;
  color: white;
}

.runners-info .box{
  padding: 15px 22px;
  border-radius: 10px;
  border: 2px solid var(--logoBlue);
  position: relative;
  overflow: hidden;
  background-color: white;
  transition: 300ms;
}

.runners-info .box:hover{
  background-color: var(--logoBlue);
}

.runners-info .box h6, .runners-info .box p{
  position: relative;
  z-index: 2;
}

.runners-info .box h6{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.runners-info .box h6 i{
  margin-right: 10px;
}

.runners-info .box p{
  mix-blend-mode: multiply;
  transition: all 1s;
}

.runners-info .box:hover p{
  mix-blend-mode: normal;
  color: white;
}

.runners-info .route-map{
  transition: 300ms;
}

/* .runners-info .route-map:hover{
  filter: brightness(70%);
} */

.runners-info .route-map img{
  height: 450px;
  width: 100%;
  object-fit: contain;
}

.runners-info .healthon-image img{
  /* height: 450px; */
  width: 100%;
  object-fit: contain;
}

.runners-info .route-map-healthon h6{
  font-size: clamp(30px, 2.5vw, 100px);
  font-weight: 700;
  background: linear-gradient(to right, var(--logoBlue) 10%, var(--logoOrange) 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.runners-info .route-map-healthon p{
  font-size: 22px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}

.runners-info .second h2, .runners-info .first h2{
  font-size: clamp(30px, 2.5vw, 100px);
  font-weight: 700;
  background: linear-gradient(to right, var(--logoBlue) 10%, var(--logoOrange) 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.runners-info .second h2::before, .runners-info .first h2::before{
  content: '';
  position: absolute;
  height: 4px;
  width: 100px;
  background-color: var(--logoBlue);
  bottom: -10px;
  left: 0;
  border-radius: 100px;
}

.runners-info .button .register{
  padding: 10px 20px;
  border-radius: 8px;
  background-color: var(--logoBlue);
  color: white;
  font-weight: 700;
  display: inline-block;
  border: 2px solid var(--logoBlue);
  transition: 500ms;
  margin-top: 15px;
  transition: 300ms;
}

.runners-info .button .register:hover{
  background-color: transparent;
  color: black;
}

.runners-info {
  background-image: url(../images/runnerinfo.webp);
  background-attachment: fixed;
  background-size: cover;
}

.runners-info .accordion-button::after {
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	font-weight: 900;
  color: white;
  background-image: none;
}

.runners-info .accordion-body{
    padding: 20px 0 !important;
}

.runners-info .accordion-item {
  border: 0.5px solid #000 !important;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.runners-info .accordion-button{
  background-color: var(--logoBrown);
}
  
.runners-info .accordion-button:not(.collapsed) {
  background-color: var(--logoBlue);
}
  
.runners-info .accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.runners-info .accordion-body .extra_box{
  min-height: 300px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 12px;
  overflow: hidden;
  padding: 10px;
}

.runners-info .accordion-body h5{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.runners-info .accordion-body h5:not(.runners-info .accordion-body .heading)::before{
    font-family: "Font Awesome 5 Free";
	content: '\f70c';
	font-weight: 900;
    color: var(--logoBrown);
    margin-right: 10px;
}

.runners-info .accordion-body h5 span{ 
    font-weight: 500;
}

.runners-info .accordion-body .que:not(:last-child) {
  margin-bottom: 20px;
}
  
.runners-info .data .image{
    overflow: hidden;
}
  
.runners-info .data .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
  
.runners-info .data h3{
    color: #03C0B4;
    margin-top: 20px;
    font-size: 30px;
}
  
.runners-info .data h3 span{
    font-size: 18px;
}

.runners-info .quote img{
  height: 80px;
}

.runners-info .quote .second{
  transform: rotate(180deg);
}

.runners-info .healthon_para{
  font-size: 20px;
  text-align: center;
}


/* ================== MEDIA QUERY ================ */

@media only screen and (max-width: 1100px) {

  .runners-info .banner h1 {
    display: none;
  }

  .runners-info .banner p {
    display: block;
  }

}

@media (max-width:768px) {

  .runners-info .accordion-body h5 {
    font-size: 18px;
  }

  .runners-info .route-map img {
    height: auto;
  }

}

@media (max-width: 700px) {

  .runners-info .extra2 {
    width: 700px;
  }

  .runners-info .scrollable {
    overflow-x: scroll;
  }

}

@media(max-width:576px) {

  .runner-section .second h2 {
    background: linear-gradient(to right, var(--logoBlue) 10%, var(--logoOrange) 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .runners-info .quote img {
    height: 60px;
  }

  .runners-info .accordion-body p, .runners-info .accordion-body ul li, .runners-info .que ol li {
    font-size: 15px;
  }

  .runners-info .healthon_para {
    font-size: 16px;
    text-align: justify;
    text-align-last: center;
  }

  .runners-info .accordion-body h5 {
    font-size: 16px;
  }

}